path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
thirdparty/sources/boost_1_60_0/doc/html/boost_asio/reference/basic_socket/cancel.html | gwq5210/litlib | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::cancel</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="../basic_socket.html" title="basic_socket">
<link rel="prev" href="bytes_readable.html" title="basic_socket::bytes_readable">
<link rel="next" href="cancel/overload1.html" title="basic_socket::cancel (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="bytes_readable.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.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="cancel/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_socket.cancel"></a><a class="link" href="cancel.html" title="basic_socket::cancel">basic_socket::cancel</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idm45773650894048"></a>
Cancel all asynchronous operations associated with the
socket.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="cancel/overload1.html" title="basic_socket::cancel (1 of 2 overloads)">cancel</a><span class="special">();</span>
<span class="emphasis"><em>» <a class="link" href="cancel/overload1.html" title="basic_socket::cancel (1 of 2 overloads)">more...</a></em></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> <a class="link" href="cancel/overload2.html" title="basic_socket::cancel (2 of 2 overloads)">cancel</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="emphasis"><em>» <a class="link" href="cancel/overload2.html" title="basic_socket::cancel (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-2015 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="bytes_readable.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.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="cancel/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
pydgin/local_apps/study/templates/study/overview_section.html | D-I-L/pydgin | {% extends "section.html" %}
{% block section %}
<!-- OVERVIEW SECTION -->
{% load filter_tags %}
{{ f|doc_attr:'description'|safe }}
<div class="row" style="margin-bottom: 2px">
{% with pub=f|doc_attr:'principal_publication' %}
<div class="col-md-2"><strong>Study Paper</strong></div><div class="col-md-8"><a href="http://www.ncbi.nlm.nih.gov/pubmed/{{ pub|doc_id }}" target="_blank">{{ pub|doc_attr:'title' }}</a> {{ pub|doc_attr:'date' }}</div>
{% endwith %}
</div>
<div class="row" style="margin-bottom: 2px">
<div class="col-md-2"><strong>Study Type</strong></div><div class="col-md-8">{{ f|doc_attr:'study_type' }}</div>
</div>
<!-- SAMPLES -->
<div class="row" style="margin-bottom: 2px">
<div class="col-md-2"><strong>Samples</strong></div>
<div class="col-md-8">
{% for sample in f|doc_attr:'samples' %}
{% if forloop.first %}
<table class="table table-responsive table-condensed">
<thead>
<th>Group</th>
<th>Phenotype</th>
<th class="visible-sm visible-md visible-lg">Population</th>
<th>Cases</th>
<th>Controls</th>
<th class="visible-sm visible-md visible-lg">Families</th>
<th>Trios</th></thead>
<tbody>
{% endif %}
<tr>
<td>{{ sample.group }}</td> <td>{{ sample.phenotype }}</td>
<td class="visible-sm visible-md visible-lg">{% if sample.population != None %}{{ sample.population }}{% endif %}</td>
<td>{% if sample.cases != '0' %}{{ sample.cases }}{% else %}-{% endif %}</td>
<td>{% if sample.controls != '0' %}{{ sample.controls }}{% else %}-{% endif %}</td>
<td class="visible-sm visible-md visible-lg">{% if sample.families != '0' %}{{ sample.families }}{% else %}-{% endif %}</td>
<td>{% if sample.trios != '0' %}{{ sample.trios }}{% else %}-{% endif %}</td>
</tr>
{% if forloop.last %}
</tbody></table>
{% endif %}
{% endfor %}
</div>
</div>
{% if f|doc_attr:'exclusions' %}
<div class="row" style="margin-bottom: 2px">
<div class="col-md-2"><strong>Exclusion Criteria</strong></div><div class="col-md-8">{{ f|doc_attr:'exclusions'|safe }}</div>
</div>
{% endif %}
<!-- ASSOCIATED STUDIES -->
{% if f|doc_attr:'assoc_studies' %}
<div class="row" style="margin-bottom: 2px">
<div class="col-md-2"><strong>Associated Studies</strong></div>
<div class="col-md-8">
{% for study in f|doc_attr:'assoc_studies' %}
{% with pub=study|doc_attr:'principal_publication' %}
<a href="/study/{{ study|doc_id }}">{{ pub|doc_attr:'title' }}</a><br>
{% endwith %}
{% endfor %}
</div>
</div>
{% endif %}
{% endblock %}
|
game/data/scripts/quests/Q00120_PavelsLastResearch/32046-38.html | karolusw/l2j | <html><body>Atlanta:<br>
You're just full of surprises, little one!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00120_PavelsLastResearch 32046-39.html">"Are you OK?"</Button>
</body></html> |
public/css/datatables.css | FlorianChedemail/dock-neur | /*
* Table styles
*/
table.dataTable {
width: 100%;
margin: 0 auto;
clear: both;
border-collapse: separate;
border-spacing: 0;
/*
* Header and footer styles
*/
/*
* Body styles
*/
}
table.dataTable thead th,
table.dataTable tfoot th {
font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
padding: 10px 18px;
border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
padding: 10px 18px 6px 18px;
border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
cursor: pointer;
*cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
background-repeat: no-repeat;
background-position: center right;
}
table.dataTable thead .sorting {
background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
background-color: #ffffff;
}
table.dataTable tbody tr.selected {
background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
background-color: #a4b2cb;
}
table.dataTable.no-footer {
border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/*
* Control feature layout
*/
.dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
zoom: 1;
}
.dataTables_wrapper .dataTables_length {
float: left;
}
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
clear: both;
float: left;
padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
text-align: right;
padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
*cursor: hand;
color: #333 !important;
border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #333 !important;
border: 1px solid #cacaca;
background-color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
/* IE10+ */
background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
/* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
cursor: default;
color: #666 !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid #111;
background-color: #585858;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
/* IE10+ */
background: -o-linear-gradient(top, #585858 0%, #111 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #585858 0%, #111 100%);
/* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
outline: none;
background-color: #2b2b2b;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* IE10+ */
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
/* W3C */
box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 40px;
margin-left: -50%;
margin-top: -25px;
padding-top: 20px;
text-align: center;
font-size: 1.2em;
background-color: white;
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* FF3.6+ */
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* IE10+ */
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* Opera 11.10+ */
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
color: #333;
}
.dataTables_wrapper .dataTables_scroll {
clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
height: 0;
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
border-bottom: none;
}
.dataTables_wrapper:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
@media screen and (max-width: 767px) {
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
float: none;
text-align: center;
}
.dataTables_wrapper .dataTables_paginate {
margin-top: 0.5em;
}
}
@media screen and (max-width: 640px) {
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
float: none;
text-align: center;
}
.dataTables_wrapper .dataTables_filter {
margin-top: 0.5em;
}
} |
resources/web/panel/audio.html | MrAdder/PhantomBot | <!--
Copyright (C) 2017 phantombot.tv
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
@author IllusionaryOne
-->
<!-- This is outside of the accordion, so will always be on top of the tab -->
<!-- Accordion object. Each section is separated by an <h3 /> header and the content is to be enclosed in <div />. -->
<div id="audioAccordion">
<h3>
Audio Panel
<span style="float:right; margin-left: 10px" class="redPill-sm" onclick="window.open('https://docs.phantombot.tv/kb/audio')">Help</span></span>
<span id="ionSoundLoaded"><span style="float: right" class="redPill-sm">Initalizing</span></span>
<span id="reloadSounds" style="float: right; margin-right: 10px" class="bluePill-sm" onclick="$.reloadAudioHooks()">Reload Audio Hooks</span>
</h3>
<div>
<div id="_audioPanelDisabled">Panel disabled due to module being disabled (./systems/audioPanelSystem.js)</div>
<div id="_audioPanel">
<div>
<table>
<tr style="background: transparent">
<td><div id="audioPanelButtons"></td>
<td style="width: 30px; float: right"><div id="ionSoundPlaying"><i class="fa fa-volume-up fa-3x" /></div></td>
<script>$("#ionSoundPlaying").hide();</script>
</tr>
</table>
</div>
</div>
</div>
<h3>YouTube Player</h3>
<div>
<div id="_youtubePlayerPanelDisabled">Panel disabled due to module being disabled (./systems/youtubePlayer.js)</div>
<div id="_youtubePlayerPanel">
<span id="youTubeLauncher">
<button type="button" class="btn btn-primary inline pull-left" onclick="$.launchYouTubePlayer()">Launch YouTube Player</button>
</span>
<button type="button" class="btn btn-primary inline pull-left" onclick="$.toggleYouTubePlayerRequests()">Toggle Song Requests</button>
<button type="button" class="btn btn-primary inline pull-left" onclick="$.toggleYouTubePlayerNotify()">Toggle Chat Notification</button>
<br><br><br>
<form role="form">
<div class="form-group" onkeypress="return event.keyCode != 13">
<label for="playlistName">Load Playlist</label>
<button type="button" class="btn btn-primary inline pull-right" onclick="$.loadYtplaylist()">Load</button>
<input type="text" class="form-control" id="playlistImput" placeholder="Playlist Name" />
</div>
</form>
<form role="form">
<div class="form-group" onkeypress="return event.keyCode != 13">
<label for="ytpDJName">Set Playlist DJ Name</label>
<button type="button" class="btn btn-primary inline pull-right"
onclick="$.setYouTubePlayerDJName()">Submit</button>
<input type="text" class="form-control" id="ytpDJNameInput" placeholder="DJ Name">
</div>
</form>
<form role="form">
<div class="form-group" onkeypress="return event.keyCode != 13">
<label for="ytpMaxRequests">Set Max Parallel Requests</label>
<button type="button" class="btn btn-primary inline pull-right"
onclick="$.setYouTubePlayerMaxReqs()">Submit</button>
<input type="number" min="1" class="form-control" id="ytpMaxReqsInput" placeholder="Request Count">
</div>
</form>
<form role="form">
<div class="form-group" onkeypress="return event.keyCode != 13">
<label for="addKeyword">Set Max Video Length (Seconds)</label>
<button type="button" class="btn btn-primary inline pull-right"
onclick="$.setYouTubePlayerMaxLength()">Submit</button>
<input type="number" min="1" class="form-control" id="ytpMaxLengthInput" placeholder="Request Count">
</div>
</form>
<form role="form">
<div class="form-group" onkeypress="return event.keyCode != 13">
<label for="blacklistedSongs">Blacklist a Song</label>
<button type="button" class="btn btn-primary inline pull-right" onclick="$.blacklistSong()">Blacklist</button>
<input type="text" class="form-control" id="songBlacklist" placeholder="Song Name or Keyword">
</div>
<div id="ytplayerBSong" style="height: 100px; overflow: auto;" />
<br>
</form>
<form role="form">
<div class="form-group" onkeypress="return event.keyCode != 13">
<label for="blacklistedusers">Blacklist a Username</label>
<button type="button" class="btn btn-primary inline pull-right" onclick="$.blacklistUser()">Blacklist</button>
<input type="text" class="form-control" id="userBlacklist" placeholder="Username">
</div>
<div id="ytplayerBUser" style="height: 100px; overflow: auto;" />
</form>
<div id="youTubePlayerIframe" />
<script>$('#youTubePlayerIframe').hide();</script>
</div>
</div>
</div>
<!-- Run the Acordion -->
<script>$("#audioAccordion").accordion( { clearStyle: true, heightStyle: "panel", icons: null } );</script>
<script>$(function(){setTimeout(function(){$("#playlistImput").autocomplete({source: $.playlists, minLength: 2});}, 2000);});</script>
<script>handleInputFocus();</script>
|
thirdparty/sources/boost_1_60_0/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer_type.html | gwq5210/litlib | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::lowest_layer_type</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="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="lowest_layer/overload2.html" title="posix::basic_descriptor::lowest_layer (2 of 2 overloads)">
<link rel="next" href="native.html" title="posix::basic_descriptor::native">
</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/overload2.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.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.lowest_layer_type"></a><a class="link" href="lowest_layer_type.html" title="posix::basic_descriptor::lowest_layer_type">posix::basic_descriptor::lowest_layer_type</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idm45773607585696"></a>
A <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_descriptor</span></code></a> is always the
lowest layer.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_descriptor</span><span class="special"><</span> <span class="identifier">DescriptorService</span> <span class="special">></span> <span class="identifier">lowest_layer_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h0"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.types">Types</a>
</h6>
<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>
<a class="link" href="bytes_readable.html" title="posix::basic_descriptor::bytes_readable"><span class="bold"><strong>bytes_readable</strong></span></a>
</p>
</td>
<td>
<p>
IO control command to get the amount of data that can be read
without blocking.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="implementation_type.html" title="posix::basic_descriptor::implementation_type"><span class="bold"><strong>implementation_type</strong></span></a>
</p>
</td>
<td>
<p>
The underlying implementation type of I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="lowest_layer_type.html" title="posix::basic_descriptor::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a>
</p>
</td>
<td>
<p>
A basic_descriptor is always the lowest layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="native_handle_type.html" title="posix::basic_descriptor::native_handle_type"><span class="bold"><strong>native_handle_type</strong></span></a>
</p>
</td>
<td>
<p>
The native representation of a descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="native_type.html" title="posix::basic_descriptor::native_type"><span class="bold"><strong>native_type</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use native_handle_type.) The native representation
of a descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="non_blocking_io.html" title="posix::basic_descriptor::non_blocking_io"><span class="bold"><strong>non_blocking_io</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use non_blocking().) IO control command to set the
blocking mode of the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="service_type.html" title="posix::basic_descriptor::service_type"><span class="bold"><strong>service_type</strong></span></a>
</p>
</td>
<td>
<p>
The type of the service that will be used to provide I/O operations.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h1"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<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>
<a class="link" href="assign.html" title="posix::basic_descriptor::assign"><span class="bold"><strong>assign</strong></span></a>
</p>
</td>
<td>
<p>
Assign an existing native descriptor to the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="basic_descriptor.html" title="posix::basic_descriptor::basic_descriptor"><span class="bold"><strong>basic_descriptor</strong></span></a>
</p>
</td>
<td>
<p>
Construct a basic_descriptor without opening it.
</p>
<p>
Construct a basic_descriptor on an existing native descriptor.
</p>
<p>
Move-construct a basic_descriptor from another.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="cancel.html" title="posix::basic_descriptor::cancel"><span class="bold"><strong>cancel</strong></span></a>
</p>
</td>
<td>
<p>
Cancel all asynchronous operations associated with the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="close.html" title="posix::basic_descriptor::close"><span class="bold"><strong>close</strong></span></a>
</p>
</td>
<td>
<p>
Close the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="get_io_service.html" title="posix::basic_descriptor::get_io_service"><span class="bold"><strong>get_io_service</strong></span></a>
</p>
</td>
<td>
<p>
Get the io_service associated with the object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="io_control.html" title="posix::basic_descriptor::io_control"><span class="bold"><strong>io_control</strong></span></a>
</p>
</td>
<td>
<p>
Perform an IO control command on the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="is_open.html" title="posix::basic_descriptor::is_open"><span class="bold"><strong>is_open</strong></span></a>
</p>
</td>
<td>
<p>
Determine whether the descriptor is open.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="lowest_layer.html" title="posix::basic_descriptor::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a>
</p>
</td>
<td>
<p>
Get a reference to the lowest layer.
</p>
<p>
Get a const reference to the lowest layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="native.html" title="posix::basic_descriptor::native"><span class="bold"><strong>native</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use native_handle().) Get the native descriptor
representation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="native_handle.html" title="posix::basic_descriptor::native_handle"><span class="bold"><strong>native_handle</strong></span></a>
</p>
</td>
<td>
<p>
Get the native descriptor representation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="native_non_blocking.html" title="posix::basic_descriptor::native_non_blocking"><span class="bold"><strong>native_non_blocking</strong></span></a>
</p>
</td>
<td>
<p>
Gets the non-blocking mode of the native descriptor implementation.
</p>
<p>
Sets the non-blocking mode of the native descriptor implementation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="non_blocking.html" title="posix::basic_descriptor::non_blocking"><span class="bold"><strong>non_blocking</strong></span></a>
</p>
</td>
<td>
<p>
Gets the non-blocking mode of the descriptor.
</p>
<p>
Sets the non-blocking mode of the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="operator_eq_.html" title="posix::basic_descriptor::operator="><span class="bold"><strong>operator=</strong></span></a>
</p>
</td>
<td>
<p>
Move-assign a basic_descriptor from another.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="release.html" title="posix::basic_descriptor::release"><span class="bold"><strong>release</strong></span></a>
</p>
</td>
<td>
<p>
Release ownership of the native descriptor implementation.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h2"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<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>
<a class="link" href="get_implementation.html" title="posix::basic_descriptor::get_implementation"><span class="bold"><strong>get_implementation</strong></span></a>
</p>
</td>
<td>
<p>
Get the underlying implementation of the I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="get_service.html" title="posix::basic_descriptor::get_service"><span class="bold"><strong>get_service</strong></span></a>
</p>
</td>
<td>
<p>
Get the service associated with the I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="_basic_descriptor.html" title="posix::basic_descriptor::~basic_descriptor"><span class="bold"><strong>~basic_descriptor</strong></span></a>
</p>
</td>
<td>
<p>
Protected destructor to prevent deletion through this type.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h3"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<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>
<a class="link" href="implementation.html" title="posix::basic_descriptor::implementation"><span class="bold"><strong>implementation</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use get_implementation().) The underlying implementation
of the I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="service.html" title="posix::basic_descriptor::service"><span class="bold"><strong>service</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use get_service().) The service associated with
the I/O object.
</p>
</td>
</tr>
</tbody>
</table></div>
<p>
The <a class="link" href="../posix__basic_descriptor.html" title="posix::basic_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_descriptor</span></code></a> class template
provides the ability to wrap a POSIX descriptor.
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h4"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
<span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
<span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.h5"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_descriptor.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.posix__basic_descriptor.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_descriptor.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2015 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/overload2.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.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
thirdparty/qtwebsocket/Example/ClientJS/clientExample.html | abertschi/sailfish-wlan-keyboard | <!--
Copyright 2013 Antoine Lafarge qtwebsocket@gmail.com
This file is part of QtWebsocket.
QtWebsocket is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
QtWebsocket 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with QtWebsocket. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html>
<head>
<title>Websocket client test</title>
<meta charset="utf-8">
</head>
<body>
<p>
<input type="text" id="wsURI" value="ws://localhost:80"><br>
<input type="checkbox" onclick="secureURI(this.checked)"> TLS secured connection<br>
<button onClick="network.connect(document.querySelector('#wsURI').value)">Connect</button>
<button onClick="network.disconnect()">Disconnect</button>
<p>websocket state: <span id="socketState">null</span></p>
</p>
<p>
<textarea id="chatTextArea" style="width:400px;height:200px;"></textarea>
</p>
<p>
<input type="text" id="inputPseudo" placeholder="pseudo">
<input type="text" id="inputMessage" placeholder="message" onkeydown="if(event.keyCode==13)sendMessage();">
<button onClick="sendMessage();">Envoyer</button>
</p>
<script type="text/javascript">
// Class Network
function Network()
{
this.URI = "";
this.websocket = null;
this.intervalId = null;
this.disconnectionAsked = false;
}
Network.prototype.connect = function(URI)
{
this.disconnectionAsked = false;
if (typeof URI !== "undefined")
{
this.URI = URI;
}
try
{
if (this.websocket)
{
if (this.connected())
{
this.websocket.close();
}
delete this.websocket;
}
if (typeof MozWebSocket === 'function')
{
WebSocket = MozWebSocket;
}
this.websocket = new WebSocket(this.URI);
this.websocket.onopen = function(evt)
{
updateSocketState(this.websocket);
}.bind(this);
this.websocket.onclose = function(evt)
{
updateSocketState(this.websocket);
if (!this.disconnectionAsked)
{
//setTimeout(this.connect.bind(this), 500);
}
delete this.websocket;
}.bind(this);
this.websocket.onmessage = function(evt)
{
console.log(getLogDate() + "Message received :", evt.data);
displayMessage(evt.data);
}.bind(this);
this.websocket.onerror = function(evt)
{
console.warn("Websocket error:", evt.data);
};
updateSocketState(this.websocket);
}
catch(exception)
{
alert("Websocket fatal error, maybe your browser can't use websockets. You can look at the javascript console for more details on the error.");
console.error("Websocket fatal error", exception);
}
}
Network.prototype.connected = function()
{
if (this.websocket && this.websocket.readyState == 1)
{
return true;
}
return false;
};
Network.prototype.reconnect = function()
{
if (this.connected())
{
this.disconnect();
}
this.connect();
}
Network.prototype.disconnect = function()
{
this.disconnectionAsked = true;
if (this.connected())
{
this.websocket.close();
updateSocketState(this.websocket);
}
}
Network.prototype.send = function(message)
{
if (this.connected())
{
this.websocket.send(message);
}
};
Network.prototype.checkSocket = function()
{
if (this.websocket)
{
var stateStr;
switch (this.websocket.readyState)
{
case 0:
stateStr = "CONNECTING";
break;
case 1:
stateStr = "OPEN";
break;
case 2:
stateStr = "CLOSING";
break;
case 3:
stateStr = "CLOSED";
break;
default:
stateStr = "UNKNOW";
break;
}
console.log("Websocket state : " + this.websocket.readyState + " (" + stateStr + ")");
}
else
{
console.log("Websocket is not initialised");
}
}
/////////////////////////////////////////////////
// global functions
function displayMessage(message)
{
chatTextArea.value += message + "\n";
chatTextArea.scrollTop = chatTextArea.scrollHeight;
}
function sendMessage()
{
var pseudo = document.getElementById("inputPseudo").value;
pseudo = pseudo ? pseudo : document.getElementById("inputPseudo").getAttribute("placeholder");
var message = document.getElementById("inputMessage").value;
message = message ? message : "echo";
var strToSend = pseudo + ": " + message;
if (network && network.connected())
{
document.getElementById("inputMessage").value = "";
network.send(strToSend);
console.log("Message sent :", '"'+strToSend+'"');
}
}
function updateSocketState(websocket)
{
if (websocket != null)
{
var stateStr;
switch (websocket.readyState)
{
case 0:
stateStr = "CONNECTING";
break;
case 1:
stateStr = "OPEN";
break;
case 2:
stateStr = "CLOSING";
break;
case 3:
stateStr = "CLOSED";
break;
default:
stateStr = "UNKNOW";
break;
}
document.querySelector("#socketState").innerText = websocket.readyState + " (" + stateStr + ")";
console.log(getLogDate() + "socket state changed: " + websocket.readyState + " (" + stateStr + ")");
}
else
{
document.querySelector("#socketState").innerText = "3 (CLOSED)";
}
}
function getLogDate()
{
return "[" + (new Date).toLocaleTimeString() + "] ";
}
function secureURI(secured)
{
var regExpRep = /^(wss?):\/\//i;
var uri = document.querySelector("#wsURI").value;
if (secured)
{
uri = uri.replace(regExpRep,"wss://");
}
else
{
uri = uri.replace(regExpRep,"ws://");
}
document.querySelector("#wsURI").value = uri;
}
document.querySelector("#inputPseudo").setAttribute("placeholder", "user" + Math.floor(Math.random() * 8999 + 1000));
var chatTextArea = document.getElementById("chatTextArea");
var network = new Network();
updateSocketState();
</script>
</body>
</html>
|
thirdparty/sources/boost_1_60_0/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation.html | gwq5210/litlib | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::implementation</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="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="get_service/overload2.html" title="windows::basic_random_access_handle::get_service (2 of 2 overloads)">
<link rel="next" href="implementation_type.html" title="windows::basic_random_access_handle::implementation_type">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="get_service/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../windows__basic_random_access_handle.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="implementation_type.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.windows__basic_random_access_handle.implementation"></a><a class="link" href="implementation.html" title="windows::basic_random_access_handle::implementation">windows::basic_random_access_handle::implementation</a>
</h4></div></div></div>
<p>
<span class="emphasis"><em>Inherited from basic_io_object.</em></span>
</p>
<p>
<a class="indexterm" name="idm45773588206176"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">get_implementation</span><span class="special">()</span></code>.)
The underlying implementation of the I/O object.
</p>
<pre class="programlisting"><span class="identifier">implementation_type</span> <span class="identifier">implementation</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-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="get_service/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../windows__basic_random_access_handle.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="implementation_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
BrainFuck/recursos/esoteric.sange.fi/brainfuck/impl/interp/calculator/index.html?C=N;O=D.html | rockneurotiko/madness-things | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Index of /brainfuck/impl/interp/calculator</title>
</head>
<body>
<h1>Index of /brainfuck/impl/interp/calculator</h1>
<table><tr><th><img src="../../../../icons/blank.gif" alt="[ICO]"></th><th><a href="index.html%3FC=N%3BO=A.html">Name</a></th><th><a href="index.html%3FC=M%3BO=A.html">Last modified</a></th><th><a href="index.html%3FC=S%3BO=A.html">Size</a></th><th><a href="index.html%3FC=D%3BO=A.html">Description</a></th></tr><tr><th colspan="5"><hr></th></tr>
<tr><td valign="top"><img src="../../../../icons/back.gif" alt="[DIR]"></td><td><a href="../index.html">Parent Directory</a></td><td> </td><td align="right"> - </td><td> </td></tr>
<tr><td valign="top"><img src="../../../../icons/text.gif" alt="[TXT]"></td><td><a href="ti99.txt">ti99.txt</a></td><td align="right">02-Aug-2001 10:42 </td><td align="right">1.7K</td><td> </td></tr>
<tr><td valign="top"><img src="../../../../icons/text.gif" alt="[TXT]"></td><td><a href="ti82bf.txt">ti82bf.txt</a></td><td align="right">05-May-2001 08:06 </td><td align="right">1.3K</td><td> </td></tr>
<tr><td valign="top"><img src="../../../../icons/text.gif" alt="[TXT]"></td><td><a href="hp48bf.txt">hp48bf.txt</a></td><td align="right">30-Apr-2001 03:02 </td><td align="right">2.4K</td><td> </td></tr>
<tr><td valign="top"><img src="../../../../icons/text.gif" alt="[TXT]"></td><td><a href="casiobf.txt">casiobf.txt</a></td><td align="right">25-Apr-2001 09:56 </td><td align="right">810 </td><td> </td></tr>
<tr><th colspan="5"><hr></th></tr>
</table>
<address>Apache/2.2.16 (Debian) Server at esoteric.sange.fi Port 80</address>
</body></html>
|
javadocs/serial/com/serialpundit/serial/ftp/class-use/SerialComXModem1K.html | RishiGupta12/SerialPundit | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Mon Jan 23 21:18:03 IST 2017 -->
<title>Uses of Class com.serialpundit.serial.ftp.SerialComXModem1K</title>
<meta name="date" content="2017-01-23">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.serialpundit.serial.ftp.SerialComXModem1K";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/serialpundit/serial/ftp/SerialComXModem1K.html" title="class in com.serialpundit.serial.ftp">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/serialpundit/serial/ftp/class-use/SerialComXModem1K.html" target="_top">Frames</a></li>
<li><a href="SerialComXModem1K.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.serialpundit.serial.ftp.SerialComXModem1K" class="title">Uses of Class<br>com.serialpundit.serial.ftp.SerialComXModem1K</h2>
</div>
<div class="classUseContainer">No usage of com.serialpundit.serial.ftp.SerialComXModem1K</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/serialpundit/serial/ftp/SerialComXModem1K.html" title="class in com.serialpundit.serial.ftp">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/serialpundit/serial/ftp/class-use/SerialComXModem1K.html" target="_top">Frames</a></li>
<li><a href="SerialComXModem1K.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
lms/templates/verify_student/_reverification_support.html | pelikanchik/edx-platform | <%! from django.utils.translation import ugettext as _ %>
<div class="wrapper-content-supplementary">
<aside class="content-supplementary">
<ul class="list-help">
<li class="help-item help-item-whyreverify">
<h3 class="title">${_("Why Do I Need to Re-Verify?")}</h3>
<div class="copy">
<p>${_("There was a problem with your original verification. To make sure that your identity is correctly associated with your course progress, we need to retake your photo and a photo of your identification document. If you don't have a valid identification document, contact {link_start}{support_email}{link_end}.").format(
support_email=settings.DEFAULT_FEEDBACK_EMAIL,
link_start=u'<a href="mailto:{address}?subject={subject_line}">'.format(
address=settings.DEFAULT_FEEDBACK_EMAIL,
subject_line=_('Problem with ID re-verification')),
link_end=u'</a>')}</p>
</div>
</li>
<li class="help-item help-item-technical">
<h3 class="title">${_("Having Technical Trouble?")}</h3>
<div class="copy">
<p>${_("Please make sure your browser is updated to the <strong>{a_start}most recent version possible{a_end}</strong>. Also, please make sure your <strong>web cam is plugged in, turned on, and allowed to function in your web browser (commonly adjustable in your browser settings)</strong>").format(a_start='<a rel="external" href="http://browsehappy.com/">', a_end="</a>")}</p>
</div>
</li>
<li class="help-item help-item-questions">
<h3 class="title">${_("Have questions?")}</h3>
<div class="copy">
<p>${_("Please read {a_start}our FAQs to view common questions about our certificates{a_end}.").format(a_start='<a rel="external" href="'+ marketing_link('WHAT_IS_VERIFIED_CERT') + '">', a_end="</a>")}</p>
</div>
</li>
</ul>
</aside>
</div> <!-- /wrapper-content-supplementary -->
|
www/css/wallet.css | markharding/minds-mobile | wallet-counter{
display:inline-block;
vertical-align: middle;
color:green;
line-height:38px;
font-weight:300;
}
.wallet-points-input{
display:table;
vertical-align:middle;
padding:5px 0;
}
.wallet-points-input .cell{
display:table-cell;
vertical-align: middle;
width:60%;
padding:8px;
}
.wallet-points-input input{
background:#EEE;
border:0;
border-radius:0;
font-size:42px;
height:auto;
font-weight:bold;
text-align:right;
padding:8px;
-webkit-box-shadow: inset 0 0 3px #888;
box-shadow: inset 0 0 3px #888;
width:100%;
}
.wallet-points-input input::-webkit-input-placeholder{
line-height:14px;
font-size:14px;
padding:18px;
}
.wallet-points-input label{
font-weight:200;
font-size:22px;
}
.wallet-points-input .destination > input{
line-height:46px;
background:#EEE;
font-size:22px;
-webkit-box-shadow: inset 0 0 3px #888;
box-shadow: inset 0 0 3px #888;
}
.wallet-destination-select{
padding:32px;
}
.wallet-destination-select > input{
line-height:46px;
font-size:25px;
text-align:left;
margin-bottom:12px;
}
.wallet-destination-select:first-of-type{
border-bottom: 1px solid #BBB;
}
.wallet-users-list{
position: absolute;
margin-top: -60px;
left: 8px;
width: calc(100% - 16px);
background: #EEE;
opacity:1;
z-index:9;
box-shadow: 0 0 3px #888;
}
.wallet-users-list > div{
padding:8px;
font-size:22px;
font-weight:bold;
text-align:left;
}
.wallet-users-list > div img{
vertical-align: middle;
border-radius:2px;
box-shadow:0 0 3px #888;
width:35px;
height:35px;
overflow:hidden;
position:relative;
}
.wallet-purchase-button{
width: auto;
margin: 8px auto;
display: block;
background: green;
color: #FFF;
border: 0;
padding: 8px 32px;
}
.wallet-card-input{
background: #FFF;
}
.wallet-card-input .expiry{
width:72px;
margin:0 8px;
display:inline-block;
}
.wallet-buttons{
width:240px;
height:60px;
margin:auto;
display:block;
}
.wallet-button{
float:left;
width:auto;
margin:5px;
padding:16px 28px;
border:0;
box-shadow:0 0 3px #888;
border-radius:3px;
text-decoration:none;
}
.transaction{
height:65px;
padding:8px;
}
.transaction .point{
float:left;
font-size:52px;
line-height:50px;
color:green;
display:block;
position:relative;
padding-right:8px;
}
.transaction .point.negative{
color:red;
}
.transaction p {
}
.transaction .ts {
color:#888;
font-size:11px;
} |
modules/counter/lang.korean/admin/_pc/data.css | gitkhs/cms-kq | .sbox {}
.sbox .btngray {margin:0;height:17px;}
.sbox .account {width:170px;}
table {width:100%;_width:99.6%;margin:10px 0 40px 0;background:#f5f5f5;border-spacing:1px;border-collapse:separate;}
table .sbjtr {}
table .sbjtr th {text-align:center;height:25px;border-bottom:#dfdfdf solid 1px;background:#efefef;font-size:11px;font-family:dotum;color:#666;}
table .looptr {}
table .looptr td { height:17px;}
table .sumtr {}
table .sumtr td {height:45px;border-top:#dfdfdf solid 1px;border-bottom:#dfdfdf solid 1px;}
table .datetd {text-align:center;background:#f9f9f9;font-family:dotum;font-size:11px;color:#545454;}
table .sumtd1 {text-align:center;background:#ffffff;font-weight:bold;font-family:arial;font-size:11px;color:#ff7700;}
table .sumtd2 {text-align:center;background:#f9f9f9;font-weight:bold;font-family:arial;font-size:11px;color:#111;} |
LayoutTests/platform/chromium/compositing/rubberbanding/transform-overhang-size-change.html | youfoh/webkit-efl | <html>
<title>Test rubber banding overhang drawing in compositing path with changes to the size of the overhang</title>
<body>
<div style="height:30px; background-color:black; width:100%">
<b style="-webkit-transform:translateZ(0); position:absolute"></b>
</div>
<div id="info">This test requires DRT.</div>
<script>
if (window.internals && window.testRunner) {
testRunner.dumpAsText(true);
document.getElementById('info').style.visibility = "hidden";
internals.settings.setMockScrollbarsEnabled(false);
internals.setScrollViewPosition(document, -20, -20);
testRunner.display();
internals.setScrollViewPosition(document, -60, -60);
}
</script>
</body>
</html>
|
docs/html/class_c_g_t_k_font_chooser_dialog-members.html | tylerburton/coregtk | <!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>CoreGTK: 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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CoreGTK
 <span id="projectnumber">3.18.0</span>
</div>
<div id="projectbrief">CoreGTK is an Objective-C language binding for the GTK+ widget toolkit</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- 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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('interface_c_g_t_k_font_chooser_dialog.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">CGTKFontChooserDialog Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="interface_c_g_t_k_font_chooser_dialog.html">CGTKFontChooserDialog</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"></td><td class="entry"><a class="el" href="interface_c_g_t_k_base.html#aa36b03af85146ac8863d9785c4648e42">__gObject</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_base.html">CGTKBase</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a4fd98a02fc5038a70b7b231588855753">activate</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a649814378db51b17bf8790ccaacba605">activateDefault</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#af5b44e7f1b985baab3a5f4ef69fdce5f">activateFocus</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aeda65d96ae6d01abf231de3ce973bd27">activateKey:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#ae5772097dbf633d6f732ffd596a49b80">add:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a4fbfcaa2e0d73c2bd13b301f89c4f6df">addAcceleratorWithAccelSignal:andAccelGroup:andAccelKey:andAccelMods:andAccelFlags:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ade50e56b83851e7f67934d7e7ad197fb">addAccelGroup:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#a2631fbdf5d50f776d81291ec961d18bd">addActionWidgetWithChild:andResponseId:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry">- </td><td class="entry"><b>addButtons:</b> (defined in <a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#af52cda56a1449c0845882be92eda4989">addButtonWithButtonText:andResponseId:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a741d00cab54ec8103d655ed315939fe2">addDeviceEventsWithDevice:andEvents:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a6e4136aa2c462751566aaefc338c203d">addEvents:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a8a98957f7086a47326b6f87165d1076c">addMnemonicLabel:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ae714c2b7c60716c9774d0ee78e05eb9a">addMnemonicWithKeyval:andTarget:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ac7dcfeba74a91ef2897d597c3f316229">addTickCallbackWithCallback:andUserData:andNotify:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry">- </td><td class="entry"><b>addWidget:withProperties:</b> (defined in <a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a7b2dde7d25fe6797bf7175dce48b4758">beginMoveDragWithButton:andRootX:andRootY:andTimestamp:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aa1078cbb650b0426de39a6c9e004056f">beginResizeDragWithEdge:andButton:andRootX:andRootY:andTimestamp:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_bin.html#a2bdfba158a0a05ac31d981f59fadd3dc">BIN</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_bin.html">CGTKBin</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a14de6dd293c096ff29e30d59b873fb85">canActivateAccel:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a7a5896cf03751c4bb21d32716d30e721">checkResize</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1bf2f9f41c60a287308a7f4058bbfcf5">childFocus:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a4188bd5879b7916192e28348f70da00d">childGetPropertyWithChild:andPropertyName:andValue:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#ac25318efacdefced806fb5caad73f6c6">childGetValistWithChild:andFirstPropertyName:andVarArgs:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a22c17c2ae602da5fb17587bd947fb77f">childNotify:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#ac88f60a2c57138736a61864012e62ede">childNotifyByPspecWithChild:andPspec:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#aeef4ca60d6664622f3b7f9ef9d12524f">childNotifyWithChild:andChildProperty:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#ac54c33a0b50c5b199454ba44664095b6">childSetPropertyWithChild:andPropertyName:andValue:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a2d9890037ad58528ccf57f8ddd1b1a22">childSetValistWithChild:andFirstPropertyName:andVarArgs:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a1f88579a752aadb34893fa10ca2e5964">childType</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ac2d78f950f9928c02ccea4b1fba38435">classPathWithPathLength:andPath:andPathReversed:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a8d6f5285fc40427db085949b46ed60b6">close</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ace88057ed514e62acb6c2e9ef89a1820">computeExpand:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a4f3e4e94d94ef2378f661cd1365d9bb5">CONTAINER</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a4ccbaeecce019b5ea1740fc0d0be9d6c">createPangoContext</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aed32638aef6df0bc9e5b7daa259d6856">createPangoLayout:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a30cdbc414c16c55fa9730eca4a0a145f">deiconify</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a49abc58113965b5df9d5ac9262ea7a66">destroy</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a44ea770795efa1fbfdfd1b70c7d50898">destroyed:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ae3096b5e9f8bfee5ef4638ea1ece57e6">deviceIsShadowed:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#abf953bb75899fca20795ee95c57e92fb">DIALOG</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1d810e3e873ba9c627c5a4cd7f494dd0">draw:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a8b2ec87d85e38b93f9967b2bc6c97654">ensureStyle</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#acc695bd0aa1492eaa06e7578e9856a47">errorBell</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a82a32d0f60474b95112dfdbbd5524d76">event:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_font_chooser_dialog.html#a11563187034b4b16ce8bda6cc5445f9e">FONTCHOOSERDIALOG</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_font_chooser_dialog.html">CGTKFontChooserDialog</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a67148637075e000dd8df8a13cf376019">forallWithCallback:andCallbackData:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a92cbacf2d78baccbf6ba457ef8b20be4">foreachWithCallback:andCallbackData:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a7d5123c49edd866aa41658e58d81f082">freezeChildNotify</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a9dc7c136f2b4b00000dce8710293b4b8">fullscreen</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a5de45127cc33d2db42d94f0a604d127c">fullscreenOnMonitorWithScreen:andMonitor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aef39310e2cc871760e2f5296246855a1">getAcceptFocus</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a31e267f63f7276b0fc37f61a28b27045">getAccessible</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#af6c0badd821b522b516b61a6dc98c09f">getActionArea</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a79cdd2eceda00512496e65172b9a4d79">getActionGroup:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aae4f7a57d8de1aae648836acd06b2937">getAllocatedBaseline</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#af0e7cf2d2801f021ca0dce21c5b2a510">getAllocatedHeight</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aa298e567e1b87e03f87ee636c4beef23">getAllocatedWidth</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#abfadef17f7d5ba42125ea8704b91fb98">getAllocation:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a24222b268964ce198ad9f1fa7ae7bade">getAncestor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a34fa993ad727729d3e076c3e3428a57c">getApplication</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1b09f7fde5bf8295d44aea416fd803dc">getAppPaintable</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a36b95b8e03bc5a8f0828dcbe9a23795b">getAttachedTo</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#aaca6da18a53faa4969ee686acb167f9a">getBorderWidth</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a9f7567616a279ece11f53627410995fc">getCanDefault</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#abc938d6b05410e4d21afe5891c8fa95c">getCanFocus</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_bin.html#a958eee797524e34b2b53dfde8c47afc6">getChild</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_bin.html">CGTKBin</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a7b5fd214fa05e4be6cc52703b3fea90a">getChildren</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab830e3b398e1500263f2fea81b5e33d9">getChildRequisition:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a96eb60aa6f7f00ebae204a7fe8c503f2">getChildVisible</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1d8eb45a4b3ecbb353077619d543c792">getClip:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a2946f46920be29a985bbf3877bb88c55">getClipboard:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a34b8576d79b881ac7c66f5aac985b91d">getCompositeName</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#a8ed43f51c7984b3367e90a75c0480f24">getContentArea</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#acd6abbec8f5d8b1b51fea2ab24463079">getDecorated</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">+ </td><td><a class="el" href="interface_c_g_t_k_widget.html#a0bd57b572cd41e78a0f78a45eb3aac0a">getDefaultDirection</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry">+ </td><td><a class="el" href="interface_c_g_t_k_window.html#a056a3c488bf01ed118364facda8b339e">getDefaultIconList</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry">+ </td><td class="entry"><b>getDefaultIconName</b> (defined in <a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a90a2c0c79e4d1d7c739f09d02072d54b">getDefaultSizeWithWidth:andHeight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry">+ </td><td class="entry"><b>getDefaultStyle</b> (defined in <a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ac23ba72d646f730518af8dac9b69dbff">getDefaultWidget</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aefb7b43f952936850968d5d29a411b1f">getDeletable</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a5d402c8e63b5b74baabf8513154b069c">getDestroyWithParent</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a45cc868226236d52182b6f35660f2301">getDeviceEnabled:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab962098179bacaab44b76ec586f316a4">getDeviceEvents:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a3e7856b1725cedc96564fe5b6a89b65b">getDirection</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a8cbed0b4f8b1632f09e010f60bc98df6">getDisplay</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aae52c231a3686dd25c5d2b414229dbc3">getDoubleBuffered</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a6886aeff62230c00ba766b30b7aadbd2">getEvents</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a118d97d1178caee64c86cbba154abd32">getFocus</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a75882742352f84775e73de737d50bdb1">getFocusChain:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a24e7e405150045f4501c0e2ec886d614">getFocusChild</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a9fb92a1be71d466f1708301984d991dc">getFocusHadjustment</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a41f0bf72a149a3f45af952702f01785e">getFocusOnMap</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a470cf1286582c8f5c702b06a0aab7198">getFocusVadjustment</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ac44de0e134070f25c97183dd79e3d5d8">getFocusVisible</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a5a6210357e1025f04a510e5feabf8911">getFontMap</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1d14c3991aed02d70bce69031d0621f2">getFontOptions</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ad81eb03c30db6500a0c208a0a8f88c3f">getFrameClock</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a759f21545b58c158ef4d82ecad42d789">getGravity</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ac150abd6cd543dbb021b0dce4d2bd69b">getGroup</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ad0483caf2c147e429f1ebdc321fb314a">getHalign</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a50320b68535f4c842ebc3951a65bd8c2">getHasResizeGrip</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a488b757ea2bc1d49e55845ac1d732c73">getHasTooltip</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a0164b500267217201fcb2df4d3650053">getHasWindow</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#a05da7b1f61232a97b7b1b1897220c052">getHeaderBar</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab63adc91866c8cf2a949c5692d2ce043">getHexpand</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aa4b3342a0c09e4bfd73ae9582b5e31d4">getHexpandSet</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a119095e8dd067bff13230a4b582cbef0">getHideTitlebarWhenMaximized</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ad47b5bd4def40218b94592e5c433d1f9">getIcon</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a9b8148e5be278575026ce5e9d157c1bb">getIconList</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ad8e5c81d62dcac56f9ecbbe6a9fd5eb6">getIconName</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ad7425bfc70235c5b52b246ae28c8540b">getMapped</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a2876c83a33b041ee22f9dc6a32efd523">getMarginBottom</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a7504dc7f4f580aea7ce94f38f49e97ec">getMarginEnd</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ae256e596256df7f072a365a5914a630b">getMarginLeft</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a64152aee63ca9236c44fa7e576e1aed9">getMarginRight</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ac5fbb05224639d4017c80e0b6ce079b5">getMarginStart</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a5f90aefff6f4825c428a3a1f69ec511d">getMarginTop</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a1dc1f6c944f21576cef9818eb5f08024">getMnemonicModifier</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#accf9198dc22485ee13cc36c005994c4b">getMnemonicsVisible</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aea178f683fad5f0664be6e5b9ecaece0">getModal</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aa6f3e5de5e21168894a92802aa4c841d">getModifierMask:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a65cb6fd7aa2330b230fccbe72fa6976a">getModifierStyle</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aff8ea0beee274842494440fc46508c13">getName</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ad2a8b67da114cb4683ebcb1ad3a3eb5a">getNoShowAll</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#af9010752ed390c7f01d50a65fb3b74b0">getOpacity</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a73df256927890a8a95e0f64e87d2b00e">getPangoContext</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a4c701e5a12b91e00d3c11aa3da3ec7c7">getParent</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a9f91b4b611d995e0cc504312df4afb53">getParentWindow</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a266dc00483d330ba562d1cc695b1364e">getPath</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a0033b8a96146be12828d7a0fd3fec0fa">getPathForChild:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a5da97913a3676dfaf17b7c972f880a69">getPointerWithX:andY:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aedf734e6ea04111efcab8a2e0d72cb6a">getPositionWithRootX:andRootY:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab73ea6fdf7241f5d123c07e30be65906">getPreferredHeightAndBaselineForWidthWithWidth:andMinimumHeight:andNaturalHeight:andMinimumBaseline:andNaturalBaseline:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#abfad3c0d274595d64082a1f06df4f60c">getPreferredHeightForWidthWithWidth:andMinimumHeight:andNaturalHeight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ae4b1beda6b275c82cb242020933663ac">getPreferredHeightWithMinimumHeight:andNaturalHeight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab0b164f2e32f60cb7bb14bae6310b755">getPreferredSizeWithMinimumSize:andNaturalSize:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ae015acb62dd46c2b5d15c5a463d3e9bf">getPreferredWidthForHeightWithHeight:andMinimumWidth:andNaturalWidth:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a13529bb3d9c5ff9b66c735a3151d6d99">getPreferredWidthWithMinimumWidth:andNaturalWidth:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a7a5237f1ca1b96a8e7776b99a0f2c061">getRealized</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aa75738b143ef4f0520b5f257fcd16069">getReceivesDefault</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aa234f86d75f1ed90e4a97e3dc0d380b5">getRequestMode</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a569c9d224cbd076dfaae5a2a28e9fca6">getRequisition:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a81f26550fc1529aab7c6d422ae73e8fc">getResizable</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a2221e1077a11e6bb77e61ee1a58ec673">getResizeGripArea:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a13a5cc4f8e0342162c383c163a36daab">getResizeMode</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#a92b9110daebc93fdc01bf2d1a5335bde">getResponseForWidget:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a248aeec78b0745f2f1d853cf425cff72">getRole</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a6f51f3cc9950b191ef3c1be0b4ee8620">getRootWindow</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a713ff7767f7ca2627eaac4de9f998281">getScaleFactor</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#af3d2d671de34ecf3a7e07719d07208a1">getScreen</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#adb1e1d5f08229eb5dd2ce2d1af60880f">getSensitive</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a816135d1f3821045f6e2996b179a7fb7">getSettings</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ae79c671a724c7fc6a16aa22ee9abbdf5">getSizeRequestWithWidth:andHeight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a73c46bbdd936e65480d404965d7438f0">getSizeWithWidth:andHeight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a0029a904322fd387b5efd253c3b73534">getSkipPagerHint</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a28926914103475019d9a6c3e514d122e">getSkipTaskbarHint</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ae6e1b530c246c205d69c59c32903a0ff">getState</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a60ce210de5e514893aee5abbf8e6b642">getStateFlags</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#afdd2fa4245f33752516f32175316d6bb">getStyle</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a531d1f276df05fdf6c33ce0c87f4d2d2">getStyleContext</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a71db754c15fab2afa5924eebac6c265d">getSupportMultidevice</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#adc23978c56cd56568bf3c05c1f4dfeda">getTemplateChildWithWidgetType:andName:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aaa2b09a6a3d7c71700d86ed3abbad46c">getTitle</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a3e53cea3135b9c4a49de79086595c585">getTitlebar</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ad4d4bffea857ec493d053db8325e3f6b">getTooltipMarkup</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#abbd9b85a8c68802f576c3d5ba414f550">getTooltipText</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a049a2d6bf5d2a34a702d217f94d5814a">getTooltipWindow</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab9381e76f65b99d0f548feae1e32ddbd">getToplevel</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a5e0971d2f86cef2476ca0adf076ecd06">getTransientFor</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a57f581bb3ca0f19e219122161ad28564">getTypeHint</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a8e9067935f9c52fbf07bd0df44d67091">getUrgencyHint</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a832fcd94fcfab50c3e3f7986ae249c6b">getValign</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#af8323417f59b832c91b7c5cc9dc4e37c">getValignWithBaseline</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a3767a58021ac0af09c75f46d7dadfd7a">getVexpand</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a799204ff773b0b41660b7d1d86d2bd2e">getVexpandSet</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a19f43e4c58ba1757381a7087a08930be">getVisible</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a8777b3239658b9a1c9a075e4ef01e874">getVisual</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#abf6340cb422c59323e56dfe9f98724a6">getWidgetForResponse:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#afb99d0744f06b5f3d8061b1171c8df58">getWindow</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a0e58688403ee133655d3e87352ba442b">getWindowType</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_base.html#a07553be10a943fead663d4b3f5ed791d">GOBJECT</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_base.html">CGTKBase</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a58c4c989df3bfc0f0986967acc113ba3">grabDefault</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a20524b669db15669e890c5a00b523e70">grabFocus</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a3835f6c08823362af31a7bcf174d24b8">gtkDragBeginWithCoordinatesWithTargets:andActions:andButton:andEvent:andX:andY:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a63fb652d55a94fff93594735743bfc1e">gtkDragBeginWithTargets:andActions:andButton:andEvent:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aa4c29b72780923efc05c2f2eb303bfc7">gtkDragCheckThresholdWithStartX:andStartY:andCurrentX:andCurrentY:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a99a555320ff8917b74662a3eec265d68">gtkDragDestAddImageTargets</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a4251606c07625e0aa42df01371483aac">gtkDragDestAddTextTargets</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a48d4a65675d22144d5af82785d125571">gtkDragDestAddUriTargets</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a7d8a584087b63c2ed49d71083ed78aea">gtkDragDestFindTargetWithContext:andTargetList:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a657afe2546eab067a362530b5a74616b">gtkDragDestGetTargetList</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab336da4298ffe5279e097ea7e567ff1d">gtkDragDestGetTrackMotion</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a4607f00d3e2874bd0b1cad7494e53593">gtkDragDestSetProxyWithProxyWindow:andProtocol:andUseCoordinates:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aa4a516012bd12167e72ff09f50976dfe">gtkDragDestSetTargetList:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aadb9048643d8538c19b6a5372682d3a6">gtkDragDestSetTrackMotion:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aacf36075ec41d032757fe205a97a0df4">gtkDragDestSetWithFlags:andTargets:andNtargets:andActions:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1fd99e7021e007b2b5981f472f408d95">gtkDragDestUnset</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a9156311862fee8d09fc6f356d6f7c5fb">gtkDragGetDataWithContext:andTarget:andTime:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a4a408aebae1bd4d32d4d298773e0c722">gtkDragHighlight</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a6b62c2ba2c9fc0698e9a81372cd65f18">gtkDragSourceAddImageTargets</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aa84fa411fbfa01698e0d46076c521d41">gtkDragSourceAddTextTargets</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ad39ec50ff4b5c6d4bf8118d1fc6538c5">gtkDragSourceAddUriTargets</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a6745b39395764b6da8c706ae4482f1e7">gtkDragSourceGetTargetList</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a68f6b1274423e4b24d50a1a012a489b1">gtkDragSourceSetIconGicon:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a8aedf329170784cf45f38a0648923f53">gtkDragSourceSetIconName:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a6cef284bfc1e736c4bfb55a0b1a83b29">gtkDragSourceSetIconPixbuf:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aaaff676ee3e74fb966523b089b9bc960">gtkDragSourceSetIconStock:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a52e5751ec81f60558718659f033774c0">gtkDragSourceSetTargetList:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#adb12c7ee6ad591a1f72bbcecaa1c3bcf">gtkDragSourceSetWithStartButtonMask:andTargets:andNtargets:andActions:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab338bbfa4c11d07a6aed977b35ad4301">gtkDragSourceUnset</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a2c670c0971ceffa3f5d6d3a504a610d2">gtkDragUnhighlight</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#af1fc22fb43c4efcb0f3000827470771f">gtkGrabAdd</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a510b5607cf4e5ba97028a236a5f709e5">gtkGrabRemove</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aee2c646e2d1ca917baecc5e99b9d8802">hasDefault</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ad37d527b774ae4a9f9d2fc14172e17f9">hasFocus</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a172a54d258cd3049559adb92253a0575">hasGrab</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a05f08499741fee8b0454f33cd502df53">hasGroup</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#af4ce642168176463da445320793e3297">hasRcStyle</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab4022b5a7b59630684c9d4a8d488bd29">hasScreen</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a66dd5e77de4a69692f42ce905dca8876">hasToplevelFocus</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#af5064931b4855095bc788c7f574d2520">hasVisibleFocus</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a18eb1d2ff44967a37b0ccdc07533b93a">hide</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a0c610842d7f05c4cf6f80ca731301075">hideOnDelete</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a1b9060c869e00f2f92075838ecd86872">iconify</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1e29829a0e7c81c99163c3edf0024410">inDestruction</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#a17baf2938180ab586777f5a8790110e5">init</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a08c68300234358c5250facd6e9207cff">init:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a2d6d01ddaca5c83f1e0574823d17f206">initTemplate</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_base.html#a94d3a3ecf62077e420e370ca4a72bbd6">initWithGObject:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_base.html">CGTKBase</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_font_chooser_dialog.html#a18edbcae98bb9ffc39743391cd5affea">initWithTitle:andParent:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_font_chooser_dialog.html">CGTKFontChooserDialog</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry">- </td><td class="entry"><b>initWithTitle:andParent:andFlags:andButtonTextResponseDictionary:</b> (defined in <a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a7271ceb5acd8cbf8c4cb103a9f7f6368">inputShapeCombineRegion:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a7ba89fefa566e0029fdc3be837ea7aa1">insertActionGroupWithName:andGroup:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1280e902e71a07902e3fe6ed9477bad9">intersectWithArea:andIntersection:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a24fc50a15faebbb652a476941e866dc0">isActive</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1410c9f9bbfa16176048f5f5304aa072">isAncestor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#abe2b4d5aa03a9e16a1b0b901eb7d5ddf">isComposited</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a3423e25abd513b50942344320fe0ad01">isDrawable</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a40bea8af8c41c27b8aa3daf04b4b0a93">isFocus</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aa9e8740a729aea1b7a3df7b047bb76ae">isMaximized</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a528b81ff78e755d5c3c7bf819bad4346">isSensitive</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ac1c2c40164a097b5e02b9032847641e8">isToplevel</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a6c035b677e2b3104f8f31317cb54e63b">isVisible</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aac193bede5729cdfbc37480a2a9f50b1">keynavFailed:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a5a1b57acde17977aa43d42bec974a04c">listAccelClosures</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ad818164dab21652dcc118c03c948ca7a">listActionPrefixes</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab2105cfbf29304fc79f35ea2a474860b">listMnemonicLabels</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry">+ </td><td class="entry"><b>listToplevels</b> (defined in <a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ad14f1a1d618e9077733922449ce63cf6">map</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ab5951905d9e7fd141783f09d6f1acf8a">maximize</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aea6173a39482420a935f3c261149ca8c">mnemonicActivate:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a3778d10e3d41cf7498c3ca18fa5a9e53">mnemonicActivateWithKeyval:andModifier:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a7f9b9a485df9333b50e15e946967c28f">modifyBaseWithState:andColor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a9486f6650bad7bdeb1b38f7e96cf1af6">modifyBgWithState:andColor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a08b8f9785fc597f231c93e9a4db6aa9f">modifyCursorWithPrimary:andSecondary:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a6133a44cdf7cd1607a465413d390f62a">modifyFgWithState:andColor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a9af39fb46882c1c5c2a1034b6cdac799">modifyFont:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a71767829b33aecfb6dbbbb6c0002bab8">modifyStyle:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a426c202a200430a738a6bff9acaefb57">modifyTextWithState:andColor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ab808278b0bc373250a6403ff5e7496a9">moveWithX:andY:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aa07c87ca94c9019ff952cb6c2a4dd4eb">overrideBackgroundColorWithState:andColor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a8785afcde3ee6f08ce0b8281715fd2b7">overrideColorWithState:andColor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a13053ebb85bd15b2a66c1f8c4a8e54a9">overrideCursorWithCursor:andSecondaryCursor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ad23c9554f782ec5f06d6149b3825c23f">overrideFont:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a7f4e4ae5ce8a5667d777556347a98c46">overrideSymbolicColorWithName:andColor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a6bda9a18ffeb610cbcbf2723b0d4a323">parseGeometry:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a53c7a031ba1d1335c234614915831d06">pathWithPathLength:andPath:andPathReversed:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry">+ </td><td class="entry"><b>popCompositeChild</b> (defined in <a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a73caa401ffa7804900a355a08dcad3c9">present</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a7ae9e6e098fc846f85c8ad863d3e1a0e">presentWithTime:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#ab934a8d313cdbc469f554e018a5e1f99">propagateDrawWithChild:andCr:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aff1e2817a563bf86a059adea5750afd9">propagateKeyEvent:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry">+ </td><td class="entry"><b>pushCompositeChild</b> (defined in <a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a4aae1336c0e2dcb08be4774d2ebe57f7">queueComputeExpand</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a397a2f86ddd1cfd7778410de7eb7c9a6">queueDraw</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a245566ae683fb347c9ab38d3a1d32a31">queueDrawAreaWithX:andY:andWidth:andHeight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ac06bdcc0d01cd4fc6889b5f41aa698e4">queueDrawRegion:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a57ea2b06dfeacd0a658c32bdc91468c7">queueResize</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aa45c06501e4ab39c63f71e62e6da7495">queueResizeNoRedraw</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab73862f0fc23d7dd6c8e23dd29614bff">realize</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#afa5afe689b61dff81c2e9f958c52ada4">regionIntersect:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a8cd7cf9072471ba4832f295b0227091c">registerWindow:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a538934d688fa4e3f5231b1a1e0886286">remove:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1ec2ec8312b9c97874f9cfe24ed8ff1b">removeAcceleratorWithAccelGroup:andAccelKey:andAccelMods:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a01c4da0b5532b62dd3aed3d35707a6a6">removeAccelGroup:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a643b6c0d2ce828876e1e4e225193d260">removeMnemonicLabel:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aeaff944469fa3dd6d241eb56f423a1c1">removeMnemonicWithKeyval:andTarget:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aa8ca32a6ce14d6dba580300408aeb12f">removeTickCallback:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ae7748fbd691c6c9f2491c65cbc142c2d">renderIconPixbufWithStockId:andSize:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a682c4c2a765b13563ec647534c5a3694">renderIconWithStockId:andSize:andDetail:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a8d4a9a0a25f245ae6f9ec4f605ba57f4">reparent:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#af464c26c504c62e173ebf96ca5897897">resetRcStyles</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a7fe988f7b82f68af5093a9e7ae7aa624">resetStyle</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a4f35c76934fd6b421d6f266591126104">reshowWithInitialSize</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a9a15a9b064392ebc86e9db253065b27f">resizeChildren</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#abf97aad97b4162fd8b49ee1f3aada8d4">resizeGripIsVisible</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ade5377f10c7f9988e55592ba5d50ea4f">resizeToGeometryWithWidth:andHeight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ad7ef35c0534d990e21c2dc0f78a8425a">resizeWithWidth:andHeight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#a03df1f8eef34851e6cb5211c892bd0b7">response:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#ae7aad724a0df0a1a971571a3b0ea795f">run</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a223360a3b7871a5e57e5ff5db93d59ec">sendExpose:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a621cf231992241ea4b6a712a1c72bc60">sendFocusChange:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ad53c01e675ffa8d4e8c8fc8f9d3d7f22">setAccelPathWithAccelPath:andAccelGroup:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ac1bf3e70028db0f464d4ee884a4cd711">setAcceptFocus:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a6e6bc9bce25661bd01d345b619c45f75">setAllocation:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#a0d6c86c7704cea3b51d69bf5b9fd52b6">setAlternativeButtonOrderFromArrayWithNparams:andNewOrder:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#af55788b7ba204e260b61e7190785ade2">setApplication:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#afe291d4a47b8153e09759db24d7390a0">setAppPaintable:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#afedc2564a5efd6077af81515bc700330">setAttachedTo:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry">+ </td><td class="entry"><b>setAutoStartupNotification:</b> (defined in <a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#af0a135c2d6db989603d35320d077f704">setBorderWidth:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#abfa0fa606bb6b4806b57e38ab5105c7e">setCanDefault:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#acdb5b0ff287adff2967debc6f3a5d909">setCanFocus:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a6413144416976875ff2cddb457dcb47b">setChildVisible:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a7be14cf860b4de3eaadb244692a78cb7">setClip:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a89a87db3d8f4f5d8845a11a47d4dbef4">setCompositeName:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a8678df79f5c0241c208c257e547350fc">setDecorated:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aad86e07c8fae31018c7fa811865f18bc">setDefault:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry">+ </td><td class="entry"><b>setDefaultDirection:</b> (defined in <a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ad5d19b3a9737df966ba7e624f73d6872">setDefaultGeometryWithWidth:andHeight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry">+ </td><td class="entry"><b>setDefaultIcon:</b> (defined in <a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry">+ </td><td class="entry"><b>setDefaultIconFromFileWithFilename:andErr:</b> (defined in <a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry">+ </td><td class="entry"><b>setDefaultIconList:</b> (defined in <a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry">+ </td><td class="entry"><b>setDefaultIconName:</b> (defined in <a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#adb8038136b737f30b6865d75a8aa8513">setDefaultResponse:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a70fa3d10e86589a8bcfe49a8bd0b1559">setDefaultSizeWithWidth:andHeight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a1fd7d6d3f53e7b39d3b11af6c71ccaa4">setDeletable:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ab3d3d10ad6e819545e53d8674f6b2367">setDestroyWithParent:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a5da211c4d551f63ba48e7529809b991c">setDeviceEnabledWithDevice:andEnabled:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a473f5239382e0419f3315185503674ae">setDeviceEventsWithDevice:andEvents:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a46eb42bb649a1abd59b1e398e6e3c58d">setDirection:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#adcfda1434b8a006065595260ecb2361a">setDoubleBuffered:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ac9578fc2db474f42281e9d2039fb9214">setEvents:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#afa195314b18c28a72a69d86bd6d735f4">setFocus:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a181efda342f41d2dc9b08e443fabf886">setFocusChain:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a2d9ad233faf0179668cb3225c22120fc">setFocusChild:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#aa60aa530e405eb768f86733741448e34">setFocusHadjustment:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#adbcdf58013c5da4d733728cab57e074f">setFocusOnMap:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#ab553d0a635fcd9ab733ff9370213ca9d">setFocusVadjustment:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a0cf975d131b058be18401b4ab764eb9b">setFocusVisible:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a8c00c395c4c35b5ab2961d294b79b5bd">setFontMap:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ab709e7da857cc413349e76c82a4eb644">setFontOptions:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a9471990e4afe3839b95d9ac3352ed3c7">setGeometryHintsWithGeometryWidget:andGeometry:andGeomMask:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_base.html#ad080954f73c40813909f6a477d482b75">setGObject:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_base.html">CGTKBase</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a865927cb6193ce80eb419a9194bb9288">setGravity:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a909f65ffdce391704302d83763920f10">setHalign:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a510247b9d298c9b50a9bb68c97ba1ed1">setHasResizeGrip:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1ae312130de54ba26f948e30e6cbe3a2">setHasTooltip:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a1be8123fe97c2cbed1d870f0bd46559b">setHasUserRefCount:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a2d5ad35eaf1aa483a1e45961a752c47d">setHasWindow:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a6ab2506e8e063882714af8e792676927">setHexpand:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aacb4fdf95b3b5b4fa8aafef1b9c01df0">setHexpandSet:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a80732ad883f2282c625cdc356150e21b">setHideTitlebarWhenMaximized:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a15682732f8bf6dfcefa5ad65aac47200">setIcon:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ae63d44b90d238154d78335f73dc82d7f">setIconFromFileWithFilename:andErr:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#af3b37146647292a39e808e28ba30f5b6">setIconList:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#afe5a2c9fb0b3b0ab28ccfbf06ef6c5eb">setIconName:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry">+ </td><td class="entry"><b>setInteractiveDebugging:</b> (defined in <a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a>)</td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#accc06a8000958e8583e9da417bcbad4a">setKeepAbove:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a6867a2d667d952143691b492c44070ac">setKeepBelow:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a2e904b919493da61d474e6226e13884d">setMapped:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a3c4a59759408832a079189cda6c8689e">setMarginBottom:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a56e29b11df29273292a35ef0119d4d7d">setMarginEnd:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#acdeb4e26f5cdd0f7af4e5aaa87dea0d2">setMarginLeft:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ac335c54485edd4855e9945dca7dbbc6e">setMarginRight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1415b3e839cf72a0512d4b4d1594878e">setMarginStart:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#af3a59b808cedc70dcc84a33d96d142c4">setMarginTop:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#add8befa8802ce8466d419b37ec4cae47">setMnemonicModifier:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#accfad2e3ee2b4d7da4e680d2a7a6511a">setMnemonicsVisible:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aa8479e4da46e63068360fda5ee5ffb79">setModal:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a44a6a0461dfaeb56e2b3ff0e5ec47088">setName:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#adafb02c611faf14312893a91defaaa5e">setNoShowAll:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a89587464c3f5a6872532bfa09d892c9f">setOpacity:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a151995f128f9bb6cc22812c25c074d49">setOpacity:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#af56ad043233d7343c7d3bf0d33c9ed49">setParent:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ac06f0b53ee3781718f509499fa6783fb">setParentWindow:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a7a1b1a34e848221ed2880a12fd83a8a5">setPosition:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a4a565bfecd9ee4606ccb1c949220cdb3">setRealized:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#ac1bdcd3e23d2b5d528133ede78b8483a">setReallocateRedraws:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a485c2ae222bf338d20b566f94beafeaa">setReceivesDefault:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ac6214115d0bb3524a139687db29183dc">setRedrawOnAllocate:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a9f71c2778f6bfd2340531dd9233f8c3e">setResizable:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#a6b2a1de63f347b7d7d5c8cd3008d15d5">setResizeMode:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_dialog.html#a4faecb4a235500ce26edfa3ff906c73e">setResponseSensitiveWithResponseId:andSetting:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_dialog.html">CGTKDialog</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a7fbc4936e0cc51b53207ad931a831ec2">setRole:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a16cf44c6abda9090601ffba61781ccc4">setScreen:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#af779d72c265ad6b420088a4e677795f9">setSensitive:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a46b9c18b5d631e3a7914fe45eadd6986">setSizeRequestWithWidth:andHeight:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#af8830abe58c6d65aec50654a353d0daa">setSkipPagerHint:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a39334000966e0b09ccc0a84b2dee8c66">setSkipTaskbarHint:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a3a75c1b514bb669bf405346a479eea40">setStartupId:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ae1e6710e2f81bdd00df56af1843a04d2">setState:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a4f4dfb539f0027a0ccd86bedfa0f5c44">setStateFlagsWithFlags:andClear:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a308d2aeb940c9f6693111bdc4e9019a2">setStyle:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1e810a26a2ca787b1199b00a11ce3b4d">setSupportMultidevice:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a6ef607e849e5a9a52821efc382a2fe58">setTitle:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a53d0da02a0cbe428245f07d7d3f642db">setTitlebar:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a11b94bc82753589ce7cc19b0ecd3c29e">setTooltipMarkup:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#afafca4e6bd6d73ec51fb84b1426dc455">setTooltipText:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a326a2bb86862cc26924598f52665f87f">setTooltipWindow:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ae1c399c1dc5a54028aabdd6e0c4c392c">setTransientFor:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a3a3d7ca8c866993eaba3ddcc8de94a5e">setTypeHint:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a9cb134c65ac59f4630e5414383e668c4">setUrgencyHint:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a67893ebb6d07677f3d00608540a9d5df">setValign:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a46f0ca07fb2cbe2004f37b0ee2edfe76">setVexpand:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a54edff6d04876a172d6f3cbf324962bc">setVexpandSet:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#afcc4c3c6070f49c2cf49ac6328774d97">setVisible:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a31a85055a1b7bdfe704b5dc21bba1234">setVisual:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a501ab42e3088c78603aee0228371909f">setWindow:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a355fa39408508b50f31658e9b955e9af">setWmclassWithWmclassName:andWmclassClass:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#afed4ead169c3614070d3a52955afe373">shapeCombineRegion:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a7b5d401676c78dbccb41f4ad8d3383af">show</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1263a8ad40d5f71f74dd9e957628749a">showAll</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a99a69302361c3191a11763332a657318">showNow</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a3759d78a2a09fe63af25bf3b02028dba">sizeAllocate:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ace7bc5b5bed035ae368e4c3456195ccb">sizeAllocateWithBaselineWithAllocation:andBaseline:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a12eb9f5051b0406e87ad256c1da99d28">sizeRequest:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#ada08ccf970b8e6061170865dbf2d4e91">stick</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aef49bd32369b6ebba3a6113debe49059">styleAttach</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1f3334aaafc8d4f5a3fb21d771b54736">styleGetPropertyWithPropertyName:andValue:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#aefbb8e172d8f75b3e741cd89e249e922">styleGetValistWithFirstPropertyName:andVarArgs:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a1ab0ebd7170c0edf4d32d521f19869f7">thawChildNotify</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ac34b85a900513998d062881371445adc">translateCoordinatesWithDestWidget:andSrcX:andSrcY:andDestX:andDestY:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a0510c02173a437fdd49d94d562f412b3">triggerTooltipQuery</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a51d9acf7feb7d4e9a22d556121c58301">unfullscreen</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a0273ae8822a1f19b27b78c04def9165b">unmap</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#aab8e427b1feaffa00574cef6a9b49f8c">unmaximize</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a8b9b596cb260a701ddbe450521fbc571">unparent</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#a35765c8138aed8d79a05d661e14cab47">unrealize</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#afca614d00df68991eeadb12864232df7">unregisterWindow:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_container.html#acd66f3ec6b282e887e80179096ba1d67">unsetFocusChain</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_container.html">CGTKContainer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ac2598a4f7e6c9ea33b1d04c9c64ac4c7">unsetStateFlags:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a0f061c8dea42eb67e30ecc4a24c7ee11">unstick</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_widget.html#ae3f2fdcf83d1901f7aa8756067b52bf7">WIDGET</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_widget.html">CGTKWidget</a></td><td class="entry"></td></tr>
<tr><td class="entry">- </td><td><a class="el" href="interface_c_g_t_k_window.html#a1f0e24be3697bfcb3322c2c67fb16095">WINDOW</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_window.html">CGTKWindow</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry">+ </td><td><a class="el" href="interface_c_g_t_k_base.html#a804322c9fb01b3873c9fd6d12f1f64a3">withGObject:</a></td><td class="entry"><a class="el" href="interface_c_g_t_k_base.html">CGTKBase</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Mon Dec 12 2016 20:54:45 for CoreGTK by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
</ul>
</div>
</body>
</html>
|
cpp_component/3rdparty/boost/libs/tti/doc/html/BOOST_TTI_HAS_STAT_idm6009.html | qianqians/abelkhan | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Macro BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_TEMPLATE_GEN</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. The Type Traits Introspection Library">
<link rel="up" href="header/boost/tti/gen/has_static_member_function_template_gen_hpp.html" title="Header <boost/tti/gen/has_static_member_function_template_gen.hpp>">
<link rel="prev" href="header/boost/tti/gen/has_static_member_function_template_gen_hpp.html" title="Header <boost/tti/gen/has_static_member_function_template_gen.hpp>">
<link rel="next" href="header/boost/tti/gen/has_template_gen_hpp.html" title="Header <boost/tti/gen/has_template_gen.hpp>">
</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="header/boost/tti/gen/has_static_member_function_template_gen_hpp.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/tti/gen/has_static_member_function_template_gen_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="header/boost/tti/gen/has_template_gen_hpp.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="BOOST_TTI_HAS_STAT_idm6009"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Macro BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_TEMPLATE_GEN</span></h2>
<p>BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_TEMPLATE_GEN — Generates the macro metafunction name for BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_TEMPLATE. </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/tti/gen/has_static_member_function_template_gen_hpp.html" title="Header <boost/tti/gen/has_static_member_function_template_gen.hpp>">boost/tti/gen/has_static_member_function_template_gen.hpp</a>>
</span>BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_TEMPLATE_GEN(name)</pre></div>
<div class="refsect1">
<a name="idm6090"></a><h2>Description</h2>
<p>name = the name of the static member function template.</p>
<p>returns = the generated macro metafunction name. </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 © 2011-2013 Tropic Software
East Inc<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="header/boost/tti/gen/has_static_member_function_template_gen_hpp.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/tti/gen/has_static_member_function_template_gen_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="header/boost/tti/gen/has_template_gen_hpp.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
lib/ecj/docs/classdocs/ec/util/BadParameterException.html | Maghoumi/GP-Tracker | <!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_41) on Fri May 03 14:32:36 EDT 2013 -->
<TITLE>
BadParameterException
</TITLE>
<META NAME="date" CONTENT="2013-05-03">
<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="BadParameterException";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
<A HREF="../../ec/util/Checkpoint.html" title="class in ec.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?ec/util/BadParameterException.html" target="_top"><B>FRAMES</B></A>
<A HREF="BadParameterException.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_java.lang.Throwable">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">
ec.util</FONT>
<BR>
Class BadParameterException</H2>
<PRE>
java.lang.Object
<IMG SRC="../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable
<IMG SRC="../../resources/inherit.gif" ALT="extended by ">java.lang.Exception
<IMG SRC="../../resources/inherit.gif" ALT="extended by ">java.lang.RuntimeException
<IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>ec.util.BadParameterException</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>BadParameterException</B><DT>extends java.lang.RuntimeException</DL>
</PRE>
<P>
Thrown when you attempt to create a Parameter from bad path items.
<P>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../serialized-form.html#ec.util.BadParameterException">Serialized Form</A></DL>
<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="../../ec/util/BadParameterException.html#BadParameterException(java.lang.String)">BadParameterException</A></B>(java.lang.String s)</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>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></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.Throwable</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</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>clone, equals, finalize, getClass, hashCode, 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="BadParameterException(java.lang.String)"><!-- --></A><H3>
BadParameterException</H3>
<PRE>
public <B>BadParameterException</B>(java.lang.String s)</PRE>
<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="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 CLASS
<A HREF="../../ec/util/Checkpoint.html" title="class in ec.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?ec/util/BadParameterException.html" target="_top"><B>FRAMES</B></A>
<A HREF="BadParameterException.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_java.lang.Throwable">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>
|
pages/temporal-pattern/index.html | wliu015/event_miner | <!DOCTYPE html>
<html>
<head>
<title>Discovering Lag Intervals for Temporal Dependencies</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="jtable/themes/redmond/jquery-ui-1.8.16.custom.css"
rel="stylesheet" type="text/css" />
<link href="jtable/themes/lightcolor/blue/jtable.css" rel="stylesheet"
type="text/css" />
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<script src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript" src="js/jquery-1.8.2.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.9.1.custom.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="jtable/jquery.jtable.js"></script>
<script type="text/javascript" src="jtable/jtablesite.js"></script>
<script type="text/javascript" src="jtable/modernizr-1.7.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script type="text/javascript"
src="http://www.highcharts.com/highslide/highslide-full.min.js"></script>
<script type="text/javascript"
src="http://www.highcharts.com/highslide/highslide.config.js"
charset="utf-8"></script>
<link rel="stylesheet" type="text/css"
href="http://www.highcharts.com/highslide/highslide.css" />
<script src="http://code.highcharts.com/modules/exporting.js"></script>
<script type="text/javascript" src="js/deptable.js"></script>
<script type="text/javascript" src="js/plot.js"></script>
<script type="text/javascript" src="js/mine.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div align='center'>
<h2>Mining Temporal Dependencies</h2>
</div>
</div>
<div class="row">
<form class="well form-inline">
<div align="center">
<span class="label label-success">Min-Support:</span> <input
type="text" class="input-small" onkeypress='validate(event)'
id="minSupport" placeholder="0.1" /> <span
class="label label-success">Min-Chi-Square:</span> <input
type="text" class="input-small" onkeypress='validate(event)'
id="minChiSquare" placeholder="10.01" /> <span
class="label label-success">Top-K:</span> <input type="text"
class="input-small" id="topK" onkeypress='validate(event)'
placeholder="10" /> <label class="checkbox"> <input
type="checkbox" id="filter" checked>without trivial dependencies
</label> <input type="button" class="btn-primary" id="btnRun" value="Mine" />
</div>
</form>
</div>
<div class="row">
<div id="DepTab"></div>
</div>
<div class="row">
<div align='center'>
<br />
</div>
</div>
<div class="row">
<div id="plotContainer"></div>
</div>
<div class="row">
<div align='center'>
<br />
</div>
</div>
<div class="row">
<form class="well form-inline">
<div class="control-group" align="center">
<span class="control-label label label-information">IBM Demo</span>
</div>
</form>
</div>
</div>
</body>
</html> |
docs/_themes/sphinx_rtd_theme/breadcrumbs.html | nextflow-io/nextflow | {%- if meta is defined and meta is not none %}
{%- set check_meta = True %}
{%- else %}
{%- set check_meta = False %}
{%- endif %}
{%- if check_meta and 'github_url' in meta %}
{%- set display_github = True %}
{%- endif %}
{%- if check_meta and 'bitbucket_url' in meta %}
{%- set display_bitbucket = True %}
{%- endif %}
{%- if check_meta and 'gitlab_url' in meta %}
{%- set display_gitlab = True %}
{%- endif %}
{%- set display_vcs_links = display_vcs_links if display_vcs_links is defined else True %}
<div role="navigation" aria-label="{{ _('Breadcrumbs') }}">
<ul class="wy-breadcrumbs">
{%- block breadcrumbs %}
<li><a href="{{ pathto(master_doc) }}" class="icon icon-home"></a> »</li>
{%- for doc in parents %}
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li>
{%- endfor %}
<li>{{ title }}</li>
{%- endblock %}
{%- block breadcrumbs_aside %}
<li class="wy-breadcrumbs-aside">
{%- if hasdoc(pagename) and display_vcs_links %}
{%- if display_github %}
{%- if check_meta and 'github_url' in meta %}
<!-- User defined GitHub URL -->
<a href="{{ meta['github_url'] }}" class="fa fa-github"> {{ _('Edit on GitHub') }}</a>
{%- else %}
<a href="https://{{ github_host|default("github.com") }}/{{ github_user }}/{{ github_repo }}/{{ theme_vcs_pageview_mode or "blob" }}/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ page_source_suffix }}" class="fa fa-github"> {{ _('Edit on GitHub') }}</a>
{%- endif %}
{%- elif display_bitbucket %}
{%- if check_meta and 'bitbucket_url' in meta %}
<!-- User defined Bitbucket URL -->
<a href="{{ meta['bitbucket_url'] }}" class="fa fa-bitbucket"> {{ _('Edit on Bitbucket') }}</a>
{%- else %}
<a href="https://bitbucket.org/{{ bitbucket_user }}/{{ bitbucket_repo }}/src/{{ bitbucket_version}}{{ conf_py_path }}{{ pagename }}{{ page_source_suffix }}?mode={{ theme_vcs_pageview_mode or "view" }}" class="fa fa-bitbucket"> {{ _('Edit on Bitbucket') }}</a>
{%- endif %}
{%- elif display_gitlab %}
{%- if check_meta and 'gitlab_url' in meta %}
<!-- User defined GitLab URL -->
<a href="{{ meta['gitlab_url'] }}" class="fa fa-gitlab"> {{ _('Edit on GitLab') }}</a>
{%- else %}
<a href="https://{{ gitlab_host|default("gitlab.com") }}/{{ gitlab_user }}/{{ gitlab_repo }}/{{ theme_vcs_pageview_mode or "blob" }}/{{ gitlab_version }}{{ conf_py_path }}{{ pagename }}{{ page_source_suffix }}" class="fa fa-gitlab"> {{ _('Edit on GitLab') }}</a>
{%- endif %}
{%- elif show_source and source_url_prefix %}
<a href="{{ source_url_prefix }}{{ pagename }}{{ page_source_suffix }}">{{ _('View page source') }}</a>
{%- elif show_source and has_source and sourcename %}
<a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> {{ _('View page source') }}</a>
{%- endif %}
{%- endif %}
</li>
{%- endblock %}
</ul>
{%- if (theme_prev_next_buttons_location == 'top' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
<div class="rst-breadcrumbs-buttons" role="navigation" aria-label="{{ _('Breadcrumbs') }}">
{%- if prev %}
<a href="{{ prev.link|e }}" class="btn btn-neutral float-left" title="{{ prev.title|striptags|e }}" accesskey="p"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> {{ _('Previous') }}</a>
{%- endif %}
{%- if next %}
<a href="{{ next.link|e }}" class="btn btn-neutral float-right" title="{{ next.title|striptags|e }}" accesskey="n">{{ _('Next') }} <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
{%- endif %}
</div>
{%- endif %}
<hr/>
</div>
|
test/Arabic/1044-NotoNaskhArabic.html | googlei18n/noto-source | <html lang="ar">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style>
@font-face { font-family: "NotoNaskhArabic"; src: url("https://cdn.jsdelivr.net/gh/googlefonts/noto-fonts@main/unhinted/ttf/NotoNaskhArabic/NotoNaskhArabic-Regular.ttf"); }
</style>
</head>
<body>
<a href="https://github.com/googlefonts/noto-fonts/issues/1044">Issue 1044</a><p>NotoNaskhArabic </p><p><span style="font-family:NotoNaskhArabic; font-weight:400">ﷻ</span></p>
</body>
</html>
|
web-application/src/main/static/app/schedule/schedule.component.html | microprofile/microprofile-conference | <!--
~ Copyright(c) 2016-2017 IBM, Red Hat, and others.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~ http://www.apache.org/licenses/LICENSE-2.0
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<div *ngIf="schedule">
<h2>{{schedule.id}} details!</h2>
<div>
<label>ID: </label>{{schedule.id}}
</div>
<div>
<label>Surname: </label>
<input type="text" [(ngModel)]="schedule.id" placeholder="nameLast">
</div>
</div>
|
examples/todomvc-backbone/css/base.css | rajeshvv/react | html,
body {
margin: 0;
padding: 0;
}
button {
margin: 0;
padding: 0;
border: 0;
background: none;
font-size: 100%;
vertical-align: baseline;
font-family: inherit;
color: inherit;
-webkit-appearance: none;
/*-moz-appearance: none;*/
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
body {
font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.4em;
background: #eaeaea url('bg.png');
color: #4d4d4d;
width: 550px;
margin: 0 auto;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.todoapp {
background: #fff;
background: rgba(255, 255, 255, 0.9);
margin: 130px 0 40px 0;
border: 1px solid #ccc;
position: relative;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2),
0 25px 50px 0 rgba(0, 0, 0, 0.15);
}
.todoapp:before {
content: '';
border-left: 1px solid #f5d6d6;
border-right: 1px solid #f5d6d6;
width: 2px;
position: absolute;
top: 0;
left: 40px;
height: 100%;
}
.todoapp input::-webkit-input-placeholder {
font-style: italic;
}
.todoapp input:-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
.todoapp h1 {
position: absolute;
top: -120px;
width: 100%;
font-size: 70px;
font-weight: bold;
text-align: center;
color: #b3b3b3;
color: rgba(255, 255, 255, 0.3);
text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
-webkit-text-rendering: optimizeLegibility;
-moz-text-rendering: optimizeLegibility;
-ms-text-rendering: optimizeLegibility;
-o-text-rendering: optimizeLegibility;
text-rendering: optimizeLegibility;
}
.header {
padding-top: 15px;
border-radius: inherit;
}
.header:before {
content: '';
position: absolute;
top: 0;
right: 0;
left: 0;
height: 15px;
z-index: 2;
border-bottom: 1px solid #6c615c;
background: #8d7d77;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(132, 110, 100, 0.8)),to(rgba(101, 84, 76, 0.8)));
background: -webkit-linear-gradient(top, rgba(132, 110, 100, 0.8), rgba(101, 84, 76, 0.8));
background: -moz-linear-gradient(top, rgba(132, 110, 100, 0.8), rgba(101, 84, 76, 0.8));
background: -o-linear-gradient(top, rgba(132, 110, 100, 0.8), rgba(101, 84, 76, 0.8));
background: -ms-linear-gradient(top, rgba(132, 110, 100, 0.8), rgba(101, 84, 76, 0.8));
background: linear-gradient(top, rgba(132, 110, 100, 0.8), rgba(101, 84, 76, 0.8));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#9d8b83', EndColorStr='#847670');
border-top-left-radius: 1px;
border-top-right-radius: 1px;
}
.new-todo,
.edit {
position: relative;
margin: 0;
width: 100%;
font-size: 24px;
font-family: inherit;
line-height: 1.4em;
border: 0;
outline: none;
color: inherit;
padding: 6px;
border: 1px solid #999;
box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.new-todo {
padding: 16px 16px 16px 60px;
border: none;
background: rgba(0, 0, 0, 0.02);
z-index: 2;
box-shadow: none;
}
.main {
position: relative;
z-index: 2;
border-top: 1px dotted #adadad;
}
.toggle-all-label {
display: none;
}
.toggle-all {
position: absolute;
top: -42px;
left: -4px;
width: 40px;
text-align: center;
border: none; /* Mobile Safari */
}
.toggle-all:before {
content: '»';
font-size: 28px;
color: #d9d9d9;
padding: 0 25px 7px;
}
.toggle-all:checked:before {
color: #737373;
}
.todo-list {
margin: 0;
padding: 0;
list-style: none;
}
.todo-list li {
position: relative;
font-size: 24px;
border-bottom: 1px dotted #ccc;
}
.todo-list li:last-child {
border-bottom: none;
}
.todo-list li.editing {
border-bottom: none;
padding: 0;
}
.todo-list li.editing .edit {
display: block;
width: 506px;
padding: 13px 17px 12px 17px;
margin: 0 0 0 43px;
}
.todo-list li.editing .view {
display: none;
}
.todo-list li .toggle {
text-align: center;
width: 40px;
/* auto, since non-WebKit browsers doesn't support input styling */
height: auto;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
border: none; /* Mobile Safari */
-webkit-appearance: none;
/*-moz-appearance: none;*/
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.todo-list li .toggle:after {
content: '✔';
line-height: 43px; /* 40 + a couple of pixels visual adjustment */
font-size: 20px;
color: #d9d9d9;
text-shadow: 0 -1px 0 #bfbfbf;
}
.todo-list li .toggle:checked:after {
color: #85ada7;
text-shadow: 0 1px 0 #669991;
bottom: 1px;
position: relative;
}
.todo-list li label {
word-break: break-word;
padding: 15px;
margin-left: 45px;
display: block;
line-height: 1.2;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
-ms-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;
}
.todo-list li.completed label {
color: #a9a9a9;
text-decoration: line-through;
}
.todo-list li .destroy {
display: none;
position: absolute;
top: 0;
right: 10px;
bottom: 0;
width: 40px;
height: 40px;
margin: auto 0;
font-size: 22px;
color: #a88a8a;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.todo-list li .destroy:hover {
text-shadow: 0 0 1px #000,
0 0 10px rgba(199, 107, 107, 0.8);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.todo-list li .destroy:after {
content: '✖';
}
.todo-list li:hover .destroy {
display: block;
}
.todo-list li .edit {
display: none;
}
.todo-list li.editing:last-child {
margin-bottom: -1px;
}
.footer {
color: #777;
padding: 0 15px;
position: absolute;
right: 0;
bottom: -31px;
left: 0;
height: 20px;
z-index: 1;
text-align: center;
}
.footer:before {
content: '';
position: absolute;
right: 0;
bottom: 31px;
left: 0;
height: 50px;
z-index: -1;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 6px 0 -3px rgba(255, 255, 255, 0.8),
0 7px 1px -3px rgba(0, 0, 0, 0.3),
0 43px 0 -6px rgba(255, 255, 255, 0.8),
0 44px 2px -6px rgba(0, 0, 0, 0.2);
}
.todo-count {
float: left;
text-align: left;
}
.filters {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
right: 0;
left: 0;
}
.filters li {
display: inline;
}
.filters li a {
color: #83756f;
margin: 2px;
text-decoration: none;
}
.filters li a.selected {
font-weight: bold;
}
.clear-completed {
float: right;
position: relative;
line-height: 20px;
text-decoration: none;
background: rgba(0, 0, 0, 0.1);
font-size: 11px;
padding: 0 10px;
border-radius: 3px;
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
.clear-completed:hover {
background: rgba(0, 0, 0, 0.15);
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3);
}
.info {
margin: 65px auto 0;
color: #a6a6a6;
font-size: 12px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
text-align: center;
}
.info a {
color: inherit;
}
.submitButton {
display: none;
}
/*
Hack to remove background from Mobile Safari.
Can't use it globally since it destroys checkboxes in Firefox and Opera
*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.toggle-all,
.todo-list li .toggle {
background: none;
}
.todo-list li .toggle {
height: 40px;
}
.toggle-all {
top: -56px;
left: -15px;
width: 65px;
height: 41px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-appearance: none;
appearance: none;
}
}
.hidden{
display:none;
}
|
src/content/en/tools/workbox/reference-docs/v3.0.0-alpha.3/workbox.broadcastUpdate.html | sonyarianto/WebFundamentals | <!DOCTYPE html>
<html devsite>
<head>
<meta name="project_path" value="/web/tools/workbox/_project.yaml" />
<meta name="book_path" value="/web/tools/workbox/_book.yaml" />
<meta name="gtm_var" data-key="docType" data-value="reference">
<title>Namespace: broadcastUpdate</title>
<link href="jsdoc.css" rel="stylesheet">
</head>
<body>
<div id="jsdoc-body-container">
<div id="jsdoc-content">
<div id="jsdoc-content-container">
<div id="jsdoc-main" role="main">
<header class="page-header">
<h1><small><a href="workbox.html">workbox</a>.<wbr></small><span class="symbol-name">broadcastUpdate</span></h1>
<div class="symbol-detail-labels"><span class="label label-kind"><small>namespace</small></span> <span class="label label-static"><small>static</small></span></div>
<div class="symbol-detail-labels">
<span class="label label-kind"><small>Version</small></span>
<span class="label label-version"><small>v3.0.0-alpha.3</small></span>
</div>
</header>
<section>
<h2>Classes</h2>
<section id='members-links'>
<h3 class="class-list"><a href="workbox.broadcastUpdate.BroadcastCacheUpdate.html">BroadcastCacheUpdate</a></h3>
<p>Uses the <a href="/web/updates/2016/09/broadcastchannel">Broadcast Channel API</a> to notify interested parties when a cached response has been updated.</p>
<p>For efficiency's sake, the underlying response bodies are not compared; only specific response headers are checked.</p>
<h3 class="class-list"><a href="workbox.broadcastUpdate.Plugin.html">Plugin</a></h3>
<p>This plugin will automatically broadcast a message whenever a cached response is updated.</p>
</section>
<h2>Method</h2>
<section>
<h3 id=".broadcastUpdate" class="symbol-name">broadcastUpdate</h3>
<div class="symbol-detail-labels"><span class="label label-static"><small>static</small></span></div>
<p class="type-signature"> broadcastUpdate(channel, cacheName, url, source)</p>
<p>You would not normally call this method directly; it's called automatically by an instance of the BroadcastCacheUpdate class. It's exposed here for the benefit of developers who would rather not use the full
<code>BroadcastCacheUpdate</code> implementation.</p>
<p>Calling this will dispatch a message on the provided
<a href="/web/updates/2016/09/broadcastchannel">Broadcast Channel</a> to notify interested subscribers about a change to a cached resource.</p>
<p>The message that's posted has a formation inspired by the
<a href="https://github.com/acdlite/flux-standard-action#introduction">Flux standard action</a> format like so:</p>
<pre class="prettyprint source"><code>{
type: 'CACHE_UPDATED',
meta: 'workbox-broadcast-cache-update',
payload: {
cacheName: 'the-cache-name',
updatedUrl: 'https://example.com/'
}
}</code></pre>
<p>(Usage of <a href="https://facebook.github.io/flux/">Flux</a> itself is not at all required.)</p>
<section>
<table class="function param responsive">
<tr>
<th colspan="2">
<h4>Parameter</h4>
</th>
</tr>
<tbody>
<tr>
<td class="details-table-name">
<p>channel</p>
</td>
<td>
<p class="details-table-types">BroadcastChannel</p>
<p>The <code>BroadcastChannel</code> to use.</p>
</td>
</tr>
<tr>
<td class="details-table-name">
<p>cacheName</p>
</td>
<td>
<p class="details-table-types">string</p>
<p>The name of the cache in which the updated
<code>Response</code> was stored.</p>
</td>
</tr>
<tr>
<td class="details-table-name">
<p>url</p>
</td>
<td>
<p class="details-table-types">string</p>
<p>The URL associated with the updated <code>Response</code>.</p>
</td>
</tr>
<tr>
<td class="details-table-name">
<p>source</p>
</td>
<td>
<p class="details-table-types">string</p>
<p>A string identifying this library as the source of the update message.</p>
</td>
</tr>
</tbody>
</table>
</section>
<dl class="dl-compact">
</dl>
</section>
</section>
</div>
</div>
<nav id="jsdoc-toc-nav" role="navigation"></nav>
</div>
</div>
</body>
</html> |
Mail/View/Mail/history.html | fishling/chatPro | <extend name="Public/base"/>
<block name="body">
<div class="main-title">
<h2>邮箱历史</h2>
</div>
<ul class="tab-nav nav">
<li><a href="{:U('Admin/Addons/adminList',array('name'=>'Mail'))}">邮件配置</a></li>
<li><a href="{:addons_url('Mail://Mail/mailList')}">邮箱列表</a></li>
<li><a href="{:addons_url('Mail://Mail/sendEmail')}">发送邮件</a></li>
<li class="current"><a href="{:addons_url('Mail://Mail/history')}">邮件历史</a></li>
</ul>
<php>
foreach($searches as $search){
if($_REQUEST[$search['name']])
{
$show=1;
}
}
</php>
<div style="margin-bottom: 10px;" <eq name='show' value="">class="hidden" </eq>id="search_form">
<style>
.tb_search td{
padding: 5px 10px;
}
</style>
<form id="searchForm" method="post" action="{:addons_url('Mail://Mail/history')}" class="form-dont-clear-url-param">
<div class="search-form cf " style="margin-bottom: 10px">
<table class="tb_search">
<tr style="line-height: 28px">
<td>
邮件标题
</td>
<td>
<input style="float: none" type="text" name="title" class="search-input"
value="{:I('title')}">
</td>
</tr>
<tr><td></td>
<td><input type="submit" class="btn" value="确定"/> <button class="btn ajax-post btn" onclick="toggle_search()">关闭</button></td>
<td></td>
</tr>
</table>
</div>
</form>
<div style="border-top:1px solid #ccc;border-bottom: 1px solid white"></div>
</div>
<!-- 按钮工具栏 -->
<div class="cf">
<div class="fl">
<button class="btn submit-btn" url="?status=-1" target-form="ids" style="padding: 6px 16px;" onclick="toggle_search()">搜索</button>
<button class="btn ajax-post btn" url="{:addons_url('Mail://Mail/setStatus',array('status'=>-1))}" target-form="ids">删除</button>
</div>
</div>
<form action="{:addons_url('Mail://Mail/sendEmail')}" method="post">
<div class="data-table table-striped">
<table>
<thead>
<tr>
<th class="row-selected">
<input class="checkbox check-all" type="checkbox">
</th>
<th>ID</th>
<th>标题</th>
<th>邮件内容</th>
<th>寄件人</th>
<th>创建时间</th>
</tr>
</thead>
<tbody>
<notempty name="mailList">
<volist name="mailList" id="vo">
<tr>
<td><input class="ids row-selected" type="checkbox" name="ids[]" value="{$vo.id}"></td>
<td>{$vo.id}</td>
<td><a href="{:addons_url('Mail://Mail/mailDetail',array('id'=>$vo['id']))}">{$vo.title}</a></td>
<td>{$vo.body}</td>
<td>{$vo.from}</td>
<td>{$vo.create_time|friendlyDate}</td>
</tr>
</volist>
<else/>
<td colspan="6" class="text-center"> aOh! 暂时还没有内容! </td>
</notempty>
</tbody>
</table>
</div>
</form>
</block>
<block name="script">
<script type="text/javascript">
function toggle_search(){
$('#search_form').toggle('slide');
}
$(function(){
//搜索功能
$("#search").click(function(){
var url = $(this).attr('url');
var query = $('.search-form').find('input').serialize();
query = query.replace(/(&|^)(\w*?\d*?\-*?_*?)*?=?((?=&)|(?=$))/g,'');
query = query.replace(/^&/g,'');
if( url.indexOf('?')>0 ){
url += '&' + query;
}else{
url += '?' + query;
}
window.location.href = url;
});
//回车搜索
$(".search-input").keyup(function(e){
if(e.keyCode === 13){
$("#search").click();
return false;
}
});
});
</script>
</block> |
openstack_dashboard/dashboards/project/images/templates/images/images/detail.html | CiscoSystems/avos | {% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Image Details"%}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=page_title %}
{% endblock page_header %}
{% block main %}
<div class="row">
<div class="col-sm-12">
{{ tab_group.render }}
</div>
</div>
{% endblock %}
|
v0.5.0/nvidia/submission/code/translation/pytorch/cutlass/docs/structcutlass_1_1gemm_1_1GemmTraits_1_1Params-members.html | mlperf/training_results_v0.5 | <!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.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Cutlass: 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/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" async src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cutlass
</div>
<div id="projectbrief">CUDA Templates for Linear Algebra Subroutines and Solvers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacecutlass.html">cutlass</a></li><li class="navelem"><a class="el" href="namespacecutlass_1_1gemm.html">gemm</a></li><li class="navelem"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits.html">GemmTraits</a></li><li class="navelem"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">Params</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="structcutlass_1_1KernelLaunchConfiguration.html#a09535026bf08f94c6940c358d95d1edd">block</a></td><td class="entry"><a class="el" href="structcutlass_1_1KernelLaunchConfiguration.html">cutlass::KernelLaunchConfiguration</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="structcutlass_1_1KernelLaunchConfiguration.html#a4a6ac693d4284c84301279219623e2bc">dynamic_smem</a></td><td class="entry"><a class="el" href="structcutlass_1_1KernelLaunchConfiguration.html">cutlass::KernelLaunchConfiguration</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a073430a1e8b124aec8a1f1e00f262bc8">epilogue</a></td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a8dba1bcd9ddab830bc121afc728296c3">global_to_shared_stream</a></td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="structcutlass_1_1KernelLaunchConfiguration.html#ab86ba1464dd9c6cd15ae0de4a552201b">grid</a></td><td class="entry"><a class="el" href="structcutlass_1_1KernelLaunchConfiguration.html">cutlass::KernelLaunchConfiguration</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a40023f0ffdd8bee4ccbcaac28222e983">initialize</a>(GemmDesc_ const &desc)</td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#ac4cd0b74130ffc09e4ccb7b0acba87f8">initialize</a>(Index m, Index n, Index k, typename Epilogue::Scalar alpha, ScalarA const *d_a, Index lda, ScalarB const *d_b, Index ldb, typename Epilogue::Scalar beta, ScalarC const *d_c, Index ldc, ScalarD *d_d, Index ldd)</td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a95314e9a9279c4870f37f68a2357e064">initialize</a>(Index m, Index n, Index k, typename Epilogue::Scalar alpha, ScalarA const *d_a, Index lda, long long int batch_stride_A, ScalarB const *d_b, Index ldb, long long int batch_stride_B, typename Epilogue::Scalar beta, ScalarC const *d_c, Index ldc, long long int batch_stride_C, ScalarD *d_d, Index ldd, long long int batch_stride_D, Index batch_count)</td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a9f0b980cba9d6c5b3df70dd73f455985">initialize</a>(GemmDesc_ const &partitonK_desc, Index partitionK_count_)</td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#ae2ac243a087c64c1c5b024a0392bfc22">initialize</a>(Index m, Index n, Index k, typename Epilogue::Scalar alpha, ScalarA const *d_a, Index lda, ScalarB const *d_b, Index ldb, typename Epilogue::Scalar beta, ScalarC const *d_c, Index ldc, ScalarD *d_d, Index ldd, Index partitionK_count_)</td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="structcutlass_1_1KernelLaunchConfiguration.html#a726db328ccc8f5e186ff8e7cef568eaa">KernelLaunchConfiguration</a>(dim3 _grid=dim3(1, 1, 1), dim3 _block=dim3(1, 1, 1), size_t _dynamic_smem=0)</td><td class="entry"><a class="el" href="structcutlass_1_1KernelLaunchConfiguration.html">cutlass::KernelLaunchConfiguration</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a44b9a0d6210561d3b0d538b2c0a38886">partitionK_range</a></td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#af2233a6ebf39788e27f051f8c614ab90">problem_size</a></td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html#a50e9cc382a32abd5beab299a79b30b27">shared_stream</a></td><td class="entry"><a class="el" href="structcutlass_1_1gemm_1_1GemmTraits_1_1Params.html">cutlass::gemm::GemmTraits< GemmConfig_, GlobalLoadStreamA_, GlobalLoadStreamB_, SharedLoadStreamA_, SharedLoadStreamB_, Epilogue_, BlockSwizzle_, Index_, ClearAccumulators_ >::Params</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Oct 26 2018 14:53:39 for Cutlass by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>
|
docs/api/org/apache/hadoop/io/compress/zlib/class-use/ZlibFactory.html | submergerock/avatar-hadoop | <!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_20) on Wed Mar 30 21:34:43 CST 2011 -->
<TITLE>
Uses of Class org.apache.hadoop.io.compress.zlib.ZlibFactory (Facebook's realtime distributed database, powered by Apache Hadoop based on 0.20-append branch 0.20.1-dev API)
</TITLE>
<META NAME="date" CONTENT="2011-03-30">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.io.compress.zlib.ZlibFactory (Facebook's realtime distributed database, powered by Apache Hadoop based on 0.20-append branch 0.20.1-dev API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/io/compress/zlib//class-useZlibFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="ZlibFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.io.compress.zlib.ZlibFactory</B></H2>
</CENTER>
No usage of org.apache.hadoop.io.compress.zlib.ZlibFactory
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/io/compress/zlib/ZlibFactory.html" title="class in org.apache.hadoop.io.compress.zlib"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/io/compress/zlib//class-useZlibFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="ZlibFactory.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>
This release is based on the Facebook's version of Hadoop.<br>Copyright © 2009 The Apache Software Foundation.
</BODY>
</HTML>
|
wicket-examples/src/main/java/org/apache/wicket/examples/repeater/repeater.css | mosoft521/wicket | /*
* 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.
*/
.highlight {
background-color: #80b6ed!important;
}
th.last-name *,
td.last-name {
font-weight: bold;
color: #AA0000;
}
th.numeric,
td.numeric {
text-align: right !important;
}
.float-right {
float: right;
}
.inline-block {
display: inline-block;
}
.gridpage table {
border-collapse:collapse;
}
.gridpage td {
padding: 2px;
}
.gridpage table, .gridpage th, .gridpage td {
border: 1px solid black;
}
colgroup {
border: solid 1px green;
}
col.lightblue {
background-color: lightblue;
}
col.lightgreen {
background-color: lightgreen;
}
col.pink {
background-color: pink;
}
col.yellow {
background-color: yellow;
}
col.brown {
background-color: #CC6633;
}
|
self-paced-labs/cloud-hero/background/app/templates/index.html | GoogleCloudPlatform/training-data-analyst | <!DOCTYPE html>
<!-- Copyright 2019 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->
<!-- [START getting_started_background_js] -->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Translations</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
$("#translate-form").submit(function(e) {
e.preventDefault();
// Get value, make sure it's not empty.
if ($("#v").val() == "") {
return;
}
$.ajax({
type: "POST",
url: "/request-translation",
data: $(this).serialize(),
success: function(data) {
// Show snackbar.
console.log(data);
var notification = document.querySelector('.mdl-js-snackbar');
$("#snackbar").removeClass("mdl-color--red-100");
$("#snackbar").addClass("mdl-color--green-100");
notification.MaterialSnackbar.showSnackbar({
message: 'Translation requested'
});
},
error: function(data) {
// Show snackbar.
console.log("Error requesting translation");
var notification = document.querySelector('.mdl-js-snackbar');
$("#snackbar").removeClass("mdl-color--green-100");
$("#snackbar").addClass("mdl-color--red-100");
notification.MaterialSnackbar.showSnackbar({
message: 'Translation request failed'
});
}
});
});
});
</script>
<style>
.lang {
width: 50px;
}
.translate-form {
display: inline;
}
</style>
</head>
<!-- [END getting_started_background_js] -->
<!-- [START getting_started_background_html] -->
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title">Translate with Background Processing</span>
</div>
</header>
<main class="mdl-layout__content">
<div class="page-content">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--1-col"></div>
<div class="mdl-cell mdl-cell--3-col">
<form id="translate-form" class="translate-form">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" type="text" id="v" name="v">
<label class="mdl-textfield__label" for="v">Text to translate...</label>
</div>
<select class="mdl-textfield__input lang" name="lang">
<option value="de">de</option>
<option value="en">en</option>
<option value="es">es</option>
<option value="fr">fr</option>
<option value="ja">ja</option>
<option value="sw">sw</option>
</select>
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent" type="submit"
name="submit">Submit</button>
</form>
</div>
<div class="mdl-cell mdl-cell--8-col">
<table class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
<thead>
<tr>
<th class="mdl-data-table__cell--non-numeric"><strong>Original</strong></th>
<th class="mdl-data-table__cell--non-numeric"><strong>Translation</strong></th>
</tr>
</thead>
<tbody>
{% for translation in translations %}
<tr>
<td class="mdl-data-table__cell--non-numeric">
<span class="mdl-chip mdl-color--primary">
<span class="mdl-chip__text mdl-color-text--white">{{ translation['OriginalLanguage'] }} </span>
</span>
{{ translation['Original'] }}
</td>
<td class="mdl-data-table__cell--non-numeric">
<span class="mdl-chip mdl-color--accent">
<span class="mdl-chip__text mdl-color-text--white">{{ translation['Language'] }} </span>
</span>
{{ translation['Translated'] }}
</td>
</tr>
{% endfor %}
</tbody>
</table>
<br/>
<button class="mdl-button mdl-js-button mdl-button--raised" type="button" onClick="window.location.reload();">
Refresh
</button>
</div>
</div>
</div>
<div aria-live="assertive" aria-atomic="true" aria-relevant="text" class="mdl-snackbar mdl-js-snackbar" id="snackbar">
<div class="mdl-snackbar__text mdl-color-text--black"></div>
<button type="button" class="mdl-snackbar__action"></button>
</div>
</main>
</div>
</body>
</html>
<!-- [END getting_started_background_html] -->
|
packages/openscap/openscap-1.2.1/docs/html/oval__probe__handler_8h_source.html | ykhodorkovskiy/clip | <!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>Open SCAP Library: oval_probe_handler.h Source File</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">Open SCAP Library
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<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="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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_dec16e0beb5f79ab6b40e328203e2e32.html">OVAL</a></li><li class="navelem"><a class="el" href="dir_d7d4c5e9309fab4992a34dcb057ec544.html">public</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">oval_probe_handler.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> </div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * Copyright 2010 Red Hat Inc., Durham, North Carolina.</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * All Rights Reserved.</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * This library is free software; you can redistribute it and/or</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * modify it under the terms of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * License as published by the Free Software Foundation; either</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * version 2.1 of the License, or (at your option) any later version.</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * This library is distributed in the hope that it will be useful,</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * Lesser General Public License for more details.</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> * You should have received a copy of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> * License along with this library; if not, write to the Free Software</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> * Authors:</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment"> * "Daniel Kopecek" <dkopecek@redhat.com></span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#ifndef OVAL_PROBE_HANDLER</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor"></span><span class="preprocessor">#define OVAL_PROBE_HANDLER</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "<a class="code" href="oval__definitions_8h.html">oval_definitions.h</a>"</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structoval__phtbl.html">oval_phtbl</a> <a class="code" href="structoval__phtbl.html">oval_phtbl_t</a>;</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structoval__ph.html">oval_ph</a> <a class="code" href="structoval__ph.html">oval_ph_t</a>;</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="group__PROBEHANDLERS.html#gaa9dc58a25b744ead912c84a69bab84b6"> 44</a></span> <span class="keyword">typedef</span> int (<a class="code" href="group__PROBEHANDLERS.html#gaa9dc58a25b744ead912c84a69bab84b6">oval_probe_handler_t</a>)(<a class="code" href="group__OVAL.html#ga99498f525c1a0282ef45557fc882f97f">oval_subtype_t</a>, <span class="keywordtype">void</span> *, int, ...);</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor">#define PROBE_HANDLER_ACT_INIT 0</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="preprocessor"></span><span class="preprocessor">#define PROBE_HANDLER_ACT_FREE 1</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor"></span><span class="preprocessor">#define PROBE_HANDLER_ACT_OPEN 2</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor"></span><span class="preprocessor">#define PROBE_HANDLER_ACT_EVAL 3</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor"></span><span class="preprocessor">#define PROBE_HANDLER_ACT_RESET 4</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor"></span><span class="preprocessor">#define PROBE_HANDLER_ACT_CLOSE 5</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor"></span><span class="preprocessor">#define PROBE_HANDLER_ACT_ABORT 6</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor">#define PROBE_HANDLER_IGNORE NULL</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#endif </span><span class="comment">/* OVAL_PROBE_HANDLER */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor"></span><div class="ttc" id="group__OVAL_html_ga99498f525c1a0282ef45557fc882f97f"><div class="ttname"><a href="group__OVAL.html#ga99498f525c1a0282ef45557fc882f97f">oval_subtype_t</a></div><div class="ttdeci">oval_subtype_t</div><div class="ttdoc">Unknown subtypes. </div><div class="ttdef"><b>Definition:</b> oval_types.h:120</div></div>
<div class="ttc" id="structoval__phtbl_html"><div class="ttname"><a href="structoval__phtbl.html">oval_phtbl</a></div><div class="ttdef"><b>Definition:</b> _oval_probe_handler.h:42</div></div>
<div class="ttc" id="group__PROBEHANDLERS_html_gaa9dc58a25b744ead912c84a69bab84b6"><div class="ttname"><a href="group__PROBEHANDLERS.html#gaa9dc58a25b744ead912c84a69bab84b6">oval_probe_handler_t</a></div><div class="ttdeci">int( oval_probe_handler_t)(oval_subtype_t, void *, int,...)</div><div class="ttdoc">Type of the handler function. </div><div class="ttdef"><b>Definition:</b> oval_probe_handler.h:44</div></div>
<div class="ttc" id="structoval__ph_html"><div class="ttname"><a href="structoval__ph.html">oval_ph</a></div><div class="ttdef"><b>Definition:</b> _oval_probe_handler.h:36</div></div>
<div class="ttc" id="oval__definitions_8h_html"><div class="ttname"><a href="oval__definitions_8h.html">oval_definitions.h</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>
|
venv/bin/doc/html/boost/accumulators/feature_of_tag_idp33301512.html | NixaSoftware/CVis | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct feature_of<tag::with_p_square_cumulative_distribution_median></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="../../accumulators/reference.html#header.boost.accumulators.statistics.median_hpp" title="Header <boost/accumulators/statistics/median.hpp>">
<link rel="prev" href="feature_of_tag_idp33300648.html" title="Struct feature_of<tag::with_density_median>">
<link rel="next" href="as_weighted_fe_idp33302408.html" title="Struct as_weighted_feature<tag::median>">
</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="feature_of_tag_idp33300648.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.median_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="as_weighted_fe_idp33302408.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.accumulators.feature_of_tag_idp33301512"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct feature_of<tag::with_p_square_cumulative_distribution_median></span></h2>
<p>boost::accumulators::feature_of<tag::with_p_square_cumulative_distribution_median></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="../../accumulators/reference.html#header.boost.accumulators.statistics.median_hpp" title="Header <boost/accumulators/statistics/median.hpp>">boost/accumulators/statistics/median.hpp</a>>
</span>
<span class="keyword">struct</span> <a class="link" href="feature_of_tag_idp33301512.html" title="Struct feature_of<tag::with_p_square_cumulative_distribution_median>">feature_of</a><span class="special"><</span><span class="identifier">tag</span><span class="special">::</span><span class="identifier">with_p_square_cumulative_distribution_median</span><span class="special">></span> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">accumulators</span><span class="special">::</span><span class="identifier">feature_of</span><span class="special"><</span> <span class="identifier">tag</span><span class="special">::</span><span class="identifier">median</span> <span class="special">></span> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2005, 2006 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="feature_of_tag_idp33300648.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.median_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="as_weighted_fe_idp33302408.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
boost_1_54_0/libs/log/doc/html/boost/log/to_log_fun.html | ryancoleman/autodock-vina | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template to_log_fun</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="Chapter 1. Boost.Log 2.0">
<link rel="up" href="../../utilities.html#header.boost.log.utility.functional.bind_to_log_hpp" title="Header <boost/log/utility/functional/bind_to_log.hpp>">
<link rel="prev" href="bind_output.html" title="Function template bind_output">
<link rel="next" href="to_log_fun_voi_idp21352928.html" title="Struct to_log_fun<void>">
</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></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="bind_output.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../utilities.html#header.boost.log.utility.functional.bind_to_log_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="to_log_fun_voi_idp21352928.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.log.to_log_fun"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template to_log_fun</span></h2>
<p>boost::log::to_log_fun — The function object that outputs its second operand to the first one. </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="../../utilities.html#header.boost.log.utility.functional.bind_to_log_hpp" title="Header <boost/log/utility/functional/bind_to_log.hpp>">boost/log/utility/functional/bind_to_log.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> TagT <span class="special">=</span> <span class="keyword">void</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="to_log_fun.html" title="Struct template to_log_fun">to_log_fun</a> <span class="special">{</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="keyword">void</span> <a name="boost.log.to_log_fun.result_type"></a><span class="identifier">result_type</span><span class="special">;</span>
<span class="comment">// <a class="link" href="to_log_fun.html#idp21350896-bb">public member functions</a></span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StreamT<span class="special">,</span> <span class="keyword">typename</span> T<span class="special">></span>
<span class="keyword">void</span> <a class="link" href="to_log_fun.html#idp21351104-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="identifier">StreamT</span> <span class="special">&</span><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>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp29014032"></a><h2>Description</h2>
<div class="refsect2">
<a name="idp29014240"></a><h3>
<a name="idp21350896-bb"></a><code class="computeroutput">to_log_fun</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> StreamT<span class="special">,</span> <span class="keyword">typename</span> T<span class="special">></span>
<span class="keyword">void</span> <a name="idp21351104-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="identifier">StreamT</span> <span class="special">&</span> strm<span class="special">,</span> <span class="identifier">T</span> <span class="keyword">const</span> <span class="special">&</span> val<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 © 2007-2013 Andrey Semashev<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="bind_output.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../utilities.html#header.boost.log.utility.functional.bind_to_log_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="to_log_fun_voi_idp21352928.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
JBox2D_2.0.1/doc/org/jbox2d/testbed/TestSettings.html | owant/cocos2d | <!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_13) on Thu May 08 05:30:42 EDT 2008 -->
<TITLE>
TestSettings
</TITLE>
<META NAME="keywords" CONTENT="org.jbox2d.testbed.TestSettings class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="TestSettings";
}
</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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TestSettings.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/jbox2d/testbed/TestbedOptions.html" title="class in org.jbox2d.testbed"><B>PREV CLASS</B></A>
<A HREF="../../../org/jbox2d/testbed/TimingTest.html" title="class in org.jbox2d.testbed"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/jbox2d/testbed/TestSettings.html" target="_top"><B>FRAMES</B></A>
<A HREF="TestSettings.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <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">
org.jbox2d.testbed</FONT>
<BR>
Class TestSettings</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.jbox2d.testbed.TestSettings</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>TestSettings</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
Settings for the current test. Mostly self-explanatory.
<BR><BR>
The settings from here are applied during AbstractExample::step().
<P>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_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>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawAABBs">drawAABBs</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawCOMs">drawCOMs</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawContactForces">drawContactForces</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawContactNormals">drawContactNormals</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawContactPoints">drawContactPoints</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawCoreShapes">drawCoreShapes</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawFrictionForces">drawFrictionForces</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawImpulses">drawImpulses</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawJoints">drawJoints</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawOBBs">drawOBBs</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawPairs">drawPairs</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawShapes">drawShapes</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#drawStats">drawStats</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#enablePositionCorrection">enablePositionCorrection</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#enableTOI">enableTOI</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#enableWarmStarting">enableWarmStarting</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#hz">hz</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#iterationCount">iterationCount</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#pause">pause</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/jbox2d/testbed/TestSettings.html#singleStep">singleStep</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== 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/jbox2d/testbed/TestSettings.html#TestSettings()">TestSettings</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
</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>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_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>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="hz"><!-- --></A><H3>
hz</H3>
<PRE>
public int <B>hz</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="iterationCount"><!-- --></A><H3>
iterationCount</H3>
<PRE>
public int <B>iterationCount</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="enableWarmStarting"><!-- --></A><H3>
enableWarmStarting</H3>
<PRE>
public boolean <B>enableWarmStarting</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="enablePositionCorrection"><!-- --></A><H3>
enablePositionCorrection</H3>
<PRE>
public boolean <B>enablePositionCorrection</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="enableTOI"><!-- --></A><H3>
enableTOI</H3>
<PRE>
public boolean <B>enableTOI</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="pause"><!-- --></A><H3>
pause</H3>
<PRE>
public boolean <B>pause</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="singleStep"><!-- --></A><H3>
singleStep</H3>
<PRE>
public boolean <B>singleStep</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawShapes"><!-- --></A><H3>
drawShapes</H3>
<PRE>
public boolean <B>drawShapes</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawJoints"><!-- --></A><H3>
drawJoints</H3>
<PRE>
public boolean <B>drawJoints</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawCoreShapes"><!-- --></A><H3>
drawCoreShapes</H3>
<PRE>
public boolean <B>drawCoreShapes</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawOBBs"><!-- --></A><H3>
drawOBBs</H3>
<PRE>
public boolean <B>drawOBBs</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawCOMs"><!-- --></A><H3>
drawCOMs</H3>
<PRE>
public boolean <B>drawCOMs</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawStats"><!-- --></A><H3>
drawStats</H3>
<PRE>
public boolean <B>drawStats</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawImpulses"><!-- --></A><H3>
drawImpulses</H3>
<PRE>
public boolean <B>drawImpulses</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawAABBs"><!-- --></A><H3>
drawAABBs</H3>
<PRE>
public boolean <B>drawAABBs</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawPairs"><!-- --></A><H3>
drawPairs</H3>
<PRE>
public boolean <B>drawPairs</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawContactPoints"><!-- --></A><H3>
drawContactPoints</H3>
<PRE>
public boolean <B>drawContactPoints</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawContactNormals"><!-- --></A><H3>
drawContactNormals</H3>
<PRE>
public boolean <B>drawContactNormals</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawContactForces"><!-- --></A><H3>
drawContactForces</H3>
<PRE>
public boolean <B>drawContactForces</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="drawFrictionForces"><!-- --></A><H3>
drawFrictionForces</H3>
<PRE>
public boolean <B>drawFrictionForces</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= 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="TestSettings()"><!-- --></A><H3>
TestSettings</H3>
<PRE>
public <B>TestSettings</B>()</PRE>
<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/TestSettings.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/jbox2d/testbed/TestbedOptions.html" title="class in org.jbox2d.testbed"><B>PREV CLASS</B></A>
<A HREF="../../../org/jbox2d/testbed/TimingTest.html" title="class in org.jbox2d.testbed"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/jbox2d/testbed/TestSettings.html" target="_top"><B>FRAMES</B></A>
<A HREF="TestSettings.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
static/events/2014-telaviv/proposals/Sonar as a Gatekeeper of your code quality/index.html | benjohnson77/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" >
<title>Tel Aviv 2014
- Proposal</title>
<meta name="author" content="Elena Dolinina" >
<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]-->
</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 class="span-15 first">
<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-8 last">
</div>
<div class="span-24 last" id="title">
<div class="span-15 first">
<h1>Tel Aviv 2014
- Proposal </h1>
</div>
<div class="span-8 last">
</div>
<h1>Gold sponsors</h1>
</div>
<div class="span-15 ">
<div class="span-15 last ">
<div class="submenu">
<h3>
<a href="/events/2014-telaviv/">welcome</a>
<a href="/events/2014-telaviv/propose">propose</a>
<a href="/events/2014-telaviv/program">program</a>
<a href="/events/2014-telaviv/workshops">workshops</a>
<a href="/events/2014-telaviv/registration">register</a>
<a href="/events/2014-telaviv/sponsor">sponsor</a>
<a href="/events/2014-telaviv/contact">contact</a>
<a href="/events/2014-telaviv/conduct">conduct</a>
</h3>
</div>
Back to <a href='..'>proposals overview</a> - <a href='../../program'>program</a>
<hr>
<h3>Sonar as a Gatekeeper of your code quality</h3>
<p><strong>Abstract:</strong></p>
<p>Patches review is tedious, time consuming process and altogether very often not effective. Shallow-minded reviews cause code of bad quality to be merged to your scm and then to be dragged long away till someone will scream 'Stop!' and start refactoring.
Can we prevent bad code to be merged at all and to do it in a reliant and automated manner? The answer is ""Yes, We Can"" by usingSonarQube and 2 complementary plugins that will make code static analysis to run on patchset files only with automatic publishing the comments back to your review board (gerrit). It will allow you to set effective quality gates on pre-commit level and to ensure that bad code will be automatically rejected. Moreover your Sonar gatekeeper will teach all developers the code standards and conventions they should comply with.
At first you will be surprised by so many complaints of your new reviewer, but soon you will learn and then will be rewarded by Sonar quality dashboard changing gradually to green color (=great code) instead of red (=bad code).
Overall it will improve your code, will reduce dramatically review process time and code refactoring needs.</p>
<p><strong>Speakers:</strong></p>
<p>Elena works in VMware SaaS development group and is responsible mostly for DevOps processes, tools and infrastructure development. Previously (till Jan 2014) She was working in RedHat as Supervisor of Automation Infrastructure&DevOps team.</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">
<h1>Event Leaders</h1>
<a href='http://www.gigaspaces.com'><img border=0 alt='GigaSpaces Technologies' title='GigaSpaces Technologies' width=100px height=100px src='/events/2014-telaviv/logos/gigaspaces.png'></a>
<a href='https://www.facebook.com/HP.Software.Israel'><img border=0 alt='HP Software' title='HP Software' width=100px height=100px src='/events/2014-telaviv/logos/hp.png'></a>
<br/>
<br/>
<h1>Platinum Sponsors</h1>
<a href='http://on.aol.com/'><img border=0 alt='AOL On' title='AOL On' width=100px height=100px src='/events/2014-telaviv/logos/aolon.png'></a>
<a href='http://www.ravellosystems.com/'><img border=0 alt='Revello Systems' title='Revello Systems' width=100px height=100px src='/events/2014-telaviv/logos/ravello.png'></a>
<br/>
<br/>
<h1>Gold Sponsors</h1>
<a href='http://getcloudify.org'><img border=0 alt='Cloudify by GigaSpaces' title='Cloudify by GigaSpaces' width=80px height=80px src='/events/2014-telaviv/logos/cloudify.png'></a>
<a href='https://metrics.librato.com/?utm_campaign=dev-ops-tel-aviv&utm_content=promotion&utm_medium=event&utm_source=devops-tel-aviv'><img border=0 alt='Librato Metrics' title='Librato Metrics' width=80px height=80px src='/events/2014-telaviv/logos/librato.png'></a>
<a href='https://getchef.com/'><img border=0 alt='Chef' title='Chef' width=80px height=80px src='/events/2014-telaviv/logos/chef.png'></a>
<a href='http://bigpanda.io/'><img border=0 alt='bigpanda' title='bigpanda' width=80px height=80px src='/events/2014-telaviv/logos/bigpanda.png'></a>
<a href='http://www.jfrog.com/'><img border=0 alt='JFrog' title='JFrog' width=80px height=80px src='/events/2014-telaviv/logos/JFrogDoD.png'></a>
<a href='http://wix.com'><img border=0 alt='Wix' title='Wix' width=80px height=80px src='/events/2014-telaviv/logos/wix.png'></a>
<a href='http://www.outbrain.com'><img border=0 alt='Outbrain' title='Outbrain' width=80px height=80px src='/events/2014-telaviv/logos/outbrain.png'></a>
<a href='http://www.elasticsearch.com'><img border=0 alt='ElasticSearch (in partnership with We-Ankor)' title='ElasticSearch (in partnership with We-Ankor)' width=80px height=80px src='/events/2014-telaviv/logos/elasticsearch-ankor.png'></a>
<br/>
<br/>
<h1>Silver Sponsors</h1>
<a href='http://github.com'><img border=0 alt='GitHub' title='GitHub' width=70px height=70px src='/events/2014-telaviv/logos/github.png'></a>
<a href='http://cloudinary.com'><img border=0 alt='Cloudinary' title='Cloudinary' width=70px height=70px src='/events/2014-telaviv/logos/cloudinary.png'></a>
<br/>
<br/>
<h1>Community Partner</h1>
<a href='http://meetup.com/IGTCloud'><img border=0 alt='IGT' title='IGT' width=70px height=70px src='/events/2014-telaviv/logos/igt.png'></a>
</div>
<div class="span-8 last">
</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/apis/0.7/rust/mentat_ffi/fn.destroy.html | mozilla/mentat | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `destroy` fn in crate `mentat_ffi`.">
<meta name="keywords" content="rust, rustlang, rust-lang, destroy">
<title>mentat_ffi::destroy - Rust</title>
<link rel="stylesheet" type="text/css" href="../normalize.css">
<link rel="stylesheet" type="text/css" href="../rustdoc.css"
id="mainThemeStyle">
<link rel="stylesheet" type="text/css" href="../dark.css">
<link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle">
<script src="../storage.js"></script>
</head>
<body class="rustdoc fn">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<div class="sidebar-menu">☰</div>
<div class="sidebar-elems"><p class='location'><a href='index.html'>mentat_ffi</a></p><script>window.sidebarCurrent = {name: 'destroy', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script></div>
</nav>
<div class="theme-picker">
<button id="theme-picker" aria-label="Pick another theme!">
<img src="../brush.svg" width="18" alt="Pick another theme!">
</button>
<div id="theme-choices"></div>
</div>
<script src="../theme.js"></script>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content"><h1 class='fqn'><span class='in-band'>Function <a href='index.html'>mentat_ffi</a>::<wbr><a class="fn" href=''>destroy</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a class='srclink' href='../src/mentat_ffi/lib.rs.html#2022-2026' title='goto source code'>[src]</a></span></h1><pre class='rust fn'><div class="docblock attributes">#[no_mangle]
</div>pub unsafe extern "C" fn destroy(obj: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="enum" href="https://doc.rust-lang.org/nightly/std/os/raw/enum.c_void.html" title="enum std::os::raw::c_void">c_void</a>)</pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt><kbd>?</kbd></dt>
<dd>Show this help dialog</dd>
<dt><kbd>S</kbd></dt>
<dd>Focus the search field</dd>
<dt><kbd>↑</kbd></dt>
<dd>Move up in search results</dd>
<dt><kbd>↓</kbd></dt>
<dd>Move down in search results</dd>
<dt><kbd>↹</kbd></dt>
<dd>Switch tab</dd>
<dt><kbd>⏎</kbd></dt>
<dd>Go to active search result</dd>
<dt><kbd>+</kbd></dt>
<dd>Expand all sections</dd>
<dt><kbd>-</kbd></dt>
<dd>Collapse all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../";
window.currentCrate = "mentat_ffi";
</script>
<script src="../main.js"></script>
<script defer src="../search-index.js"></script>
</body>
</html> |
opencv_modules/opencv-android-3.3.1/opencv/javadoc/org/opencv/video/KalmanFilter.html | scify/ICSee | <!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.7.0_131) on Tue Oct 24 14:06:24 UTC 2017 -->
<title>KalmanFilter</title>
<meta name="date" content="2017-10-24">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="KalmanFilter";
}
}
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><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="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>OpenCV 3.3.1</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/opencv/video/FarnebackOpticalFlow.html" title="class in org.opencv.video"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/opencv/video/SparseOpticalFlow.html" title="class in org.opencv.video"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/opencv/video/KalmanFilter.html" target="_top">Frames</a></li>
<li><a href="KalmanFilter.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.opencv.video</div>
<h2 title="Class KalmanFilter" class="title">Class KalmanFilter</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.opencv.video.KalmanFilter</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">KalmanFilter</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="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="../../../org/opencv/video/KalmanFilter.html#KalmanFilter()">KalmanFilter</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#KalmanFilter(int,%20int)">KalmanFilter</a></strong>(int dynamParams,
int measureParams)</code> </td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#KalmanFilter(int,%20int,%20int,%20int)">KalmanFilter</a></strong>(int dynamParams,
int measureParams,
int controlParams,
int type)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#correct(org.opencv.core.Mat)">correct</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> measurement)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#get_controlMatrix()">get_controlMatrix</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#get_errorCovPost()">get_errorCovPost</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#get_errorCovPre()">get_errorCovPre</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#get_gain()">get_gain</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#get_measurementMatrix()">get_measurementMatrix</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#get_measurementNoiseCov()">get_measurementNoiseCov</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#get_processNoiseCov()">get_processNoiseCov</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#get_statePost()">get_statePost</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#get_statePre()">get_statePre</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#get_transitionMatrix()">get_transitionMatrix</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#getNativeObjAddr()">getNativeObjAddr</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#predict()">predict</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#predict(org.opencv.core.Mat)">predict</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> control)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#set_controlMatrix(org.opencv.core.Mat)">set_controlMatrix</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> controlMatrix)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#set_errorCovPost(org.opencv.core.Mat)">set_errorCovPost</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> errorCovPost)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#set_errorCovPre(org.opencv.core.Mat)">set_errorCovPre</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> errorCovPre)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#set_gain(org.opencv.core.Mat)">set_gain</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> gain)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#set_measurementMatrix(org.opencv.core.Mat)">set_measurementMatrix</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> measurementMatrix)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#set_measurementNoiseCov(org.opencv.core.Mat)">set_measurementNoiseCov</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> measurementNoiseCov)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#set_processNoiseCov(org.opencv.core.Mat)">set_processNoiseCov</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> processNoiseCov)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#set_statePost(org.opencv.core.Mat)">set_statePost</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> statePost)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#set_statePre(org.opencv.core.Mat)">set_statePre</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> statePre)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/opencv/video/KalmanFilter.html#set_transitionMatrix(org.opencv.core.Mat)">set_transitionMatrix</a></strong>(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> transitionMatrix)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="KalmanFilter()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>KalmanFilter</h4>
<pre>public KalmanFilter()</pre>
</li>
</ul>
<a name="KalmanFilter(int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>KalmanFilter</h4>
<pre>public KalmanFilter(int dynamParams,
int measureParams)</pre>
</li>
</ul>
<a name="KalmanFilter(int, int, int, int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>KalmanFilter</h4>
<pre>public KalmanFilter(int dynamParams,
int measureParams,
int controlParams,
int type)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="correct(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>correct</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> correct(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> measurement)</pre>
</li>
</ul>
<a name="get_controlMatrix()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_controlMatrix</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> get_controlMatrix()</pre>
</li>
</ul>
<a name="get_errorCovPost()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_errorCovPost</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> get_errorCovPost()</pre>
</li>
</ul>
<a name="get_errorCovPre()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_errorCovPre</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> get_errorCovPre()</pre>
</li>
</ul>
<a name="get_gain()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_gain</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> get_gain()</pre>
</li>
</ul>
<a name="get_measurementMatrix()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_measurementMatrix</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> get_measurementMatrix()</pre>
</li>
</ul>
<a name="get_measurementNoiseCov()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_measurementNoiseCov</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> get_measurementNoiseCov()</pre>
</li>
</ul>
<a name="get_processNoiseCov()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_processNoiseCov</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> get_processNoiseCov()</pre>
</li>
</ul>
<a name="get_statePost()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_statePost</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> get_statePost()</pre>
</li>
</ul>
<a name="get_statePre()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_statePre</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> get_statePre()</pre>
</li>
</ul>
<a name="get_transitionMatrix()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_transitionMatrix</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> get_transitionMatrix()</pre>
</li>
</ul>
<a name="getNativeObjAddr()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNativeObjAddr</h4>
<pre>public long getNativeObjAddr()</pre>
</li>
</ul>
<a name="predict()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>predict</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> predict()</pre>
</li>
</ul>
<a name="predict(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>predict</h4>
<pre>public <a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> predict(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> control)</pre>
</li>
</ul>
<a name="set_controlMatrix(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_controlMatrix</h4>
<pre>public void set_controlMatrix(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> controlMatrix)</pre>
</li>
</ul>
<a name="set_errorCovPost(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_errorCovPost</h4>
<pre>public void set_errorCovPost(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> errorCovPost)</pre>
</li>
</ul>
<a name="set_errorCovPre(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_errorCovPre</h4>
<pre>public void set_errorCovPre(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> errorCovPre)</pre>
</li>
</ul>
<a name="set_gain(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_gain</h4>
<pre>public void set_gain(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> gain)</pre>
</li>
</ul>
<a name="set_measurementMatrix(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_measurementMatrix</h4>
<pre>public void set_measurementMatrix(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> measurementMatrix)</pre>
</li>
</ul>
<a name="set_measurementNoiseCov(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_measurementNoiseCov</h4>
<pre>public void set_measurementNoiseCov(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> measurementNoiseCov)</pre>
</li>
</ul>
<a name="set_processNoiseCov(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_processNoiseCov</h4>
<pre>public void set_processNoiseCov(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> processNoiseCov)</pre>
</li>
</ul>
<a name="set_statePost(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_statePost</h4>
<pre>public void set_statePost(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> statePost)</pre>
</li>
</ul>
<a name="set_statePre(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_statePre</h4>
<pre>public void set_statePre(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> statePre)</pre>
</li>
</ul>
<a name="set_transitionMatrix(org.opencv.core.Mat)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>set_transitionMatrix</h4>
<pre>public void set_transitionMatrix(<a href="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</a> transitionMatrix)</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="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><a href="http://docs.opencv.org">OpenCV 3.3.1 Documentation</a></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/opencv/video/FarnebackOpticalFlow.html" title="class in org.opencv.video"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/opencv/video/SparseOpticalFlow.html" title="class in org.opencv.video"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/opencv/video/KalmanFilter.html" target="_top">Frames</a></li>
<li><a href="KalmanFilter.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
archive/v1.6/docs/ops/prep/deployment-models/index.html | istio/istio.io | <!doctype html><html lang=en><head><title>Redirecting…</title><link rel=canonical href=/v1.6/docs/ops/deployment/deployment-models/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.6/docs/ops/deployment/deployment-models/"></head><body><h1>Redirecting…</h1><a href=/v1.6/docs/ops/deployment/deployment-models/>Click here if you are not redirected.</a></body></html> |
hudson-core/src/main/resources/hudson/triggers/SCMTrigger/help-pollingThreadCount_ru.html | sap-production/hudson-3.x | <!-- **************************************************************************
#
# Copyright (C) 2004-2009 Oracle Corporation
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Kohsuke Kawaguchi
#
#************************************************************************** -->
<div>
Если вы используете опрос сервера с системой контроля версий для инициации
новой сборки для большого количества проектов, для предотвращения перегрузки
сервера рекомендуется ограничить количество одновременных опросов.
<p>
Установив положительное значение в это поле, вы зададите верхнюю границу
количества конкурирующих опросов, оставив поле пустым - ограничение
установлено не будет.
</div>
|
www/www/node_modules/marked/doc/broken.html | AKSW/Sparqlify-Website | <!DOCTYPE HTML>
<html>
<head>
<title>sparqlify</title>
<link rel="stylesheet" href="www/bower_components/bootstrap/dist/css/bootstrap.css">
</head>
<body class="broken" >
<script src="www/bower_components/jquery/dist/jquery.js"></script>
<script src="www/bower_components/bootstrap/dist/js/bootstrap.js"></script>
<!-- Header -->
<div id="header">
<!-- Inner -->
<!-- Nav -->
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">sparqlify</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">About <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="/r2rml">R2RML conversion</a></li>
<li><a href="/userStudyResults">User Study Results</a></li>
<li><a href="/sparqlify">Sparqlify Tool</a></li>
<li><a href="/sparqlify-csv">Sparqlify CSV Tool</a></li>
<li><a href="/sparqlify-platform">Sparqlify Platform</a></li>
<li><a href="/screenshots">Screenshots</a></li>
<li><a href="/cmdTooling">Command Line Tooling</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Docs <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="/content/manual.pdf">Manual</a></li>
<li><a href="/packages">Packages</a></li>
<li><a href="/building">Building</a></li>
<li><a href="http://stack.linkeddata.org/download-and-install/">Download</a></li>
<li><a href="/examples">Examples</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Development <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="/architecture">Architecture</a></li>
<li><a href="/changeLog">Change log</a></li>
<li><a href="/roadMap">Roadmap</a></li>
<li><a href="/demoArea">Demo Area</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://github.com/aksw/sparqlify">Github</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="/publications">Publications</a></li>
<li><a href="/relatedWork">Related work</a></li>
</ul>
</li>
<li><a href="/impressum">Impressum</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
<div class="container">
<div id="content">
<h1>Markdown is broken</h1><p>I have a lot of scraps of markdown engine oddities that I've collected over the
years. What you see below is slightly messy, but it's what I've managed to
cobble together to illustrate the differences between markdown engines, and
why, if there ever is a markdown specification, it has to be absolutely
thorough. There are a lot more of these little differences I have documented
elsewhere. I know I will find them lingering on my disk one day, but until
then, I'll continue to add whatever strange nonsensical things I find.</p>
<p>Some of these examples may only mention a particular engine compared to marked.
However, the examples with markdown.pl could easily be swapped out for
discount, upskirt, or markdown.js, and you would very easily see even more
inconsistencies.</p>
<p>A lot of this was written when I was very unsatisfied with the inconsistencies
between markdown engines. Please excuse the frustration noticeable in my
writing.</p>
<h2>Examples of markdown's "stupid" list parsing</h2><pre><code>$ markdown.pl
* item1
* item2
text
^D
<ul>
<li><p>item1</p>
<ul>
<li>item2</li>
</ul>
<p><p>text</p></li>
</ul></p>
</code></pre><pre><code>$ marked
* item1
* item2
text
^D
<ul>
<li><p>item1</p>
<ul>
<li>item2</li>
</ul>
<p>text</p>
</li>
</ul>
</code></pre><p>Which looks correct to you?</p>
<hr>
<pre><code>$ markdown.pl
* hello
> world
^D
<p><ul>
<li>hello</p>
<blockquote>
<p>world</li>
</ul></p>
</blockquote>
</code></pre><pre><code>$ marked
* hello
> world
^D
<ul>
<li>hello<blockquote>
<p>world</p>
</blockquote>
</li>
</ul>
</code></pre><p>Again, which looks correct to you?</p>
<hr>
<p>EXAMPLE:</p>
<pre><code>$ markdown.pl
* hello
* world
* hi
code
^D
<ul>
<li>hello
<ul>
<li>world</li>
<li>hi
code</li>
</ul></li>
</ul>
</code></pre><p>The code isn't a code block even though it's after the bullet margin. I know,
lets give it two more spaces, effectively making it 8 spaces past the bullet.</p>
<pre><code>$ markdown.pl
* hello
* world
* hi
code
^D
<ul>
<li>hello
<ul>
<li>world</li>
<li>hi
code</li>
</ul></li>
</ul>
</code></pre><p>And, it's still not a code block. Did you also notice that the 3rd item isn't
even its own list? Markdown screws that up too because of its indentation
unaware parsing.</p>
<hr>
<p>Let's look at some more examples of markdown's list parsing:</p>
<pre><code>$ markdown.pl
* item1
* item2
text
^D
<ul>
<li><p>item1</p>
<ul>
<li>item2</li>
</ul>
<p><p>text</p></li>
</ul></p>
</code></pre><p>Misnested tags.</p>
<pre><code>$ marked
* item1
* item2
text
^D
<ul>
<li><p>item1</p>
<ul>
<li>item2</li>
</ul>
<p>text</p>
</li>
</ul>
</code></pre><p>Which looks correct to you?</p>
<hr>
<pre><code>$ markdown.pl
* hello
> world
^D
<p><ul>
<li>hello</p>
<blockquote>
<p>world</li>
</ul></p>
</blockquote>
</code></pre><p>More misnested tags.</p>
<pre><code>$ marked
* hello
> world
^D
<ul>
<li>hello<blockquote>
<p>world</p>
</blockquote>
</li>
</ul>
</code></pre><p>Again, which looks correct to you?</p>
<hr>
<h1>Why quality matters - Part 2</h1><pre><code class="language-bash">$ markdown.pl
* hello
> world
^D
<p><ul>
<li>hello</p>
<blockquote>
<p>world</li>
</ul></p>
</blockquote>
</code></pre>
<pre><code class="language-bash">$ sundown # upskirt
* hello
> world
^D
<ul>
<li>hello
&gt; world</li>
</ul>
</code></pre>
<pre><code class="language-bash">$ marked
* hello
> world
^D
<ul><li>hello <blockquote><p>world</p></blockquote></li></ul>
</code></pre>
<p>Which looks correct to you?</p>
<hr>
<p>See: <a href="https://github.com/evilstreak/markdown-js/issues/23">https://github.com/evilstreak/markdown-js/issues/23</a></p>
<pre><code class="language-bash">$ markdown.pl # upskirt/markdown.js/discount
* hello
var a = 1;
* world
^D
<ul>
<li>hello
var a = 1;</li>
<li>world</li>
</ul>
</code></pre>
<pre><code class="language-bash">$ marked
* hello
var a = 1;
* world
^D
<ul><li>hello
<pre>code>var a = 1;</code></pre></li>
<li>world</li></ul>
</code></pre>
<p>Which looks more reasonable? Why shouldn't code blocks be able to appear in
list items in a sane way?</p>
<hr>
<pre><code class="language-bash">$ markdown.js
<div>hello</div>
<span>hello</span>
^D
<p>&lt;div&gt;hello&lt;/div&gt;</p>
<p>&lt;span&gt;hello&lt;/span&gt;</p>
</code></pre>
<pre><code class="language-bash">$ marked
<div>hello</div>
<span>hello</span>
^D
<div>hello</div>
<p><span>hello</span>
</p>
</code></pre>
<hr>
<p>See: <a href="https://github.com/evilstreak/markdown-js/issues/27">https://github.com/evilstreak/markdown-js/issues/27</a></p>
<pre><code class="language-bash">$ markdown.js
[](/link)
^D
<p><a href="/image)](/link">](/link)
^D
<p><a href="/link"><img src="/image" alt="an image"></a>
</p>
</code></pre>
<hr>
<p>See: <a href="https://github.com/evilstreak/markdown-js/issues/24">https://github.com/evilstreak/markdown-js/issues/24</a></p>
<pre><code class="language-bash">$ markdown.js
> a
> b
> c
^D
<blockquote><p>a</p><p>bundefined&gt; c</p></blockquote>
</code></pre>
<pre><code class="language-bash">$ marked
> a
> b
> c
^D
<blockquote><p>a
</p></blockquote>
<blockquote><p>b
</p></blockquote>
<blockquote><p>c
</p></blockquote>
</code></pre>
<hr>
<pre><code class="language-bash">$ markdown.pl
* hello
* world
how
are
you
* today
* hi
^D
<ul>
<li><p>hello</p>
<ul>
<li>world
how</li>
</ul>
<p>are
you</p>
<ul>
<li>today</li>
</ul></li>
<li>hi</li>
</ul>
</code></pre>
<pre><code class="language-bash">$ marked
* hello
* world
how
are
you
* today
* hi
^D
<ul>
<li><p>hello</p>
<ul>
<li><p>world
how</p>
<p>are
you</p>
</li>
<li><p>today</p>
</li>
</ul>
</li>
<li>hi</li>
</ul>
</code></pre>
</div>
<div id="dlBox">
<script src="../js/dlBoxController.js"></script>
<html ng-app="dlBox">
<body ng-controller="dlBoxController" ng-init="init()">
<tabset justified="true">
<tab heading="dl1">
{{foo}}
</tab>
<tab heading="dl2">
blubb
</tab>
</tabset>
</body>
</html>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<!-- Tweets -->
<!-- <section class="4u">
<header>
<h2 class="icon icon-twitter circled"><span>Tweets</span></h2>
</header>
<ul class="divided">
<li>
<article class="tweet">
Amet nullam fringilla nibh nulla convallis tique ante sociis accumsan.
<span class="timestamp">5 minutes ago</span>
</article>
</li>
<li>
<article class="tweet">
Hendrerit rutrum quisque.
<span class="timestamp">30 minutes ago</span>
</article>
</li>
<li>
<article class="tweet">
Curabitur donec nulla massa laoreet nibh. Lorem praesent montes.
<span class="timestamp">3 hours ago</span>
</article>
</li>
<li>
<article class="tweet">
Lacus natoque cras rhoncus curae dignissim ultricies. Convallis orci aliquet.
<span class="timestamp">5 hours ago</span>
</article>
</li>
</ul>
</section>
-->
<!-- Posts -->
<!-- <section class="4u">
<header>
<h2 class="icon icon-file circled"><span>Posts</span></h2>
</header>
<ul class="divided">
<li>
<article class="post stub">
<header>
<h3><a href="#">Nisl fermentum integer</a></h3>
</header>
<span class="timestamp">3 hours ago</span>
</article>
</li>
<li>
<article class="post stub">
<header>
<h3><a href="#">Phasellus portitor lorem</a></h3>
</header>
<span class="timestamp">6 hours ago</span>
</article>
</li>
<li>
<article class="post stub">
<header>
<h3><a href="#">Magna tempus consequat</a></h3>
</header>
<span class="timestamp">Yesterday</span>
</article>
</li>
<li>
<article class="post stub">
<header>
<h3><a href="#">Feugiat lorem ipsum</a></h3>
</header>
<span class="timestamp">2 days ago</span>
</article>
</li>
</ul>
</section>
-->
<!-- Photos -->
<!-- <section class="4u">
<header>
<h2 class="icon icon-camera circled"><span>Photos</span></h2>
</header>
<div class="row quarter no-collapse">
<div class="6u">
<a href="http://mdomaradzki.deviantart.com/art/Air-Lounge-385212062" class="image full"><img src="images/pic10.jpg" alt="" /></a>
</div>
<div class="6u">
<a href="http://mdomaradzki.deviantart.com/art/Paris-City-Streets-II-382623606" class="image full"><img src="images/pic11.jpg" alt="" /></a>
</div>
</div>
<div class="row quarter no-collapse">
<div class="6u">
<a href="http://mdomaradzki.deviantart.com/art/Trainride-Visions-383309985" class="image full"><img src="images/pic12.jpg" alt="" /></a>
</div>
<div class="6u">
<a href="http://mdomaradzki.deviantart.com/art/Paris-Metro-382623851" class="image full"><img src="images/pic13.jpg" alt="" /></a>
</div>
</div>
<div class="row quarter no-collapse">
<div class="6u">
<a href="http://mdomaradzki.deviantart.com/art/Cliffs-of-Coogee-II-366961860" class="image full"><img src="images/pic14.jpg" alt="" /></a>
</div>
<div class="6u">
<a href="http://mdomaradzki.deviantart.com/art/Stormy-Coast-VII-366561367" class="image full"><img src="images/pic15.jpg" alt="" /></a>
</div>
</div>
</section>
</div>
<hr />
<div class="row">
<div class="12u">
--> <!-- Contact -->
<!-- <section class="contact">
<header>
<h3>Contact us</h3>
</header>
<ul class="icons">
<li><a href="https://twitter.com/sparqlify" class="icon icon-twitter"><span>Twitter</span></a></li>
--><!-- <li><a href="#" class="icon icon-facebook"><span>Facebook</span></a></li>
<li><a href="#" class="icon icon-google-plus"><span>Google+</span></a></li>
<li><a href="#" class="icon icon-pinterest"><span>Pinterest</span></a></li>
<li><a href="#" class="icon icon-dribbble"><span>Dribbble</span></a></li>
<li><a href="#" class="icon icon-linkedin"><span>Linkedin</span></a></li> -->
</ul>
</section>
<br>
<!-- Copyright -->
<!-- <div class="copyright">
<ul class="menu">
<li>© Sparqlify 2015. All rights reserved.</li>
</ul>
</div>-->
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
resources/glfw3.3/docs/html/build_guide.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: Building applications</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="PageDoc"><div class="header">
<div class="headertitle">
<div class="title">Building applications </div> </div>
</div><!--header-->
<div class="contents">
<div class="toc"><h3>Table of Contents</h3>
<ul><li class="level1"><a href="#build_include">Including the GLFW header file</a><ul><li class="level2"><a href="#build_macros">GLFW header option macros</a></li>
</ul>
</li>
<li class="level1"><a href="#build_link">Link with the right libraries</a><ul><li class="level2"><a href="#build_link_win32">With MinGW or Visual C++ on Windows</a></li>
<li class="level2"><a href="#build_link_cmake_source">With CMake and GLFW source</a></li>
<li class="level2"><a href="#build_link_cmake_package">With CMake and installed GLFW binaries</a></li>
<li class="level2"><a href="#build_link_pkgconfig">With makefiles and pkg-config on Unix</a></li>
<li class="level2"><a href="#build_link_xcode">With Xcode on macOS</a></li>
<li class="level2"><a href="#build_link_osx">With command-line on macOS</a></li>
</ul>
</li>
</ul>
</div>
<div class="textblock"><p>This is about compiling and linking applications that use GLFW. For information on how to write such applications, start with the <a class="el" href="quick_guide.html">introductory tutorial</a>. For information on how to compile the GLFW library itself, see <a class="el" href="compile_guide.html">Compiling GLFW</a>.</p>
<p>This is not a tutorial on compilation or linking. It assumes basic understanding of how to compile and link a C program as well as how to use the specific compiler of your chosen development environment. The compilation and linking process should be explained in your C programming material and in the documentation for your development environment.</p>
<h1><a class="anchor" id="build_include"></a>
Including the GLFW header file</h1>
<p>You should include the GLFW header in the source files where you use OpenGL or GLFW.</p>
<div class="fragment"><div class="line"><span class="preprocessor">#include <<a class="code" href="glfw3_8h.html">GLFW/glfw3.h</a>></span></div></div><!-- fragment --><p>This header declares the GLFW API and by default also includes the OpenGL header from your development environment. See below for how to control this.</p>
<p>The GLFW header also defines any platform-specific macros needed by your OpenGL header, so it can be included without needing any window system headers.</p>
<p>For example, under Windows you are normally required to include <code>windows.h</code> before the OpenGL header, which would bring in the whole Win32 API. The GLFW header duplicates the small number of macros needed.</p>
<p>It does this only when needed, so if <code>windows.h</code> <em>is</em> included, the GLFW header does not try to redefine those symbols. The reverse is not true, i.e. <code>windows.h</code> cannot cope if any of its symbols have already been defined.</p>
<p>In other words:</p>
<ul>
<li>Do <em>not</em> include the OpenGL headers yourself, as GLFW does this for you</li>
<li>Do <em>not</em> include <code>windows.h</code> or other platform-specific headers unless you plan on using those APIs directly</li>
<li>If you <em>do</em> need to include such headers, do it <em>before</em> including the GLFW header and it will handle this</li>
</ul>
<p>If you are using an OpenGL extension loading library such as <a href="https://github.com/Dav1dde/glad">glad</a>, the extension loader header should be included <em>before</em> the GLFW one.</p>
<div class="fragment"><div class="line"><span class="preprocessor">#include <glad/gl.h></span></div><div class="line"><span class="preprocessor">#include <<a class="code" href="glfw3_8h.html">GLFW/glfw3.h</a>></span></div></div><!-- fragment --><p>Alternatively the <a class="el" href="build_guide.html#GLFW_INCLUDE_NONE">GLFW_INCLUDE_NONE</a> macro (described below) can be used to prevent the GLFW header from including the OpenGL header.</p>
<div class="fragment"><div class="line"><span class="preprocessor">#define GLFW_INCLUDE_NONE</span></div><div class="line"><span class="preprocessor">#include <<a class="code" href="glfw3_8h.html">GLFW/glfw3.h</a>></span></div><div class="line"><span class="preprocessor">#include <glad/gl.h></span></div></div><!-- fragment --><h2><a class="anchor" id="build_macros"></a>
GLFW header option macros</h2>
<p>These macros may be defined before the inclusion of the GLFW header and affect its behavior.</p>
<p><a class="anchor" id="GLFW_DLL"></a><b>GLFW_DLL</b> is required on Windows when using the GLFW DLL, to tell the compiler that the GLFW functions are defined in a DLL.</p>
<p>The following macros control which OpenGL or OpenGL ES API header is included. Only one of these may be defined at a time.</p>
<p><a class="anchor" id="GLFW_INCLUDE_GLCOREARB"></a><b>GLFW_INCLUDE_GLCOREARB</b> makes the GLFW header include the modern <code>GL/glcorearb.h</code> header (<code>OpenGL/gl3.h</code> on macOS) instead of the regular OpenGL header.</p>
<p><a class="anchor" id="GLFW_INCLUDE_ES1"></a><b>GLFW_INCLUDE_ES1</b> makes the GLFW header include the OpenGL ES 1.x <code>GLES/gl.h</code> header instead of the regular OpenGL header.</p>
<p><a class="anchor" id="GLFW_INCLUDE_ES2"></a><b>GLFW_INCLUDE_ES2</b> makes the GLFW header include the OpenGL ES 2.0 <code>GLES2/gl2.h</code> header instead of the regular OpenGL header.</p>
<p><a class="anchor" id="GLFW_INCLUDE_ES3"></a><b>GLFW_INCLUDE_ES3</b> makes the GLFW header include the OpenGL ES 3.0 <code>GLES3/gl3.h</code> header instead of the regular OpenGL header.</p>
<p><a class="anchor" id="GLFW_INCLUDE_ES31"></a><b>GLFW_INCLUDE_ES31</b> makes the GLFW header include the OpenGL ES 3.1 <code>GLES3/gl31.h</code> header instead of the regular OpenGL header.</p>
<p><a class="anchor" id="GLFW_INCLUDE_ES32"></a><b>GLFW_INCLUDE_ES31</b> makes the GLFW header include the OpenGL ES 3.2 <code>GLES3/gl32.h</code> header instead of the regular OpenGL header.</p>
<p><a class="anchor" id="GLFW_INCLUDE_NONE"></a><b>GLFW_INCLUDE_NONE</b> makes the GLFW header not include any OpenGL or OpenGL ES API header. This is useful in combination with an extension loading library.</p>
<p>If none of the above inclusion macros are defined, the standard OpenGL <code>GL/gl.h</code> header (<code>OpenGL/gl.h</code> on macOS) is included.</p>
<p>The following macros control the inclusion of additional API headers. Any number of these may be defined simultaneously, and/or together with one of the above macros.</p>
<p><a class="anchor" id="GLFW_INCLUDE_VULKAN"></a><b>GLFW_INCLUDE_VULKAN</b> makes the GLFW header include the Vulkan <code>vulkan/vulkan.h</code> header in addition to any selected OpenGL or OpenGL ES header.</p>
<p><a class="anchor" id="GLFW_INCLUDE_GLEXT"></a><b>GLFW_INCLUDE_GLEXT</b> makes the GLFW header include the appropriate extension header for the OpenGL or OpenGL ES header selected above after and in addition to that header.</p>
<p><a class="anchor" id="GLFW_INCLUDE_GLU"></a><b>GLFW_INCLUDE_GLU</b> makes the header include the GLU header in addition to the header selected above. This should only be used with the standard OpenGL header and only for compatibility with legacy code. GLU has been deprecated and should not be used in new code.</p>
<dl class="section note"><dt>Note</dt><dd>GLFW does not provide any of the API headers mentioned above. They must be provided by your development environment or your OpenGL, OpenGL ES or Vulkan SDK.</dd>
<dd>
None of these macros may be defined during the compilation of GLFW itself. If your build includes GLFW and you define any these in your build files, make sure they are not applied to the GLFW sources.</dd></dl>
<h1><a class="anchor" id="build_link"></a>
Link with the right libraries</h1>
<p>GLFW is essentially a wrapper of various platform-specific APIs and therefore needs to link against many different system libraries. If you are using GLFW as a shared library / dynamic library / DLL then it takes care of these links. However, if you are using GLFW as a static library then your executable will need to link against these libraries.</p>
<p>On Windows and macOS, the list of system libraries is static and can be hard-coded into your build environment. See the section for your development environment below. On Linux and other Unix-like operating systems, the list varies but can be retrieved in various ways as described below.</p>
<p>A good general introduction to linking is <a href="https://www.lurklurk.org/linkers/linkers.html">Beginner's Guide to Linkers</a> by David Drysdale.</p>
<h2><a class="anchor" id="build_link_win32"></a>
With MinGW or Visual C++ on Windows</h2>
<p>The static version of the GLFW library is named <code>glfw3</code>. When using this version, it is also necessary to link with some libraries that GLFW uses.</p>
<p>When using MinGW to link an application with the static version of GLFW, you must also explicitly link with <code>gdi32</code>. Other toolchains including MinGW-w64 include it in the set of default libraries along with other dependencies like <code>user32</code> and <code>kernel32</code>.</p>
<p>If you are using GLU, you must also link with <code>glu32</code>.</p>
<p>The link library for the GLFW DLL is named <code>glfw3dll</code>. When compiling an application that uses the DLL version of GLFW, you need to define the <a class="el" href="build_guide.html#GLFW_DLL">GLFW_DLL</a> macro <em>before</em> any inclusion of the GLFW header. This can be done either with a compiler switch or by defining it in your source code.</p>
<p>An application using the GLFW DLL does not need to link against any of its dependencies, but you still have to link against <code>glu32</code> if it uses GLU.</p>
<h2><a class="anchor" id="build_link_cmake_source"></a>
With CMake and GLFW source</h2>
<p>This section is about using CMake to compile and link GLFW along with your application. If you want to use an installed binary instead, see <a class="el" href="build_guide.html#build_link_cmake_package">With CMake and installed GLFW binaries</a>.</p>
<p>With a few changes to your <code>CMakeLists.txt</code> you can have the GLFW source tree built along with your application.</p>
<p>When including GLFW as part of your build, you probably don't want to build the GLFW tests, examples and documentation. To disable these, set the corresponding cache variables before adding the GLFW source tree.</p>
<div class="fragment"><div class="line">set(GLFW_BUILD_DOCS OFF CACHE BOOL <span class="stringliteral">""</span> FORCE)</div><div class="line">set(GLFW_BUILD_TESTS OFF CACHE BOOL <span class="stringliteral">""</span> FORCE)</div><div class="line">set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL <span class="stringliteral">""</span> FORCE)</div></div><!-- fragment --><p>Then add the root directory of the GLFW source tree to your project. This will add the <code>glfw</code> target and the necessary cache variables to your project.</p>
<div class="fragment"><div class="line">add_subdirectory(path/to/glfw)</div></div><!-- fragment --><p>Once GLFW has been added to the project, link against it with the <code>glfw</code> target. This adds all link-time dependencies of GLFW as it is currently configured, the include directory for the GLFW header and, when applicable, the <a class="el" href="build_guide.html#GLFW_DLL">GLFW_DLL</a> macro.</p>
<div class="fragment"><div class="line">target_link_libraries(myapp glfw)</div></div><!-- fragment --><p>Note that the dependencies do not include OpenGL or GLU, as GLFW loads any OpenGL, OpenGL ES or Vulkan libraries it needs at runtime and does not use GLU. If your application calls OpenGL directly, instead of using a modern <a class="el" href="context_guide.html#context_glext_auto">extension loader library</a> you can find it by requiring the OpenGL package.</p>
<div class="fragment"><div class="line">find_package(OpenGL REQUIRED)</div></div><!-- fragment --><p>If OpenGL is found, the <code>OPENGL_FOUND</code> variable is true and the <code>OPENGL_INCLUDE_DIR</code> and <code>OPENGL_gl_LIBRARY</code> cache variables can be used.</p>
<div class="fragment"><div class="line">target_include_directories(myapp PUBLIC ${OPENGL_INCLUDE_DIR})</div><div class="line">target_link_libraries(myapp ${OPENGL_gl_LIBRARY})</div></div><!-- fragment --><p>The OpenGL CMake package also looks for GLU. If GLU is found, the <code>OPENGL_GLU_FOUND</code> variable is true and the <code>OPENGL_INCLUDE_DIR</code> and <code>OPENGL_glu_LIBRARY</code> cache variables can be used.</p>
<div class="fragment"><div class="line">target_link_libraries(myapp ${OPENGL_glu_LIBRARY})</div></div><!-- fragment --><dl class="section note"><dt>Note</dt><dd>GLU has been deprecated and should not be used in new code, but some legacy code requires it. See the <a class="el" href="moving_guide.html#moving_glu">section on GLU</a> in the transition guide for suggested replacements.</dd></dl>
<h2><a class="anchor" id="build_link_cmake_package"></a>
With CMake and installed GLFW binaries</h2>
<p>This section is about using CMake to link GLFW after it has been built and installed. If you want to build it along with your application instead, see <a class="el" href="build_guide.html#build_link_cmake_source">With CMake and GLFW source</a>.</p>
<p>With a few changes to your <code>CMakeLists.txt</code> you can locate the package and target files generated when GLFW is installed.</p>
<div class="fragment"><div class="line">find_package(glfw3 3.3 REQUIRED)</div></div><!-- fragment --><p>Once GLFW has been added to the project, link against it with the <code>glfw</code> target. This adds all link-time dependencies of GLFW as it is currently configured, the include directory for the GLFW header and, when applicable, the <a class="el" href="build_guide.html#GLFW_DLL">GLFW_DLL</a> macro.</p>
<div class="fragment"><div class="line">target_link_libraries(myapp glfw)</div></div><!-- fragment --><p>Note that the dependencies do not include OpenGL or GLU, as GLFW loads any OpenGL, OpenGL ES or Vulkan libraries it needs at runtime and does not use GLU. If your application calls OpenGL directly, instead of using a modern <a class="el" href="context_guide.html#context_glext_auto">extension loader library</a> you can find it by requiring the OpenGL package.</p>
<div class="fragment"><div class="line">find_package(OpenGL REQUIRED)</div></div><!-- fragment --><p>If OpenGL is found, the <code>OPENGL_FOUND</code> variable is true and the <code>OPENGL_INCLUDE_DIR</code> and <code>OPENGL_gl_LIBRARY</code> cache variables can be used.</p>
<div class="fragment"><div class="line">target_include_directories(myapp PUBLIC ${OPENGL_INCLUDE_DIR})</div><div class="line">target_link_libraries(myapp ${OPENGL_gl_LIBRARY})</div></div><!-- fragment --><p>The OpenGL CMake package also looks for GLU. If GLU is found, the <code>OPENGL_GLU_FOUND</code> variable is true and the <code>OPENGL_INCLUDE_DIR</code> and <code>OPENGL_glu_LIBRARY</code> cache variables can be used.</p>
<div class="fragment"><div class="line">target_link_libraries(myapp ${OPENGL_glu_LIBRARY})</div></div><!-- fragment --><dl class="section note"><dt>Note</dt><dd>GLU has been deprecated and should not be used in new code, but some legacy code requires it. See the <a class="el" href="moving_guide.html#moving_glu">section on GLU</a> in the transition guide for suggested replacements.</dd></dl>
<h2><a class="anchor" id="build_link_pkgconfig"></a>
With makefiles and pkg-config on Unix</h2>
<p>GLFW supports <a href="https://www.freedesktop.org/wiki/Software/pkg-config/">pkg-config</a>, and the <code>glfw3.pc</code> pkg-config file is generated when the GLFW library is built and is installed along with it. A pkg-config file describes all necessary compile-time and link-time flags and dependencies needed to use a library. When they are updated or if they differ between systems, you will get the correct ones automatically.</p>
<p>A typical compile and link command-line when using the static version of the GLFW library may look like this:</p>
<div class="fragment"><div class="line">cc `pkg-config --cflags glfw3` -o myprog myprog.c `pkg-config --static --libs glfw3`</div></div><!-- fragment --><p>If you are using the shared version of the GLFW library, omit the <code>--static</code> flag.</p>
<div class="fragment"><div class="line">cc `pkg-config --cflags glfw3` -o myprog myprog.c `pkg-config --libs glfw3`</div></div><!-- fragment --><p>You can also use the <code>glfw3.pc</code> file without installing it first, by using the <code>PKG_CONFIG_PATH</code> environment variable.</p>
<div class="fragment"><div class="line">env PKG_CONFIG_PATH=path/to/glfw/src cc `pkg-config --cflags glfw3` -o myprog myprog.c `pkg-config --libs glfw3`</div></div><!-- fragment --><p>The dependencies do not include OpenGL or GLU, as GLFW loads any OpenGL, OpenGL ES or Vulkan libraries it needs at runtime and does not use GLU. On macOS, GLU is built into the OpenGL framework, so if you need GLU you don't need to do anything extra. If you need GLU and are using Linux or BSD, you should add the <code>glu</code> pkg-config package.</p>
<div class="fragment"><div class="line">cc `pkg-config --cflags glfw3 glu` -o myprog myprog.c `pkg-config --libs glfw3 glu`</div></div><!-- fragment --><dl class="section note"><dt>Note</dt><dd>GLU has been deprecated and should not be used in new code, but some legacy code requires it. See the <a class="el" href="moving_guide.html#moving_glu">section on GLU</a> in the transition guide for suggested replacements.</dd></dl>
<p>If you are using the static version of the GLFW library, make sure you don't link statically against GLU.</p>
<div class="fragment"><div class="line">cc `pkg-config --cflags glfw3 glu` -o myprog myprog.c `pkg-config --static --libs glfw3` `pkg-config --libs glu`</div></div><!-- fragment --><h2><a class="anchor" id="build_link_xcode"></a>
With Xcode on macOS</h2>
<p>If you are using the dynamic library version of GLFW, add it to the project dependencies.</p>
<p>If you are using the static library version of GLFW, add it and the Cocoa, OpenGL, IOKit and CoreVideo frameworks to the project as dependencies. They can all be found in <code>/System/Library/Frameworks</code>.</p>
<h2><a class="anchor" id="build_link_osx"></a>
With command-line on macOS</h2>
<p>It is recommended that you use <a class="el" href="build_guide.html#build_link_pkgconfig">pkg-config</a> when building from the command line on macOS. That way you will get any new dependencies added automatically. If you still wish to build manually, you need to add the required frameworks and libraries to your command-line yourself using the <code>-l</code> and <code>-framework</code> switches.</p>
<p>If you are using the dynamic GLFW library, which is named <code>libglfw.3.dylib</code>, do:</p>
<div class="fragment"><div class="line">cc -o myprog myprog.c -lglfw -framework Cocoa -framework OpenGL -framework IOKit -framework CoreVideo</div></div><!-- fragment --><p>If you are using the static library, named <code>libglfw3.a</code>, substitute <code>-lglfw3</code> for <code>-lglfw</code>.</p>
<p>Note that you do not add the <code>.framework</code> extension to a framework when linking against it from the command-line.</p>
<p>The OpenGL framework contains both the OpenGL and GLU APIs, so there is nothing special to do when using GLU. Also note that even though your machine may have <code>libGL</code>-style OpenGL libraries, they are for use with the X Window System and will <em>not</em> work with the macOS native version of GLFW. </p>
</div></div><!-- PageDoc -->
</div><!-- contents -->
<address class="footer">
<p>
Last update on Tue Apr 16 2019 for GLFW 3.3.0
</p>
</address>
</body>
</html>
|
web/_site/doc/pt-br/contributing/index.html | slawosz/rubinius | <!DOCTYPE html>
<html dir="ltr" lang="pt-br">
<head>
<title>Contributing - Rubinius</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content='pt-br' 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/pt-br/getting-started/troubleshooting' rel='prev' title='Troubleshooting'>
<link href='/doc/pt-br/contributing/communication' rel='next' title='Communication'>
<!--[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">Languages:</span>
<ul>
<li><a href="/doc/de/contributing/"
>de</a></li>
<li><a href="/doc/en/contributing/"
>en</a></li>
<li><a href="/doc/es/contributing/"
>es</a></li>
<li><a href="/doc/fr/contributing/"
>fr</a></li>
<li><a href="/doc/ja/contributing/"
>ja</a></li>
<li><a href="/doc/pl/contributing/"
>pl</a></li>
<li><a href="/doc/pt-br/contributing/"
class="current"
>pt-br</a></li>
<li><a href="/doc/ru/contributing/"
>ru</a></li>
</ul>
</nav>
</div>
<div class="container doc_page_nav">
<span class="label">Previous:</span>
<a href="/doc/pt-br/getting-started/troubleshooting">Troubleshooting</a>
<span class="label">Up:</span>
<a href="/doc/pt-br/">Tabela de Conteúdos</a>
<span class="label">Next:</span>
<a href="/doc/pt-br/contributing/communication">Communication</a>
</div>
<div class="container documentation">
<h2>Contributing</h2>
<p>The Rubinius project welcomes your contributions. There are many things to do
to help out. Most importantly, you should do something that interests you.
That is the best way to have enthusiasm and energy for your work.</p>
<p>If you have questions about Rubinius, the best way to get answers is to chat
with us in the #rubinius IRC channel on irc.freenode.net.</p>
<p>Below are several ideas for things to do on Rubinius.</p>
<h2 id="run-your-code">Run Your Code</h2>
<p>Your code is often more vicious than the specs. Run your pet project under
Rubinius and report issues. See <a href="/doc/pt-br/how-to/write-a-ticket">How To Write a Ticket</a>.</p>
<h2 id="ask-for-help">Ask For Help</h2>
<p>Anything that we can do to help, we will. Make sure to do your own research
too, if possible. Rubinius attempts to be a project that you can easily study,
learn from, and hopefully extend.</p>
<p>We will certainly accept and appreciate simple bug reports, but we can give
priority to tickets that include simple steps to reproduce the issue. Even
better are tickets that include RubySpecs that demonstrate the bug and a patch
that fixes it.</p>
<h2 id="write-specs">Write Specs</h2>
<ol>
<li>
<p>Run <code>bin/mspec tag --list incomplete <dir></code> to show specs that have been
tagged as incomplete. These specs may simply need review, or there could
be specs missing for a particular class.</p>
<p>NOTE: You can specify the pseudo-directory ‘:files’ for <dir>, which will
show tags for all the specs that should run on Rubinius. Or you can
specify any subdirectory of the spec/ directory to list tags for specs in
that subdirectory.</p>
</li>
<li>
<p>Find unspecified behaviors. See <a href="/doc/pt-br/how-to/write-a-ruby-spec">How To Write a Ruby
Spec</a>.</p>
</li>
</ol>
<h2 id="fix-failing-specs">Fix Failing Specs</h2>
<ol>
<li>
<p>Run <code>bin/mspec tag --list fails <dir></code> to show specs tagged as failing.</p>
<p>NOTE: You can specify the pseudo-directory ‘:files’ for <dir>, which will
show tags for all the specs that should run on Rubinius. Or you can
specify any subdirectory of the spec/ directory to list tags for specs in
that subdirectory.</p>
</li>
<li>
<p>Pick a spec that looks interesting and see if you can write a patch that
will make it pass.</p>
</li>
</ol>
<h2 id="write-docs">Write Docs</h2>
<p>Study how Rubinius works and write highlevel documentation that will help
others learn about the implementation details.</p>
<h2 id="triage-tickets">Triage Tickets</h2>
<ul>
<li>Revive or close old tickets.</li>
<li>Build minimal test cases that reproduce the bugs. Then see if there are
already RubySpecs for the issue. If not, consider writing some.</li>
</ul>
</div>
<div class="container doc_page_nav">
<span class="label">Previous:</span>
<a href="/doc/pt-br/getting-started/troubleshooting">Troubleshooting</a>
<span class="label">Up:</span>
<a href="/doc/pt-br/">Tabela de Conteúdos</a>
<span class="label">Next:</span>
<a href="/doc/pt-br/contributing/communication">Communication</a>
</div>
<div class="container">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'rubinius';
var disqus_identifier = '/doc/pt-br/contributing/';
var disqus_url = 'http://rubini.us/doc/pt-br/contributing/';
(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>
|
wqreports/utils/report_template.html | phobson/wqreports | <!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>{{ title }}</title>
</head>
<body>
<h2>{{ body }}</h2>
{{ analyte_table }}<br>
<img src="{{ image }}" height="500">
</body>
</html>
|
vilya/templates/search/paginate.html | xtao/code | <%def name="render(page, pages, search_url)">
<%
SHOWALLNUM = 8
SHOWNUM = 5
SHOWMIDNUM = 3
page_list = []
if page != 1:
page_list = [(u'Prev', page - 1)]
if SHOWALLNUM >= pages:
for i in xrange(1, pages + 1):
page_list += [(i, i)]
elif SHOWNUM >= page:
for i in range(1, SHOWNUM + 3):
page_list += [(i, i)]
page_list += [('...', '#'), (pages, pages)]
elif pages - SHOWNUM < page:
page_list += [(1, 1), ('...', '#')]
for i in range(pages - SHOWNUM - 1, pages + 1):
page_list += [(i, i)]
else:
page_list += [(1, 1), ('...', '#')]
for i in range(page - SHOWMIDNUM, page + SHOWMIDNUM + 1):
page_list += [(i, i)]
page_list += [('...', '#'), (pages, pages)]
if pages != page:
page_list += [(u'Next', page + 1)]
%>
%if pages > 1:
<div class="pagination">
%for num, url in page_list:
%if num == page:
<span class="current">${ num }</span>
%elif num == '...':
<span class="page">...</span>
%else:
<a class="pager_link" href="${ '%s&page=%s' % (search_url, url) }">${ num }</a>
%endif
%endfor
</div>
%endif
</%def>
|
chrome/browser/resources/net_internals/events_view.html | junmin-zhu/chromium-rivertrail | <!-- ================= Events view =================== -->
<!-- Filter Box: This the top bar which contains the search box. -->
<div id=events-view-filter-box>
<table width=100%>
<tr>
<td width=1%>Filter:</td>
<td width=98%><input type="search" incremental id=events-view-filter-input></td>
<td width=1% id=events-view-filter-count>(1 of 34)</td>
</tr>
</table>
</div>
<!-- Events Box: This the panel on the left which lists the sources -->
<div id=events-view-source-list>
<table id=events-view-source-list-table cellspacing=0 cellpadding=0 width=100%>
<thead>
<tr>
<td style='border-left:0'><input type=checkbox id=events-view-select-all></td>
<td id=events-view-sort-by-id>ID</td>
<td id=events-view-sort-by-source>Source Type</td>
<td id=events-view-sort-by-description width=99%>Description</td>
</tr>
</thead>
<!-- Events table body: This is where request rows go into -->
<tbody id=events-view-source-list-tbody></tbody>
</table>
</div>
<!-- Splitter Box: This is a handle to resize the vertical divider -->
<div id=events-view-splitter-box class=vertical-splitter></div>
<!-- Details box: This is the panel on the right which shows information -->
<div id=events-view-details-log-box class="event-log content-box"></div>
|
ext/c++/thirdpart/c++/boost/libs/fusion/doc/html/fusion/algorithm/auxiliary/metafunctions/copy.html | yinchunlong/abelkhan-1 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>copy</title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../../index.html" title="Chapter 1. Fusion 2.2">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
<link rel="prev" href="../metafunctions.html" title="Metafunctions">
<link rel="next" href="move.html" title="move">
</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="../metafunctions.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.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="move.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="fusion.algorithm.auxiliary.metafunctions.copy"></a><a class="link" href="copy.html" title="copy">copy</a>
</h5></div></div></div>
<h6>
<a name="fusion.algorithm.auxiliary.metafunctions.copy.h0"></a>
<span><a name="fusion.algorithm.auxiliary.metafunctions.copy.description"></a></span><a class="link" href="copy.html#fusion.algorithm.auxiliary.metafunctions.copy.description">Description</a>
</h6>
<p>
A metafunction returning the result type of applying <a class="link" href="../functions/copy.html" title="copy"><code class="computeroutput"><span class="identifier">copy</span></code></a>, which is always <code class="computeroutput"><span class="keyword">void</span></code>.
</p>
<h6>
<a name="fusion.algorithm.auxiliary.metafunctions.copy.h1"></a>
<span><a name="fusion.algorithm.auxiliary.metafunctions.copy.synopsis"></a></span><a class="link" href="copy.html#fusion.algorithm.auxiliary.metafunctions.copy.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Seq1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Seq2</span><span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">copy</span>
<span class="special">{</span>
<span class="keyword">typedef</span> <span class="keyword">void</span> <span class="identifier">type</span><span class="special">;</span>
<span class="special">};</span>
</pre>
<div class="table">
<a name="fusion.algorithm.auxiliary.metafunctions.copy.t0"></a><p class="title"><b>Table 1.38. Parameters</b></p>
<div class="table-contents"><table class="table" summary="Parameters">
<colgroup>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Parameter
</p>
</th>
<th>
<p>
Requirement
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">Seq1</span></code>
</p>
</td>
<td>
<p>
A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
Sequence</a>
</p>
</td>
<td>
<p>
Operation's argument
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">Seq2</span></code>
</p>
</td>
<td>
<p>
A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
Sequence</a>
</p>
</td>
<td>
<p>
Operation's argument
</p>
</td>
</tr>
</tbody>
</table></div>
</div>
<br class="table-break"><h6>
<a name="fusion.algorithm.auxiliary.metafunctions.copy.h2"></a>
<span><a name="fusion.algorithm.auxiliary.metafunctions.copy.expression_semantics"></a></span><a class="link" href="copy.html#fusion.algorithm.auxiliary.metafunctions.copy.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">copy</span><span class="special"><</span><span class="identifier">Seq1</span><span class="special">,</span> <span class="identifier">Seq2</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
<span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><span class="keyword">void</span></code>
iff both of <code class="computeroutput"><span class="identifier">Seq1</span></code> and
<code class="computeroutput"><span class="identifier">Seq2</span></code> are sequence. Otherwise,
none.
</p>
<p>
<span class="bold"><strong>Semantics</strong></span>: Returns the return type of
<a class="link" href="../functions/copy.html" title="copy"><code class="computeroutput"><span class="identifier">copy</span></code></a> for 2 sequences of types
<code class="computeroutput"><span class="identifier">Seq1</span></code> and <code class="computeroutput"><span class="identifier">Seq2</span></code>.
</p>
<h6>
<a name="fusion.algorithm.auxiliary.metafunctions.copy.h3"></a>
<span><a name="fusion.algorithm.auxiliary.metafunctions.copy.complexity"></a></span><a class="link" href="copy.html#fusion.algorithm.auxiliary.metafunctions.copy.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<h6>
<a name="fusion.algorithm.auxiliary.metafunctions.copy.h4"></a>
<span><a name="fusion.algorithm.auxiliary.metafunctions.copy.header"></a></span><a class="link" href="copy.html#fusion.algorithm.auxiliary.metafunctions.copy.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">auxiliary</span><span class="special">/</span><span class="identifier">copy</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">copy</span><span class="special">.</span><span class="identifier">hpp</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 © 2001-2006, 2011, 2012 Joel de Guzman,
Dan Marsden, Tobias Schwinger<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="../metafunctions.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.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="move.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
proyecto/mails/ca/order_canceled.html | insbadia-dawm8/gitteam | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Missatge de {shop_name}</title>
<style> @media only screen and (max-width: 300px){
body {
width:218px !important;
margin:auto !important;
}
.table {width:195px !important;margin:auto !important;}
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto !important;display: block !important;}
span.title{font-size:20px !important;line-height: 23px !important}
span.subtitle{font-size: 14px !important;line-height: 18px !important;padding-top:10px !important;display:block !important;}
td.box p{font-size: 12px !important;font-weight: bold !important;}
.table-recap table, .table-recap thead, .table-recap tbody, .table-recap th, .table-recap td, .table-recap tr {
display: block !important;
}
.table-recap{width: 200px!important;}
.table-recap tr td, .conf_body td{text-align:center !important;}
.address{display: block !important;margin-bottom: 10px !important;}
.space_address{display: none !important;}
}
@media only screen and (min-width: 301px) and (max-width: 500px) {
body {width:308px!important;margin:auto!important;}
.table {width:285px!important;margin:auto!important;}
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
.table-recap table, .table-recap thead, .table-recap tbody, .table-recap th, .table-recap td, .table-recap tr {
display: block !important;
}
.table-recap{width: 295px !important;}
.table-recap tr td, .conf_body td{text-align:center !important;}
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
body {width:478px!important;margin:auto!important;}
.table {width:450px!important;margin:auto!important;}
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
}
@media only screen and (max-device-width: 480px) {
body {width:308px!important;margin:auto!important;}
.table {width:285px;margin:auto!important;}
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
.table-recap{width: 295px!important;}
.table-recap tr td, .conf_body td{text-align:center!important;}
.address{display: block !important;margin-bottom: 10px !important;}
.space_address{display: none !important;}
}
</style>
</head>
<body style="-webkit-text-size-adjust:none;background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
<table class="table table-mail" style="width:100%;margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid:DXImageTransform.Microsoft.Shadow(color=#afafaf,Direction=134,Strength=5)">
<tr>
<td class="space" style="width:20px;padding:7px 0"> </td>
<td align="center" style="padding:7px 0">
<table class="table" bgcolor="#ffffff" style="width:100%">
<tr>
<td align="center" class="logo" style="border-bottom:4px solid #333333;padding:7px 0">
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
<img src="{shop_logo}" alt="{shop_name}" />
</a>
</td>
</tr>
<tr>
<td align="center" class="titleblock" style="padding:7px 0">
<font size="2" face="Open-sans, sans-serif" color="#555454">
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hola {firstname} {lastname},</span>
</font>
</td>
</tr>
<tr>
<td class="space_footer" style="padding:0!important"> </td>
</tr>
<tr>
<td class="box" style="border:1px solid #D6D4D4;background-color:#f8f8f8;padding:7px 0">
<table class="table" style="width:100%">
<tr>
<td width="10" style="padding:7px 0"> </td>
<td style="padding:7px 0">
<font size="2" face="Open-sans, sans-serif" color="#555454">
<p data-html-only="1" style="border-bottom:1px solid #D6D4D4;margin:3px 0 7px;text-transform:uppercase;font-weight:500;font-size:18px;padding-bottom:10px">
Comanda {order_name} - Comanda anul·lada </p>
<span style="color:#777">
La vostra comanda amb referència <span style="color:#333"><strong>{order_name}</strong></span> a <span style="color:#333"><strong>{shop_name}</strong></span> ha estat anul·lada. </span>
</font>
</td>
<td width="10" style="padding:7px 0"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="space_footer" style="padding:0!important"> </td>
</tr>
<tr>
<td class="linkbelow" style="padding:7px 0">
<font size="2" face="Open-sans, sans-serif" color="#555454">
<span>
Podeu revisar la vostra comanda i descarregar la vostra factura des de la secció <a href="{history_url}" style="color:#337ff1">"Historial de comandes"</a> del vostre compte de client clicant a <a href="{my_account_url}" style="color:#337ff1">"El meu compte"</a> a la nostra botiga. </span>
</font>
</td>
</tr>
<tr>
<td class="linkbelow" style="padding:7px 0">
<font size="2" face="Open-sans, sans-serif" color="#555454">
<span>
Si teniu un compte de convidat, podeu seguir l'evolució de la comanda a la secció <a href="{guest_tracking_url}?id_order={order_name}" style="color:#337ff1">"Seguiment de convidat"</a> de la nostra botiga. </span>
</font>
</td>
</tr>
<tr>
<td class="space_footer" style="padding:0!important"> </td>
</tr>
<tr>
<td class="footer" style="border-top:4px solid #333333;padding:7px 0">
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> desenvolupat amb <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
</td>
</tr>
</table>
</td>
<td class="space" style="width:20px;padding:7px 0"> </td>
</tr>
</table>
</body>
</html> |
lib/commons-net-3.3/apidocs/org/apache/commons/net/imap/class-use/IMAPReply.html | asad/MCEDS | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
<title>Uses of Class org.apache.commons.net.imap.IMAPReply (Commons Net 3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.commons.net.imap.IMAPReply (Commons Net 3.3 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/commons/net/imap/IMAPReply.html" title="class in org.apache.commons.net.imap">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/commons/net/imap/class-use/IMAPReply.html" target="_top">Frames</a></li>
<li><a href="IMAPReply.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.commons.net.imap.IMAPReply" class="title">Uses of Class<br>org.apache.commons.net.imap.IMAPReply</h2>
</div>
<div class="classUseContainer">No usage of org.apache.commons.net.imap.IMAPReply</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/commons/net/imap/IMAPReply.html" title="class in org.apache.commons.net.imap">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/commons/net/imap/class-use/IMAPReply.html" target="_top">Frames</a></li>
<li><a href="IMAPReply.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2001-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>
|
public/dijit/themes/nihilo/TitlePane.css | ept/bespin-on-rails |
.nihilo .dijitTitlePaneTitle {
background: #cccccc;
background:#fff url("images/titleBar.png") repeat-x top left;
border:1px solid #bfbfbf;
padding:3px 4px;
cursor: pointer;
font-size: 0.9em;
font-weight: bold;
color: #6d6d6d;
}
.nihilo .dijitTitlePaneTitle-hover {
background: #f9f9f9 url("images/accordionItemActive.png") top repeat-x;
}
.nihilo .dijitTitlePaneTitle * {
vertical-align: middle;
}
.nihilo .dijitTitlePane .dijitArrowNode {
width:15px;
height:15px;
}
.nihilo .dijitTitlePaneFocused .dijitTitlePaneTextNode {
color: #243C5F;
}
.nihilo .dijitOpen .dijitTitlePaneTextNode {
color: #243C5F;
}
.nihilo .dijitTitlePane .dijitClosed .dijitArrowNode {
background: url('images/spriteRoundedIconsSmall.png') no-repeat -30px top;
}
.dj_ie6 .nihilo .dijitTitlePane .dijitClosed .dijitArrowNode {
background:url('images/spriteRoundedIconsSmall.gif') no-repeat -30px top;
}
.nihilo .dijitTitlePane .dijitOpen .dijitArrowNode {
background:url('images/spriteRoundedIconsSmall.png') no-repeat -15px top;
}
.dj_ie6 .nihilo .dijitTitlePane .dijitOpen .dijitArrowNode {
background:url('images/spriteRoundedIconsSmall.gif') no-repeat -15px top;
}
.nihilo .dijitTitlePane .dijitArrowNodeInner {
display:none;
}
.dijit_a11y .dijitTitlePane .dijitArrowNodeInner {
display:inline !important;
font-family:monospace;
cursor: pointer;
padding-bottom:.2em;
}
.dijit_a11y .dijitTitlePane .dijitArrowNode {
display:none;
}
.nihilo .dijitTitlePaneContentOuter {
background: #ffffff;
border:1px solid #bfbfbf;
border-top: 0px solid #3d3d3d;
}
.nihilo .dijitTitlePaneContentInner {
padding:10px;
}
.dj_ie6 .nihilo .dijitTitlePaneContentOuter,
.dj_ie6 .nihilo .dijitTitlePane .dijitTitlePaneTitle {
zoom: 1;
}
.nihilo .dijitTitlePaneTextNode {
margin-left: 4px;
margin-right: 4px;
}
|
Iteration5_Prototype/v1.2/node_modules/angular-material/modules/js/toolbar/toolbar-default-theme.css | rebeccaForster/ThinkTank | /*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.0-rc.5-master-2ddeb91
*/
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) {
background-color: '{{primary-color}}';
color: '{{primary-contrast}}'; }
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-icon {
color: '{{primary-contrast}}';
fill: '{{primary-contrast}}'; }
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) .md-button[disabled] md-icon {
color: '{{primary-contrast-0.26}}';
fill: '{{primary-contrast-0.26}}'; }
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent {
background-color: '{{accent-color}}';
color: '{{accent-contrast}}'; }
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent .md-ink-ripple {
color: '{{accent-contrast}}'; }
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-icon {
color: '{{accent-contrast}}';
fill: '{{accent-contrast}}'; }
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent .md-button[disabled] md-icon {
color: '{{accent-contrast-0.26}}';
fill: '{{accent-contrast-0.26}}'; }
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn {
background-color: '{{warn-color}}';
color: '{{warn-contrast}}'; }
|
ajax/libs/tablesaw/3.0.1-beta.14/stackonly/tablesaw.stackonly.css | extend1994/cdnjs | /*! Tablesaw - v3.0.1-beta.14 - 2017-04-12
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2017 Filament Group; Licensed MIT */
.tablesaw {
width: 100%;
max-width: 100%;
empty-cells: show;
border-collapse: collapse;
border: 0;
padding: 0;
}
.tablesaw * {
box-sizing: border-box;
}
.tablesaw th,
.tablesaw td {
padding: .5em .7em;
}
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
display: none;
}
/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
/* Show the table cells as a block level element */
.tablesaw-stack {
clear: both;
}
.tablesaw-stack td,
.tablesaw-stack th {
text-align: left;
display: block;
}
.tablesaw-stack tr {
clear: both;
display: table-row;
}
/* Make the label elements a percentage width */
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
display: block;
padding: 0 .6em 0 0;
width: 30%;
display: inline-block;
}
/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
.tablesaw-stack th .tablesaw-cell-label-top,
.tablesaw-stack td .tablesaw-cell-label-top {
display: block;
padding: .4em 0;
margin: .4em 0;
}
.tablesaw-cell-label {
display: block;
}
/* Avoid double strokes when stacked */
.tablesaw-stack tbody th.group {
margin-top: -1px;
}
/* Avoid double strokes when stacked */
.tablesaw-stack th.group b.tablesaw-cell-label {
display: none !important;
}
}
@media (max-width: 39.9375em) {
/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
display: block;
width: 100%;
border-bottom: 1px solid #dfdfdf;
}
.tablesaw-stack thead td,
.tablesaw-stack thead th {
display: none;
}
.tablesaw-stack tbody td,
.tablesaw-stack tbody th {
display: block;
float: left;
clear: left;
width: 100%;
}
.tablesaw-cell-label {
vertical-align: top;
}
.tablesaw-cell-content {
max-width: 67%;
display: inline-block;
}
.tablesaw-stack td:empty,
.tablesaw-stack th:empty {
display: none;
}
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
.tablesaw-stack tr {
display: table-row;
}
/* Show the table header rows */
.tablesaw-stack td,
.tablesaw-stack th,
.tablesaw-stack thead td,
.tablesaw-stack thead th {
display: table-cell;
margin: 0;
}
/* Hide the labels in each cell */
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
display: none !important;
}
} |
post/86508727694/last-nights-mobile-engineering-at-gilt/index.html | nataliab/tech-blog | <html><head><link rel="canonical" href="/2014/05/22/last-nights-mobile-engineering-at-gilt"><meta http-equiv="refresh" content="0; url=/2014/05/22/last-nights-mobile-engineering-at-gilt"></head><body></body></html>
|
background.html | Druid33/firelogger-the-chrome-extension | <html>
<head>
<script src="background.js"></script>
</head>
</html> |
log/client/js/angular/docs/partials/api/ng/directive/ngKeypress.html | jonahpelfrey/Badgerloop_Competition_Dashboard | <a href='https://github.com/angular/angular.js/edit/v1.6.x/src/ng/directive/ngEventDirs.js?message=docs(ngKeypress)%3A%20describe%20your%20change...#L295' 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.6.0/src/ng/directive/ngEventDirs.js#L295' 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">ngKeypress</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>Specify custom behavior on keypress event.</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 element:
(This directive can be used as custom element, but be aware of <a href="guide/ie">IE restrictions</a>).
<pre><code><ng-keypress ng-keypress="expression"> ... </ng-keypress></code></pre>
</li>
<li>as attribute:
<pre><code><ANY ng-keypress="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>
ngKeypress
</td>
<td>
<a href="" class="label type-hint type-hint-expression">expression</a>
</td>
<td>
<p><a href="guide/expression">Expression</a> to evaluate upon
keypress. (<a href="guide/expression#-event-">Event object is available as <code>$event</code></a>
and can be interrogated for keyCode, altKey, etc.)</p>
</td>
</tr>
</tbody>
</table>
</section>
<h2 id="example">Examples</h2><p>
<div>
<plnkr-opener example-path="examples/example-ng-keypress"></plnkr-opener>
<div class="runnable-example"
path="examples/example-ng-keypress"
name="ng-keypress">
<div class="runnable-example-file"
name="index.html"
language="html"
type="html">
<pre><code><input ng-keypress="count = count + 1" ng-init="count=0"> key press count: {{count}}</code></pre>
</div>
<iframe class="runnable-example-frame" src="examples/example-ng-keypress/index.html" name="example-ng-keypress"></iframe>
</div>
</div>
</p>
</div>
|
themes/mall/taoczlv/member.curlocal.html | guotao2000/ecmall | <!--{if $_curlocal}-->
<div class="location">
<!--{foreach from=$_curlocal item=lnk}-->
<!--{if $lnk.url}-->
<a href="{$lnk.url}">{$lnk.text|escape}</a>
<!--{else}-->
{$lnk.text|escape}
<!--{/if}-->
<!--{/foreach}-->
</div>
<!--{/if}-->
|
tests/dummy/app/index.html | jessepinho/ember-cli-github-pages | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Dummy</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for 'head'}}
<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/dummy.css">
{{content-for 'head-footer'}}
</head>
<body>
{{content-for 'body'}}
<script src="assets/vendor.js"></script>
<script src="assets/dummy.js"></script>
{{content-for 'body-footer'}}
</body>
</html>
|
ajax/libs/font-awesome/5.10.0-11/css/regular.css | extend1994/cdnjs | /*!
* Font Awesome Free 5.10.0-11 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: auto;
src: url("../webfonts/fa-regular-400.eot");
src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
|
tidy-table.css | akuisara/Tidy-Table | /**
* Tidy Table
* Generate a sortable HTML table from JSON
*
* Copyright 2012-2015, Marc S. Brooks (http://mbrooks.info)
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Dependencies:
* jquery.js
*/
table.tidy_table {
background-color: #FFFFFF;
border-collapse: collapse;
border: 1px solid #CCCCCC;
cursor: pointer;
white-space: nowrap;
}
table.tidy_table thead {
border: none;
}
table.tidy_table tr.check_on {
background-color: #F5F5F5;
}
table.tidy_table tr.check_off {
background-color: #FFFFFF;
}
table.tidy_table th {
background-color: #DDDDDD;
}
table.tidy_table th.sort_asc {
background: #EEEEEE url( images/arrow_asc.gif ) no-repeat right center;
}
table.tidy_table th.sort_desc {
background: #EEEEEE url( images/arrow_desc.gif ) no-repeat right center;
}
table.tidy_table th,
table.tidy_table td {
padding: 6px 20px 6px 20px;
}
table.tidy_table td {
border-right: 1px solid #EEEEEE;
border-top: 1px solid #CCCCCC;
padding: 7px 20px 7px 20px;
}
table.tidy_table th:nth-child(1),
table.tidy_table td:nth-child(1) {
width: 10px;
}
table.tidy_table td:nth-child(1) {
border-right: 1px solid #EEEEEE;
}
table.tidy_table input[type=checkbox],
table.tidy_table input[type=checkbox] {
display: block;
margin: 0px auto 0px auto;
}
table.tidy_table td:nth-last-child(1) {
border-right: none;
}
table.tidy_table td span.label {
display: none;
}
/* responsive (mobile devices) */
@media only screen and (min-device-width: 0px) and (max-device-width: 768px) {
.tidy_table.media {
margin: 0px !important;
width: auto !important;
overflow: none;
}
.tidy_table.media select {
position: relative;
right: 30px;
}
.tidy_table.media table {
border: 0px;
border-top: 1px solid #DDDDDD;
width: 100%;
}
.tidy_table.media table tr {
border-bottom: 1px solid #CCCCCC;
position: relative;
}
.tidy_table.media table tbody tr:last-child {
border: none;
}
.tidy_table.media table th,
.tidy_table.media table td {
box-sizing: border-box;
border: 0px;
clear: both;
float: left;
padding-left: 10px;
}
.tidy_table.media table th:first-child,
.tidy_table.media table td:first-child {
background-color: transparent;
padding: 10px;
position: absolute;
right: 0px;
top: 2px;
width: auto;
}
.tidy_table.media table th {
text-align: left;
width: 100%;
}
.tidy_table.media table th:first-child {
top: -40px;
}
.tidy_table.media table td {
background-color: transparent;
}
}
|
test/css/mixin-args-semicolon.min.css | fivethreeo/lesscpy | .arguments{border:1px solid black;}
|
third_party/asio/doc/asio/reference/ssl__stream/handshake.html | otgaard/zap | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::handshake</title>
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../index.html" title="Asio">
<link rel="up" href="../ssl__stream.html" title="ssl::stream">
<link rel="prev" href="get_io_service.html" title="ssl::stream::get_io_service">
<link rel="next" href="handshake/overload1.html" title="ssl::stream::handshake (1 of 4 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="get_io_service.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="handshake/overload1.html"><img src="../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="asio.reference.ssl__stream.handshake"></a><a class="link" href="handshake.html" title="ssl::stream::handshake">ssl::stream::handshake</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp175860448"></a>
Perform SSL handshaking.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="handshake/overload1.html" title="ssl::stream::handshake (1 of 4 overloads)">handshake</a><span class="special">(</span>
<span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">);</span>
<span class="emphasis"><em>» <a class="link" href="handshake/overload1.html" title="ssl::stream::handshake (1 of 4 overloads)">more...</a></em></span>
<span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="handshake/overload2.html" title="ssl::stream::handshake (2 of 4 overloads)">handshake</a><span class="special">(</span>
<span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
<span class="identifier">asio</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="handshake/overload2.html" title="ssl::stream::handshake (2 of 4 overloads)">more...</a></em></span>
<span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">></span>
<span class="keyword">void</span> <a class="link" href="handshake/overload3.html" title="ssl::stream::handshake (3 of 4 overloads)">handshake</a><span class="special">(</span>
<span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&</span> <span class="identifier">buffers</span><span class="special">);</span>
<span class="emphasis"><em>» <a class="link" href="handshake/overload3.html" title="ssl::stream::handshake (3 of 4 overloads)">more...</a></em></span>
<span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">></span>
<span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="handshake/overload4.html" title="ssl::stream::handshake (4 of 4 overloads)">handshake</a><span class="special">(</span>
<span class="identifier">handshake_type</span> <span class="identifier">type</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">asio</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="handshake/overload4.html" title="ssl::stream::handshake (4 of 4 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-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="get_io_service.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__stream.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="handshake/overload1.html"><img src="../../../next.png" alt="Next"></a>
</div>
</body>
</html>
|
vendor/gems/ruby-openid-2.0.4/doc/classes/OpenID/AX/FetchResponse.src/M000057.html | IsaacLewis/eol | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>new (OpenID::AX::FetchResponse)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/openid/extensions/ax.rb, line 383</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">update_url</span> = <span class="ruby-keyword kw">nil</span>)
<span class="ruby-keyword kw">super</span>()
<span class="ruby-ivar">@mode</span> = <span class="ruby-value str">'fetch_response'</span>
<span class="ruby-ivar">@update_url</span> = <span class="ruby-identifier">update_url</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> |
scbook/code/Ch 20 dewdrop and chucklib/dewdrop_lib/ddwVoicer/Help/Voicer.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: 24.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: 12.0px Helvetica}
p.p4 {margin: 0.0px 0.0px 0.0px 36.0px; text-indent: -36.0px; font: 12.0px Helvetica}
p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco}
p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; min-height: 12.0px}
p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #a41919}
p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Helvetica}
p.p9 {margin: 0.0px 0.0px 0.0px 36.0px; text-indent: -36.0px; font: 12.0px Helvetica; min-height: 14.0px}
p.p10 {margin: 0.0px 0.0px 0.0px 36.0px; text-indent: -36.0px; font: 9.0px Monaco; color: #a41919}
p.p11 {margin: 0.0px 0.0px 0.0px 36.0px; text-indent: -36.0px; font: 9.0px Monaco; min-height: 12.0px}
p.p12 {margin: 0.0px 0.0px 0.0px 36.0px; text-indent: -36.0px; font: 9.0px Monaco}
p.p13 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Helvetica}
p.p14 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Helvetica; min-height: 12.0px}
p.p15 {margin: 0.0px 0.0px 0.0px 0.0px; font: 8.0px Monaco}
p.p16 {margin: 0.0px 0.0px 0.0px 0.0px; font: 7.0px Monaco; min-height: 10.0px}
p.p17 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica}
p.p18 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #36701f}
p.p19 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #001ab2}
span.s1 {font: 12.0px Helvetica}
span.s2 {color: #0000ff}
span.s3 {color: #001ab2}
span.s4 {color: #606060}
span.s5 {color: #36701f}
span.s6 {color: #000000}
span.s7 {font: 9.0px Monaco}
span.s8 {font: 9.0px Monaco; color: #36701f}
span.s9 {color: #a41919}
span.s10 {color: #496c29}
span.Apple-tab-span {white-space:pre}
</style>
</head>
<body>
<p class="p1"><b>Voicer</b><span class="s1"><span class="Apple-converted-space"> </span></span></p>
<p class="p2"><br></p>
<p class="p3">A programmatically-controlled voice-stealing node manager. Written by H. James Harkins, jamshark70@gmail.com</p>
<p class="p2"><br></p>
<p class="p3"><b>Voicer is not the same as sc2's Voicer.ar!</b> The voicer class itself does not implement MIDI. After you create a voicer, however, you can place it in a <a href="../../ddwMIDI/Help/VoicerMIDISocket.html"><span class="s2">VoicerMIDISocket</span></a>, which includes all the necessary intelligence for note on/off, continuous controllers, and pitch bend messages. Multiple sockets can be created on the same channel with different voicers and different key ranges, allowing complex keysplit configurations to be created.<span class="Apple-converted-space"> </span></p>
<p class="p2"><br></p>
<p class="p3"><b>Features:<span class="Apple-converted-space"> </span></b></p>
<p class="p2"><br></p>
<p class="p4">Triggering and releasing notes by frequency (no need to remember which node is playing which pitch)<span class="Apple-converted-space"> </span></p>
<p class="p4">Automatic gating (notes or chords can be played for specific durations--the release is scheduled using a clock of your choice, so if the clock is a TempoClock, you can specify durations in terms of beats very easily)<span class="Apple-converted-space"> </span></p>
<p class="p4">Arguments can be set aside as global, applying to all nodes simultaneously--great for filter cutoffs, pitch bend, etc.--the voicer's GUI window provides sliders for each global control (which also respond to MIDI, if you have it set up that way)<span class="Apple-converted-space"> </span></p>
<p class="p4">Easy latency setting for rock-solid timing in sequencing</p>
<p class="p4">GUI support based on proxies, allowing easy reuse of GUI objects. See <a href="VoicerProxy.html"><span class="s2">VoicerProxy</span></a>.</p>
<p class="p4">Support (with VoicerMIDISocket) for Instr-miditest and SynthDef-miditest, methods for testing new synths by MIDI. See the helpfile <a href="miditest.html"><span class="s2"><b>miditest</b></span></a>.</p>
<p class="p4">As of 21 November 2004, compatible with event patterns (Pbind etc.). See the <b>Sequencing</b> section below.</p>
<p class="p2"><br></p>
<p class="p3">Voicer presently works with synthdefs and Instr's. You should not send a patch directly to Voicer. Voicer takes the Instr with an argument list and makes its own Patches.</p>
<p class="p2"><br></p>
<p class="p3">Synthdefs & Instr's to be used with voicer need to have a few specific things:<span class="Apple-converted-space"> </span></p>
<p class="p2"><br></p>
<p class="p4">A variable-length envelope (Env.new with a releaseNode, Env.asr, Env.adsr)<span class="Apple-converted-space"> </span></p>
<p class="p4">A <i>freq</i> argument, for the frequency that will be triggered. Other frequencies (filter cutoffs etc.) should be specified otherwise.</p>
<p class="p4">A <i>gate</i> argument</p>
<p class="p4">An EnvGen whose doneAction is 2--the voicer expects that synth nodes will die after notes are released<span class="Apple-converted-space"> </span></p>
<p class="p4">If you use a SynthDef: an argument called <i>outbus</i> for the output bus index</p>
<p class="p2"><br></p>
<p class="p3">To wit:<span class="Apple-converted-space"> </span></p>
<p class="p2"><br></p>
<p class="p5">(</p>
<p class="p5"><span class="s3">SynthDef</span>.new(<span class="s4">"harpsi"</span>, {</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">arg</span> outbus = 0, freq = 440, gate = 0;</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">var</span> out;</p>
<p class="p5"><span class="Apple-tab-span"> </span>out = <span class="s3">EnvGen</span>.ar(<span class="s3">Env</span>.adsr, gate, doneAction:2) *</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="s3">Pulse</span>.ar(freq, 0.25, 0.75);</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">Out</span>.ar(outbus, [out, out]);</p>
<p class="p5">}).load(s);</p>
<p class="p5">)</p>
<p class="p6"><br></p>
<p class="p7">// or</p>
<p class="p6"><br></p>
<p class="p5">(</p>
<p class="p5"><span class="s3">Instr</span>.new([<span class="s5">\harpsi</span>], {</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">arg</span> freq = 440, gate = 0;</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">var</span> out;</p>
<p class="p5"><span class="Apple-tab-span"> </span>out = <span class="s3">EnvGen</span>.ar(<span class="s3">Env</span>.adsr, gate, doneAction:2) *</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="s3">Pulse</span>.ar(freq, 0.25, 0.75);</p>
<p class="p5"><span class="Apple-tab-span"> </span>[out, out]</p>
<p class="p5">});</p>
<p class="p3">)</p>
<p class="p2"><br></p>
<p class="p3">Tip: If you want the instrument to be velocity-sensitive, Latch the gate argument to get the velocity:</p>
<p class="p2"><br></p>
<p class="p5"><span class="s3">SynthDef</span>.new(<span class="s4">"harpsi"</span>, {</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">arg</span> outbus = 0, freq = 440, gate = 0;</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">var</span> out, amp;</p>
<p class="p5"><span class="Apple-tab-span"> </span>amp = <span class="s3">Latch</span>.kr(gate, gate) * 0.5 + 0.5;</p>
<p class="p5"><span class="Apple-tab-span"> </span>out = <span class="s3">EnvGen</span>.ar(<span class="s3">Env</span>.adsr, gate, doneAction:2) *</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="s3">Pulse</span>.ar(freq, 0.25, amp);</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">Out</span>.ar(outbus, [out, out]);</p>
<p class="p5">}).load(s);</p>
<p class="p2"><br></p>
<p class="p8"><b>Creation</b></p>
<p class="p2"><br></p>
<p class="p3"><b>*new(voices, things, args, bus, target, addAction = \addToTail)<span class="Apple-converted-space"> </span></b></p>
<p class="p2"><br></p>
<p class="p4">voices: the maximum number of voices that can be played by this instance<span class="Apple-converted-space"> </span></p>
<p class="p4">things: what should go into the nodes. If you supply a single thing, each node will use the same synthdef. If you supply an array or other collection, the nodes will cycle through the collection. This is another way to do the sc2 trick of the pattern that plays its successive events on different synthdefs.<span class="Apple-converted-space"> </span></p>
<p class="p4">args: can be a single argument array, such as [\ffreq, 10000], or an array of arg arrays: [ [\ffreq, 10000], [\ffreq, 15000] ]. If an array, the arg arrays will be referenced using wrapAt and assigned sequentially to the voicer nodes. These arguments will be stored with each node and sent to every synth that gets placed on the server. Argument arrays should always be written [name, value, name1, value1...]—even for Instr's. This is different from the standard crucial usage.</p>
<p class="p4">bus: the output bus to use.<span class="Apple-converted-space"> </span></p>
<p class="p4">target: anything that responds to .asTarget. If you supply a MixerChannel, both the bus and the target will be set appropriately. Default is Server.local.</p>
<p class="p4">addAction: where the synths will be placed in relation to the target. (This setting will be ignored by patch nodes.)</p>
<p class="p9"><br></p>
<p class="p10">// with synthdef (depends on synths defined above):</p>
<p class="p10"><span class="s6">v = </span><span class="s3">Voicer</span><span class="s6">.new(8, </span><span class="s4">"harpsi"</span><span class="s6">);<span class="Apple-converted-space"> </span></span>// 8 voices, all harpsi</p>
<p class="p11"><br></p>
<p class="p10">// with Instr & MixerChannel:</p>
<p class="p12">s = <span class="s3">Server</span>.local; s.boot;</p>
<p class="p12">m = <span class="s3">MixerChannel</span>.new(<span class="s4">"harpsi"</span>, s, 2, 2);</p>
<p class="p12">v = <span class="s3">Voicer</span>.new(8, <span class="s3">Instr</span>.at([<span class="s5">\harpsi</span>]), target:m);</p>
<p class="p11"><br></p>
<p class="p10">// a nested Instr:</p>
<p class="p5">(</p>
<p class="p5">i = <span class="s3">Instr</span>([<span class="s5">\harpsi</span>], {</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">arg</span> freq = 440, gate = 0;</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">var</span> out;</p>
<p class="p5"><span class="Apple-tab-span"> </span>out = <span class="s3">EnvGen</span>.ar(<span class="s3">Env</span>.adsr, gate, doneAction:2) *</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="s3">Pulse</span>.ar(freq, 0.25, 0.25);</p>
<p class="p5"><span class="Apple-tab-span"> </span>[out,out]</p>
<p class="p5">});</p>
<p class="p5">f = <span class="s3">Instr</span>([<span class="s5">\test</span>, <span class="s5">\rlpf</span>], {</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">arg</span> audio, ffreq = 500, rq = 0.1;</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">RLPF</span>.ar(audio, ffreq, rq);</p>
<p class="p5">});</p>
<p class="p5">)</p>
<p class="p6"><br></p>
<p class="p7">// If you supply an Instr as an argument, it must be followed by an argument array or nil.</p>
<p class="p7">// The Voicer makes a Patch for the inner Instr using the arg array immediately following.</p>
<p class="p5">v = <span class="s3">Voicer</span>(8, <span class="s3">Instr</span>.at([<span class="s5">\test</span>, <span class="s5">\rlpf</span>]), [<span class="s5">\audio</span>, <span class="s3">Instr</span>.at([<span class="s5">\harpsi</span>]), <span class="s3">nil</span>, <span class="s5">\ffreq</span>, 5000, <span class="s5">\rq</span>, 0.08]);</p>
<p class="p2"><br></p>
<p class="p3"><b>IMPORTANT:</b> Each note that gets triggered on this last voicer will place two synths on the server: one for the harpsi, and another for the filter. These will all use the same bus, meaning that if you trigger several notes at once, the effect of the filter will be compounded for each note. This may not be the result you want. In general, you should use simple (self-contained) Instr's or synthdefs in a voicer.</p>
<p class="p2"><br></p>
<p class="p3">With Instr, any argument you supply as a SimpleNumber will be wrapped in a KrNumberEditor so you can change its value later. This is different from Patch. If you want a SimpleNumber to serve as a fixed argument, make a Ref to it: <span class="s7">[</span><span class="s8">\fixed_filter_freq</span><span class="s7">, `12500]</span>.</p>
<p class="p2"><br></p>
<p class="p3"><b>clock_(clock)<span class="Apple-converted-space"> </span></b></p>
<p class="p2"><br></p>
<p class="p3">Now deprecated - the gate method uses thisThread.clock instead of a preset clock.</p>
<p class="p2"><br></p>
<p class="p13">If you want to do sequencing with this voicer, you should set the clock to a TempoClock, preferably just after creation:<span class="Apple-converted-space"> </span></p>
<p class="p14"><br></p>
<p class="p15">t = <span class="s3">TempoClock</span>(144/60);<span class="Apple-tab-span"> </span><span class="s9">// 144 bpm</span></p>
<p class="p15">v = <span class="s3">Voicer</span>(8, <span class="s4">"harpsi"</span>).clock_(t);</p>
<p class="p16"><br></p>
<p class="p13"><b>Caveat:</b> If you do this, v.gate will only work within a Routine or Task playing on the same TempoClock. If you expect to want to gate things from the command line, leave the clock as SystemClock (its default).</p>
<p class="p2"><br></p>
<p class="p3"><b>free</b><span class="Apple-converted-space"> </span></p>
<p class="p2"><br></p>
<p class="p3">Removes all synth objects associated with this voicer from the server, cleans up its GUI window, and disconnects the voicer from MIDI.</p>
<p class="p2"><br></p>
<p class="p8"><b>Playing<span class="Apple-converted-space"> </span></b></p>
<p class="p2"><br></p>
<p class="p3"><b>trigger1(freq, gate = 1, args, lat)</b></p>
<p class="p3"><b>trigger(freq, gate = 1, args, lat)<span class="Apple-converted-space"> </span></b></p>
<p class="p2"><br></p>
<p class="p3">Trigger a note (trigger1), or several notes (trigger). For trigger1, freq must be a float or int. For trigger, freq can be a single value or a collection. If you are triggering several notes, args can also be a collection of argument arrays e.g. <span class="s7">[ [</span><span class="s8">\filter</span><span class="s7">, 300], [</span><span class="s8">\filter</span><span class="s7">, 500], [</span><span class="s8">\filter</span><span class="s7">, 700] ]</span>. Each set of args will be sent in succession to the nodes as they're triggered (using wrapAt). In this case, the first node triggered will get \filter = 300, the second \filter = 500, etc.</p>
<p class="p2"><br></p>
<p class="p3">lat is the Server latency to use for this event. The following values are allowed for all methods with a "lat" argument:</p>
<p class="p2"><br></p>
<p class="p3"><span class="Apple-tab-span"> </span>< 0<span class="Apple-tab-span"> </span>Negative number: use the Voicer's default latency (set by myVoicer.latency = 1)</p>
<p class="p3"><span class="Apple-tab-span"> </span>>= 0<span class="Apple-tab-span"> </span>Non-negative number: use this number as the latency for this event</p>
<p class="p3"><span class="Apple-tab-span"> </span>nil<span class="Apple-tab-span"> </span>No latency: Server will play the message as soon as received</p>
<p class="p2"><br></p>
<p class="p3">Returns the node played, or a collection of nodes played.</p>
<p class="p2"><br></p>
<p class="p3"><b>release1(freq, lat)</b></p>
<p class="p3"><b>release(freq, lat)<span class="Apple-converted-space"> </span></b></p>
<p class="p2"><br></p>
<p class="p3">Find the earliest-triggered note(s) with the frequency/frequencies given and send [\gate,0] to it. release1 allows only one frequency to be given; release works with either a single value or a collection. If there is no node with a given frequency, that frequency is ignored.<span class="Apple-converted-space"> </span></p>
<p class="p2"><br></p>
<p class="p3">Returns the node(s) released.</p>
<p class="p2"><br></p>
<p class="p7"><span class="s6">v = </span><span class="s3">Voicer</span><span class="s6">.new(8, </span><span class="s4">"harpsi"</span><span class="s6">);<span class="Apple-converted-space"> </span></span>// uses Server.local</p>
<p class="p5">f = <span class="s3">Array</span>.fill(5, { 1000.0.rand + 50 });</p>
<p class="p5">v.trigger(f);<span class="Apple-converted-space"> </span><span class="s9">// play 5 notes</span></p>
<p class="p7"><span class="s6">v.release(f);<span class="Apple-converted-space"> </span></span>// release the same</p>
<p class="p2"><br></p>
<p class="p3"><b>gate1(freq, dur, gate = 1, args, lat)</b></p>
<p class="p3"><b>gate(freq, dur, gate = 1, args, lat)<span class="Apple-converted-space"> </span></b></p>
<p class="p2"><br></p>
<p class="p3">Triggers the notes and schedules their releases. If freq is a collection, dur and args may be the same thing for every node, or you can supply collections to have different arguments and different release times for each node.<span class="Apple-converted-space"> </span></p>
<p class="p2"><br></p>
<p class="p3">Returns the node(s) played.</p>
<p class="p2"><br></p>
<p class="p5">f = <span class="s3">Array</span>.fill(5, { 1000.0.rand + 50 });</p>
<p class="p7"><span class="s6"><span class="Apple-converted-space"> </span></span>// listen to the notes stop one by one</p>
<p class="p5">v.gate(f, <span class="s3">Array</span>.fill(5, { <span class="s3">arg</span> i; 2*(i+1) }));</p>
<p class="p2"><br></p>
<p class="p3"><b>releaseNow1(freq, sec)</b></p>
<p class="p3"><b>releaseNow(freq, sec)<span class="Apple-converted-space"> </span></b></p>
<p class="p2"><br></p>
<p class="p3">Uses a negative gate to cause an instant release. Sec determines how long the release takes. Unlike gate, you may not supply a collection for sec. (Sec is converted to the negative gate by sec.abs.neg-1)</p>
<p class="p2"><br></p>
<p class="p3"><b>set(args, lat)<span class="Apple-converted-space"> </span></b></p>
<p class="p2"><br></p>
<p class="p3">Sends the same <b>/n_set</b> message to each node in this voicer. Global controls (see below) send the value to the associated kr bus.</p>
<p class="p2"><br></p>
<p class="p8"><b>Controlling the voicer's behavior<span class="Apple-converted-space"> </span></b></p>
<p class="p2"><br></p>
<p class="p3"><b>panic</b></p>
<p class="p2"><br></p>
<p class="p3">Stops all active synths belonging to this voicer immediately.</p>
<p class="p2"><br></p>
<p class="p3"><b>trace</b></p>
<p class="p2"><br></p>
<p class="p3">Sends the n_trace message to all active synths. Useful for debugging synthdefs. You can also trace a single playing node using the following:</p>
<p class="p2"><br></p>
<p class="p5">aVoicer.playingNodes.choose.trace;</p>
<p class="p2"><br></p>
<p class="p3"><b>gui</b></p>
<p class="p2"><br></p>
<p class="p3">Makes a window showing all global controls (see mapGlobal) and processes (see addProcess).</p>
<p class="p2"><br></p>
<p class="p3">Voicer-gui uses a proxy system so that you can display different voicers without incurring the overhead of removing views, resizing the window, adding views, and resizing again. For normal use, this process is transparent to the user. To change the voicer shown in a particular GUI, drag an expression that evaluates to the voicer (usually a variable name) into the drag sink immediately to the right of the voicer GUI label.</p>
<p class="p2"><br></p>
<p class="p3"><b>mapGlobal(name, bus)</b></p>
<p class="p3"><b>unmapGlobal(name, bus)</b></p>
<p class="p2"><br></p>
<p class="p3">Makes an input to the synth global, by using the supplied kr bus (or creating a new one if no bus is supplied) and mapping the input to that bus in each voicer node. Newly triggered voicer nodes will be mapped automatically. This lets you control filter cutoff frequencies, pitch bends, etc. globally for all nodes in a voicer. A kr synth can be played on the bus to provide an LFO.</p>
<p class="p2"><br></p>
<p class="p5">(</p>
<p class="p5">i = <span class="s3">Instr</span>([<span class="s5">\harpsi</span>], {</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">arg</span> freq = 440, gate = 0;</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">var</span> out;</p>
<p class="p5"><span class="Apple-tab-span"> </span>out = <span class="s3">EnvGen</span>.ar(<span class="s3">Env</span>.adsr, gate, doneAction:2) *</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="s3">Pulse</span>.ar(freq, 0.25, 0.25);</p>
<p class="p5"><span class="Apple-tab-span"> </span>[out,out]</p>
<p class="p7"><span class="s6">}</span>/*, [\freq, \amp]*/<span class="s6">);</span></p>
<p class="p5">f = <span class="s3">Instr</span>([<span class="s5">\test</span>, <span class="s5">\rlpf</span>], {</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">arg</span> audio, ffreq = 500, rq = 0.1;</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">RLPF</span>.ar(audio, ffreq, rq);</p>
<p class="p5">});</p>
<p class="p6"><br></p>
<p class="p5">v = <span class="s3">Voicer</span>(8, f, [<span class="s5">\audio</span>, i, <span class="s3">nil</span>, <span class="s5">\ffreq</span>, 5000, <span class="s5">\rq</span>, 0.08]);</p>
<p class="p5">)</p>
<p class="p6"><br></p>
<p class="p7">// globalize the filter cutoff</p>
<p class="p5">b = v.mapGlobal(<span class="s5">\ffreq</span>);</p>
<p class="p6"><br></p>
<p class="p5">(</p>
<p class="p7"><span class="s3">SynthDef</span><span class="s6">.new(</span><span class="s4">"SinLFO"</span><span class="s6">, {<span class="Apple-tab-span"> </span></span>// sinewave lfo</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">arg</span> outbus, freq = 1, phase = 0, mul = 1, add = 0;</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s3">ReplaceOut</span>.kr(outbus, <span class="s3">SinOsc</span>.kr(freq, phase, mul, add));</p>
<p class="p5">}).load(<span class="s3">Server</span>.local);</p>
<p class="p5">)</p>
<p class="p6"><br></p>
<p class="p5">l = <span class="s3">Synth</span>.new(<span class="s4">"SinLFO"</span>, [<span class="s5">\freq</span>, 0.2, <span class="s5">\mul</span>, 500, <span class="s5">\add</span>, 1400, <span class="s5">\outbus</span>, b.index]);</p>
<p class="p6"><br></p>
<p class="p7">// all notes have the same filter LFO</p>
<p class="p5">v.trigger([60, 64, 67].midicps);</p>
<p class="p6"><br></p>
<p class="p5">v.unmapGlobal(<span class="s5">\ffreq</span>);<span class="Apple-converted-space"> </span><span class="s9">// LFO stops</span></p>
<p class="p7"><span class="s6">v.mapGlobal(</span><span class="s5">\ffreq</span><span class="s6">, b); </span>// set LFO to bus (which is still active)</p>
<p class="p6"><br></p>
<p class="p5">v.release([60, 64, 67].midicps);</p>
<p class="p5">l.free;</p>
<p class="p2"><br></p>
<p class="p3"><b>addProcess(states, type)</b></p>
<p class="p2"><br></p>
<p class="p3">Adds a <b>VoicerProcessGroup</b> to this Voicer. The group will be displayed as a button or pop-up menu in the voicer's GUI. For a button, specify type as <span class="s10">\toggle</span> in the addProcess message. See the VoicerProcessGroup help file for the correct syntax for states. Returns the new process group.</p>
<p class="p2"><br></p>
<p class="p3">This allows you to add graphically triggered sequencers and other processes directly to the voicer GUI.</p>
<p class="p2"><br></p>
<p class="p3">VoicerProcessGroups belong to the voicer's proxy, not to the voicer itself. This means you can change the voicer that is to play the sequence while the sequence is playing (provided both voicers use the same clock as the sequence). As with Voicer-gui, under normal circumstances this is transparent to the user.</p>
<p class="p2"><br></p>
<p class="p3">VoicerProcesses and VoicerProcessGroups are deprecated and no longer maintained.</p>
<p class="p2"><br></p>
<p class="p3"><b>removeProcess(p)</b></p>
<p class="p2"><br></p>
<p class="p3">Stops the process group if playing and removes it from the voicer and GUI.</p>
<p class="p2"><br></p>
<p class="p3"><b>stealer_</b></p>
<p class="p2"><br></p>
<p class="p3">Chooses the algorithm the voicer uses to find the next node to play. Your choices are:</p>
<p class="p2"><br></p>
<p class="p4"><span class="s5">\preferLate</span>: prefers nodes that were more recently played</p>
<p class="p4"><span class="s5">\preferEarly</span>: the default setting; prefers nodes that were played longer ago</p>
<p class="p4"><span class="s5">\random</span>: chooses a non-playing node at random</p>
<p class="p4"><span class="s5">\cycle</span>: cycles through the nodes in sequence, skipping nodes that are playing</p>
<p class="p4"><span class="s5">\strictCycle</span>: cycles through the nodes in sequence, always in order whether they're playing or not</p>
<p class="p9"><br></p>
<p class="p4"><b>latency_</b></p>
<p class="p9"><br></p>
<p class="p3">Sets the default latency for this voicer. Default latency should be a positive number and can be overridden using the lat argument in trigger, release, gate, and set method calls.</p>
<p class="p2"><br></p>
<p class="p17"><b>Sequencing<span class="Apple-converted-space"> </span></b></p>
<p class="p2"><br></p>
<p class="p3">Voicer adds two new events that can be used with event streams (Pbind):</p>
<p class="p2"><br></p>
<p class="p3"><b>\voicerNote:</b> an alternate event type in the standard event framework, except that instead of including <span class="s5"><i>\instrument</i></span><i>, </i><span class="s5"><i>\synthdefName</i></span> in the Pbind, you should include <span class="s5"><i>\voicer</i></span><i>, myVoicerObject</i>.<span class="Apple-converted-space"> </span></p>
<p class="p2"><br></p>
<p class="p5">v = <span class="s3">Voicer</span>(10, <span class="s5">\default</span>);</p>
<p class="p6"><br></p>
<p class="p5">(</p>
<p class="p5">p = <span class="s3">Pbind</span>(<span class="s5">\degree</span>, <span class="s3">Pseq</span>((0..7), <span class="s3">inf</span>),<span class="Apple-converted-space"> </span></p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s5">\delta</span>, 0.25,<span class="Apple-converted-space"> </span></p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s5">\sustain</span>, <span class="s3">Pwhite</span>(1, 9, <span class="s3">inf</span>) * 0.25,<span class="Apple-converted-space"> </span></p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s5">\amp</span>, <span class="s3">Pwhite</span>(0.001, 0.15, <span class="s3">inf</span>),<span class="Apple-converted-space"> </span></p>
<p class="p7"><span class="s6"><span class="Apple-tab-span"> </span></span><span class="s5">\argKeys</span><span class="s6">, #[</span><span class="s5">\amp</span><span class="s6">], <span class="Apple-converted-space"> </span></span>// leave this out and the amp stream will be ignored</p>
<p class="p18"><span class="s6"><span class="Apple-tab-span"> </span></span>\voicer<span class="s6">, v,<span class="Apple-converted-space"> </span></span></p>
<p class="p7"><span class="s6"><span class="Apple-tab-span"> </span></span><span class="s5">\type</span><span class="s6">, </span><span class="s5">\voicerNote</span><span class="s6"><span class="Apple-converted-space"> </span></span>// leave this out and it will try to play on \instrument, default</p>
<p class="p5">).play;</p>
<p class="p5">)</p>
<p class="p6"><br></p>
<p class="p5">p.stop;</p>
<p class="p2"><br></p>
<p class="p3"><b>\voicerMIDI:</b> a completely separate event prototype optimized for working with MIDIRecBuf. Not as flexible for general use, but easier for MIDI.</p>
<p class="p2"><br></p>
<p class="p5">v = <span class="s3">Voicer</span>(10, <span class="s5">\default</span>);</p>
<p class="p19"><span class="s6">k = </span>VoicerMIDISocket<span class="s6">(0, v);</span></p>
<p class="p19"><span class="s6">m = </span>MIDIBufManager<span class="s6">(chan:0);</span></p>
<p class="p5">m.gui</p>
<p class="p6"><br></p>
<p class="p7"><span class="s6">m.initRecord;<span class="Apple-converted-space"> </span></span>// recording starts when you start playing</p>
<p class="p7"><span class="s6">m.stopRecord;<span class="Apple-converted-space"> </span></span>// run this at the exact time you want the buffer to start looping</p>
<p class="p6"><br></p>
<p class="p5">p = <span class="s3">Pbind</span>(</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s5">\note</span>, <span class="s3">Pseq</span>(m[0].notes, <span class="s3">inf</span>),</p>
<p class="p18"><span class="s6"><span class="Apple-tab-span"> </span></span>\voicer<span class="s6">, v,</span></p>
<p class="p18"><span class="s6"><span class="Apple-tab-span"> </span></span>\latency<span class="s6">, 0.5,</span></p>
<p class="p7"><span class="s6"><span class="Apple-tab-span"> </span></span><span class="s5">\midi</span><span class="s6">, </span><span class="s3">true</span><span class="s6"><span class="Apple-tab-span"> </span></span>// note frequencies are MIDI note numbers...</p>
<p class="p7"><span class="s6"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></span>// if true, the event will convert them to Hz -- true is the default</p>
<p class="p7"><span class="s6"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></span>// if you already converted them, set this to false</p>
<p class="p5">).play(protoEvent: <span class="s3">Event</span>.makeProto(<span class="s5">\voicerMIDI</span>));</p>
<p class="p7"><span class="s6"><span class="Apple-tab-span"> </span></span>// note above how you retrieve the voicerMIDI event prototype</p>
<p class="p6"><br></p>
<p class="p5">p.stop;</p>
<p class="p2"><br></p>
<p class="p3">You may also override note parameters individually: \freq is midi note number, \delta is \delta, \length corresponds to \sustain, and \gate corresponds to velocity.</p>
<p class="p2"><br></p>
<p class="p5">p = <span class="s3">Pbind</span>(</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s5">\note</span>, <span class="s3">Pseq</span>(m[0].notes, <span class="s3">inf</span>),</p>
<p class="p7"><span class="s6"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></span>// replace with different note numbers, but leave the rhythm alone</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s5">\freq</span>, <span class="s3">Pwhite</span>(48, 78, <span class="s3">inf</span>),</p>
<p class="p18"><span class="s6"><span class="Apple-tab-span"> </span></span>\voicer<span class="s6">, v,</span></p>
<p class="p18"><span class="s6"><span class="Apple-tab-span"> </span></span>\latency<span class="s6">, 0.5</span></p>
<p class="p5">).play(protoEvent: <span class="s3">Event</span>.makeProto(<span class="s5">\voicerMIDI</span>));</p>
<p class="p6"><br></p>
<p class="p5">p.stop;</p>
<p class="p6"><br></p>
<p class="p5">p = <span class="s3">Pbind</span>(</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s5">\note</span>, <span class="s3">Pseq</span>(m[0].notes, <span class="s3">inf</span>),</p>
<p class="p7"><span class="s6"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></span>// round the original note's rhythmic value to nearest 1/32</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s5">\delta</span>, <span class="s3">Pfunc</span>({ <span class="s3">|event|</span> event[<span class="s5">\note</span>].dur.round(0.125).max(0.125) }),</p>
<p class="p18"><span class="s6"><span class="Apple-tab-span"> </span></span>\voicer<span class="s6">, v,</span></p>
<p class="p18"><span class="s6"><span class="Apple-tab-span"> </span></span>\latency<span class="s6">, 0.5</span></p>
<p class="p5">).play(protoEvent: <span class="s3">Event</span>.makeProto(<span class="s5">\voicerMIDI</span>));</p>
<p class="p6"><br></p>
<p class="p5">p.stop;</p>
<p class="p2"><br></p>
</body>
</html>
|
rktools/toolchain/linaro/share/doc/gcc-linaro-arm-linux-gnueabihf/html/ld.html/Source-Code-Reference.html | trlsmax/rk3188_kernel_tinyastro | <html lang="en">
<head>
<title>Source Code Reference - Untitled</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Untitled">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Assignments.html#Assignments" title="Assignments">
<link rel="prev" href="PROVIDE_005fHIDDEN.html#PROVIDE_005fHIDDEN" title="PROVIDE_HIDDEN">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU linker LD
(GNU Binutils)
version 2.23.2.
Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with 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''.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="Source-Code-Reference"></a>
<p>
Previous: <a rel="previous" accesskey="p" href="PROVIDE_005fHIDDEN.html#PROVIDE_005fHIDDEN">PROVIDE_HIDDEN</a>,
Up: <a rel="up" accesskey="u" href="Assignments.html#Assignments">Assignments</a>
<hr>
</div>
<h4 class="subsection">3.5.5 Source Code Reference</h4>
<p>Accessing a linker script defined variable from source code is not
intuitive. In particular a linker script symbol is not equivalent to
a variable declaration in a high level language, it is instead a
symbol that does not have a value.
<p>Before going further, it is important to note that compilers often
transform names in the source code into different names when they are
stored in the symbol table. For example, Fortran compilers commonly
prepend or append an underscore, and C++ performs extensive ‘<samp><span class="samp">name
mangling</span></samp>’. Therefore there might be a discrepancy between the name
of a variable as it is used in source code and the name of the same
variable as it is defined in a linker script. For example in C a
linker script variable might be referred to as:
<pre class="smallexample"> extern int foo;
</pre>
<p>But in the linker script it might be defined as:
<pre class="smallexample"> _foo = 1000;
</pre>
<p>In the remaining examples however it is assumed that no name
transformation has taken place.
<p>When a symbol is declared in a high level language such as C, two
things happen. The first is that the compiler reserves enough space
in the program's memory to hold the <em>value</em> of the symbol. The
second is that the compiler creates an entry in the program's symbol
table which holds the symbol's <em>address</em>. ie the symbol table
contains the address of the block of memory holding the symbol's
value. So for example the following C declaration, at file scope:
<pre class="smallexample"> int foo = 1000;
</pre>
<p>creates a entry called ‘<samp><span class="samp">foo</span></samp>’ in the symbol table. This entry
holds the address of an ‘<samp><span class="samp">int</span></samp>’ sized block of memory where the
number 1000 is initially stored.
<p>When a program references a symbol the compiler generates code that
first accesses the symbol table to find the address of the symbol's
memory block and then code to read the value from that memory block.
So:
<pre class="smallexample"> foo = 1;
</pre>
<p>looks up the symbol ‘<samp><span class="samp">foo</span></samp>’ in the symbol table, gets the address
associated with this symbol and then writes the value 1 into that
address. Whereas:
<pre class="smallexample"> int * a = & foo;
</pre>
<p>looks up the symbol ‘<samp><span class="samp">foo</span></samp>’ in the symbol table, gets it address
and then copies this address into the block of memory associated with
the variable ‘<samp><span class="samp">a</span></samp>’.
<p>Linker scripts symbol declarations, by contrast, create an entry in
the symbol table but do not assign any memory to them. Thus they are
an address without a value. So for example the linker script definition:
<pre class="smallexample"> foo = 1000;
</pre>
<p>creates an entry in the symbol table called ‘<samp><span class="samp">foo</span></samp>’ which holds
the address of memory location 1000, but nothing special is stored at
address 1000. This means that you cannot access the <em>value</em> of a
linker script defined symbol - it has no value - all you can do is
access the <em>address</em> of a linker script defined symbol.
<p>Hence when you are using a linker script defined symbol in source code
you should always take the address of the symbol, and never attempt to
use its value. For example suppose you want to copy the contents of a
section of memory called .ROM into a section called .FLASH and the
linker script contains these declarations:
<pre class="smallexample"> start_of_ROM = .ROM;
end_of_ROM = .ROM + sizeof (.ROM) - 1;
start_of_FLASH = .FLASH;
</pre>
<p>Then the C source code to perform the copy would be:
<pre class="smallexample"> extern char start_of_ROM, end_of_ROM, start_of_FLASH;
memcpy (& start_of_FLASH, & start_of_ROM, & end_of_ROM - & start_of_ROM);
</pre>
<p>Note the use of the ‘<samp><span class="samp">&</span></samp>’ operators. These are correct.
</body></html>
|
documentation/doxy/output/is4c-nf/html/class_cash_drop_notifier-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 - IS4C: 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 - IS4C"/>
<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 - IS4C
</div>
<div id="projectbrief">The CORE POS front 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><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</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">CashDropNotifier Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_cash_drop_notifier.html">CashDropNotifier</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="class_cash_drop_notifier.html#a210160b8042a9cac365ed3712e61ae41">draw</a>()</td><td class="entry"><a class="el" href="class_cash_drop_notifier.html">CashDropNotifier</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_c_o_r_e_p_o_s_1_1pos_1_1lib_1_1_notifier.html#ab221a8be2d9d40a9cad3869743c6e6d2">transactionReset</a>()</td><td class="entry"><a class="el" href="class_c_o_r_e_p_o_s_1_1pos_1_1lib_1_1_notifier.html">COREPOS\pos\lib\Notifier</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Sep 2 2016 11:30:49 for CORE POS - IS4C 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>
|
qtopiacore/qt/doc/html/q3canvaspolygonalitem-members.html | tsuibin/qtextended | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /home/qt/mkdist-qt-4.4.3-1222864207/qt-embedded-linux-opensource-src-4.4.3/src/qt3support/canvas/q3canvas.cpp -->
<head>
<title>Qt 4.4: List of All Members for Q3CanvasPolygonalItem</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a> · <a href="namespaces.html"><font color="#004faf">All Namespaces</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="mainclasses.html"><font color="#004faf">Main Classes</font></a> · <a href="groups.html"><font color="#004faf">Grouped Classes</font></a> · <a href="modules.html"><font color="#004faf">Modules</font></a> · <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">List of All Members for Q3CanvasPolygonalItem</h1>
<p>This is the complete list of members for <a href="q3canvaspolygonalitem.html" class="compat">Q3CanvasPolygonalItem</a>, including inherited members.</p>
<p><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width="45%" valign="top"><ul>
<li><div class="fn"/>enum <a href="q3canvasitem.html#RttiValues-enum">RttiValues</a></li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#Q3CanvasPolygonalItem">Q3CanvasPolygonalItem</a> ( Q3Canvas * )</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#dtor.Q3CanvasPolygonalItem">~Q3CanvasPolygonalItem</a> ()</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#RTTI-var">RTTI</a> : int</li>
<li><div class="fn"/><a href="q3canvasitem.html#advance">advance</a> ( int )</li>
<li><div class="fn"/><a href="q3canvasitem.html#animated">animated</a> () const : bool</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#areaPoints">areaPoints</a> () const : Q3PointArray</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#areaPointsAdvanced">areaPointsAdvanced</a> () const : Q3PointArray</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#boundingRect">boundingRect</a> () const : QRect</li>
<li><div class="fn"/><a href="q3canvasitem.html#boundingRectAdvanced">boundingRectAdvanced</a> () const : QRect</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#brush">brush</a> () const : QBrush</li>
<li><div class="fn"/><a href="q3canvasitem.html#canvas">canvas</a> () const : Q3Canvas *</li>
<li><div class="fn"/><a href="q3canvasitem.html#collidesWith">collidesWith</a> ( const Q3CanvasItem * ) const : bool</li>
<li><div class="fn"/><a href="q3canvasitem.html#collisions">collisions</a> ( bool ) const : Q3CanvasItemList</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#draw">draw</a> ( QPainter & )</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#drawShape">drawShape</a> ( QPainter & )</li>
<li><div class="fn"/><a href="q3canvasitem.html#hide">hide</a> ()</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#invalidate">invalidate</a> ()</li>
<li><div class="fn"/><a href="q3canvasitem.html#isActive">isActive</a> () const : bool</li>
<li><div class="fn"/><a href="q3canvasitem.html#isEnabled">isEnabled</a> () const : bool</li>
<li><div class="fn"/><a href="q3canvasitem.html#isSelected">isSelected</a> () const : bool</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#isValid">isValid</a> () const : bool</li>
<li><div class="fn"/><a href="q3canvasitem.html#isVisible">isVisible</a> () const : bool</li>
<li><div class="fn"/><a href="q3canvasitem.html#move">move</a> ( double, double )</li>
<li><div class="fn"/><a href="q3canvasitem.html#moveBy">moveBy</a> ( double, double )</li>
</ul></td><td valign="top"><ul>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#pen">pen</a> () const : QPen</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#rtti">rtti</a> () const : int</li>
<li><div class="fn"/><a href="q3canvasitem.html#setActive">setActive</a> ( bool )</li>
<li><div class="fn"/><a href="q3canvasitem.html#setAnimated">setAnimated</a> ( bool )</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#setBrush">setBrush</a> ( QBrush )</li>
<li><div class="fn"/><a href="q3canvasitem.html#setCanvas">setCanvas</a> ( Q3Canvas * )</li>
<li><div class="fn"/><a href="q3canvasitem.html#setEnabled">setEnabled</a> ( bool )</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#setPen">setPen</a> ( QPen )</li>
<li><div class="fn"/><a href="q3canvasitem.html#setSelected">setSelected</a> ( bool )</li>
<li><div class="fn"/><a href="q3canvasitem.html#setVelocity">setVelocity</a> ( double, double )</li>
<li><div class="fn"/><a href="q3canvasitem.html#setVisible">setVisible</a> ( bool )</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#setWinding">setWinding</a> ( bool )</li>
<li><div class="fn"/><a href="q3canvasitem.html#setX">setX</a> ( double )</li>
<li><div class="fn"/><a href="q3canvasitem.html#setXVelocity">setXVelocity</a> ( double )</li>
<li><div class="fn"/><a href="q3canvasitem.html#setY">setY</a> ( double )</li>
<li><div class="fn"/><a href="q3canvasitem.html#setYVelocity">setYVelocity</a> ( double )</li>
<li><div class="fn"/><a href="q3canvasitem.html#setZ">setZ</a> ( double )</li>
<li><div class="fn"/><a href="q3canvasitem.html#show">show</a> ()</li>
<li><div class="fn"/><a href="q3canvasitem.html#update">update</a> ()</li>
<li><div class="fn"/><a href="q3canvaspolygonalitem.html#winding">winding</a> () const : bool</li>
<li><div class="fn"/><a href="q3canvasitem.html#x">x</a> () const : double</li>
<li><div class="fn"/><a href="q3canvasitem.html#xVelocity">xVelocity</a> () const : double</li>
<li><div class="fn"/><a href="q3canvasitem.html#y">y</a> () const : double</li>
<li><div class="fn"/><a href="q3canvasitem.html#yVelocity">yVelocity</a> () const : double</li>
<li><div class="fn"/><a href="q3canvasitem.html#z">z</a> () const : double</li>
</ul>
</td></tr>
</table></p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%" align="left">Copyright © 2008 Nokia</td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt 4.4.3</div></td>
</tr></table></div></address></body>
</html>
|
qtopiacore/qt/doc/html/gpl.html | FilipBE/qtextended | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /home/qt/mkdist-qt-4.4.3-1222864207/qt-embedded-linux-opensource-src-4.4.3/doc/src/gpl.qdoc -->
<head>
<title>Qt 4.4: GNU General Public License (GPL)</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a> · <a href="namespaces.html"><font color="#004faf">All Namespaces</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="mainclasses.html"><font color="#004faf">Main Classes</font></a> · <a href="groups.html"><font color="#004faf">Grouped Classes</font></a> · <a href="modules.html"><font color="#004faf">Modules</font></a> · <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">GNU General Public License (GPL)<br /><span class="subtitle"></span>
</h1>
<p>The Qt GUI Toolkit is Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). is Contact: Qt Software Information (qt-info@nokia.com)</p>
<p>The Qt Open Source Edition is available under the GPL.</p>
<ul><li><a href="#the-gnu-general-public-license-version-2">The GNU General Public License (Version 2)</a></li>
<li><a href="#the-gnu-general-public-license-version-3">The GNU General Public License (Version 3)</a></li>
<li><a href="#additional-exception-for-openssl">Additional Exception for OpenSSL</a></li>
</ul>
<a name="the-gnu-general-public-license-version-2"></a>
<h3>The GNU General Public License (Version 2)</h3>
<pre> You may use, distribute and copy the Qt GUI Toolkit under the terms of
GNU General Public License version 2, which is displayed below.
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
Appendix: How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 19yy <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) 19yy name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.</pre>
<a name="the-gnu-general-public-license-version-3"></a>
<h3>The GNU General Public License (Version 3)</h3>
<pre> You may use, distribute and copy the Qt GUI Toolkit under the terms of
GNU General Public License version 3, which is displayed below.
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.</pre>
<a name="additional-exception-for-openssl"></a>
<h3>Additional Exception for OpenSSL</h3>
<p>The following exception is included with files that make use of the OpenSSL library:</p>
<pre> In addition, as a special exception, Trolltech gives permission to link
the code of its release of Qt with the OpenSSL project's "OpenSSL" library
(or modified versions of the "OpenSSL" library that use the same license
as the original version), and distribute the linked executables.</pre>
<p>You must comply with the GNU General Public License version 2 or the GNU General Public License version 3 in all respects for all of the code used other than the "OpenSSL" code. If you modify any of the files containing the above exception, you may extend the exception to your version of those files, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version of those files.</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%" align="left">Copyright © 2008 Nokia</td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt 4.4.3</div></td>
</tr></table></div></address></body>
</html>
|
templates/css/popup.css | dsstech/ccminer | #popup_container {
background: #FFF;
border: solid 1px #999;
box-shadow: 0px 0px 34px 0px #3C3C3C;
color: #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
width: 400px;
opacity: 0;
}
#popup_title {
font-size: 14px;
font-weight: bold;
text-align: center;
line-height: 1.75em;
background: #9B2C17 linear-gradient(#D82121,#9B2C17);
color: #FFF;
border: solid 1px rgba(255, 255, 255, 0.74);
border-bottom: solid 1px #999;
cursor: default;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 0em;
height: 28px;
margin: 0em;
}
#popup_titletxt i {
margin-right: 5px;
}
#popup_titletxt {
text-align: left;
width: 355px;
padding: 0em;
margin: 0em;
padding-left: 5px;
float: left;
line-height: 28px;
}
#popup_cancel_corner {
float: right;
width: 30px;
text-align: right;
cursor: pointer;
}
#popup_cancel_corner:hover {
color: #CFCFCF;
}
#popup_content {
text-align: left;
padding: 1em 1.75em;
margin: 0em;
clear: both;
}
div#popup_container input,
div#popup_container textarea,
div#popup_container select {
width: auto;
}
#popup_panel { text-align: center; margin-top: 1em; }
#popup_prompt { margin: .5em 0em; }
|
static/js/vendor/summernote/css/summernote-bs3.css | ihciah/xk-database | .note-editor {
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
}
.note-editor article,
.note-editor aside,
.note-editor details,
.note-editor figcaption,
.note-editor figure,
.note-editor footer,
.note-editor header,
.note-editor hgroup,
.note-editor main,
.note-editor nav,
.note-editor section,
.note-editor summary {
display: block;
}
.note-editor audio,
.note-editor canvas,
.note-editor video {
display: inline-block;
}
.note-editor audio:not([controls]) {
display: none;
height: 0;
}
.note-editor [hidden],
.note-editor template {
display: none;
}
.note-editor html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
.note-editor body {
margin: 0;
}
.note-editor a {
background: transparent;
}
.note-editor a:focus {
outline: thin dotted;
}
.note-editor a:active,
.note-editor a:hover {
outline: 0;
}
.note-editor h1 {
font-size: 2em;
margin: 0.67em 0;
}
.note-editor abbr[title] {
border-bottom: 1px dotted;
}
.note-editor b,
.note-editor strong {
font-weight: bold;
}
.note-editor dfn {
font-style: italic;
}
.note-editor hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
.note-editor mark {
background: #ff0;
color: #000;
}
.note-editor code,
.note-editor kbd,
.note-editor pre,
.note-editor samp {
font-family: monospace, serif;
font-size: 1em;
}
.note-editor pre {
white-space: pre-wrap;
}
.note-editor q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
.note-editor small {
font-size: 80%;
}
.note-editor sub,
.note-editor sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.note-editor sup {
top: -0.5em;
}
.note-editor sub {
bottom: -0.25em;
}
.note-editor img {
border: 0;
}
.note-editor svg:not(:root) {
overflow: hidden;
}
.note-editor figure {
margin: 0;
}
.note-editor fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
.note-editor legend {
border: 0;
padding: 0;
}
.note-editor button,
.note-editor input,
.note-editor select,
.note-editor textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
.note-editor button,
.note-editor input {
line-height: normal;
}
.note-editor button,
.note-editor select {
text-transform: none;
}
.note-editor button,
.note-editor html input[type="button"],
.note-editor input[type="reset"],
.note-editor input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.note-editor button[disabled],
.note-editor html input[disabled] {
cursor: default;
}
.note-editor input[type="checkbox"],
.note-editor input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
.note-editor input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.note-editor input[type="search"]::-webkit-search-cancel-button,
.note-editor input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.note-editor button::-moz-focus-inner,
.note-editor input::-moz-focus-inner {
border: 0;
padding: 0;
}
.note-editor textarea {
overflow: auto;
vertical-align: top;
}
.note-editor table {
border-collapse: collapse;
border-spacing: 0;
}
@media print {
.note-editor * {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
.note-editor a,
.note-editor a:visited {
text-decoration: underline;
}
.note-editor a[href]:after {
content: " (" attr(href) ")";
}
.note-editor abbr[title]:after {
content: " (" attr(title) ")";
}
.note-editor .ir a:after,
.note-editor a[href^="javascript:"]:after,
.note-editor a[href^="#"]:after {
content: "";
}
.note-editor pre,
.note-editor blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
.note-editor thead {
display: table-header-group;
}
.note-editor tr,
.note-editor img {
page-break-inside: avoid;
}
.note-editor img {
max-width: 100% !important;
}
@page {
margin: 2cm .5cm;
}
.note-editor p,
.note-editor h2,
.note-editor h3 {
orphans: 3;
widows: 3;
}
.note-editor h2,
.note-editor h3 {
page-break-after: avoid;
}
.note-editor .navbar {
display: none;
}
.note-editor .table td,
.note-editor .table th {
background-color: #fff !important;
}
.note-editor .btn > .caret,
.note-editor .dropup > .btn > .caret {
border-top-color: #000 !important;
}
.note-editor .label {
border: 1px solid #000;
}
.note-editor .table {
border-collapse: collapse !important;
}
.note-editor .table-bordered th,
.note-editor .table-bordered td {
border: 1px solid #ddd !important;
}
}
.note-editor *,
.note-editor *:before,
.note-editor *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.note-editor html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.note-editor body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #ffffff;
}
.note-editor input,
.note-editor button,
.note-editor select,
.note-editor textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.note-editor a {
color: #428bca;
text-decoration: none;
}
.note-editor a:hover,
.note-editor a:focus {
color: #2a6496;
text-decoration: underline;
}
.note-editor a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.note-editor img {
vertical-align: middle;
}
.note-editor .img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.note-editor .img-rounded {
border-radius: 6px;
}
.note-editor .img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.note-editor .img-circle {
border-radius: 50%;
}
.note-editor hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.note-editor .sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.note-editor p {
margin: 0 0 10px;
}
.note-editor .lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 768px) {
.note-editor .lead {
font-size: 21px;
}
}
.note-editor small,
.note-editor .small {
font-size: 85%;
}
.note-editor cite {
font-style: normal;
}
.note-editor .text-muted {
color: #999999;
}
.note-editor .text-primary {
color: #428bca;
}
.note-editor .text-primary:hover {
color: #3071a9;
}
.note-editor .text-warning {
color: #c09853;
}
.note-editor .text-warning:hover {
color: #a47e3c;
}
.note-editor .text-danger {
color: #b94a48;
}
.note-editor .text-danger:hover {
color: #953b39;
}
.note-editor .text-success {
color: #468847;
}
.note-editor .text-success:hover {
color: #356635;
}
.note-editor .text-info {
color: #3a87ad;
}
.note-editor .text-info:hover {
color: #2d6987;
}
.note-editor .text-left {
text-align: left;
}
.note-editor .text-right {
text-align: right;
}
.note-editor .text-center {
text-align: center;
}
.note-editor h1,
.note-editor h2,
.note-editor h3,
.note-editor h4,
.note-editor h5,
.note-editor h6,
.note-editor .h1,
.note-editor .h2,
.note-editor .h3,
.note-editor .h4,
.note-editor .h5,
.note-editor .h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
.note-editor h1 small,
.note-editor h2 small,
.note-editor h3 small,
.note-editor h4 small,
.note-editor h5 small,
.note-editor h6 small,
.note-editor .h1 small,
.note-editor .h2 small,
.note-editor .h3 small,
.note-editor .h4 small,
.note-editor .h5 small,
.note-editor .h6 small,
.note-editor h1 .small,
.note-editor h2 .small,
.note-editor h3 .small,
.note-editor h4 .small,
.note-editor h5 .small,
.note-editor h6 .small,
.note-editor .h1 .small,
.note-editor .h2 .small,
.note-editor .h3 .small,
.note-editor .h4 .small,
.note-editor .h5 .small,
.note-editor .h6 .small {
font-weight: normal;
line-height: 1;
color: #999999;
}
.note-editor h1,
.note-editor h2,
.note-editor h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.note-editor h1 small,
.note-editor h2 small,
.note-editor h3 small,
.note-editor h1 .small,
.note-editor h2 .small,
.note-editor h3 .small {
font-size: 65%;
}
.note-editor h4,
.note-editor h5,
.note-editor h6 {
margin-top: 10px;
margin-bottom: 10px;
}
.note-editor h4 small,
.note-editor h5 small,
.note-editor h6 small,
.note-editor h4 .small,
.note-editor h5 .small,
.note-editor h6 .small {
font-size: 75%;
}
.note-editor h1,
.note-editor .h1 {
font-size: 36px;
}
.note-editor h2,
.note-editor .h2 {
font-size: 30px;
}
.note-editor h3,
.note-editor .h3 {
font-size: 24px;
}
.note-editor h4,
.note-editor .h4 {
font-size: 18px;
}
.note-editor h5,
.note-editor .h5 {
font-size: 14px;
}
.note-editor h6,
.note-editor .h6 {
font-size: 12px;
}
.note-editor .page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
.note-editor ul,
.note-editor ol {
margin-top: 0;
margin-bottom: 10px;
}
.note-editor ul ul,
.note-editor ol ul,
.note-editor ul ol,
.note-editor ol ol {
margin-bottom: 0;
}
.note-editor .list-unstyled {
padding-left: 0;
list-style: none;
}
.note-editor .list-inline {
padding-left: 0;
list-style: none;
}
.note-editor .list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.note-editor dl {
margin-bottom: 20px;
}
.note-editor dt,
.note-editor dd {
line-height: 1.428571429;
}
.note-editor dt {
font-weight: bold;
}
.note-editor dd {
margin-left: 0;
}
@media (min-width: 768px) {
.note-editor .dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.note-editor .dl-horizontal dd {
margin-left: 180px;
}
.note-editor .dl-horizontal dd:before,
.note-editor .dl-horizontal dd:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .dl-horizontal dd:after {
clear: both;
}
.note-editor .dl-horizontal dd:before,
.note-editor .dl-horizontal dd:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .dl-horizontal dd:after {
clear: both;
}
}
.note-editor abbr[title],
.note-editor abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
.note-editor abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
.note-editor blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
.note-editor blockquote p {
font-size: 17.5px;
font-weight: 300;
line-height: 1.25;
}
.note-editor blockquote p:last-child {
margin-bottom: 0;
}
.note-editor blockquote small {
display: block;
line-height: 1.428571429;
color: #999999;
}
.note-editor blockquote small:before {
content: '\2014 \00A0';
}
.note-editor blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
.note-editor blockquote.pull-right p,
.note-editor blockquote.pull-right small,
.note-editor blockquote.pull-right .small {
text-align: right;
}
.note-editor blockquote.pull-right small:before,
.note-editor blockquote.pull-right .small:before {
content: '';
}
.note-editor blockquote.pull-right small:after,
.note-editor blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
.note-editor blockquote:before,
.note-editor blockquote:after {
content: "";
}
.note-editor address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
.note-editor code,
.note-editor kdb,
.note-editor pre,
.note-editor samp {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.note-editor code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
white-space: nowrap;
border-radius: 4px;
}
.note-editor pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
.note-editor pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.note-editor .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.note-editor .container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.note-editor .container:before,
.note-editor .container:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .container:after {
clear: both;
}
.note-editor .container:before,
.note-editor .container:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .container:after {
clear: both;
}
.note-editor .row {
margin-left: -15px;
margin-right: -15px;
}
.note-editor .row:before,
.note-editor .row:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .row:after {
clear: both;
}
.note-editor .row:before,
.note-editor .row:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .row:after {
clear: both;
}
.note-editor .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-left: 15px;
padding-right: 15px;
}
.note-editor .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 {
float: left;
}
.note-editor .col-xs-12 {
width: 100%;
}
.note-editor .col-xs-11 {
width: 91.66666666666666%;
}
.note-editor .col-xs-10 {
width: 83.33333333333334%;
}
.note-editor .col-xs-9 {
width: 75%;
}
.note-editor .col-xs-8 {
width: 66.66666666666666%;
}
.note-editor .col-xs-7 {
width: 58.333333333333336%;
}
.note-editor .col-xs-6 {
width: 50%;
}
.note-editor .col-xs-5 {
width: 41.66666666666667%;
}
.note-editor .col-xs-4 {
width: 33.33333333333333%;
}
.note-editor .col-xs-3 {
width: 25%;
}
.note-editor .col-xs-2 {
width: 16.666666666666664%;
}
.note-editor .col-xs-1 {
width: 8.333333333333332%;
}
.note-editor .col-xs-pull-12 {
right: 100%;
}
.note-editor .col-xs-pull-11 {
right: 91.66666666666666%;
}
.note-editor .col-xs-pull-10 {
right: 83.33333333333334%;
}
.note-editor .col-xs-pull-9 {
right: 75%;
}
.note-editor .col-xs-pull-8 {
right: 66.66666666666666%;
}
.note-editor .col-xs-pull-7 {
right: 58.333333333333336%;
}
.note-editor .col-xs-pull-6 {
right: 50%;
}
.note-editor .col-xs-pull-5 {
right: 41.66666666666667%;
}
.note-editor .col-xs-pull-4 {
right: 33.33333333333333%;
}
.note-editor .col-xs-pull-3 {
right: 25%;
}
.note-editor .col-xs-pull-2 {
right: 16.666666666666664%;
}
.note-editor .col-xs-pull-1 {
right: 8.333333333333332%;
}
.note-editor .col-xs-push-12 {
left: 100%;
}
.note-editor .col-xs-push-11 {
left: 91.66666666666666%;
}
.note-editor .col-xs-push-10 {
left: 83.33333333333334%;
}
.note-editor .col-xs-push-9 {
left: 75%;
}
.note-editor .col-xs-push-8 {
left: 66.66666666666666%;
}
.note-editor .col-xs-push-7 {
left: 58.333333333333336%;
}
.note-editor .col-xs-push-6 {
left: 50%;
}
.note-editor .col-xs-push-5 {
left: 41.66666666666667%;
}
.note-editor .col-xs-push-4 {
left: 33.33333333333333%;
}
.note-editor .col-xs-push-3 {
left: 25%;
}
.note-editor .col-xs-push-2 {
left: 16.666666666666664%;
}
.note-editor .col-xs-push-1 {
left: 8.333333333333332%;
}
.note-editor .col-xs-offset-12 {
margin-left: 100%;
}
.note-editor .col-xs-offset-11 {
margin-left: 91.66666666666666%;
}
.note-editor .col-xs-offset-10 {
margin-left: 83.33333333333334%;
}
.note-editor .col-xs-offset-9 {
margin-left: 75%;
}
.note-editor .col-xs-offset-8 {
margin-left: 66.66666666666666%;
}
.note-editor .col-xs-offset-7 {
margin-left: 58.333333333333336%;
}
.note-editor .col-xs-offset-6 {
margin-left: 50%;
}
.note-editor .col-xs-offset-5 {
margin-left: 41.66666666666667%;
}
.note-editor .col-xs-offset-4 {
margin-left: 33.33333333333333%;
}
.note-editor .col-xs-offset-3 {
margin-left: 25%;
}
.note-editor .col-xs-offset-2 {
margin-left: 16.666666666666664%;
}
.note-editor .col-xs-offset-1 {
margin-left: 8.333333333333332%;
}
@media (min-width: 768px) {
.note-editor .container {
width: 750px;
}
.note-editor .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 {
float: left;
}
.note-editor .col-sm-12 {
width: 100%;
}
.note-editor .col-sm-11 {
width: 91.66666666666666%;
}
.note-editor .col-sm-10 {
width: 83.33333333333334%;
}
.note-editor .col-sm-9 {
width: 75%;
}
.note-editor .col-sm-8 {
width: 66.66666666666666%;
}
.note-editor .col-sm-7 {
width: 58.333333333333336%;
}
.note-editor .col-sm-6 {
width: 50%;
}
.note-editor .col-sm-5 {
width: 41.66666666666667%;
}
.note-editor .col-sm-4 {
width: 33.33333333333333%;
}
.note-editor .col-sm-3 {
width: 25%;
}
.note-editor .col-sm-2 {
width: 16.666666666666664%;
}
.note-editor .col-sm-1 {
width: 8.333333333333332%;
}
.note-editor .col-sm-pull-12 {
right: 100%;
}
.note-editor .col-sm-pull-11 {
right: 91.66666666666666%;
}
.note-editor .col-sm-pull-10 {
right: 83.33333333333334%;
}
.note-editor .col-sm-pull-9 {
right: 75%;
}
.note-editor .col-sm-pull-8 {
right: 66.66666666666666%;
}
.note-editor .col-sm-pull-7 {
right: 58.333333333333336%;
}
.note-editor .col-sm-pull-6 {
right: 50%;
}
.note-editor .col-sm-pull-5 {
right: 41.66666666666667%;
}
.note-editor .col-sm-pull-4 {
right: 33.33333333333333%;
}
.note-editor .col-sm-pull-3 {
right: 25%;
}
.note-editor .col-sm-pull-2 {
right: 16.666666666666664%;
}
.note-editor .col-sm-pull-1 {
right: 8.333333333333332%;
}
.note-editor .col-sm-push-12 {
left: 100%;
}
.note-editor .col-sm-push-11 {
left: 91.66666666666666%;
}
.note-editor .col-sm-push-10 {
left: 83.33333333333334%;
}
.note-editor .col-sm-push-9 {
left: 75%;
}
.note-editor .col-sm-push-8 {
left: 66.66666666666666%;
}
.note-editor .col-sm-push-7 {
left: 58.333333333333336%;
}
.note-editor .col-sm-push-6 {
left: 50%;
}
.note-editor .col-sm-push-5 {
left: 41.66666666666667%;
}
.note-editor .col-sm-push-4 {
left: 33.33333333333333%;
}
.note-editor .col-sm-push-3 {
left: 25%;
}
.note-editor .col-sm-push-2 {
left: 16.666666666666664%;
}
.note-editor .col-sm-push-1 {
left: 8.333333333333332%;
}
.note-editor .col-sm-offset-12 {
margin-left: 100%;
}
.note-editor .col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
.note-editor .col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.note-editor .col-sm-offset-9 {
margin-left: 75%;
}
.note-editor .col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.note-editor .col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.note-editor .col-sm-offset-6 {
margin-left: 50%;
}
.note-editor .col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.note-editor .col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.note-editor .col-sm-offset-3 {
margin-left: 25%;
}
.note-editor .col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.note-editor .col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
}
@media (min-width: 992px) {
.note-editor .container {
width: 970px;
}
.note-editor .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 {
float: left;
}
.note-editor .col-md-12 {
width: 100%;
}
.note-editor .col-md-11 {
width: 91.66666666666666%;
}
.note-editor .col-md-10 {
width: 83.33333333333334%;
}
.note-editor .col-md-9 {
width: 75%;
}
.note-editor .col-md-8 {
width: 66.66666666666666%;
}
.note-editor .col-md-7 {
width: 58.333333333333336%;
}
.note-editor .col-md-6 {
width: 50%;
}
.note-editor .col-md-5 {
width: 41.66666666666667%;
}
.note-editor .col-md-4 {
width: 33.33333333333333%;
}
.note-editor .col-md-3 {
width: 25%;
}
.note-editor .col-md-2 {
width: 16.666666666666664%;
}
.note-editor .col-md-1 {
width: 8.333333333333332%;
}
.note-editor .col-md-pull-12 {
right: 100%;
}
.note-editor .col-md-pull-11 {
right: 91.66666666666666%;
}
.note-editor .col-md-pull-10 {
right: 83.33333333333334%;
}
.note-editor .col-md-pull-9 {
right: 75%;
}
.note-editor .col-md-pull-8 {
right: 66.66666666666666%;
}
.note-editor .col-md-pull-7 {
right: 58.333333333333336%;
}
.note-editor .col-md-pull-6 {
right: 50%;
}
.note-editor .col-md-pull-5 {
right: 41.66666666666667%;
}
.note-editor .col-md-pull-4 {
right: 33.33333333333333%;
}
.note-editor .col-md-pull-3 {
right: 25%;
}
.note-editor .col-md-pull-2 {
right: 16.666666666666664%;
}
.note-editor .col-md-pull-1 {
right: 8.333333333333332%;
}
.note-editor .col-md-push-12 {
left: 100%;
}
.note-editor .col-md-push-11 {
left: 91.66666666666666%;
}
.note-editor .col-md-push-10 {
left: 83.33333333333334%;
}
.note-editor .col-md-push-9 {
left: 75%;
}
.note-editor .col-md-push-8 {
left: 66.66666666666666%;
}
.note-editor .col-md-push-7 {
left: 58.333333333333336%;
}
.note-editor .col-md-push-6 {
left: 50%;
}
.note-editor .col-md-push-5 {
left: 41.66666666666667%;
}
.note-editor .col-md-push-4 {
left: 33.33333333333333%;
}
.note-editor .col-md-push-3 {
left: 25%;
}
.note-editor .col-md-push-2 {
left: 16.666666666666664%;
}
.note-editor .col-md-push-1 {
left: 8.333333333333332%;
}
.note-editor .col-md-offset-12 {
margin-left: 100%;
}
.note-editor .col-md-offset-11 {
margin-left: 91.66666666666666%;
}
.note-editor .col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.note-editor .col-md-offset-9 {
margin-left: 75%;
}
.note-editor .col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.note-editor .col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.note-editor .col-md-offset-6 {
margin-left: 50%;
}
.note-editor .col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.note-editor .col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.note-editor .col-md-offset-3 {
margin-left: 25%;
}
.note-editor .col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.note-editor .col-md-offset-1 {
margin-left: 8.333333333333332%;
}
}
@media (min-width: 1200px) {
.note-editor .container {
width: 1170px;
}
.note-editor .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 {
float: left;
}
.note-editor .col-lg-12 {
width: 100%;
}
.note-editor .col-lg-11 {
width: 91.66666666666666%;
}
.note-editor .col-lg-10 {
width: 83.33333333333334%;
}
.note-editor .col-lg-9 {
width: 75%;
}
.note-editor .col-lg-8 {
width: 66.66666666666666%;
}
.note-editor .col-lg-7 {
width: 58.333333333333336%;
}
.note-editor .col-lg-6 {
width: 50%;
}
.note-editor .col-lg-5 {
width: 41.66666666666667%;
}
.note-editor .col-lg-4 {
width: 33.33333333333333%;
}
.note-editor .col-lg-3 {
width: 25%;
}
.note-editor .col-lg-2 {
width: 16.666666666666664%;
}
.note-editor .col-lg-1 {
width: 8.333333333333332%;
}
.note-editor .col-lg-pull-12 {
right: 100%;
}
.note-editor .col-lg-pull-11 {
right: 91.66666666666666%;
}
.note-editor .col-lg-pull-10 {
right: 83.33333333333334%;
}
.note-editor .col-lg-pull-9 {
right: 75%;
}
.note-editor .col-lg-pull-8 {
right: 66.66666666666666%;
}
.note-editor .col-lg-pull-7 {
right: 58.333333333333336%;
}
.note-editor .col-lg-pull-6 {
right: 50%;
}
.note-editor .col-lg-pull-5 {
right: 41.66666666666667%;
}
.note-editor .col-lg-pull-4 {
right: 33.33333333333333%;
}
.note-editor .col-lg-pull-3 {
right: 25%;
}
.note-editor .col-lg-pull-2 {
right: 16.666666666666664%;
}
.note-editor .col-lg-pull-1 {
right: 8.333333333333332%;
}
.note-editor .col-lg-push-12 {
left: 100%;
}
.note-editor .col-lg-push-11 {
left: 91.66666666666666%;
}
.note-editor .col-lg-push-10 {
left: 83.33333333333334%;
}
.note-editor .col-lg-push-9 {
left: 75%;
}
.note-editor .col-lg-push-8 {
left: 66.66666666666666%;
}
.note-editor .col-lg-push-7 {
left: 58.333333333333336%;
}
.note-editor .col-lg-push-6 {
left: 50%;
}
.note-editor .col-lg-push-5 {
left: 41.66666666666667%;
}
.note-editor .col-lg-push-4 {
left: 33.33333333333333%;
}
.note-editor .col-lg-push-3 {
left: 25%;
}
.note-editor .col-lg-push-2 {
left: 16.666666666666664%;
}
.note-editor .col-lg-push-1 {
left: 8.333333333333332%;
}
.note-editor .col-lg-offset-12 {
margin-left: 100%;
}
.note-editor .col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
.note-editor .col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.note-editor .col-lg-offset-9 {
margin-left: 75%;
}
.note-editor .col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.note-editor .col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.note-editor .col-lg-offset-6 {
margin-left: 50%;
}
.note-editor .col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.note-editor .col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.note-editor .col-lg-offset-3 {
margin-left: 25%;
}
.note-editor .col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.note-editor .col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
}
.note-editor table {
max-width: 100%;
background-color: transparent;
}
.note-editor th {
text-align: left;
}
.note-editor .table {
width: 100%;
margin-bottom: 20px;
}
.note-editor .table > thead > tr > th,
.note-editor .table > tbody > tr > th,
.note-editor .table > tfoot > tr > th,
.note-editor .table > thead > tr > td,
.note-editor .table > tbody > tr > td,
.note-editor .table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.note-editor .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.note-editor .table > caption + thead > tr:first-child > th,
.note-editor .table > colgroup + thead > tr:first-child > th,
.note-editor .table > thead:first-child > tr:first-child > th,
.note-editor .table > caption + thead > tr:first-child > td,
.note-editor .table > colgroup + thead > tr:first-child > td,
.note-editor .table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.note-editor .table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.note-editor .table .table {
background-color: #ffffff;
}
.note-editor .table-condensed > thead > tr > th,
.note-editor .table-condensed > tbody > tr > th,
.note-editor .table-condensed > tfoot > tr > th,
.note-editor .table-condensed > thead > tr > td,
.note-editor .table-condensed > tbody > tr > td,
.note-editor .table-condensed > tfoot > tr > td {
padding: 5px;
}
.note-editor .table-bordered {
border: 1px solid #dddddd;
}
.note-editor .table-bordered > thead > tr > th,
.note-editor .table-bordered > tbody > tr > th,
.note-editor .table-bordered > tfoot > tr > th,
.note-editor .table-bordered > thead > tr > td,
.note-editor .table-bordered > tbody > tr > td,
.note-editor .table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.note-editor .table-bordered > thead > tr > th,
.note-editor .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.note-editor .table-striped > tbody > tr:nth-child(odd) > td,
.note-editor .table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.note-editor .table-hover > tbody > tr:hover > td,
.note-editor .table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
.note-editor table col[class*="col-"] {
float: none;
display: table-column;
}
.note-editor table td[class*="col-"],
.note-editor table th[class*="col-"] {
float: none;
display: table-cell;
}
.note-editor .table > thead > tr > td.active,
.note-editor .table > tbody > tr > td.active,
.note-editor .table > tfoot > tr > td.active,
.note-editor .table > thead > tr > th.active,
.note-editor .table > tbody > tr > th.active,
.note-editor .table > tfoot > tr > th.active,
.note-editor .table > thead > tr.active > td,
.note-editor .table > tbody > tr.active > td,
.note-editor .table > tfoot > tr.active > td,
.note-editor .table > thead > tr.active > th,
.note-editor .table > tbody > tr.active > th,
.note-editor .table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.note-editor .table > thead > tr > td.success,
.note-editor .table > tbody > tr > td.success,
.note-editor .table > tfoot > tr > td.success,
.note-editor .table > thead > tr > th.success,
.note-editor .table > tbody > tr > th.success,
.note-editor .table > tfoot > tr > th.success,
.note-editor .table > thead > tr.success > td,
.note-editor .table > tbody > tr.success > td,
.note-editor .table > tfoot > tr.success > td,
.note-editor .table > thead > tr.success > th,
.note-editor .table > tbody > tr.success > th,
.note-editor .table > tfoot > tr.success > th {
background-color: #dff0d8;
border-color: #d6e9c6;
}
.note-editor .table-hover > tbody > tr > td.success:hover,
.note-editor .table-hover > tbody > tr > th.success:hover,
.note-editor .table-hover > tbody > tr.success:hover > td,
.note-editor .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
border-color: #c9e2b3;
}
.note-editor .table > thead > tr > td.danger,
.note-editor .table > tbody > tr > td.danger,
.note-editor .table > tfoot > tr > td.danger,
.note-editor .table > thead > tr > th.danger,
.note-editor .table > tbody > tr > th.danger,
.note-editor .table > tfoot > tr > th.danger,
.note-editor .table > thead > tr.danger > td,
.note-editor .table > tbody > tr.danger > td,
.note-editor .table > tfoot > tr.danger > td,
.note-editor .table > thead > tr.danger > th,
.note-editor .table > tbody > tr.danger > th,
.note-editor .table > tfoot > tr.danger > th {
background-color: #f2dede;
border-color: #ebccd1;
}
.note-editor .table-hover > tbody > tr > td.danger:hover,
.note-editor .table-hover > tbody > tr > th.danger:hover,
.note-editor .table-hover > tbody > tr.danger:hover > td,
.note-editor .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
border-color: #e4b9c0;
}
.note-editor .table > thead > tr > td.warning,
.note-editor .table > tbody > tr > td.warning,
.note-editor .table > tfoot > tr > td.warning,
.note-editor .table > thead > tr > th.warning,
.note-editor .table > tbody > tr > th.warning,
.note-editor .table > tfoot > tr > th.warning,
.note-editor .table > thead > tr.warning > td,
.note-editor .table > tbody > tr.warning > td,
.note-editor .table > tfoot > tr.warning > td,
.note-editor .table > thead > tr.warning > th,
.note-editor .table > tbody > tr.warning > th,
.note-editor .table > tfoot > tr.warning > th {
background-color: #fcf8e3;
border-color: #faebcc;
}
.note-editor .table-hover > tbody > tr > td.warning:hover,
.note-editor .table-hover > tbody > tr > th.warning:hover,
.note-editor .table-hover > tbody > tr.warning:hover > td,
.note-editor .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
border-color: #f7e1b5;
}
@media (max-width: 767px) {
.note-editor .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
-webkit-overflow-scrolling: touch;
}
.note-editor .table-responsive > .table {
margin-bottom: 0;
}
.note-editor .table-responsive > .table > thead > tr > th,
.note-editor .table-responsive > .table > tbody > tr > th,
.note-editor .table-responsive > .table > tfoot > tr > th,
.note-editor .table-responsive > .table > thead > tr > td,
.note-editor .table-responsive > .table > tbody > tr > td,
.note-editor .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.note-editor .table-responsive > .table-bordered {
border: 0;
}
.note-editor .table-responsive > .table-bordered > thead > tr > th:first-child,
.note-editor .table-responsive > .table-bordered > tbody > tr > th:first-child,
.note-editor .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.note-editor .table-responsive > .table-bordered > thead > tr > td:first-child,
.note-editor .table-responsive > .table-bordered > tbody > tr > td:first-child,
.note-editor .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.note-editor .table-responsive > .table-bordered > thead > tr > th:last-child,
.note-editor .table-responsive > .table-bordered > tbody > tr > th:last-child,
.note-editor .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.note-editor .table-responsive > .table-bordered > thead > tr > td:last-child,
.note-editor .table-responsive > .table-bordered > tbody > tr > td:last-child,
.note-editor .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.note-editor .table-responsive > .table-bordered > tbody > tr:last-child > th,
.note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.note-editor .table-responsive > .table-bordered > tbody > tr:last-child > td,
.note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
.note-editor fieldset {
padding: 0;
margin: 0;
border: 0;
}
.note-editor legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.note-editor label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
.note-editor input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.note-editor input[type="radio"],
.note-editor input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
/* IE8-9 */
line-height: normal;
}
.note-editor input[type="file"] {
display: block;
}
.note-editor select[multiple],
.note-editor select[size] {
height: auto;
}
.note-editor select optgroup {
font-size: inherit;
font-style: inherit;
font-family: inherit;
}
.note-editor input[type="file"]:focus,
.note-editor input[type="radio"]:focus,
.note-editor input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.note-editor input[type="number"]::-webkit-outer-spin-button,
.note-editor input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
.note-editor output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
}
.note-editor .form-control:-moz-placeholder {
color: #999999;
}
.note-editor .form-control::-moz-placeholder {
color: #999999;
}
.note-editor .form-control:-ms-input-placeholder {
color: #999999;
}
.note-editor .form-control::-webkit-input-placeholder {
color: #999999;
}
.note-editor .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.note-editor .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, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.note-editor .form-control[disabled],
.note-editor .form-control[readonly],
fieldset[disabled] .note-editor .form-control {
cursor: not-allowed;
background-color: #eeeeee;
}
textarea.note-editor .form-control {
height: auto;
}
.note-editor .form-group {
margin-bottom: 15px;
}
.note-editor .radio,
.note-editor .checkbox {
display: block;
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
vertical-align: middle;
}
.note-editor .radio label,
.note-editor .checkbox label {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.note-editor .radio input[type="radio"],
.note-editor .radio-inline input[type="radio"],
.note-editor .checkbox input[type="checkbox"],
.note-editor .checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.note-editor .radio + .radio,
.note-editor .checkbox + .checkbox {
margin-top: -5px;
}
.note-editor .radio-inline,
.note-editor .checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.note-editor .radio-inline + .radio-inline,
.note-editor .checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.note-editor input[type="radio"][disabled],
.note-editor input[type="checkbox"][disabled],
.note-editor .radio[disabled],
.note-editor .radio-inline[disabled],
.note-editor .checkbox[disabled],
.note-editor .checkbox-inline[disabled],
fieldset[disabled] .note-editor input[type="radio"],
fieldset[disabled] .note-editor input[type="checkbox"],
fieldset[disabled] .note-editor .radio,
fieldset[disabled] .note-editor .radio-inline,
fieldset[disabled] .note-editor .checkbox,
fieldset[disabled] .note-editor .checkbox-inline {
cursor: not-allowed;
}
.note-editor .input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.note-editor .input-sm {
height: 30px;
line-height: 30px;
}
textarea.note-editor .input-sm {
height: auto;
}
.note-editor .input-lg {
height: 45px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.note-editor .input-lg {
height: 45px;
line-height: 45px;
}
textarea.note-editor .input-lg {
height: auto;
}
.note-editor .has-warning .help-block,
.note-editor .has-warning .control-label {
color: #c09853;
}
.note-editor .has-warning .form-control {
border-color: #c09853;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-warning .form-control:focus {
border-color: #a47e3c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.note-editor .has-warning .input-group-addon {
color: #c09853;
border-color: #c09853;
background-color: #fcf8e3;
}
.note-editor .has-error .help-block,
.note-editor .has-error .control-label {
color: #b94a48;
}
.note-editor .has-error .form-control {
border-color: #b94a48;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-error .form-control:focus {
border-color: #953b39;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.note-editor .has-error .input-group-addon {
color: #b94a48;
border-color: #b94a48;
background-color: #f2dede;
}
.note-editor .has-success .help-block,
.note-editor .has-success .control-label {
color: #468847;
}
.note-editor .has-success .form-control {
border-color: #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-success .form-control:focus {
border-color: #356635;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.note-editor .has-success .input-group-addon {
color: #468847;
border-color: #468847;
background-color: #dff0d8;
}
.note-editor .form-control-static {
margin-bottom: 0;
}
.note-editor .help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.note-editor .form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.note-editor .form-inline .form-control {
display: inline-block;
}
.note-editor .form-inline .radio,
.note-editor .form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
.note-editor .form-inline .radio input[type="radio"],
.note-editor .form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
.note-editor .form-horizontal .control-label,
.note-editor .form-horizontal .radio,
.note-editor .form-horizontal .checkbox,
.note-editor .form-horizontal .radio-inline,
.note-editor .form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.note-editor .form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.note-editor .form-horizontal .form-group:before,
.note-editor .form-horizontal .form-group:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .form-horizontal .form-group:after {
clear: both;
}
.note-editor .form-horizontal .form-group:before,
.note-editor .form-horizontal .form-group:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .form-horizontal .form-group:after {
clear: both;
}
.note-editor .form-horizontal .form-control-static {
padding-top: 7px;
}
@media (min-width: 768px) {
.note-editor .form-horizontal .control-label {
text-align: right;
}
}
.note-editor .btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.note-editor .btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.note-editor .btn:hover,
.note-editor .btn:focus {
color: #333333;
text-decoration: none;
}
.note-editor .btn:active,
.note-editor .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.note-editor .btn.disabled,
.note-editor .btn[disabled],
fieldset[disabled] .note-editor .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.note-editor .btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.note-editor .btn-default:hover,
.note-editor .btn-default:focus,
.note-editor .btn-default:active,
.note-editor .btn-default.active,
.open .dropdown-toggle.note-editor .btn-default {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.note-editor .btn-default:active,
.note-editor .btn-default.active,
.open .dropdown-toggle.note-editor .btn-default {
background-image: none;
}
.note-editor .btn-default.disabled,
.note-editor .btn-default[disabled],
fieldset[disabled] .note-editor .btn-default,
.note-editor .btn-default.disabled:hover,
.note-editor .btn-default[disabled]:hover,
fieldset[disabled] .note-editor .btn-default:hover,
.note-editor .btn-default.disabled:focus,
.note-editor .btn-default[disabled]:focus,
fieldset[disabled] .note-editor .btn-default:focus,
.note-editor .btn-default.disabled:active,
.note-editor .btn-default[disabled]:active,
fieldset[disabled] .note-editor .btn-default:active,
.note-editor .btn-default.disabled.active,
.note-editor .btn-default[disabled].active,
fieldset[disabled] .note-editor .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.note-editor .btn-primary {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
}
.note-editor .btn-primary:hover,
.note-editor .btn-primary:focus,
.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.open .dropdown-toggle.note-editor .btn-primary {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.open .dropdown-toggle.note-editor .btn-primary {
background-image: none;
}
.note-editor .btn-primary.disabled,
.note-editor .btn-primary[disabled],
fieldset[disabled] .note-editor .btn-primary,
.note-editor .btn-primary.disabled:hover,
.note-editor .btn-primary[disabled]:hover,
fieldset[disabled] .note-editor .btn-primary:hover,
.note-editor .btn-primary.disabled:focus,
.note-editor .btn-primary[disabled]:focus,
fieldset[disabled] .note-editor .btn-primary:focus,
.note-editor .btn-primary.disabled:active,
.note-editor .btn-primary[disabled]:active,
fieldset[disabled] .note-editor .btn-primary:active,
.note-editor .btn-primary.disabled.active,
.note-editor .btn-primary[disabled].active,
fieldset[disabled] .note-editor .btn-primary.active {
background-color: #428bca;
border-color: #357ebd;
}
.note-editor .btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.note-editor .btn-warning:hover,
.note-editor .btn-warning:focus,
.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.open .dropdown-toggle.note-editor .btn-warning {
color: #ffffff;
background-color: #ed9c28;
border-color: #d58512;
}
.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.open .dropdown-toggle.note-editor .btn-warning {
background-image: none;
}
.note-editor .btn-warning.disabled,
.note-editor .btn-warning[disabled],
fieldset[disabled] .note-editor .btn-warning,
.note-editor .btn-warning.disabled:hover,
.note-editor .btn-warning[disabled]:hover,
fieldset[disabled] .note-editor .btn-warning:hover,
.note-editor .btn-warning.disabled:focus,
.note-editor .btn-warning[disabled]:focus,
fieldset[disabled] .note-editor .btn-warning:focus,
.note-editor .btn-warning.disabled:active,
.note-editor .btn-warning[disabled]:active,
fieldset[disabled] .note-editor .btn-warning:active,
.note-editor .btn-warning.disabled.active,
.note-editor .btn-warning[disabled].active,
fieldset[disabled] .note-editor .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.note-editor .btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.note-editor .btn-danger:hover,
.note-editor .btn-danger:focus,
.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.open .dropdown-toggle.note-editor .btn-danger {
color: #ffffff;
background-color: #d2322d;
border-color: #ac2925;
}
.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.open .dropdown-toggle.note-editor .btn-danger {
background-image: none;
}
.note-editor .btn-danger.disabled,
.note-editor .btn-danger[disabled],
fieldset[disabled] .note-editor .btn-danger,
.note-editor .btn-danger.disabled:hover,
.note-editor .btn-danger[disabled]:hover,
fieldset[disabled] .note-editor .btn-danger:hover,
.note-editor .btn-danger.disabled:focus,
.note-editor .btn-danger[disabled]:focus,
fieldset[disabled] .note-editor .btn-danger:focus,
.note-editor .btn-danger.disabled:active,
.note-editor .btn-danger[disabled]:active,
fieldset[disabled] .note-editor .btn-danger:active,
.note-editor .btn-danger.disabled.active,
.note-editor .btn-danger[disabled].active,
fieldset[disabled] .note-editor .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.note-editor .btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.note-editor .btn-success:hover,
.note-editor .btn-success:focus,
.note-editor .btn-success:active,
.note-editor .btn-success.active,
.open .dropdown-toggle.note-editor .btn-success {
color: #ffffff;
background-color: #47a447;
border-color: #398439;
}
.note-editor .btn-success:active,
.note-editor .btn-success.active,
.open .dropdown-toggle.note-editor .btn-success {
background-image: none;
}
.note-editor .btn-success.disabled,
.note-editor .btn-success[disabled],
fieldset[disabled] .note-editor .btn-success,
.note-editor .btn-success.disabled:hover,
.note-editor .btn-success[disabled]:hover,
fieldset[disabled] .note-editor .btn-success:hover,
.note-editor .btn-success.disabled:focus,
.note-editor .btn-success[disabled]:focus,
fieldset[disabled] .note-editor .btn-success:focus,
.note-editor .btn-success.disabled:active,
.note-editor .btn-success[disabled]:active,
fieldset[disabled] .note-editor .btn-success:active,
.note-editor .btn-success.disabled.active,
.note-editor .btn-success[disabled].active,
fieldset[disabled] .note-editor .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.note-editor .btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.note-editor .btn-info:hover,
.note-editor .btn-info:focus,
.note-editor .btn-info:active,
.note-editor .btn-info.active,
.open .dropdown-toggle.note-editor .btn-info {
color: #ffffff;
background-color: #39b3d7;
border-color: #269abc;
}
.note-editor .btn-info:active,
.note-editor .btn-info.active,
.open .dropdown-toggle.note-editor .btn-info {
background-image: none;
}
.note-editor .btn-info.disabled,
.note-editor .btn-info[disabled],
fieldset[disabled] .note-editor .btn-info,
.note-editor .btn-info.disabled:hover,
.note-editor .btn-info[disabled]:hover,
fieldset[disabled] .note-editor .btn-info:hover,
.note-editor .btn-info.disabled:focus,
.note-editor .btn-info[disabled]:focus,
fieldset[disabled] .note-editor .btn-info:focus,
.note-editor .btn-info.disabled:active,
.note-editor .btn-info[disabled]:active,
fieldset[disabled] .note-editor .btn-info:active,
.note-editor .btn-info.disabled.active,
.note-editor .btn-info[disabled].active,
fieldset[disabled] .note-editor .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.note-editor .btn-link {
color: #428bca;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.note-editor .btn-link,
.note-editor .btn-link:active,
.note-editor .btn-link[disabled],
fieldset[disabled] .note-editor .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.note-editor .btn-link,
.note-editor .btn-link:hover,
.note-editor .btn-link:focus,
.note-editor .btn-link:active {
border-color: transparent;
}
.note-editor .btn-link:hover,
.note-editor .btn-link:focus {
color: #2a6496;
text-decoration: underline;
background-color: transparent;
}
.note-editor .btn-link[disabled]:hover,
fieldset[disabled] .note-editor .btn-link:hover,
.note-editor .btn-link[disabled]:focus,
fieldset[disabled] .note-editor .btn-link:focus {
color: #999999;
text-decoration: none;
}
.note-editor .btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.note-editor .btn-sm,
.note-editor .btn-xs {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.note-editor .btn-xs {
padding: 1px 5px;
}
.note-editor .btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.note-editor .btn-block + .btn-block {
margin-top: 5px;
}
.note-editor input[type="submit"].btn-block,
.note-editor input[type="reset"].btn-block,
.note-editor input[type="button"].btn-block {
width: 100%;
}
.note-editor .fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.note-editor .fade.in {
opacity: 1;
}
.note-editor .collapse {
display: none;
}
.note-editor .collapse.in {
display: block;
}
.note-editor .collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url(http://tattek.com/minimal/assets/js/vendor/summernote/fonts/glyphicons-halflings-regular.eot?#iefixx') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url(http://tattek.com/minimal/assets/js/vendor/summernote/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregularr') format('svg');
}
.note-editor .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;
}
.note-editor .glyphicon:empty {
width: 1em;
}
.note-editor .glyphicon-asterisk:before {
content: "\2a";
}
.note-editor .glyphicon-plus:before {
content: "\2b";
}
.note-editor .glyphicon-euro:before {
content: "\20ac";
}
.note-editor .glyphicon-minus:before {
content: "\2212";
}
.note-editor .glyphicon-cloud:before {
content: "\2601";
}
.note-editor .glyphicon-envelope:before {
content: "\2709";
}
.note-editor .glyphicon-pencil:before {
content: "\270f";
}
.note-editor .glyphicon-glass:before {
content: "\e001";
}
.note-editor .glyphicon-music:before {
content: "\e002";
}
.note-editor .glyphicon-search:before {
content: "\e003";
}
.note-editor .glyphicon-heart:before {
content: "\e005";
}
.note-editor .glyphicon-star:before {
content: "\e006";
}
.note-editor .glyphicon-star-empty:before {
content: "\e007";
}
.note-editor .glyphicon-user:before {
content: "\e008";
}
.note-editor .glyphicon-film:before {
content: "\e009";
}
.note-editor .glyphicon-th-large:before {
content: "\e010";
}
.note-editor .glyphicon-th:before {
content: "\e011";
}
.note-editor .glyphicon-th-list:before {
content: "\e012";
}
.note-editor .glyphicon-ok:before {
content: "\e013";
}
.note-editor .glyphicon-remove:before {
content: "\e014";
}
.note-editor .glyphicon-zoom-in:before {
content: "\e015";
}
.note-editor .glyphicon-zoom-out:before {
content: "\e016";
}
.note-editor .glyphicon-off:before {
content: "\e017";
}
.note-editor .glyphicon-signal:before {
content: "\e018";
}
.note-editor .glyphicon-cog:before {
content: "\e019";
}
.note-editor .glyphicon-trash:before {
content: "\e020";
}
.note-editor .glyphicon-home:before {
content: "\e021";
}
.note-editor .glyphicon-file:before {
content: "\e022";
}
.note-editor .glyphicon-time:before {
content: "\e023";
}
.note-editor .glyphicon-road:before {
content: "\e024";
}
.note-editor .glyphicon-download-alt:before {
content: "\e025";
}
.note-editor .glyphicon-download:before {
content: "\e026";
}
.note-editor .glyphicon-upload:before {
content: "\e027";
}
.note-editor .glyphicon-inbox:before {
content: "\e028";
}
.note-editor .glyphicon-play-circle:before {
content: "\e029";
}
.note-editor .glyphicon-repeat:before {
content: "\e030";
}
.note-editor .glyphicon-refresh:before {
content: "\e031";
}
.note-editor .glyphicon-list-alt:before {
content: "\e032";
}
.note-editor .glyphicon-lock:before {
content: "\e033";
}
.note-editor .glyphicon-flag:before {
content: "\e034";
}
.note-editor .glyphicon-headphones:before {
content: "\e035";
}
.note-editor .glyphicon-volume-off:before {
content: "\e036";
}
.note-editor .glyphicon-volume-down:before {
content: "\e037";
}
.note-editor .glyphicon-volume-up:before {
content: "\e038";
}
.note-editor .glyphicon-qrcode:before {
content: "\e039";
}
.note-editor .glyphicon-barcode:before {
content: "\e040";
}
.note-editor .glyphicon-tag:before {
content: "\e041";
}
.note-editor .glyphicon-tags:before {
content: "\e042";
}
.note-editor .glyphicon-book:before {
content: "\e043";
}
.note-editor .glyphicon-bookmark:before {
content: "\e044";
}
.note-editor .glyphicon-print:before {
content: "\e045";
}
.note-editor .glyphicon-camera:before {
content: "\e046";
}
.note-editor .glyphicon-font:before {
content: "\e047";
}
.note-editor .glyphicon-bold:before {
content: "\e048";
}
.note-editor .glyphicon-italic:before {
content: "\e049";
}
.note-editor .glyphicon-text-height:before {
content: "\e050";
}
.note-editor .glyphicon-text-width:before {
content: "\e051";
}
.note-editor .glyphicon-align-left:before {
content: "\e052";
}
.note-editor .glyphicon-align-center:before {
content: "\e053";
}
.note-editor .glyphicon-align-right:before {
content: "\e054";
}
.note-editor .glyphicon-align-justify:before {
content: "\e055";
}
.note-editor .glyphicon-list:before {
content: "\e056";
}
.note-editor .glyphicon-indent-left:before {
content: "\e057";
}
.note-editor .glyphicon-indent-right:before {
content: "\e058";
}
.note-editor .glyphicon-facetime-video:before {
content: "\e059";
}
.note-editor .glyphicon-picture:before {
content: "\e060";
}
.note-editor .glyphicon-map-marker:before {
content: "\e062";
}
.note-editor .glyphicon-adjust:before {
content: "\e063";
}
.note-editor .glyphicon-tint:before {
content: "\e064";
}
.note-editor .glyphicon-edit:before {
content: "\e065";
}
.note-editor .glyphicon-share:before {
content: "\e066";
}
.note-editor .glyphicon-check:before {
content: "\e067";
}
.note-editor .glyphicon-move:before {
content: "\e068";
}
.note-editor .glyphicon-step-backward:before {
content: "\e069";
}
.note-editor .glyphicon-fast-backward:before {
content: "\e070";
}
.note-editor .glyphicon-backward:before {
content: "\e071";
}
.note-editor .glyphicon-play:before {
content: "\e072";
}
.note-editor .glyphicon-pause:before {
content: "\e073";
}
.note-editor .glyphicon-stop:before {
content: "\e074";
}
.note-editor .glyphicon-forward:before {
content: "\e075";
}
.note-editor .glyphicon-fast-forward:before {
content: "\e076";
}
.note-editor .glyphicon-step-forward:before {
content: "\e077";
}
.note-editor .glyphicon-eject:before {
content: "\e078";
}
.note-editor .glyphicon-chevron-left:before {
content: "\e079";
}
.note-editor .glyphicon-chevron-right:before {
content: "\e080";
}
.note-editor .glyphicon-plus-sign:before {
content: "\e081";
}
.note-editor .glyphicon-minus-sign:before {
content: "\e082";
}
.note-editor .glyphicon-remove-sign:before {
content: "\e083";
}
.note-editor .glyphicon-ok-sign:before {
content: "\e084";
}
.note-editor .glyphicon-question-sign:before {
content: "\e085";
}
.note-editor .glyphicon-info-sign:before {
content: "\e086";
}
.note-editor .glyphicon-screenshot:before {
content: "\e087";
}
.note-editor .glyphicon-remove-circle:before {
content: "\e088";
}
.note-editor .glyphicon-ok-circle:before {
content: "\e089";
}
.note-editor .glyphicon-ban-circle:before {
content: "\e090";
}
.note-editor .glyphicon-arrow-left:before {
content: "\e091";
}
.note-editor .glyphicon-arrow-right:before {
content: "\e092";
}
.note-editor .glyphicon-arrow-up:before {
content: "\e093";
}
.note-editor .glyphicon-arrow-down:before {
content: "\e094";
}
.note-editor .glyphicon-share-alt:before {
content: "\e095";
}
.note-editor .glyphicon-resize-full:before {
content: "\e096";
}
.note-editor .glyphicon-resize-small:before {
content: "\e097";
}
.note-editor .glyphicon-exclamation-sign:before {
content: "\e101";
}
.note-editor .glyphicon-gift:before {
content: "\e102";
}
.note-editor .glyphicon-leaf:before {
content: "\e103";
}
.note-editor .glyphicon-fire:before {
content: "\e104";
}
.note-editor .glyphicon-eye-open:before {
content: "\e105";
}
.note-editor .glyphicon-eye-close:before {
content: "\e106";
}
.note-editor .glyphicon-warning-sign:before {
content: "\e107";
}
.note-editor .glyphicon-plane:before {
content: "\e108";
}
.note-editor .glyphicon-calendar:before {
content: "\e109";
}
.note-editor .glyphicon-random:before {
content: "\e110";
}
.note-editor .glyphicon-comment:before {
content: "\e111";
}
.note-editor .glyphicon-magnet:before {
content: "\e112";
}
.note-editor .glyphicon-chevron-up:before {
content: "\e113";
}
.note-editor .glyphicon-chevron-down:before {
content: "\e114";
}
.note-editor .glyphicon-retweet:before {
content: "\e115";
}
.note-editor .glyphicon-shopping-cart:before {
content: "\e116";
}
.note-editor .glyphicon-folder-close:before {
content: "\e117";
}
.note-editor .glyphicon-folder-open:before {
content: "\e118";
}
.note-editor .glyphicon-resize-vertical:before {
content: "\e119";
}
.note-editor .glyphicon-resize-horizontal:before {
content: "\e120";
}
.note-editor .glyphicon-hdd:before {
content: "\e121";
}
.note-editor .glyphicon-bullhorn:before {
content: "\e122";
}
.note-editor .glyphicon-bell:before {
content: "\e123";
}
.note-editor .glyphicon-certificate:before {
content: "\e124";
}
.note-editor .glyphicon-thumbs-up:before {
content: "\e125";
}
.note-editor .glyphicon-thumbs-down:before {
content: "\e126";
}
.note-editor .glyphicon-hand-right:before {
content: "\e127";
}
.note-editor .glyphicon-hand-left:before {
content: "\e128";
}
.note-editor .glyphicon-hand-up:before {
content: "\e129";
}
.note-editor .glyphicon-hand-down:before {
content: "\e130";
}
.note-editor .glyphicon-circle-arrow-right:before {
content: "\e131";
}
.note-editor .glyphicon-circle-arrow-left:before {
content: "\e132";
}
.note-editor .glyphicon-circle-arrow-up:before {
content: "\e133";
}
.note-editor .glyphicon-circle-arrow-down:before {
content: "\e134";
}
.note-editor .glyphicon-globe:before {
content: "\e135";
}
.note-editor .glyphicon-wrench:before {
content: "\e136";
}
.note-editor .glyphicon-tasks:before {
content: "\e137";
}
.note-editor .glyphicon-filter:before {
content: "\e138";
}
.note-editor .glyphicon-briefcase:before {
content: "\e139";
}
.note-editor .glyphicon-fullscreen:before {
content: "\e140";
}
.note-editor .glyphicon-dashboard:before {
content: "\e141";
}
.note-editor .glyphicon-paperclip:before {
content: "\e142";
}
.note-editor .glyphicon-heart-empty:before {
content: "\e143";
}
.note-editor .glyphicon-link:before {
content: "\e144";
}
.note-editor .glyphicon-phone:before {
content: "\e145";
}
.note-editor .glyphicon-pushpin:before {
content: "\e146";
}
.note-editor .glyphicon-usd:before {
content: "\e148";
}
.note-editor .glyphicon-gbp:before {
content: "\e149";
}
.note-editor .glyphicon-sort:before {
content: "\e150";
}
.note-editor .glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.note-editor .glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.note-editor .glyphicon-sort-by-order:before {
content: "\e153";
}
.note-editor .glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.note-editor .glyphicon-sort-by-attributes:before {
content: "\e155";
}
.note-editor .glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.note-editor .glyphicon-unchecked:before {
content: "\e157";
}
.note-editor .glyphicon-expand:before {
content: "\e158";
}
.note-editor .glyphicon-collapse-down:before {
content: "\e159";
}
.note-editor .glyphicon-collapse-up:before {
content: "\e160";
}
.note-editor .glyphicon-log-in:before {
content: "\e161";
}
.note-editor .glyphicon-flash:before {
content: "\e162";
}
.note-editor .glyphicon-log-out:before {
content: "\e163";
}
.note-editor .glyphicon-new-window:before {
content: "\e164";
}
.note-editor .glyphicon-record:before {
content: "\e165";
}
.note-editor .glyphicon-save:before {
content: "\e166";
}
.note-editor .glyphicon-open:before {
content: "\e167";
}
.note-editor .glyphicon-saved:before {
content: "\e168";
}
.note-editor .glyphicon-import:before {
content: "\e169";
}
.note-editor .glyphicon-export:before {
content: "\e170";
}
.note-editor .glyphicon-send:before {
content: "\e171";
}
.note-editor .glyphicon-floppy-disk:before {
content: "\e172";
}
.note-editor .glyphicon-floppy-saved:before {
content: "\e173";
}
.note-editor .glyphicon-floppy-remove:before {
content: "\e174";
}
.note-editor .glyphicon-floppy-save:before {
content: "\e175";
}
.note-editor .glyphicon-floppy-open:before {
content: "\e176";
}
.note-editor .glyphicon-credit-card:before {
content: "\e177";
}
.note-editor .glyphicon-transfer:before {
content: "\e178";
}
.note-editor .glyphicon-cutlery:before {
content: "\e179";
}
.note-editor .glyphicon-header:before {
content: "\e180";
}
.note-editor .glyphicon-compressed:before {
content: "\e181";
}
.note-editor .glyphicon-earphone:before {
content: "\e182";
}
.note-editor .glyphicon-phone-alt:before {
content: "\e183";
}
.note-editor .glyphicon-tower:before {
content: "\e184";
}
.note-editor .glyphicon-stats:before {
content: "\e185";
}
.note-editor .glyphicon-sd-video:before {
content: "\e186";
}
.note-editor .glyphicon-hd-video:before {
content: "\e187";
}
.note-editor .glyphicon-subtitles:before {
content: "\e188";
}
.note-editor .glyphicon-sound-stereo:before {
content: "\e189";
}
.note-editor .glyphicon-sound-dolby:before {
content: "\e190";
}
.note-editor .glyphicon-sound-5-1:before {
content: "\e191";
}
.note-editor .glyphicon-sound-6-1:before {
content: "\e192";
}
.note-editor .glyphicon-sound-7-1:before {
content: "\e193";
}
.note-editor .glyphicon-copyright-mark:before {
content: "\e194";
}
.note-editor .glyphicon-registration-mark:before {
content: "\e195";
}
.note-editor .glyphicon-cloud-download:before {
content: "\e197";
}
.note-editor .glyphicon-cloud-upload:before {
content: "\e198";
}
.note-editor .glyphicon-tree-conifer:before {
content: "\e199";
}
.note-editor .glyphicon-tree-deciduous:before {
content: "\e200";
}
.note-editor .caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid #000000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-bottom: 0 dotted;
}
.note-editor .dropdown {
position: relative;
}
.note-editor .dropdown-toggle:focus {
outline: 0;
}
.note-editor .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;
list-style: none;
font-size: 14px;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.note-editor .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.note-editor .dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.note-editor .dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.note-editor .dropdown-menu > li > a:hover,
.note-editor .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.note-editor .dropdown-menu > .active > a,
.note-editor .dropdown-menu > .active > a:hover,
.note-editor .dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #428bca;
}
.note-editor .dropdown-menu > .disabled > a,
.note-editor .dropdown-menu > .disabled > a:hover,
.note-editor .dropdown-menu > .disabled > a:focus {
color: #999999;
}
.note-editor .dropdown-menu > .disabled > a:hover,
.note-editor .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.note-editor .open > .dropdown-menu {
display: block;
}
.note-editor .open > a {
outline: 0;
}
.note-editor .dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #999999;
}
.note-editor .dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.note-editor .pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.note-editor .dropup .caret,
.note-editor .navbar-fixed-bottom .dropdown .caret {
border-top: 0 dotted;
border-bottom: 4px solid #000000;
content: "";
}
.note-editor .dropup .dropdown-menu,
.note-editor .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.note-editor .navbar-right .dropdown-menu {
right: 0;
left: auto;
}
}
.btn-default .note-editor .caret {
border-top-color: #333333;
}
.btn-primary .note-editor .caret,
.btn-success .note-editor .caret,
.btn-warning .note-editor .caret,
.btn-danger .note-editor .caret,
.btn-info .note-editor .caret {
border-top-color: #fff;
}
.note-editor .dropup .btn-default .caret {
border-bottom-color: #333333;
}
.note-editor .dropup .btn-primary .caret,
.note-editor .dropup .btn-success .caret,
.note-editor .dropup .btn-warning .caret,
.note-editor .dropup .btn-danger .caret,
.note-editor .dropup .btn-info .caret {
border-bottom-color: #fff;
}
.note-editor .btn-group,
.note-editor .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.note-editor .btn-group > .btn,
.note-editor .btn-group-vertical > .btn {
position: relative;
float: left;
}
.note-editor .btn-group > .btn:hover,
.note-editor .btn-group-vertical > .btn:hover,
.note-editor .btn-group > .btn:focus,
.note-editor .btn-group-vertical > .btn:focus,
.note-editor .btn-group > .btn:active,
.note-editor .btn-group-vertical > .btn:active,
.note-editor .btn-group > .btn.active,
.note-editor .btn-group-vertical > .btn.active {
z-index: 2;
}
.note-editor .btn-group > .btn:focus,
.note-editor .btn-group-vertical > .btn:focus {
outline: none;
}
.note-editor .btn-group .btn + .btn,
.note-editor .btn-group .btn + .btn-group,
.note-editor .btn-group .btn-group + .btn,
.note-editor .btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.note-editor .btn-toolbar:before,
.note-editor .btn-toolbar:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .btn-toolbar:after {
clear: both;
}
.note-editor .btn-toolbar:before,
.note-editor .btn-toolbar:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .btn-toolbar:after {
clear: both;
}
.note-editor .btn-toolbar .btn-group {
float: left;
}
.note-editor .btn-toolbar > .btn + .btn,
.note-editor .btn-toolbar > .btn-group + .btn,
.note-editor .btn-toolbar > .btn + .btn-group,
.note-editor .btn-toolbar > .btn-group + .btn-group {
margin-left: 5px;
}
.note-editor .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.note-editor .btn-group > .btn:first-child {
margin-left: 0;
}
.note-editor .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.note-editor .btn-group > .btn:last-child:not(:first-child),
.note-editor .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.note-editor .btn-group > .btn-group {
float: left;
}
.note-editor .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.note-editor .btn-group > .btn-group:first-child > .btn:last-child,
.note-editor .btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.note-editor .btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.note-editor .btn-group .dropdown-toggle:active,
.note-editor .btn-group.open .dropdown-toggle {
outline: 0;
}
.note-editor .btn-group-xs > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
padding: 1px 5px;
}
.note-editor .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.note-editor .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.note-editor .btn-group > .btn + .dropdown-toggle {
padding-left: 5px;
padding-right: 5px;
}
.note-editor .btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.note-editor .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.note-editor .btn .caret {
margin-left: 0;
}
.note-editor .btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.note-editor .dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.note-editor .btn-group-vertical > .btn,
.note-editor .btn-group-vertical > .btn-group {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.note-editor .btn-group-vertical > .btn-group:before,
.note-editor .btn-group-vertical > .btn-group:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .btn-group-vertical > .btn-group:after {
clear: both;
}
.note-editor .btn-group-vertical > .btn-group:before,
.note-editor .btn-group-vertical > .btn-group:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .btn-group-vertical > .btn-group:after {
clear: both;
}
.note-editor .btn-group-vertical > .btn-group > .btn {
float: none;
}
.note-editor .btn-group-vertical > .btn + .btn,
.note-editor .btn-group-vertical > .btn + .btn-group,
.note-editor .btn-group-vertical > .btn-group + .btn,
.note-editor .btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.note-editor .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.note-editor .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.note-editor .btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.note-editor .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.note-editor .btn-group-vertical > .btn-group:first-child > .btn:last-child,
.note-editor .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.note-editor .btn-group-vertical > .btn-group:last-child > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.note-editor .btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.note-editor .btn-group-justified .btn {
float: none;
display: table-cell;
width: 1%;
}
.note-editor [data-toggle="buttons"] > .btn > input[type="radio"],
.note-editor [data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
.note-editor .input-group {
position: relative;
display: table;
border-collapse: separate;
}
.note-editor .input-group.col {
float: none;
padding-left: 0;
padding-right: 0;
}
.note-editor .input-group .form-control {
width: 100%;
margin-bottom: 0;
}
.note-editor .input-group-lg > .form-control,
.note-editor .input-group-lg > .input-group-addon,
.note-editor .input-group-lg > .input-group-btn > .btn {
height: 45px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.note-editor .input-group-lg > .form-control,
select.note-editor .input-group-lg > .input-group-addon,
select.note-editor .input-group-lg > .input-group-btn > .btn {
height: 45px;
line-height: 45px;
}
textarea.note-editor .input-group-lg > .form-control,
textarea.note-editor .input-group-lg > .input-group-addon,
textarea.note-editor .input-group-lg > .input-group-btn > .btn {
height: auto;
}
.note-editor .input-group-sm > .form-control,
.note-editor .input-group-sm > .input-group-addon,
.note-editor .input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.note-editor .input-group-sm > .form-control,
select.note-editor .input-group-sm > .input-group-addon,
select.note-editor .input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.note-editor .input-group-sm > .form-control,
textarea.note-editor .input-group-sm > .input-group-addon,
textarea.note-editor .input-group-sm > .input-group-btn > .btn {
height: auto;
}
.note-editor .input-group-addon,
.note-editor .input-group-btn,
.note-editor .input-group .form-control {
display: table-cell;
}
.note-editor .input-group-addon:not(:first-child):not(:last-child),
.note-editor .input-group-btn:not(:first-child):not(:last-child),
.note-editor .input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.note-editor .input-group-addon,
.note-editor .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.note-editor .input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.note-editor .input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.note-editor .input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.note-editor .input-group-addon input[type="radio"],
.note-editor .input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.note-editor .input-group .form-control:first-child,
.note-editor .input-group-addon:first-child,
.note-editor .input-group-btn:first-child > .btn,
.note-editor .input-group-btn:first-child > .dropdown-toggle,
.note-editor .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.note-editor .input-group-addon:first-child {
border-right: 0;
}
.note-editor .input-group .form-control:last-child,
.note-editor .input-group-addon:last-child,
.note-editor .input-group-btn:last-child > .btn,
.note-editor .input-group-btn:last-child > .dropdown-toggle,
.note-editor .input-group-btn:first-child > .btn:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.note-editor .input-group-addon:last-child {
border-left: 0;
}
.note-editor .input-group-btn {
position: relative;
white-space: nowrap;
}
.note-editor .input-group-btn:first-child > .btn {
margin-right: -1px;
}
.note-editor .input-group-btn:last-child > .btn {
margin-left: -1px;
}
.note-editor .input-group-btn > .btn {
position: relative;
}
.note-editor .input-group-btn > .btn + .btn {
margin-left: -4px;
}
.note-editor .input-group-btn > .btn:hover,
.note-editor .input-group-btn > .btn:active {
z-index: 2;
}
.note-editor .nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.note-editor .nav:before,
.note-editor .nav:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .nav:after {
clear: both;
}
.note-editor .nav:before,
.note-editor .nav:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .nav:after {
clear: both;
}
.note-editor .nav > li {
position: relative;
display: block;
}
.note-editor .nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.note-editor .nav > li > a:hover,
.note-editor .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.note-editor .nav > li.disabled > a {
color: #999999;
}
.note-editor .nav > li.disabled > a:hover,
.note-editor .nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.note-editor .nav .open > a,
.note-editor .nav .open > a:hover,
.note-editor .nav .open > a:focus {
background-color: #eeeeee;
border-color: #428bca;
}
.note-editor .nav .open > a .caret,
.note-editor .nav .open > a:hover .caret,
.note-editor .nav .open > a:focus .caret {
border-top-color: #2a6496;
border-bottom-color: #2a6496;
}
.note-editor .nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.note-editor .nav > li > a > img {
max-width: none;
}
.note-editor .nav-tabs {
border-bottom: 1px solid #dddddd;
}
.note-editor .nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.note-editor .nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.note-editor .nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.note-editor .nav-tabs > li.active > a,
.note-editor .nav-tabs > li.active > a:hover,
.note-editor .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
.note-editor .nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.note-editor .nav-tabs.nav-justified > li {
float: none;
}
.note-editor .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
@media (min-width: 768px) {
.note-editor .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.note-editor .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.note-editor .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.note-editor .nav-tabs.nav-justified > .active > a,
.note-editor .nav-tabs.nav-justified > .active > a:hover,
.note-editor .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.note-editor .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.note-editor .nav-tabs.nav-justified > .active > a,
.note-editor .nav-tabs.nav-justified > .active > a:hover,
.note-editor .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.note-editor .nav-pills > li {
float: left;
}
.note-editor .nav-pills > li > a {
border-radius: 4px;
}
.note-editor .nav-pills > li + li {
margin-left: 2px;
}
.note-editor .nav-pills > li.active > a,
.note-editor .nav-pills > li.active > a:hover,
.note-editor .nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #428bca;
}
.note-editor .nav-pills > li.active > a .caret,
.note-editor .nav-pills > li.active > a:hover .caret,
.note-editor .nav-pills > li.active > a:focus .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.note-editor .nav-stacked > li {
float: none;
}
.note-editor .nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.note-editor .nav-justified {
width: 100%;
}
.note-editor .nav-justified > li {
float: none;
}
.note-editor .nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
@media (min-width: 768px) {
.note-editor .nav-justified > li {
display: table-cell;
width: 1%;
}
.note-editor .nav-justified > li > a {
margin-bottom: 0;
}
}
.note-editor .nav-tabs-justified {
border-bottom: 0;
}
.note-editor .nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.note-editor .nav-tabs-justified > .active > a,
.note-editor .nav-tabs-justified > .active > a:hover,
.note-editor .nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.note-editor .nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.note-editor .nav-tabs-justified > .active > a,
.note-editor .nav-tabs-justified > .active > a:hover,
.note-editor .nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.note-editor .tab-content > .tab-pane {
display: none;
}
.note-editor .tab-content > .active {
display: block;
}
.note-editor .nav .caret {
border-top-color: #428bca;
border-bottom-color: #428bca;
}
.note-editor .nav a:hover .caret {
border-top-color: #2a6496;
border-bottom-color: #2a6496;
}
.note-editor .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.note-editor .navbar {
position: relative;
z-index: 1000;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.note-editor .navbar:before,
.note-editor .navbar:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .navbar:after {
clear: both;
}
.note-editor .navbar:before,
.note-editor .navbar:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .navbar:after {
clear: both;
}
@media (min-width: 768px) {
.note-editor .navbar {
border-radius: 4px;
}
}
.note-editor .navbar-header:before,
.note-editor .navbar-header:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .navbar-header:after {
clear: both;
}
.note-editor .navbar-header:before,
.note-editor .navbar-header:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.note-editor .navbar-header {
float: left;
}
}
.note-editor .navbar-collapse {
max-height: 340px;
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;
}
.note-editor .navbar-collapse:before,
.note-editor .navbar-collapse:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .navbar-collapse:after {
clear: both;
}
.note-editor .navbar-collapse:before,
.note-editor .navbar-collapse:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .navbar-collapse:after {
clear: both;
}
.note-editor .navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.note-editor .navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.note-editor .navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.note-editor .navbar-collapse.in {
overflow-y: visible;
}
.note-editor .navbar-collapse .navbar-nav.navbar-left:first-child {
margin-left: -15px;
}
.note-editor .navbar-collapse .navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
.note-editor .navbar-collapse .navbar-text:last-child {
margin-right: 0;
}
}
.note-editor .container > .navbar-header,
.note-editor .container > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.note-editor .container > .navbar-header,
.note-editor .container > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.note-editor .navbar-static-top {
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.note-editor .navbar-static-top {
border-radius: 0;
}
}
.note-editor .navbar-fixed-top,
.note-editor .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.note-editor .navbar-fixed-top,
.note-editor .navbar-fixed-bottom {
border-radius: 0;
}
}
.note-editor .navbar-fixed-top {
z-index: 1030;
top: 0;
}
.note-editor .navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
}
.note-editor .navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.note-editor .navbar-brand:hover,
.note-editor .navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .note-editor .navbar-brand {
margin-left: -15px;
}
}
.note-editor .navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
border: 1px solid transparent;
border-radius: 4px;
}
.note-editor .navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.note-editor .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.note-editor .navbar-toggle {
display: none;
}
}
.note-editor .navbar-nav {
margin: 7.5px -15px;
}
.note-editor .navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.note-editor .navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.note-editor .navbar-nav .open .dropdown-menu > li > a,
.note-editor .navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.note-editor .navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.note-editor .navbar-nav .open .dropdown-menu > li > a:hover,
.note-editor .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.note-editor .navbar-nav {
float: left;
margin: 0;
}
.note-editor .navbar-nav > li {
float: left;
}
.note-editor .navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 768px) {
.note-editor .navbar-left {
float: left !important;
}
.note-editor .navbar-right {
float: right !important;
}
}
.note-editor .navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.note-editor .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.note-editor .navbar-form .form-control {
display: inline-block;
}
.note-editor .navbar-form .radio,
.note-editor .navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
.note-editor .navbar-form .radio input[type="radio"],
.note-editor .navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
@media (max-width: 767px) {
.note-editor .navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.note-editor .navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.note-editor .navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.note-editor .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.note-editor .navbar-nav.pull-right > li > .dropdown-menu,
.note-editor .navbar-nav > li > .dropdown-menu.pull-right {
left: auto;
right: 0;
}
.note-editor .navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.note-editor .navbar-text {
float: left;
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.note-editor .navbar-text {
margin-left: 15px;
margin-right: 15px;
}
}
.note-editor .navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-brand {
color: #777777;
}
.note-editor .navbar-default .navbar-brand:hover,
.note-editor .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.note-editor .navbar-default .navbar-text {
color: #777777;
}
.note-editor .navbar-default .navbar-nav > li > a {
color: #777777;
}
.note-editor .navbar-default .navbar-nav > li > a:hover,
.note-editor .navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.note-editor .navbar-default .navbar-nav > .active > a,
.note-editor .navbar-default .navbar-nav > .active > a:hover,
.note-editor .navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-nav > .disabled > a,
.note-editor .navbar-default .navbar-nav > .disabled > a:hover,
.note-editor .navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.note-editor .navbar-default .navbar-toggle {
border-color: #dddddd;
}
.note-editor .navbar-default .navbar-toggle:hover,
.note-editor .navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.note-editor .navbar-default .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.note-editor .navbar-default .navbar-collapse,
.note-editor .navbar-default .navbar-form {
border-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-nav > .dropdown > a:hover .caret,
.note-editor .navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #333333;
border-bottom-color: #333333;
}
.note-editor .navbar-default .navbar-nav > .open > a,
.note-editor .navbar-default .navbar-nav > .open > a:hover,
.note-editor .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555555;
}
.note-editor .navbar-default .navbar-nav > .open > a .caret,
.note-editor .navbar-default .navbar-nav > .open > a:hover .caret,
.note-editor .navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.note-editor .navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: #777777;
border-bottom-color: #777777;
}
@media (max-width: 767px) {
.note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.note-editor .navbar-default .navbar-link {
color: #777777;
}
.note-editor .navbar-default .navbar-link:hover {
color: #333333;
}
.note-editor .navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.note-editor .navbar-inverse .navbar-brand {
color: #999999;
}
.note-editor .navbar-inverse .navbar-brand:hover,
.note-editor .navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.note-editor .navbar-inverse .navbar-text {
color: #999999;
}
.note-editor .navbar-inverse .navbar-nav > li > a {
color: #999999;
}
.note-editor .navbar-inverse .navbar-nav > li > a:hover,
.note-editor .navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.note-editor .navbar-inverse .navbar-nav > .active > a,
.note-editor .navbar-inverse .navbar-nav > .active > a:hover,
.note-editor .navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.note-editor .navbar-inverse .navbar-nav > .disabled > a,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:hover,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.note-editor .navbar-inverse .navbar-toggle {
border-color: #333333;
}
.note-editor .navbar-inverse .navbar-toggle:hover,
.note-editor .navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.note-editor .navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.note-editor .navbar-inverse .navbar-collapse,
.note-editor .navbar-inverse .navbar-form {
border-color: #101010;
}
.note-editor .navbar-inverse .navbar-nav > .open > a,
.note-editor .navbar-inverse .navbar-nav > .open > a:hover,
.note-editor .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #ffffff;
}
.note-editor .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.note-editor .navbar-inverse .navbar-nav > .dropdown > a .caret {
border-top-color: #999999;
border-bottom-color: #999999;
}
.note-editor .navbar-inverse .navbar-nav > .open > a .caret,
.note-editor .navbar-inverse .navbar-nav > .open > a:hover .caret,
.note-editor .navbar-inverse .navbar-nav > .open > a:focus .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
.note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.note-editor .navbar-inverse .navbar-link {
color: #999999;
}
.note-editor .navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.note-editor .breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.note-editor .breadcrumb > li {
display: inline-block;
}
.note-editor .breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}
.note-editor .breadcrumb > .active {
color: #999999;
}
.note-editor .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.note-editor .pagination > li {
display: inline;
}
.note-editor .pagination > li > a,
.note-editor .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
.note-editor .pagination > li:first-child > a,
.note-editor .pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.note-editor .pagination > li:last-child > a,
.note-editor .pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.note-editor .pagination > li > a:hover,
.note-editor .pagination > li > span:hover,
.note-editor .pagination > li > a:focus,
.note-editor .pagination > li > span:focus {
background-color: #eeeeee;
}
.note-editor .pagination > .active > a,
.note-editor .pagination > .active > span,
.note-editor .pagination > .active > a:hover,
.note-editor .pagination > .active > span:hover,
.note-editor .pagination > .active > a:focus,
.note-editor .pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
cursor: default;
}
.note-editor .pagination > .disabled > span,
.note-editor .pagination > .disabled > span:hover,
.note-editor .pagination > .disabled > span:focus,
.note-editor .pagination > .disabled > a,
.note-editor .pagination > .disabled > a:hover,
.note-editor .pagination > .disabled > a:focus {
color: #999999;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.note-editor .pagination-lg > li > a,
.note-editor .pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.note-editor .pagination-lg > li:first-child > a,
.note-editor .pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.note-editor .pagination-lg > li:last-child > a,
.note-editor .pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.note-editor .pagination-sm > li > a,
.note-editor .pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.note-editor .pagination-sm > li:first-child > a,
.note-editor .pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.note-editor .pagination-sm > li:last-child > a,
.note-editor .pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.note-editor .pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.note-editor .pager:before,
.note-editor .pager:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .pager:after {
clear: both;
}
.note-editor .pager:before,
.note-editor .pager:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .pager:after {
clear: both;
}
.note-editor .pager li {
display: inline;
}
.note-editor .pager li > a,
.note-editor .pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.note-editor .pager li > a:hover,
.note-editor .pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.note-editor .pager .next > a,
.note-editor .pager .next > span {
float: right;
}
.note-editor .pager .previous > a,
.note-editor .pager .previous > span {
float: left;
}
.note-editor .pager .disabled > a,
.note-editor .pager .disabled > a:hover,
.note-editor .pager .disabled > a:focus,
.note-editor .pager .disabled > span {
color: #999999;
background-color: #ffffff;
cursor: not-allowed;
}
.note-editor .label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.note-editor .label[href]:hover,
.note-editor .label[href]:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.note-editor .label:empty {
display: none;
}
.note-editor .label-default {
background-color: #999999;
}
.note-editor .label-default[href]:hover,
.note-editor .label-default[href]:focus {
background-color: #808080;
}
.note-editor .label-primary {
background-color: #428bca;
}
.note-editor .label-primary[href]:hover,
.note-editor .label-primary[href]:focus {
background-color: #3071a9;
}
.note-editor .label-success {
background-color: #5cb85c;
}
.note-editor .label-success[href]:hover,
.note-editor .label-success[href]:focus {
background-color: #449d44;
}
.note-editor .label-info {
background-color: #5bc0de;
}
.note-editor .label-info[href]:hover,
.note-editor .label-info[href]:focus {
background-color: #31b0d5;
}
.note-editor .label-warning {
background-color: #f0ad4e;
}
.note-editor .label-warning[href]:hover,
.note-editor .label-warning[href]:focus {
background-color: #ec971f;
}
.note-editor .label-danger {
background-color: #d9534f;
}
.note-editor .label-danger[href]:hover,
.note-editor .label-danger[href]:focus {
background-color: #c9302c;
}
.note-editor .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;
}
.note-editor .badge:empty {
display: none;
}
.note-editor a.badge:hover,
.note-editor a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.note-editor .btn .badge {
position: relative;
top: -1px;
}
.note-editor a.list-group-item.active > .badge,
.note-editor .nav-pills > .active > a > .badge {
color: #428bca;
background-color: #ffffff;
}
.note-editor .nav-pills > li > a > .badge {
margin-left: 3px;
}
.note-editor .jumbotron {
padding: 30px;
margin-bottom: 30px;
font-size: 21px;
font-weight: 200;
line-height: 2.1428571435;
color: inherit;
background-color: #eeeeee;
}
.note-editor .jumbotron h1 {
line-height: 1;
color: inherit;
}
.note-editor .jumbotron p {
line-height: 1.4;
}
.container .note-editor .jumbotron {
border-radius: 6px;
}
@media screen and (min-width: 768px) {
.note-editor .jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .note-editor .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.note-editor .jumbotron h1 {
font-size: 63px;
}
}
.note-editor .thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
display: block;
margin-bottom: 20px;
}
.note-editor .thumbnail > img {
display: block;
max-width: 100%;
height: auto;
}
.note-editor a.thumbnail:hover,
.note-editor a.thumbnail:focus,
.note-editor a.thumbnail.active {
border-color: #428bca;
}
.note-editor .thumbnail > img {
margin-left: auto;
margin-right: auto;
}
.note-editor .thumbnail .caption {
padding: 9px;
color: #333333;
}
.note-editor .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.note-editor .alert h4 {
margin-top: 0;
color: inherit;
}
.note-editor .alert .alert-link {
font-weight: bold;
}
.note-editor .alert > p,
.note-editor .alert > ul {
margin-bottom: 0;
}
.note-editor .alert > p + p {
margin-top: 5px;
}
.note-editor .alert-dismissable {
padding-right: 35px;
}
.note-editor .alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.note-editor .alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
}
.note-editor .alert-success hr {
border-top-color: #c9e2b3;
}
.note-editor .alert-success .alert-link {
color: #356635;
}
.note-editor .alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad;
}
.note-editor .alert-info hr {
border-top-color: #a6e1ec;
}
.note-editor .alert-info .alert-link {
color: #2d6987;
}
.note-editor .alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #c09853;
}
.note-editor .alert-warning hr {
border-top-color: #f7e1b5;
}
.note-editor .alert-warning .alert-link {
color: #a47e3c;
}
.note-editor .alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #b94a48;
}
.note-editor .alert-danger hr {
border-top-color: #e4b9c0;
}
.note-editor .alert-danger .alert-link {
color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.note-editor .progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.note-editor .progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.note-editor .progress-striped .progress-bar {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.note-editor .progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.note-editor .progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .note-editor .progress-bar-success {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.note-editor .progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .note-editor .progress-bar-info {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.note-editor .progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .note-editor .progress-bar-warning {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.note-editor .progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .note-editor .progress-bar-danger {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.note-editor .media,
.note-editor .media-body {
overflow: hidden;
zoom: 1;
}
.note-editor .media,
.note-editor .media .media {
margin-top: 15px;
}
.note-editor .media:first-child {
margin-top: 0;
}
.note-editor .media-object {
display: block;
}
.note-editor .media-heading {
margin: 0 0 5px;
}
.note-editor .media > .pull-left {
margin-right: 10px;
}
.note-editor .media > .pull-right {
margin-left: 10px;
}
.note-editor .media-list {
padding-left: 0;
list-style: none;
}
.note-editor .list-group {
margin-bottom: 20px;
padding-left: 0;
}
.note-editor .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.note-editor .list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.note-editor .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.note-editor .list-group-item > .badge {
float: right;
}
.note-editor .list-group-item > .badge + .badge {
margin-right: 5px;
}
.note-editor a.list-group-item {
color: #555555;
}
.note-editor a.list-group-item .list-group-item-heading {
color: #333333;
}
.note-editor a.list-group-item:hover,
.note-editor a.list-group-item:focus {
text-decoration: none;
background-color: #f5f5f5;
}
.note-editor a.list-group-item.active,
.note-editor a.list-group-item.active:hover,
.note-editor a.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
.note-editor a.list-group-item.active .list-group-item-heading,
.note-editor a.list-group-item.active:hover .list-group-item-heading,
.note-editor a.list-group-item.active:focus .list-group-item-heading {
color: inherit;
}
.note-editor a.list-group-item.active .list-group-item-text,
.note-editor a.list-group-item.active:hover .list-group-item-text,
.note-editor a.list-group-item.active:focus .list-group-item-text {
color: #e1edf7;
}
.note-editor .list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.note-editor .list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.note-editor .panel {
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.note-editor .panel-body {
padding: 15px;
}
.note-editor .panel-body:before,
.note-editor .panel-body:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .panel-body:after {
clear: both;
}
.note-editor .panel-body:before,
.note-editor .panel-body:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.note-editor .panel-body:after {
clear: both;
}
.note-editor .panel > .list-group {
margin-bottom: 0;
}
.note-editor .panel > .list-group .list-group-item {
border-width: 1px 0;
}
.note-editor .panel > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.note-editor .panel > .list-group .list-group-item:last-child {
border-bottom: 0;
}
.note-editor .panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.note-editor .panel > .table,
.note-editor .panel > .table-responsive {
margin-bottom: 0;
}
.note-editor .panel > .panel-body + .table,
.note-editor .panel > .panel-body + .table-responsive {
border-top: 1px solid #dddddd;
}
.note-editor .panel > .table-bordered,
.note-editor .panel > .table-responsive > .table-bordered {
border: 0;
}
.note-editor .panel > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.note-editor .panel > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.note-editor .panel > .table-bordered > thead > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.note-editor .panel > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.note-editor .panel > .table-bordered > thead > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.note-editor .panel > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
.note-editor .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.note-editor .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
}
.note-editor .panel-title > a {
color: inherit;
}
.note-editor .panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.note-editor .panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
overflow: hidden;
}
.note-editor .panel-group .panel + .panel {
margin-top: 5px;
}
.note-editor .panel-group .panel-heading {
border-bottom: 0;
}
.note-editor .panel-group .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #dddddd;
}
.note-editor .panel-group .panel-footer {
border-top: 0;
}
.note-editor .panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
.note-editor .panel-default {
border-color: #dddddd;
}
.note-editor .panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
.note-editor .panel-default > .panel-heading + .panel-collapse .panel-body {
border-top-color: #dddddd;
}
.note-editor .panel-default > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #dddddd;
}
.note-editor .panel-primary {
border-color: #428bca;
}
.note-editor .panel-primary > .panel-heading {
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
.note-editor .panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #428bca;
}
.note-editor .panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #428bca;
}
.note-editor .panel-success {
border-color: #d6e9c6;
}
.note-editor .panel-success > .panel-heading {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.note-editor .panel-success > .panel-heading + .panel-collapse .panel-body {
border-top-color: #d6e9c6;
}
.note-editor .panel-success > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #d6e9c6;
}
.note-editor .panel-warning {
border-color: #faebcc;
}
.note-editor .panel-warning > .panel-heading {
color: #c09853;
background-color: #fcf8e3;
border-color: #faebcc;
}
.note-editor .panel-warning > .panel-heading + .panel-collapse .panel-body {
border-top-color: #faebcc;
}
.note-editor .panel-warning > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #faebcc;
}
.note-editor .panel-danger {
border-color: #ebccd1;
}
.note-editor .panel-danger > .panel-heading {
color: #b94a48;
background-color: #f2dede;
border-color: #ebccd1;
}
.note-editor .panel-danger > .panel-heading + .panel-collapse .panel-body {
border-top-color: #ebccd1;
}
.note-editor .panel-danger > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #ebccd1;
}
.note-editor .panel-info {
border-color: #bce8f1;
}
.note-editor .panel-info > .panel-heading {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.note-editor .panel-info > .panel-heading + .panel-collapse .panel-body {
border-top-color: #bce8f1;
}
.note-editor .panel-info > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #bce8f1;
}
.note-editor .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, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.note-editor .well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.note-editor .well-lg {
padding: 24px;
border-radius: 6px;
}
.note-editor .well-sm {
padding: 9px;
border-radius: 3px;
}
.note-editor .close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.note-editor .close:hover,
.note-editor .close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.note-editor .close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: auto;
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog {
margin-left: auto;
margin-right: auto;
width: auto;
padding: 10px;
z-index: 1050;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-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: none;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.428571429px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.428571429;
}
.modal-body {
position: relative;
padding: 20px;
}
.modal-footer {
margin-top: 15px;
padding: 19px 20px 20px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.modal-footer:after {
clear: both;
}
.modal-footer:before,
.modal-footer:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
@media screen and (min-width: 768px) {
.modal-dialog {
width: 600px;
padding-top: 30px;
padding-bottom: 30px;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
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: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
font-weight: normal;
line-height: 18px;
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 {
border-width: 10px;
content: "";
}
.popover.top .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicons-chevron-left,
.carousel-control .glyphicons-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-xs.visible-sm {
display: block !important;
}
tr.visible-xs.visible-sm {
display: table-row !important;
}
th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-xs.visible-md {
display: block !important;
}
tr.visible-xs.visible-md {
display: table-row !important;
}
th.visible-xs.visible-md,
td.visible-xs.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-xs.visible-lg {
display: block !important;
}
tr.visible-xs.visible-lg {
display: table-row !important;
}
th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
display: table-cell !important;
}
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
display: none !important;
}
@media (max-width: 767px) {
.visible-sm.visible-xs {
display: block !important;
}
tr.visible-sm.visible-xs {
display: table-row !important;
}
th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-sm.visible-md {
display: block !important;
}
tr.visible-sm.visible-md {
display: table-row !important;
}
th.visible-sm.visible-md,
td.visible-sm.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-sm.visible-lg {
display: block !important;
}
tr.visible-sm.visible-lg {
display: table-row !important;
}
th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
display: table-cell !important;
}
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
display: none !important;
}
@media (max-width: 767px) {
.visible-md.visible-xs {
display: block !important;
}
tr.visible-md.visible-xs {
display: table-row !important;
}
th.visible-md.visible-xs,
td.visible-md.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-md.visible-sm {
display: block !important;
}
tr.visible-md.visible-sm {
display: table-row !important;
}
th.visible-md.visible-sm,
td.visible-md.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-md.visible-lg {
display: block !important;
}
tr.visible-md.visible-lg {
display: table-row !important;
}
th.visible-md.visible-lg,
td.visible-md.visible-lg {
display: table-cell !important;
}
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-lg.visible-xs {
display: block !important;
}
tr.visible-lg.visible-xs {
display: table-row !important;
}
th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-lg.visible-sm {
display: block !important;
}
tr.visible-lg.visible-sm {
display: table-row !important;
}
th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-lg.visible-md {
display: block !important;
}
tr.visible-lg.visible-md {
display: table-row !important;
}
th.visible-lg.visible-md,
td.visible-lg.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
.hidden-xs {
display: block !important;
}
tr.hidden-xs {
display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-xs,
tr.hidden-xs,
th.hidden-xs,
td.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-xs.hidden-sm,
tr.hidden-xs.hidden-sm,
th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-xs.hidden-md,
tr.hidden-xs.hidden-md,
th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xs.hidden-lg,
tr.hidden-xs.hidden-lg,
th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
display: none !important;
}
}
.hidden-sm {
display: block !important;
}
tr.hidden-sm {
display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-sm.hidden-xs,
tr.hidden-sm.hidden-xs,
th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm,
tr.hidden-sm,
th.hidden-sm,
td.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-sm.hidden-md,
tr.hidden-sm.hidden-md,
th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-sm.hidden-lg,
tr.hidden-sm.hidden-lg,
th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
display: none !important;
}
}
.hidden-md {
display: block !important;
}
tr.hidden-md {
display: table-row !important;
}
th.hidden-md,
td.hidden-md {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-md.hidden-xs,
tr.hidden-md.hidden-xs,
th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-md.hidden-sm,
tr.hidden-md.hidden-sm,
th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md,
tr.hidden-md,
th.hidden-md,
td.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-md.hidden-lg,
tr.hidden-md.hidden-lg,
th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
display: none !important;
}
}
.hidden-lg {
display: block !important;
}
tr.hidden-lg {
display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-lg.hidden-xs,
tr.hidden-lg.hidden-xs,
th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-lg.hidden-sm,
tr.hidden-lg.hidden-sm,
th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg.hidden-md,
tr.hidden-lg.hidden-md,
th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg,
tr.hidden-lg,
th.hidden-lg,
td.hidden-lg {
display: none !important;
}
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
.hidden-print,
tr.hidden-print,
th.hidden-print,
td.hidden-print {
display: none !important;
}
}
|
doc/Asterisk-Admin-Guide/ManagerAction_Atxfer.html | yuezhou/asterisk1.8.21 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Asterisk Project : ManagerAction_Atxfer</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
<tr>
<td valign="top" class="pagebody">
<div class="pageheader">
<span class="pagetitle">
Asterisk Project : ManagerAction_Atxfer
</span>
</div>
<div class="pagesubheading">
This page last changed on Mar 30, 2011 by <font color="#0050B2">wikibot</font>.
</div>
<h1><a name="ManagerAction_Atxfer-Atxfer"></a>Atxfer</h1>
<h3><a name="ManagerAction_Atxfer-Synopsis"></a>Synopsis</h3>
<p>Attended transfer.</p>
<h3><a name="ManagerAction_Atxfer-Description"></a>Description</h3>
<p>Attended transfer.</p>
<h3><a name="ManagerAction_Atxfer-Syntax"></a>Syntax</h3>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>Action: Atxfer
[ActionID:] <value>
Channel: <value>
Exten: <value>
Context: <value>
Priority: <value>
</pre>
</div></div>
<h5><a name="ManagerAction_Atxfer-Arguments"></a>Arguments</h5>
<ul>
<li><tt>ActionID</tt> - ActionID for this transaction. Will be returned.</li>
<li><tt>Channel</tt> - Transferer's channel.</li>
<li><tt>Exten</tt> - Extension to transfer to.</li>
<li><tt>Context</tt> - Context to transfer to.</li>
<li><tt>Priority</tt> - Priority to transfer to.</li>
</ul>
<h3><a name="ManagerAction_Atxfer-SeeAlso"></a>See Also</h3>
<h3><a name="ManagerAction_Atxfer-ImportVersion"></a>Import Version</h3>
<p>This documentation was imported from Asterisk version SVN-branch-1.8-r311874.</p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="12" background="https://wiki.asterisk.org/wiki/images/border/border_bottom.gif"><img src="images/border/spacer.gif" width="1" height="1" border="0"/></td>
</tr>
<tr>
<td align="center"><font color="grey">Document generated by Confluence on Oct 04, 2011 12:42</font></td>
</tr>
</table>
</body>
</html>
|
doc/modules/blingbling.widget.html | geektophe/blingbling | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>Reference</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
<br/>
<h1>ldoc</h1>
<ul>
<li><a href="../index.html">Index</a></li>
</ul>
<h2>Contents</h2>
<ul>
<li><a href="#Functions">Functions</a></li>
</ul>
<h2>Modules</h2>
<ul class="$(kind=='Topics' and '' or 'nowrap'">
<li><a href="../modules/blingbling.calendar.html">blingbling.calendar</a></li>
<li><a href="../modules/blingbling.clock.html">blingbling.clock</a></li>
<li><a href="../modules/blingbling.helpers.html">blingbling.helpers</a></li>
<li><a href="../modules/blingbling.linegraph.html">blingbling.linegraph</a></li>
<li><strong>blingbling.widget</strong></li>
<li><a href="../modules/blingbling.popups.html">blingbling.popups</a></li>
<li><a href="../modules/blingbling.progress_graph.html">blingbling.progress_graph</a></li>
<li><a href="../modules/blingbling.system.html">blingbling.system</a></li>
<li><a href="../modules/blingbling.tagslist.html">blingbling.tagslist</a></li>
<li><a href="../modules/blingbling.task_warrior.html">blingbling.task_warrior</a></li>
<li><a href="../modules/blingbling.text_box.html">blingbling.text_box</a></li>
<li><a href="../modules/blingbling.transient.html">blingbling.transient</a></li>
<li><a href="../modules/blingbling.triangular_progress_graph.html">blingbling.triangular_progress_graph</a></li>
<li><a href="../modules/blingbling.udisks_glue.html">blingbling.udisks_glue</a></li>
<li><a href="../modules/blingbling.value_text_box.html">blingbling.value_text_box</a></li>
<li><a href="../modules/blingbling.volume.html">blingbling.volume</a></li>
<li><a href="../modules/blingbling.wlourf_circle_graph.html">blingbling.wlourf_circle_graph</a></li>
</ul>
</div>
<div id="content">
<h1>Module <code>blingbling.widget</code></h1>
<p>Net widget displays two arrows as graph for download/upload activities</p>
<p></p>
<h2><a href="#Functions">Functions</a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#set_interface">set_interface (interface)</a></td>
<td class="summary">Set the net interface used to get information, default is eth0.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#set_v_margin">set_v_margin (margin)</a></td>
<td class="summary">Define the top and bottom margin for the graph area.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#set_h_margin">set_h_margin (margin)</a></td>
<td class="summary">Define the left and right margin for the graph area.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#set_background_color">set_background_color (color)</a></td>
<td class="summary">Fill all the widget (width * height) with this color (default is none ).</td>
</tr>
<tr>
<td class="name" nowrap><a href="#set_background_graph_color">set_background_graph_color (color)</a></td>
<td class="summary">Fill the graph area background with this color (default is none).</td>
</tr>
<tr>
<td class="name" nowrap><a href="#set_graph_color">set_graph_color (color)</a></td>
<td class="summary">Define the graph/arrows color.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#set_graph_line_color">set_graph_line_color (color)</a></td>
<td class="summary">Set an outline on the arrows with this color.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#set_show_text">set_show_text (boolean)</a></td>
<td class="summary">Display or not upload/download informations.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#set_text_color">set_text_color (color)</a></td>
<td class="summary">Define the text color.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#set_text_background_color">set_text_background_color (color)</a></td>
<td class="summary">Set a color behind the text.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#set_font_size">set_font_size (size)</a></td>
<td class="summary">Set the size of the font to use.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#set_font">set_font (font)</a></td>
<td class="summary">Set the font to use.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#net:set_ippopup">net:set_ippopup ()</a></td>
<td class="summary">Add a popup on the widget that displays informations on the current network connection.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#net:set_height">net:set_height (height)</a></td>
<td class="summary">Set the n_graph height.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#net:set_width">net:set_width (width)</a></td>
<td class="summary">Set the graph width.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#net.new">net.new (args)</a></td>
<td class="summary">Create a n_graph widget.</td>
</tr>
</table>
<br/>
<br/>
<h2><a name="Functions"></a>Functions</h2>
<dl class="function">
<dt>
<a name = "set_interface"></a>
<strong>set_interface (interface)</strong>
</dt>
<dd>
Set the net interface used to get information, default is eth0.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">interface</span>
a string
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_interface(<span class="global">string</span>)</pre>
</ul>
</dd>
<dt>
<a name = "set_v_margin"></a>
<strong>set_v_margin (margin)</strong>
</dt>
<dd>
Define the top and bottom margin for the graph area.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">margin</span>
an integer for top and bottom margin
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_v_margin(integer)</pre>
</ul>
</dd>
<dt>
<a name = "set_h_margin"></a>
<strong>set_h_margin (margin)</strong>
</dt>
<dd>
Define the left and right margin for the graph area.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">margin</span>
an integer for left and right margin
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_h_margin()</pre>
</ul>
</dd>
<dt>
<a name = "set_background_color"></a>
<strong>set_background_color (color)</strong>
</dt>
<dd>
Fill all the widget (width * height) with this color (default is none ).
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">color</span>
a string "#rrggbbaa" or "#rrggbb"
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_background_color(<span class="global">string</span>) --><span class="string">"#rrggbbaa"</span></pre>
</ul>
</dd>
<dt>
<a name = "set_background_graph_color"></a>
<strong>set_background_graph_color (color)</strong>
</dt>
<dd>
Fill the graph area background with this color (default is none).
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">color</span>
a string "#rrggbbaa" or "#rrggbb"
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_background_graph_color(<span class="global">string</span>) --><span class="string">"#rrggbbaa"</span></pre>
</ul>
</dd>
<dt>
<a name = "set_graph_color"></a>
<strong>set_graph_color (color)</strong>
</dt>
<dd>
Define the graph/arrows color.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">color</span>
a string "#rrggbbaa" or "#rrggbb"
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_graph_color(<span class="global">string</span>) --><span class="string">"#rrggbbaa"</span></pre>
</ul>
</dd>
<dt>
<a name = "set_graph_line_color"></a>
<strong>set_graph_line_color (color)</strong>
</dt>
<dd>
Set an outline on the arrows with this color.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">color</span>
a string "#rrggbbaa" or "#rrggbb"
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_graph_line_color(<span class="global">string</span>) --><span class="string">"#rrggbbaa"</span></pre>
</ul>
</dd>
<dt>
<a name = "set_show_text"></a>
<strong>set_show_text (boolean)</strong>
</dt>
<dd>
Display or not upload/download informations.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">boolean</span>
true or false default is false
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_show_text(boolean) --> <span class="keyword">true</span> <span class="keyword">or</span> <span class="keyword">false</span></pre>
</ul>
</dd>
<dt>
<a name = "set_text_color"></a>
<strong>set_text_color (color)</strong>
</dt>
<dd>
Define the text color.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">color</span>
a string "#rrggbbaa" or "#rrggbb"
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_text_color(<span class="global">string</span>) --><span class="string">"#rrggbbaa"</span></pre>
</ul>
</dd>
<dt>
<a name = "set_text_background_color"></a>
<strong>set_text_background_color (color)</strong>
</dt>
<dd>
Set a color behind the text.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">color</span>
a string "#rrggbbaa" or "#rrggbb"
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_text_background_color(<span class="global">string</span>) --><span class="string">"#rrggbbaa"</span></pre>
</ul>
</dd>
<dt>
<a name = "set_font_size"></a>
<strong>set_font_size (size)</strong>
</dt>
<dd>
Set the size of the font to use.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">size</span>
the font size
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_font_size(integer)</pre>
</ul>
</dd>
<dt>
<a name = "set_font"></a>
<strong>set_font (font)</strong>
</dt>
<dd>
Set the font to use.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">font</span>
a string that contains the font name family and weight
</li>
</ul>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_font(<span class="global">string</span>)</pre>
</ul>
</dd>
<dt>
<a name = "net:set_ippopup"></a>
<strong>net:set_ippopup ()</strong>
</dt>
<dd>
Add a popup on the widget that displays informations on the current network connection.
<h3>Usage:</h3>
<ul>
<pre class="example">mynet:set_ippopup()</pre>
</ul>
</dd>
<dt>
<a name = "net:set_height"></a>
<strong>net:set_height (height)</strong>
</dt>
<dd>
Set the n_graph height.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">height</span>
The height to set.
</li>
</ul>
</dd>
<dt>
<a name = "net:set_width"></a>
<strong>net:set_width (width)</strong>
</dt>
<dd>
Set the graph width.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">width</span>
The width to set.
</li>
</ul>
</dd>
<dt>
<a name = "net.new"></a>
<strong>net.new (args)</strong>
</dt>
<dd>
Create a n_graph widget.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">args</span>
Standard widget() arguments. You should add width and height and interface
</li>
</ul>
<h3>Returns:</h3>
<ol>
A graph widget.
</ol>
<h3>Usage:</h3>
<ul>
<pre class="example">mynet = blingbling.net({width = <span class="number">100</span>, height = <span class="number">20</span>, interface = <span class="string">"eth0"</span>})</pre>
</ul>
</dd>
</dl>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2015-08-04 10:16:50 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>
|
toolchains/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/share/doc/as.html/PJ-Options.html | BPI-SINOVOIP/BPI-Mainline-kernel | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file documents the GNU Assembler "as".
Copyright (C) 1991-2017 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with 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".
-->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<title>Using as: PJ Options</title>
<meta name="description" content="Using as: PJ Options">
<meta name="keywords" content="Using as: PJ Options">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="AS-Index.html#AS-Index" rel="index" title="AS Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="PJ_002dDependent.html#PJ_002dDependent" rel="up" title="PJ-Dependent">
<link href="PJ-Syntax.html#PJ-Syntax" rel="next" title="PJ Syntax">
<link href="PJ_002dDependent.html#PJ_002dDependent" rel="prev" title="PJ-Dependent">
<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="PJ-Options"></a>
<div class="header">
<p>
Next: <a href="PJ-Syntax.html#PJ-Syntax" accesskey="n" rel="next">PJ Syntax</a>, Up: <a href="PJ_002dDependent.html#PJ_002dDependent" accesskey="u" rel="up">PJ-Dependent</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="AS-Index.html#AS-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Options-17"></a>
<h4 class="subsection">9.34.1 Options</h4>
<a name="index-PJ-options"></a>
<a name="index-options_002c-PJ"></a>
<p><code>as</code> has two additional command-line options for the picoJava
architecture.
</p><dl compact="compact">
<dt><code>-ml</code></dt>
<dd><p>This option selects little endian data output.
</p>
</dd>
<dt><code>-mb</code></dt>
<dd><p>This option selects big endian data output.
</p></dd>
</dl>
</body>
</html>
|
Source/JGE/JGE/docs/html/class_j_o_b_j_model.html | cbarox/PSPConstructor | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>JGE++: JOBJModel Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
<ul>
<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 class="tabs">
<ul>
<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>
<h1>JOBJModel Class Reference</h1><!-- doxytag: class="JOBJModel" --><code>#include <JOBJModel.h></code>
<p>
<p>
<a href="class_j_o_b_j_model-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_j_o_b_j_model.html#e87cb9e9a9929b9979fe00b0e8e3091c">JOBJModel</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="class_j_o_b_j_model.html#10c23900dabbb550777b247432fcfe35">Load</a> (const char *modelName, const char *textureName)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_j_o_b_j_model.html#e555d4ecff60783887e02eb55b75ae2d">Render</a> ()</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Helper class to display Wavefront OBJ model. <hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="e87cb9e9a9929b9979fe00b0e8e3091c"></a><!-- doxytag: member="JOBJModel::JOBJModel" ref="e87cb9e9a9929b9979fe00b0e8e3091c" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">JOBJModel::JOBJModel </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Constructor.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="10c23900dabbb550777b247432fcfe35"></a><!-- doxytag: member="JOBJModel::Load" ref="10c23900dabbb550777b247432fcfe35" args="(const char *modelName, const char *textureName)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool JOBJModel::Load </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"> <em>modelName</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"> <em>textureName</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Load OBJ model.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>modelName</em> </td><td>- Name of OBJ file. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>texturenName</em> </td><td>- Name of texture. </td></tr>
</table>
</dl>
</div>
</div><p>
<a class="anchor" name="e555d4ecff60783887e02eb55b75ae2d"></a><!-- doxytag: member="JOBJModel::Render" ref="e555d4ecff60783887e02eb55b75ae2d" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void JOBJModel::Render </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Render the model to screen.
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Oct 22 00:28:22 2007 for JGE++ by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>
|
tools/gerb-merge/doc/layoutfile.html | logxen/Fritzing | <HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>GerbMerge -- A Gerber-file merging program -- The Layout File</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff" LINK="#0000c0" VLINK="#8f008f">
<!-- -->
<P><FONT SIZE="+2">GerbMerge -- The Layout File</FONT></P>
<BLOCKQUOTE>
<P><A HREF="http://claymore.engineer.gvsu.edu/~steriana"><FONT
SIZE="-1">Andrew Sterian</FONT></A><FONT SIZE="-1"><BR>
Padnos College of Engineering and Computing<BR>
Grand Valley State University</FONT></P>
</BLOCKQUOTE>
<P><HR ALIGN=LEFT><TABLE WIDTH="100%" BORDER="0" CELLSPACING="2"
CELLPADDING="0">
<TR>
<TD><A HREF="index.html">Top-Level</A> | <A HREF="cfgfile.html">The Configuration File</A> | The Layout File | <A HREF="autosearch.html">Automatic Placement</A></TD>
</TR>
</TABLE><HR ALIGN=LEFT></P>
<H2>Introduction</H2>
<P>The layout file tells GerbMerge how to replicate and/or arrange the jobs that
you specified in the <A HREF="cfgfile.html">configuration file</A>. The layout
file must be specified when using manual relative placement. See the <A HREF="autosearch.html">Automatic
Placement</A> page for an alternative to using the layout file approach.
<P>The layout file is a plain text file that can be created with any
text editor.
<P>Have a look at the sample layout files <A HREF="layout1.def"><TT>layout1.def</TT></A>
and <A HREF="layout2.def"><TT>layout2.def</TT></A> for a quick overview of this file.
<P><A NAME="RowsCols"></A>
<H2>Rows and Columns</H2>
<P>The panel layout is specified in terms of cells. Each cell is part of either a
row or column of cells. Each row or column can itself be a part of a column or row,
respectively. In this way, a large variety of layouts can be specified. Unfortunately,
this scheme is fairly easy to implement in code, but it does not allow for arbitrary
placement of jobs.
<P>At the top level, you specify the layout of the final panel by specifying the
contents of each row, from left to right. Let's begin with an example. The input job, named <TT>example</TT> is as follows:
<CENTER><IMG SRC="ex1.png"></CENTER>
We will place three copies of this job, all in a row, using the following layout:
<PRE>
Row {
example # Jobs are listed in a row from left to right
example
example
}
</PRE>
The above layout file leads to the following panel:
<CENTER><IMG SRC="ex1a.png"></CENTER>
<P>The <TT>Row { .... }</TT> construct indicates a single row of the layout. While you
can add spaces and comments as you please, the word <TT>Row</TT> and its associated
open-bracket must appear on one line, each job name on a separate line, and the closing
bracket on its own line. Thus, the following is illegal:
<PRE>
Row { example example example } # Illegal!
</PRE>
<P>The word <TT>Rotate</TT> following a job indicates that the given instance of the job
is to be rotated by 90 degrees at its current position. For example:
<PRE>
Row {
example
example Rotate
example
}
</PRE>
The above layout file leads to the following panel:
<CENTER><IMG SRC="ex1b.png"></CENTER>
<P>Rows stack vertically beginning at the bottom of the panel and moving up. For example:
<PRE>
Row {
example
example
example
}
Row {
example
example
example
}
</PRE>
The above layout file leads to the following panel:
<CENTER><IMG SRC="ex1c.png"></CENTER>
<P>Suppose now that we want the two jobs on the right to be rotated so the final panel has
a smaller width, but larger height. We can try the following:
<PRE>
Row {
example
example
example Rotate
}
Row {
example
example
example Rotate
}
</PRE>
The above layout file leads to the following panel:
<CENTER><IMG SRC="ex1d.png"></CENTER>
<P>This layout is quite wasteful and not quite what we intended. The problem is that
GerbMerge stacks rows on top of each other based upon the highest job within a row. The
height of the first (bottom-most) row, then, is the height of the rotated job.
<P>What we really want is to
think of our layout in terms of columns (in this case). The first column should be two
jobs stacked on top of each other. The second column should be the same. While the third
column should be two jobs side by side. We can accomplish this effect by placing columns
within a single row. Within a column, jobs are listed in stacking order from bottom to top.
For example:
<PRE>
Row {
Col {
example
example
}
Col {
example
example
}
example Rotate
example Rotate
}
</PRE>
The above layout file leads to the following panel:
<CENTER><IMG SRC="ex1e.png"></CENTER>
<P>Study that layout file carefully. The panel has only a single row with 4 elements.
The first element is a column with two jobs. The second element (immediately to the
right of the first element) is also a column with two jobs. The third element is
a rotated job. The fourth and right-most element is a rotated job.
<P>In summary, a row is a list of cells that are laid out from left to right. A cell may
be a simple job, or it may be a column of jobs. The column is treated as a single row cell.
<P>Now, let's get fancy and embed a row within a column, like this:
<PRE>
Row {
Col {
example
Row { # This row sits above a job, in a column.
example Rotate # These are laid out left to right in the
example Rotate # middle of a column.
}
}
example Rotate # These continue left to right in the main row
example Rotate
}
</PRE>
The above layout file leads to the following panel:
<CENTER><IMG SRC="ex1f.png"></CENTER>
<P>In words, the job consists of a single row. The first cell in the row is a column.
The first cell in the column is a job. Above this cell is another row, which has two
cells (rotated jobs) laid out left-to-right.
<P>Keep re-reading the above until it makes sense!
<P>Here's a quiz: how can you modify the layout file so that a non-rotated job is
added in the blank space at the top-right of the above panel? Think before proceeding.
<P>To add a job on top of the two rotated jobs at the right of the panel, we must
convert those two jobs into a column, like this:
<PRE>
Row {
Col {
example
Row { # This row sits above a job, in a column.
example Rotate # These are laid out left to right in the
example Rotate # middle of a column.
}
}
Col {
Row {
example Rotate
example Rotate
}
example # This job sits on top of the two rotated jobs
}
}
</PRE>
The above layout file leads to the following panel:
<CENTER><IMG SRC="ex1g.png"></CENTER>
<P>Once you get the hang of thinking in terms of recursive rows and columns, the
process is not all that difficult. There is one important rule to remember, however:
<CENTER><B>Columns can only be defined within a row, and rows can only be defined within
a column.</B></CENTER>
<P>Make sure you have a look at the sample layout files <A HREF="layout1.def"><TT>layout1.def</TT></A>
and <A HREF="layout2.def"><TT>layout2.def</TT></A> for more examples.
<H2>Rotation Angles</H2>
<P>For rotating jobs, most users will simply want to rotate jobs by 90 degrees (counterclockwise). This is achieved using the <TT>Rotate</TT> keyword as described above. It is also possible to rotate jobs by 180 and 270 degrees for special applications, for example, when panelized jobs are not completely separate but need to interact with each other.
<P>The full list of rotation keywords recognized in the layout file is as follows:
<UL>
<LI><TT>Rotate</TT>, <TT>Rotate90</TT>: rotate by 90 degrees counterclockwise</LI>
<LI><TT>Rotate180</TT>: rotate by 180 degrees</LI>
<LI><TT>Rotate270</TT>: rotate by 270 degrees counterclockwise</LI>
</UL>
<HR ALIGN=LEFT>
<P><CENTER><FONT SIZE="-1">© 2003-2008, Copyright by <A HREF="http://claymore.engineer.gvsu.edu/~steriana">Andrew
Sterian</A>; All Rights Reserved. mailto: <A HREF="mailto:steriana@claymore.engineer.gvsu.edu?subject=GerbMerge">steriana@claymore.engineer.gvsu.edu</A></FONT></CENTER>
</BODY>
</HTML>
|
sfml/doc/html/classsf_1_1Texture.html | mayosenpai/TheUltimateGameOfChess | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SFML - Simple and Fast Multimedia Library</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
<span id="sfml">SFML 2.4.2</span>
</div>
</div>
<div id="content">
<!-- 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><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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>sf</b></li><li class="navelem"><a class="el" href="classsf_1_1Texture.html">Texture</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="#pri-static-methods">Static Private Member Functions</a> |
<a href="#friends">Friends</a> |
<a href="classsf_1_1Texture-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">sf::Texture Class Reference<div class="ingroups"><a class="el" href="group__graphics.html">Graphics module</a></div></div> </div>
</div><!--header-->
<div class="contents">
<p><a class="el" href="classsf_1_1Image.html" title="Class for loading, manipulating and saving images. ">Image</a> living on the graphics card that can be used for drawing.
<a href="classsf_1_1Texture.html#details">More...</a></p>
<p><code>#include <<a class="el" href="Texture_8hpp_source.html">Texture.hpp</a>></code></p>
<div class="dynheader">
Inheritance diagram for sf::Texture:</div>
<div class="dyncontent">
<div class="center">
<img src="classsf_1_1Texture.png" usemap="#sf::Texture_map" alt=""/>
<map id="sf::Texture_map" name="sf::Texture_map">
<area href="classsf_1_1GlResource.html" title="Base class for classes that require an OpenGL context. " alt="sf::GlResource" shape="rect" coords="0,0,94,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:aa6fd3bbe3c334b3c4428edfb2765a82e"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#aa6fd3bbe3c334b3c4428edfb2765a82e">CoordinateType</a> { <a class="el" href="classsf_1_1Texture.html#aa6fd3bbe3c334b3c4428edfb2765a82ea69d6228950882e4d68be4ba4dbe7df73">Normalized</a>,
<a class="el" href="classsf_1_1Texture.html#aa6fd3bbe3c334b3c4428edfb2765a82ea6372f9c3a10203a7a69d8d5da59d82ff">Pixels</a>
}</td></tr>
<tr class="memdesc:aa6fd3bbe3c334b3c4428edfb2765a82e"><td class="mdescLeft"> </td><td class="mdescRight">Types of texture coordinates that can be used for rendering. <a href="classsf_1_1Texture.html#aa6fd3bbe3c334b3c4428edfb2765a82e">More...</a><br /></td></tr>
<tr class="separator:aa6fd3bbe3c334b3c4428edfb2765a82e"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a3e04674853b8533bf981db3173e3a4a7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a3e04674853b8533bf981db3173e3a4a7">Texture</a> ()</td></tr>
<tr class="memdesc:a3e04674853b8533bf981db3173e3a4a7"><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <a href="#a3e04674853b8533bf981db3173e3a4a7">More...</a><br /></td></tr>
<tr class="separator:a3e04674853b8533bf981db3173e3a4a7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a524855cbf89de3b74be84d385fd229de"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a524855cbf89de3b74be84d385fd229de">Texture</a> (const <a class="el" href="classsf_1_1Texture.html">Texture</a> &copy)</td></tr>
<tr class="memdesc:a524855cbf89de3b74be84d385fd229de"><td class="mdescLeft"> </td><td class="mdescRight">Copy constructor. <a href="#a524855cbf89de3b74be84d385fd229de">More...</a><br /></td></tr>
<tr class="separator:a524855cbf89de3b74be84d385fd229de"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9c5354ad40eb1c5aeeeb21f57ccd7e6c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a9c5354ad40eb1c5aeeeb21f57ccd7e6c">~Texture</a> ()</td></tr>
<tr class="memdesc:a9c5354ad40eb1c5aeeeb21f57ccd7e6c"><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <a href="#a9c5354ad40eb1c5aeeeb21f57ccd7e6c">More...</a><br /></td></tr>
<tr class="separator:a9c5354ad40eb1c5aeeeb21f57ccd7e6c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a89b4c7d204acf1033c3a1b6e0a3ad0a3"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a89b4c7d204acf1033c3a1b6e0a3ad0a3">create</a> (unsigned int width, unsigned int height)</td></tr>
<tr class="memdesc:a89b4c7d204acf1033c3a1b6e0a3ad0a3"><td class="mdescLeft"> </td><td class="mdescRight">Create the texture. <a href="#a89b4c7d204acf1033c3a1b6e0a3ad0a3">More...</a><br /></td></tr>
<tr class="separator:a89b4c7d204acf1033c3a1b6e0a3ad0a3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8e1b56eabfe33e2e0e1cb03712c7fcc7"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a8e1b56eabfe33e2e0e1cb03712c7fcc7">loadFromFile</a> (const std::string &filename, const <a class="el" href="classsf_1_1Rect.html">IntRect</a> &area=<a class="el" href="classsf_1_1Rect.html">IntRect</a>())</td></tr>
<tr class="memdesc:a8e1b56eabfe33e2e0e1cb03712c7fcc7"><td class="mdescLeft"> </td><td class="mdescRight">Load the texture from a file on disk. <a href="#a8e1b56eabfe33e2e0e1cb03712c7fcc7">More...</a><br /></td></tr>
<tr class="separator:a8e1b56eabfe33e2e0e1cb03712c7fcc7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2c4adb19dd4cbee0a588eeb85e52a249"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a2c4adb19dd4cbee0a588eeb85e52a249">loadFromMemory</a> (const void *data, std::size_t size, const <a class="el" href="classsf_1_1Rect.html">IntRect</a> &area=<a class="el" href="classsf_1_1Rect.html">IntRect</a>())</td></tr>
<tr class="memdesc:a2c4adb19dd4cbee0a588eeb85e52a249"><td class="mdescLeft"> </td><td class="mdescRight">Load the texture from a file in memory. <a href="#a2c4adb19dd4cbee0a588eeb85e52a249">More...</a><br /></td></tr>
<tr class="separator:a2c4adb19dd4cbee0a588eeb85e52a249"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a786b486a46b1c6d1c16ff4af61ecc601"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a786b486a46b1c6d1c16ff4af61ecc601">loadFromStream</a> (<a class="el" href="classsf_1_1InputStream.html">InputStream</a> &stream, const <a class="el" href="classsf_1_1Rect.html">IntRect</a> &area=<a class="el" href="classsf_1_1Rect.html">IntRect</a>())</td></tr>
<tr class="memdesc:a786b486a46b1c6d1c16ff4af61ecc601"><td class="mdescLeft"> </td><td class="mdescRight">Load the texture from a custom stream. <a href="#a786b486a46b1c6d1c16ff4af61ecc601">More...</a><br /></td></tr>
<tr class="separator:a786b486a46b1c6d1c16ff4af61ecc601"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abec4567ad9856a3596dc74803f26fba2"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#abec4567ad9856a3596dc74803f26fba2">loadFromImage</a> (const <a class="el" href="classsf_1_1Image.html">Image</a> &image, const <a class="el" href="classsf_1_1Rect.html">IntRect</a> &area=<a class="el" href="classsf_1_1Rect.html">IntRect</a>())</td></tr>
<tr class="memdesc:abec4567ad9856a3596dc74803f26fba2"><td class="mdescLeft"> </td><td class="mdescRight">Load the texture from an image. <a href="#abec4567ad9856a3596dc74803f26fba2">More...</a><br /></td></tr>
<tr class="separator:abec4567ad9856a3596dc74803f26fba2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0f370acd8f41c8b97a6959389c521c2c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classsf_1_1Vector2.html">Vector2u</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a0f370acd8f41c8b97a6959389c521c2c">getSize</a> () const </td></tr>
<tr class="memdesc:a0f370acd8f41c8b97a6959389c521c2c"><td class="mdescLeft"> </td><td class="mdescRight">Return the size of the texture. <a href="#a0f370acd8f41c8b97a6959389c521c2c">More...</a><br /></td></tr>
<tr class="separator:a0f370acd8f41c8b97a6959389c521c2c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aefc19bcd95565dd2348fd4cec0facddc"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classsf_1_1Image.html">Image</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#aefc19bcd95565dd2348fd4cec0facddc">copyToImage</a> () const </td></tr>
<tr class="memdesc:aefc19bcd95565dd2348fd4cec0facddc"><td class="mdescLeft"> </td><td class="mdescRight">Copy the texture pixels to an image. <a href="#aefc19bcd95565dd2348fd4cec0facddc">More...</a><br /></td></tr>
<tr class="separator:aefc19bcd95565dd2348fd4cec0facddc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae4eab5c6781316840b0c50ad08370963"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#ae4eab5c6781316840b0c50ad08370963">update</a> (const Uint8 *pixels)</td></tr>
<tr class="memdesc:ae4eab5c6781316840b0c50ad08370963"><td class="mdescLeft"> </td><td class="mdescRight">Update the whole texture from an array of pixels. <a href="#ae4eab5c6781316840b0c50ad08370963">More...</a><br /></td></tr>
<tr class="separator:ae4eab5c6781316840b0c50ad08370963"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1352d8e16c2aeb4df586ed65dd2c36b9"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a1352d8e16c2aeb4df586ed65dd2c36b9">update</a> (const Uint8 *pixels, unsigned int width, unsigned int height, unsigned int x, unsigned int y)</td></tr>
<tr class="memdesc:a1352d8e16c2aeb4df586ed65dd2c36b9"><td class="mdescLeft"> </td><td class="mdescRight">Update a part of the texture from an array of pixels. <a href="#a1352d8e16c2aeb4df586ed65dd2c36b9">More...</a><br /></td></tr>
<tr class="separator:a1352d8e16c2aeb4df586ed65dd2c36b9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a037cdf171af0fb392d07626a44a4ea17"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a037cdf171af0fb392d07626a44a4ea17">update</a> (const <a class="el" href="classsf_1_1Image.html">Image</a> &image)</td></tr>
<tr class="memdesc:a037cdf171af0fb392d07626a44a4ea17"><td class="mdescLeft"> </td><td class="mdescRight">Update the texture from an image. <a href="#a037cdf171af0fb392d07626a44a4ea17">More...</a><br /></td></tr>
<tr class="separator:a037cdf171af0fb392d07626a44a4ea17"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a87f916490b757fe900798eedf3abf3ba"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a87f916490b757fe900798eedf3abf3ba">update</a> (const <a class="el" href="classsf_1_1Image.html">Image</a> &image, unsigned int x, unsigned int y)</td></tr>
<tr class="memdesc:a87f916490b757fe900798eedf3abf3ba"><td class="mdescLeft"> </td><td class="mdescRight">Update a part of the texture from an image. <a href="#a87f916490b757fe900798eedf3abf3ba">More...</a><br /></td></tr>
<tr class="separator:a87f916490b757fe900798eedf3abf3ba"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad3cceef238f7d5d2108a98dd38c17fc5"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#ad3cceef238f7d5d2108a98dd38c17fc5">update</a> (const <a class="el" href="classsf_1_1Window.html">Window</a> &window)</td></tr>
<tr class="memdesc:ad3cceef238f7d5d2108a98dd38c17fc5"><td class="mdescLeft"> </td><td class="mdescRight">Update the texture from the contents of a window. <a href="#ad3cceef238f7d5d2108a98dd38c17fc5">More...</a><br /></td></tr>
<tr class="separator:ad3cceef238f7d5d2108a98dd38c17fc5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a154f246eb8059b602076009ab1cfd175"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a154f246eb8059b602076009ab1cfd175">update</a> (const <a class="el" href="classsf_1_1Window.html">Window</a> &window, unsigned int x, unsigned int y)</td></tr>
<tr class="memdesc:a154f246eb8059b602076009ab1cfd175"><td class="mdescLeft"> </td><td class="mdescRight">Update a part of the texture from the contents of a window. <a href="#a154f246eb8059b602076009ab1cfd175">More...</a><br /></td></tr>
<tr class="separator:a154f246eb8059b602076009ab1cfd175"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0c3bd6825b9a99714f10d44179d74324"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a0c3bd6825b9a99714f10d44179d74324">setSmooth</a> (bool smooth)</td></tr>
<tr class="memdesc:a0c3bd6825b9a99714f10d44179d74324"><td class="mdescLeft"> </td><td class="mdescRight">Enable or disable the smooth filter. <a href="#a0c3bd6825b9a99714f10d44179d74324">More...</a><br /></td></tr>
<tr class="separator:a0c3bd6825b9a99714f10d44179d74324"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1d6643d3c76f2be29dc401dc22749e16"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a1d6643d3c76f2be29dc401dc22749e16">isSmooth</a> () const </td></tr>
<tr class="memdesc:a1d6643d3c76f2be29dc401dc22749e16"><td class="mdescLeft"> </td><td class="mdescRight">Tell whether the smooth filter is enabled or not. <a href="#a1d6643d3c76f2be29dc401dc22749e16">More...</a><br /></td></tr>
<tr class="separator:a1d6643d3c76f2be29dc401dc22749e16"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af8a38872c50a33ff074bd0865db19dd4"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#af8a38872c50a33ff074bd0865db19dd4">setSrgb</a> (bool sRgb)</td></tr>
<tr class="memdesc:af8a38872c50a33ff074bd0865db19dd4"><td class="mdescLeft"> </td><td class="mdescRight">Enable or disable conversion from sRGB. <a href="#af8a38872c50a33ff074bd0865db19dd4">More...</a><br /></td></tr>
<tr class="separator:af8a38872c50a33ff074bd0865db19dd4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a71497736ee0593e493814c32678d981f"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a71497736ee0593e493814c32678d981f">isSrgb</a> () const </td></tr>
<tr class="memdesc:a71497736ee0593e493814c32678d981f"><td class="mdescLeft"> </td><td class="mdescRight">Tell whether the texture source is converted from sRGB or not. <a href="#a71497736ee0593e493814c32678d981f">More...</a><br /></td></tr>
<tr class="separator:a71497736ee0593e493814c32678d981f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaa87d1eff053b9d4d34a24c784a28658"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#aaa87d1eff053b9d4d34a24c784a28658">setRepeated</a> (bool repeated)</td></tr>
<tr class="memdesc:aaa87d1eff053b9d4d34a24c784a28658"><td class="mdescLeft"> </td><td class="mdescRight">Enable or disable repeating. <a href="#aaa87d1eff053b9d4d34a24c784a28658">More...</a><br /></td></tr>
<tr class="separator:aaa87d1eff053b9d4d34a24c784a28658"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a007a19b48952b7854120bf423c102150"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a007a19b48952b7854120bf423c102150">isRepeated</a> () const </td></tr>
<tr class="memdesc:a007a19b48952b7854120bf423c102150"><td class="mdescLeft"> </td><td class="mdescRight">Tell whether the texture is repeated or not. <a href="#a007a19b48952b7854120bf423c102150">More...</a><br /></td></tr>
<tr class="separator:a007a19b48952b7854120bf423c102150"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7779a75c0324b5faff77602f871710a9"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a7779a75c0324b5faff77602f871710a9">generateMipmap</a> ()</td></tr>
<tr class="memdesc:a7779a75c0324b5faff77602f871710a9"><td class="mdescLeft"> </td><td class="mdescRight">Generate a mipmap using the current texture data. <a href="#a7779a75c0324b5faff77602f871710a9">More...</a><br /></td></tr>
<tr class="separator:a7779a75c0324b5faff77602f871710a9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a80a089b6b19bb09b83012d5f0e6af9ba"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classsf_1_1Texture.html">Texture</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a80a089b6b19bb09b83012d5f0e6af9ba">operator=</a> (const <a class="el" href="classsf_1_1Texture.html">Texture</a> &right)</td></tr>
<tr class="memdesc:a80a089b6b19bb09b83012d5f0e6af9ba"><td class="mdescLeft"> </td><td class="mdescRight">Overload of assignment operator. <a href="#a80a089b6b19bb09b83012d5f0e6af9ba">More...</a><br /></td></tr>
<tr class="separator:a80a089b6b19bb09b83012d5f0e6af9ba"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a14526d89b9008a3d851dc7b5e9532450"><td class="memItemLeft" align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a14526d89b9008a3d851dc7b5e9532450">getNativeHandle</a> () const </td></tr>
<tr class="memdesc:a14526d89b9008a3d851dc7b5e9532450"><td class="mdescLeft"> </td><td class="mdescRight">Get the underlying OpenGL handle of the texture. <a href="#a14526d89b9008a3d851dc7b5e9532450">More...</a><br /></td></tr>
<tr class="separator:a14526d89b9008a3d851dc7b5e9532450"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:ae9a4274e7b95ebf7244d09c7445833b0"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#ae9a4274e7b95ebf7244d09c7445833b0">bind</a> (const <a class="el" href="classsf_1_1Texture.html">Texture</a> *texture, <a class="el" href="classsf_1_1Texture.html#aa6fd3bbe3c334b3c4428edfb2765a82e">CoordinateType</a> coordinateType=<a class="el" href="classsf_1_1Texture.html#aa6fd3bbe3c334b3c4428edfb2765a82ea69d6228950882e4d68be4ba4dbe7df73">Normalized</a>)</td></tr>
<tr class="memdesc:ae9a4274e7b95ebf7244d09c7445833b0"><td class="mdescLeft"> </td><td class="mdescRight">Bind a texture for rendering. <a href="#ae9a4274e7b95ebf7244d09c7445833b0">More...</a><br /></td></tr>
<tr class="separator:ae9a4274e7b95ebf7244d09c7445833b0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0bf905d487b104b758549c2e9e20a3fb"><td class="memItemLeft" align="right" valign="top">static unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1Texture.html#a0bf905d487b104b758549c2e9e20a3fb">getMaximumSize</a> ()</td></tr>
<tr class="memdesc:a0bf905d487b104b758549c2e9e20a3fb"><td class="mdescLeft"> </td><td class="mdescRight">Get the maximum texture size allowed. <a href="#a0bf905d487b104b758549c2e9e20a3fb">More...</a><br /></td></tr>
<tr class="separator:a0bf905d487b104b758549c2e9e20a3fb"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-static-methods"></a>
Static Private Member Functions</h2></td></tr>
<tr class="memitem:ae0efa7935241644608ca32ba47b22a33"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classsf_1_1GlResource.html#ae0efa7935241644608ca32ba47b22a33">ensureGlContext</a> ()</td></tr>
<tr class="memdesc:ae0efa7935241644608ca32ba47b22a33"><td class="mdescLeft"> </td><td class="mdescRight">Empty function for ABI compatibility, use acquireTransientContext instead. <a href="#ae0efa7935241644608ca32ba47b22a33">More...</a><br /></td></tr>
<tr class="separator:ae0efa7935241644608ca32ba47b22a33"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:a2548fc9744f5e43e0276d5627ca178de"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2548fc9744f5e43e0276d5627ca178de"></a>
class </td><td class="memItemRight" valign="bottom"><b>RenderTexture</b></td></tr>
<tr class="separator:a2548fc9744f5e43e0276d5627ca178de"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa5afc6f82b7b587ed5ada4d227ce32aa"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa5afc6f82b7b587ed5ada4d227ce32aa"></a>
class </td><td class="memItemRight" valign="bottom"><b>RenderTarget</b></td></tr>
<tr class="separator:aa5afc6f82b7b587ed5ada4d227ce32aa"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="classsf_1_1Image.html" title="Class for loading, manipulating and saving images. ">Image</a> living on the graphics card that can be used for drawing. </p>
<p><a class="el" href="classsf_1_1Texture.html" title="Image living on the graphics card that can be used for drawing. ">sf::Texture</a> stores pixels that can be drawn, with a sprite for example.</p>
<p>A texture lives in the graphics card memory, therefore it is very fast to draw a texture to a render target, or copy a render target to a texture (the graphics card can access both directly).</p>
<p>Being stored in the graphics card memory has some drawbacks. A texture cannot be manipulated as freely as a <a class="el" href="classsf_1_1Image.html" title="Class for loading, manipulating and saving images. ">sf::Image</a>, you need to prepare the pixels first and then upload them to the texture in a single operation (see <a class="el" href="classsf_1_1Texture.html#ae4eab5c6781316840b0c50ad08370963" title="Update the whole texture from an array of pixels. ">Texture::update</a>).</p>
<p><a class="el" href="classsf_1_1Texture.html" title="Image living on the graphics card that can be used for drawing. ">sf::Texture</a> makes it easy to convert from/to <a class="el" href="classsf_1_1Image.html" title="Class for loading, manipulating and saving images. ">sf::Image</a>, but keep in mind that these calls require transfers between the graphics card and the central memory, therefore they are slow operations.</p>
<p>A texture can be loaded from an image, but also directly from a file/memory/stream. The necessary shortcuts are defined so that you don't need an image first for the most common cases. However, if you want to perform some modifications on the pixels before creating the final texture, you can load your file to a <a class="el" href="classsf_1_1Image.html" title="Class for loading, manipulating and saving images. ">sf::Image</a>, do whatever you need with the pixels, and then call <a class="el" href="classsf_1_1Texture.html#abec4567ad9856a3596dc74803f26fba2" title="Load the texture from an image. ">Texture::loadFromImage</a>.</p>
<p>Since they live in the graphics card memory, the pixels of a texture cannot be accessed without a slow copy first. And they cannot be accessed individually. Therefore, if you need to read the texture's pixels (like for pixel-perfect collisions), it is recommended to store the collision information separately, for example in an array of booleans.</p>
<p>Like <a class="el" href="classsf_1_1Image.html" title="Class for loading, manipulating and saving images. ">sf::Image</a>, <a class="el" href="classsf_1_1Texture.html" title="Image living on the graphics card that can be used for drawing. ">sf::Texture</a> can handle a unique internal representation of pixels, which is RGBA 32 bits. This means that a pixel must be composed of 8 bits red, green, blue and alpha channels – just like a <a class="el" href="classsf_1_1Color.html" title="Utility class for manipulating RGBA colors. ">sf::Color</a>.</p>
<p>Usage example: </p><div class="fragment"><div class="line"><span class="comment">// This example shows the most common use of sf::Texture:</span></div>
<div class="line"><span class="comment">// drawing a sprite</span></div>
<div class="line"></div>
<div class="line"><span class="comment">// Load a texture from a file</span></div>
<div class="line"><a class="code" href="classsf_1_1Texture.html">sf::Texture</a> texture;</div>
<div class="line"><span class="keywordflow">if</span> (!texture.<a class="code" href="classsf_1_1Texture.html#a8e1b56eabfe33e2e0e1cb03712c7fcc7">loadFromFile</a>(<span class="stringliteral">"texture.png"</span>))</div>
<div class="line"> <span class="keywordflow">return</span> -1;</div>
<div class="line"></div>
<div class="line"><span class="comment">// Assign it to a sprite</span></div>
<div class="line"><a class="code" href="classsf_1_1Sprite.html">sf::Sprite</a> sprite;</div>
<div class="line">sprite.<a class="code" href="classsf_1_1Sprite.html#a3729c88d88ac38c19317c18e87242560">setTexture</a>(texture);</div>
<div class="line"></div>
<div class="line"><span class="comment">// Draw the textured sprite</span></div>
<div class="line">window.draw(sprite);</div>
</div><!-- fragment --><div class="fragment"><div class="line"><span class="comment">// This example shows another common use of sf::Texture:</span></div>
<div class="line"><span class="comment">// streaming real-time data, like video frames</span></div>
<div class="line"></div>
<div class="line"><span class="comment">// Create an empty texture</span></div>
<div class="line"><a class="code" href="classsf_1_1Texture.html">sf::Texture</a> texture;</div>
<div class="line"><span class="keywordflow">if</span> (!texture.<a class="code" href="classsf_1_1Texture.html#a89b4c7d204acf1033c3a1b6e0a3ad0a3">create</a>(640, 480))</div>
<div class="line"> <span class="keywordflow">return</span> -1;</div>
<div class="line"></div>
<div class="line"><span class="comment">// Create a sprite that will display the texture</span></div>
<div class="line"><a class="code" href="classsf_1_1Sprite.html">sf::Sprite</a> sprite(texture);</div>
<div class="line"></div>
<div class="line"><span class="keywordflow">while</span> (...) <span class="comment">// the main loop</span></div>
<div class="line">{</div>
<div class="line"> ...</div>
<div class="line"></div>
<div class="line"> <span class="comment">// update the texture</span></div>
<div class="line"> sf::Uint8* pixels = ...; <span class="comment">// get a fresh chunk of pixels (the next frame of a movie, for example)</span></div>
<div class="line"> texture.<a class="code" href="classsf_1_1Texture.html#ae4eab5c6781316840b0c50ad08370963">update</a>(pixels);</div>
<div class="line"></div>
<div class="line"> <span class="comment">// draw it</span></div>
<div class="line"> window.draw(sprite);</div>
<div class="line"></div>
<div class="line"> ...</div>
<div class="line">}</div>
</div><!-- fragment --><p>Like <a class="el" href="classsf_1_1Shader.html" title="Shader class (vertex, geometry and fragment) ">sf::Shader</a> that can be used as a raw OpenGL shader, <a class="el" href="classsf_1_1Texture.html" title="Image living on the graphics card that can be used for drawing. ">sf::Texture</a> can also be used directly as a raw texture for custom OpenGL geometry. </p><div class="fragment"><div class="line"><a class="code" href="classsf_1_1Texture.html#ae9a4274e7b95ebf7244d09c7445833b0">sf::Texture::bind</a>(&texture);</div>
<div class="line">... render OpenGL geometry ...</div>
<div class="line">sf::Texture::bind(NULL);</div>
</div><!-- fragment --><dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Sprite.html" title="Drawable representation of a texture, with its own transformations, color, etc. ">sf::Sprite</a>, <a class="el" href="classsf_1_1Image.html" title="Class for loading, manipulating and saving images. ">sf::Image</a>, <a class="el" href="classsf_1_1RenderTexture.html" title="Target for off-screen 2D rendering into a texture. ">sf::RenderTexture</a> </dd></dl>
<p>Definition at line <a class="el" href="Texture_8hpp_source.html#l00047">47</a> of file <a class="el" href="Texture_8hpp_source.html">Texture.hpp</a>.</p>
</div><h2 class="groupheader">Member Enumeration Documentation</h2>
<a class="anchor" id="aa6fd3bbe3c334b3c4428edfb2765a82e"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="classsf_1_1Texture.html#aa6fd3bbe3c334b3c4428edfb2765a82e">sf::Texture::CoordinateType</a></td>
</tr>
</table>
</div><div class="memdoc">
<p>Types of texture coordinates that can be used for rendering. </p>
<table class="fieldtable">
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><a class="anchor" id="aa6fd3bbe3c334b3c4428edfb2765a82ea69d6228950882e4d68be4ba4dbe7df73"></a>Normalized </td><td class="fielddoc">
<p><a class="el" href="classsf_1_1Texture.html" title="Image living on the graphics card that can be used for drawing. ">Texture</a> coordinates in range [0 .. 1]. </p>
</td></tr>
<tr><td class="fieldname"><a class="anchor" id="aa6fd3bbe3c334b3c4428edfb2765a82ea6372f9c3a10203a7a69d8d5da59d82ff"></a>Pixels </td><td class="fielddoc">
<p><a class="el" href="classsf_1_1Texture.html" title="Image living on the graphics card that can be used for drawing. ">Texture</a> coordinates in range [0 .. size]. </p>
</td></tr>
</table>
<p>Definition at line <a class="el" href="Texture_8hpp_source.html#l00055">55</a> of file <a class="el" href="Texture_8hpp_source.html">Texture.hpp</a>.</p>
</div>
</div>
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="a3e04674853b8533bf981db3173e3a4a7"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">sf::Texture::Texture </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Default constructor. </p>
<p>Creates an empty texture. </p>
</div>
</div>
<a class="anchor" id="a524855cbf89de3b74be84d385fd229de"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">sf::Texture::Texture </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classsf_1_1Texture.html">Texture</a> & </td>
<td class="paramname"><em>copy</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Copy constructor. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">copy</td><td>instance to copy </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a9c5354ad40eb1c5aeeeb21f57ccd7e6c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">sf::Texture::~Texture </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Destructor. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ae9a4274e7b95ebf7244d09c7445833b0"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void sf::Texture::bind </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classsf_1_1Texture.html">Texture</a> * </td>
<td class="paramname"><em>texture</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classsf_1_1Texture.html#aa6fd3bbe3c334b3c4428edfb2765a82e">CoordinateType</a> </td>
<td class="paramname"><em>coordinateType</em> = <code><a class="el" href="classsf_1_1Texture.html#aa6fd3bbe3c334b3c4428edfb2765a82ea69d6228950882e4d68be4ba4dbe7df73">Normalized</a></code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Bind a texture for rendering. </p>
<p>This function is not part of the graphics API, it mustn't be used when drawing SFML entities. It must be used only if you mix <a class="el" href="classsf_1_1Texture.html" title="Image living on the graphics card that can be used for drawing. ">sf::Texture</a> with OpenGL code.</p>
<div class="fragment"><div class="line"><a class="code" href="classsf_1_1Texture.html">sf::Texture</a> t1, t2;</div>
<div class="line">...</div>
<div class="line">sf::Texture::bind(&t1);</div>
<div class="line"><span class="comment">// draw OpenGL stuff that use t1...</span></div>
<div class="line"><a class="code" href="classsf_1_1Texture.html#ae9a4274e7b95ebf7244d09c7445833b0">sf::Texture::bind</a>(&t2);</div>
<div class="line"><span class="comment">// draw OpenGL stuff that use t2...</span></div>
<div class="line"><a class="code" href="classsf_1_1Texture.html#ae9a4274e7b95ebf7244d09c7445833b0">sf::Texture::bind</a>(NULL);</div>
<div class="line"><span class="comment">// draw OpenGL stuff that use no texture...</span></div>
</div><!-- fragment --><p>The <em>coordinateType</em> argument controls how texture coordinates will be interpreted. If Normalized (the default), they must be in range [0 .. 1], which is the default way of handling texture coordinates with OpenGL. If Pixels, they must be given in pixels (range [0 .. size]). This mode is used internally by the graphics classes of SFML, it makes the definition of texture coordinates more intuitive for the high-level API, users don't need to compute normalized values.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">texture</td><td>Pointer to the texture to bind, can be null to use no texture </td></tr>
<tr><td class="paramname">coordinateType</td><td>Type of texture coordinates to use </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="aefc19bcd95565dd2348fd4cec0facddc"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classsf_1_1Image.html">Image</a> sf::Texture::copyToImage </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Copy the texture pixels to an image. </p>
<p>This function performs a slow operation that downloads the texture's pixels from the graphics card and copies them to a new image, potentially applying transformations to pixels if necessary (texture may be padded or flipped).</p>
<dl class="section return"><dt>Returns</dt><dd><a class="el" href="classsf_1_1Image.html" title="Class for loading, manipulating and saving images. ">Image</a> containing the texture's pixels</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Texture.html#abec4567ad9856a3596dc74803f26fba2" title="Load the texture from an image. ">loadFromImage</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a89b4c7d204acf1033c3a1b6e0a3ad0a3"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool sf::Texture::create </td>
<td>(</td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>width</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>height</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Create the texture. </p>
<p>If this function fails, the texture is left unchanged.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">width</td><td>Width of the texture </td></tr>
<tr><td class="paramname">height</td><td>Height of the texture</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>True if creation was successful </dd></dl>
</div>
</div>
<a class="anchor" id="a7779a75c0324b5faff77602f871710a9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool sf::Texture::generateMipmap </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Generate a mipmap using the current texture data. </p>
<p>Mipmaps are pre-computed chains of optimized textures. Each level of texture in a mipmap is generated by halving each of the previous level's dimensions. This is done until the final level has the size of 1x1. The textures generated in this process may make use of more advanced filters which might improve the visual quality of textures when they are applied to objects much smaller than they are. This is known as minification. Because fewer texels (texture elements) have to be sampled from when heavily minified, usage of mipmaps can also improve rendering performance in certain scenarios.</p>
<p>Mipmap generation relies on the necessary OpenGL extension being available. If it is unavailable or generation fails due to another reason, this function will return false. Mipmap data is only valid from the time it is generated until the next time the base level image is modified, at which point this function will have to be called again to regenerate it.</p>
<dl class="section return"><dt>Returns</dt><dd>True if mipmap generation was successful, false if unsuccessful </dd></dl>
</div>
</div>
<a class="anchor" id="a0bf905d487b104b758549c2e9e20a3fb"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static unsigned int sf::Texture::getMaximumSize </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the maximum texture size allowed. </p>
<p>This maximum size is defined by the graphics driver. You can expect a value of 512 pixels for low-end graphics card, and up to 8192 pixels or more for newer hardware.</p>
<dl class="section return"><dt>Returns</dt><dd>Maximum size allowed for textures, in pixels </dd></dl>
</div>
</div>
<a class="anchor" id="a14526d89b9008a3d851dc7b5e9532450"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">unsigned int sf::Texture::getNativeHandle </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the underlying OpenGL handle of the texture. </p>
<p>You shouldn't need to use this function, unless you have very specific stuff to implement that SFML doesn't support, or implement a temporary workaround until a bug is fixed.</p>
<dl class="section return"><dt>Returns</dt><dd>OpenGL handle of the texture or 0 if not yet created </dd></dl>
</div>
</div>
<a class="anchor" id="a0f370acd8f41c8b97a6959389c521c2c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classsf_1_1Vector2.html">Vector2u</a> sf::Texture::getSize </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Return the size of the texture. </p>
<dl class="section return"><dt>Returns</dt><dd>Size in pixels </dd></dl>
</div>
</div>
<a class="anchor" id="a007a19b48952b7854120bf423c102150"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool sf::Texture::isRepeated </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Tell whether the texture is repeated or not. </p>
<dl class="section return"><dt>Returns</dt><dd>True if repeat mode is enabled, false if it is disabled</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Texture.html#aaa87d1eff053b9d4d34a24c784a28658" title="Enable or disable repeating. ">setRepeated</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a1d6643d3c76f2be29dc401dc22749e16"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool sf::Texture::isSmooth </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Tell whether the smooth filter is enabled or not. </p>
<dl class="section return"><dt>Returns</dt><dd>True if smoothing is enabled, false if it is disabled</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Texture.html#a0c3bd6825b9a99714f10d44179d74324" title="Enable or disable the smooth filter. ">setSmooth</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a71497736ee0593e493814c32678d981f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool sf::Texture::isSrgb </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Tell whether the texture source is converted from sRGB or not. </p>
<dl class="section return"><dt>Returns</dt><dd>True if the texture source is converted from sRGB, false if not</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Texture.html#af8a38872c50a33ff074bd0865db19dd4" title="Enable or disable conversion from sRGB. ">setSrgb</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a8e1b56eabfe33e2e0e1cb03712c7fcc7"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool sf::Texture::loadFromFile </td>
<td>(</td>
<td class="paramtype">const std::string & </td>
<td class="paramname"><em>filename</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classsf_1_1Rect.html">IntRect</a> & </td>
<td class="paramname"><em>area</em> = <code><a class="el" href="classsf_1_1Rect.html">IntRect</a>()</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Load the texture from a file on disk. </p>
<p>This function is a shortcut for the following code: </p><div class="fragment"><div class="line"><a class="code" href="classsf_1_1Image.html">sf::Image</a> image;</div>
<div class="line">image.<a class="code" href="classsf_1_1Image.html#a9e4f2aa8e36d0cabde5ed5a4ef80290b">loadFromFile</a>(filename);</div>
<div class="line">texture.<a class="code" href="classsf_1_1Texture.html#abec4567ad9856a3596dc74803f26fba2">loadFromImage</a>(image, area);</div>
</div><!-- fragment --><p>The <em>area</em> argument can be used to load only a sub-rectangle of the whole image. If you want the entire image then leave the default value (which is an empty IntRect). If the <em>area</em> rectangle crosses the bounds of the image, it is adjusted to fit the image size.</p>
<p>The maximum size for a texture depends on the graphics driver and can be retrieved with the getMaximumSize function.</p>
<p>If this function fails, the texture is left unchanged.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">filename</td><td>Path of the image file to load </td></tr>
<tr><td class="paramname">area</td><td>Area of the image to load</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>True if loading was successful</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Texture.html#a2c4adb19dd4cbee0a588eeb85e52a249" title="Load the texture from a file in memory. ">loadFromMemory</a>, <a class="el" href="classsf_1_1Texture.html#a786b486a46b1c6d1c16ff4af61ecc601" title="Load the texture from a custom stream. ">loadFromStream</a>, <a class="el" href="classsf_1_1Texture.html#abec4567ad9856a3596dc74803f26fba2" title="Load the texture from an image. ">loadFromImage</a> </dd></dl>
</div>
</div>
<a class="anchor" id="abec4567ad9856a3596dc74803f26fba2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool sf::Texture::loadFromImage </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classsf_1_1Image.html">Image</a> & </td>
<td class="paramname"><em>image</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classsf_1_1Rect.html">IntRect</a> & </td>
<td class="paramname"><em>area</em> = <code><a class="el" href="classsf_1_1Rect.html">IntRect</a>()</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Load the texture from an image. </p>
<p>The <em>area</em> argument can be used to load only a sub-rectangle of the whole image. If you want the entire image then leave the default value (which is an empty IntRect). If the <em>area</em> rectangle crosses the bounds of the image, it is adjusted to fit the image size.</p>
<p>The maximum size for a texture depends on the graphics driver and can be retrieved with the getMaximumSize function.</p>
<p>If this function fails, the texture is left unchanged.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">image</td><td><a class="el" href="classsf_1_1Image.html" title="Class for loading, manipulating and saving images. ">Image</a> to load into the texture </td></tr>
<tr><td class="paramname">area</td><td>Area of the image to load</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>True if loading was successful</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Texture.html#a8e1b56eabfe33e2e0e1cb03712c7fcc7" title="Load the texture from a file on disk. ">loadFromFile</a>, <a class="el" href="classsf_1_1Texture.html#a2c4adb19dd4cbee0a588eeb85e52a249" title="Load the texture from a file in memory. ">loadFromMemory</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a2c4adb19dd4cbee0a588eeb85e52a249"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool sf::Texture::loadFromMemory </td>
<td>(</td>
<td class="paramtype">const void * </td>
<td class="paramname"><em>data</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::size_t </td>
<td class="paramname"><em>size</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classsf_1_1Rect.html">IntRect</a> & </td>
<td class="paramname"><em>area</em> = <code><a class="el" href="classsf_1_1Rect.html">IntRect</a>()</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Load the texture from a file in memory. </p>
<p>This function is a shortcut for the following code: </p><div class="fragment"><div class="line"><a class="code" href="classsf_1_1Image.html">sf::Image</a> image;</div>
<div class="line">image.<a class="code" href="classsf_1_1Image.html#aaa6c7afa5851a51cec6ab438faa7354c">loadFromMemory</a>(data, size);</div>
<div class="line">texture.<a class="code" href="classsf_1_1Texture.html#abec4567ad9856a3596dc74803f26fba2">loadFromImage</a>(image, area);</div>
</div><!-- fragment --><p>The <em>area</em> argument can be used to load only a sub-rectangle of the whole image. If you want the entire image then leave the default value (which is an empty IntRect). If the <em>area</em> rectangle crosses the bounds of the image, it is adjusted to fit the image size.</p>
<p>The maximum size for a texture depends on the graphics driver and can be retrieved with the getMaximumSize function.</p>
<p>If this function fails, the texture is left unchanged.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">data</td><td>Pointer to the file data in memory </td></tr>
<tr><td class="paramname">size</td><td>Size of the data to load, in bytes </td></tr>
<tr><td class="paramname">area</td><td>Area of the image to load</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>True if loading was successful</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Texture.html#a8e1b56eabfe33e2e0e1cb03712c7fcc7" title="Load the texture from a file on disk. ">loadFromFile</a>, <a class="el" href="classsf_1_1Texture.html#a786b486a46b1c6d1c16ff4af61ecc601" title="Load the texture from a custom stream. ">loadFromStream</a>, <a class="el" href="classsf_1_1Texture.html#abec4567ad9856a3596dc74803f26fba2" title="Load the texture from an image. ">loadFromImage</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a786b486a46b1c6d1c16ff4af61ecc601"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool sf::Texture::loadFromStream </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classsf_1_1InputStream.html">InputStream</a> & </td>
<td class="paramname"><em>stream</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classsf_1_1Rect.html">IntRect</a> & </td>
<td class="paramname"><em>area</em> = <code><a class="el" href="classsf_1_1Rect.html">IntRect</a>()</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Load the texture from a custom stream. </p>
<p>This function is a shortcut for the following code: </p><div class="fragment"><div class="line"><a class="code" href="classsf_1_1Image.html">sf::Image</a> image;</div>
<div class="line">image.<a class="code" href="classsf_1_1Image.html#a21122ded0e8368bb06ed3b9acfbfb501">loadFromStream</a>(stream);</div>
<div class="line">texture.<a class="code" href="classsf_1_1Texture.html#abec4567ad9856a3596dc74803f26fba2">loadFromImage</a>(image, area);</div>
</div><!-- fragment --><p>The <em>area</em> argument can be used to load only a sub-rectangle of the whole image. If you want the entire image then leave the default value (which is an empty IntRect). If the <em>area</em> rectangle crosses the bounds of the image, it is adjusted to fit the image size.</p>
<p>The maximum size for a texture depends on the graphics driver and can be retrieved with the getMaximumSize function.</p>
<p>If this function fails, the texture is left unchanged.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">stream</td><td>Source stream to read from </td></tr>
<tr><td class="paramname">area</td><td>Area of the image to load</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>True if loading was successful</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Texture.html#a8e1b56eabfe33e2e0e1cb03712c7fcc7" title="Load the texture from a file on disk. ">loadFromFile</a>, <a class="el" href="classsf_1_1Texture.html#a2c4adb19dd4cbee0a588eeb85e52a249" title="Load the texture from a file in memory. ">loadFromMemory</a>, <a class="el" href="classsf_1_1Texture.html#abec4567ad9856a3596dc74803f26fba2" title="Load the texture from an image. ">loadFromImage</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a80a089b6b19bb09b83012d5f0e6af9ba"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classsf_1_1Texture.html">Texture</a>& sf::Texture::operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classsf_1_1Texture.html">Texture</a> & </td>
<td class="paramname"><em>right</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Overload of assignment operator. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">right</td><td>Instance to assign</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Reference to self </dd></dl>
</div>
</div>
<a class="anchor" id="aaa87d1eff053b9d4d34a24c784a28658"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void sf::Texture::setRepeated </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>repeated</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Enable or disable repeating. </p>
<p>Repeating is involved when using texture coordinates outside the texture rectangle [0, 0, width, height]. In this case, if repeat mode is enabled, the whole texture will be repeated as many times as needed to reach the coordinate (for example, if the X texture coordinate is 3 * width, the texture will be repeated 3 times). If repeat mode is disabled, the "extra space" will instead be filled with border pixels. Warning: on very old graphics cards, white pixels may appear when the texture is repeated. With such cards, repeat mode can be used reliably only if the texture has power-of-two dimensions (such as 256x128). Repeating is disabled by default.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">repeated</td><td>True to repeat the texture, false to disable repeating</td></tr>
</table>
</dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Texture.html#a007a19b48952b7854120bf423c102150" title="Tell whether the texture is repeated or not. ">isRepeated</a> </dd></dl>
</div>
</div>
<a class="anchor" id="a0c3bd6825b9a99714f10d44179d74324"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void sf::Texture::setSmooth </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>smooth</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Enable or disable the smooth filter. </p>
<p>When the filter is activated, the texture appears smoother so that pixels are less noticeable. However if you want the texture to look exactly the same as its source file, you should leave it disabled. The smooth filter is disabled by default.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">smooth</td><td>True to enable smoothing, false to disable it</td></tr>
</table>
</dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Texture.html#a1d6643d3c76f2be29dc401dc22749e16" title="Tell whether the smooth filter is enabled or not. ">isSmooth</a> </dd></dl>
</div>
</div>
<a class="anchor" id="af8a38872c50a33ff074bd0865db19dd4"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void sf::Texture::setSrgb </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>sRgb</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Enable or disable conversion from sRGB. </p>
<p>When providing texture data from an image file or memory, it can either be stored in a linear color space or an sRGB color space. Most digital images account for gamma correction already, so they would need to be "uncorrected" back to linear color space before being processed by the hardware. The hardware can automatically convert it from the sRGB color space to a linear color space when it gets sampled. When the rendered image gets output to the final framebuffer, it gets converted back to sRGB.</p>
<p>After enabling or disabling sRGB conversion, make sure to reload the texture data in order for the setting to take effect.</p>
<p>This option is only useful in conjunction with an sRGB capable framebuffer. This can be requested during window creation.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">sRgb</td><td>True to enable sRGB conversion, false to disable it</td></tr>
</table>
</dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classsf_1_1Texture.html#a71497736ee0593e493814c32678d981f" title="Tell whether the texture source is converted from sRGB or not. ">isSrgb</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ae4eab5c6781316840b0c50ad08370963"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void sf::Texture::update </td>
<td>(</td>
<td class="paramtype">const Uint8 * </td>
<td class="paramname"><em>pixels</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Update the whole texture from an array of pixels. </p>
<p>The <em>pixel</em> array is assumed to have the same size as the <em>area</em> rectangle, and to contain 32-bits RGBA pixels.</p>
<p>No additional check is performed on the size of the pixel array, passing invalid arguments will lead to an undefined behavior.</p>
<p>This function does nothing if <em>pixels</em> is null or if the texture was not previously created.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">pixels</td><td>Array of pixels to copy to the texture </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a1352d8e16c2aeb4df586ed65dd2c36b9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void sf::Texture::update </td>
<td>(</td>
<td class="paramtype">const Uint8 * </td>
<td class="paramname"><em>pixels</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>width</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>height</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>y</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Update a part of the texture from an array of pixels. </p>
<p>The size of the <em>pixel</em> array must match the <em>width</em> and <em>height</em> arguments, and it must contain 32-bits RGBA pixels.</p>
<p>No additional check is performed on the size of the pixel array or the bounds of the area to update, passing invalid arguments will lead to an undefined behavior.</p>
<p>This function does nothing if <em>pixels</em> is null or if the texture was not previously created.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">pixels</td><td>Array of pixels to copy to the texture </td></tr>
<tr><td class="paramname">width</td><td>Width of the pixel region contained in <em>pixels</em> </td></tr>
<tr><td class="paramname">height</td><td>Height of the pixel region contained in <em>pixels</em> </td></tr>
<tr><td class="paramname">x</td><td>X offset in the texture where to copy the source pixels </td></tr>
<tr><td class="paramname">y</td><td>Y offset in the texture where to copy the source pixels </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a037cdf171af0fb392d07626a44a4ea17"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void sf::Texture::update </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classsf_1_1Image.html">Image</a> & </td>
<td class="paramname"><em>image</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Update the texture from an image. </p>
<p>Although the source image can be smaller than the texture, this function is usually used for updating the whole texture. The other overload, which has (x, y) additional arguments, is more convenient for updating a sub-area of the texture.</p>
<p>No additional check is performed on the size of the image, passing an image bigger than the texture will lead to an undefined behavior.</p>
<p>This function does nothing if the texture was not previously created.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">image</td><td><a class="el" href="classsf_1_1Image.html" title="Class for loading, manipulating and saving images. ">Image</a> to copy to the texture </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a87f916490b757fe900798eedf3abf3ba"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void sf::Texture::update </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classsf_1_1Image.html">Image</a> & </td>
<td class="paramname"><em>image</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>y</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Update a part of the texture from an image. </p>
<p>No additional check is performed on the size of the image, passing an invalid combination of image size and offset will lead to an undefined behavior.</p>
<p>This function does nothing if the texture was not previously created.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">image</td><td><a class="el" href="classsf_1_1Image.html" title="Class for loading, manipulating and saving images. ">Image</a> to copy to the texture </td></tr>
<tr><td class="paramname">x</td><td>X offset in the texture where to copy the source image </td></tr>
<tr><td class="paramname">y</td><td>Y offset in the texture where to copy the source image </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ad3cceef238f7d5d2108a98dd38c17fc5"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void sf::Texture::update </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classsf_1_1Window.html">Window</a> & </td>
<td class="paramname"><em>window</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Update the texture from the contents of a window. </p>
<p>Although the source window can be smaller than the texture, this function is usually used for updating the whole texture. The other overload, which has (x, y) additional arguments, is more convenient for updating a sub-area of the texture.</p>
<p>No additional check is performed on the size of the window, passing a window bigger than the texture will lead to an undefined behavior.</p>
<p>This function does nothing if either the texture or the window was not previously created.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">window</td><td><a class="el" href="classsf_1_1Window.html" title="Window that serves as a target for OpenGL rendering. ">Window</a> to copy to the texture </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a154f246eb8059b602076009ab1cfd175"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void sf::Texture::update </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classsf_1_1Window.html">Window</a> & </td>
<td class="paramname"><em>window</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>y</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Update a part of the texture from the contents of a window. </p>
<p>No additional check is performed on the size of the window, passing an invalid combination of window size and offset will lead to an undefined behavior.</p>
<p>This function does nothing if either the texture or the window was not previously created.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">window</td><td><a class="el" href="classsf_1_1Window.html" title="Window that serves as a target for OpenGL rendering. ">Window</a> to copy to the texture </td></tr>
<tr><td class="paramname">x</td><td>X offset in the texture where to copy the source window </td></tr>
<tr><td class="paramname">y</td><td>Y offset in the texture where to copy the source window </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="Texture_8hpp_source.html">Texture.hpp</a></li>
</ul>
</div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
SFML is licensed under the terms and conditions of the <a href="http://www.sfml-dev.org/license.php">zlib/png license</a>.<br>
Copyright © Laurent Gomila ::
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> ::
</div>
</div>
</body>
</html>
|
static/ThirdParty/dojo-release-1.9.3/dijit/themes/soria/Menu.css | cryo3d/cryo3d |
.soria .dijitMenu,
.soria .dijitMenuBar {
border: 1px solid #cbcbcb;
margin: 0;
padding: 0;
background-color: #fff;
}
.soria .dijitBorderContainer .dijitMenuBar {
border:1px solid #B1BADF;
}
.soria .dijitMenuItem {
font-family: sans-serif;
margin: 0;
color: #243C5F;
}
.soria .dijitMenuBar .dijitMenuItem {
padding: 4px 5px;
}
.soria .dijitMenuPreviousButton, .soria .dijitMenuNextButton {
font-style: italic;
}
.soria .dijitMenuItem TD {
padding:1px;
}
.soria .dijitMenuPassive .dijitMenuItemHover,
.soria .dijitComboBoxMenu .dijitMenuItemHover,
.soria .dijitMenuItemSelected {
background-color: #d9e6f9;
color: #243C5F;
}
.soria .dijitMenuItemIcon {
width: 15px;
height: 15px;
}
.soria .dijitMenuExpand {
width:15px;
height:15px;
background-image: url('images/spriteRoundedIconsSmall.png');
background-position: -30px top;
}
.dj_ie6 .soria .dijitMenuExpand {
background-image: url('images/spriteRoundedIconsSmall.gif');
}
.soria .dijitMenuSeparator {
height: 1px;
}
.soria .dijitMenuSeparatorTop {
border-bottom: 1px solid #fff;
}
.soria .dijitMenuSeparatorBottom {
border-top: 1px solid #8ba0bd;
}
.soria .dijitCheckedMenuItem .dijitMenuItemIcon {
background-image: url('images/spriteCheckbox.gif');
background-position: -80px;
}
.soria .dijitCheckedMenuItemChecked .dijitMenuItemIcon {
background-position: -64px;
}
.soria .dijitRadioMenuItem .dijitMenuItemIcon {
background-image: url('images/spriteRadio.gif');
background-position: -80px;
}
.soria .dijitRadioMenuItemChecked .dijitMenuItemIcon {
background-position: -64px;
} |
tp/tests/contents/res_parser/double_contents_inline/double_contents.html | cfx-next/toolchain_texinfo | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
<head>
<title>Double contents</title>
<meta name="description" content="Double contents">
<meta name="keywords" content="Double contents">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<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="SEC_Contents"></a>
<h1 class="contents-heading">Table of Contents</h1>
<div class="contents">
<ul class="no-bullet">
<li><a name="toc-Chapter-1" href="#chapter">1 Chapter 1</a>
<ul class="no-bullet">
<li><a name="toc-section-with-contents" href="#section">1.1 section with contents</a></li>
</ul></li>
</ul>
</div>
<a name="Top"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[ < ]</td>
<td valign="middle" align="left">[<a href="#chapter" title="Next section in reading order"> > </a>]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Double-contents"></a>
<h1 class="top">Double contents</h1>
<p>Double contents.
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#chapter">1 Chapter 1</a></td><td> </td><td align="left" valign="top">
</td></tr>
</table>
<hr size="6">
<a name="chapter"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Top" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="#Top" title="Previous section in reading order"> < </a>]</td>
<td valign="middle" align="left">[<a href="#Top" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="#section" title="Next section in reading order"> > </a>]</td>
<td valign="middle" align="left">[ >> ]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Chapter-1"></a>
<h1 class="chapter">1 Chapter 1</h1>
<a name="SEC_Contents"></a>
<h1 class="contents-heading">Table of Contents</h1>
<div class="contents">
<ul class="no-bullet">
<li><a name="toc-Chapter-1" href="#chapter">1 Chapter 1</a>
<ul class="no-bullet">
<li><a name="toc-section-with-contents" href="#section">1.1 section with contents</a></li>
</ul></li>
</ul>
</div>
<p>The chapter
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#section">1.1 section with contents</a></td><td> </td><td align="left" valign="top">
</td></tr>
</table>
<hr>
<a name="section"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#chapter" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="#chapter" title="Previous section in reading order"> < </a>]</td>
<td valign="middle" align="left">[<a href="#chapter" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[ > ]</td>
<td valign="middle" align="left">[ >> ]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="section-with-contents"></a>
<h2 class="section">1.1 section with contents</h2>
<a name="SEC_Contents"></a>
<h1 class="contents-heading">Table of Contents</h1>
<div class="contents">
<ul class="no-bullet">
<li><a name="toc-Chapter-1" href="#chapter">1 Chapter 1</a>
<ul class="no-bullet">
<li><a name="toc-section-with-contents" href="#section">1.1 section with contents</a></li>
</ul></li>
</ul>
</div>
<hr size="6">
<a name="SEC_About"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[Index]</td>
<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<h1 class="about-heading">About This Document</h1>
<p>
This document was generated on <em>a sunny day</em> using <a href="http://www.gnu.org/software/texinfo/"><em>texi2any</em></a>.
</p>
<p>
The buttons in the navigation panels have the following meaning:
</p>
<table border="1">
<tr>
<th> Button </th>
<th> Name </th>
<th> Go to </th>
<th> From 1.2.3 go to</th>
</tr>
<tr>
<td align="center"> [ << ] </td>
<td align="center">FastBack</td>
<td>Beginning of this chapter or previous chapter</td>
<td>1</td>
</tr>
<tr>
<td align="center"> [ < ] </td>
<td align="center">Back</td>
<td>Previous section in reading order</td>
<td>1.2.2</td>
</tr>
<tr>
<td align="center"> [ Up ] </td>
<td align="center">Up</td>
<td>Up section</td>
<td>1.2</td>
</tr>
<tr>
<td align="center"> [ > ] </td>
<td align="center">Forward</td>
<td>Next section in reading order</td>
<td>1.2.4</td>
</tr>
<tr>
<td align="center"> [ >> ] </td>
<td align="center">FastForward</td>
<td>Next chapter</td>
<td>2</td>
</tr>
<tr>
<td align="center"> [Top] </td>
<td align="center">Top</td>
<td>Cover (top) of document</td>
<td> </td>
</tr>
<tr>
<td align="center"> [Contents] </td>
<td align="center">Contents</td>
<td>Table of contents</td>
<td> </td>
</tr>
<tr>
<td align="center"> [Index] </td>
<td align="center">Index</td>
<td>Index</td>
<td> </td>
</tr>
<tr>
<td align="center"> [ ? ] </td>
<td align="center">About</td>
<td>About (help)</td>
<td> </td>
</tr>
</table>
<p>
where the <strong> Example </strong> assumes that the current position is at <strong> Subsubsection One-Two-Three </strong> of a document of the following structure:
</p>
<ul>
<li> 1. Section One
<ul>
<li>1.1 Subsection One-One
<ul>
<li>...</li>
</ul>
</li>
<li>1.2 Subsection One-Two
<ul>
<li>1.2.1 Subsubsection One-Two-One</li>
<li>1.2.2 Subsubsection One-Two-Two</li>
<li>1.2.3 Subsubsection One-Two-Three
<strong><== Current Position </strong></li>
<li>1.2.4 Subsubsection One-Two-Four</li>
</ul>
</li>
<li>1.3 Subsection One-Three
<ul>
<li>...</li>
</ul>
</li>
<li>1.4 Subsection One-Four</li>
</ul>
</li>
</ul>
<hr>
<p><font size="-1">
This document was generated on <em>a sunny day</em> using <a href="http://www.gnu.org/software/texinfo/"><em>texi2any</em></a>.
</font></p>
</body>
</html>
|
src/flavors/augusta/jstemplates/pages/overview.html | smartercleanup/shareabouts | <h1><strong>{{#_}}Parque Augusta{{/_}}</strong></h1>
<p><em>{{#_}}Parque Augusta is 24 thousands square meter area between Augusta Street, Caio Prado Street and Marquês de Paranaguá Street in the Consolação neighborhood of São Paulo's centre. The opening of the park is dependent on the agreement between the local municipality and the private owners, which is awaited for 2018. Community and environmental movements are preparing a participatory project for the future park.{{/_}}</em>.</p>
<img src="/static/css/images/Augusta.jpg" alt="{{#_}}Augusta{{/_}}">
<h2 id="history"><strong>{{#_}}History{{/_}}</strong></h2>
<p>{{#_}}This area has been under an impasse for more than 40 years, since religious Des Oiseaux College closed theirs doors. The land is registered under the Historical Patrimony in 2004, but the House revoked the decree and returned it to the new owners, who wanted to build first a hotel with 1,400 rooms and then three towers of apartments. In 2013, environmental activists claimed the park, and the Town Hall decreed it, but the government hasn’t bought the land from the current owners.{{/_}}</p>
<h2 id="population"><strong>{{#_}}Population{{/_}}</strong></h2>
<p>{{#_}}57,365 inhabitants, with a density of 155 inhabitants per square kilometer.{{/_}}</p>
<h2 id="landuse"><strong>{{#_}}Land use zoning{{/_}}</strong></h2>
<p>{{#_}}The area is a mixed zone, with multi-family residences, commerce, offices buildings and night life spaces.{{/_}}</p>
<h2 id="originaofpopulation"><strong>{{#_}}Origina of population{{/_}}</strong></h2>
<p>{{#_}}Palacio: 23,8% foreigners, mostly from Latin America and the European Union
{{/_}}</p>
<p>{{#_}}Puerta del Ángel y Cármenes: 21% foreigners, especially from Latin America and the Caribbean{{/_}}</p>
<h2 id="climate"><strong>{{#_}}Climate{{/_}}</strong></h2>
<p>{{#_}}The São Paulo Metropolitan Region, which already suffers from floods every summer, may have an increase in the number of days with heavy rains until the end of the century, as well as a greater frequency of hot days and nights and hot flashes. The projections suggest a rise in temperature of up to 2 degrees Celsius in the mid-21st century and up to 4 degrees Celsius by 2100.The increase in rainfall can reach up to 20%, 30% and 50% in the periods 2010-40, 2041-70 and 2071-2100, respectively. The number of days with heavy rains in São Paulo (above 20mm) can increase by up to 10 days in 2050 and 20 days, in 2100.{{/_}}</p>
{{#_}}<p>Source: <a href="http://www.ccst.inpe.br/projeto/megacidades/sao_paulo/VRMSP/capitulo5.php">Instituto nacional dePesquisas Espaciais (INPE)</a></p>{{/_}} |
examples/sobel/src/boost_1_63_0/libs/math/doc/html/math_toolkit/logs_and_tables.html | ntonjeta/iidea-Docker | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Error logs and tables</title>
<link rel="stylesheet" href="../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="Math Toolkit 2.5.1">
<link rel="up" href="../backgrounders.html" title="Chapter 17. Backgrounders">
<link rel="prev" href="refs.html" title="References">
<link rel="next" href="logs_and_tables/all_table.html" title="Tables of Error Rates for all Functions">
</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="refs.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.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="logs_and_tables/all_table.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="math_toolkit.logs_and_tables"></a><a class="link" href="logs_and_tables.html" title="Error logs and tables">Error logs and tables</a>
</h2></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="section"><a href="logs_and_tables/all_table.html">Tables of Error
Rates for all Functions</a></span></dt>
<dt><span class="section"><a href="logs_and_tables/logs.html">Error Logs For Error
Rate Tables</a></span></dt>
</dl></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 © 2006-2010, 2012-2014 Nikhar Agrawal,
Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert
Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Johan Råde, Gautam Sewani,
Benjamin Sobotta, Thijs van den Berg, Daryle Walker and Xiaogang Zhang<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="refs.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../backgrounders.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="logs_and_tables/all_table.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
rules/rules-rgaa3.0/src/test/resources/testcases/rgaa30/Rgaa30Rule120301/Rgaa30.Test.12.3.1-4NA-01.html | dzc34/Asqatasun | <!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>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Rgaa30 Test.12-3-1 NA 01</title>
</head>
<body>
<div>
<h1>Rgaa30 Test.12-3-1 NA 01</h1>
<div class="test-detail" lang="fr"> Dans chaque
<a href="http://references.modernisation.gouv.fr/referentiel-technique-0#mEnsemblePages">ensemble de pages</a>, le
<a href="http://references.modernisation.gouv.fr/referentiel-technique-0#mMenuNav">menu de navigation</a> principal a-t-il une présentation cohérente (
<a href="http://references.modernisation.gouv.fr/referentiel-technique-0#cpCrit12-" title="Cas particuliers pour le critère 12.3">hors cas particuliers</a>) ?
</div>
<div class="testcase">
</div>
<div class="test-explanation">
NA.
</div>
</div>
</body>
</html> |
dist/elements/nautes-object-row.html | alvaradopcesar/nautes-freedomotic-dashboard | <link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/paper-shadow/paper-shadow.html">
<link rel="import" href="../bower_components/paper-slider/paper-slider.html">
<link rel="import" href="../bower_components/google-chart/google-chart.html">
<link rel="import" href="../bower_components/core-icons/core-icons.html">
<link rel="import" href="../bower_components/core-icon-button/core-icon-button.html">
<link rel="import" href="../elements/nautes-open-sans.html">
<link rel="import" href="../elements/nautes-i18n.html">
<link rel="import" href="../elements/nautes-behavior-edit.html">
<polymer-element name="nautes-object-row" attributes="bgColor object graph toast">
<template>
<style>
:host {
display: block;
position: relative;
background-color: {{ bgColor }};
width: 100%;
font-size: 1.2em;
font-weight: 300;
font-family: Open Sans;
}
.object-row {
padding: 40px;
color: #444;
}
polyfill-next-selector { content: '.object-row h2'; }
.object-row ::content h2 {
margin: 0;
font-size: 1.8rem;
font-weight: 300;
}
polyfill-next-selector { content: '.object-row img'; }
.object-row ::content img {
width: 70px;
height: 70px;
border-radius: 50%;
border: 3px solid #fff;
background: #444;
margin-right: 30px;
}
.chart-container{
margin-top: 10px;
background-color: rgba(255, 255, 255, 0.4);
border: 3px solid rgba(255, 255, 255, 0.6);
border-radius: 10px;
padding-left: -15px;
}
core-icon-button{
border: 1px solid rgba(50,50,50,0.2);
margin-top: 5px;
}
</style>
<fd-rest-element-service id="updateObjectService"
auto="false"
method="PUT"
fdtype="objects/{{updateUUID}}"
toast="{{toast}}"
body="{{body}}"
contentType="application/json">
</fd-rest-element-service>
<div class="object-row" layout vertical>
<div layout horizontal center start>
<content select="img"></content>
<div flex>
<content select="h2"></content>
<content></content>
<template if="{{ graph }}">
<core-icon-button icon="drive-fusiontable" on-tap="{{toggleStats}}">
{{label | i18n}}
</core-icon-button>
</template>
<template if="{{ hasBehavior() }}">
<core-icon-button icon="drive-fusiontable" on-tap="{{toggleActions}}">
{{labelActions | i18n}}
</core-icon-button>
</template>
</div>
</div>
<template if="{{ showStats }}">
<div unresolved class="chart-container" layout horizontal center center-justified>
<google-chart id="chart"
height='200px'
width='{{fullWidth()}}px'
type="{{graph.type}}"
options = "{{graph.options}}"
cols="{{graph.cols}}"
rows="{{graph.rows}}">
</google-chart>
</div>
</template>
<template if="{{ showActions }}">
<template repeat="{{behavior in object.behaviors}}">
<nautes-behavior-edit
behavior="{{behavior}}"
object="{{object}}"
on-behavior-submit="{{submitBehavior}}">
</nautes-behavior-edit>
</template>
</template>
<paper-shadow z="1"></paper-shadow>
</div>
</template>
<script>
Polymer("nautes-object-row",{
updateUUID: "",
showStats: false,
showActions: false,
label: "SHOW STATS",
labelActions: "SHOW ACTIONS",
hasBehavior: function(){
//console.log(this.object);
var rwBehaviors = this.object.behaviors.filter(
function(behavior){
return !behavior.readOnly;
}
);
return rwBehaviors.length > 0;
},
toggleStats: function(){
this.showStats = !this.showStats;
this.showActions = false;
if(this.showStats){
this.label = "HIDE STATS";
} else {
this.label = "SHOW STATS";
}
},
toggleActions: function(){
console.log(this.object);
this.showActions = !this.showActions;
this.showStats = false;
if(this.showActions){
this.label = "HIDE ACTIONS";
} else {
this.label = "SHOW ACTIONS";
}
},
fullWidth: function(){
return window.innerWidth - 80;
},
submitBehavior: function(event, detail, sender){
console.log(detail);
this.updateUUID = detail.object.uuid;
var body = JSON.stringify(detail.object);
this.$.updateObjectService.body = body;
this.$.updateObjectService.go();
}
});
</script>
</polymer-element>
|
interface/html5/views/company/currency/CurrencyEditView.html | maestrano/timetrex | <div class="edit-view CurrencyEditView">
<div class="edit-view-tab-bar" id="currency_edit_view_tab_bar">
<div class="navigation-div" style="display: none">
<span class="navigation-label"></span>
<img class="left-click arrow"/>
<div class="navigation-widget-div"></div>
<img class="right-click arrow"/>
</div>
<span class="close-icon">x</span>
<ul class="edit-view-tab-bar-label" ondragstart="return false;">
<li><a ref="tab_currency" href="#tab_currency"></a></li>
<li><a ref="tab_rates" href="#tab_rates"></a></li>
<li><a ref="tab_audit" href="#tab_audit"></a></li>
</ul>
<div id="tab_currency" class="edit-view-tab-outside">
<div class="edit-view-tab" id="tab_currency_content_div">
<div class="first-column full-width-column"></div>
</div>
</div>
<div id="tab_rates" class="edit-view-tab-outside-sub-view">
<div class="edit-view-tab" id="tab_rates_content_div">
<div class="first-column-sub-view"></div>
<div class="save-and-continue-div">
<span class="message"></span>
<div class="save-and-continue-button-div">
<div class="ribbon-button">
<img class="icon">
<span class="label"></span>
</div>
</div>
</div>
</div>
</div>
<div id="tab_audit" class="edit-view-tab-outside-sub-view">
<div class="edit-view-tab" id="tab_audit_content_div">
<div class="first-column-sub-view"></div>
<div class="save-and-continue-div">
<span class="message"></span>
<div class="save-and-continue-button-div">
<div class="ribbon-button">
<img class="icon">
<span class="label"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div> |
examples/sobel/src/boost_1_63_0/doc/html/boostbook/dtd/programlisting.html | ntonjeta/iidea-Docker | <!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>BoostBook element programlisting</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../reference.html" title="Reference">
<link rel="prev" href="overloaded-method.html" title="BoostBook element overloaded-method">
<link rel="next" href="complexity.html" title="BoostBook element complexity">
</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="overloaded-method.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.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="complexity.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boostbook.dtd.programlisting"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">
BoostBook element <code class="sgmltag-element">programlisting</code></span></h2>
<p>programlisting — A sample of program code</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">programlisting ::=
(ANY)
</div>
<div class="refsection">
<a name="idp722551888"></a><h2>Attributes</h2>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>Name</th>
<th>Type</th>
<th>Value</th>
<th>Purpose</th>
</tr></thead>
<tbody><tr>
<td>name</td>
<td>#IMPLIED</td>
<td>CDATA</td>
<td>The name of the element being declared to referenced</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 © 2003-2005 Douglas Gregor<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="overloaded-method.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.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="complexity.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
project/geomajas-project-codemirror-gwt/example/src/main/webapp/index.html | olivermay/geomajas | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
<!--
~ This is part of Geomajas, a GIS framework, http://www.geomajas.org/.
~
~ Copyright 2008-2013 Geosparc nv, http://www.geosparc.com/, Belgium.
~
~ The program is available in open source according to the Apache
~ License, Version 2.0. All contributions in this program are covered
~ by the Geomajas Contributors License Agreement. For full licensing
~ details, see LICENSE.txt in the project root.
-->
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<!-- set the initial locale -->
<meta name="gwt:property" content="locale=nl" />
<!-- Alt: -meta name="gwt:property" content="locale=en" /-->
<!-- Mimic Internet Explorer 7 -->
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link type="text/css" rel="stylesheet" href="geomajas.css" />
<title>Geomajas Codemirror GWT wrapper Example</title>
<script type="text/javascript" language="javascript" src="org.geomajas.codemirror.Example/org.geomajas.codemirror.Example.nocache.js"></script>
</head>
<body>
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position: absolute; width: 0; height: 0; border: 0"></iframe>
</body>
</html>
|
deps/vert.x-1.1.0.final/docs/java/api/org/vertx/java/core/class-use/Vertx.html | PP888/collide | <!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-google-v5) on Mon Jul 02 19:29:24 EDT 2012 -->
<title>Uses of Class org.vertx.java.core.Vertx (Vert.x Java API)</title>
<meta name="date" content="2012-07-02">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.vertx.java.core.Vertx (Vert.x Java 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/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">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/vertx/java/core//class-useVertx.html" target="_top">Frames</a></li>
<li><a href="Vertx.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.vertx.java.core.Vertx" class="title">Uses of Class<br>org.vertx.java.core.Vertx</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.vertx.java.core">org.vertx.java.core</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.vertx.java.deploy">org.vertx.java.deploy</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.vertx.java.core">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a> in <a href="../../../../../org/vertx/java/core/package-summary.html">org.vertx.java.core</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/vertx/java/core/package-summary.html">org.vertx.java.core</a> that return <a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a></code></td>
<td class="colLast"><span class="strong">VertxFactory.</span><code><strong><a href="../../../../../org/vertx/java/core/VertxFactory.html#createVertx()">createVertx</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a></code></td>
<td class="colLast"><span class="strong">VertxFactory.</span><code><strong><a href="../../../../../org/vertx/java/core/VertxFactory.html#createVertx(int, java.lang.String)">createVertx</a></strong>(int port,
java.lang.String hostname)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a></code></td>
<td class="colLast"><span class="strong">VertxFactory.</span><code><strong><a href="../../../../../org/vertx/java/core/VertxFactory.html#createVertx(java.lang.String)">createVertx</a></strong>(java.lang.String hostname)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a></code></td>
<td class="colLast"><span class="strong">Vertx.</span><code><strong><a href="../../../../../org/vertx/java/core/Vertx.html#newVertx()">newVertx</a></strong>()</code>
<div class="block">Create a non clustered Vertx instance</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a></code></td>
<td class="colLast"><span class="strong">Vertx.</span><code><strong><a href="../../../../../org/vertx/java/core/Vertx.html#newVertx(int, java.lang.String)">newVertx</a></strong>(int port,
java.lang.String hostname)</code>
<div class="block">Create a clustered Vertx instance</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a></code></td>
<td class="colLast"><span class="strong">Vertx.</span><code><strong><a href="../../../../../org/vertx/java/core/Vertx.html#newVertx(java.lang.String)">newVertx</a></strong>(java.lang.String hostname)</code>
<div class="block">Create a clustered Vertx instance listening for cluster connections on the default port 25500</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.vertx.java.deploy">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a> in <a href="../../../../../org/vertx/java/deploy/package-summary.html">org.vertx.java.deploy</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/vertx/java/deploy/package-summary.html">org.vertx.java.deploy</a> that return <a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a></code></td>
<td class="colLast"><span class="strong">Verticle.</span><code><strong><a href="../../../../../org/vertx/java/deploy/Verticle.html#getVertx()">getVertx</a></strong>()</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/vertx/java/deploy/package-summary.html">org.vertx.java.deploy</a> with parameters of type <a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</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="strong">Verticle.</span><code><strong><a href="../../../../../org/vertx/java/deploy/Verticle.html#setVertx(org.vertx.java.core.Vertx)">setVertx</a></strong>(<a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">Vertx</a> vertx)</code>
<div class="block">Inject vertx</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/vertx/java/core/Vertx.html" title="class in org.vertx.java.core">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/vertx/java/core//class-useVertx.html" target="_top">Frames</a></li>
<li><a href="Vertx.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
src/content/en/_shared/helpful.html | samdutton/WebFundamentals | <div class="devsite-tracking-question">
<div>Was this page helpful?</div>
<div class="gc-analytics-event"
data-category="Helpful" data-value="1"
data-label="{% dynamic print request.path %}">
<div>Yes</div>
<div class="devsite-tracking-question">
<div>What was the best thing about this page?</div>
<div class="gc-analytics-event"
data-category="Goals" data-value="1"
data-label="{% dynamic print request.path %}">
<div>It helped me complete my goal(s)</div>
<div>
Thank you for the feedback. If you have specific ideas on how to improve this page, please
<a href="https://github.com/google/webfundamentals/issues/new">create an issue</a>.
</div>
</div>
<div class="gc-analytics-event"
data-category="Completeness" data-value="1"
data-label="{% dynamic print request.path %}">
<div>It had the information I needed</div>
<div>
Thank you for the feedback. If you have specific ideas on how to improve this page, please
<a href="https://github.com/google/webfundamentals/issues/new">create an issue</a>.
</div>
</div>
<div class="gc-analytics-event"
data-category="Accuracy" data-value="1"
data-label="{% dynamic print request.path %}">
<div>It had accurate information</div>
<div>
Thank you for the feedback. If you have specific ideas on how to improve this page, please
<a href="https://github.com/google/webfundamentals/issues/new">create an issue</a>.
</div>
</div>
<div class="gc-analytics-event"
data-category="Writing" data-value="1"
data-label="{% dynamic print request.path %}">
<div>It was easy to read</div>
<div>
Thank you for the feedback. If you have specific ideas on how to improve this page, please
<a href="https://github.com/google/webfundamentals/issues/new">create an issue</a>.
</div>
</div>
<div class="gc-analytics-event"
data-category="Other" data-value="1"
data-label="{% dynamic print request.path %}">
<div>Something else</div>
<div>
Thank you for the feedback. If you have specific ideas on how to improve this page, please
<a href="https://github.com/google/webfundamentals/issues/new">create an issue</a>.
</div>
</div>
</div>
</div>
<div class="gc-analytics-event"
data-category="Helpful" data-value="0"
data-label="{% dynamic print request.path %}">
<div>No</div>
<div class="devsite-tracking-question">
<div>What was the worst thing about this page?</div>
<div class="gc-analytics-event"
data-category="Goals" data-value="0"
data-label="{% dynamic print request.path %}">
<div>It didn't help me complete my goal(s)</div>
<div>
Thank you for the feedback. If you have specific ideas on how to improve this page, please
<a href="https://github.com/google/webfundamentals/issues/new">create an issue</a>.
</div>
</div>
<div class="gc-analytics-event"
data-category="Completeness" data-value="0"
data-label="{% dynamic print request.path %}">
<div>It was missing information I needed</div>
<div>
Thank you for the feedback. If you have specific ideas on how to improve this page, please
<a href="https://github.com/google/webfundamentals/issues/new">create an issue</a>.
</div>
</div>
<div class="gc-analytics-event"
data-category="Accuracy" data-value="0"
data-label="{% dynamic print request.path %}">
<div>It had inaccurate information</div>
<div>
Thank you for the feedback. If you have specific ideas on how to improve this page, please
<a href="https://github.com/google/webfundamentals/issues/new">create an issue</a>.
</div>
</div>
<div class="gc-analytics-event"
data-category="Writing" data-value="0"
data-label="{% dynamic print request.path %}">
<div>It was hard to read</div>
<div>
Thank you for the feedback. If you have specific ideas on how to improve this page, please
<a href="https://github.com/google/webfundamentals/issues/new">create an issue</a>.
</div>
</div>
<div class="gc-analytics-event"
data-category="Other" data-value="0"
data-label="{% dynamic print request.path %}">
<div>Something else</div>
<div>
Thank you for the feedback. If you have specific ideas on how to improve this page, please
<a href="https://github.com/google/webfundamentals/issues/new">create an issue</a>.
</div>
</div>
</div>
</div>
</div>
|
html/product-title.html | schmoe1/call-me-back | {{product.name}}
<em class="pull-right">{{product.price | currency}}</em> |
flink-runtime-web/web-dashboard/src/app/pages/task-manager/stdout/task-manager-stdout.component.html | fhueske/flink | <!--
~ 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.
-->
<flink-monaco-editor [value]="stdout"></flink-monaco-editor>
<flink-refresh-download [downloadHref]="'taskmanagers/'+taskManagerDetail?.id+'/stdout'" [downloadName]="'taskmanager_'+taskManagerDetail?.id+'_stdout'" (reload)="reload()"></flink-refresh-download>
|
hadoop/docs/api/org/apache/hadoop/mapreduce/lib/db/class-use/DBInputFormat.html | markkerzner/nn_kove | <!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_31) on Thu Jan 31 02:05:01 UTC 2013 -->
<TITLE>
Uses of Class org.apache.hadoop.mapreduce.lib.db.DBInputFormat (Hadoop 1.1.2 API)
</TITLE>
<META NAME="date" CONTENT="2013-01-31">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.mapreduce.lib.db.DBInputFormat (Hadoop 1.1.2 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/mapreduce/lib/db//class-useDBInputFormat.html" target="_top"><B>FRAMES</B></A>
<A HREF="DBInputFormat.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.mapreduce.lib.db.DBInputFormat</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">DBInputFormat</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.mapreduce.lib.db"><B>org.apache.hadoop.mapreduce.lib.db</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.mapreduce.lib.db"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">DBInputFormat</A> in <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/package-summary.html">org.apache.hadoop.mapreduce.lib.db</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">DBInputFormat</A> in <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/package-summary.html">org.apache.hadoop.mapreduce.lib.db</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/hadoop/mapreduce/lib/db/DataDrivenDBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">DataDrivenDBInputFormat<T extends DBWritable></A></B></CODE>
<BR>
A InputFormat that reads input data from an SQL table.</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/hadoop/mapreduce/lib/db/OracleDataDrivenDBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db">OracleDataDrivenDBInputFormat<T extends DBWritable></A></B></CODE>
<BR>
A InputFormat that reads input data from an SQL table in an Oracle db.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/db/DBInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.db"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/mapreduce/lib/db//class-useDBInputFormat.html" target="_top"><B>FRAMES</B></A>
<A HREF="DBInputFormat.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
|
docs/xref-test/org/apache/hadoop/hbase/TestFullLogReconstruction.html | wanhao/IRIndex | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>TestFullLogReconstruction xref</title>
<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
</head>
<body>
<pre>
<a name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em>
<a name="2" href="#2">2</a> <em class="jxr_javadoccomment"> * Copyright 2009 The Apache Software Foundation</em>
<a name="3" href="#3">3</a> <em class="jxr_javadoccomment"> *</em>
<a name="4" href="#4">4</a> <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
<a name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * or more contributor license agreements. See the NOTICE file</em>
<a name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * distributed with this work for additional information</em>
<a name="7" href="#7">7</a> <em class="jxr_javadoccomment"> * regarding copyright ownership. The ASF licenses this file</em>
<a name="8" href="#8">8</a> <em class="jxr_javadoccomment"> * to you under the Apache License, Version 2.0 (the</em>
<a name="9" href="#9">9</a> <em class="jxr_javadoccomment"> * "License"); you may not use this file except in compliance</em>
<a name="10" href="#10">10</a> <em class="jxr_javadoccomment"> * with the License. You may obtain a copy of the License at</em>
<a name="11" href="#11">11</a> <em class="jxr_javadoccomment"> *</em>
<a name="12" href="#12">12</a> <em class="jxr_javadoccomment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
<a name="13" href="#13">13</a> <em class="jxr_javadoccomment"> *</em>
<a name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
<a name="15" href="#15">15</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
<a name="16" href="#16">16</a> <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a name="17" href="#17">17</a> <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
<a name="18" href="#18">18</a> <em class="jxr_javadoccomment"> * limitations under the License.</em>
<a name="19" href="#19">19</a> <em class="jxr_javadoccomment"> */</em>
<a name="20" href="#20">20</a>
<a name="21" href="#21">21</a> <strong class="jxr_keyword">package</strong> org.apache.hadoop.hbase;
<a name="22" href="#22">22</a>
<a name="23" href="#23">23</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.junit.Assert.assertEquals;
<a name="24" href="#24">24</a>
<a name="25" href="#25">25</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.conf.Configuration;
<a name="26" href="#26">26</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.client.HTable;
<a name="27" href="#27">27</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.client.Result;
<a name="28" href="#28">28</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.client.ResultScanner;
<a name="29" href="#29">29</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.client.Scan;
<a name="30" href="#30">30</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.util.Bytes;
<a name="31" href="#31">31</a> <strong class="jxr_keyword">import</strong> org.junit.After;
<a name="32" href="#32">32</a> <strong class="jxr_keyword">import</strong> org.junit.AfterClass;
<a name="33" href="#33">33</a> <strong class="jxr_keyword">import</strong> org.junit.Before;
<a name="34" href="#34">34</a> <strong class="jxr_keyword">import</strong> org.junit.BeforeClass;
<a name="35" href="#35">35</a> <strong class="jxr_keyword">import</strong> org.junit.Test;
<a name="36" href="#36">36</a> <strong class="jxr_keyword">import</strong> org.junit.experimental.categories.Category;
<a name="37" href="#37">37</a>
<a name="38" href="#38">38</a> @Category(LargeTests.<strong class="jxr_keyword">class</strong>)
<a name="39" href="#39">39</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/hadoop/hbase/TestFullLogReconstruction.html">TestFullLogReconstruction</a> {
<a name="40" href="#40">40</a>
<a name="41" href="#41">41</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> <a href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html">HBaseTestingUtility</a>
<a name="42" href="#42">42</a> TEST_UTIL = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html">HBaseTestingUtility</a>();
<a name="43" href="#43">43</a>
<a name="44" href="#44">44</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> byte[] TABLE_NAME = Bytes.toBytes(<span class="jxr_string">"tabletest"</span>);
<a name="45" href="#45">45</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> byte[] FAMILY = Bytes.toBytes(<span class="jxr_string">"family"</span>);
<a name="46" href="#46">46</a>
<a name="47" href="#47">47</a> <em class="jxr_javadoccomment">/**</em>
<a name="48" href="#48">48</a> <em class="jxr_javadoccomment"> * @throws java.lang.Exception</em>
<a name="49" href="#49">49</a> <em class="jxr_javadoccomment"> */</em>
<a name="50" href="#50">50</a> @BeforeClass
<a name="51" href="#51">51</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> setUpBeforeClass() <strong class="jxr_keyword">throws</strong> Exception {
<a name="52" href="#52">52</a> Configuration c = TEST_UTIL.getConfiguration();
<a name="53" href="#53">53</a> c.setBoolean(<span class="jxr_string">"dfs.support.append"</span>, <strong class="jxr_keyword">true</strong>);
<a name="54" href="#54">54</a> <em class="jxr_comment">// quicker heartbeat interval for faster DN death notification</em>
<a name="55" href="#55">55</a> c.setInt(<span class="jxr_string">"heartbeat.recheck.interval"</span>, 5000);
<a name="56" href="#56">56</a> c.setInt(<span class="jxr_string">"dfs.heartbeat.interval"</span>, 1);
<a name="57" href="#57">57</a> c.setInt(<span class="jxr_string">"dfs.socket.timeout"</span>, 5000);
<a name="58" href="#58">58</a> <em class="jxr_comment">// faster failover with cluster.shutdown();fs.close() idiom</em>
<a name="59" href="#59">59</a> c.setInt(<span class="jxr_string">"ipc.client.connect.max.retries"</span>, 1);
<a name="60" href="#60">60</a> c.setInt(<span class="jxr_string">"dfs.client.block.recovery.retries"</span>, 1);
<a name="61" href="#61">61</a> TEST_UTIL.startMiniCluster(2);
<a name="62" href="#62">62</a> }
<a name="63" href="#63">63</a>
<a name="64" href="#64">64</a> <em class="jxr_javadoccomment">/**</em>
<a name="65" href="#65">65</a> <em class="jxr_javadoccomment"> * @throws java.lang.Exception</em>
<a name="66" href="#66">66</a> <em class="jxr_javadoccomment"> */</em>
<a name="67" href="#67">67</a> @AfterClass
<a name="68" href="#68">68</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> tearDownAfterClass() <strong class="jxr_keyword">throws</strong> Exception {
<a name="69" href="#69">69</a> TEST_UTIL.shutdownMiniCluster();
<a name="70" href="#70">70</a> }
<a name="71" href="#71">71</a>
<a name="72" href="#72">72</a> <em class="jxr_javadoccomment">/**</em>
<a name="73" href="#73">73</a> <em class="jxr_javadoccomment"> * @throws java.lang.Exception</em>
<a name="74" href="#74">74</a> <em class="jxr_javadoccomment"> */</em>
<a name="75" href="#75">75</a> @Before
<a name="76" href="#76">76</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setUp() <strong class="jxr_keyword">throws</strong> Exception {
<a name="77" href="#77">77</a> }
<a name="78" href="#78">78</a>
<a name="79" href="#79">79</a> <em class="jxr_javadoccomment">/**</em>
<a name="80" href="#80">80</a> <em class="jxr_javadoccomment"> * @throws java.lang.Exception</em>
<a name="81" href="#81">81</a> <em class="jxr_javadoccomment"> */</em>
<a name="82" href="#82">82</a> @After
<a name="83" href="#83">83</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> tearDown() <strong class="jxr_keyword">throws</strong> Exception {
<a name="84" href="#84">84</a> }
<a name="85" href="#85">85</a>
<a name="86" href="#86">86</a> <em class="jxr_javadoccomment">/**</em>
<a name="87" href="#87">87</a> <em class="jxr_javadoccomment"> * Test the whole reconstruction loop. Build a table with regions aaa to zzz</em>
<a name="88" href="#88">88</a> <em class="jxr_javadoccomment"> * and load every one of them multiple times with the same date and do a flush</em>
<a name="89" href="#89">89</a> <em class="jxr_javadoccomment"> * at some point. Kill one of the region servers and scan the table. We should</em>
<a name="90" href="#90">90</a> <em class="jxr_javadoccomment"> * see all the rows.</em>
<a name="91" href="#91">91</a> <em class="jxr_javadoccomment"> * @throws Exception</em>
<a name="92" href="#92">92</a> <em class="jxr_javadoccomment"> */</em>
<a name="93" href="#93">93</a> @Test (timeout=300000)
<a name="94" href="#94">94</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testReconstruction() <strong class="jxr_keyword">throws</strong> Exception {
<a name="95" href="#95">95</a>
<a name="96" href="#96">96</a> HTable table = TEST_UTIL.createTable(TABLE_NAME, FAMILY);
<a name="97" href="#97">97</a>
<a name="98" href="#98">98</a> TEST_UTIL.createMultiRegions(table, Bytes.toBytes(<span class="jxr_string">"family"</span>));
<a name="99" href="#99">99</a>
<a name="100" href="#100">100</a> <em class="jxr_comment">// Load up the table with simple rows and count them</em>
<a name="101" href="#101">101</a> <strong class="jxr_keyword">int</strong> initialCount = TEST_UTIL.loadTable(table, FAMILY);
<a name="102" href="#102">102</a> Scan scan = <strong class="jxr_keyword">new</strong> Scan();
<a name="103" href="#103">103</a> ResultScanner results = table.getScanner(scan);
<a name="104" href="#104">104</a> <strong class="jxr_keyword">int</strong> count = 0;
<a name="105" href="#105">105</a> <strong class="jxr_keyword">for</strong> (Result res : results) {
<a name="106" href="#106">106</a> count++;
<a name="107" href="#107">107</a> }
<a name="108" href="#108">108</a> results.close();
<a name="109" href="#109">109</a>
<a name="110" href="#110">110</a> assertEquals(initialCount, count);
<a name="111" href="#111">111</a>
<a name="112" href="#112">112</a> <strong class="jxr_keyword">for</strong>(<strong class="jxr_keyword">int</strong> i = 0; i < 4; i++) {
<a name="113" href="#113">113</a> TEST_UTIL.loadTable(table, FAMILY);
<a name="114" href="#114">114</a> }
<a name="115" href="#115">115</a>
<a name="116" href="#116">116</a> TEST_UTIL.expireRegionServerSession(0);
<a name="117" href="#117">117</a> scan = <strong class="jxr_keyword">new</strong> Scan();
<a name="118" href="#118">118</a> results = table.getScanner(scan);
<a name="119" href="#119">119</a> <strong class="jxr_keyword">int</strong> newCount = 0;
<a name="120" href="#120">120</a> <strong class="jxr_keyword">for</strong> (Result res : results) {
<a name="121" href="#121">121</a> newCount++;
<a name="122" href="#122">122</a> }
<a name="123" href="#123">123</a> assertEquals(count, newCount);
<a name="124" href="#124">124</a> results.close();
<a name="125" href="#125">125</a> table.close();
<a name="126" href="#126">126</a> }
<a name="127" href="#127">127</a>
<a name="128" href="#128">128</a> @org.junit.Rule
<a name="129" href="#129">129</a> <strong class="jxr_keyword">public</strong> org.apache.hadoop.hbase.ResourceCheckerJUnitRule cu =
<a name="130" href="#130">130</a> <strong class="jxr_keyword">new</strong> org.apache.hadoop.hbase.ResourceCheckerJUnitRule();
<a name="131" href="#131">131</a> }
<a name="132" href="#132">132</a>
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
|
tpl/Wap/default/common/css/136/cate17_.css | royalwang/saivi | html, body {
color:#222;
font-family:Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
margin:0;
padding: 0;
text-decoration: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}
img {
border:0;
}
ol, ul {
list-style: none outside none;
margin:0;
padding: 0;
}
a {
color:#000000;
text-decoration: none;
}
.clr {
display:block;
clear:both;
height:0;
overflow:hidden;
}
.copyright{padding:8px;text-align:center;font-size:14px;color:#666;}
.copyright a{color:#666;}
/*cate17*/
#cate17{background-color: #000;overflow-x: hidden;margin: 0 auto;}
#nav {
float:none;
width:100%;
}
#scroller li p {
display: none;
}
#wrapper {
position: fixed;
}
#indicator {
position: fixed;
left: 0;
text-align: center;
bottom: 110px;
margin: 0;
width: 100%;
}
#indicator > li {
display: inline-block;
float:none;
}
#cate17 .mainbg{
width:100%;
position:fixed;
z-index:1
}
#cate17 .mainbg img{
width:100%;
}
.device {
width: 100%;
height: 85px;
background: rgba(10,10,10,0.75);
border-top:1px solid rgba(255,255,255,0.25);
margin: 0 auto;
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
}
.device .arrow-left {
background: url(img/arrows.png) no-repeat left top;
position: absolute;
left: 10px;
top: 50%;
margin-top: -15px;
width: 17px;
height: 30px;
z-index:99;
}
.device .arrow-right {
background: url(img/arrows.png) no-repeat left bottom;
position: absolute;
right: 10px;
top: 50%;
margin-top: -15px;
width: 17px;
height: 30px;
z-index:99;
}
.swiper-container {
height: 85px;
width: 100%;
}
.content-slide {
padding: 8px 30px;
color: #fff;
}
.content-slide>a {
width: 25%;
float: left;
text-align: center;
color: #fff;
overflow: hidden;
}
.title {
font-size: 12px;
margin-top:0px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ico img{ width:50px; height:50px;border-radius:0px;}
.pagination {
position: absolute;
left: 0;
text-align: center;
bottom:5px;
width: 100%;
display: none;
}
.swiper-pagination-switch {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 10px;
background: #999;
box-shadow: 0px 1px 2px #555 inset;
margin: 0 3px;
cursor: pointer;
}
.swiper-active-switch {
background: #fff;
} |
thirdparty/hbase-1.1.1.2.3.0.0-2557/docs/xref-test/org/apache/hadoop/hbase/client/TestCloneSnapshotFromClientWithRegionReplicas.html | scalingdata/Impala | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>TestCloneSnapshotFromClientWithRegionReplicas xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../testapidocs/org/apache/hadoop/hbase/client/TestCloneSnapshotFromClientWithRegionReplicas.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
<a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_javadoccomment"> * or more contributor license agreements. See the NOTICE file</em>
<a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_javadoccomment"> * distributed with this work for additional information</em>
<a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * regarding copyright ownership. The ASF licenses this file</em>
<a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * to you under the Apache License, Version 2.0 (the</em>
<a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_javadoccomment"> * "License"); you may not use this file except in compliance</em>
<a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_javadoccomment"> * with the License. You may obtain a copy of the License at</em>
<a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_javadoccomment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
<a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
<a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
<a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
<a class="jxr_linenumber" name="16" href="#16">16</a> <em class="jxr_javadoccomment"> * limitations under the License.</em>
<a class="jxr_linenumber" name="17" href="#17">17</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="18" href="#18">18</a> <strong class="jxr_keyword">package</strong> org.apache.hadoop.hbase.client;
<a class="jxr_linenumber" name="19" href="#19">19</a>
<a class="jxr_linenumber" name="20" href="#20">20</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.testclassification.LargeTests;
<a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> org.junit.experimental.categories.Category;
<a class="jxr_linenumber" name="22" href="#22">22</a>
<a class="jxr_linenumber" name="23" href="#23">23</a> @Category(LargeTests.<strong class="jxr_keyword">class</strong>)
<a class="jxr_linenumber" name="24" href="#24">24</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/hadoop/hbase/client/TestCloneSnapshotFromClientWithRegionReplicas.html">TestCloneSnapshotFromClientWithRegionReplicas</a> <strong class="jxr_keyword">extends</strong>
<a class="jxr_linenumber" name="25" href="#25">25</a> <a href="../../../../../org/apache/hadoop/hbase/client/TestCloneSnapshotFromClient.html">TestCloneSnapshotFromClient</a> {
<a class="jxr_linenumber" name="26" href="#26">26</a> @Override
<a class="jxr_linenumber" name="27" href="#27">27</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">int</strong> getNumReplicas() {
<a class="jxr_linenumber" name="28" href="#28">28</a> <strong class="jxr_keyword">return</strong> 3;
<a class="jxr_linenumber" name="29" href="#29">29</a> }
<a class="jxr_linenumber" name="30" href="#30">30</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
|
web-app/js/marvinjs/examples/example-selection.html | wallerlab/decider | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Marvin JS Examples - Demo</title>
<link type="text/css" rel="stylesheet" href="../css/doc.css">
<link type="text/css" rel="stylesheet" href="../js/lib/rainbow/github.css" />
<script src="../js/lib/rainbow/rainbow-custom.min.js"></script>
<script src="../js/lib/jquery-1.9.1.min.js"></script>
<script src="../gui/lib/promise-1.0.0.min.js"></script>
<script src="../js/marvinjslauncher.js"></script>
<script type="text/javascript">
var marvinSketcherInstance;
var molChangeCounter;
$(document).ready(function handleDocumentReady (e) {
MarvinJSUtil.getEditor("#sketch").then(function (sketcherInstance) {
// initalize sketcher
marvinSketcherInstance = sketcherInstance;
marvinSketcherInstance.importStructure("mol",caffeineSource);
marvinSketcherInstance.setDisplaySettings({
'carbonLabelVisible' : true,
'atomIndicesVisible' : true
});
getSelection = function () {
$("#atoms").val("");
$("#bonds").val("");
var selection = marvinSketcherInstance.getSelection();
$("#atoms").val(selection['atoms']);
$("#bonds").val(selection['bonds']);
};
setSelection = function () {
marvinSketcherInstance.setSelection({
'atoms' : $('#atoms').val(),
'bonds' : $('#bonds').val()
});
};
$("#getSelectionButton").on("click", getSelection);
$("#setSelectionButton").on("click", setSelection);
// true to switch on auto retrieve of selection, false to switch it off
setSelectionChangeListener = function(b) {
if(b) {
// add selection change event listener
marvinSketcherInstance.on("selectionchange", getSelection);
// disable manual retrieve when selection change event listener is active
$("#getSelectionButton").attr("disabled", "disabled");
} else {
// remove selection change event listener
marvinSketcherInstance.off("selectionchange", getSelection);
// enable Get Selection button when selection change event listener is inactive
$("#getSelectionButton").removeAttr("disabled");
}
};
// when the checkbox is checked in/out by the user
$("#selectionChangeCheckbox").change(function () {
setSelectionChangeListener(this.checked);
});
// activate the listener at startup if its checkbox is selected
if($("#selectionChangeCheckbox").prop('checked')) {
setSelectionChangeListener(true);
}
molChangeCounter = 0;
// update counter and display retrieved molecule source
handleMolChangeEvent = function () {
molChangeCounter = molChangeCounter+1;
$("#molChangeCounterDisplay").text(molChangeCounter);
marvinSketcherInstance.exportStructure("mrv").then(function(molsource) {
$("#molsource").val(molsource);
}, function (error) {});
};
// true to switch on auto retrieve of the molecule, false to switch it off
setMolChangeListener = function(b) {
if(b) {
// add mol change event listener
marvinSketcherInstance.on("molchange", handleMolChangeEvent);
} else {
// remove mol change event listener
marvinSketcherInstance.off("molchange", handleMolChangeEvent);
}
};
// when the checkbox is checked in/out by the user
$("#molChangeCheckbox").change(function () {
setMolChangeListener(this.checked);
});
// activate the listener at startup if its checkbox is selected
if($("#molChangeCheckbox").prop('checked')) {
setMolChangeListener(true);
}
// when reset button is submitted by the user
$("#resetMolChangeCounterButton").on("click", function() {
molChangeCounter = 0;
$("#molChangeCounterDisplay").text(molChangeCounter);
});
}, function () {
alert("Cannot retrieve sketcher instance from iframe");
});
});
var caffeineSource = "\n\n\n"+
" 14 15 0 0 0 0 0 0 0 0999 V2000\n"+
" 0.5089 7.8316 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" 1.2234 6.5941 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" 1.2234 7.4191 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" -0.2055 6.5941 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" -0.9200 7.8316 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" 0.5089 5.3566 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" -0.2055 7.4191 0.0000 N 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" 0.5089 6.1816 0.0000 N 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" -0.9200 6.1816 0.0000 O 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" 0.5089 8.6566 0.0000 O 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" 2.4929 7.0066 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" 2.0080 7.6740 0.0000 N 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" 2.0080 6.3391 0.0000 N 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" 2.2630 8.4586 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n"+
" 1 7 1 0 0 0 0\n"+
" 8 2 1 0 0 0 0\n"+
" 1 3 1 0 0 0 0\n"+
" 2 3 2 0 0 0 0\n"+
" 7 4 1 0 0 0 0\n"+
" 4 8 1 0 0 0 0\n"+
" 4 9 2 0 0 0 0\n"+
" 7 5 1 0 0 0 0\n"+
" 8 6 1 0 0 0 0\n"+
" 1 10 2 0 0 0 0\n"+
" 3 12 1 0 0 0 0\n"+
" 2 13 1 0 0 0 0\n"+
" 13 11 2 0 0 0 0\n"+
" 12 11 1 0 0 0 0\n"+
" 12 14 1 0 0 0 0\n"+
"M END\n";
</script>
</head>
<body>
<h1>Marvin JS Examples - Manage selection</h1>
<div style="clear: both; width: 100%; text-align: right;"><a href="index.html">Back to index</a></div>
<table>
<tr>
<td>
<div class="resizable">
<iframe src="../editor.html" id="sketch" class="sketcher-frame"></iframe>
</div>
</td>
<td>
<div class="molecule-div" align="center">
<form>
<p>Atoms: <input type="text" id="atoms" size=80 /></p>
<p>Bonds: <input type="text" id="bonds" size=80 /></p>
</form>
</div>
<p>Get selection automatically: <input type="checkbox" style="margin-right: 15px;" id="selectionChangeCheckbox" checked="true"/>
<input type="button" value="Get Selection" id="getSelectionButton"/>
<input type="button" value="Set Selection" id="setSelectionButton"/>
</p>
<p>Retrieve mol source at mol change: <input type="checkbox" style="margin-right: 15px;" id="molChangeCheckbox" checked="true"/>
Mol change counter:</span> <span id="molChangeCounterDisplay">0</span>
<input type="button" id="resetMolChangeCounterButton" value="Reset counter"/>
</p>
<p><textarea id="molsource" rows=16 cols=90></textarea></p>
</td>
</tr>
</table>
<p>This example demonstrates how to control selection via JavaScript API and how to monitor the changing of the structure.</p>
<p>When selection information is retrieved from the sketcher, lists of selected atoms and bonds appear in the following textboxes: <strong>Atoms</strong> and <strong>Bonds</strong>.</p>
<p>If the checkbox titled as <strong>Get selection automatically</strong> is checked in, lists of selected atoms and bonds are retrieved automatically as the selected context is changed on the canvas.
When this functionality is disabled, you can retrieve the selection by submitting the <strong>Get selection</strong> button.</p>
<p>You can edit both the atom list and bond list in the form.
Atoms can be referred to by their atom index. A bond can be described with the atom index of its nodes.</p>
<p>With the <strong>Set selection</strong> button, you can update selection in the editor. Those atoms and bonds will be selected that are enumerated on the selection form.</p>
<p>To get the molecule source each time when the drawn structure is changed in the sketcher, check in the <strong>Retrieve mol source at mol change</strong> checkbox. The retrieved data appears in the
textbox beside the sketcher. You can find a counter next to the checkbox, that indicates how many times the mol change event is invoked. You can reset this counter by submitting the <strong>Reset counter</strong> button.</p>
<p>You can see the code comment below.</p>
<pre><code data-language="javascript"> var marvinSketcherInstance;
var molChangeCounter;
$(document).ready(function handleDocumentReady (e) {
MarvinJSUtil.getEditor("#sketch").then(function (sketcherInstance) {
// initalize sketcher
marvinSketcherInstance = sketcherInstance;
marvinSketcherInstance.importStructure("mol",caffeineSource).catch(function(error) {
alert("Import failed:"+error);
});
marvinSketcherInstance.setDisplaySettings({
'carbonLabelVisible' : true,
'atomIndicesVisible' : true
});
getSelection = function () {
$("#atoms").val("");
$("#bonds").val("");
var selection = marvinSketcherInstance.getSelection();
$("#atoms").val(selection['atoms']);
$("#bonds").val(selection['bonds']);
};
setSelection = function () {
marvinSketcherInstance.setSelection({
'atoms' : $('#atoms').val(),
'bonds' : $('#bonds').val()
});
};
$("#getSelectionButton").on("click", getSelection);
$("#setSelectionButton").on("click", setSelection);
// true to switch on auto retrieve of selection, false to switch it off
setSelectionChangeListener = function(b) {
if(b) {
// add selection change event listener
marvinSketcherInstance.on("selectionchange", getSelection);
// disable manual retrieve when selection change event listener is active
$("#getSelectionButton").attr("disabled", "disabled");
} else {
// remove selection change event listener
marvinSketcherInstance.off("selectionchange", getSelection);
// enable Get Selection button when selection change event listener is inactive
$("#getSelectionButton").removeAttr("disabled");
}
};
// when the checkbox is checked in/out by the user
$("#selectionChangeCheckbox").change(function () {
setSelectionChangeListener(this.checked);
});
// activate the listener at startup if its checkbox is selected
if($("#selectionChangeCheckbox").prop('checked')) {
setSelectionChangeListener(true);
}
molChangeCounter = 0;
// update counter and display retrieved molecule source
handleMolChangeEvent = function () {
molChangeCounter = molChangeCounter+1;
$("#molChangeCounterDisplay").text(molChangeCounter);
marvinSketcherInstance.exportStructure("mrv").then(function(molsource) {
$("#molsource").val(molsource);
}, function () {});
};
// true to switch on auto retrieve of the molecule, false to switch it off
setMolChangeListener = function(b) {
if(b) {
// add mol change event listener
marvinSketcherInstance.on("molchange", handleMolChangeEvent);
} else {
// remove mol change event listener
marvinSketcherInstance.off("molchange", handleMolChangeEvent);
}
};
// when the checkbox is checked in/out by the user
$("#molChangeCheckbox").change(function () {
setMolChangeListener(this.checked);
});
// activate the listener at startup if its checkbox is selected
if($("#molChangeCheckbox").prop('checked')) {
setMolChangeListener(true);
}
// when reset button is submitted by the user
$("#resetMolChangeCounterButton").on("click", function() {
molChangeCounter = 0;
$("#molChangeCounterDisplay").text(molChangeCounter);
});
}, function () {
alert("Cannot retrieve sketcher instance from iframe");
});
});
</code></pre>
<div style="clear: both; width: 100%; text-align: right;"><a href="index.html">Back to index</a></div>
</body>
</html>
|
src/boost_1_57_0/doc/html/boost_asio/reference/windows__object_handle_service/is_open.html | biospi/seamass-windeps | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::object_handle_service::is_open</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="../windows__object_handle_service.html" title="windows::object_handle_service">
<link rel="prev" href="implementation_type.html" title="windows::object_handle_service::implementation_type">
<link rel="next" href="move_assign.html" title="windows::object_handle_service::move_assign">
</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="implementation_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../windows__object_handle_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="move_assign.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.windows__object_handle_service.is_open"></a><a class="link" href="is_open.html" title="windows::object_handle_service::is_open">windows::object_handle_service::is_open</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp204661376"></a>
Determine whether the handle is open.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">is_open</span><span class="special">(</span>
<span class="keyword">const</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="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-2014 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="implementation_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../windows__object_handle_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="move_assign.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
docs/html/class_l_d_a_1_1parameters-members.html | wells-chen/Yahoo_LDA | <!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>Y!LDA: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<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>
<div class="contents">
<h1>LDA::parameters Member List</h1>This is the complete list of members for <a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a>, including all inherited members.<table>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#acc255b8e5e148ae8f39c3f3a0ecf4e40">add_alphas</a>(double value)</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a6a52f0323ff62c46382a4ca50985f9ba">alphas</a>() const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#aaac9dfc262ea17a6e4b83ebf9488f055">alphas</a>(int index) const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#ae423748d74bfdf74e56d1b8cc65058f9">alphas_size</a>() const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a71b5fa810d39c3b59df5edb6c67a2a7f">alphasum</a>() const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a75234a8f86a1b11c91ff085872188f14">ByteSize</a>() const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#ae6370dae7b768dedcb10eddf0825ae31">Clear</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a373f9c4f33664861adfee5a16a64fe9b">clear_alphas</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#ae528875970511c508f159074dcd3f25f">clear_alphasum</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a9c63de970efdf555031d74daa4ba9bf7">CopyFrom</a>(const ::google::protobuf::Message &from)</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#aced52857cb4b43b1a500ef9f686bbfda">CopyFrom</a>(const parameters &from)</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a9ad0369f1bc7da1c4bd9583063fd2460">default_instance</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a6d42cf2ca9506e1ef58d9545f029a6d1">descriptor</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a2e64015d79045c906f04e0030cf19215">GetCachedSize</a>() const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a2b1e2cddb1825734d64c66ac89512a54">GetMetadata</a>() const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#aed24909e1f195c18f9fe3425f09dda69">has_alphasum</a>() const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#ada355a874a7d9181736896ae31e61cce">IsInitialized</a>() const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a6a022362d3d9f338b2931e15dc0083e5">kAlphasFieldNumber</a></td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a856a5e02027c251c5616752013231231">kAlphasumFieldNumber</a></td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#ada86da0ba8a80442b5a71896a4897450">MergeFrom</a>(const ::google::protobuf::Message &from)</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a781123f6e083dae2ddb63224333cea7f">MergeFrom</a>(const parameters &from)</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a01f7a58cf08755a24b0c8638e43c4640">MergePartialFromCodedStream</a>(::google::protobuf::io::CodedInputStream *input)</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a1d1708304e2ead9d68e03e663d219f63">mutable_alphas</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#ae450b6dcde59b497409636fbe1a82f7f">mutable_unknown_fields</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#ab0fa3fbe376bdf09d54f67ad37fa99c1">New</a>() const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a236097014789639e6b331d17ef526a25">operator=</a>(const parameters &from)</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#ac79ed72ff12174ebfd8c0f197de1731d">parameters</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#af3e3c7327cd115e60670239997931a42">parameters</a>(const parameters &from)</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a9ca7998089dddfe828221d1f41bf4f9c">protobuf_AddDesc_document_2eproto</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [friend]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a5c1ac521cee58e6270c99a8c012c8950">protobuf_AssignDesc_document_2eproto</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [friend]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#af79773dc456499799fb950f62b8cd291">protobuf_ShutdownFile_document_2eproto</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [friend]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#ae7bf0cb7d3fe6194a5cacb14be149c25">SerializeWithCachedSizes</a>(::google::protobuf::io::CodedOutputStream *output) const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#ab24e2725db95a360ffbcbbd390051232">SerializeWithCachedSizesToArray</a>(::google::protobuf::uint8 *output) const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a69cbcd0794eb6f3fde429705cbab8866">set_alphas</a>(int index, double value)</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#ae01bd631c78306253ffaedc35ff82f27">set_alphasum</a>(double value)</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#acf79c7d57dec43bc2d78f0866588359d">Swap</a>(parameters *other)</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#aff87788d6ce916e7a1d496d9f0e475d4">unknown_fields</a>() const </td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="class_l_d_a_1_1parameters.html#a5e50e4547d209782fbfc305ceb5d011a">~parameters</a>()</td><td><a class="el" href="class_l_d_a_1_1parameters.html">LDA::parameters</a></td><td><code> [virtual]</code></td></tr>
</table></div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Thu Apr 21 17:04:30 2011 for Y!LDA by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
|
src/boost_1_57_0/doc/html/move.html | biospi/seamass-windeps | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Chapter 19. Boost.Move</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="libraries.html" title="Part I. The Boost C++ Libraries (BoostBook Subset)">
<link rel="prev" href="lockfree/appendices.html" title="Appendices">
<link rel="next" href="move/introduction.html" title="Introduction">
</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="lockfree/appendices.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="move/introduction.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="chapter">
<div class="titlepage"><div>
<div><h2 class="title">
<a name="move"></a>Chapter 19. Boost.Move</h2></div>
<div><div class="author"><h3 class="author">
<span class="firstname">Ion</span> <span class="surname">Gaztanaga</span>
</h3></div></div>
<div><p class="copyright">Copyright © 2008-2014 Ion Gaztanaga</p></div>
<div><div class="legalnotice">
<a name="move.legal"></a><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></div>
</div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
<dt><span class="section"><a href="move.html#move.what_is_boost_move">What is Boost.Move?</a></span></dt>
<dt><span class="section"><a href="move/introduction.html">Introduction</a></span></dt>
<dt><span class="section"><a href="move/implementing_movable_classes.html">Implementing copyable
and movable classes</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="move/implementing_movable_classes.html#move.implementing_movable_classes.copyable_and_movable_cpp0x">Copyable
and movable classes in C++0x</a></span></dt>
<dt><span class="section"><a href="move/implementing_movable_classes.html#move.implementing_movable_classes.copyable_and_movable_cpp03">Copyable
and movable classes in portable syntax for both C++03 and C++0x compilers</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="move/composition_inheritance.html">Composition or inheritance</a></span></dt>
<dt><span class="section"><a href="move/movable_only_classes.html">Movable but Non-Copyable Types</a></span></dt>
<dt><span class="section"><a href="move/move_and_containers.html">Containers and move semantics</a></span></dt>
<dt><span class="section"><a href="move/construct_forwarding.html">Constructor Forwarding</a></span></dt>
<dt><span class="section"><a href="move/move_return.html">Implicit Move when returning a local
object</a></span></dt>
<dt><span class="section"><a href="move/move_iterator.html">Move iterators</a></span></dt>
<dt><span class="section"><a href="move/move_inserters.html">Move inserters</a></span></dt>
<dt><span class="section"><a href="move/move_algorithms.html">Move algorithms</a></span></dt>
<dt><span class="section"><a href="move/emulation_limitations.html">Emulation limitations</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="move/emulation_limitations.html#move.emulation_limitations.emulation_limitations_base">Initializing
base classes</a></span></dt>
<dt><span class="section"><a href="move/emulation_limitations.html#move.emulation_limitations.template_parameters">Template
parameters for perfect forwarding</a></span></dt>
<dt><span class="section"><a href="move/emulation_limitations.html#move.emulation_limitations.emulation_limitations_binding">Binding
of rvalue references to lvalues</a></span></dt>
<dt><span class="section"><a href="move/emulation_limitations.html#move.emulation_limitations.assignment_operator">Assignment
operator in classes derived from or holding copyable and movable types</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="move/how_the_library_works.html">How the library works</a></span></dt>
<dt><span class="section"><a href="move/thanks_to.html">Thanks and credits</a></span></dt>
<dt><span class="section"><a href="move/release_notes.html">Release Notes</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="move/release_notes.html#move.release_notes.release_notes_boost_1_57_00">Boost
1.57 Release</a></span></dt>
<dt><span class="section"><a href="move/release_notes.html#move.release_notes.release_notes_boost_1_56_00">Boost
1.56 Release</a></span></dt>
<dt><span class="section"><a href="move/release_notes.html#move.release_notes.release_notes_boost_1_55_00">Boost
1.55 Release</a></span></dt>
<dt><span class="section"><a href="move/release_notes.html#move.release_notes.release_notes_boost_1_54_00">Boost
1.54 Release</a></span></dt>
<dt><span class="section"><a href="move/release_notes.html#move.release_notes.release_notes_boost_1_53_00">Boost
1.53 Release</a></span></dt>
<dt><span class="section"><a href="move/release_notes.html#move.release_notes.release_notes_boost_1_51_00">Boost
1.51 Release</a></span></dt>
<dt><span class="section"><a href="move/release_notes.html#move.release_notes.release_notes_boost_1_49_00">Boost
1.49 Release</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="move/reference.html">Reference</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="move/reference.html#header.boost.move.algorithm_hpp">Header <boost/move/algorithm.hpp></a></span></dt>
<dt><span class="section"><a href="move/reference.html#header.boost.move.core_hpp">Header <boost/move/core.hpp></a></span></dt>
<dt><span class="section"><a href="move/reference.html#header.boost.move.default_delete_hpp">Header <boost/move/default_delete.hpp></a></span></dt>
<dt><span class="section"><a href="move/reference.html#header.boost.move.iterator_hpp">Header <boost/move/iterator.hpp></a></span></dt>
<dt><span class="section"><a href="move/reference.html#header.boost.move.make_unique_hpp">Header <boost/move/make_unique.hpp></a></span></dt>
<dt><span class="section"><a href="move/reference.html#header.boost.move.move_hpp">Header <boost/move/move.hpp></a></span></dt>
<dt><span class="section"><a href="move/reference.html#header.boost.move.traits_hpp">Header <boost/move/traits.hpp></a></span></dt>
<dt><span class="section"><a href="move/reference.html#header.boost.move.unique_ptr_hpp">Header <boost/move/unique_ptr.hpp></a></span></dt>
<dt><span class="section"><a href="move/reference.html#header.boost.move.utility_hpp">Header <boost/move/utility.hpp></a></span></dt>
<dt><span class="section"><a href="move/reference.html#header.boost.move.utility_core_hpp">Header <boost/move/utility_core.hpp></a></span></dt>
</dl></dd>
</dl>
</div>
<div class="important"><table border="0" summary="Important">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../doc/src/images/important.png"></td>
<th align="left">Important</th>
</tr>
<tr><td align="left" valign="top"><p>
To be able to use containers of movable-only values you will need to use containers
supporting move semantics, like <span class="bold"><strong>Boost.Container</strong></span>
containers
</p></td></tr>
</table></div>
<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>
Tested compilers: MSVC-7.1, 8.0, 9.0, GCC 4.3-MinGW in C++03 and C++0x modes,
Intel 10.1
</p></td></tr>
</table></div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="move.what_is_boost_move"></a><a class="link" href="move.html#move.what_is_boost_move" title="What is Boost.Move?">What is Boost.Move?</a>
</h2></div></div></div>
<p>
Rvalue references are a major C++0x feature, enabling move semantics for C++
values. However, we don't need C++0x compilers to take advantage of move semanatics.
<span class="bold"><strong>Boost.Move</strong></span> emulates C++0x move semantics in
C++03 compilers and allows writing portable code that works optimally in C++03
and C++0x compilers.
</p>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: October 30, 2014 at 10:20:19 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="lockfree/appendices.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="move/introduction.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
doc/dev/org/deidentifier/arx/aggregates/class-use/HierarchyBuilderGroupingBased.Group.html | COWYARD/arx | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>Uses of Class org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.Group (ARX Developer Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.Group (ARX Developer Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.Group.html" title="class in org.deidentifier.arx.aggregates">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/deidentifier/arx/aggregates/class-use/HierarchyBuilderGroupingBased.Group.html" target="_top">Frames</a></li>
<li><a href="HierarchyBuilderGroupingBased.Group.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.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.Group" class="title">Uses of Class<br>org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased.Group</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.Group.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderGroupingBased.Group</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.deidentifier.arx.aggregates">org.deidentifier.arx.aggregates</a></td>
<td class="colLast">
<div class="block">This package provides methods for aggregating data.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.aggregates">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.Group.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderGroupingBased.Group</a> in <a href="../../../../../org/deidentifier/arx/aggregates/package-summary.html">org.deidentifier.arx.aggregates</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/deidentifier/arx/aggregates/package-summary.html">org.deidentifier.arx.aggregates</a> that return types with arguments of type <a href="../../../../../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.Group.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderGroupingBased.Group</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.Group.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderGroupingBased.Group</a><<a href="../../../../../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.Level.html" title="type parameter in HierarchyBuilderGroupingBased.Level">U</a>>></code></td>
<td class="colLast"><span class="strong">HierarchyBuilderGroupingBased.Level.</span><code><strong><a href="../../../../../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.Level.html#getGroups()">getGroups</a></strong>()</code>
<div class="block">Returns the list.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.Group.html" title="class in org.deidentifier.arx.aggregates">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/deidentifier/arx/aggregates/class-use/HierarchyBuilderGroupingBased.Group.html" target="_top">Frames</a></li>
<li><a href="HierarchyBuilderGroupingBased.Group.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
src/main/webapp/pages/admin/article/article_edit_content_ue.html | jwlyifeng/jfinal-cms | <% var headContent = { %>
<base href="${BASE_PATH }">
<title>${HEAD_TITLE }</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" href="${BASE_PATH }favicon.ico" />
<link rel="shortcut icon" href="${BASE_PATH }favicon.ico" />
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta name="keywords" content="${HEAD_TITLE }">
<meta name="description" content="${HEAD_TITLE }">
<!-- 弹出框 -->
<% include("/pages/includes/ymprompt.html"){} %>
<!-- jquery -->
<% include("/pages/includes/jquery.html"){} %>
<% include("/pages/includes/ueditor.html"){} %>
<style>
body {
overflow: hidden;
}
.tags {
line-height: 22px;
height: 22px;
}
.tags .tags_label {
float: left;
font-weight: bold;
margin-right: 5px;
padding: 5px 1px 1px 3px;
margin-right: 5px
}
.tags .tags_content {
float: left;
width: 500px;
margin: 5px 5px 0 0;
padding: 1px;
border: 1px solid #ccc;
background: #fff;
vertical-align: middle;
}
.tags .tags_remark {
padding: 5px 1px 1px 3px;
color: #999999;
font-size: 12px;
z-index: 10000;
}
.btn_block {
width: 800px;
margin: 5px 0 5px 0;
padding: 10px 0px 0px 0px;
text-align: center;
z-index: 10000;
}
/***************bootstrap*************/
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
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.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus
{
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.btn.focus,.btn:focus,.btn:hover {
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.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.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.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover
{
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.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.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.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover
{
background-color: #337ab7;
border-color: #2e6da4
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff
}
button,input,select,textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,html input[type=button],input[type=reset],input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button,select {
text-transform: none;
}
button {
overflow: visible;
}
button,input,optgroup,select,textarea {
margin: 0;
font: inherit;
color: inherit;
}
</style>
<script type="text/javascript">
var um;
$(document).ready(function(){
um = UE.getEditor('editor',{
initialFrameHeight:400 //初始化编辑器高度,默认320
});
});
function oper_save() {
if(!um.hasContents()){
Alert('请输入文章内容');
return false;
}
var tags = $('.tags_content').text().replace(/,/g, ",");
if(tags!='') {
$('[name="tags"]').val(tags);
}
form1.action = "admin/article/save_content/"+form1["model.id"].value;
form1.submit();
return true;
}
</script>
<% }; var bodyContent = { %>
<form name="form1" action="" method="post" >
<input type="hidden" name="model.id" value="${model.id}" />
<!-- 数据列表 -->
<div>
<script id="editor" type="text/plain" name="model.content"
style="width: 98%; height: 320px;">${model.content}</script>
</div>
<div class="tags">
<input name="tags" type="hidden" value="${tags!''}" />
<div class="tags_label">标签:</div>
<div contentEditable="true" class="tags_content">${tags!''}</div>
<div class="tags_remark">请使用逗号分隔不同标签,最多5个哦</div>
</div>
<div class="btn_block">
<button class="btn btn-primary"
onclick="return oper_save(${model.id!'0'});">保 存</button>
<button class="btn btn-default" onclick="closeIframe();return false;">关
闭</button>
</div>
</form>
<%}; %> <%
layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){
%> <%} %>
|
plugins/oob/_site/index.html | liukaitj/elasticsearch-cn-out-of-box | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>cn out of box v1.6.0</title>
<link rel="stylesheet" type="text/css" href="css/blue-glass/sidebar.css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/jquery.sidebar.js"></script>
</head>
<body>
<div>
<div>
<ul id="menu" >
<li><a href="/_plugin/kopf/" target="oobiframe" >kopf</a></li>
<li><a href="/_plugin/head/" target="oobiframe" >head</a></li>
<li><a href="/_plugin/inquisitor/" target="oobiframe" >inquisitor</a></li>
<li><a href="/_plugin/HQ/" target="oobiframe" >hq</a></li>
<li><a href="/_plugin/bigdesk/" target="oobiframe" >bigdesk</a></li>
<li><a href="/_plugin/segmentspy/" target="oobiframe" >segmentspy</a></li>
<li><a href="/_plugin/paramedic/" target="oobiframe" >paramedic</a></li>
<li><a href="/_plugin/marvel/" target="oobiframe" >marvel</a></li>
<li> </li>
</ul>
</div>
<script type="text/javascript">
$("ul#menu").sidebar({
position:"bottom",
open:"click"
});
</script>
<div >
<iframe src="/_plugin/kopf/" name="oobiframe" align="MIDDLE" width="100%" height="1000" marginwidth="1" marginheight="1" frameborder="0" scrolling="Yes">
</div>
</div>
</body>
</html>
|
hadoop/docs/mapred-default.html | markkerzner/nn_kove | <html>
<body>
<table border="1">
<tr>
<td>name</td><td>value</td><td>description</td>
</tr>
<tr>
<td><a name="hadoop.job.history.location">hadoop.job.history.location</a></td><td></td><td> If job tracker is static the history files are stored
in this single well known place. If No value is set here, by default,
it is in the local file system at ${hadoop.log.dir}/history.
</td>
</tr>
<tr>
<td><a name="hadoop.job.history.user.location">hadoop.job.history.user.location</a></td><td></td><td> User can specify a location to store the history files of
a particular job. If nothing is specified, the logs are stored in
output directory. The files are stored in "_logs/history/" in the directory.
User can stop logging by giving the value "none".
</td>
</tr>
<tr>
<td><a name="mapred.job.tracker.history.completed.location">mapred.job.tracker.history.completed.location</a></td><td></td><td> The completed job history files are stored at this single well
known location. If nothing is specified, the files are stored at
${hadoop.job.history.location}/done.
</td>
</tr>
<tr>
<td><a name="io.sort.factor">io.sort.factor</a></td><td>10</td><td>The number of streams to merge at once while sorting
files. This determines the number of open file handles.</td>
</tr>
<tr>
<td><a name="io.sort.mb">io.sort.mb</a></td><td>100</td><td>The total amount of buffer memory to use while sorting
files, in megabytes. By default, gives each merge stream 1MB, which
should minimize seeks.</td>
</tr>
<tr>
<td><a name="io.sort.record.percent">io.sort.record.percent</a></td><td>0.05</td><td>The percentage of io.sort.mb dedicated to tracking record
boundaries. Let this value be r, io.sort.mb be x. The maximum number
of records collected before the collection thread must block is equal
to (r * x) / 4</td>
</tr>
<tr>
<td><a name="io.sort.spill.percent">io.sort.spill.percent</a></td><td>0.80</td><td>The soft limit in either the buffer or record collection
buffers. Once reached, a thread will begin to spill the contents to disk
in the background. Note that this does not imply any chunking of data to
the spill. A value less than 0.5 is not recommended.</td>
</tr>
<tr>
<td><a name="io.map.index.skip">io.map.index.skip</a></td><td>0</td><td>Number of index entries to skip between each entry.
Zero by default. Setting this to values larger than zero can
facilitate opening large map files using less memory.</td>
</tr>
<tr>
<td><a name="mapred.job.tracker">mapred.job.tracker</a></td><td>local</td><td>The host and port that the MapReduce job tracker runs
at. If "local", then jobs are run in-process as a single map
and reduce task.
</td>
</tr>
<tr>
<td><a name="mapred.job.tracker.http.address">mapred.job.tracker.http.address</a></td><td>0.0.0.0:50030</td><td>
The job tracker http server address and port the server will listen on.
If the port is 0 then the server will start on a free port.
</td>
</tr>
<tr>
<td><a name="mapred.job.tracker.handler.count">mapred.job.tracker.handler.count</a></td><td>10</td><td>
The number of server threads for the JobTracker. This should be roughly
4% of the number of tasktracker nodes.
</td>
</tr>
<tr>
<td><a name="mapred.task.tracker.report.address">mapred.task.tracker.report.address</a></td><td>127.0.0.1:0</td><td>The interface and port that task tracker server listens on.
Since it is only connected to by the tasks, it uses the local interface.
EXPERT ONLY. Should only be changed if your host does not have the loopback
interface.</td>
</tr>
<tr>
<td><a name="mapred.local.dir">mapred.local.dir</a></td><td>${hadoop.tmp.dir}/mapred/local</td><td>The local directory where MapReduce stores intermediate
data files. May be a comma-separated list of
directories on different devices in order to spread disk i/o.
Directories that do not exist are ignored.
</td>
</tr>
<tr>
<td><a name="mapred.system.dir">mapred.system.dir</a></td><td>${hadoop.tmp.dir}/mapred/system</td><td>The directory where MapReduce stores control files.
</td>
</tr>
<tr>
<td><a name="mapreduce.jobtracker.staging.root.dir">mapreduce.jobtracker.staging.root.dir</a></td><td>${hadoop.tmp.dir}/mapred/staging</td><td>The root of the staging area for users' job files
In practice, this should be the directory where users' home
directories are located (usually /user)
</td>
</tr>
<tr>
<td><a name="mapred.temp.dir">mapred.temp.dir</a></td><td>${hadoop.tmp.dir}/mapred/temp</td><td>A shared directory for temporary files.
</td>
</tr>
<tr>
<td><a name="mapred.local.dir.minspacestart">mapred.local.dir.minspacestart</a></td><td>0</td><td>If the space in mapred.local.dir drops under this,
do not ask for more tasks.
Value in bytes.
</td>
</tr>
<tr>
<td><a name="mapred.local.dir.minspacekill">mapred.local.dir.minspacekill</a></td><td>0</td><td>If the space in mapred.local.dir drops under this,
do not ask more tasks until all the current ones have finished and
cleaned up. Also, to save the rest of the tasks we have running,
kill one of them, to clean up some space. Start with the reduce tasks,
then go with the ones that have finished the least.
Value in bytes.
</td>
</tr>
<tr>
<td><a name="mapred.tasktracker.expiry.interval">mapred.tasktracker.expiry.interval</a></td><td>600000</td><td>Expert: The time-interval, in miliseconds, after which
a tasktracker is declared 'lost' if it doesn't send heartbeats.
</td>
</tr>
<tr>
<td><a name="mapred.tasktracker.resourcecalculatorplugin">mapred.tasktracker.resourcecalculatorplugin</a></td><td></td><td>
Name of the class whose instance will be used to query resource information
on the tasktracker.
The class must be an instance of
org.apache.hadoop.util.ResourceCalculatorPlugin. If the value is null, the
tasktracker attempts to use a class appropriate to the platform.
Currently, the only platform supported is Linux.
</td>
</tr>
<tr>
<td><a name="mapred.tasktracker.taskmemorymanager.monitoring-interval">mapred.tasktracker.taskmemorymanager.monitoring-interval</a></td><td>5000</td><td>The interval, in milliseconds, for which the tasktracker waits
between two cycles of monitoring its tasks' memory usage. Used only if
tasks' memory management is enabled via mapred.tasktracker.tasks.maxmemory.
</td>
</tr>
<tr>
<td><a name="mapred.tasktracker.tasks.sleeptime-before-sigkill">mapred.tasktracker.tasks.sleeptime-before-sigkill</a></td><td>5000</td><td>The time, in milliseconds, the tasktracker waits for sending a
SIGKILL to a process, after it has been sent a SIGTERM.</td>
</tr>
<tr>
<td><a name="mapred.map.tasks">mapred.map.tasks</a></td><td>2</td><td>The default number of map tasks per job.
Ignored when mapred.job.tracker is "local".
</td>
</tr>
<tr>
<td><a name="mapred.reduce.tasks">mapred.reduce.tasks</a></td><td>1</td><td>The default number of reduce tasks per job. Typically set to 99%
of the cluster's reduce capacity, so that if a node fails the reduces can
still be executed in a single wave.
Ignored when mapred.job.tracker is "local".
</td>
</tr>
<tr>
<td><a name="mapreduce.tasktracker.outofband.heartbeat">mapreduce.tasktracker.outofband.heartbeat</a></td><td>false</td><td>Expert: Set this to true to let the tasktracker send an
out-of-band heartbeat on task-completion for better latency.
</td>
</tr>
<tr>
<td><a name="mapreduce.tasktracker.outofband.heartbeat.damper">mapreduce.tasktracker.outofband.heartbeat.damper</a></td><td>1000000</td><td>When out-of-band heartbeats are enabled, provides
damping to avoid overwhelming the JobTracker if too many out-of-band
heartbeats would occur. The damping is calculated such that the
heartbeat interval is divided by (T*D + 1) where T is the number
of completed tasks and D is the damper value.
Setting this to a high value like the default provides no damping --
as soon as any task finishes, a heartbeat will be sent. Setting this
parameter to 0 is equivalent to disabling the out-of-band heartbeat feature.
A value of 1 would indicate that, after one task has completed, the
time to wait before the next heartbeat would be 1/2 the usual time.
After two tasks have finished, it would be 1/3 the usual time, etc.
</td>
</tr>
<tr>
<td><a name="mapred.jobtracker.restart.recover">mapred.jobtracker.restart.recover</a></td><td>false</td><td>"true" to enable (job) recovery upon restart,
"false" to start afresh
</td>
</tr>
<tr>
<td><a name="mapred.jobtracker.job.history.block.size">mapred.jobtracker.job.history.block.size</a></td><td>3145728</td><td>The block size of the job history file. Since the job recovery
uses job history, its important to dump job history to disk as
soon as possible. Note that this is an expert level parameter.
The default value is set to 3 MB.
</td>
</tr>
<tr>
<td><a name="mapreduce.job.split.metainfo.maxsize">mapreduce.job.split.metainfo.maxsize</a></td><td>10000000</td><td>The maximum permissible size of the split metainfo file.
The JobTracker won't attempt to read split metainfo files bigger than
the configured value.
No limits if set to -1.
</td>
</tr>
<tr>
<td><a name="mapred.jobtracker.taskScheduler">mapred.jobtracker.taskScheduler</a></td><td>org.apache.hadoop.mapred.JobQueueTaskScheduler</td><td>The class responsible for scheduling the tasks.</td>
</tr>
<tr>
<td><a name="mapred.jobtracker.taskScheduler.maxRunningTasksPerJob">mapred.jobtracker.taskScheduler.maxRunningTasksPerJob</a></td><td></td><td>The maximum number of running tasks for a job before
it gets preempted. No limits if undefined.
</td>
</tr>
<tr>
<td><a name="mapred.map.max.attempts">mapred.map.max.attempts</a></td><td>4</td><td>Expert: The maximum number of attempts per map task.
In other words, framework will try to execute a map task these many number
of times before giving up on it.
</td>
</tr>
<tr>
<td><a name="mapred.reduce.max.attempts">mapred.reduce.max.attempts</a></td><td>4</td><td>Expert: The maximum number of attempts per reduce task.
In other words, framework will try to execute a reduce task these many number
of times before giving up on it.
</td>
</tr>
<tr>
<td><a name="mapred.reduce.parallel.copies">mapred.reduce.parallel.copies</a></td><td>5</td><td>The default number of parallel transfers run by reduce
during the copy(shuffle) phase.
</td>
</tr>
<tr>
<td><a name="mapreduce.reduce.shuffle.maxfetchfailures">mapreduce.reduce.shuffle.maxfetchfailures</a></td><td>10</td><td>The maximum number of times a reducer tries to
fetch a map output before it reports it.
</td>
</tr>
<tr>
<td><a name="mapreduce.reduce.shuffle.connect.timeout">mapreduce.reduce.shuffle.connect.timeout</a></td><td>180000</td><td>Expert: The maximum amount of time (in milli seconds) a reduce
task spends in trying to connect to a tasktracker for getting map output.
</td>
</tr>
<tr>
<td><a name="mapreduce.reduce.shuffle.read.timeout">mapreduce.reduce.shuffle.read.timeout</a></td><td>180000</td><td>Expert: The maximum amount of time (in milli seconds) a reduce
task waits for map output data to be available for reading after obtaining
connection.
</td>
</tr>
<tr>
<td><a name="mapred.task.timeout">mapred.task.timeout</a></td><td>600000</td><td>The number of milliseconds before a task will be
terminated if it neither reads an input, writes an output, nor
updates its status string.
</td>
</tr>
<tr>
<td><a name="mapred.tasktracker.map.tasks.maximum">mapred.tasktracker.map.tasks.maximum</a></td><td>2</td><td>The maximum number of map tasks that will be run
simultaneously by a task tracker.
</td>
</tr>
<tr>
<td><a name="mapred.tasktracker.reduce.tasks.maximum">mapred.tasktracker.reduce.tasks.maximum</a></td><td>2</td><td>The maximum number of reduce tasks that will be run
simultaneously by a task tracker.
</td>
</tr>
<tr>
<td><a name="mapred.jobtracker.completeuserjobs.maximum">mapred.jobtracker.completeuserjobs.maximum</a></td><td>100</td><td>The maximum number of complete jobs per user to keep around
before delegating them to the job history.</td>
</tr>
<tr>
<td><a name="mapreduce.reduce.input.limit">mapreduce.reduce.input.limit</a></td><td>-1</td><td>The limit on the input size of the reduce. If the estimated
input size of the reduce is greater than this value, job is failed. A
value of -1 means that there is no limit set. </td>
</tr>
<tr>
<td><a name="mapred.job.tracker.retiredjobs.cache.size">mapred.job.tracker.retiredjobs.cache.size</a></td><td>1000</td><td>The number of retired job status to keep in the cache.
</td>
</tr>
<tr>
<td><a name="mapred.job.tracker.jobhistory.lru.cache.size">mapred.job.tracker.jobhistory.lru.cache.size</a></td><td>5</td><td>The number of job history files loaded in memory. The jobs are
loaded when they are first accessed. The cache is cleared based on LRU.
</td>
</tr>
<tr>
<td><a name="mapred.child.java.opts">mapred.child.java.opts</a></td><td>-Xmx200m</td><td>Java opts for the task tracker child processes.
The following symbol, if present, will be interpolated: @taskid@ is replaced
by current TaskID. Any other occurrences of '@' will go unchanged.
For example, to enable verbose gc logging to a file named for the taskid in
/tmp and to set the heap maximum to be a gigabyte, pass a 'value' of:
-Xmx1024m -verbose:gc -Xloggc:/tmp/@taskid@.gc
The configuration variable mapred.child.ulimit can be used to control the
maximum virtual memory of the child processes.
</td>
</tr>
<tr>
<td><a name="mapred.child.env">mapred.child.env</a></td><td></td><td>User added environment variables for the task tracker child
processes. Example :
1) A=foo This will set the env variable A to foo
2) B=$B:c This is inherit tasktracker's B env variable.
</td>
</tr>
<tr>
<td><a name="mapred.child.ulimit">mapred.child.ulimit</a></td><td></td><td>The maximum virtual memory, in KB, of a process launched by the
Map-Reduce framework. This can be used to control both the Mapper/Reducer
tasks and applications using Hadoop Pipes, Hadoop Streaming etc.
By default it is left unspecified to let cluster admins control it via
limits.conf and other such relevant mechanisms.
Note: mapred.child.ulimit must be greater than or equal to the -Xmx passed to
JavaVM, else the VM might not start.
</td>
</tr>
<tr>
<td><a name="mapred.cluster.map.memory.mb">mapred.cluster.map.memory.mb</a></td><td>-1</td><td>The size, in terms of virtual memory, of a single map slot
in the Map-Reduce framework, used by the scheduler.
A job can ask for multiple slots for a single map task via
mapred.job.map.memory.mb, upto the limit specified by
mapred.cluster.max.map.memory.mb, if the scheduler supports the feature.
The value of -1 indicates that this feature is turned off.
</td>
</tr>
<tr>
<td><a name="mapred.cluster.reduce.memory.mb">mapred.cluster.reduce.memory.mb</a></td><td>-1</td><td>The size, in terms of virtual memory, of a single reduce slot
in the Map-Reduce framework, used by the scheduler.
A job can ask for multiple slots for a single reduce task via
mapred.job.reduce.memory.mb, upto the limit specified by
mapred.cluster.max.reduce.memory.mb, if the scheduler supports the feature.
The value of -1 indicates that this feature is turned off.
</td>
</tr>
<tr>
<td><a name="mapred.cluster.max.map.memory.mb">mapred.cluster.max.map.memory.mb</a></td><td>-1</td><td>The maximum size, in terms of virtual memory, of a single map
task launched by the Map-Reduce framework, used by the scheduler.
A job can ask for multiple slots for a single map task via
mapred.job.map.memory.mb, upto the limit specified by
mapred.cluster.max.map.memory.mb, if the scheduler supports the feature.
The value of -1 indicates that this feature is turned off.
</td>
</tr>
<tr>
<td><a name="mapred.cluster.max.reduce.memory.mb">mapred.cluster.max.reduce.memory.mb</a></td><td>-1</td><td>The maximum size, in terms of virtual memory, of a single reduce
task launched by the Map-Reduce framework, used by the scheduler.
A job can ask for multiple slots for a single reduce task via
mapred.job.reduce.memory.mb, upto the limit specified by
mapred.cluster.max.reduce.memory.mb, if the scheduler supports the feature.
The value of -1 indicates that this feature is turned off.
</td>
</tr>
<tr>
<td><a name="mapred.job.map.memory.mb">mapred.job.map.memory.mb</a></td><td>-1</td><td>The size, in terms of virtual memory, of a single map task
for the job.
A job can ask for multiple slots for a single map task, rounded up to the
next multiple of mapred.cluster.map.memory.mb and upto the limit
specified by mapred.cluster.max.map.memory.mb, if the scheduler supports
the feature.
The value of -1 indicates that this feature is turned off iff
mapred.cluster.map.memory.mb is also turned off (-1).
</td>
</tr>
<tr>
<td><a name="mapred.job.reduce.memory.mb">mapred.job.reduce.memory.mb</a></td><td>-1</td><td>The size, in terms of virtual memory, of a single reduce task
for the job.
A job can ask for multiple slots for a single map task, rounded up to the
next multiple of mapred.cluster.reduce.memory.mb and upto the limit
specified by mapred.cluster.max.reduce.memory.mb, if the scheduler supports
the feature.
The value of -1 indicates that this feature is turned off iff
mapred.cluster.reduce.memory.mb is also turned off (-1).
</td>
</tr>
<tr>
<td><a name="mapred.child.tmp">mapred.child.tmp</a></td><td>./tmp</td><td> To set the value of tmp directory for map and reduce tasks.
If the value is an absolute path, it is directly assigned. Otherwise, it is
prepended with task's working directory. The java tasks are executed with
option -Djava.io.tmpdir='the absolute path of the tmp dir'. Pipes and
streaming are set with environment variable,
TMPDIR='the absolute path of the tmp dir'
</td>
</tr>
<tr>
<td><a name="mapred.inmem.merge.threshold">mapred.inmem.merge.threshold</a></td><td>1000</td><td>The threshold, in terms of the number of files
for the in-memory merge process. When we accumulate threshold number of files
we initiate the in-memory merge and spill to disk. A value of 0 or less than
0 indicates we want to DON'T have any threshold and instead depend only on
the ramfs's memory consumption to trigger the merge.
</td>
</tr>
<tr>
<td><a name="mapred.job.shuffle.merge.percent">mapred.job.shuffle.merge.percent</a></td><td>0.66</td><td>The usage threshold at which an in-memory merge will be
initiated, expressed as a percentage of the total memory allocated to
storing in-memory map outputs, as defined by
mapred.job.shuffle.input.buffer.percent.
</td>
</tr>
<tr>
<td><a name="mapred.job.shuffle.input.buffer.percent">mapred.job.shuffle.input.buffer.percent</a></td><td>0.70</td><td>The percentage of memory to be allocated from the maximum heap
size to storing map outputs during the shuffle.
</td>
</tr>
<tr>
<td><a name="mapred.job.reduce.input.buffer.percent">mapred.job.reduce.input.buffer.percent</a></td><td>0.0</td><td>The percentage of memory- relative to the maximum heap size- to
retain map outputs during the reduce. When the shuffle is concluded, any
remaining map outputs in memory must consume less than this threshold before
the reduce can begin.
</td>
</tr>
<tr>
<td><a name="mapred.map.tasks.speculative.execution">mapred.map.tasks.speculative.execution</a></td><td>true</td><td>If true, then multiple instances of some map tasks
may be executed in parallel.</td>
</tr>
<tr>
<td><a name="mapred.reduce.tasks.speculative.execution">mapred.reduce.tasks.speculative.execution</a></td><td>true</td><td>If true, then multiple instances of some reduce tasks
may be executed in parallel.</td>
</tr>
<tr>
<td><a name="mapred.job.reuse.jvm.num.tasks">mapred.job.reuse.jvm.num.tasks</a></td><td>1</td><td>How many tasks to run per jvm. If set to -1, there is
no limit.
</td>
</tr>
<tr>
<td><a name="mapred.min.split.size">mapred.min.split.size</a></td><td>0</td><td>The minimum size chunk that map input should be split
into. Note that some file formats may have minimum split sizes that
take priority over this setting.</td>
</tr>
<tr>
<td><a name="mapred.jobtracker.maxtasks.per.job">mapred.jobtracker.maxtasks.per.job</a></td><td>-1</td><td>The maximum number of tasks for a single job.
A value of -1 indicates that there is no maximum. </td>
</tr>
<tr>
<td><a name="mapred.submit.replication">mapred.submit.replication</a></td><td>10</td><td>The replication level for submitted job files. This
should be around the square root of the number of nodes.
</td>
</tr>
<tr>
<td><a name="mapred.tasktracker.dns.interface">mapred.tasktracker.dns.interface</a></td><td>default</td><td>The name of the Network Interface from which a task
tracker should report its IP address.
</td>
</tr>
<tr>
<td><a name="mapred.tasktracker.dns.nameserver">mapred.tasktracker.dns.nameserver</a></td><td>default</td><td>The host name or IP address of the name server (DNS)
which a TaskTracker should use to determine the host name used by
the JobTracker for communication and display purposes.
</td>
</tr>
<tr>
<td><a name="tasktracker.http.threads">tasktracker.http.threads</a></td><td>40</td><td>The number of worker threads that for the http server. This is
used for map output fetching
</td>
</tr>
<tr>
<td><a name="mapred.task.tracker.http.address">mapred.task.tracker.http.address</a></td><td>0.0.0.0:50060</td><td>
The task tracker http server address and port.
If the port is 0 then the server will start on a free port.
</td>
</tr>
<tr>
<td><a name="keep.failed.task.files">keep.failed.task.files</a></td><td>false</td><td>Should the files for failed tasks be kept. This should only be
used on jobs that are failing, because the storage is never
reclaimed. It also prevents the map outputs from being erased
from the reduce directory as they are consumed.</td>
</tr>
<tr>
<td><a name="mapred.output.compress">mapred.output.compress</a></td><td>false</td><td>Should the job outputs be compressed?
</td>
</tr>
<tr>
<td><a name="mapred.output.compression.type">mapred.output.compression.type</a></td><td>RECORD</td><td>If the job outputs are to compressed as SequenceFiles, how should
they be compressed? Should be one of NONE, RECORD or BLOCK.
</td>
</tr>
<tr>
<td><a name="mapred.output.compression.codec">mapred.output.compression.codec</a></td><td>org.apache.hadoop.io.compress.DefaultCodec</td><td>If the job outputs are compressed, how should they be compressed?
</td>
</tr>
<tr>
<td><a name="mapred.compress.map.output">mapred.compress.map.output</a></td><td>false</td><td>Should the outputs of the maps be compressed before being
sent across the network. Uses SequenceFile compression.
</td>
</tr>
<tr>
<td><a name="mapred.map.output.compression.codec">mapred.map.output.compression.codec</a></td><td>org.apache.hadoop.io.compress.DefaultCodec</td><td>If the map outputs are compressed, how should they be
compressed?
</td>
</tr>
<tr>
<td><a name="map.sort.class">map.sort.class</a></td><td>org.apache.hadoop.util.QuickSort</td><td>The default sort class for sorting keys.
</td>
</tr>
<tr>
<td><a name="mapred.userlog.limit.kb">mapred.userlog.limit.kb</a></td><td>0</td><td>The maximum size of user-logs of each task in KB. 0 disables the cap.
</td>
</tr>
<tr>
<td><a name="mapred.userlog.retain.hours">mapred.userlog.retain.hours</a></td><td>24</td><td>The maximum time, in hours, for which the user-logs are to be
retained after the job completion.
</td>
</tr>
<tr>
<td><a name="mapred.user.jobconf.limit">mapred.user.jobconf.limit</a></td><td>5242880</td><td>The maximum allowed size of the user jobconf. The
default is set to 5 MB</td>
</tr>
<tr>
<td><a name="mapred.hosts">mapred.hosts</a></td><td></td><td>Names a file that contains the list of nodes that may
connect to the jobtracker. If the value is empty, all hosts are
permitted.</td>
</tr>
<tr>
<td><a name="mapred.hosts.exclude">mapred.hosts.exclude</a></td><td></td><td>Names a file that contains the list of hosts that
should be excluded by the jobtracker. If the value is empty, no
hosts are excluded.</td>
</tr>
<tr>
<td><a name="mapred.heartbeats.in.second">mapred.heartbeats.in.second</a></td><td>100</td><td>Expert: Approximate number of heart-beats that could arrive
at JobTracker in a second. Assuming each RPC can be processed
in 10msec, the default value is made 100 RPCs in a second.
</td>
</tr>
<tr>
<td><a name="mapred.max.tracker.blacklists">mapred.max.tracker.blacklists</a></td><td>4</td><td>The number of blacklists for a tasktracker by various jobs
after which the tasktracker will be marked as potentially
faulty and is a candidate for graylisting across all jobs.
(Unlike blacklisting, this is advisory; the tracker remains
active. However, it is reported as graylisted in the web UI,
with the expectation that chronically graylisted trackers
will be manually decommissioned.) This value is tied to
mapred.jobtracker.blacklist.fault-timeout-window; faults
older than the window width are forgiven, so the tracker
will recover from transient problems. It will also become
healthy after a restart.
</td>
</tr>
<tr>
<td><a name="mapred.jobtracker.blacklist.fault-timeout-window">mapred.jobtracker.blacklist.fault-timeout-window</a></td><td>180</td><td>The timeout (in minutes) after which per-job tasktracker
faults are forgiven. The window is logically a circular
buffer of time-interval buckets whose width is defined by
mapred.jobtracker.blacklist.fault-bucket-width; when the
"now" pointer moves across a bucket boundary, the previous
contents (faults) of the new bucket are cleared. In other
words, the timeout's granularity is determined by the bucket
width.
</td>
</tr>
<tr>
<td><a name="mapred.jobtracker.blacklist.fault-bucket-width">mapred.jobtracker.blacklist.fault-bucket-width</a></td><td>15</td><td>The width (in minutes) of each bucket in the tasktracker
fault timeout window. Each bucket is reused in a circular
manner after a full timeout-window interval (defined by
mapred.jobtracker.blacklist.fault-timeout-window).
</td>
</tr>
<tr>
<td><a name="mapred.max.tracker.failures">mapred.max.tracker.failures</a></td><td>4</td><td>The number of task-failures on a tasktracker of a given job
after which new tasks of that job aren't assigned to it.
</td>
</tr>
<tr>
<td><a name="jobclient.output.filter">jobclient.output.filter</a></td><td>FAILED</td><td>The filter for controlling the output of the task's userlogs sent
to the console of the JobClient.
The permissible options are: NONE, KILLED, FAILED, SUCCEEDED and
ALL.
</td>
</tr>
<tr>
<td><a name="mapred.job.tracker.persist.jobstatus.active">mapred.job.tracker.persist.jobstatus.active</a></td><td>false</td><td>Indicates if persistency of job status information is
active or not.
</td>
</tr>
<tr>
<td><a name="mapred.job.tracker.persist.jobstatus.hours">mapred.job.tracker.persist.jobstatus.hours</a></td><td>0</td><td>The number of hours job status information is persisted in DFS.
The job status information will be available after it drops of the memory
queue and between jobtracker restarts. With a zero value the job status
information is not persisted at all in DFS.
</td>
</tr>
<tr>
<td><a name="mapred.job.tracker.persist.jobstatus.dir">mapred.job.tracker.persist.jobstatus.dir</a></td><td>/jobtracker/jobsInfo</td><td>The directory where the job status information is persisted
in a file system to be available after it drops of the memory queue and
between jobtracker restarts.
</td>
</tr>
<tr>
<td><a name="mapreduce.job.complete.cancel.delegation.tokens">mapreduce.job.complete.cancel.delegation.tokens</a></td><td>true</td><td> if false - do not unregister/cancel delegation tokens
from renewal, because same tokens may be used by spawned jobs
</td>
</tr>
<tr>
<td><a name="mapred.task.profile">mapred.task.profile</a></td><td>false</td><td>To set whether the system should collect profiler
information for some of the tasks in this job? The information is stored
in the user log directory. The value is "true" if task profiling
is enabled.</td>
</tr>
<tr>
<td><a name="mapred.task.profile.maps">mapred.task.profile.maps</a></td><td>0-2</td><td> To set the ranges of map tasks to profile.
mapred.task.profile has to be set to true for the value to be accounted.
</td>
</tr>
<tr>
<td><a name="mapred.task.profile.reduces">mapred.task.profile.reduces</a></td><td>0-2</td><td> To set the ranges of reduce tasks to profile.
mapred.task.profile has to be set to true for the value to be accounted.
</td>
</tr>
<tr>
<td><a name="mapred.line.input.format.linespermap">mapred.line.input.format.linespermap</a></td><td>1</td><td> Number of lines per split in NLineInputFormat.
</td>
</tr>
<tr>
<td><a name="mapred.skip.attempts.to.start.skipping">mapred.skip.attempts.to.start.skipping</a></td><td>2</td><td> The number of Task attempts AFTER which skip mode
will be kicked off. When skip mode is kicked off, the
tasks reports the range of records which it will process
next, to the TaskTracker. So that on failures, TT knows which
ones are possibly the bad records. On further executions,
those are skipped.
</td>
</tr>
<tr>
<td><a name="mapred.skip.map.auto.incr.proc.count">mapred.skip.map.auto.incr.proc.count</a></td><td>true</td><td> The flag which if set to true,
SkipBadRecords.COUNTER_MAP_PROCESSED_RECORDS is incremented
by MapRunner after invoking the map function. This value must be set to
false for applications which process the records asynchronously
or buffer the input records. For example streaming.
In such cases applications should increment this counter on their own.
</td>
</tr>
<tr>
<td><a name="mapred.skip.reduce.auto.incr.proc.count">mapred.skip.reduce.auto.incr.proc.count</a></td><td>true</td><td> The flag which if set to true,
SkipBadRecords.COUNTER_REDUCE_PROCESSED_GROUPS is incremented
by framework after invoking the reduce function. This value must be set to
false for applications which process the records asynchronously
or buffer the input records. For example streaming.
In such cases applications should increment this counter on their own.
</td>
</tr>
<tr>
<td><a name="mapred.skip.out.dir">mapred.skip.out.dir</a></td><td></td><td> If no value is specified here, the skipped records are
written to the output directory at _logs/skip.
User can stop writing skipped records by giving the value "none".
</td>
</tr>
<tr>
<td><a name="mapred.skip.map.max.skip.records">mapred.skip.map.max.skip.records</a></td><td>0</td><td> The number of acceptable skip records surrounding the bad
record PER bad record in mapper. The number includes the bad record as well.
To turn the feature of detection/skipping of bad records off, set the
value to 0.
The framework tries to narrow down the skipped range by retrying
until this threshold is met OR all attempts get exhausted for this task.
Set the value to Long.MAX_VALUE to indicate that framework need not try to
narrow down. Whatever records(depends on application) get skipped are
acceptable.
</td>
</tr>
<tr>
<td><a name="mapred.skip.reduce.max.skip.groups">mapred.skip.reduce.max.skip.groups</a></td><td>0</td><td> The number of acceptable skip groups surrounding the bad
group PER bad group in reducer. The number includes the bad group as well.
To turn the feature of detection/skipping of bad groups off, set the
value to 0.
The framework tries to narrow down the skipped range by retrying
until this threshold is met OR all attempts get exhausted for this task.
Set the value to Long.MAX_VALUE to indicate that framework need not try to
narrow down. Whatever groups(depends on application) get skipped are
acceptable.
</td>
</tr>
<tr>
<td><a name="mapreduce.ifile.readahead">mapreduce.ifile.readahead</a></td><td>true</td><td>Configuration key to enable/disable IFile readahead.
</td>
</tr>
<tr>
<td><a name="mapreduce.ifile.readahead.bytes">mapreduce.ifile.readahead.bytes</a></td><td>4194304</td><td>Configuration key to set the IFile readahead length in bytes.
</td>
</tr>
<tr>
<td><a name="job.end.retry.attempts">job.end.retry.attempts</a></td><td>0</td><td>Indicates how many times hadoop should attempt to contact the
notification URL </td>
</tr>
<tr>
<td><a name="job.end.retry.interval">job.end.retry.interval</a></td><td>30000</td><td>Indicates time in milliseconds between notification URL retry
calls</td>
</tr>
<tr>
<td><a name="hadoop.rpc.socket.factory.class.JobSubmissionProtocol">hadoop.rpc.socket.factory.class.JobSubmissionProtocol</a></td><td></td><td> SocketFactory to use to connect to a Map/Reduce master
(JobTracker). If null or empty, then use hadoop.rpc.socket.class.default.
</td>
</tr>
<tr>
<td><a name="mapred.task.cache.levels">mapred.task.cache.levels</a></td><td>2</td><td> This is the max level of the task cache. For example, if
the level is 2, the tasks cached are at the host level and at the rack
level.
</td>
</tr>
<tr>
<td><a name="mapred.queue.names">mapred.queue.names</a></td><td>default</td><td> Comma separated list of queues configured for this jobtracker.
Jobs are added to queues and schedulers can configure different
scheduling properties for the various queues. To configure a property
for a queue, the name of the queue must match the name specified in this
value. Queue properties that are common to all schedulers are configured
here with the naming convention, mapred.queue.$QUEUE-NAME.$PROPERTY-NAME,
for e.g. mapred.queue.default.submit-job-acl.
The number of queues configured in this parameter could depend on the
type of scheduler being used, as specified in
mapred.jobtracker.taskScheduler. For example, the JobQueueTaskScheduler
supports only a single queue, which is the default configured here.
Before adding more queues, ensure that the scheduler you've configured
supports multiple queues.
</td>
</tr>
<tr>
<td><a name="mapred.acls.enabled">mapred.acls.enabled</a></td><td>false</td><td> Specifies whether ACLs should be checked
for authorization of users for doing various queue and job level operations.
ACLs are disabled by default. If enabled, access control checks are made by
JobTracker and TaskTracker when requests are made by users for queue
operations like submit job to a queue and kill a job in the queue and job
operations like viewing the job-details (See mapreduce.job.acl-view-job)
or for modifying the job (See mapreduce.job.acl-modify-job) using
Map/Reduce APIs, RPCs or via the console and web user interfaces.
</td>
</tr>
<tr>
<td><a name="mapred.queue.default.state">mapred.queue.default.state</a></td><td>RUNNING</td><td>
This values defines the state , default queue is in.
the values can be either "STOPPED" or "RUNNING"
This value can be changed at runtime.
</td>
</tr>
<tr>
<td><a name="mapred.job.queue.name">mapred.job.queue.name</a></td><td>default</td><td> Queue to which a job is submitted. This must match one of the
queues defined in mapred.queue.names for the system. Also, the ACL setup
for the queue must allow the current user to submit a job to the queue.
Before specifying a queue, ensure that the system is configured with
the queue, and access is allowed for submitting jobs to the queue.
</td>
</tr>
<tr>
<td><a name="mapreduce.job.acl-modify-job">mapreduce.job.acl-modify-job</a></td><td> </td><td> Job specific access-control list for 'modifying' the job. It
is only used if authorization is enabled in Map/Reduce by setting the
configuration property mapred.acls.enabled to true.
This specifies the list of users and/or groups who can do modification
operations on the job. For specifying a list of users and groups the
format to use is "user1,user2 group1,group". If set to '*', it allows all
users/groups to modify this job. If set to ' '(i.e. space), it allows
none. This configuration is used to guard all the modifications with respect
to this job and takes care of all the following operations:
o killing this job
o killing a task of this job, failing a task of this job
o setting the priority of this job
Each of these operations are also protected by the per-queue level ACL
"acl-administer-jobs" configured via mapred-queues.xml. So a caller should
have the authorization to satisfy either the queue-level ACL or the
job-level ACL.
Irrespective of this ACL configuration, job-owner, the user who started the
cluster, cluster administrators configured via
mapreduce.cluster.administrators and queue administrators of the queue to
which this job is submitted to configured via
mapred.queue.queue-name.acl-administer-jobs in mapred-queue-acls.xml can
do all the modification operations on a job.
By default, nobody else besides job-owner, the user who started the cluster,
cluster administrators and queue administrators can perform modification
operations on a job.
</td>
</tr>
<tr>
<td><a name="mapreduce.job.acl-view-job">mapreduce.job.acl-view-job</a></td><td> </td><td> Job specific access-control list for 'viewing' the job. It is
only used if authorization is enabled in Map/Reduce by setting the
configuration property mapred.acls.enabled to true.
This specifies the list of users and/or groups who can view private details
about the job. For specifying a list of users and groups the
format to use is "user1,user2 group1,group". If set to '*', it allows all
users/groups to modify this job. If set to ' '(i.e. space), it allows
none. This configuration is used to guard some of the job-views and at
present only protects APIs that can return possibly sensitive information
of the job-owner like
o job-level counters
o task-level counters
o tasks' diagnostic information
o task-logs displayed on the TaskTracker web-UI and
o job.xml showed by the JobTracker's web-UI
Every other piece of information of jobs is still accessible by any other
user, for e.g., JobStatus, JobProfile, list of jobs in the queue, etc.
Irrespective of this ACL configuration, job-owner, the user who started the
cluster, cluster administrators configured via
mapreduce.cluster.administrators and queue administrators of the queue to
which this job is submitted to configured via
mapred.queue.queue-name.acl-administer-jobs in mapred-queue-acls.xml can do
all the view operations on a job.
By default, nobody else besides job-owner, the user who started the
cluster, cluster administrators and queue administrators can perform
view operations on a job.
</td>
</tr>
<tr>
<td><a name="mapred.tasktracker.indexcache.mb">mapred.tasktracker.indexcache.mb</a></td><td>10</td><td> The maximum memory that a task tracker allows for the
index cache that is used when serving map outputs to reducers.
</td>
</tr>
<tr>
<td><a name="mapred.combine.recordsBeforeProgress">mapred.combine.recordsBeforeProgress</a></td><td>10000</td><td> The number of records to process during combine output collection
before sending a progress notification to the TaskTracker.
</td>
</tr>
<tr>
<td><a name="mapred.merge.recordsBeforeProgress">mapred.merge.recordsBeforeProgress</a></td><td>10000</td><td> The number of records to process during merge before
sending a progress notification to the TaskTracker.
</td>
</tr>
<tr>
<td><a name="mapred.reduce.slowstart.completed.maps">mapred.reduce.slowstart.completed.maps</a></td><td>0.05</td><td>Fraction of the number of maps in the job which should be
complete before reduces are scheduled for the job.
</td>
</tr>
<tr>
<td><a name="mapred.task.tracker.task-controller">mapred.task.tracker.task-controller</a></td><td>org.apache.hadoop.mapred.DefaultTaskController</td><td>TaskController which is used to launch and manage task execution
</td>
</tr>
<tr>
<td><a name="mapreduce.tasktracker.group">mapreduce.tasktracker.group</a></td><td></td><td>Expert: Group to which TaskTracker belongs. If
LinuxTaskController is configured via mapreduce.tasktracker.taskcontroller,
the group owner of the task-controller binary should be same as this group.
</td>
</tr>
<tr>
<td><a name="mapred.disk.healthChecker.interval">mapred.disk.healthChecker.interval</a></td><td>60000</td><td>How often the TaskTracker checks the health of its
local directories. Configuring this to a value smaller than the
heartbeat interval is equivalent to setting this to heartbeat
interval value.
</td>
</tr>
<tr>
<td><a name="mapred.healthChecker.script.path">mapred.healthChecker.script.path</a></td><td></td><td>Absolute path to the script which is
periodicallyrun by the node health monitoring service to determine if
the node is healthy or not. If the value of this key is empty or the
file does not exist in the location configured here, the node health
monitoring service is not started.</td>
</tr>
<tr>
<td><a name="mapred.healthChecker.interval">mapred.healthChecker.interval</a></td><td>60000</td><td>Frequency of the node health script to be run,
in milliseconds</td>
</tr>
<tr>
<td><a name="mapred.healthChecker.script.timeout">mapred.healthChecker.script.timeout</a></td><td>600000</td><td>Time after node health script should be killed if
unresponsive and considered that the script has failed.</td>
</tr>
<tr>
<td><a name="mapred.healthChecker.script.args">mapred.healthChecker.script.args</a></td><td></td><td>List of arguments which are to be passed to
node health script when it is being launched comma seperated.
</td>
</tr>
<tr>
<td><a name="mapreduce.job.counters.max">mapreduce.job.counters.max</a></td><td>120</td><td>Limit on the number of counters allowed per job.
</td>
</tr>
<tr>
<td><a name="mapreduce.job.counters.groups.max">mapreduce.job.counters.groups.max</a></td><td>50</td><td>Limit on the number of counter groups allowed per job.
</td>
</tr>
<tr>
<td><a name="mapreduce.job.counters.counter.name.max">mapreduce.job.counters.counter.name.max</a></td><td>64</td><td>Limit on the length of counter names in jobs. Names
exceeding this limit will be truncated.
</td>
</tr>
<tr>
<td><a name="mapreduce.job.counters.group.name.max">mapreduce.job.counters.group.name.max</a></td><td>128</td><td>Limit on the length of counter group names in jobs. Names
exceeding this limit will be truncated.
</td>
</tr>
</table>
</body>
</html>
|
Contents/Resources/Documents/api/org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html | jawi/ApacheAnt.docset | <!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 Mon Jul 08 20:19:16 CEST 2013 -->
<TITLE>
FTPTaskMirrorImpl (Apache Ant API)
</TITLE>
<META NAME="date" CONTENT="2013-07-08">
<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="FTPTaskMirrorImpl (Apache Ant API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirror.html" title="interface in org.apache.tools.ant.taskdefs.optional.net"><B>PREV CLASS</B></A>
<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.html" title="class in org.apache.tools.ant.taskdefs.optional.net"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="FTPTaskMirrorImpl.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: <A HREF="#nested_class_summary">NESTED</A> | 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.apache.tools.ant.taskdefs.optional.net</FONT>
<BR>
Class FTPTaskMirrorImpl</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tools.ant.taskdefs.optional.net.FTPTaskMirrorImpl</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirror.html" title="interface in org.apache.tools.ant.taskdefs.optional.net">FTPTaskMirror</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>FTPTaskMirrorImpl</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirror.html" title="interface in org.apache.tools.ant.taskdefs.optional.net">FTPTaskMirror</A></DL>
</PRE>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_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>Nested Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.html" title="class in org.apache.tools.ant.taskdefs.optional.net">FTPTaskMirrorImpl.FTPDirectoryScanner</A></B></CODE>
<BR>
internal class allowing to read the contents of a remote file system
using the FTP protocol
used in particular for ftp get operations
differences with DirectoryScanner
"" (the root of the fileset) is never included in the included directories
followSymlinks defaults to false</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPFileProxy.html" title="class in org.apache.tools.ant.taskdefs.optional.net">FTPTaskMirrorImpl.FTPFileProxy</A></B></CODE>
<BR>
internal class providing a File-like interface to some of the information
available from the FTP server</TD>
</TR>
</TABLE>
<!-- ======== 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/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#FTPTaskMirrorImpl(org.apache.tools.ant.taskdefs.optional.net.FTPTask)">FTPTaskMirrorImpl</A></B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTask.html" title="class in org.apache.tools.ant.taskdefs.optional.net">FTPTask</A> task)</CODE>
<BR>
Constructor.</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>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#createParents(org.apache.commons.net.ftp.FTPClient, java.lang.String)">createParents</A></B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String filename)</CODE>
<BR>
Creates all parent directories specified in a complete relative
pathname.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#delFile(org.apache.commons.net.ftp.FTPClient, java.lang.String)">delFile</A></B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String filename)</CODE>
<BR>
Delete a file from the remote host.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#doFTP()">doFTP</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#doSiteCommand(org.apache.commons.net.ftp.FTPClient, java.lang.String)">doSiteCommand</A></B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String theCMD)</CODE>
<BR>
Sends a site command to the ftp server</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#executeRetryable(org.apache.tools.ant.util.RetryHandler, org.apache.tools.ant.util.Retryable, java.lang.String)">executeRetryable</A></B>(<A HREF="../../../../../../../org/apache/tools/ant/util/RetryHandler.html" title="class in org.apache.tools.ant.util">RetryHandler</A> h,
<A HREF="../../../../../../../org/apache/tools/ant/util/Retryable.html" title="interface in org.apache.tools.ant.util">Retryable</A> r,
java.lang.String descr)</CODE>
<BR>
Executable a retryable object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#getFile(org.apache.commons.net.ftp.FTPClient, java.lang.String, java.lang.String)">getFile</A></B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String dir,
java.lang.String filename)</CODE>
<BR>
Retrieve a single file from the remote host.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#isUpToDate(org.apache.commons.net.ftp.FTPClient, java.io.File, java.lang.String)">isUpToDate</A></B>(org.apache.commons.net.ftp.FTPClient ftp,
java.io.File localFile,
java.lang.String remoteFile)</CODE>
<BR>
Checks to see if the remote file is current as compared with the local
file.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#listFile(org.apache.commons.net.ftp.FTPClient, java.io.BufferedWriter, java.lang.String)">listFile</A></B>(org.apache.commons.net.ftp.FTPClient ftp,
java.io.BufferedWriter bw,
java.lang.String filename)</CODE>
<BR>
List information about a single file from the remote host.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#makeRemoteDir(org.apache.commons.net.ftp.FTPClient, java.lang.String)">makeRemoteDir</A></B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String dir)</CODE>
<BR>
Create the specified directory on the remote host.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#resolveFile(java.lang.String)">resolveFile</A></B>(java.lang.String file)</CODE>
<BR>
Correct a file path to correspond to the remote host requirements.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#rmDir(org.apache.commons.net.ftp.FTPClient, java.lang.String)">rmDir</A></B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String dirname)</CODE>
<BR>
Delete a directory, if empty, from the remote host.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#sendFile(org.apache.commons.net.ftp.FTPClient, java.lang.String, java.lang.String)">sendFile</A></B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String dir,
java.lang.String filename)</CODE>
<BR>
Sends a single file to the remote host.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#transferFiles(org.apache.commons.net.ftp.FTPClient)">transferFiles</A></B>(org.apache.commons.net.ftp.FTPClient ftp)</CODE>
<BR>
Sends all files specified by the configured filesets to the remote
server.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html#transferFiles(org.apache.commons.net.ftp.FTPClient, org.apache.tools.ant.types.FileSet)">transferFiles</A></B>(org.apache.commons.net.ftp.FTPClient ftp,
<A HREF="../../../../../../../org/apache/tools/ant/types/FileSet.html" title="class in org.apache.tools.ant.types">FileSet</A> fs)</CODE>
<BR>
For each file in the fileset, do the appropriate action: send, get,
delete, or list.</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="FTPTaskMirrorImpl(org.apache.tools.ant.taskdefs.optional.net.FTPTask)"><!-- --></A><H3>
FTPTaskMirrorImpl</H3>
<PRE>
public <B>FTPTaskMirrorImpl</B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTask.html" title="class in org.apache.tools.ant.taskdefs.optional.net">FTPTask</A> task)</PRE>
<DL>
<DD>Constructor.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>task</CODE> - the FTPTask that uses this mirror.</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="executeRetryable(org.apache.tools.ant.util.RetryHandler, org.apache.tools.ant.util.Retryable, java.lang.String)"><!-- --></A><H3>
executeRetryable</H3>
<PRE>
protected void <B>executeRetryable</B>(<A HREF="../../../../../../../org/apache/tools/ant/util/RetryHandler.html" title="class in org.apache.tools.ant.util">RetryHandler</A> h,
<A HREF="../../../../../../../org/apache/tools/ant/util/Retryable.html" title="interface in org.apache.tools.ant.util">Retryable</A> r,
java.lang.String descr)
throws java.io.IOException</PRE>
<DL>
<DD>Executable a retryable object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>h</CODE> - the retry handler.<DD><CODE>r</CODE> - the object that should be retried until it succeeds
or the number of retrys is reached.<DD><CODE>descr</CODE> - a description of the command that is being run.
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - if there is a problem.</DL>
</DD>
</DL>
<HR>
<A NAME="transferFiles(org.apache.commons.net.ftp.FTPClient, org.apache.tools.ant.types.FileSet)"><!-- --></A><H3>
transferFiles</H3>
<PRE>
protected int <B>transferFiles</B>(org.apache.commons.net.ftp.FTPClient ftp,
<A HREF="../../../../../../../org/apache/tools/ant/types/FileSet.html" title="class in org.apache.tools.ant.types">FileSet</A> fs)
throws java.io.IOException,
<A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD>For each file in the fileset, do the appropriate action: send, get,
delete, or list.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ftp</CODE> - the FTPClient instance used to perform FTP actions<DD><CODE>fs</CODE> - the fileset on which the actions are performed.
<DT><B>Returns:</B><DD>the number of files to be transferred.
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - if there is a problem reading a file
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - if there is a problem in the configuration.</DL>
</DD>
</DL>
<HR>
<A NAME="transferFiles(org.apache.commons.net.ftp.FTPClient)"><!-- --></A><H3>
transferFiles</H3>
<PRE>
protected void <B>transferFiles</B>(org.apache.commons.net.ftp.FTPClient ftp)
throws java.io.IOException,
<A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD>Sends all files specified by the configured filesets to the remote
server.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ftp</CODE> - the FTPClient instance used to perform FTP actions
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - if there is a problem reading a file
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - if there is a problem in the configuration.</DL>
</DD>
</DL>
<HR>
<A NAME="resolveFile(java.lang.String)"><!-- --></A><H3>
resolveFile</H3>
<PRE>
protected java.lang.String <B>resolveFile</B>(java.lang.String file)</PRE>
<DL>
<DD>Correct a file path to correspond to the remote host requirements. This
implementation currently assumes that the remote end can handle
Unix-style paths with forward-slash separators. This can be overridden
with the <code>separator</code> task parameter. No attempt is made to
determine what syntax is appropriate for the remote host.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>file</CODE> - the remote file name to be resolved
<DT><B>Returns:</B><DD>the filename as it will appear on the server.</DL>
</DD>
</DL>
<HR>
<A NAME="createParents(org.apache.commons.net.ftp.FTPClient, java.lang.String)"><!-- --></A><H3>
createParents</H3>
<PRE>
protected void <B>createParents</B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String filename)
throws java.io.IOException,
<A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD>Creates all parent directories specified in a complete relative
pathname. Attempts to create existing directories will not cause
errors.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ftp</CODE> - the FTP client instance to use to execute FTP actions on
the remote server.<DD><CODE>filename</CODE> - the name of the file whose parents should be created.
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - under non documented circumstances
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - if it is impossible to cd to a remote directory</DL>
</DD>
</DL>
<HR>
<A NAME="isUpToDate(org.apache.commons.net.ftp.FTPClient, java.io.File, java.lang.String)"><!-- --></A><H3>
isUpToDate</H3>
<PRE>
protected boolean <B>isUpToDate</B>(org.apache.commons.net.ftp.FTPClient ftp,
java.io.File localFile,
java.lang.String remoteFile)
throws java.io.IOException,
<A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD>Checks to see if the remote file is current as compared with the local
file. Returns true if the target file is up to date.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ftp</CODE> - ftpclient<DD><CODE>localFile</CODE> - local file<DD><CODE>remoteFile</CODE> - remote file
<DT><B>Returns:</B><DD>true if the target file is up to date
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - in unknown circumstances
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - if the date of the remote files cannot be found and the action is
GET_FILES</DL>
</DD>
</DL>
<HR>
<A NAME="doSiteCommand(org.apache.commons.net.ftp.FTPClient, java.lang.String)"><!-- --></A><H3>
doSiteCommand</H3>
<PRE>
protected void <B>doSiteCommand</B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String theCMD)
throws java.io.IOException,
<A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD>Sends a site command to the ftp server
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ftp</CODE> - ftp client<DD><CODE>theCMD</CODE> - command to execute
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - in unknown circumstances
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - in unknown circumstances</DL>
</DD>
</DL>
<HR>
<A NAME="sendFile(org.apache.commons.net.ftp.FTPClient, java.lang.String, java.lang.String)"><!-- --></A><H3>
sendFile</H3>
<PRE>
protected void <B>sendFile</B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String dir,
java.lang.String filename)
throws java.io.IOException,
<A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD>Sends a single file to the remote host. <code>filename</code> may
contain a relative path specification. When this is the case, <code>sendFile</code>
will attempt to create any necessary parent directories before sending
the file. The file will then be sent using the entire relative path
spec - no attempt is made to change directories. It is anticipated that
this may eventually cause problems with some FTP servers, but it
simplifies the coding.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ftp</CODE> - ftp client<DD><CODE>dir</CODE> - base directory of the file to be sent (local)<DD><CODE>filename</CODE> - relative path of the file to be send
locally relative to dir
remotely relative to the remotedir attribute
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - in unknown circumstances
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - in unknown circumstances</DL>
</DD>
</DL>
<HR>
<A NAME="delFile(org.apache.commons.net.ftp.FTPClient, java.lang.String)"><!-- --></A><H3>
delFile</H3>
<PRE>
protected void <B>delFile</B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String filename)
throws java.io.IOException,
<A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD>Delete a file from the remote host.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ftp</CODE> - ftp client<DD><CODE>filename</CODE> - file to delete
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - in unknown circumstances
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - if skipFailedTransfers is set to false
and the deletion could not be done</DL>
</DD>
</DL>
<HR>
<A NAME="rmDir(org.apache.commons.net.ftp.FTPClient, java.lang.String)"><!-- --></A><H3>
rmDir</H3>
<PRE>
protected void <B>rmDir</B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String dirname)
throws java.io.IOException,
<A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD>Delete a directory, if empty, from the remote host.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ftp</CODE> - ftp client<DD><CODE>dirname</CODE> - directory to delete
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - in unknown circumstances
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - if skipFailedTransfers is set to false
and the deletion could not be done</DL>
</DD>
</DL>
<HR>
<A NAME="getFile(org.apache.commons.net.ftp.FTPClient, java.lang.String, java.lang.String)"><!-- --></A><H3>
getFile</H3>
<PRE>
protected void <B>getFile</B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String dir,
java.lang.String filename)
throws java.io.IOException,
<A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD>Retrieve a single file from the remote host. <code>filename</code> may
contain a relative path specification. <p>
The file will then be retreived using the entire relative path spec -
no attempt is made to change directories. It is anticipated that this
may eventually cause problems with some FTP servers, but it simplifies
the coding.</p>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ftp</CODE> - the ftp client<DD><CODE>dir</CODE> - local base directory to which the file should go back<DD><CODE>filename</CODE> - relative path of the file based upon the ftp remote directory
and/or the local base directory (dir)
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - in unknown circumstances
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - if skipFailedTransfers is false
and the file cannot be retrieved.</DL>
</DD>
</DL>
<HR>
<A NAME="listFile(org.apache.commons.net.ftp.FTPClient, java.io.BufferedWriter, java.lang.String)"><!-- --></A><H3>
listFile</H3>
<PRE>
protected void <B>listFile</B>(org.apache.commons.net.ftp.FTPClient ftp,
java.io.BufferedWriter bw,
java.lang.String filename)
throws java.io.IOException,
<A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD>List information about a single file from the remote host. <code>filename</code>
may contain a relative path specification. <p>
The file listing will then be retrieved using the entire relative path
spec - no attempt is made to change directories. It is anticipated that
this may eventually cause problems with some FTP servers, but it
simplifies the coding.</p>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ftp</CODE> - ftp client<DD><CODE>bw</CODE> - buffered writer<DD><CODE>filename</CODE> - the directory one wants to list
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - in unknown circumstances
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - in unknown circumstances</DL>
</DD>
</DL>
<HR>
<A NAME="makeRemoteDir(org.apache.commons.net.ftp.FTPClient, java.lang.String)"><!-- --></A><H3>
makeRemoteDir</H3>
<PRE>
protected void <B>makeRemoteDir</B>(org.apache.commons.net.ftp.FTPClient ftp,
java.lang.String dir)
throws java.io.IOException,
<A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD>Create the specified directory on the remote host.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ftp</CODE> - The FTP client connection<DD><CODE>dir</CODE> - The directory to create (format must be correct for host
type)
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - in unknown circumstances
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - if ignoreNoncriticalErrors has not been set to true
and a directory could not be created, for instance because it was
already existing. Precisely, the codes 521, 550 and 553 will trigger
a BuildException</DL>
</DD>
</DL>
<HR>
<A NAME="doFTP()"><!-- --></A><H3>
doFTP</H3>
<PRE>
public void <B>doFTP</B>()
throws <A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirror.html#doFTP()">doFTP</A></CODE> in interface <CODE><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirror.html" title="interface in org.apache.tools.ant.taskdefs.optional.net">FTPTaskMirror</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirror.html" title="interface in org.apache.tools.ant.taskdefs.optional.net"><B>PREV CLASS</B></A>
<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.FTPDirectoryScanner.html" title="class in org.apache.tools.ant.taskdefs.optional.net"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/tools/ant/taskdefs/optional/net/FTPTaskMirrorImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="FTPTaskMirrorImpl.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: <A HREF="#nested_class_summary">NESTED</A> | 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>
</BODY>
</HTML>
|
Contents/Resources/Documents/api/org/apache/tools/ant/util/DeweyDecimal.html | jawi/ApacheAnt.docset | <!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 Mon Jul 08 20:19:21 CEST 2013 -->
<TITLE>
DeweyDecimal (Apache Ant API)
</TITLE>
<META NAME="date" CONTENT="2013-07-08">
<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="DeweyDecimal (Apache Ant API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html" title="class in org.apache.tools.ant.util"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/tools/ant/util/DOMElementWriter.html" title="class in org.apache.tools.ant.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/tools/ant/util/DeweyDecimal.html" target="_top"><B>FRAMES</B></A>
<A HREF="DeweyDecimal.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.apache.tools.ant.util</FONT>
<BR>
Class DeweyDecimal</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tools.ant.util.DeweyDecimal</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.lang.Comparable<<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A>></DD>
</DL>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html" title="class in org.apache.tools.ant.taskdefs.optional.extension">DeweyDecimal</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>DeweyDecimal</B><DT>extends java.lang.Object<DT>implements java.lang.Comparable<<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A>></DL>
</PRE>
<P>
Utility class to contain version numbers in "Dewey Decimal"
syntax. Numbers in the "Dewey Decimal" syntax consist of positive
decimal integers separated by periods ".". For example, "2.0" or
"1.2.3.4.5.6.7". This allows an extensible number to be used to
represent major, minor, micro, etc versions. The version number
must begin with a number.
<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/apache/tools/ant/util/DeweyDecimal.html#DeweyDecimal(int[])">DeweyDecimal</A></B>(int[] components)</CODE>
<BR>
Construct a DeweyDecimal from an array of integer components.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html#DeweyDecimal(java.lang.String)">DeweyDecimal</A></B>(java.lang.String string)</CODE>
<BR>
Construct a DeweyDecimal from string in DeweyDecimal format.</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> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html#compareTo(org.apache.tools.ant.util.DeweyDecimal)">compareTo</A></B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object o)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html#get(int)">get</A></B>(int index)</CODE>
<BR>
Return the component at specified index.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html#getSize()">getSize</A></B>()</CODE>
<BR>
Return number of components in <code>DeweyDecimal</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html#hashCode()">hashCode</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html#isEqual(org.apache.tools.ant.util.DeweyDecimal)">isEqual</A></B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</CODE>
<BR>
Return <code>true</code> if this <code>DeweyDecimal</code> is
equal to the other <code>DeweyDecimal</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html#isGreaterThan(org.apache.tools.ant.util.DeweyDecimal)">isGreaterThan</A></B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</CODE>
<BR>
Return <code>true</code> if this <code>DeweyDecimal</code> is
greater than the other <code>DeweyDecimal</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html#isGreaterThanOrEqual(org.apache.tools.ant.util.DeweyDecimal)">isGreaterThanOrEqual</A></B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</CODE>
<BR>
Return <code>true</code> if this <code>DeweyDecimal</code> is
greater than or equal to the other <code>DeweyDecimal</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html#isLessThan(org.apache.tools.ant.util.DeweyDecimal)">isLessThan</A></B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</CODE>
<BR>
Return <code>true</code> if this <code>DeweyDecimal</code> is
less than the other <code>DeweyDecimal</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html#isLessThanOrEqual(org.apache.tools.ant.util.DeweyDecimal)">isLessThanOrEqual</A></B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</CODE>
<BR>
Return <code>true</code> if this <code>DeweyDecimal</code> is
less than or equal to the other <code>DeweyDecimal</code>.</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/apache/tools/ant/util/DeweyDecimal.html#toString()">toString</A></B>()</CODE>
<BR>
Return string representation of <code>DeweyDecimal</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>clone, finalize, 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="DeweyDecimal(int[])"><!-- --></A><H3>
DeweyDecimal</H3>
<PRE>
public <B>DeweyDecimal</B>(int[] components)</PRE>
<DL>
<DD>Construct a DeweyDecimal from an array of integer components.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>components</CODE> - an array of integer components.</DL>
</DL>
<HR>
<A NAME="DeweyDecimal(java.lang.String)"><!-- --></A><H3>
DeweyDecimal</H3>
<PRE>
public <B>DeweyDecimal</B>(java.lang.String string)
throws java.lang.NumberFormatException</PRE>
<DL>
<DD>Construct a DeweyDecimal from string in DeweyDecimal format.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>string</CODE> - the string in dewey decimal format
<DT><B>Throws:</B>
<DD><CODE>java.lang.NumberFormatException</CODE> - if string is malformed</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="getSize()"><!-- --></A><H3>
getSize</H3>
<PRE>
public int <B>getSize</B>()</PRE>
<DL>
<DD>Return number of components in <code>DeweyDecimal</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the number of components in dewey decimal</DL>
</DD>
</DL>
<HR>
<A NAME="get(int)"><!-- --></A><H3>
get</H3>
<PRE>
public int <B>get</B>(int index)</PRE>
<DL>
<DD>Return the component at specified index.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>index</CODE> - the index of components
<DT><B>Returns:</B><DD>the value of component at index</DL>
</DD>
</DL>
<HR>
<A NAME="isEqual(org.apache.tools.ant.util.DeweyDecimal)"><!-- --></A><H3>
isEqual</H3>
<PRE>
public boolean <B>isEqual</B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</PRE>
<DL>
<DD>Return <code>true</code> if this <code>DeweyDecimal</code> is
equal to the other <code>DeweyDecimal</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>other</CODE> - the other DeweyDecimal
<DT><B>Returns:</B><DD>true if equal to other DeweyDecimal, false otherwise</DL>
</DD>
</DL>
<HR>
<A NAME="isLessThan(org.apache.tools.ant.util.DeweyDecimal)"><!-- --></A><H3>
isLessThan</H3>
<PRE>
public boolean <B>isLessThan</B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</PRE>
<DL>
<DD>Return <code>true</code> if this <code>DeweyDecimal</code> is
less than the other <code>DeweyDecimal</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>other</CODE> - the other DeweyDecimal
<DT><B>Returns:</B><DD>true if less than other DeweyDecimal, false otherwise</DL>
</DD>
</DL>
<HR>
<A NAME="isLessThanOrEqual(org.apache.tools.ant.util.DeweyDecimal)"><!-- --></A><H3>
isLessThanOrEqual</H3>
<PRE>
public boolean <B>isLessThanOrEqual</B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</PRE>
<DL>
<DD>Return <code>true</code> if this <code>DeweyDecimal</code> is
less than or equal to the other <code>DeweyDecimal</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>other</CODE> - the other DeweyDecimal
<DT><B>Returns:</B><DD>true if less than or equal to other DeweyDecimal, false otherwise</DL>
</DD>
</DL>
<HR>
<A NAME="isGreaterThan(org.apache.tools.ant.util.DeweyDecimal)"><!-- --></A><H3>
isGreaterThan</H3>
<PRE>
public boolean <B>isGreaterThan</B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</PRE>
<DL>
<DD>Return <code>true</code> if this <code>DeweyDecimal</code> is
greater than the other <code>DeweyDecimal</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>other</CODE> - the other DeweyDecimal
<DT><B>Returns:</B><DD>true if greater than other DeweyDecimal, false otherwise</DL>
</DD>
</DL>
<HR>
<A NAME="isGreaterThanOrEqual(org.apache.tools.ant.util.DeweyDecimal)"><!-- --></A><H3>
isGreaterThanOrEqual</H3>
<PRE>
public boolean <B>isGreaterThanOrEqual</B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</PRE>
<DL>
<DD>Return <code>true</code> if this <code>DeweyDecimal</code> is
greater than or equal to the other <code>DeweyDecimal</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>other</CODE> - the other DeweyDecimal
<DT><B>Returns:</B><DD>true if greater than or equal to other DeweyDecimal, false otherwise</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD>Return string representation of <code>DeweyDecimal</code>.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the string representation of DeweyDecimal.</DL>
</DD>
</DL>
<HR>
<A NAME="compareTo(org.apache.tools.ant.util.DeweyDecimal)"><!-- --></A><H3>
compareTo</H3>
<PRE>
public int <B>compareTo</B>(<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A> other)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>compareTo</CODE> in interface <CODE>java.lang.Comparable<<A HREF="../../../../../org/apache/tools/ant/util/DeweyDecimal.html" title="class in org.apache.tools.ant.util">DeweyDecimal</A>></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="hashCode()"><!-- --></A><H3>
hashCode</H3>
<PRE>
public int <B>hashCode</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>hashCode</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(java.lang.Object o)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html" title="class in org.apache.tools.ant.util"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/tools/ant/util/DOMElementWriter.html" title="class in org.apache.tools.ant.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/tools/ant/util/DeweyDecimal.html" target="_top"><B>FRAMES</B></A>
<A HREF="DeweyDecimal.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>
</BODY>
</HTML>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.