path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
vendor/smarty/smarty/development/Smarty3Doc/Smarty/Compiler/Smarty_Internal_Compile_Capture.html | YuheiNakasaka/sharememo | <?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 xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs For Class Smarty_Internal_Compile_Capture</title>
<link rel="stylesheet" href="../../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="class-name">Class Smarty_Internal_Compile_Capture</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Smarty Internal Plugin Compile Capture Class</p>
<p class="notes">
Located in <a class="field" href="_libs---sysplugins---smarty_internal_compile_capture.php.html">/libs/sysplugins/smarty_internal_compile_capture.php</a> (line <span class="field">18</span>)
</p>
<pre><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a>
|
--Smarty_Internal_Compile_Capture</pre>
</div>
</div>
<a name="sec-var-summary"></a>
<div class="info-box">
<div class="info-box-title">Variable Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="var-summary">
<div class="var-title">
<span class="var-type">array</span>
<a href="#$optional_attributes" title="details" class="var-name">$optional_attributes</a>
</div>
<div class="var-title">
<span class="var-type">array</span>
<a href="#$shorttag_order" title="details" class="var-name">$shorttag_order</a>
</div>
</div>
</div>
</div>
<a name="sec-method-summary"></a>
<div class="info-box">
<div class="info-box-title">Method Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="method-summary">
<div class="method-definition">
<span class="method-result">string</span>
<a href="#compile" title="details" class="method-name">compile</a>
(<span class="var-type">array</span> <span class="var-name">$args</span>, <span class="var-type">object</span> <span class="var-name">$compiler</span>)
</div>
</div>
</div>
</div>
<a name="sec-vars"></a>
<div class="info-box">
<div class="info-box-title">Variables</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<a name="var$optional_attributes" id="$optional_attributes"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<span class="var-title">
<span class="var-type">array</span>
<span class="var-name">$optional_attributes</span>
= <span class="var-default">array('name', 'assign', 'append')</span> (line <span class="line-number">33</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Attribute definition: Overwrites base class.</p>
<ul class="tags">
<li><span class="field">see:</span> <a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a></li>
<li><span class="field">access:</span> public</li>
</ul>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$optional_attributes">Smarty_Internal_CompileBase::$optional_attributes</a></dt>
<dd>Array of names of optional attribute required by tag use array('_any') if there is no restriction of attributes names</dd>
</dl>
</div>
<a name="var$shorttag_order" id="$shorttag_order"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<span class="var-title">
<span class="var-type">array</span>
<span class="var-name">$shorttag_order</span>
= <span class="var-default">array('name')</span> (line <span class="line-number">26</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Attribute definition: Overwrites base class.</p>
<ul class="tags">
<li><span class="field">see:</span> <a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a></li>
<li><span class="field">access:</span> public</li>
</ul>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$shorttag_order">Smarty_Internal_CompileBase::$shorttag_order</a></dt>
<dd>Shorttag attribute order defined by its names</dd>
</dl>
</div>
<h4>Inherited Variables</h4>
<A NAME='inherited_vars'><!-- --></A>
<p>Inherited from <span class="classname"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a></span></p>
<blockquote>
<span class="var-title">
<span class="var-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$option_flags">Smarty_Internal_CompileBase::$option_flags</a></span><br>
</span>
<span class="var-title">
<span class="var-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$required_attributes">Smarty_Internal_CompileBase::$required_attributes</a></span><br>
</span>
</blockquote>
</div>
</div>
<a name="sec-methods"></a>
<div class="info-box">
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="methodcompile" id="compile"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">compile</span> (line <span class="line-number">42</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Compiles code for the {capture} tag</p>
<ul class="tags">
<li><span class="field">return:</span> compiled code</li>
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">string</span>
<span class="method-name">
compile
</span>
(<span class="var-type">array</span> <span class="var-name">$args</span>, <span class="var-type">object</span> <span class="var-name">$compiler</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">array</span>
<span class="var-name">$args</span><span class="var-description">: array with attributes from parser</span> </li>
<li>
<span class="var-type">object</span>
<span class="var-name">$compiler</span><span class="var-description">: compiler object</span> </li>
</ul>
</div>
<h4>Inherited Methods</h4>
<a name='inherited_methods'><!-- --></a>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a></span></p>
<blockquote>
<span class="method-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#methodcloseTag">Smarty_Internal_CompileBase::closeTag()</a></span><br>
<span class="method-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#methodgetAttributes">Smarty_Internal_CompileBase::getAttributes()</a></span><br>
<span class="method-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#methodopenTag">Smarty_Internal_CompileBase::openTag()</a></span><br>
</blockquote>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Sat, 24 Sep 2011 20:23:40 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a>
</p>
</div></body>
</html> |
examples/example-autotooltips.html | chrisghost/X-SlickGrid | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>SlickGrid plugin example: AutoTooltips</title>
<link rel="stylesheet" href="../slick.grid.css" type="text/css"/>
<link rel="stylesheet" href="../css/smoothness/jquery-ui-1.8.24.custom.css" type="text/css"/>
<link rel="stylesheet" href="examples.css" type="text/css"/>
</head>
<body>
<table width="100%">
<tr>
<td valign="top" width="50%">
<div id="myGrid" style="width:600px;height:300px;"></div>
</td>
<td valign="top">
<h2>Demonstrates:</h2>
<ul>
<li>AutoTooltips plugin</li>
</ul>
<h2>Instructions:</h2>
<p>Resize the columns until see ellipsis in column or header. Hover over cell to see tooltip.</p>
<h2>Usage:</h2>
<pre style="background-color: white; font-size: 110%; border-radius: 5px; padding: 20px; ">plugin = new Slick.AutoTooltips(pluginOptions);
grid.registerPlugin(plugin);
grid.render();</pre>
<h2>View Source:</h2>
<ul>
<li><A href="https://github.com/ddomingues/X-SlickGrid/blob/gh-pages/liveDemo/examples/example-autotooltips.html"
target="_sourcewindow"> View the source for this example on Github</a></li>
</ul>
</td>
</tr>
</table>
<script src="../lib/jquery-1.7.min.js"></script>
<script src="../lib/jquery.event.drag-2.2.js"></script>
<script src="../lib/handlebars-v2.0.0.js"></script>
<script src="../slick.core.js"></script>
<script src="../slick.grid.js"></script>
<script src="../plugins/slick.autotooltips.js"></script>
<script>
var grid;
var columns = [
{id: "title", name: "Title", field: "title", toolTip: 'With {{percentComplete}}% complete!'},
{id: "duration", name: "Duration", field: "duration"},
{id: "%", name: "% Complete", field: "percentComplete"},
{id: "start", name: "Start", field: "start"},
{id: "finish", name: "Finish", field: "finish"},
{id: "effort-driven", name: "Effort Driven", field: "effortDriven"}
];
var options = {
enableCellNavigation: true,
enableColumnReorder: false
};
$(function () {
var data = [];
for (var i = 0; i < 500; i++) {
data[i] = {
title: "Task " + i,
duration: "5 days",
percentComplete: Math.round(Math.random() * 100),
start: "01/01/2009",
finish: "01/05/2009",
effortDriven: (i % 5 == 0)
};
}
grid = new Slick.Grid("#myGrid", data, columns, options);
grid.registerPlugin(new Slick.AutoTooltips({ useToolTipForCells: true }));
grid.render();
})
</script>
</body>
</html>
|
demo/normalPageDemo/index.html | weizhiwu/BIN | <!-- 该文件显示创建一个普通页面的HTML文件结构-->
<!-- 所有页面使用一个div作为根节点,必须使用bin-page.
可以通过data-view来指定对应的js文件,如果没有指定,默认加载同名的js文件。
可以通过data-css来指定对应的css文件,如果没有指定,将不会加载对应的css文件。
"$"代表加载自己同名的文件。
-->
<div id="normalPageDemoView" class="bin-page">
<!-- 定义该页面使用的CSS style。
注意:
1:使用根节点和类前缀来限定CSS只在该页面使用和生效,避免CSS类冲突
2:BIN提供了加载css文件和style两种方式,对于style比较多得情况建议使用css文件,因为requirejs只会加载一次css文件,而style在每次加载的时候都会解析。
-->
<style>
#normalPageDemoView .NormalPageDemoView-goback
{
width:8rem;
height:1.5rem;
text-align: center;
font-size: 0.7rem;
line-height: 1.5rem;
background-color: gray;
}
#normalPageDemoView .NormalPageDemoView-hello
{
width:100%;
height:auto;
text-align: left;
font-size: 0.7rem;
line-height: 1rem;
}
</style>
<!-- 定义该页面需要使用的模板节点,如果没有这不需要定义这些节点-->
<script id="helloTemplate" type="text/x-underscore-template">
<div class="NormalPageDemoView-hello"><%=desc%></div>
</script>
<!-- 定义该页面内容,这个节点是实际内容的根节点,必须使用bin-page-content,一个页面的所有内容在该节点下开发,并且依赖该节点进行CSS定位-->
<div class="bin-page-content">
<div id="helloContent"></div>
<div id="goBack" class="app-link">返回</div>
</div>
</div> |
deps/boost_1_77_0/libs/hana/doc/html/fwd_2front_8hpp.html | davehorton/drachtio-server | <!--
Copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
-->
<!-- boost-no-inspect -->
<!-- HTML header for doxygen 1.8.9.1-->
<!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.9.1"/>
<title>Boost.Hana: boost/hana/fwd/front.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
// Copyright Louis Dionne 2013-2017
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
MathJax.Hub.Config({
"HTML-CSS": {
linebreaks: {
automatic: true,
width: "75% container"
}
}
});
</script>
<script type="text/javascript" async="async" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<!-- Additional javascript for drawing charts. -->
<script type="text/javascript" src="highcharts.js"></script>
<script type="text/javascript" src="highcharts-data.js"></script>
<script type="text/javascript" src="highcharts-exporting.js"></script>
<script type="text/javascript" src="chart.js"></script>
<script type="text/javascript" src="hana.js"></script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="Boost.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Boost.Hana
 <span id="projectnumber">1.7.1</span>
</div>
<div id="projectbrief">Your standard library for metaprogramming</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.svg"
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.svg" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<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','.html');
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('fwd_2front_8hpp.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#namespaces">Namespaces</a> |
<a href="#var-members">Variables</a> </div>
<div class="headertitle">
<div class="title">front.hpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Forward declares <code><a class="el" href="group__group-_iterable.html#ga8a67ea10e8082dbe6705e573fa978444" title="Returns the first element of a non-empty iterable.">boost::hana::front</a></code>.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespaceboost_1_1hana"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1hana.html">boost::hana</a></td></tr>
<tr class="memdesc:namespaceboost_1_1hana"><td class="mdescLeft"> </td><td class="mdescRight">Namespace containing everything in the library. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:ga8a67ea10e8082dbe6705e573fa978444"><td class="memItemLeft" align="right" valign="top">constexpr auto </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-_iterable.html#ga8a67ea10e8082dbe6705e573fa978444">boost::hana::front</a></td></tr>
<tr class="memdesc:ga8a67ea10e8082dbe6705e573fa978444"><td class="mdescLeft"> </td><td class="mdescRight">Returns the first element of a non-empty iterable. <a href="group__group-_iterable.html#ga8a67ea10e8082dbe6705e573fa978444">More...</a><br /></td></tr>
<tr class="separator:ga8a67ea10e8082dbe6705e573fa978444"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Forward declares <code><a class="el" href="group__group-_iterable.html#ga8a67ea10e8082dbe6705e573fa978444" title="Returns the first element of a non-empty iterable.">boost::hana::front</a></code>. </p>
<dl class="section copyright"><dt>Copyright</dt><dd>Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at <a href="http://boost.org/LICENSE_1_0.txt">http://boost.org/LICENSE_1_0.txt</a>) </dd></dl>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!--
Copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
-->
<!-- boost-no-inspect -->
<!-- HTML footer for doxygen 1.8.9.1-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_1878a3f4746a95c6aad317458cc7ef80.html">boost</a></li><li class="navelem"><a class="el" href="dir_daf74c896eae580804ddb7810f485dad.html">hana</a></li><li class="navelem"><a class="el" href="dir_cc4d96287a8e6ea2980c75f79e8c5cd4.html">fwd</a></li><li class="navelem"><a class="el" href="fwd_2front_8hpp.html">front.hpp</a></li>
</ul>
</div>
</body>
</html>
|
public/assets/plugins/angular/docs/examples/example-text-input-directive/index-production.html | ariborneo/Phalcon-development | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-text-input-directive-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular.min.js"></script>
</head>
<body ng-app="textInputExample">
<script>
angular.module('textInputExample', [])
.controller('ExampleController', ['$scope', function($scope) {
$scope.text = 'guest';
$scope.word = /^\s*\w*\s*$/;
}]);
</script>
<form name="myForm" ng-controller="ExampleController">
Single word: <input type="text" name="input" ng-model="text"
ng-pattern="word" required ng-trim="false">
<span class="error" ng-show="myForm.input.$error.required">
Required!</span>
<span class="error" ng-show="myForm.input.$error.pattern">
Single word only!</span>
<tt>text = {{text}}</tt><br/>
<tt>myForm.input.$valid = {{myForm.input.$valid}}</tt><br/>
<tt>myForm.input.$error = {{myForm.input.$error}}</tt><br/>
<tt>myForm.$valid = {{myForm.$valid}}</tt><br/>
<tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br/>
</form>
</body>
</html> |
third-party/phaser/docs/Phaser.Easing.Bounce.html | hex13/phaser-loader | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Class: Bounce</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayList.html">ArrayList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GamepadButton.html">GamepadButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<h1 class="page-title">Class: Bounce</h1>
<section>
<header>
<h2>
<span class="ancestors"><a href="Phaser.html">Phaser</a><a href="Phaser.Easing.html">.Easing</a>.</span>
Bounce
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name" id="Bounce"><span class="type-signature"></span>new Bounce<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Bounce easing.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Easing.js.html">tween/Easing.js</a>, <a href="Easing.js.html#sunlight-1-line-498">line 498</a>
</li></ul></dd>
</dl>
</dd>
</div>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name" id="In"><span class="type-signature"></span>In<span class="signature">(k)</span><span class="type-signature"> → {number}</span></h4>
</dt>
<dd>
<div class="description">
<p>Bounce ease-in.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>k</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The value to be tweened.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Easing.js.html">tween/Easing.js</a>, <a href="Easing.js.html#sunlight-1-line-505">line 505</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>The tweened value.</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">number</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="InOut"><span class="type-signature"></span>InOut<span class="signature">(k)</span><span class="type-signature"> → {number}</span></h4>
</dt>
<dd>
<div class="description">
<p>Bounce ease-in/out.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>k</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The value to be tweened.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Easing.js.html">tween/Easing.js</a>, <a href="Easing.js.html#sunlight-1-line-547">line 547</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>The tweened value.</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">number</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="Out"><span class="type-signature"></span>Out<span class="signature">(k)</span><span class="type-signature"> → {number}</span></h4>
</dt>
<dd>
<div class="description">
<p>Bounce ease-out.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>k</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The value to be tweened.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Easing.js.html">tween/Easing.js</a>, <a href="Easing.js.html#sunlight-1-line-518">line 518</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>The tweened value.</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">number</span>
</dd>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2014 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
on Thu Oct 09 2014 16:09:50 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html> |
angular-1.2.29/docs/partials/api/ng/service/$controller.html | dolymood/angular-packages | <a href='https://github.com/angular/angular.js/edit/v1.2.x/src/ng/controller.js?message=docs($controller)%3A%20describe%20your%20change...#L38' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.2.29/src/ng/controller.js#L38' 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">$controller</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
<a href="api/ng/provider/$controllerProvider">- $controllerProvider</a>
</li>
<li>
- service in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p><code>$controller</code> service is responsible for instantiating controllers.</p>
<p>It's just a simple call to <a href="api/auto/service/$injector">$injector</a>, but extracted into
a service, so that one can override this service with <a href="https://gist.github.com/1649788">BC version</a>.</p>
</div>
<div>
<h2 id="dependencies">Dependencies</h2>
<ul>
<li><a href="api/auto/service/$injector"><code>$injector</code></a></li>
</ul>
<h2 id="usage">Usage</h2>
<p><code>$controller(constructor, locals);</code></p>
<section class="api-section">
<h3>Arguments</h3>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
constructor
</td>
<td>
<a href="" class="label type-hint type-hint-function">function()</a><a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>If called with a function then it's considered to be the
controller constructor function. Otherwise it's considered to be a string which is used
to retrieve the controller constructor using the following steps:</p>
<ul>
<li>check if a controller with given name is registered via <code>$controllerProvider</code></li>
<li>check if evaluating the string on the current scope returns a constructor</li>
<li>check <code>window[constructor]</code> on the global <code>window</code> object</li>
</ul>
</td>
</tr>
<tr>
<td>
locals
</td>
<td>
<a href="" class="label type-hint type-hint-object">Object</a>
</td>
<td>
<p>Injection locals for Controller.</p>
</td>
</tr>
</tbody>
</table>
</section>
<h3>Returns</h3>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">Object</a></td>
<td><p>Instance of given controller.</p>
</td>
</tr>
</table>
</div>
|
wp-content/themes/rockin/css/foundation/test/magellan.html | bfay/ocd-custom-badass | <!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Foundation Magellan Testing</title>
<!-- Included CSS Files -->
<link rel="stylesheet" href="stylesheets/styles.css">
<style type="text/css">
/*#magellanTour {height:200px; overflow:auto;}*/
#magellanTopNav .active, #magellanSideNav .active {color:orange; font-weight:700;}
#magellanTopNav {
position:fixed; top:0; background:white; padding:3px; width:100%; z-index:10;
border-bottom:1px solid #ccc;
margin:0;
padding:0;
}
#magellanTopNav ul {list-style:none;}
#magellanTopNav ul li {display:inline; padding-right:15px;}
#magellanSideNav {list-style:none;}
</style>
<script src="../vendor/assets/javascripts/foundation/modernizr.foundation.js"></script>
</head>
<body>
<div class="row">
<div class="twelve columns">
<p><a href="index.html">« Back</a></p>
<h2>Foundation Magellan Testing</h2>
<hr />
</div>
</div>
<!-- Test Foundation Components Here -->
<div class="row">
<div class="twelve columns">
<h3>Magellan</h3>
<h4 class="subheader">Magellan is an easy to use, powerful navigation slider built to be responsive, just like Foundation.</h4>
<div class="row">
<div class="four columns">
<div data-magellan-expedition="fixed" data-magellan-top-offset="100">
<h4>Navigation</h4>
<ul id="magellanSideNav">
<li><a href="#" data-magellan-arrival="cape-virgenes">cape virgenes</a></li>
<li><a href="#" data-magellan-arrival="tierra-del-fuego">tierra-del-fuego</a></li>
<li><a href="#" data-magellan-arrival="limasawa">limasawa</a></li>
</ul>
</div>
</div>
<div class="eight columns">
<div id="magellanTour">
<div id="destination1" data-magellan-destination="cape-virgenes">
<h4>cape-virgenes</h4>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
</div>
<div id="destination2" data-magellan-destination="tierra-del-fuego">
<h4>tierra-del-fuego</h4>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
</div>
<div id="destination3" data-magellan-destination="limasawa">
<h4>limasawa</h4>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
<p>Bacon ipsum dolor sit amet ut prosciutto pork loin deserunt capicola in. Ex anim beef ribs, cupidatat ullamco et shoulder leberkas turkey aliqua minim jerky shank tempor ribeye. Beef ribs nisi brisket sirloin. Salami quis fugiat culpa sunt tongue. Nisi sunt ribeye in. Pork belly pastrami aliqua occaecat. Flank exercitation ribeye sausage tail beef ribs magna aliqua bacon pig boudin. Officia ad ut rump aliquip meatball. Flank laborum drumstick ut short loin. Filet mignon pig capicola tongue shankle. T-bone beef ribs swine esse shoulder pig salami dolore in turkey veniam aliquip cow voluptate. Ball tip tri-tip consequat pig officia pork chop tongue pork loin jerky, rump flank. Flank consectetur id ut. Boudin chicken meatball leberkas filet mignon id.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Included JS Files -->
<script src="../vendor/assets/javascripts/foundation/jquery.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.mediaQueryToggle.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.placeholder.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.alerts.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.accordion.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.buttons.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.tooltips.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.forms.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.tabs.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.navigation.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.reveal.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.magellan.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.orbit.js"></script>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.utils.js"></script>
<script src="../vendor/assets/javascripts/foundation/app.js"></script>
<script type="text/javascript">
$("[data-magellan-expedition]").first();
var d1 = $("#destination1");
var adjustedOffset = d1.offset().top - d1.parent().offset().top;
console.info(adjustedOffset);
</script>
</body>
</html>
|
usermanual/tutormanlinegraph.html | kostyll/digitizer-code | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Engauge Digitizer - Manual Line Graph Tutorial</TITLE>
<META NAME="keywords" CONTENT="Engauge Digitizer, browser based documentation, online manual, Digitize Line Graph Tutorial">
<META NAME="description" CONTENT="Tutorial explains manually digitizing line graphs">
</HEAD>
<BODY>
<H2>
<A HREF="index.html">
<IMG SRC="animation.png" ALIGN=MIDDLE ALT="" STYLE="border: 0px"></A>
Engauge Digitizer - Manual Line Graph Tutorial</H2>
<HR WIDTH="100%">
<H3>Manually Digitizing A Line Graph Image</H3>
<P>The following steps manually digitize a linear cartesian graph with
one curve. These steps are essentially the same as the
steps involved in <A HREF="tutormanpointgraph.html">manually
digitizing a point graph</A>.</P>
<UL>
<LI>Import the testcase.png case from the Samples directory, using
File/Import as shown. Not shown are the other methods of importing:
using the <A HREF="commandlineoptions.html">"-import" command line option</A>,
by copying and pasting, and by dragging and dropping</LI>
</UL>
<P ALIGN="center"><IMG SRC="tutormanlinegraph1.png" ALT=""></P>
<UL>
<LI>Click on the Axes Point button before entering axes points. These will
define the coordinate system</LI>
</UL>
<P ALIGN="center"><IMG SRC="tutormanlinegraph2.png" ALT=""></P>
<UL>
<LI>Click on one of the axes to add the first axes point, then enter its
graph coordinates</LI>
</UL>
<P ALIGN="center"><IMG SRC="tutormanlinegraph3.png" ALT=""></P>
<UL>
<LI>Click on one of the axes to add the second axes point, then enter its
graph coordinates</LI>
</UL>
<P ALIGN="center"><IMG SRC="tutormanlinegraph4.png" ALT=""></P>
<UL>
<LI>Click on one of the axes to add the third axes point, then enter its
graph coordinates</LI>
</UL>
<P ALIGN="center"><IMG SRC="tutormanlinegraph5.png" ALT=""></P>
<UL>
<LI>Click on the Curve Points button before entering curve points. These
will contain the digitized graph data</LI>
</UL>
<P ALIGN="center"><IMG SRC="tutormanlinegraph6.png" ALT=""></P>
<UL>
<LI>Click on the curve to add a curve point. Repeat until the graph is
covered with a sufficient number of curve points. If this step is too
slow and tedious, you can first automatically digitize entire segments
at a time using <A HREF="tutorautolinegraph.html">segment fill</A></LI>
</UL>
<P ALIGN="center"><IMG SRC="tutormanlinegraph7.png" ALT=""></P>
<UL>
<LI>Export the curve points into a tabular text file using the
File/Export As menu option as shown. Not shown are the other methods of
exporting the curve points from the
<A HREF="dlgcurvegeometry.html">curve geometry window</A>: copying and pasting,
and dragging and dropping</LI>
</UL>
<P ALIGN="center"><IMG SRC="tutormanlinegraph8.png" ALT=""></P>
</BODY>
</HTML>
|
web/js/panel/assets/libs/ckeditor/samples/inlineall.html | Mariana3/CultExcelEnterprise | <!DOCTYPE html>
<!--
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<title>Massive inline editing — CKEditor Sample</title>
<meta charset="utf-8">
<script src="../ckeditor.js"></script>
<script>
// This code is generally not necessary, but it is here to demonstrate
// how to customize specific editor instances on the fly. This fits well
// this demo because we have editable elements (like headers) that
// require less features.
// The "instanceCreated" event is fired for every editor instance created.
CKEDITOR.on('instanceCreated', function (event) {
var editor = event.editor,
element = editor.element;
// Customize editors for headers and tag list.
// These editors don't need features like smileys, templates, iframes etc.
if (element.is('h1', 'h2', 'h3') || element.getAttribute('id') == 'taglist') {
// Customize the editor configurations on "configLoaded" event,
// which is fired after the configuration file loading and
// execution. This makes it possible to change the
// configurations before the editor initialization takes place.
editor.on('configLoaded', function () {
// Remove unnecessary plugins to make the editor simpler.
editor.config.removePlugins = 'colorbutton,find,flash,font,' +
'forms,iframe,image,newpage,removeformat,' +
'smiley,specialchar,stylescombo,templates';
// Rearrange the layout of the toolbar.
editor.config.toolbarGroups = [
{name: 'editing', groups: ['basicstyles', 'links']},
{name: 'undo'},
{name: 'clipboard', groups: ['selection', 'clipboard']},
{name: 'about'}
];
});
}
});
</script>
<link href="sample.css" rel="stylesheet">
<style>
/* The following styles are just to make the page look nice. */
/* Workaround to show Arial Black in Firefox. */
@font-face
{
font-family: 'arial-black';
src: local('Arial Black');
}
*[contenteditable="true"]
{
padding: 10px;
}
#container
{
width: 960px;
margin: 30px auto 0;
}
#header
{
overflow: hidden;
padding: 0 0 30px;
border-bottom: 5px solid #05B2D2;
position: relative;
}
#headerLeft,
#headerRight
{
width: 49%;
overflow: hidden;
}
#headerLeft
{
float: left;
padding: 10px 1px 1px;
}
#headerLeft h2,
#headerLeft h3
{
text-align: right;
margin: 0;
overflow: hidden;
font-weight: normal;
}
#headerLeft h2
{
font-family: "Arial Black",arial-black;
font-size: 4.6em;
line-height: 1.1em;
text-transform: uppercase;
}
#headerLeft h3
{
font-size: 2.3em;
line-height: 1.1em;
margin: .2em 0 0;
color: #666;
}
#headerRight
{
float: right;
padding: 1px;
}
#headerRight p
{
line-height: 1.8em;
text-align: justify;
margin: 0;
}
#headerRight p + p
{
margin-top: 20px;
}
#headerRight > div
{
padding: 20px;
margin: 0 0 0 30px;
font-size: 1.4em;
color: #666;
}
#columns
{
color: #333;
overflow: hidden;
padding: 20px 0;
}
#columns > div
{
float: left;
width: 33.3%;
}
#columns #column1 > div
{
margin-left: 1px;
}
#columns #column3 > div
{
margin-right: 1px;
}
#columns > div > div
{
margin: 0px 10px;
padding: 10px 20px;
}
#columns blockquote
{
margin-left: 15px;
}
#tagLine
{
border-top: 5px solid #05B2D2;
padding-top: 20px;
}
#taglist {
display: inline-block;
margin-left: 20px;
font-weight: bold;
margin: 0 0 0 20px;
}
</style>
</head>
<body>
<div>
<h1 class="samples"><a href="index.html">CKEditor Samples</a> » Massive inline editing</h1>
<div class="description">
<p>This sample page demonstrates the inline editing feature - CKEditor instances will be created automatically from page elements with <strong>contentEditable</strong> attribute set to value <strong>true</strong>:</p>
<pre class="samples"><div <strong>contenteditable="true</strong>" > ... </div></pre>
<p>Click inside of any element below to start editing.</p>
</div>
</div>
<div id="container">
<div id="header">
<div id="headerLeft">
<h2 id="sampleTitle" contenteditable="true">
CKEditor<br> Goes Inline!
</h2>
<h3 contenteditable="true">
Lorem ipsum dolor sit amet dolor duis blandit vestibulum faucibus a, tortor.
</h3>
</div>
<div id="headerRight">
<div contenteditable="true">
<p>
Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis. Maecenas malesuada elit lectus felis, malesuada ultricies.
</p>
<p>
Curabitur et ligula. Ut molestie a, ultricies porta urna. Vestibulum commodo volutpat a, convallis ac, laoreet enim. Phasellus fermentum in, dolor. Pellentesque facilisis. Nulla imperdiet sit amet magna. Vestibulum dapibus, mauris nec malesuada fames ac.
</p>
</div>
</div>
</div>
<div id="columns">
<div id="column1">
<div contenteditable="true">
<h3>
Fusce vitae porttitor
</h3>
<p>
<strong>
Lorem ipsum dolor sit amet dolor. Duis blandit vestibulum faucibus a, tortor.
</strong>
</p>
<p>
Proin nunc justo felis mollis tincidunt, risus risus pede, posuere cubilia Curae, Nullam euismod, enim. Etiam nibh ultricies dolor ac dignissim erat volutpat. Vivamus fermentum <a href="http://ckeditor.com/">nisl nulla sem in</a> metus. Maecenas wisi. Donec nec erat volutpat.
</p>
<blockquote>
<p>
Fusce vitae porttitor a, euismod convallis nisl, blandit risus tortor, pretium.
Vehicula vitae, imperdiet vel, ornare enim vel sodales rutrum
</p>
</blockquote>
<blockquote>
<p>
Libero nunc, rhoncus ante ipsum non ipsum. Nunc eleifend pede turpis id sollicitudin fringilla. Phasellus ultrices, velit ac arcu.
</p>
</blockquote>
<p>Pellentesque nunc. Donec suscipit erat. Pellentesque habitant morbi tristique ullamcorper.</p>
<p><s>Mauris mattis feugiat lectus nec mauris. Nullam vitae ante.</s></p>
</div>
</div>
<div id="column2">
<div contenteditable="true">
<h3>
Integer condimentum sit amet
</h3>
<p>
<strong>Aenean nonummy a, mattis varius. Cras aliquet.</strong>
Praesent <a href="http://ckeditor.com/">magna non mattis ac, rhoncus nunc</a>, rhoncus eget, cursus pulvinar mollis.</p>
<p>Proin id nibh. Sed eu libero posuere sed, lectus. Phasellus dui gravida gravida feugiat mattis ac, felis.</p>
<p>Integer condimentum sit amet, tempor elit odio, a dolor non ante at sapien. Sed ac lectus. Nulla ligula quis eleifend mi, id leo velit pede cursus arcu id nulla ac lectus. Phasellus vestibulum. Nunc viverra enim quis diam.</p>
</div>
<div contenteditable="true">
<h3>
Praesent wisi accumsan sit amet nibh
</h3>
<p>Donec ullamcorper, risus tortor, pretium porttitor. Morbi quam quis lectus non leo.</p>
<p style="margin-left: 40px; ">Integer faucibus scelerisque. Proin faucibus at, aliquet vulputate, odio at eros. Fusce <a href="http://ckeditor.com/">gravida, erat vitae augue</a>. Fusce urna fringilla gravida.</p>
<p>In hac habitasse platea dictumst. Praesent wisi accumsan sit amet nibh. Maecenas orci luctus a, lacinia quam sem, posuere commodo, odio condimentum tempor, pede semper risus. Suspendisse pede. In hac habitasse platea dictumst. Nam sed laoreet sit amet erat. Integer.</p>
</div>
</div>
<div id="column3">
<div contenteditable="true">
<p>
<img src="assets/inlineall/logo.png" alt="CKEditor logo" style="float:left">
</p>
<p>Quisque justo neque, mattis sed, fermentum ultrices <strong>posuere cubilia Curae</strong>, Vestibulum elit metus, quis placerat ut, lectus. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi.</p>
<h3>
Nullam laoreet vel consectetuer tellus suscipit
</h3>
<ul>
<li>Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis.</li>
<li>Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi.</li>
<li>Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</li>
</ul>
<p>Quisque justo neque, mattis sed, <a href="http://ckeditor.com/">fermentum ultrices posuere cubilia</a> Curae, Vestibulum elit metus, quis placerat ut, lectus.</p>
<p>Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis.</p>
<p>Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi. Sed in nonummy faucibus turpis. Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</p>
</div>
</div>
</div>
<div id="tagLine">
Tags of this article:
<p id="taglist" contenteditable="true">
inline, editing, floating, CKEditor
</p>
</div>
</div>
<div id="footer">
<hr>
<p>
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">
http://ckeditor.com</a>
</p>
<p id="copy">
Copyright © 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a>
- Frederico Knabben. All rights reserved.
</p>
</div>
</body>
</html>
|
dist/lib/UI/pages/admin/item_price.html | jdigory/interchange | @_UI_STD_INIT_@
[if !cgi item_id]
[bounce page="__UI_BASE__/item"]
[/if]
[calc]
if($CGI->{merchandising}) {
$Scratch->{mv_logical_page} = 'admin/merchandising';
$Scratch->{ui_class} = 'Merchandising';
}
else {
$Scratch->{ui_class} = 'Items';
}
if(! $CGI->{mv_data_table}) {
$CGI->{ui_hide_key} = 1;
$CGI->{mv_data_table} = 'pricing';
}
if(! $CGI->{ui_data_fields}) {
@cols = split /\s+/, q{[db-columns name=pricing]};
unless (@cols) {
$Session->{errors}->{pricing} = 'Table missing';
return;
}
@cols = grep $_ ne 'sku' && $_ ne 'price_group', @cols;
my $colstring = join "\n", @cols;
$CGI->{ui_data_fields} = qq{
=[L]Base Pricing[/L]
price_group
sku
__ProductFiles_0__:__DescriptionField__
__ProductFiles_0__:price
__ProductFiles_0__:wholesale
=[L]Quantity Pricing[/L]
$colstring
};
$CGI->{ui_display_only} = '__ProductFiles_0__:__DescriptionField__';
}
if(! $CGI->{ui_return_to}) {
my @args = (
'__UI_BASE__/item_edit',
"item_id=$CGI->{item_id}",
"item_id_left=$CGI->{item_id_left}",
"ui_sequence_edit=$CGI->{ui_sequence_edit}",
);
$CGI->{ui_return_to} = join "\0", @args;
}
return;
[/calc]
[seti page_title][L]Pricing[/L]: [cgi item_id][/seti]
[seti page_banner][L]Pricing[/L]: [msg arg.0='<B>[page href="__UI_BASE__/item_edit" form="item_id=[cgi item_id]"][cgi item_id]</A></B>']edit item %s[/msg][/seti]
[set help_name]pricing[/set]
[set icon_name]icon_item.gif[/set]
@_UI_STD_HEAD_@
<P>
[table-editor cgi=1 output-map=1]
@_UI_STD_FOOTER_@
<!-- page: @@MV_PAGE@@ -->
|
themes/hugo-uno/layouts/post/single.html | yannsq/iutagile2015 | {{ partial "head.html" . }}
<body>
{{ partial "sidebar.html" . }}
<div class="content-wrapper">
<div class="content-wrapper__inner">
<div class="post">
<h1>{{ .Title }}</h1>
<span class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</span>
{{ .Content }}
</div>
{{ partial "comments.html" .}}
</div>
</div>
</body>
{{ partial "script.html" .}}
</html>
|
themes/tommiblog/font_face/colaborate/colaborate_regular/colaborate-regular.css | eigentor/tommiblog | @font-face {
font-family: 'colaborate-regularregular';
src: url('ColabReg-webfont.eot');
src: url('ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
url('ColabReg-webfont.woff') format('woff'),
url('ColabReg-webfont.ttf') format('truetype'),
url('ColabReg-webfont.svg#colaborate-regularregular') format('svg');
font-weight: normal;
font-style: normal;
}
|
documentation/doxy/output/is4c-nf/html/class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1preparse_1_1_percent_discount.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: COREPOS\pos\parser\preparse\PercentDiscount Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>COREPOS</b></li><li class="navelem"><b>pos</b></li><li class="navelem"><b>parser</b></li><li class="navelem"><b>preparse</b></li><li class="navelem"><a class="el" href="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1preparse_1_1_percent_discount.html">PercentDiscount</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1preparse_1_1_percent_discount-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">COREPOS\pos\parser\preparse\PercentDiscount Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for COREPOS\pos\parser\preparse\PercentDiscount:</div>
<div class="dyncontent">
<div class="center">
<img src="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1preparse_1_1_percent_discount.png" usemap="#COREPOS\pos\parser\preparse\PercentDiscount_map" alt=""/>
<map id="COREPOS\pos\parser\preparse\PercentDiscount_map" name="COREPOS\pos\parser\preparse\PercentDiscount_map">
<area href="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser.html" alt="COREPOS\pos\parser\PreParser" shape="rect" coords="0,0,290,24"/>
</map>
</div></div>
<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:ab8f2b6635d9c37238fd69cbbeffb4999"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab8f2b6635d9c37238fd69cbbeffb4999"></a>
 </td><td class="memItemRight" valign="bottom"><b>check</b> ($str)</td></tr>
<tr class="separator:ab8f2b6635d9c37238fd69cbbeffb4999"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac9a76e5adeef9f93fc1fc0d968bff72f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac9a76e5adeef9f93fc1fc0d968bff72f"></a>
 </td><td class="memItemRight" valign="bottom"><b>parse</b> ($str)</td></tr>
<tr class="separator:ac9a76e5adeef9f93fc1fc0d968bff72f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0e98a38b0919feaaeaa4e38817b8d74e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0e98a38b0919feaaeaa4e38817b8d74e"></a>
 </td><td class="memItemRight" valign="bottom"><b>doc</b> ()</td></tr>
<tr class="separator:a0e98a38b0919feaaeaa4e38817b8d74e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser.html">COREPOS\pos\parser\PreParser</a></td></tr>
<tr class="memitem:a82515a395bc279fac73c1cb61359bcae inherit pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser.html#a82515a395bc279fac73c1cb61359bcae">check</a> ($str)</td></tr>
<tr class="separator:a82515a395bc279fac73c1cb61359bcae inherit pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3e826513d8cdf1be28c4071090433ee3 inherit pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser.html#a3e826513d8cdf1be28c4071090433ee3">parse</a> ($str)</td></tr>
<tr class="separator:a3e826513d8cdf1be28c4071090433ee3 inherit pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3ba7daf50a2a4bd1f3e9a8873e6e020f inherit pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser.html#a3ba7daf50a2a4bd1f3e9a8873e6e020f">isLast</a> ()</td></tr>
<tr class="separator:a3ba7daf50a2a4bd1f3e9a8873e6e020f inherit pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab43644ca8c915055445d0d566da65f7f inherit pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser.html#ab43644ca8c915055445d0d566da65f7f">isFirst</a> ()</td></tr>
<tr class="separator:ab43644ca8c915055445d0d566da65f7f inherit pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6d5372af333b7dee55050b0cf34e6fa2 inherit pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser.html#a6d5372af333b7dee55050b0cf34e6fa2">doc</a> ()</td></tr>
<tr class="separator:a6d5372af333b7dee55050b0cf34e6fa2 inherit pub_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_static_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser.html">COREPOS\pos\parser\PreParser</a></td></tr>
<tr class="memitem:a1a0ee4c47f22652226ee1063248e5fa8 inherit pub_static_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memItemLeft" align="right" valign="top">static </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser.html#a1a0ee4c47f22652226ee1063248e5fa8">get_preparse_chain</a> ()</td></tr>
<tr class="separator:a1a0ee4c47f22652226ee1063248e5fa8 inherit pub_static_methods_class_c_o_r_e_p_o_s_1_1pos_1_1parser_1_1_pre_parser"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>pos/is4c-nf/parser/preparse/PercentDiscount.php</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Sep 2 2016 11:30:51 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>
|
templates/gk_quark/css/small.tablet.test.css | ytsebro/slavic | body {
font-size: 14px;
}
.k2FeedIcon a,
a.k2FeedIcon {
margin-top: 32px;
}
.demo-typo-col2,
.demo-typo-col3,
.demo-typo-col4 {
clear: both;
float: none;
padding-bottom: 20px;
width: 100%;
}
.error-page h2 {
font-size: 16px;
margin-bottom: 20px;
}
.error-page .error-page-container {
padding: 100px 0 0 0;
}
h1 {
letter-spacing: 0;
}
h1,
.gk-big-text > h2 {
font-size: 28px;
line-height: 34px;
}
.item-info {
margin-top: 70px;
}
.item-body {
margin-top: 32px;
}
#gkHeaderMod h2 {
font-size: 20px;
line-height: 26px;
}
#gkHeaderMod img,
.single-page > .header > img,
.blog-page > .header > img,
#k2Container.single-page > .header > img,
#k2Container.blog-page > .header > img {
height: 120% !important;
width: auto !important;
max-width: none !important;
}
.mouse-icon {
display: none;
}
.gk-desc > img {
max-width: 75%;
margin: 0 0 48px 0;
}
.gk-desc h2 {
font-size: 20px;
margin-bottom: 24px;
}
.gk-desc p {
font-size: 14px;
}
.frontpage .gk-desc {
padding: 60px 0 40px 0;
}
.gkIsWrapper-gk_quark figure h2 {
font-size: 20px;
}
.gkIsWrapper-gk_quark figure p {
font-size: 14px;
}
.gk-video-link {
font-size: 20px;
}
.gk-video-link > i {
height: 50px;
font-size: 20px;
line-height: 48px;
margin: 0 10px !important;
width: 50px;
}
.gk-features {
margin: 80px 0;
}
.gk-features dt,
.gk-features dd {
margin: 0 0 10px 0;
}
.gk-features dd {
font-size: 12px;
}
.gk-price-table > dl {
padding: 0 0 30px;
}
.gk-price-table > dl dt {
padding: 20px;
padding-bottom: 20px;
}
.gk-price-table > dl dd > ul {
padding: 20px;
}
.gk-price-table > dl dd > a {
padding: 0 12px;
}
.box.newsletter form {
text-align: center;
}
.box.newsletter small {
max-width: 100%;
width: 100%;
}
.box.newsletter input {
float: none;
}
.login,
.registration,
.reset,
.remind {
width: 100%;
}
.itemCommentsForm textarea,
.itemCommentsForm .inputbox {
margin: 0 10px 10px 0;
}
.item-body .the-icons > li {
width: 50%;
}
.item-body .the-icons > li:nth-child(2n),
.item-body .the-icons > li:last-child {
border-right: 1px solid #e5e5e5;
}
#gk-menu-overlay-wrap {
margin: 0 auto 0 -150px;
max-width: 300px;
}
.single-page .header .item-title,
.blog-page .header .item-title {
font-size: 32px;
letter-spacing: 3px;
}
.single-page .item-desc,
.single-page .item-category,
.blog-page .item-desc,
.blog-page .item-category {
font-size: 12px !important;
letter-spacing: 2px;
}
.blog-page .item-list {
padding: 100px 0 0;
}
|
projects/python-gzipstream/html/gzipstream-pysrc.html | PaulWay/spacewalk | <?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>gzipstream</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th bgcolor="#70b0f0" class="navbar-select"
> Home </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
Module gzipstream
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="gzipstream-pysrc.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<h1 class="epydoc">Source Code for <a href="gzipstream-module.html">Module gzipstream</a></h1>
<pre class="py-src">
<a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-docstring">"""GzipStream & GzipStreamXL Classes</tt> </tt>
<a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-docstring">GzipStream (Python v1.5.2 - v2.2.*):</tt> </tt>
<a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-docstring"> A streaming gzip handler.</tt> </tt>
<a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-docstring"> gzipstream.GzipStream extends the functionality of the gzip.GzipFile class</tt> </tt>
<a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-docstring"> to allow the processing of streaming data.</tt> </tt>
<a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-docstring"> This is done by buffering the stream as it passes through (a seekable</tt> </tt>
<a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-docstring"> object is needed).</tt> </tt>
<a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L10"></a><tt class="py-lineno"> 10</tt> <tt class="py-line"><tt class="py-docstring">GzipStreamXL (Python v1.5.2/v2.1.* --- ie. not v2.2.*):</tt> </tt>
<a name="L11"></a><tt class="py-lineno"> 11</tt> <tt class="py-line"><tt class="py-docstring"> A streaming gzip handler for very large files.</tt> </tt>
<a name="L12"></a><tt class="py-lineno"> 12</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L13"></a><tt class="py-lineno"> 13</tt> <tt class="py-line"><tt class="py-docstring">_StreamBuf:</tt> </tt>
<a name="L14"></a><tt class="py-lineno"> 14</tt> <tt class="py-line"><tt class="py-docstring"> Allow seeks on socket-like objects -- support GzipStream class.</tt> </tt>
<a name="L15"></a><tt class="py-lineno"> 15</tt> <tt class="py-line"><tt class="py-docstring"> Enables non-seekable file-like objects some flexibility as regards to</tt> </tt>
<a name="L16"></a><tt class="py-lineno"> 16</tt> <tt class="py-line"><tt class="py-docstring"> seeking. It does this via a buffer, a StringIO object. Note, because</tt> </tt>
<a name="L17"></a><tt class="py-lineno"> 17</tt> <tt class="py-line"><tt class="py-docstring"> it is assumed that a socket stream is being manipulated, once the buffer</tt> </tt>
<a name="L18"></a><tt class="py-lineno"> 18</tt> <tt class="py-line"><tt class="py-docstring"> "window" has passed over a data segment, seeking prior to that is not</tt> </tt>
<a name="L19"></a><tt class="py-lineno"> 19</tt> <tt class="py-line"><tt class="py-docstring"> allowed.</tt> </tt>
<a name="L20"></a><tt class="py-lineno"> 20</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L21"></a><tt class="py-lineno"> 21</tt> <tt class="py-line"><tt class="py-docstring">XXX: Eventually, I wish to merge this with the gzip.GzipFile somehow and</tt> </tt>
<a name="L22"></a><tt class="py-lineno"> 22</tt> <tt class="py-line"><tt class="py-docstring"> submit to the python folks.</tt> </tt>
<a name="L23"></a><tt class="py-lineno"> 23</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L24"></a><tt class="py-lineno"> 24</tt> <tt class="py-line"><tt class="py-docstring">Author: Todd Warner <taw@redhat.com></tt> </tt>
<a name="L25"></a><tt class="py-lineno"> 25</tt> <tt class="py-line"><tt class="py-docstring">Copyright (c) 2002-2010, Red Hat, Inc.</tt> </tt>
<a name="L26"></a><tt class="py-lineno"> 26</tt> <tt class="py-line"><tt class="py-docstring">Released under Python license and GPLv2 license</tt> </tt>
<a name="L27"></a><tt class="py-lineno"> 27</tt> <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
<a name="L29"></a><tt class="py-lineno"> 29</tt> <tt class="py-line"> </tt>
<a name="L30"></a><tt class="py-lineno"> 30</tt> <tt class="py-line"><tt class="py-comment">#WARNING: gzipstream will wrap a file-object. The responsibility of properly</tt> </tt>
<a name="L31"></a><tt class="py-lineno"> 31</tt> <tt class="py-line"><tt class="py-comment">#WARNING: destroying/closing that file-object resides outside of these</tt> </tt>
<a name="L32"></a><tt class="py-lineno"> 32</tt> <tt class="py-line"><tt class="py-comment">#WARNING: classes.</tt> </tt>
<a name="L33"></a><tt class="py-lineno"> 33</tt> <tt class="py-line"><tt class="py-comment">#WARNING:</tt> </tt>
<a name="L34"></a><tt class="py-lineno"> 34</tt> <tt class="py-line"><tt class="py-comment">#WARNING: Also, due to issues with python 1.5.2/2.1.* garbage collection issues,</tt> </tt>
<a name="L35"></a><tt class="py-lineno"> 35</tt> <tt class="py-line"><tt class="py-comment">#WARNING: responsibility of properly handling flushing IO and other expected</tt> </tt>
<a name="L36"></a><tt class="py-lineno"> 36</tt> <tt class="py-line"><tt class="py-comment">#WARNING: behavior of a properly collected object *also* resides with the</tt> </tt>
<a name="L37"></a><tt class="py-lineno"> 37</tt> <tt class="py-line"><tt class="py-comment">#WARNING: instantiating entity. I.e., you need to explicitely close your</tt> </tt>
<a name="L38"></a><tt class="py-lineno"> 38</tt> <tt class="py-line"><tt class="py-comment">#WARNING: GzipStream object!!!</tt> </tt>
<a name="L39"></a><tt class="py-lineno"> 39</tt> <tt class="py-line"> </tt>
<a name="L40"></a><tt class="py-lineno"> 40</tt> <tt class="py-line"> </tt>
<a name="L41"></a><tt class="py-lineno"> 41</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">sys</tt> </tt>
<a name="L42"></a><tt class="py-lineno"> 42</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">gzip</tt> </tt>
<a name="L43"></a><tt class="py-lineno"> 43</tt> <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">gzip</tt> <tt class="py-keyword">import</tt> <tt class="py-name">zlib</tt> </tt>
<a name="L44"></a><tt class="py-lineno"> 44</tt> <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">types</tt> <tt class="py-keyword">import</tt> <tt class="py-name">IntType</tt><tt class="py-op">,</tt> <tt class="py-name">LongType</tt> </tt>
<a name="L45"></a><tt class="py-lineno"> 45</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">struct</tt> </tt>
<a name="L46"></a><tt class="py-lineno"> 46</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">string</tt> </tt>
<a name="L47"></a><tt class="py-lineno"> 47</tt> <tt class="py-line"><tt class="py-keyword">try</tt><tt class="py-op">:</tt> </tt>
<a name="L48"></a><tt class="py-lineno"> 48</tt> <tt class="py-line"> <tt class="py-comment"># Is this *still* needed? cStringIO supposedly works on all platforms</tt> </tt>
<a name="L49"></a><tt class="py-lineno"> 49</tt> <tt class="py-line"> <tt class="py-keyword">from</tt> <tt class="py-name">cStringIO</tt> <tt class="py-keyword">import</tt> <tt class="py-name">StringIO</tt> </tt>
<a name="L50"></a><tt class="py-lineno"> 50</tt> <tt class="py-line"><tt class="py-keyword">except</tt> <tt class="py-name">ImportError</tt><tt class="py-op">:</tt> </tt>
<a name="L51"></a><tt class="py-lineno"> 51</tt> <tt class="py-line"> <tt class="py-keyword">from</tt> <tt class="py-name">StringIO</tt> <tt class="py-keyword">import</tt> <tt class="py-name">StringIO</tt> </tt>
<a name="L52"></a><tt class="py-lineno"> 52</tt> <tt class="py-line"> </tt>
<a name="L53"></a><tt class="py-lineno"> 53</tt> <tt class="py-line"> </tt>
<a name="L54"></a><tt class="py-lineno"> 54</tt> <tt class="py-line"><tt id="link-0" class="py-name" targets="Variable gzipstream._DEBUG_YN=gzipstream-module.html#_DEBUG_YN"><a title="gzipstream._DEBUG_YN" class="py-name" href="#" onclick="return doclink('link-0', '_DEBUG_YN', 'link-0');">_DEBUG_YN</a></tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt>
<a name="L55"></a><tt class="py-lineno"> 55</tt> <tt class="py-line"><tt class="py-keyword">if</tt> <tt id="link-1" class="py-name"><a title="gzipstream._DEBUG_YN" class="py-name" href="#" onclick="return doclink('link-1', '_DEBUG_YN', 'link-0');">_DEBUG_YN</a></tt><tt class="py-op">:</tt> </tt>
<a name="L56"></a><tt class="py-lineno"> 56</tt> <tt class="py-line"> <tt class="py-keyword">import</tt> <tt class="py-name">time</tt> </tt>
<a name="L57"></a><tt class="py-lineno"> 57</tt> <tt class="py-line"> <tt class="py-keyword">try</tt><tt class="py-op">:</tt> </tt>
<a name="L58"></a><tt class="py-lineno"> 58</tt> <tt class="py-line"> <tt class="py-keyword">import</tt> <tt class="py-name">thread</tt> </tt>
<a name="L59"></a><tt class="py-lineno"> 59</tt> <tt class="py-line"> <tt class="py-keyword">except</tt><tt class="py-op">:</tt> </tt>
<a name="L60"></a><tt class="py-lineno"> 60</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
<a name="L61"></a><tt class="py-lineno"> 61</tt> <tt class="py-line"> </tt>
<a name="L62"></a><tt class="py-lineno"> 62</tt> <tt class="py-line"> </tt>
<a name="__getSysVersion"></a><div id="__getSysVersion-def"><a name="L63"></a><tt class="py-lineno"> 63</tt> <a class="py-toggle" href="#" id="__getSysVersion-toggle" onclick="return toggle('__getSysVersion');">-</a><tt class="py-line"><tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream-module.html#__getSysVersion">__getSysVersion</a><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="__getSysVersion-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="__getSysVersion-expanded"><a name="L64"></a><tt class="py-lineno"> 64</tt> <tt class="py-line"> <tt class="py-docstring">"""Return 1 for Python versions 1.5.* and 2.1.*</tt> </tt>
<a name="L65"></a><tt class="py-lineno"> 65</tt> <tt class="py-line"><tt class="py-docstring"> Return 2 for Python versions 2.2+.*</tt> </tt>
<a name="L66"></a><tt class="py-lineno"> 66</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L67"></a><tt class="py-lineno"> 67</tt> <tt class="py-line"> <tt class="py-name">minor</tt> <tt class="py-op">=</tt> <tt class="py-name">int</tt><tt class="py-op">(</tt><tt class="py-name">string</tt><tt class="py-op">.</tt><tt class="py-name">split</tt><tt class="py-op">(</tt><tt class="py-name">string</tt><tt class="py-op">.</tt><tt class="py-name">split</tt><tt class="py-op">(</tt><tt class="py-name">sys</tt><tt class="py-op">.</tt><tt class="py-name">version</tt><tt class="py-op">)</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">,</tt> <tt class="py-string">'.'</tt><tt class="py-op">)</tt><tt class="py-op">[</tt><tt class="py-number">1</tt><tt class="py-op">]</tt><tt class="py-op">)</tt> </tt>
<a name="L68"></a><tt class="py-lineno"> 68</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">minor</tt> <tt class="py-op"><</tt> <tt class="py-number">2</tt><tt class="py-op">:</tt> </tt>
<a name="L69"></a><tt class="py-lineno"> 69</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-number">1</tt> </tt>
<a name="L70"></a><tt class="py-lineno"> 70</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-number">2</tt> </tt>
</div><a name="L71"></a><tt class="py-lineno"> 71</tt> <tt class="py-line"><tt id="link-2" class="py-name" targets="Variable gzipstream._SYS_VERSION=gzipstream-module.html#_SYS_VERSION"><a title="gzipstream._SYS_VERSION" class="py-name" href="#" onclick="return doclink('link-2', '_SYS_VERSION', 'link-2');">_SYS_VERSION</a></tt> <tt class="py-op">=</tt> <tt id="link-3" class="py-name" targets="Function gzipstream.__getSysVersion()=gzipstream-module.html#__getSysVersion"><a title="gzipstream.__getSysVersion" class="py-name" href="#" onclick="return doclink('link-3', '__getSysVersion', 'link-3');">__getSysVersion</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L72"></a><tt class="py-lineno"> 72</tt> <tt class="py-line"> </tt>
<a name="L73"></a><tt class="py-lineno"> 73</tt> <tt class="py-line"> </tt>
<a name="GzipStream"></a><div id="GzipStream-def"><a name="L74"></a><tt class="py-lineno"> 74</tt> <a class="py-toggle" href="#" id="GzipStream-toggle" onclick="return toggle('GzipStream');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="gzipstream.GzipStream-class.html">GzipStream</a><tt class="py-op">(</tt><tt class="py-base-class">gzip</tt><tt class="py-op">.</tt><tt class="py-base-class">GzipFile</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStream-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="GzipStream-expanded"><a name="L75"></a><tt class="py-lineno"> 75</tt> <tt class="py-line"> <tt class="py-docstring">"""Handle streaming gzipped data</tt> </tt>
<a name="L76"></a><tt class="py-lineno"> 76</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L77"></a><tt class="py-lineno"> 77</tt> <tt class="py-line"><tt class="py-docstring"> GzipStream extends the functionality of the gzip.GzipFile class.</tt> </tt>
<a name="L78"></a><tt class="py-lineno"> 78</tt> <tt class="py-line"><tt class="py-docstring"> gzip.GzipFile generally needs a seekable object. This doesn't allow for</tt> </tt>
<a name="L79"></a><tt class="py-lineno"> 79</tt> <tt class="py-line"><tt class="py-docstring"> streaming gzipped data to be processed easily (e.g. can't seek a socket).</tt> </tt>
<a name="L80"></a><tt class="py-lineno"> 80</tt> <tt class="py-line"><tt class="py-docstring"> Using the _StreamBuf class enables streaming gzipped data to be processed</tt> </tt>
<a name="L81"></a><tt class="py-lineno"> 81</tt> <tt class="py-line"><tt class="py-docstring"> by buffering that data at it passes through.</tt> </tt>
<a name="L82"></a><tt class="py-lineno"> 82</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L83"></a><tt class="py-lineno"> 83</tt> <tt class="py-line"><tt class="py-docstring"> For Python versions 1.5.2 & 2.1.*:</tt> </tt>
<a name="L84"></a><tt class="py-lineno"> 84</tt> <tt class="py-line"><tt class="py-docstring"> Normal data version.</tt> </tt>
<a name="L85"></a><tt class="py-lineno"> 85</tt> <tt class="py-line"><tt class="py-docstring"> Normally sized data stream version == faster.</tt> </tt>
<a name="L86"></a><tt class="py-lineno"> 86</tt> <tt class="py-line"><tt class="py-docstring"> For very large data streams (2.5GB-ish), use GzipStreamXL.</tt> </tt>
<a name="L87"></a><tt class="py-lineno"> 87</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L88"></a><tt class="py-lineno"> 88</tt> <tt class="py-line"> <tt id="link-4" class="py-name" targets="Variable gzipstream.GzipStream.VERSION=gzipstream.GzipStream-class.html#VERSION,Variable gzipstream._StreamBuf.VERSION=gzipstream._StreamBuf-class.html#VERSION"><a title="gzipstream.GzipStream.VERSION
gzipstream._StreamBuf.VERSION" class="py-name" href="#" onclick="return doclink('link-4', 'VERSION', 'link-4');">VERSION</a></tt> <tt class="py-op">=</tt> <tt id="link-5" class="py-name"><a title="gzipstream._SYS_VERSION" class="py-name" href="#" onclick="return doclink('link-5', '_SYS_VERSION', 'link-2');">_SYS_VERSION</a></tt> <tt class="py-comment"># so garbage collector doesn't nuke it too early with</tt> </tt>
<a name="L89"></a><tt class="py-lineno"> 89</tt> <tt class="py-line"> <tt class="py-comment"># older (v1.5.2-v2.1.*) python.</tt> </tt>
<a name="L90"></a><tt class="py-lineno"> 90</tt> <tt class="py-line"> </tt>
<a name="GzipStream.__init__"></a><div id="GzipStream.__init__-def"><a name="L91"></a><tt class="py-lineno"> 91</tt> <a class="py-toggle" href="#" id="GzipStream.__init__-toggle" onclick="return toggle('GzipStream.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream.GzipStream-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">stream</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">,</tt> <tt class="py-param">mode</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">,</tt> <tt class="py-param">compresslevel</tt><tt class="py-op">=</tt><tt class="py-number">9</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStream.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="GzipStream.__init__-expanded"><a name="L92"></a><tt class="py-lineno"> 92</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">stream</tt> <tt class="py-keyword">is</tt> <tt class="py-name">None</tt><tt class="py-op">:</tt> </tt>
<a name="L93"></a><tt class="py-lineno"> 93</tt> <tt class="py-line"> <tt class="py-name">stream</tt> <tt class="py-op">=</tt> <tt class="py-name">sys</tt><tt class="py-op">.</tt><tt class="py-name">stdout</tt> </tt>
<a name="L94"></a><tt class="py-lineno"> 94</tt> <tt class="py-line"> </tt>
<a name="L95"></a><tt class="py-lineno"> 95</tt> <tt class="py-line"> <tt class="py-name">mode</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-6" class="py-name" targets="Method gzipstream.GzipStream._initModeLogic()=gzipstream.GzipStream-class.html#_initModeLogic"><a title="gzipstream.GzipStream._initModeLogic" class="py-name" href="#" onclick="return doclink('link-6', '_initModeLogic', 'link-6');">_initModeLogic</a></tt><tt class="py-op">(</tt><tt class="py-name">stream</tt><tt class="py-op">,</tt> <tt class="py-name">mode</tt><tt class="py-op">)</tt> </tt>
<a name="L96"></a><tt class="py-lineno"> 96</tt> <tt class="py-line"> </tt>
<a name="L97"></a><tt class="py-lineno"> 97</tt> <tt class="py-line"> <tt class="py-comment"># self.stream becomes a _StreamBuf object</tt> </tt>
<a name="L98"></a><tt class="py-lineno"> 98</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">isinstance</tt><tt class="py-op">(</tt><tt class="py-name">stream</tt><tt class="py-op">,</tt> <tt id="link-7" class="py-name" targets="Class gzipstream._StreamBuf=gzipstream._StreamBuf-class.html"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-7', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L99"></a><tt class="py-lineno"> 99</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt> <tt class="py-op">=</tt> <tt id="link-8" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-8', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">(</tt><tt class="py-name">stream</tt><tt class="py-op">,</tt> <tt class="py-name">mode</tt><tt class="py-op">)</tt> </tt>
<a name="L100"></a><tt class="py-lineno">100</tt> <tt class="py-line"> <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L101"></a><tt class="py-lineno">101</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt> <tt class="py-op">=</tt> <tt class="py-name">stream</tt> </tt>
<a name="L102"></a><tt class="py-lineno">102</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_gzip</tt> <tt class="py-op">=</tt> <tt class="py-name">gzip</tt> <tt class="py-comment"># hang onto for destructive reasons</tt> </tt>
<a name="L103"></a><tt class="py-lineno">103</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_gzip</tt><tt class="py-op">.</tt><tt class="py-name">GzipFile</tt><tt class="py-op">.</tt><tt id="link-9" class="py-name" targets="Method gzipstream.GzipStream.__init__()=gzipstream.GzipStream-class.html#__init__,Method gzipstream.GzipStreamXL.__init__()=gzipstream.GzipStreamXL-class.html#__init__,Method gzipstream._StreamBuf.__init__()=gzipstream._StreamBuf-class.html#__init__"><a title="gzipstream.GzipStream.__init__
gzipstream.GzipStreamXL.__init__
gzipstream._StreamBuf.__init__" class="py-name" href="#" onclick="return doclink('link-9', '__init__', 'link-9');">__init__</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">,</tt> <tt class="py-string">''</tt><tt class="py-op">,</tt> <tt class="py-name">mode</tt><tt class="py-op">,</tt> <tt class="py-name">compresslevel</tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">)</tt> </tt>
</div><a name="L104"></a><tt class="py-lineno">104</tt> <tt class="py-line"> </tt>
<a name="GzipStream._initModeLogic"></a><div id="GzipStream._initModeLogic-def"><a name="L105"></a><tt class="py-lineno">105</tt> <a class="py-toggle" href="#" id="GzipStream._initModeLogic-toggle" onclick="return toggle('GzipStream._initModeLogic');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream.GzipStream-class.html#_initModeLogic">_initModeLogic</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">stream</tt><tt class="py-op">,</tt> <tt class="py-param">mode</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStream._initModeLogic-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="GzipStream._initModeLogic-expanded"><a name="L106"></a><tt class="py-lineno">106</tt> <tt class="py-line"> <tt class="py-docstring">"attempt to determine the mode"</tt> </tt>
<a name="L107"></a><tt class="py-lineno">107</tt> <tt class="py-line"> <tt class="py-name">_mode</tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L108"></a><tt class="py-lineno">108</tt> <tt class="py-line"> <tt class="py-name">_modes</tt> <tt class="py-op">=</tt> <tt class="py-string">''</tt> </tt>
<a name="L109"></a><tt class="py-lineno">109</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">hasattr</tt><tt class="py-op">(</tt><tt class="py-name">stream</tt><tt class="py-op">,</tt> <tt class="py-string">'mode'</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L110"></a><tt class="py-lineno">110</tt> <tt class="py-line"> <tt class="py-name">_mode</tt> <tt class="py-op">=</tt> <tt class="py-name">stream</tt><tt class="py-op">.</tt><tt class="py-name">mode</tt> </tt>
<a name="L111"></a><tt class="py-lineno">111</tt> <tt class="py-line"> <tt class="py-name">_modes</tt> <tt class="py-op">=</tt> <tt class="py-name">_mode</tt> </tt>
<a name="L112"></a><tt class="py-lineno">112</tt> <tt class="py-line"> <tt class="py-comment"># Attributes lie, by the way, so sometimes we have to punt.</tt> </tt>
<a name="L113"></a><tt class="py-lineno">113</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">_mode</tt> <tt class="py-keyword">and</tt> <tt class="py-name">hasattr</tt><tt class="py-op">(</tt><tt class="py-name">stream</tt><tt class="py-op">,</tt> <tt class="py-string">'read'</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L114"></a><tt class="py-lineno">114</tt> <tt class="py-line"> <tt class="py-name">_modes</tt> <tt class="py-op">=</tt> <tt class="py-name">_modes</tt> <tt class="py-op">+</tt> <tt class="py-string">'r'</tt> </tt>
<a name="L115"></a><tt class="py-lineno">115</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">_mode</tt> <tt class="py-keyword">and</tt> <tt class="py-name">hasattr</tt><tt class="py-op">(</tt><tt class="py-name">stream</tt><tt class="py-op">,</tt> <tt class="py-string">'write'</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L116"></a><tt class="py-lineno">116</tt> <tt class="py-line"> <tt class="py-name">_modes</tt> <tt class="py-op">=</tt> <tt class="py-name">_modes</tt> <tt class="py-op">+</tt> <tt class="py-string">'w'</tt> </tt>
<a name="L117"></a><tt class="py-lineno">117</tt> <tt class="py-line"> <tt class="py-comment"># NOTE: Async objects needs a mode set or defaults to 'rb'</tt> </tt>
<a name="L118"></a><tt class="py-lineno">118</tt> <tt class="py-line"> </tt>
<a name="L119"></a><tt class="py-lineno">119</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">_mode</tt> <tt class="py-keyword">and</tt> <tt class="py-keyword">not</tt> <tt class="py-name">mode</tt><tt class="py-op">:</tt> </tt>
<a name="L120"></a><tt class="py-lineno">120</tt> <tt class="py-line"> <tt class="py-comment"># punt</tt> </tt>
<a name="L121"></a><tt class="py-lineno">121</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-string">'r'</tt> <tt class="py-keyword">in</tt> <tt class="py-name">_modes</tt><tt class="py-op">:</tt> </tt>
<a name="L122"></a><tt class="py-lineno">122</tt> <tt class="py-line"> <tt class="py-name">mode</tt> <tt class="py-op">=</tt> <tt class="py-name">_mode</tt> <tt class="py-op">=</tt> <tt class="py-string">'rb'</tt> </tt>
<a name="L123"></a><tt class="py-lineno">123</tt> <tt class="py-line"> <tt class="py-keyword">elif</tt> <tt class="py-string">'w'</tt> <tt class="py-keyword">in</tt> <tt class="py-name">_modes</tt><tt class="py-op">:</tt> </tt>
<a name="L124"></a><tt class="py-lineno">124</tt> <tt class="py-line"> <tt class="py-name">mode</tt> <tt class="py-op">=</tt> <tt class="py-name">_mode</tt> <tt class="py-op">=</tt> <tt class="py-string">'wb'</tt> </tt>
<a name="L125"></a><tt class="py-lineno">125</tt> <tt class="py-line"> <tt class="py-keyword">elif</tt> <tt class="py-keyword">not</tt> <tt class="py-name">mode</tt><tt class="py-op">:</tt> </tt>
<a name="L126"></a><tt class="py-lineno">126</tt> <tt class="py-line"> <tt class="py-name">mode</tt> <tt class="py-op">=</tt> <tt class="py-name">_mode</tt> </tt>
<a name="L127"></a><tt class="py-lineno">127</tt> <tt class="py-line"> </tt>
<a name="L128"></a><tt class="py-lineno">128</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">mode</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt> <tt class="py-keyword">not</tt> <tt class="py-keyword">in</tt> <tt class="py-name">_modes</tt><tt class="py-op">:</tt> </tt>
<a name="L129"></a><tt class="py-lineno">129</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">ValueError</tt><tt class="py-op">,</tt> <tt class="py-string">'Mode %s not supported'</tt> <tt class="py-op">%</tt> <tt class="py-name">mode</tt> </tt>
<a name="L130"></a><tt class="py-lineno">130</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">mode</tt> </tt>
</div><a name="L131"></a><tt class="py-lineno">131</tt> <tt class="py-line"> </tt>
<a name="GzipStream._read"></a><div id="GzipStream._read-def"><a name="L132"></a><tt class="py-lineno">132</tt> <a class="py-toggle" href="#" id="GzipStream._read-toggle" onclick="return toggle('GzipStream._read');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream.GzipStream-class.html#_read">_read</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">size</tt><tt class="py-op">=</tt><tt class="py-number">1024</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStream._read-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="GzipStream._read-expanded"><a name="L133"></a><tt class="py-lineno">133</tt> <tt class="py-line"> <tt class="py-comment"># overloaded --- one line changed.</tt> </tt>
<a name="L134"></a><tt class="py-lineno">134</tt> <tt class="py-line"> <tt class="py-comment"># Instead of seek(0,2) to see if we are at the end of the</tt> </tt>
<a name="L135"></a><tt class="py-lineno">135</tt> <tt class="py-line"> <tt class="py-comment"># file, just do a seek(pos+1) if the same then we are at the</tt> </tt>
<a name="L136"></a><tt class="py-lineno">136</tt> <tt class="py-line"> <tt class="py-comment"># end of the file.</tt> </tt>
<a name="L137"></a><tt class="py-lineno">137</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt> <tt class="py-keyword">is</tt> <tt class="py-name">None</tt><tt class="py-op">:</tt> </tt>
<a name="L138"></a><tt class="py-lineno">138</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">EOFError</tt><tt class="py-op">,</tt> <tt class="py-string">"Reached EOF"</tt> </tt>
<a name="L139"></a><tt class="py-lineno">139</tt> <tt class="py-line"> </tt>
<a name="L140"></a><tt class="py-lineno">140</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_new_member</tt><tt class="py-op">:</tt> </tt>
<a name="L141"></a><tt class="py-lineno">141</tt> <tt class="py-line"> <tt class="py-comment"># If the _new_member flag is set, we have to</tt> </tt>
<a name="L142"></a><tt class="py-lineno">142</tt> <tt class="py-line"> <tt class="py-comment">#</tt> </tt>
<a name="L143"></a><tt class="py-lineno">143</tt> <tt class="py-line"> <tt class="py-comment"># First, check if we're at the end of the file;</tt> </tt>
<a name="L144"></a><tt class="py-lineno">144</tt> <tt class="py-line"> <tt class="py-comment"># if so, it's time to stop; no more members to read.</tt> </tt>
<a name="L145"></a><tt class="py-lineno">145</tt> <tt class="py-line"> <tt class="py-name">pos</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt id="link-10" class="py-name" targets="Method gzipstream._StreamBuf.tell()=gzipstream._StreamBuf-class.html#tell"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-10', 'tell', 'link-10');">tell</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> <tt class="py-comment"># Save current position</tt> </tt>
<a name="L146"></a><tt class="py-lineno">146</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt id="link-11" class="py-name" targets="Method gzipstream.GzipStream.seek()=gzipstream.GzipStream-class.html#seek,Method gzipstream._StreamBuf.seek()=gzipstream._StreamBuf-class.html#seek"><a title="gzipstream.GzipStream.seek
gzipstream._StreamBuf.seek" class="py-name" href="#" onclick="return doclink('link-11', 'seek', 'link-11');">seek</a></tt><tt class="py-op">(</tt><tt class="py-name">pos</tt><tt class="py-op">+</tt><tt class="py-number">1</tt><tt class="py-op">)</tt> <tt class="py-comment"># Seek further... if at end, won't</tt> </tt>
<a name="L147"></a><tt class="py-lineno">147</tt> <tt class="py-line"> <tt class="py-comment"># seek any further.</tt> </tt>
<a name="L148"></a><tt class="py-lineno">148</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">pos</tt> <tt class="py-op">==</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt id="link-12" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-12', 'tell', 'link-10');">tell</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L149"></a><tt class="py-lineno">149</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt id="link-13" class="py-name" targets="Method gzipstream.GzipStream.close()=gzipstream.GzipStream-class.html#close,Method gzipstream._StreamBuf.close()=gzipstream._StreamBuf-class.html#close"><a title="gzipstream.GzipStream.close
gzipstream._StreamBuf.close" class="py-name" href="#" onclick="return doclink('link-13', 'close', 'link-13');">close</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L150"></a><tt class="py-lineno">150</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L151"></a><tt class="py-lineno">151</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">EOFError</tt><tt class="py-op">,</tt> <tt class="py-string">"Reached EOF"</tt> </tt>
<a name="L152"></a><tt class="py-lineno">152</tt> <tt class="py-line"> <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L153"></a><tt class="py-lineno">153</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt id="link-14" class="py-name"><a title="gzipstream.GzipStream.seek
gzipstream._StreamBuf.seek" class="py-name" href="#" onclick="return doclink('link-14', 'seek', 'link-11');">seek</a></tt><tt class="py-op">(</tt> <tt class="py-name">pos</tt> <tt class="py-op">)</tt> <tt class="py-comment"># Return to original position</tt> </tt>
<a name="L154"></a><tt class="py-lineno">154</tt> <tt class="py-line"> </tt>
<a name="L155"></a><tt class="py-lineno">155</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-15" class="py-name" targets="Method gzipstream.GzipStreamXL._init_read()=gzipstream.GzipStreamXL-class.html#_init_read"><a title="gzipstream.GzipStreamXL._init_read" class="py-name" href="#" onclick="return doclink('link-15', '_init_read', 'link-15');">_init_read</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L156"></a><tt class="py-lineno">156</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_read_gzip_header</tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L157"></a><tt class="py-lineno">157</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">decompress</tt> <tt class="py-op">=</tt> <tt class="py-name">zlib</tt><tt class="py-op">.</tt><tt class="py-name">decompressobj</tt><tt class="py-op">(</tt><tt class="py-op">-</tt><tt class="py-name">zlib</tt><tt class="py-op">.</tt><tt class="py-name">MAX_WBITS</tt><tt class="py-op">)</tt> </tt>
<a name="L158"></a><tt class="py-lineno">158</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_new_member</tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt>
<a name="L159"></a><tt class="py-lineno">159</tt> <tt class="py-line"> </tt>
<a name="L160"></a><tt class="py-lineno">160</tt> <tt class="py-line"> <tt class="py-comment"># Read a chunk of data from the file</tt> </tt>
<a name="L161"></a><tt class="py-lineno">161</tt> <tt class="py-line"> <tt class="py-name">buf</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt id="link-16" class="py-name" targets="Method gzipstream._StreamBuf.read()=gzipstream._StreamBuf-class.html#read"><a title="gzipstream._StreamBuf.read" class="py-name" href="#" onclick="return doclink('link-16', 'read', 'link-16');">read</a></tt><tt class="py-op">(</tt><tt class="py-name">size</tt><tt class="py-op">)</tt> </tt>
<a name="L162"></a><tt class="py-lineno">162</tt> <tt class="py-line"> </tt>
<a name="L163"></a><tt class="py-lineno">163</tt> <tt class="py-line"> <tt class="py-comment"># If the EOF has been reached, flush the decompression object</tt> </tt>
<a name="L164"></a><tt class="py-lineno">164</tt> <tt class="py-line"> <tt class="py-comment"># and mark this object as finished.</tt> </tt>
<a name="L165"></a><tt class="py-lineno">165</tt> <tt class="py-line"> </tt>
<a name="L166"></a><tt class="py-lineno">166</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">buf</tt> <tt class="py-op">==</tt> <tt class="py-string">""</tt><tt class="py-op">:</tt> </tt>
<a name="L167"></a><tt class="py-lineno">167</tt> <tt class="py-line"> <tt class="py-name">uncompress</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">decompress</tt><tt class="py-op">.</tt><tt id="link-17" class="py-name" targets="Method gzipstream._StreamBuf.flush()=gzipstream._StreamBuf-class.html#flush"><a title="gzipstream._StreamBuf.flush" class="py-name" href="#" onclick="return doclink('link-17', 'flush', 'link-17');">flush</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L168"></a><tt class="py-lineno">168</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-18" class="py-name" targets="Method gzipstream.GzipStream._read_eof()=gzipstream.GzipStream-class.html#_read_eof"><a title="gzipstream.GzipStream._read_eof" class="py-name" href="#" onclick="return doclink('link-18', '_read_eof', 'link-18');">_read_eof</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L169"></a><tt class="py-lineno">169</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt id="link-19" class="py-name"><a title="gzipstream.GzipStream.close
gzipstream._StreamBuf.close" class="py-name" href="#" onclick="return doclink('link-19', 'close', 'link-13');">close</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L170"></a><tt class="py-lineno">170</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L171"></a><tt class="py-lineno">171</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_add_read_data</tt><tt class="py-op">(</tt> <tt class="py-name">uncompress</tt> <tt class="py-op">)</tt> </tt>
<a name="L172"></a><tt class="py-lineno">172</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">EOFError</tt><tt class="py-op">,</tt> <tt class="py-string">'Reached EOF'</tt> </tt>
<a name="L173"></a><tt class="py-lineno">173</tt> <tt class="py-line"> </tt>
<a name="L174"></a><tt class="py-lineno">174</tt> <tt class="py-line"> <tt class="py-name">uncompress</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">decompress</tt><tt class="py-op">.</tt><tt class="py-name">decompress</tt><tt class="py-op">(</tt><tt class="py-name">buf</tt><tt class="py-op">)</tt> </tt>
<a name="L175"></a><tt class="py-lineno">175</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_add_read_data</tt><tt class="py-op">(</tt> <tt class="py-name">uncompress</tt> <tt class="py-op">)</tt> </tt>
<a name="L176"></a><tt class="py-lineno">176</tt> <tt class="py-line"> </tt>
<a name="L177"></a><tt class="py-lineno">177</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">decompress</tt><tt class="py-op">.</tt><tt class="py-name">unused_data</tt> <tt class="py-op">!=</tt> <tt class="py-string">""</tt><tt class="py-op">:</tt> </tt>
<a name="L178"></a><tt class="py-lineno">178</tt> <tt class="py-line"> <tt class="py-comment"># Ending case: we've come to the end of a member in the file,</tt> </tt>
<a name="L179"></a><tt class="py-lineno">179</tt> <tt class="py-line"> <tt class="py-comment"># so seek back to the start of the unused data, finish up</tt> </tt>
<a name="L180"></a><tt class="py-lineno">180</tt> <tt class="py-line"> <tt class="py-comment"># this member, and read a new gzip header.</tt> </tt>
<a name="L181"></a><tt class="py-lineno">181</tt> <tt class="py-line"> <tt class="py-comment"># (The number of bytes to seek back is the length of the unused</tt> </tt>
<a name="L182"></a><tt class="py-lineno">182</tt> <tt class="py-line"> <tt class="py-comment"># data, minus 8 because _read_eof() will rewind a further 8 bytes)</tt> </tt>
<a name="L183"></a><tt class="py-lineno">183</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt id="link-20" class="py-name"><a title="gzipstream.GzipStream.seek
gzipstream._StreamBuf.seek" class="py-name" href="#" onclick="return doclink('link-20', 'seek', 'link-11');">seek</a></tt><tt class="py-op">(</tt> <tt class="py-op">-</tt><tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">decompress</tt><tt class="py-op">.</tt><tt class="py-name">unused_data</tt><tt class="py-op">)</tt><tt class="py-op">+</tt><tt class="py-number">8</tt><tt class="py-op">,</tt> <tt class="py-number">1</tt><tt class="py-op">)</tt> </tt>
<a name="L184"></a><tt class="py-lineno">184</tt> <tt class="py-line"> </tt>
<a name="L185"></a><tt class="py-lineno">185</tt> <tt class="py-line"> <tt class="py-comment"># Check the CRC and file size, and set the flag so we read</tt> </tt>
<a name="L186"></a><tt class="py-lineno">186</tt> <tt class="py-line"> <tt class="py-comment"># a new member on the next call</tt> </tt>
<a name="L187"></a><tt class="py-lineno">187</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-21" class="py-name"><a title="gzipstream.GzipStream._read_eof" class="py-name" href="#" onclick="return doclink('link-21', '_read_eof', 'link-18');">_read_eof</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L188"></a><tt class="py-lineno">188</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_new_member</tt> <tt class="py-op">=</tt> <tt class="py-number">1</tt> </tt>
</div><a name="L189"></a><tt class="py-lineno">189</tt> <tt class="py-line"> </tt>
<a name="GzipStream.seek"></a><div id="GzipStream.seek-def"><a name="L190"></a><tt class="py-lineno">190</tt> <a class="py-toggle" href="#" id="GzipStream.seek-toggle" onclick="return toggle('GzipStream.seek');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream.GzipStream-class.html#seek">seek</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">offset</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStream.seek-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="GzipStream.seek-expanded"><a name="L191"></a><tt class="py-lineno">191</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-string">'Random access not allowed in gzip streams'</tt> </tt>
</div><a name="L192"></a><tt class="py-lineno">192</tt> <tt class="py-line"> </tt>
<a name="GzipStream.__repr__"></a><div id="GzipStream.__repr__-def"><a name="L193"></a><tt class="py-lineno">193</tt> <a class="py-toggle" href="#" id="GzipStream.__repr__-toggle" onclick="return toggle('GzipStream.__repr__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream.GzipStream-class.html#__repr__">__repr__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStream.__repr__-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="GzipStream.__repr__-expanded"><a name="L194"></a><tt class="py-lineno">194</tt> <tt class="py-line"> <tt class="py-name">ret</tt> <tt class="py-op">=</tt> <tt class="py-string">''</tt> </tt>
<a name="L195"></a><tt class="py-lineno">195</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">:</tt> </tt>
<a name="L196"></a><tt class="py-lineno">196</tt> <tt class="py-line"> <tt class="py-name">ret</tt> <tt class="py-op">=</tt> <tt class="py-string">"<closed gzipstream.GzipStream instance, mode '%s' at %s>"</tt> <tt class="py-op">%</tt> \ </tt>
<a name="L197"></a><tt class="py-lineno">197</tt> <tt class="py-line"> <tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt class="py-name">mode</tt><tt class="py-op">,</tt> <tt class="py-name">id</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L198"></a><tt class="py-lineno">198</tt> <tt class="py-line"> <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L199"></a><tt class="py-lineno">199</tt> <tt class="py-line"> <tt class="py-name">ret</tt> <tt class="py-op">=</tt> <tt class="py-string">"<open gzipstream.GzipStream instance, mode '%s' at %s>"</tt> <tt class="py-op">%</tt> \ </tt>
<a name="L200"></a><tt class="py-lineno">200</tt> <tt class="py-line"> <tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt class="py-name">mode</tt><tt class="py-op">,</tt> <tt class="py-name">id</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L201"></a><tt class="py-lineno">201</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">ret</tt> </tt>
</div><a name="L202"></a><tt class="py-lineno">202</tt> <tt class="py-line"> </tt>
<a name="L203"></a><tt class="py-lineno">203</tt> <tt class="py-line"> <tt class="py-comment">### These methods are generally only important for Python v2.2.* ###</tt> </tt>
<a name="GzipStream._read_eof"></a><div id="GzipStream._read_eof-def"><a name="L204"></a><tt class="py-lineno">204</tt> <a class="py-toggle" href="#" id="GzipStream._read_eof-toggle" onclick="return toggle('GzipStream._read_eof');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream.GzipStream-class.html#_read_eof">_read_eof</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStream._read_eof-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="GzipStream._read_eof-expanded"><a name="L205"></a><tt class="py-lineno">205</tt> <tt class="py-line"> <tt class="py-comment"># overloaded to accommodate LongType</tt> </tt>
<a name="L206"></a><tt class="py-lineno">206</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">type</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">size</tt><tt class="py-op">)</tt> <tt class="py-op">==</tt> <tt class="py-name">LongType</tt><tt class="py-op">:</tt> </tt>
<a name="L207"></a><tt class="py-lineno">207</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_gzip</tt><tt class="py-op">.</tt><tt class="py-name">read32</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-22" class="py-name" targets="Method gzipstream.GzipStream._read32XL()=gzipstream.GzipStream-class.html#_read32XL"><a title="gzipstream.GzipStream._read32XL" class="py-name" href="#" onclick="return doclink('link-22', '_read32XL', 'link-22');">_read32XL</a></tt> </tt>
<a name="L208"></a><tt class="py-lineno">208</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_gzip</tt><tt class="py-op">.</tt><tt class="py-name">GzipFile</tt><tt class="py-op">.</tt><tt id="link-23" class="py-name"><a title="gzipstream.GzipStream._read_eof" class="py-name" href="#" onclick="return doclink('link-23', '_read_eof', 'link-18');">_read_eof</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt> </tt>
</div><a name="L209"></a><tt class="py-lineno">209</tt> <tt class="py-line"> </tt>
<a name="GzipStream.close"></a><div id="GzipStream.close-def"><a name="L210"></a><tt class="py-lineno">210</tt> <a class="py-toggle" href="#" id="GzipStream.close-toggle" onclick="return toggle('GzipStream.close');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream.GzipStream-class.html#close">close</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStream.close-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="GzipStream.close-expanded"><a name="L211"></a><tt class="py-lineno">211</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt> <tt class="py-keyword">and</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">:</tt> </tt>
<a name="L212"></a><tt class="py-lineno">212</tt> <tt class="py-line"> <tt class="py-comment"># remove this block for python v2.2.*</tt> </tt>
<a name="L213"></a><tt class="py-lineno">213</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> </tt>
<a name="L214"></a><tt class="py-lineno">214</tt> <tt class="py-line"> <tt class="py-comment"># overloaded to accommodate LongType</tt> </tt>
<a name="L215"></a><tt class="py-lineno">215</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">hasattr</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">,</tt> <tt class="py-string">'size'</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L216"></a><tt class="py-lineno">216</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">type</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">size</tt><tt class="py-op">)</tt> <tt class="py-op">==</tt> <tt class="py-name">LongType</tt><tt class="py-op">:</tt> </tt>
<a name="L217"></a><tt class="py-lineno">217</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_gzip</tt><tt class="py-op">.</tt><tt class="py-name">write32</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_gzip</tt><tt class="py-op">.</tt><tt class="py-name">write32u</tt> </tt>
<a name="L218"></a><tt class="py-lineno">218</tt> <tt class="py-line"> <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L219"></a><tt class="py-lineno">219</tt> <tt class="py-line"> <tt class="py-comment"># write32u is the "safest" route if punting.</tt> </tt>
<a name="L220"></a><tt class="py-lineno">220</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_gzip</tt><tt class="py-op">.</tt><tt class="py-name">write32</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_gzip</tt><tt class="py-op">.</tt><tt class="py-name">write32u</tt> </tt>
<a name="L221"></a><tt class="py-lineno">221</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_gzip</tt><tt class="py-op">.</tt><tt class="py-name">GzipFile</tt><tt class="py-op">.</tt><tt id="link-24" class="py-name"><a title="gzipstream.GzipStream.close
gzipstream._StreamBuf.close" class="py-name" href="#" onclick="return doclink('link-24', 'close', 'link-13');">close</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt> </tt>
<a name="L222"></a><tt class="py-lineno">222</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">:</tt> </tt>
<a name="L223"></a><tt class="py-lineno">223</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">stream</tt><tt class="py-op">.</tt><tt id="link-25" class="py-name"><a title="gzipstream.GzipStream.close
gzipstream._StreamBuf.close" class="py-name" href="#" onclick="return doclink('link-25', 'close', 'link-13');">close</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
</div><a name="L224"></a><tt class="py-lineno">224</tt> <tt class="py-line"> </tt>
<a name="GzipStream._read32XL"></a><div id="GzipStream._read32XL-def"><a name="L225"></a><tt class="py-lineno">225</tt> <a class="py-toggle" href="#" id="GzipStream._read32XL-toggle" onclick="return toggle('GzipStream._read32XL');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream.GzipStream-class.html#_read32XL">_read32XL</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">input</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStream._read32XL-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="GzipStream._read32XL-expanded"><a name="L226"></a><tt class="py-lineno">226</tt> <tt class="py-line"> <tt class="py-docstring">"""Allow for very large files/streams to be processed.</tt> </tt>
<a name="L227"></a><tt class="py-lineno">227</tt> <tt class="py-line"><tt class="py-docstring"> Slows things down, but...</tt> </tt>
<a name="L228"></a><tt class="py-lineno">228</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L229"></a><tt class="py-lineno">229</tt> <tt class="py-line"><tt class="py-docstring"> Used by Python v2.2.*.</tt> </tt>
<a name="L230"></a><tt class="py-lineno">230</tt> <tt class="py-line"><tt class="py-docstring"> Also used by Python v1.5.2/v2.1.* in inheriting class GzipStreamXL.</tt> </tt>
<a name="L231"></a><tt class="py-lineno">231</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L232"></a><tt class="py-lineno">232</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">struct</tt><tt class="py-op">.</tt><tt class="py-name">unpack</tt><tt class="py-op">(</tt><tt class="py-string">"<L"</tt><tt class="py-op">,</tt> <tt class="py-name">input</tt><tt class="py-op">.</tt><tt id="link-26" class="py-name"><a title="gzipstream._StreamBuf.read" class="py-name" href="#" onclick="return doclink('link-26', 'read', 'link-16');">read</a></tt><tt class="py-op">(</tt><tt class="py-number">4</tt><tt class="py-op">)</tt><tt class="py-op">)</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt> </tt>
</div></div><a name="L233"></a><tt class="py-lineno">233</tt> <tt class="py-line"> </tt>
<a name="L234"></a><tt class="py-lineno">234</tt> <tt class="py-line"> </tt>
<a name="L235"></a><tt class="py-lineno">235</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
<a name="L236"></a><tt class="py-lineno">236</tt> <tt class="py-line"><tt class="py-comment"># Python v1.5.2/v2.1.* version only class</tt> </tt>
<a name="L237"></a><tt class="py-lineno">237</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
<a name="L238"></a><tt class="py-lineno">238</tt> <tt class="py-line"><tt class="py-keyword">if</tt> <tt id="link-27" class="py-name"><a title="gzipstream._SYS_VERSION" class="py-name" href="#" onclick="return doclink('link-27', '_SYS_VERSION', 'link-2');">_SYS_VERSION</a></tt> <tt class="py-op">==</tt> <tt class="py-number">1</tt><tt class="py-op">:</tt> </tt>
<a name="GzipStreamXL"></a><div id="GzipStreamXL-def"><a name="L239"></a><tt class="py-lineno">239</tt> <a class="py-toggle" href="#" id="GzipStreamXL-toggle" onclick="return toggle('GzipStreamXL');">-</a><tt class="py-line"> <tt class="py-keyword">class</tt> <a class="py-def-name" href="gzipstream.GzipStreamXL-class.html">GzipStreamXL</a><tt class="py-op">(</tt><tt class="py-base-class">GzipStream</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStreamXL-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="GzipStreamXL-expanded"><a name="L240"></a><tt class="py-lineno">240</tt> <tt class="py-line"> <tt class="py-docstring">"""Handle streaming gzipped data -- large data version.</tt> </tt>
<a name="L241"></a><tt class="py-lineno">241</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L242"></a><tt class="py-lineno">242</tt> <tt class="py-line"><tt class="py-docstring"> Very large sized data stream version -- slooower.</tt> </tt>
<a name="L243"></a><tt class="py-lineno">243</tt> <tt class="py-line"><tt class="py-docstring"> For normally sized data streams (< 2.5GB-ish), use GzipStream.</tt> </tt>
<a name="L244"></a><tt class="py-lineno">244</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="GzipStreamXL.__init__"></a><div id="GzipStreamXL.__init__-def"><a name="L245"></a><tt class="py-lineno">245</tt> <a class="py-toggle" href="#" id="GzipStreamXL.__init__-toggle" onclick="return toggle('GzipStreamXL.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream.GzipStreamXL-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">stream</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">,</tt> <tt class="py-param">mode</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">,</tt> <tt class="py-param">compresslevel</tt><tt class="py-op">=</tt><tt class="py-number">9</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStreamXL.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++++++++++"></div><div id="GzipStreamXL.__init__-expanded"><a name="L246"></a><tt class="py-lineno">246</tt> <tt class="py-line"> <tt class="py-name">gzip</tt><tt class="py-op">.</tt><tt class="py-name">read32</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-28" class="py-name"><a title="gzipstream.GzipStream._read32XL" class="py-name" href="#" onclick="return doclink('link-28', '_read32XL', 'link-22');">_read32XL</a></tt> </tt>
<a name="L247"></a><tt class="py-lineno">247</tt> <tt class="py-line"> <tt class="py-name">gzip</tt><tt class="py-op">.</tt><tt class="py-name">write32</tt> <tt class="py-op">=</tt> <tt class="py-name">gzip</tt><tt class="py-op">.</tt><tt class="py-name">write32u</tt> </tt>
<a name="L248"></a><tt class="py-lineno">248</tt> <tt class="py-line"> <tt id="link-29" class="py-name" targets="Class gzipstream.GzipStream=gzipstream.GzipStream-class.html"><a title="gzipstream.GzipStream" class="py-name" href="#" onclick="return doclink('link-29', 'GzipStream', 'link-29');">GzipStream</a></tt><tt class="py-op">.</tt><tt id="link-30" class="py-name"><a title="gzipstream.GzipStream.__init__
gzipstream.GzipStreamXL.__init__
gzipstream._StreamBuf.__init__" class="py-name" href="#" onclick="return doclink('link-30', '__init__', 'link-9');">__init__</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">,</tt> <tt class="py-name">stream</tt><tt class="py-op">,</tt> <tt class="py-name">mode</tt><tt class="py-op">,</tt> <tt class="py-name">compresslevel</tt><tt class="py-op">)</tt> </tt>
</div><a name="L249"></a><tt class="py-lineno">249</tt> <tt class="py-line"> </tt>
<a name="L250"></a><tt class="py-lineno">250</tt> <tt class="py-line"> </tt>
<a name="GzipStreamXL._init_write"></a><div id="GzipStreamXL._init_write-def"><a name="L251"></a><tt class="py-lineno">251</tt> <a class="py-toggle" href="#" id="GzipStreamXL._init_write-toggle" onclick="return toggle('GzipStreamXL._init_write');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream.GzipStreamXL-class.html#_init_write">_init_write</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">filename</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStreamXL._init_write-collapsed" style="display:none;" pad="+++" indent="++++++++++++++++"></div><div id="GzipStreamXL._init_write-expanded"><a name="L252"></a><tt class="py-lineno">252</tt> <tt class="py-line"> <tt class="py-docstring">"""Make size long in order to support very large files.</tt> </tt>
<a name="L253"></a><tt class="py-lineno">253</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L254"></a><tt class="py-lineno">254</tt> <tt class="py-line"> <tt id="link-31" class="py-name"><a title="gzipstream.GzipStream" class="py-name" href="#" onclick="return doclink('link-31', 'GzipStream', 'link-29');">GzipStream</a></tt><tt class="py-op">.</tt><tt id="link-32" class="py-name" targets="Method gzipstream.GzipStreamXL._init_write()=gzipstream.GzipStreamXL-class.html#_init_write"><a title="gzipstream.GzipStreamXL._init_write" class="py-name" href="#" onclick="return doclink('link-32', '_init_write', 'link-32');">_init_write</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">,</tt> <tt class="py-name">filename</tt><tt class="py-op">)</tt> </tt>
<a name="L255"></a><tt class="py-lineno">255</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">size</tt> <tt class="py-op">=</tt> <tt class="py-number">0L</tt> </tt>
</div><a name="L256"></a><tt class="py-lineno">256</tt> <tt class="py-line"> </tt>
<a name="L257"></a><tt class="py-lineno">257</tt> <tt class="py-line"> </tt>
<a name="GzipStreamXL._init_read"></a><div id="GzipStreamXL._init_read-def"><a name="L258"></a><tt class="py-lineno">258</tt> <a class="py-toggle" href="#" id="GzipStreamXL._init_read-toggle" onclick="return toggle('GzipStreamXL._init_read');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream.GzipStreamXL-class.html#_init_read">_init_read</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="GzipStreamXL._init_read-collapsed" style="display:none;" pad="+++" indent="++++++++++++++++"></div><div id="GzipStreamXL._init_read-expanded"><a name="L259"></a><tt class="py-lineno">259</tt> <tt class="py-line"> <tt class="py-docstring">"""Make size a long in order to support very large files.</tt> </tt>
<a name="L260"></a><tt class="py-lineno">260</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L261"></a><tt class="py-lineno">261</tt> <tt class="py-line"> <tt id="link-33" class="py-name"><a title="gzipstream.GzipStream" class="py-name" href="#" onclick="return doclink('link-33', 'GzipStream', 'link-29');">GzipStream</a></tt><tt class="py-op">.</tt><tt id="link-34" class="py-name"><a title="gzipstream.GzipStreamXL._init_read" class="py-name" href="#" onclick="return doclink('link-34', '_init_read', 'link-15');">_init_read</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt> </tt>
<a name="L262"></a><tt class="py-lineno">262</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">size</tt> <tt class="py-op">=</tt> <tt class="py-number">0L</tt> </tt>
</div></div><a name="L263"></a><tt class="py-lineno">263</tt> <tt class="py-line"> </tt>
<a name="L264"></a><tt class="py-lineno">264</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf"></a><div id="_StreamBuf-def"><a name="L265"></a><tt class="py-lineno">265</tt> <a class="py-toggle" href="#" id="_StreamBuf-toggle" onclick="return toggle('_StreamBuf');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html">_StreamBuf</a><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="_StreamBuf-expanded"><a name="L266"></a><tt class="py-lineno">266</tt> <tt class="py-line"> <tt class="py-docstring">"""Stream buffer for file-like objects.</tt> </tt>
<a name="L267"></a><tt class="py-lineno">267</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L268"></a><tt class="py-lineno">268</tt> <tt class="py-line"><tt class="py-docstring"> Allow seeks on socket-like objects.</tt> </tt>
<a name="L269"></a><tt class="py-lineno">269</tt> <tt class="py-line"><tt class="py-docstring"> Enables non-seekable file-like objects some flexibility as regards to</tt> </tt>
<a name="L270"></a><tt class="py-lineno">270</tt> <tt class="py-line"><tt class="py-docstring"> seeking. It does this via a buffer, a StringIO object. Note, because</tt> </tt>
<a name="L271"></a><tt class="py-lineno">271</tt> <tt class="py-line"><tt class="py-docstring"> it is assumed that a socket stream is being manipulated, once the buffer</tt> </tt>
<a name="L272"></a><tt class="py-lineno">272</tt> <tt class="py-line"><tt class="py-docstring"> "window" has passed over a data segment, seeking prior to that is not</tt> </tt>
<a name="L273"></a><tt class="py-lineno">273</tt> <tt class="py-line"><tt class="py-docstring"> allowed.</tt> </tt>
<a name="L274"></a><tt class="py-lineno">274</tt> <tt class="py-line"><tt class="py-docstring"> XXX: probably reinventing the wheel.</tt> </tt>
<a name="L275"></a><tt class="py-lineno">275</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L276"></a><tt class="py-lineno">276</tt> <tt class="py-line"> <tt id="link-35" class="py-name" targets="Variable gzipstream._StreamBuf.__MIN_READ_SIZE=gzipstream._StreamBuf-class.html#__MIN_READ_SIZE"><a title="gzipstream._StreamBuf.__MIN_READ_SIZE" class="py-name" href="#" onclick="return doclink('link-35', '__MIN_READ_SIZE', 'link-35');">__MIN_READ_SIZE</a></tt> <tt class="py-op">=</tt> <tt class="py-number">1024</tt> <tt class="py-op">*</tt> <tt class="py-number">2</tt> <tt class="py-comment"># Default = 2K</tt> </tt>
<a name="L277"></a><tt class="py-lineno">277</tt> <tt class="py-line"> <tt id="link-36" class="py-name" targets="Variable gzipstream._StreamBuf.__MAX_BUFIO_SIZE=gzipstream._StreamBuf-class.html#__MAX_BUFIO_SIZE"><a title="gzipstream._StreamBuf.__MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-36', '__MAX_BUFIO_SIZE', 'link-36');">__MAX_BUFIO_SIZE</a></tt> <tt class="py-op">=</tt> <tt id="link-37" class="py-name"><a title="gzipstream._StreamBuf.__MIN_READ_SIZE" class="py-name" href="#" onclick="return doclink('link-37', '__MIN_READ_SIZE', 'link-35');">__MIN_READ_SIZE</a></tt> <tt class="py-op">*</tt> <tt class="py-number">10</tt> <tt class="py-comment"># Default = 20K</tt> </tt>
<a name="L278"></a><tt class="py-lineno">278</tt> <tt class="py-line"> <tt id="link-38" class="py-name" targets="Variable gzipstream._StreamBuf.__ABS_MAX_BUFIO_SIZE=gzipstream._StreamBuf-class.html#__ABS_MAX_BUFIO_SIZE"><a title="gzipstream._StreamBuf.__ABS_MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-38', '__ABS_MAX_BUFIO_SIZE', 'link-38');">__ABS_MAX_BUFIO_SIZE</a></tt> <tt class="py-op">=</tt> <tt id="link-39" class="py-name"><a title="gzipstream._StreamBuf.__MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-39', '__MAX_BUFIO_SIZE', 'link-36');">__MAX_BUFIO_SIZE</a></tt> <tt class="py-op">*</tt> <tt class="py-number">2</tt> <tt class="py-comment"># Default = 40K</tt> </tt>
<a name="L279"></a><tt class="py-lineno">279</tt> <tt class="py-line"> </tt>
<a name="L280"></a><tt class="py-lineno">280</tt> <tt class="py-line"> <tt class="py-comment">### Python versions 1.5.2 & 2.1.* only:</tt> </tt>
<a name="L281"></a><tt class="py-lineno">281</tt> <tt class="py-line"> <tt id="link-40" class="py-name" targets="Variable gzipstream._StreamBuf.__INT_CHECK_SIZE=gzipstream._StreamBuf-class.html#__INT_CHECK_SIZE"><a title="gzipstream._StreamBuf.__INT_CHECK_SIZE" class="py-name" href="#" onclick="return doclink('link-40', '__INT_CHECK_SIZE', 'link-40');">__INT_CHECK_SIZE</a></tt> <tt class="py-op">=</tt> <tt class="py-name">sys</tt><tt class="py-op">.</tt><tt class="py-name">maxint</tt> <tt class="py-op">-</tt> <tt id="link-41" class="py-name"><a title="gzipstream._StreamBuf.__ABS_MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-41', '__ABS_MAX_BUFIO_SIZE', 'link-38');">__ABS_MAX_BUFIO_SIZE</a></tt> <tt class="py-op">-</tt><tt class="py-number">2</tt> </tt>
<a name="L282"></a><tt class="py-lineno">282</tt> <tt class="py-line"> </tt>
<a name="L283"></a><tt class="py-lineno">283</tt> <tt class="py-line"> <tt id="link-42" class="py-name"><a title="gzipstream.GzipStream.VERSION
gzipstream._StreamBuf.VERSION" class="py-name" href="#" onclick="return doclink('link-42', 'VERSION', 'link-4');">VERSION</a></tt> <tt class="py-op">=</tt> <tt id="link-43" class="py-name"><a title="gzipstream._SYS_VERSION" class="py-name" href="#" onclick="return doclink('link-43', '_SYS_VERSION', 'link-2');">_SYS_VERSION</a></tt> <tt class="py-comment"># so garbage collector doesn't nuke it too early with</tt> </tt>
<a name="L284"></a><tt class="py-lineno">284</tt> <tt class="py-line"> <tt class="py-comment"># older (v1.5.2-v2.1.*) python.</tt> </tt>
<a name="L285"></a><tt class="py-lineno">285</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.__init__"></a><div id="_StreamBuf.__init__-def"><a name="L286"></a><tt class="py-lineno">286</tt> <a class="py-toggle" href="#" id="_StreamBuf.__init__-toggle" onclick="return toggle('_StreamBuf.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">stream</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">,</tt> <tt class="py-param">mode</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.__init__-expanded"><a name="L287"></a><tt class="py-lineno">287</tt> <tt class="py-line"> <tt class="py-docstring">"""Constructor.</tt> </tt>
<a name="L288"></a><tt class="py-lineno">288</tt> <tt class="py-line"><tt class="py-docstring"> stream: an open file-like object.</tt> </tt>
<a name="L289"></a><tt class="py-lineno">289</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L290"></a><tt class="py-lineno">290</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt> <tt class="py-op">=</tt> <tt class="py-name">stream</tt> </tt>
<a name="L291"></a><tt class="py-lineno">291</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt>
<a name="L292"></a><tt class="py-lineno">292</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_writableYN</tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt>
<a name="L293"></a><tt class="py-lineno">293</tt> <tt class="py-line"> </tt>
<a name="L294"></a><tt class="py-lineno">294</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt> <tt class="py-keyword">is</tt> <tt class="py-name">None</tt><tt class="py-op">:</tt> </tt>
<a name="L295"></a><tt class="py-lineno">295</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt> <tt class="py-op">=</tt> <tt class="py-name">StringIO</tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L296"></a><tt class="py-lineno">296</tt> <tt class="py-line"> <tt class="py-name">mode</tt> <tt class="py-op">=</tt> <tt class="py-string">'wb'</tt> </tt>
<a name="L297"></a><tt class="py-lineno">297</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt> <tt class="py-op">=</tt> <tt class="py-number">1</tt> </tt>
<a name="L298"></a><tt class="py-lineno">298</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_writableYN</tt> <tt class="py-op">=</tt> <tt class="py-number">1</tt> </tt>
<a name="L299"></a><tt class="py-lineno">299</tt> <tt class="py-line"> </tt>
<a name="L300"></a><tt class="py-lineno">300</tt> <tt class="py-line"> <tt class="py-comment"># If mode not declared, try to figure it out.</tt> </tt>
<a name="L301"></a><tt class="py-lineno">301</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">mode</tt> <tt class="py-keyword">is</tt> <tt class="py-name">None</tt><tt class="py-op">:</tt> </tt>
<a name="L302"></a><tt class="py-lineno">302</tt> <tt class="py-line"> <tt class="py-keyword">try</tt><tt class="py-op">:</tt> </tt>
<a name="L303"></a><tt class="py-lineno">303</tt> <tt class="py-line"> <tt class="py-name">mode</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt><tt class="py-op">.</tt><tt class="py-name">mode</tt> </tt>
<a name="L304"></a><tt class="py-lineno">304</tt> <tt class="py-line"> <tt class="py-keyword">except</tt><tt class="py-op">:</tt> </tt>
<a name="L305"></a><tt class="py-lineno">305</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
<a name="L306"></a><tt class="py-lineno">306</tt> <tt class="py-line"> </tt>
<a name="L307"></a><tt class="py-lineno">307</tt> <tt class="py-line"> <tt class="py-comment"># Can only read or write, not both and really the 'b' is meaningless.</tt> </tt>
<a name="L308"></a><tt class="py-lineno">308</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">mode</tt> <tt class="py-keyword">or</tt> <tt class="py-op">(</tt><tt class="py-name">type</tt><tt class="py-op">(</tt><tt class="py-name">mode</tt><tt class="py-op">)</tt> <tt class="py-op">==</tt> <tt class="py-name">type</tt><tt class="py-op">(</tt><tt class="py-string">""</tt><tt class="py-op">)</tt> \ </tt>
<a name="L309"></a><tt class="py-lineno">309</tt> <tt class="py-line"> <tt class="py-keyword">and</tt> <tt class="py-op">(</tt><tt class="py-name">mode</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt> <tt class="py-keyword">not</tt> <tt class="py-keyword">in</tt> <tt class="py-string">'rw'</tt> <tt class="py-keyword">or</tt> <tt class="py-op">(</tt><tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">mode</tt><tt class="py-op">)</tt> <tt class="py-op">></tt> <tt class="py-number">1</tt> <tt class="py-keyword">and</tt> <tt class="py-name">mode</tt><tt class="py-op">[</tt><tt class="py-number">1</tt><tt class="py-op">]</tt> <tt class="py-op">!=</tt> <tt class="py-string">'b'</tt><tt class="py-op">)</tt><tt class="py-op">)</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L310"></a><tt class="py-lineno">310</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">22</tt><tt class="py-op">,</tt> <tt class="py-string">"Invalid argument: mode=%s"</tt> <tt class="py-op">%</tt> <tt class="py-name">repr</tt><tt class="py-op">(</tt><tt class="py-name">mode</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L311"></a><tt class="py-lineno">311</tt> <tt class="py-line"> </tt>
<a name="L312"></a><tt class="py-lineno">312</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">mode</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt> <tt class="py-op">==</tt> <tt class="py-string">'r'</tt><tt class="py-op">:</tt> </tt>
<a name="L313"></a><tt class="py-lineno">313</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt> <tt class="py-op">=</tt> <tt class="py-number">1</tt> </tt>
<a name="L314"></a><tt class="py-lineno">314</tt> <tt class="py-line"> <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L315"></a><tt class="py-lineno">315</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_writableYN</tt> <tt class="py-op">=</tt> <tt class="py-number">1</tt> </tt>
<a name="L316"></a><tt class="py-lineno">316</tt> <tt class="py-line"> </tt>
<a name="L317"></a><tt class="py-lineno">317</tt> <tt class="py-line"> <tt class="py-comment"># Better be an open file-like object.</tt> </tt>
<a name="L318"></a><tt class="py-lineno">318</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L319"></a><tt class="py-lineno">319</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt><tt class="py-op">.</tt><tt id="link-44" class="py-name"><a title="gzipstream._StreamBuf.read" class="py-name" href="#" onclick="return doclink('link-44', 'read', 'link-16');">read</a></tt> <tt class="py-comment"># Throw AttributeError if not readable.</tt> </tt>
<a name="L320"></a><tt class="py-lineno">320</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_writableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L321"></a><tt class="py-lineno">321</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt><tt class="py-op">.</tt><tt id="link-45" class="py-name" targets="Method gzipstream._StreamBuf.write()=gzipstream._StreamBuf-class.html#write"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-45', 'write', 'link-45');">write</a></tt> <tt class="py-comment"># Throw AttributeError if not writable.</tt> </tt>
<a name="L322"></a><tt class="py-lineno">322</tt> <tt class="py-line"> </tt>
<a name="L323"></a><tt class="py-lineno">323</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt>
<a name="L324"></a><tt class="py-lineno">324</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> <tt class="py-comment"># Assume at beginning of stream.</tt> </tt>
<a name="L325"></a><tt class="py-lineno">325</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt> <tt class="py-op">=</tt> <tt class="py-name">StringIO</tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L326"></a><tt class="py-lineno">326</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt>
<a name="L327"></a><tt class="py-lineno">327</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">mode</tt> <tt class="py-op">=</tt> <tt class="py-name">mode</tt> </tt>
<a name="L328"></a><tt class="py-lineno">328</tt> <tt class="py-line"> <tt class="py-comment"># Threaded debug loop:</tt> </tt>
<a name="L329"></a><tt class="py-lineno">329</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">__mutexOnYN</tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt>
<a name="L330"></a><tt class="py-lineno">330</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt id="link-46" class="py-name"><a title="gzipstream._DEBUG_YN" class="py-name" href="#" onclick="return doclink('link-46', '_DEBUG_YN', 'link-0');">_DEBUG_YN</a></tt> <tt class="py-keyword">and</tt> <tt class="py-name">globals</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">.</tt><tt class="py-name">has_key</tt><tt class="py-op">(</tt><tt class="py-string">'thread'</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L331"></a><tt class="py-lineno">331</tt> <tt class="py-line"> <tt class="py-name">thread</tt><tt class="py-op">.</tt><tt class="py-name">start_new</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-47" class="py-name" targets="Method gzipstream._StreamBuf.__debugThread()=gzipstream._StreamBuf-class.html#__debugThread"><a title="gzipstream._StreamBuf.__debugThread" class="py-name" href="#" onclick="return doclink('link-47', '__debugThread', 'link-47');">__debugThread</a></tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
</div><a name="L332"></a><tt class="py-lineno">332</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.__del__"></a><div id="_StreamBuf.__del__-def"><a name="L333"></a><tt class="py-lineno">333</tt> <a class="py-toggle" href="#" id="_StreamBuf.__del__-toggle" onclick="return toggle('_StreamBuf.__del__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#__del__">__del__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.__del__-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.__del__-expanded"><a name="L334"></a><tt class="py-lineno">334</tt> <tt class="py-line"> <tt class="py-docstring">"Destructor"</tt> </tt>
<a name="L335"></a><tt class="py-lineno">335</tt> <tt class="py-line"> <tt class="py-comment"># Python v1.5.2/v2.1.* tries to run this but close doesn't always</tt> </tt>
<a name="L336"></a><tt class="py-lineno">336</tt> <tt class="py-line"> <tt class="py-comment"># still exist. For a pure Python v2.2.*, remove the try: except:.</tt> </tt>
<a name="L337"></a><tt class="py-lineno">337</tt> <tt class="py-line"> <tt class="py-keyword">try</tt><tt class="py-op">:</tt> </tt>
<a name="L338"></a><tt class="py-lineno">338</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-48" class="py-name"><a title="gzipstream.GzipStream.close
gzipstream._StreamBuf.close" class="py-name" href="#" onclick="return doclink('link-48', 'close', 'link-13');">close</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L339"></a><tt class="py-lineno">339</tt> <tt class="py-line"> <tt class="py-keyword">except</tt><tt class="py-op">:</tt> </tt>
<a name="L340"></a><tt class="py-lineno">340</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
</div><a name="L341"></a><tt class="py-lineno">341</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.isatty"></a><div id="_StreamBuf.isatty-def"><a name="L342"></a><tt class="py-lineno">342</tt> <a class="py-toggle" href="#" id="_StreamBuf.isatty-toggle" onclick="return toggle('_StreamBuf.isatty');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#isatty">isatty</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.isatty-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.isatty-expanded"><a name="L343"></a><tt class="py-lineno">343</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">:</tt> </tt>
<a name="L344"></a><tt class="py-lineno">344</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">ValueError</tt><tt class="py-op">,</tt> <tt class="py-string">"I/O operation on closed _StreamBuf object"</tt> </tt>
<a name="L345"></a><tt class="py-lineno">345</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-number">0</tt> </tt>
</div><a name="L346"></a><tt class="py-lineno">346</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf._read"></a><div id="_StreamBuf._read-def"><a name="L347"></a><tt class="py-lineno">347</tt> <a class="py-toggle" href="#" id="_StreamBuf._read-toggle" onclick="return toggle('_StreamBuf._read');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#_read">_read</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">size</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf._read-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf._read-expanded"><a name="L348"></a><tt class="py-lineno">348</tt> <tt class="py-line"> <tt class="py-docstring">"""A buffered read --- refactored.</tt> </tt>
<a name="L349"></a><tt class="py-lineno">349</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L350"></a><tt class="py-lineno">350</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">:</tt> </tt>
<a name="L351"></a><tt class="py-lineno">351</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">ValueError</tt><tt class="py-op">,</tt> <tt class="py-string">"I/O operation on closed _StreamBuf object"</tt> </tt>
<a name="L352"></a><tt class="py-lineno">352</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L353"></a><tt class="py-lineno">353</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">9</tt><tt class="py-op">,</tt> <tt class="py-string">"Can't read from a write only object"</tt><tt class="py-op">)</tt> </tt>
<a name="L354"></a><tt class="py-lineno">354</tt> <tt class="py-line"> <tt id="link-49" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-49', 'tell', 'link-10');">tell</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-50" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-50', 'tell', 'link-10');">tell</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L355"></a><tt class="py-lineno">355</tt> <tt class="py-line"> <tt class="py-name">bufIO</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-51" class="py-name"><a title="gzipstream._StreamBuf.read" class="py-name" href="#" onclick="return doclink('link-51', 'read', 'link-16');">read</a></tt><tt class="py-op">(</tt><tt class="py-name">size</tt><tt class="py-op">)</tt> </tt>
<a name="L356"></a><tt class="py-lineno">356</tt> <tt class="py-line"> <tt class="py-name">lbufIO</tt> <tt class="py-op">=</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">bufIO</tt><tt class="py-op">)</tt> </tt>
<a name="L357"></a><tt class="py-lineno">357</tt> <tt class="py-line"> <tt class="py-name">bufFo</tt> <tt class="py-op">=</tt> <tt class="py-string">''</tt> </tt>
<a name="L358"></a><tt class="py-lineno">358</tt> <tt class="py-line"> <tt class="py-name">lbufFo</tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt>
<a name="L359"></a><tt class="py-lineno">359</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">lbufIO</tt> <tt class="py-op"><</tt> <tt class="py-name">size</tt><tt class="py-op">:</tt> </tt>
<a name="L360"></a><tt class="py-lineno">360</tt> <tt class="py-line"> <tt class="py-comment"># We read to end of buffer; read from file and tag onto buffer.</tt> </tt>
<a name="L361"></a><tt class="py-lineno">361</tt> <tt class="py-line"> <tt class="py-name">buf</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt><tt class="py-op">.</tt><tt id="link-52" class="py-name"><a title="gzipstream._StreamBuf.read" class="py-name" href="#" onclick="return doclink('link-52', 'read', 'link-16');">read</a></tt><tt class="py-op">(</tt><tt id="link-53" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-53', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-54" class="py-name"><a title="gzipstream._StreamBuf.__MIN_READ_SIZE" class="py-name" href="#" onclick="return doclink('link-54', '__MIN_READ_SIZE', 'link-35');">__MIN_READ_SIZE</a></tt><tt class="py-op">)</tt> </tt>
<a name="L362"></a><tt class="py-lineno">362</tt> <tt class="py-line"> <tt class="py-name">bufFo</tt> <tt class="py-op">=</tt> <tt class="py-name">buf</tt> </tt>
<a name="L363"></a><tt class="py-lineno">363</tt> <tt class="py-line"> <tt class="py-name">lbufFo</tt> <tt class="py-op">=</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">bufFo</tt><tt class="py-op">)</tt> </tt>
<a name="L364"></a><tt class="py-lineno">364</tt> <tt class="py-line"> <tt class="py-keyword">while</tt> <tt class="py-name">buf</tt> <tt class="py-keyword">and</tt> <tt class="py-name">lbufFo</tt> <tt class="py-op">+</tt> <tt class="py-name">lbufIO</tt> <tt class="py-op"><</tt> <tt class="py-name">size</tt><tt class="py-op">:</tt> </tt>
<a name="L365"></a><tt class="py-lineno">365</tt> <tt class="py-line"> <tt class="py-name">buf</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt><tt class="py-op">.</tt><tt id="link-55" class="py-name"><a title="gzipstream._StreamBuf.read" class="py-name" href="#" onclick="return doclink('link-55', 'read', 'link-16');">read</a></tt><tt class="py-op">(</tt><tt id="link-56" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-56', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-57" class="py-name"><a title="gzipstream._StreamBuf.__MIN_READ_SIZE" class="py-name" href="#" onclick="return doclink('link-57', '__MIN_READ_SIZE', 'link-35');">__MIN_READ_SIZE</a></tt><tt class="py-op">)</tt> </tt>
<a name="L366"></a><tt class="py-lineno">366</tt> <tt class="py-line"> <tt class="py-name">bufFo</tt> <tt class="py-op">=</tt> <tt class="py-string">'%s%s'</tt> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt class="py-name">bufFo</tt><tt class="py-op">,</tt> <tt class="py-name">buf</tt><tt class="py-op">)</tt> </tt>
<a name="L367"></a><tt class="py-lineno">367</tt> <tt class="py-line"> <tt class="py-name">lbufFo</tt> <tt class="py-op">=</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">bufFo</tt><tt class="py-op">)</tt> </tt>
<a name="L368"></a><tt class="py-lineno">368</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-58" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-58', 'write', 'link-45');">write</a></tt><tt class="py-op">(</tt><tt class="py-name">bufFo</tt><tt class="py-op">)</tt> </tt>
<a name="L369"></a><tt class="py-lineno">369</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">__mutexOnYN</tt> <tt class="py-op">=</tt> <tt class="py-number">1</tt> </tt>
<a name="L370"></a><tt class="py-lineno">370</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">+</tt> <tt class="py-name">lbufFo</tt> </tt>
<a name="L371"></a><tt class="py-lineno">371</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">__mutexOnYN</tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt>
<a name="L372"></a><tt class="py-lineno">372</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">lbufIO</tt> <tt class="py-op">+</tt> <tt class="py-name">lbufFo</tt> <tt class="py-op"><</tt> <tt class="py-name">size</tt><tt class="py-op">:</tt> <tt class="py-comment"># covers case that size > filelength.</tt> </tt>
<a name="L373"></a><tt class="py-lineno">373</tt> <tt class="py-line"> <tt class="py-name">size</tt> <tt class="py-op">=</tt> <tt class="py-name">lbufIO</tt> <tt class="py-op">+</tt> <tt class="py-name">lbufFo</tt> </tt>
<a name="L374"></a><tt class="py-lineno">374</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-59" class="py-name"><a title="gzipstream.GzipStream.seek
gzipstream._StreamBuf.seek" class="py-name" href="#" onclick="return doclink('link-59', 'seek', 'link-11');">seek</a></tt><tt class="py-op">(</tt><tt id="link-60" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-60', 'tell', 'link-10');">tell</a></tt> <tt class="py-op">+</tt> <tt class="py-name">size</tt><tt class="py-op">)</tt> </tt>
<a name="L375"></a><tt class="py-lineno">375</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt id="link-61" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-61', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-62" class="py-name"><a title="gzipstream.GzipStream.VERSION
gzipstream._StreamBuf.VERSION" class="py-name" href="#" onclick="return doclink('link-62', 'VERSION', 'link-4');">VERSION</a></tt> <tt class="py-op">==</tt> <tt class="py-number">1</tt><tt class="py-op">:</tt> </tt>
<a name="L376"></a><tt class="py-lineno">376</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-63" class="py-name" targets="Method gzipstream._StreamBuf.__checkInt()=gzipstream._StreamBuf-class.html#__checkInt"><a title="gzipstream._StreamBuf.__checkInt" class="py-name" href="#" onclick="return doclink('link-63', '__checkInt', 'link-63');">__checkInt</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt><tt class="py-op">)</tt> </tt>
<a name="L377"></a><tt class="py-lineno">377</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">+</tt> <tt class="py-name">size</tt> </tt>
<a name="L378"></a><tt class="py-lineno">378</tt> <tt class="py-line"> <tt class="py-name">bufFo</tt> <tt class="py-op">=</tt> <tt class="py-name">bufFo</tt><tt class="py-op">[</tt><tt class="py-op">:</tt><tt class="py-name">size</tt><tt class="py-op">-</tt><tt class="py-name">lbufIO</tt><tt class="py-op">]</tt> </tt>
<a name="L379"></a><tt class="py-lineno">379</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-64" class="py-name" targets="Method gzipstream._StreamBuf._refactorBufIO()=gzipstream._StreamBuf-class.html#_refactorBufIO"><a title="gzipstream._StreamBuf._refactorBufIO" class="py-name" href="#" onclick="return doclink('link-64', '_refactorBufIO', 'link-64');">_refactorBufIO</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L380"></a><tt class="py-lineno">380</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-string">'%s%s'</tt> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt class="py-name">bufIO</tt><tt class="py-op">,</tt> <tt class="py-name">bufFo</tt><tt class="py-op">)</tt> </tt>
</div><a name="L381"></a><tt class="py-lineno">381</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.read"></a><div id="_StreamBuf.read-def"><a name="L382"></a><tt class="py-lineno">382</tt> <a class="py-toggle" href="#" id="_StreamBuf.read-toggle" onclick="return toggle('_StreamBuf.read');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#read">read</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">size</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.read-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.read-expanded"><a name="L383"></a><tt class="py-lineno">383</tt> <tt class="py-line"> <tt class="py-docstring">"""A buffered read.</tt> </tt>
<a name="L384"></a><tt class="py-lineno">384</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L385"></a><tt class="py-lineno">385</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">size</tt> <tt class="py-keyword">and</tt> <tt class="py-name">size</tt> <tt class="py-op"><</tt> <tt class="py-number">0</tt><tt class="py-op">:</tt> </tt>
<a name="L386"></a><tt class="py-lineno">386</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">22</tt><tt class="py-op">,</tt> <tt class="py-string">"Invalid argument"</tt><tt class="py-op">)</tt> </tt>
<a name="L387"></a><tt class="py-lineno">387</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L388"></a><tt class="py-lineno">388</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">9</tt><tt class="py-op">,</tt> <tt class="py-string">"Can't read from a write only object"</tt><tt class="py-op">)</tt> </tt>
<a name="L389"></a><tt class="py-lineno">389</tt> <tt class="py-line"> <tt class="py-name">fetchSize</tt> <tt class="py-op">=</tt> <tt id="link-65" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-65', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-66" class="py-name"><a title="gzipstream._StreamBuf.__MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-66', '__MAX_BUFIO_SIZE', 'link-36');">__MAX_BUFIO_SIZE</a></tt> </tt>
<a name="L390"></a><tt class="py-lineno">390</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">size</tt><tt class="py-op">:</tt> </tt>
<a name="L391"></a><tt class="py-lineno">391</tt> <tt class="py-line"> <tt class="py-name">fetchSize</tt> <tt class="py-op">=</tt> <tt class="py-name">min</tt><tt class="py-op">(</tt><tt class="py-name">fetchSize</tt><tt class="py-op">,</tt> <tt class="py-name">size</tt><tt class="py-op">)</tt> </tt>
<a name="L392"></a><tt class="py-lineno">392</tt> <tt class="py-line"> <tt class="py-name">buf</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-67" class="py-name" targets="Method gzipstream.GzipStream._read()=gzipstream.GzipStream-class.html#_read,Method gzipstream._StreamBuf._read()=gzipstream._StreamBuf-class.html#_read"><a title="gzipstream.GzipStream._read
gzipstream._StreamBuf._read" class="py-name" href="#" onclick="return doclink('link-67', '_read', 'link-67');">_read</a></tt><tt class="py-op">(</tt><tt class="py-name">fetchSize</tt><tt class="py-op">)</tt> </tt>
<a name="L393"></a><tt class="py-lineno">393</tt> <tt class="py-line"> <tt class="py-name">bufOut</tt> <tt class="py-op">=</tt> <tt class="py-name">buf</tt> </tt>
<a name="L394"></a><tt class="py-lineno">394</tt> <tt class="py-line"> <tt class="py-name">accumSize</tt> <tt class="py-op">=</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">buf</tt><tt class="py-op">)</tt> </tt>
<a name="L395"></a><tt class="py-lineno">395</tt> <tt class="py-line"> <tt class="py-keyword">while</tt> <tt class="py-name">buf</tt><tt class="py-op">:</tt> </tt>
<a name="L396"></a><tt class="py-lineno">396</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">size</tt> <tt class="py-keyword">and</tt> <tt class="py-name">accumSize</tt> <tt class="py-op">>=</tt> <tt class="py-name">size</tt><tt class="py-op">:</tt> </tt>
<a name="L397"></a><tt class="py-lineno">397</tt> <tt class="py-line"> <tt class="py-keyword">break</tt> </tt>
<a name="L398"></a><tt class="py-lineno">398</tt> <tt class="py-line"> <tt class="py-name">buf</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-68" class="py-name"><a title="gzipstream.GzipStream._read
gzipstream._StreamBuf._read" class="py-name" href="#" onclick="return doclink('link-68', '_read', 'link-67');">_read</a></tt><tt class="py-op">(</tt><tt class="py-name">fetchSize</tt><tt class="py-op">)</tt> </tt>
<a name="L399"></a><tt class="py-lineno">399</tt> <tt class="py-line"> <tt class="py-name">bufOut</tt> <tt class="py-op">=</tt> <tt class="py-string">'%s%s'</tt> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt class="py-name">bufOut</tt><tt class="py-op">,</tt> <tt class="py-name">buf</tt><tt class="py-op">)</tt> </tt>
<a name="L400"></a><tt class="py-lineno">400</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt id="link-69" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-69', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-70" class="py-name"><a title="gzipstream.GzipStream.VERSION
gzipstream._StreamBuf.VERSION" class="py-name" href="#" onclick="return doclink('link-70', 'VERSION', 'link-4');">VERSION</a></tt> <tt class="py-op">==</tt> <tt class="py-number">1</tt><tt class="py-op">:</tt> </tt>
<a name="L401"></a><tt class="py-lineno">401</tt> <tt class="py-line"> <tt class="py-name">accumSize</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-71" class="py-name"><a title="gzipstream._StreamBuf.__checkInt" class="py-name" href="#" onclick="return doclink('link-71', '__checkInt', 'link-63');">__checkInt</a></tt><tt class="py-op">(</tt><tt class="py-name">accumSize</tt><tt class="py-op">)</tt> </tt>
<a name="L402"></a><tt class="py-lineno">402</tt> <tt class="py-line"> <tt class="py-name">accumSize</tt> <tt class="py-op">=</tt> <tt class="py-name">accumSize</tt> <tt class="py-op">+</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">buf</tt><tt class="py-op">)</tt> </tt>
<a name="L403"></a><tt class="py-lineno">403</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">bufOut</tt> </tt>
</div><a name="L404"></a><tt class="py-lineno">404</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.readline"></a><div id="_StreamBuf.readline-def"><a name="L405"></a><tt class="py-lineno">405</tt> <a class="py-toggle" href="#" id="_StreamBuf.readline-toggle" onclick="return toggle('_StreamBuf.readline');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#readline">readline</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.readline-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.readline-expanded"><a name="L406"></a><tt class="py-lineno">406</tt> <tt class="py-line"> <tt class="py-docstring">"""Return one line of text: a string ending in a '\n' or EOF.</tt> </tt>
<a name="L407"></a><tt class="py-lineno">407</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L408"></a><tt class="py-lineno">408</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">:</tt> </tt>
<a name="L409"></a><tt class="py-lineno">409</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">ValueError</tt><tt class="py-op">,</tt> <tt class="py-string">"I/O operation on closed _StreamBuf object"</tt> </tt>
<a name="L410"></a><tt class="py-lineno">410</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L411"></a><tt class="py-lineno">411</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">9</tt><tt class="py-op">,</tt> <tt class="py-string">"Can't read from a write only object"</tt><tt class="py-op">)</tt> </tt>
<a name="L412"></a><tt class="py-lineno">412</tt> <tt class="py-line"> <tt class="py-name">line</tt> <tt class="py-op">=</tt> <tt class="py-string">''</tt> </tt>
<a name="L413"></a><tt class="py-lineno">413</tt> <tt class="py-line"> <tt class="py-name">buf</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-72" class="py-name"><a title="gzipstream._StreamBuf.read" class="py-name" href="#" onclick="return doclink('link-72', 'read', 'link-16');">read</a></tt><tt class="py-op">(</tt><tt id="link-73" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-73', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-74" class="py-name"><a title="gzipstream._StreamBuf.__MIN_READ_SIZE" class="py-name" href="#" onclick="return doclink('link-74', '__MIN_READ_SIZE', 'link-35');">__MIN_READ_SIZE</a></tt><tt class="py-op">)</tt> </tt>
<a name="L414"></a><tt class="py-lineno">414</tt> <tt class="py-line"> <tt class="py-keyword">while</tt> <tt class="py-name">buf</tt><tt class="py-op">:</tt> </tt>
<a name="L415"></a><tt class="py-lineno">415</tt> <tt class="py-line"> <tt class="py-name">i</tt> <tt class="py-op">=</tt> <tt class="py-name">string</tt><tt class="py-op">.</tt><tt class="py-name">find</tt><tt class="py-op">(</tt><tt class="py-name">buf</tt><tt class="py-op">,</tt> <tt class="py-string">'\n'</tt><tt class="py-op">)</tt> </tt>
<a name="L416"></a><tt class="py-lineno">416</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">i</tt> <tt class="py-op">>=</tt> <tt class="py-number">0</tt><tt class="py-op">:</tt> </tt>
<a name="L417"></a><tt class="py-lineno">417</tt> <tt class="py-line"> <tt class="py-name">i</tt> <tt class="py-op">=</tt> <tt class="py-name">i</tt> <tt class="py-op">+</tt> <tt class="py-number">1</tt> </tt>
<a name="L418"></a><tt class="py-lineno">418</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-75" class="py-name"><a title="gzipstream.GzipStream.seek
gzipstream._StreamBuf.seek" class="py-name" href="#" onclick="return doclink('link-75', 'seek', 'link-11');">seek</a></tt><tt class="py-op">(</tt><tt class="py-op">-</tt><tt class="py-op">(</tt><tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">buf</tt><tt class="py-op">)</tt><tt class="py-op">-</tt><tt class="py-name">i</tt><tt class="py-op">)</tt><tt class="py-op">,</tt> <tt class="py-number">1</tt><tt class="py-op">)</tt> </tt>
<a name="L419"></a><tt class="py-lineno">419</tt> <tt class="py-line"> <tt class="py-name">buf</tt> <tt class="py-op">=</tt> <tt class="py-name">buf</tt><tt class="py-op">[</tt><tt class="py-op">:</tt><tt class="py-name">i</tt><tt class="py-op">]</tt> </tt>
<a name="L420"></a><tt class="py-lineno">420</tt> <tt class="py-line"> <tt class="py-name">line</tt> <tt class="py-op">=</tt> <tt class="py-string">'%s%s'</tt> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt class="py-name">line</tt><tt class="py-op">,</tt> <tt class="py-name">buf</tt><tt class="py-op">)</tt> </tt>
<a name="L421"></a><tt class="py-lineno">421</tt> <tt class="py-line"> <tt class="py-keyword">break</tt> </tt>
<a name="L422"></a><tt class="py-lineno">422</tt> <tt class="py-line"> <tt class="py-name">line</tt> <tt class="py-op">=</tt> <tt class="py-string">'%s%s'</tt> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt class="py-name">line</tt><tt class="py-op">,</tt> <tt class="py-name">buf</tt><tt class="py-op">)</tt> </tt>
<a name="L423"></a><tt class="py-lineno">423</tt> <tt class="py-line"> <tt class="py-name">buf</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-76" class="py-name"><a title="gzipstream._StreamBuf.read" class="py-name" href="#" onclick="return doclink('link-76', 'read', 'link-16');">read</a></tt><tt class="py-op">(</tt><tt id="link-77" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-77', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-78" class="py-name"><a title="gzipstream._StreamBuf.__MIN_READ_SIZE" class="py-name" href="#" onclick="return doclink('link-78', '__MIN_READ_SIZE', 'link-35');">__MIN_READ_SIZE</a></tt><tt class="py-op">)</tt> </tt>
<a name="L424"></a><tt class="py-lineno">424</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">line</tt> </tt>
</div><a name="L425"></a><tt class="py-lineno">425</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.readlines"></a><div id="_StreamBuf.readlines-def"><a name="L426"></a><tt class="py-lineno">426</tt> <a class="py-toggle" href="#" id="_StreamBuf.readlines-toggle" onclick="return toggle('_StreamBuf.readlines');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#readlines">readlines</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.readlines-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.readlines-expanded"><a name="L427"></a><tt class="py-lineno">427</tt> <tt class="py-line"> <tt class="py-docstring">"""Read entire file into memory! And return a list of lines of text.</tt> </tt>
<a name="L428"></a><tt class="py-lineno">428</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L429"></a><tt class="py-lineno">429</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">:</tt> </tt>
<a name="L430"></a><tt class="py-lineno">430</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">ValueError</tt><tt class="py-op">,</tt> <tt class="py-string">"I/O operation on closed _StreamBuf object"</tt> </tt>
<a name="L431"></a><tt class="py-lineno">431</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L432"></a><tt class="py-lineno">432</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">9</tt><tt class="py-op">,</tt> <tt class="py-string">"Can't read from a write only object"</tt><tt class="py-op">)</tt> </tt>
<a name="L433"></a><tt class="py-lineno">433</tt> <tt class="py-line"> <tt class="py-name">lines</tt> <tt class="py-op">=</tt> <tt class="py-op">[</tt><tt class="py-op">]</tt> </tt>
<a name="L434"></a><tt class="py-lineno">434</tt> <tt class="py-line"> <tt class="py-name">line</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-79" class="py-name" targets="Method gzipstream._StreamBuf.readline()=gzipstream._StreamBuf-class.html#readline"><a title="gzipstream._StreamBuf.readline" class="py-name" href="#" onclick="return doclink('link-79', 'readline', 'link-79');">readline</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L435"></a><tt class="py-lineno">435</tt> <tt class="py-line"> <tt class="py-keyword">while</tt> <tt class="py-name">line</tt><tt class="py-op">:</tt> </tt>
<a name="L436"></a><tt class="py-lineno">436</tt> <tt class="py-line"> <tt class="py-name">lines</tt><tt class="py-op">.</tt><tt class="py-name">append</tt><tt class="py-op">(</tt><tt class="py-name">line</tt><tt class="py-op">)</tt> </tt>
<a name="L437"></a><tt class="py-lineno">437</tt> <tt class="py-line"> <tt class="py-name">line</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-80" class="py-name"><a title="gzipstream._StreamBuf.readline" class="py-name" href="#" onclick="return doclink('link-80', 'readline', 'link-79');">readline</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L438"></a><tt class="py-lineno">438</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">lines</tt> </tt>
</div><a name="L439"></a><tt class="py-lineno">439</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf._refactorBufIO"></a><div id="_StreamBuf._refactorBufIO-def"><a name="L440"></a><tt class="py-lineno">440</tt> <a class="py-toggle" href="#" id="_StreamBuf._refactorBufIO-toggle" onclick="return toggle('_StreamBuf._refactorBufIO');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#_refactorBufIO">_refactorBufIO</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">writeFlushYN</tt><tt class="py-op">=</tt><tt class="py-number">0</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf._refactorBufIO-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf._refactorBufIO-expanded"><a name="L441"></a><tt class="py-lineno">441</tt> <tt class="py-line"> <tt class="py-docstring">"""Keep the buffer window within __{MAX,ABS_MAX}_BUF_SIZE before</tt> </tt>
<a name="L442"></a><tt class="py-lineno">442</tt> <tt class="py-line"><tt class="py-docstring"> the current self._bufIO.tell() position.</tt> </tt>
<a name="L443"></a><tt class="py-lineno">443</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L444"></a><tt class="py-lineno">444</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">__mutexOnYN</tt> <tt class="py-op">=</tt> <tt class="py-number">1</tt> </tt>
<a name="L445"></a><tt class="py-lineno">445</tt> <tt class="py-line"> <tt id="link-81" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-81', 'tell', 'link-10');">tell</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-82" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-82', 'tell', 'link-10');">tell</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L446"></a><tt class="py-lineno">446</tt> <tt class="py-line"> <tt class="py-name">tossed</tt> <tt class="py-op">=</tt> <tt class="py-string">''</tt> </tt>
<a name="L447"></a><tt class="py-lineno">447</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">writeFlushYN</tt><tt class="py-op">:</tt> </tt>
<a name="L448"></a><tt class="py-lineno">448</tt> <tt class="py-line"> <tt class="py-name">tossed</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt class="py-name">getvalue</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">[</tt><tt class="py-op">:</tt><tt id="link-83" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-83', 'tell', 'link-10');">tell</a></tt><tt class="py-op">]</tt> </tt>
<a name="L449"></a><tt class="py-lineno">449</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">-</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">tossed</tt><tt class="py-op">)</tt> </tt>
<a name="L450"></a><tt class="py-lineno">450</tt> <tt class="py-line"> <tt id="link-84" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-84', 'tell', 'link-10');">tell</a></tt> <tt class="py-op">=</tt> <tt id="link-85" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-85', 'tell', 'link-10');">tell</a></tt> <tt class="py-op">-</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">tossed</tt><tt class="py-op">)</tt> </tt>
<a name="L451"></a><tt class="py-lineno">451</tt> <tt class="py-line"> <tt class="py-name">s</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt class="py-name">getvalue</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">[</tt><tt id="link-86" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-86', 'tell', 'link-10');">tell</a></tt><tt class="py-op">:</tt><tt class="py-op">]</tt> </tt>
<a name="L452"></a><tt class="py-lineno">452</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt> <tt class="py-op">=</tt> <tt class="py-name">StringIO</tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L453"></a><tt class="py-lineno">453</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-87" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-87', 'write', 'link-45');">write</a></tt><tt class="py-op">(</tt><tt class="py-name">s</tt><tt class="py-op">)</tt> </tt>
<a name="L454"></a><tt class="py-lineno">454</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-88" class="py-name"><a title="gzipstream.GzipStream.seek
gzipstream._StreamBuf.seek" class="py-name" href="#" onclick="return doclink('link-88', 'seek', 'link-11');">seek</a></tt><tt class="py-op">(</tt><tt id="link-89" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-89', 'tell', 'link-10');">tell</a></tt><tt class="py-op">)</tt> </tt>
<a name="L455"></a><tt class="py-lineno">455</tt> <tt class="py-line"> <tt class="py-keyword">elif</tt> <tt id="link-90" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-90', 'tell', 'link-10');">tell</a></tt> <tt class="py-op">>=</tt> <tt id="link-91" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-91', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-92" class="py-name"><a title="gzipstream._StreamBuf.__ABS_MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-92', '__ABS_MAX_BUFIO_SIZE', 'link-38');">__ABS_MAX_BUFIO_SIZE</a></tt><tt class="py-op">:</tt> </tt>
<a name="L456"></a><tt class="py-lineno">456</tt> <tt class="py-line"> <tt class="py-name">tossed</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt class="py-name">getvalue</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">[</tt><tt class="py-op">:</tt><tt id="link-93" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-93', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-94" class="py-name"><a title="gzipstream._StreamBuf.__MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-94', '__MAX_BUFIO_SIZE', 'link-36');">__MAX_BUFIO_SIZE</a></tt><tt class="py-op">]</tt> </tt>
<a name="L457"></a><tt class="py-lineno">457</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">-</tt> <tt id="link-95" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-95', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-96" class="py-name"><a title="gzipstream._StreamBuf.__MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-96', '__MAX_BUFIO_SIZE', 'link-36');">__MAX_BUFIO_SIZE</a></tt> </tt>
<a name="L458"></a><tt class="py-lineno">458</tt> <tt class="py-line"> <tt id="link-97" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-97', 'tell', 'link-10');">tell</a></tt> <tt class="py-op">=</tt> <tt id="link-98" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-98', 'tell', 'link-10');">tell</a></tt> <tt class="py-op">-</tt> <tt id="link-99" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-99', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-100" class="py-name"><a title="gzipstream._StreamBuf.__MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-100', '__MAX_BUFIO_SIZE', 'link-36');">__MAX_BUFIO_SIZE</a></tt> </tt>
<a name="L459"></a><tt class="py-lineno">459</tt> <tt class="py-line"> <tt class="py-name">s</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt class="py-name">getvalue</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">[</tt><tt id="link-101" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-101', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-102" class="py-name"><a title="gzipstream._StreamBuf.__MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-102', '__MAX_BUFIO_SIZE', 'link-36');">__MAX_BUFIO_SIZE</a></tt><tt class="py-op">:</tt><tt class="py-op">]</tt> </tt>
<a name="L460"></a><tt class="py-lineno">460</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt> <tt class="py-op">=</tt> <tt class="py-name">StringIO</tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L461"></a><tt class="py-lineno">461</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-103" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-103', 'write', 'link-45');">write</a></tt><tt class="py-op">(</tt><tt class="py-name">s</tt><tt class="py-op">)</tt> </tt>
<a name="L462"></a><tt class="py-lineno">462</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-104" class="py-name"><a title="gzipstream.GzipStream.seek
gzipstream._StreamBuf.seek" class="py-name" href="#" onclick="return doclink('link-104', 'seek', 'link-11');">seek</a></tt><tt class="py-op">(</tt><tt id="link-105" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-105', 'tell', 'link-10');">tell</a></tt><tt class="py-op">)</tt> </tt>
<a name="L463"></a><tt class="py-lineno">463</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">__mutexOnYN</tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt>
<a name="L464"></a><tt class="py-lineno">464</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">tossed</tt> </tt>
</div><a name="L465"></a><tt class="py-lineno">465</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf._dumpValues"></a><div id="_StreamBuf._dumpValues-def"><a name="L466"></a><tt class="py-lineno">466</tt> <a class="py-toggle" href="#" id="_StreamBuf._dumpValues-toggle" onclick="return toggle('_StreamBuf._dumpValues');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#_dumpValues">_dumpValues</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf._dumpValues-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf._dumpValues-expanded"><a name="L467"></a><tt class="py-lineno">467</tt> <tt class="py-line"> <tt class="py-docstring">"""Debug code.</tt> </tt>
<a name="L468"></a><tt class="py-lineno">468</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L469"></a><tt class="py-lineno">469</tt> <tt class="py-line"> <tt class="py-name">err</tt> <tt class="py-op">=</tt> <tt class="py-name">sys</tt><tt class="py-op">.</tt><tt class="py-name">stderr</tt><tt class="py-op">.</tt><tt id="link-106" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-106', 'write', 'link-45');">write</a></tt> </tt>
<a name="L470"></a><tt class="py-lineno">470</tt> <tt class="py-line"> <tt class="py-name">err</tt><tt class="py-op">(</tt><tt class="py-string">'self._lenBufIO: %s/%s\n'</tt> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt><tt class="py-op">,</tt> </tt>
<a name="L471"></a><tt class="py-lineno">471</tt> <tt class="py-line"> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt class="py-name">getvalue</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">)</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L472"></a><tt class="py-lineno">472</tt> <tt class="py-line"> <tt class="py-name">err</tt><tt class="py-op">(</tt><tt class="py-string">'self._currFoPos: %s\n'</tt> <tt class="py-op">%</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt><tt class="py-op">)</tt> </tt>
<a name="L473"></a><tt class="py-lineno">473</tt> <tt class="py-line"> <tt class="py-name">err</tt><tt class="py-op">(</tt><tt class="py-string">'self._readableYN: %s\n'</tt> <tt class="py-op">%</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt><tt class="py-op">)</tt> </tt>
<a name="L474"></a><tt class="py-lineno">474</tt> <tt class="py-line"> <tt class="py-name">err</tt><tt class="py-op">(</tt><tt class="py-string">'self._writableYN: %s\n'</tt> <tt class="py-op">%</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_writableYN</tt><tt class="py-op">)</tt> </tt>
<a name="L475"></a><tt class="py-lineno">475</tt> <tt class="py-line"> <tt class="py-name">err</tt><tt class="py-op">(</tt><tt class="py-string">'self._closedYN: %s\n'</tt> <tt class="py-op">%</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">)</tt> </tt>
</div><a name="L476"></a><tt class="py-lineno">476</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.write"></a><div id="_StreamBuf.write-def"><a name="L477"></a><tt class="py-lineno">477</tt> <a class="py-toggle" href="#" id="_StreamBuf.write-toggle" onclick="return toggle('_StreamBuf.write');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#write">write</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">s</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.write-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.write-expanded"><a name="L478"></a><tt class="py-lineno">478</tt> <tt class="py-line"> <tt class="py-docstring">"""Write string to stream.</tt> </tt>
<a name="L479"></a><tt class="py-lineno">479</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L480"></a><tt class="py-lineno">480</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">:</tt> </tt>
<a name="L481"></a><tt class="py-lineno">481</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">ValueError</tt><tt class="py-op">,</tt> <tt class="py-string">"I/O operation on closed _StreamBuf object"</tt> </tt>
<a name="L482"></a><tt class="py-lineno">482</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_writableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L483"></a><tt class="py-lineno">483</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">9</tt><tt class="py-op">,</tt> <tt class="py-string">"Can't write to a read only object"</tt><tt class="py-op">)</tt> </tt>
<a name="L484"></a><tt class="py-lineno">484</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-107" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-107', 'write', 'link-45');">write</a></tt><tt class="py-op">(</tt><tt class="py-name">s</tt><tt class="py-op">)</tt> </tt>
<a name="L485"></a><tt class="py-lineno">485</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt id="link-108" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-108', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-109" class="py-name"><a title="gzipstream.GzipStream.VERSION
gzipstream._StreamBuf.VERSION" class="py-name" href="#" onclick="return doclink('link-109', 'VERSION', 'link-4');">VERSION</a></tt> <tt class="py-op">==</tt> <tt class="py-number">1</tt><tt class="py-op">:</tt> </tt>
<a name="L486"></a><tt class="py-lineno">486</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-110" class="py-name"><a title="gzipstream._StreamBuf.__checkInt" class="py-name" href="#" onclick="return doclink('link-110', '__checkInt', 'link-63');">__checkInt</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt><tt class="py-op">)</tt> </tt>
<a name="L487"></a><tt class="py-lineno">487</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">+</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">s</tt><tt class="py-op">)</tt> </tt>
<a name="L488"></a><tt class="py-lineno">488</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">__mutexOnYN</tt> <tt class="py-op">=</tt> <tt class="py-number">1</tt> </tt>
<a name="L489"></a><tt class="py-lineno">489</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">+</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">s</tt><tt class="py-op">)</tt> </tt>
<a name="L490"></a><tt class="py-lineno">490</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">__mutexOnYN</tt> <tt class="py-op">=</tt> <tt class="py-number">0</tt> </tt>
<a name="L491"></a><tt class="py-lineno">491</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt><tt class="py-op">.</tt><tt id="link-111" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-111', 'write', 'link-45');">write</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-112" class="py-name"><a title="gzipstream._StreamBuf._refactorBufIO" class="py-name" href="#" onclick="return doclink('link-112', '_refactorBufIO', 'link-64');">_refactorBufIO</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
</div><a name="L492"></a><tt class="py-lineno">492</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.writelines"></a><div id="_StreamBuf.writelines-def"><a name="L493"></a><tt class="py-lineno">493</tt> <a class="py-toggle" href="#" id="_StreamBuf.writelines-toggle" onclick="return toggle('_StreamBuf.writelines');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#writelines">writelines</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">l</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.writelines-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.writelines-expanded"><a name="L494"></a><tt class="py-lineno">494</tt> <tt class="py-line"> <tt class="py-docstring">"""Given list, concatenate and write.</tt> </tt>
<a name="L495"></a><tt class="py-lineno">495</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L496"></a><tt class="py-lineno">496</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">:</tt> </tt>
<a name="L497"></a><tt class="py-lineno">497</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">ValueError</tt><tt class="py-op">,</tt> <tt class="py-string">"I/O operation on closed _StreamBuf object"</tt> </tt>
<a name="L498"></a><tt class="py-lineno">498</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_writableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L499"></a><tt class="py-lineno">499</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">9</tt><tt class="py-op">,</tt> <tt class="py-string">"Can't write to a read only object"</tt><tt class="py-op">)</tt> </tt>
<a name="L500"></a><tt class="py-lineno">500</tt> <tt class="py-line"> <tt class="py-keyword">for</tt> <tt class="py-name">s</tt> <tt class="py-keyword">in</tt> <tt class="py-name">l</tt><tt class="py-op">:</tt> </tt>
<a name="L501"></a><tt class="py-lineno">501</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-113" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-113', 'write', 'link-45');">write</a></tt><tt class="py-op">(</tt><tt class="py-name">s</tt><tt class="py-op">)</tt> </tt>
</div><a name="L502"></a><tt class="py-lineno">502</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.seek"></a><div id="_StreamBuf.seek-def"><a name="L503"></a><tt class="py-lineno">503</tt> <a class="py-toggle" href="#" id="_StreamBuf.seek-toggle" onclick="return toggle('_StreamBuf.seek');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#seek">seek</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">offset</tt><tt class="py-op">,</tt> <tt class="py-param">where</tt><tt class="py-op">=</tt><tt class="py-number">0</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.seek-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.seek-expanded"><a name="L504"></a><tt class="py-lineno">504</tt> <tt class="py-line"> <tt class="py-docstring">"""A limited seek method. See class __doc__ for more details.</tt> </tt>
<a name="L505"></a><tt class="py-lineno">505</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L506"></a><tt class="py-lineno">506</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">:</tt> </tt>
<a name="L507"></a><tt class="py-lineno">507</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">ValueError</tt><tt class="py-op">,</tt> <tt class="py-string">"I/O operation on closed _StreamBuf object"</tt> </tt>
<a name="L508"></a><tt class="py-lineno">508</tt> <tt class="py-line"> </tt>
<a name="L509"></a><tt class="py-lineno">509</tt> <tt class="py-line"> <tt id="link-114" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-114', 'tell', 'link-10');">tell</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-115" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-115', 'tell', 'link-10');">tell</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L510"></a><tt class="py-lineno">510</tt> <tt class="py-line"> <tt class="py-name">beginBuf</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">-</tt> <tt id="link-116" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-116', 'tell', 'link-10');">tell</a></tt> </tt>
<a name="L511"></a><tt class="py-lineno">511</tt> <tt class="py-line"> <tt class="py-name">endBuf</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">+</tt> <tt class="py-name">beginBuf</tt> <tt class="py-op">-</tt> <tt class="py-number">1</tt> </tt>
<a name="L512"></a><tt class="py-lineno">512</tt> <tt class="py-line"> </tt>
<a name="L513"></a><tt class="py-lineno">513</tt> <tt class="py-line"> <tt class="py-comment"># Offset from beginning?</tt> </tt>
<a name="L514"></a><tt class="py-lineno">514</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">where</tt><tt class="py-op">:</tt> </tt>
<a name="L515"></a><tt class="py-lineno">515</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
<a name="L516"></a><tt class="py-lineno">516</tt> <tt class="py-line"> <tt class="py-comment"># Offset from current position?</tt> </tt>
<a name="L517"></a><tt class="py-lineno">517</tt> <tt class="py-line"> <tt class="py-keyword">elif</tt> <tt class="py-name">where</tt> <tt class="py-op">==</tt> <tt class="py-number">1</tt><tt class="py-op">:</tt> </tt>
<a name="L518"></a><tt class="py-lineno">518</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt id="link-117" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-117', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-118" class="py-name"><a title="gzipstream.GzipStream.VERSION
gzipstream._StreamBuf.VERSION" class="py-name" href="#" onclick="return doclink('link-118', 'VERSION', 'link-4');">VERSION</a></tt> <tt class="py-op">==</tt> <tt class="py-number">1</tt><tt class="py-op">:</tt> </tt>
<a name="L519"></a><tt class="py-lineno">519</tt> <tt class="py-line"> <tt class="py-name">offset</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-119" class="py-name"><a title="gzipstream._StreamBuf.__checkInt" class="py-name" href="#" onclick="return doclink('link-119', '__checkInt', 'link-63');">__checkInt</a></tt><tt class="py-op">(</tt><tt class="py-name">offset</tt><tt class="py-op">)</tt> </tt>
<a name="L520"></a><tt class="py-lineno">520</tt> <tt class="py-line"> <tt class="py-name">offset</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">+</tt> <tt class="py-name">offset</tt> </tt>
<a name="L521"></a><tt class="py-lineno">521</tt> <tt class="py-line"> <tt class="py-comment"># Offset from end?</tt> </tt>
<a name="L522"></a><tt class="py-lineno">522</tt> <tt class="py-line"> <tt class="py-keyword">elif</tt> <tt class="py-name">where</tt> <tt class="py-op">==</tt> <tt class="py-number">2</tt><tt class="py-op">:</tt> </tt>
<a name="L523"></a><tt class="py-lineno">523</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L524"></a><tt class="py-lineno">524</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">offset</tt> <tt class="py-op"><</tt> <tt class="py-number">0</tt> <tt class="py-keyword">and</tt> <tt class="py-name">offset</tt> <tt class="py-op"><</tt> <tt id="link-120" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-120', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-121" class="py-name"><a title="gzipstream._StreamBuf.__ABS_MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-121', '__ABS_MAX_BUFIO_SIZE', 'link-38');">__ABS_MAX_BUFIO_SIZE</a></tt><tt class="py-op">:</tt> </tt>
<a name="L525"></a><tt class="py-lineno">525</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">22</tt><tt class="py-op">,</tt> <tt class="py-string">"Invalid argument; can't determine %s "</tt> </tt>
<a name="L526"></a><tt class="py-lineno">526</tt> <tt class="py-line"> <tt class="py-string">"position due to unknown stream length"</tt> <tt class="py-op">%</tt> <tt class="py-name">offset</tt><tt class="py-op">)</tt> </tt>
<a name="L527"></a><tt class="py-lineno">527</tt> <tt class="py-line"> <tt class="py-comment"># Could be ugly if, for example, a socket stream "never ends" ;)</tt> </tt>
<a name="L528"></a><tt class="py-lineno">528</tt> <tt class="py-line"> <tt class="py-keyword">while</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-122" class="py-name"><a title="gzipstream._StreamBuf.read" class="py-name" href="#" onclick="return doclink('link-122', 'read', 'link-16');">read</a></tt><tt class="py-op">(</tt><tt id="link-123" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-123', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-124" class="py-name"><a title="gzipstream._StreamBuf.__MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-124', '__MAX_BUFIO_SIZE', 'link-36');">__MAX_BUFIO_SIZE</a></tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L529"></a><tt class="py-lineno">529</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
<a name="L530"></a><tt class="py-lineno">530</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">+</tt> <tt class="py-name">offset</tt> </tt>
<a name="L531"></a><tt class="py-lineno">531</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-125" class="py-name"><a title="gzipstream.GzipStream.seek
gzipstream._StreamBuf.seek" class="py-name" href="#" onclick="return doclink('link-125', 'seek', 'link-11');">seek</a></tt><tt class="py-op">(</tt><tt class="py-name">offset</tt><tt class="py-op">,</tt> <tt class="py-number">2</tt><tt class="py-op">)</tt> </tt>
<a name="L532"></a><tt class="py-lineno">532</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> </tt>
<a name="L533"></a><tt class="py-lineno">533</tt> <tt class="py-line"> <tt class="py-keyword">elif</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_writableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L534"></a><tt class="py-lineno">534</tt> <tt class="py-line"> <tt class="py-name">offset</tt> <tt class="py-op">=</tt> <tt class="py-name">endBuf</tt> <tt class="py-op">+</tt> <tt class="py-name">offset</tt> </tt>
<a name="L535"></a><tt class="py-lineno">535</tt> <tt class="py-line"> <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L536"></a><tt class="py-lineno">536</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">22</tt><tt class="py-op">,</tt> <tt class="py-string">"Invalid argument"</tt><tt class="py-op">)</tt> </tt>
<a name="L537"></a><tt class="py-lineno">537</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_writableYN</tt> <tt class="py-keyword">and</tt> <tt class="py-name">offset</tt> <tt class="py-op">></tt> <tt class="py-name">endBuf</tt><tt class="py-op">:</tt> </tt>
<a name="L538"></a><tt class="py-lineno">538</tt> <tt class="py-line"> <tt class="py-name">offset</tt> <tt class="py-op">=</tt> <tt class="py-name">endBuf</tt> </tt>
<a name="L539"></a><tt class="py-lineno">539</tt> <tt class="py-line"> <tt class="py-comment">#</tt> </tt>
<a name="L540"></a><tt class="py-lineno">540</tt> <tt class="py-line"> <tt class="py-comment"># Offset reflects "from beginning of file" now.</tt> </tt>
<a name="L541"></a><tt class="py-lineno">541</tt> <tt class="py-line"> <tt class="py-comment">#</tt> </tt>
<a name="L542"></a><tt class="py-lineno">542</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">offset</tt> <tt class="py-op"><</tt> <tt class="py-number">0</tt><tt class="py-op">:</tt> </tt>
<a name="L543"></a><tt class="py-lineno">543</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">22</tt><tt class="py-op">,</tt> <tt class="py-string">"Invalid argument"</tt><tt class="py-op">)</tt> </tt>
<a name="L544"></a><tt class="py-lineno">544</tt> <tt class="py-line"> <tt class="py-name">delta</tt> <tt class="py-op">=</tt> <tt class="py-name">offset</tt> <tt class="py-op">-</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> </tt>
<a name="L545"></a><tt class="py-lineno">545</tt> <tt class="py-line"> <tt class="py-comment"># Before beginning of buffer -- can't do it sensibly -- data gone.</tt> </tt>
<a name="L546"></a><tt class="py-lineno">546</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">offset</tt> <tt class="py-op"><</tt> <tt class="py-name">beginBuf</tt><tt class="py-op">:</tt> </tt>
<a name="L547"></a><tt class="py-lineno">547</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">IOError</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-number">22</tt><tt class="py-op">,</tt> <tt class="py-string">"Invalid argument; attempted seek before "</tt> </tt>
<a name="L548"></a><tt class="py-lineno">548</tt> <tt class="py-line"> <tt class="py-string">"beginning of buffer"</tt><tt class="py-op">)</tt> </tt>
<a name="L549"></a><tt class="py-lineno">549</tt> <tt class="py-line"> <tt class="py-comment"># After end of buffer.</tt> </tt>
<a name="L550"></a><tt class="py-lineno">550</tt> <tt class="py-line"> <tt class="py-keyword">elif</tt> <tt class="py-name">offset</tt> <tt class="py-op">></tt> <tt class="py-name">endBuf</tt><tt class="py-op">:</tt> </tt>
<a name="L551"></a><tt class="py-lineno">551</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L552"></a><tt class="py-lineno">552</tt> <tt class="py-line"> <tt class="py-keyword">while</tt> <tt class="py-name">delta</tt><tt class="py-op">:</tt> </tt>
<a name="L553"></a><tt class="py-lineno">553</tt> <tt class="py-line"> <tt class="py-name">x</tt> <tt class="py-op">=</tt> <tt class="py-name">min</tt><tt class="py-op">(</tt><tt id="link-126" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-126', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-127" class="py-name"><a title="gzipstream._StreamBuf.__MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-127', '__MAX_BUFIO_SIZE', 'link-36');">__MAX_BUFIO_SIZE</a></tt><tt class="py-op">,</tt> <tt class="py-name">delta</tt><tt class="py-op">)</tt> </tt>
<a name="L554"></a><tt class="py-lineno">554</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-128" class="py-name"><a title="gzipstream._StreamBuf.read" class="py-name" href="#" onclick="return doclink('link-128', 'read', 'link-16');">read</a></tt><tt class="py-op">(</tt><tt class="py-name">x</tt><tt class="py-op">)</tt> </tt>
<a name="L555"></a><tt class="py-lineno">555</tt> <tt class="py-line"> <tt class="py-name">delta</tt> <tt class="py-op">=</tt> <tt class="py-name">delta</tt> <tt class="py-op">-</tt> <tt class="py-name">x</tt> </tt>
<a name="L556"></a><tt class="py-lineno">556</tt> <tt class="py-line"> <tt class="py-comment"># Within the buffer.</tt> </tt>
<a name="L557"></a><tt class="py-lineno">557</tt> <tt class="py-line"> <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L558"></a><tt class="py-lineno">558</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-129" class="py-name"><a title="gzipstream.GzipStream.seek
gzipstream._StreamBuf.seek" class="py-name" href="#" onclick="return doclink('link-129', 'seek', 'link-11');">seek</a></tt><tt class="py-op">(</tt><tt id="link-130" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-130', 'tell', 'link-10');">tell</a></tt> <tt class="py-op">+</tt> <tt class="py-name">delta</tt><tt class="py-op">,</tt> <tt class="py-number">0</tt><tt class="py-op">)</tt> </tt>
<a name="L559"></a><tt class="py-lineno">559</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt id="link-131" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-131', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-132" class="py-name"><a title="gzipstream.GzipStream.VERSION
gzipstream._StreamBuf.VERSION" class="py-name" href="#" onclick="return doclink('link-132', 'VERSION', 'link-4');">VERSION</a></tt> <tt class="py-op">==</tt> <tt class="py-number">1</tt><tt class="py-op">:</tt> </tt>
<a name="L560"></a><tt class="py-lineno">560</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-133" class="py-name"><a title="gzipstream._StreamBuf.__checkInt" class="py-name" href="#" onclick="return doclink('link-133', '__checkInt', 'link-63');">__checkInt</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt><tt class="py-op">)</tt> </tt>
<a name="L561"></a><tt class="py-lineno">561</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> <tt class="py-op">+</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt id="link-134" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-134', 'tell', 'link-10');">tell</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> <tt class="py-op">-</tt> <tt id="link-135" class="py-name"><a title="gzipstream._StreamBuf.tell" class="py-name" href="#" onclick="return doclink('link-135', 'tell', 'link-10');">tell</a></tt> </tt>
</div><a name="L562"></a><tt class="py-lineno">562</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.tell"></a><div id="_StreamBuf.tell-def"><a name="L563"></a><tt class="py-lineno">563</tt> <a class="py-toggle" href="#" id="_StreamBuf.tell-toggle" onclick="return toggle('_StreamBuf.tell');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#tell">tell</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.tell-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.tell-expanded"><a name="L564"></a><tt class="py-lineno">564</tt> <tt class="py-line"> <tt class="py-docstring">"""Return current position in the file-like object.</tt> </tt>
<a name="L565"></a><tt class="py-lineno">565</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L566"></a><tt class="py-lineno">566</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_currFoPos</tt> </tt>
</div><a name="L567"></a><tt class="py-lineno">567</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.close"></a><div id="_StreamBuf.close-def"><a name="L568"></a><tt class="py-lineno">568</tt> <a class="py-toggle" href="#" id="_StreamBuf.close-toggle" onclick="return toggle('_StreamBuf.close');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#close">close</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.close-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.close-expanded"><a name="L569"></a><tt class="py-lineno">569</tt> <tt class="py-line"> <tt class="py-docstring">"""Flush the buffer.</tt> </tt>
<a name="L570"></a><tt class="py-lineno">570</tt> <tt class="py-line"><tt class="py-docstring"> NOTE: fileobject is NOT closed, just flushed. Mapping as closely as</tt> </tt>
<a name="L571"></a><tt class="py-lineno">571</tt> <tt class="py-line"><tt class="py-docstring"> possible to GzipFile.</tt> </tt>
<a name="L572"></a><tt class="py-lineno">572</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L573"></a><tt class="py-lineno">573</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-136" class="py-name"><a title="gzipstream._StreamBuf.flush" class="py-name" href="#" onclick="return doclink('link-136', 'flush', 'link-17');">flush</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L574"></a><tt class="py-lineno">574</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt> <tt class="py-op">=</tt> <tt class="py-number">1</tt> </tt>
</div><a name="L575"></a><tt class="py-lineno">575</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.flush"></a><div id="_StreamBuf.flush-def"><a name="L576"></a><tt class="py-lineno">576</tt> <a class="py-toggle" href="#" id="_StreamBuf.flush-toggle" onclick="return toggle('_StreamBuf.flush');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#flush">flush</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.flush-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.flush-expanded"><a name="L577"></a><tt class="py-lineno">577</tt> <tt class="py-line"> <tt class="py-docstring">"""Flush the buffer.</tt> </tt>
<a name="L578"></a><tt class="py-lineno">578</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L579"></a><tt class="py-lineno">579</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">:</tt> </tt>
<a name="L580"></a><tt class="py-lineno">580</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt class="py-name">ValueError</tt><tt class="py-op">,</tt> <tt class="py-string">"I/O operation on closed _StreamBuf object"</tt> </tt>
<a name="L581"></a><tt class="py-lineno">581</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_readableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L582"></a><tt class="py-lineno">582</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
<a name="L583"></a><tt class="py-lineno">583</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_writableYN</tt><tt class="py-op">:</tt> </tt>
<a name="L584"></a><tt class="py-lineno">584</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt><tt class="py-op">.</tt><tt id="link-137" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-137', 'write', 'link-45');">write</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-138" class="py-name"><a title="gzipstream._StreamBuf._refactorBufIO" class="py-name" href="#" onclick="return doclink('link-138', '_refactorBufIO', 'link-64');">_refactorBufIO</a></tt><tt class="py-op">(</tt><tt class="py-number">1</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L585"></a><tt class="py-lineno">585</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt id="link-139" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-139', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-140" class="py-name"><a title="gzipstream.GzipStream.VERSION
gzipstream._StreamBuf.VERSION" class="py-name" href="#" onclick="return doclink('link-140', 'VERSION', 'link-4');">VERSION</a></tt> <tt class="py-op">==</tt> <tt class="py-number">1</tt><tt class="py-op">:</tt> </tt>
<a name="L586"></a><tt class="py-lineno">586</tt> <tt class="py-line"> <tt class="py-comment"># may seem a bit redundant, but want to easily cut this</tt> </tt>
<a name="L587"></a><tt class="py-lineno">587</tt> <tt class="py-line"> <tt class="py-comment"># stuff out someday.</tt> </tt>
<a name="L588"></a><tt class="py-lineno">588</tt> <tt class="py-line"> <tt class="py-keyword">try</tt><tt class="py-op">:</tt> </tt>
<a name="L589"></a><tt class="py-lineno">589</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt><tt class="py-op">.</tt><tt id="link-141" class="py-name"><a title="gzipstream._StreamBuf.flush" class="py-name" href="#" onclick="return doclink('link-141', 'flush', 'link-17');">flush</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L590"></a><tt class="py-lineno">590</tt> <tt class="py-line"> <tt class="py-keyword">except</tt> <tt class="py-name">AttributeError</tt><tt class="py-op">:</tt> </tt>
<a name="L591"></a><tt class="py-lineno">591</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
<a name="L592"></a><tt class="py-lineno">592</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> </tt>
<a name="L593"></a><tt class="py-lineno">593</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fo</tt><tt class="py-op">.</tt><tt id="link-142" class="py-name"><a title="gzipstream._StreamBuf.flush" class="py-name" href="#" onclick="return doclink('link-142', 'flush', 'link-17');">flush</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
</div><a name="L594"></a><tt class="py-lineno">594</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.__repr__"></a><div id="_StreamBuf.__repr__-def"><a name="L595"></a><tt class="py-lineno">595</tt> <a class="py-toggle" href="#" id="_StreamBuf.__repr__-toggle" onclick="return toggle('_StreamBuf.__repr__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#__repr__">__repr__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.__repr__-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.__repr__-expanded"><a name="L596"></a><tt class="py-lineno">596</tt> <tt class="py-line"> <tt class="py-name">ret</tt> <tt class="py-op">=</tt> <tt class="py-string">''</tt> </tt>
<a name="L597"></a><tt class="py-lineno">597</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt><tt class="py-op">:</tt> </tt>
<a name="L598"></a><tt class="py-lineno">598</tt> <tt class="py-line"> <tt class="py-name">ret</tt> <tt class="py-op">=</tt> <tt class="py-string">"<closed gzipstream._StreamBuf instance, mode '%s' at %s>"</tt> <tt class="py-op">%</tt> \ </tt>
<a name="L599"></a><tt class="py-lineno">599</tt> <tt class="py-line"> <tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">mode</tt><tt class="py-op">,</tt> <tt class="py-name">id</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L600"></a><tt class="py-lineno">600</tt> <tt class="py-line"> <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L601"></a><tt class="py-lineno">601</tt> <tt class="py-line"> <tt class="py-name">ret</tt> <tt class="py-op">=</tt> <tt class="py-string">"<open gzipstream._StreamBuf instance, mode '%s' at %s>"</tt> <tt class="py-op">%</tt> \ </tt>
<a name="L602"></a><tt class="py-lineno">602</tt> <tt class="py-line"> <tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">mode</tt><tt class="py-op">,</tt> <tt class="py-name">id</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L603"></a><tt class="py-lineno">603</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">ret</tt> </tt>
</div><a name="L604"></a><tt class="py-lineno">604</tt> <tt class="py-line"> </tt>
<a name="L605"></a><tt class="py-lineno">605</tt> <tt class="py-line"> <tt class="py-comment"># __private__</tt> </tt>
<a name="L606"></a><tt class="py-lineno">606</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.__checkInt"></a><div id="_StreamBuf.__checkInt-def"><a name="L607"></a><tt class="py-lineno">607</tt> <a class="py-toggle" href="#" id="_StreamBuf.__checkInt-toggle" onclick="return toggle('_StreamBuf.__checkInt');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#__checkInt">__checkInt</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">i</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.__checkInt-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.__checkInt-expanded"><a name="L608"></a><tt class="py-lineno">608</tt> <tt class="py-line"> <tt class="py-docstring">"""Might be faster just to declare them longs.</tt> </tt>
<a name="L609"></a><tt class="py-lineno">609</tt> <tt class="py-line"><tt class="py-docstring"> Python versions 1.5.2 & 2.1.* ONLY!</tt> </tt>
<a name="L610"></a><tt class="py-lineno">610</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L611"></a><tt class="py-lineno">611</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">i</tt> <tt class="py-op">></tt> <tt id="link-143" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-143', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-144" class="py-name"><a title="gzipstream._StreamBuf.__INT_CHECK_SIZE" class="py-name" href="#" onclick="return doclink('link-144', '__INT_CHECK_SIZE', 'link-40');">__INT_CHECK_SIZE</a></tt> <tt class="py-keyword">and</tt> <tt class="py-name">type</tt><tt class="py-op">(</tt><tt class="py-name">i</tt><tt class="py-op">)</tt> <tt class="py-op">==</tt> <tt class="py-name">IntType</tt><tt class="py-op">:</tt> </tt>
<a name="L612"></a><tt class="py-lineno">612</tt> <tt class="py-line"> <tt class="py-name">i</tt> <tt class="py-op">=</tt> <tt class="py-name">long</tt><tt class="py-op">(</tt><tt class="py-name">i</tt><tt class="py-op">)</tt> </tt>
<a name="L613"></a><tt class="py-lineno">613</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">i</tt> </tt>
</div><a name="L614"></a><tt class="py-lineno">614</tt> <tt class="py-line"> </tt>
<a name="_StreamBuf.__debugThread"></a><div id="_StreamBuf.__debugThread-def"><a name="L615"></a><tt class="py-lineno">615</tt> <a class="py-toggle" href="#" id="_StreamBuf.__debugThread-toggle" onclick="return toggle('_StreamBuf.__debugThread');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="gzipstream._StreamBuf-class.html#__debugThread">__debugThread</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="_StreamBuf.__debugThread-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="_StreamBuf.__debugThread-expanded"><a name="L616"></a><tt class="py-lineno">616</tt> <tt class="py-line"> <tt class="py-docstring">"""XXX: Only used for debugging. Runs a thread that watches some</tt> </tt>
<a name="L617"></a><tt class="py-lineno">617</tt> <tt class="py-line"><tt class="py-docstring"> tell-tale warning flags that something bad is happening.</tt> </tt>
<a name="L618"></a><tt class="py-lineno">618</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L619"></a><tt class="py-lineno">619</tt> <tt class="py-line"> <tt class="py-keyword">while</tt> <tt class="py-keyword">not</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_closedYN</tt> <tt class="py-keyword">and</tt> <tt class="py-keyword">not</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">__mutexOnYN</tt><tt class="py-op">:</tt> </tt>
<a name="L620"></a><tt class="py-lineno">620</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">!=</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt class="py-name">getvalue</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L621"></a><tt class="py-lineno">621</tt> <tt class="py-line"> <tt class="py-name">sys</tt><tt class="py-op">.</tt><tt class="py-name">stderr</tt><tt class="py-op">.</tt><tt id="link-145" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-145', 'write', 'link-45');">write</a></tt><tt class="py-op">(</tt><tt class="py-string">'XXX: ERROR! _lenBufIO != len(...): %s != %s\n'</tt> </tt>
<a name="L622"></a><tt class="py-lineno">622</tt> <tt class="py-line"> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt><tt class="py-op">,</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_bufIO</tt><tt class="py-op">.</tt><tt class="py-name">getvalue</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">)</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L623"></a><tt class="py-lineno">623</tt> <tt class="py-line"> <tt class="py-name">sys</tt><tt class="py-op">.</tt><tt class="py-name">stderr</tt><tt class="py-op">.</tt><tt id="link-146" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-146', 'write', 'link-45');">write</a></tt><tt class="py-op">(</tt><tt class="py-string">'XXX: %s\n'</tt> <tt class="py-op">%</tt> <tt class="py-name">repr</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L624"></a><tt class="py-lineno">624</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt> <tt class="py-op">></tt> <tt id="link-147" class="py-name"><a title="gzipstream._StreamBuf" class="py-name" href="#" onclick="return doclink('link-147', '_StreamBuf', 'link-7');">_StreamBuf</a></tt><tt class="py-op">.</tt><tt id="link-148" class="py-name"><a title="gzipstream._StreamBuf.__ABS_MAX_BUFIO_SIZE" class="py-name" href="#" onclick="return doclink('link-148', '__ABS_MAX_BUFIO_SIZE', 'link-38');">__ABS_MAX_BUFIO_SIZE</a></tt><tt class="py-op">*</tt><tt class="py-number">2</tt><tt class="py-op">:</tt> </tt>
<a name="L625"></a><tt class="py-lineno">625</tt> <tt class="py-line"> <tt class="py-name">sys</tt><tt class="py-op">.</tt><tt class="py-name">stderr</tt><tt class="py-op">.</tt><tt id="link-149" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-149', 'write', 'link-45');">write</a></tt><tt class="py-op">(</tt><tt class="py-string">'XXX: ERROR! StringIO buffer WAY to big: %s\n'</tt> </tt>
<a name="L626"></a><tt class="py-lineno">626</tt> <tt class="py-line"> <tt class="py-op">%</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_lenBufIO</tt><tt class="py-op">)</tt> </tt>
<a name="L627"></a><tt class="py-lineno">627</tt> <tt class="py-line"> <tt class="py-name">sys</tt><tt class="py-op">.</tt><tt class="py-name">stderr</tt><tt class="py-op">.</tt><tt id="link-150" class="py-name"><a title="gzipstream._StreamBuf.write" class="py-name" href="#" onclick="return doclink('link-150', 'write', 'link-45');">write</a></tt><tt class="py-op">(</tt><tt class="py-string">'XXX: %s\n'</tt> <tt class="py-op">%</tt> <tt class="py-name">repr</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L628"></a><tt class="py-lineno">628</tt> <tt class="py-line"> <tt class="py-name">time</tt><tt class="py-op">.</tt><tt class="py-name">sleep</tt><tt class="py-op">(</tt><tt class="py-number">1</tt><tt class="py-op">)</tt> </tt>
</div></div><a name="L629"></a><tt class="py-lineno">629</tt> <tt class="py-line"> </tt>
<a name="L630"></a><tt class="py-lineno">630</tt> <tt class="py-line"><tt class="py-comment">#-------------------------------------------------------------------------------</tt> </tt>
<a name="L631"></a><tt class="py-lineno">631</tt> <tt class="py-line"> </tt><script type="text/javascript">
<!--
expandto(location.href);
// -->
</script>
</pre>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th bgcolor="#70b0f0" class="navbar-select"
> Home </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Mon Oct 31 00:54:47 2011
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|
wp-content/plugins/wp-e-commerce/woo-integration/css/main_frame_style.css | toqz/pfetec | /* CSS Document */
li.wpsc_presentation a{
padding-left: 40px !important;
background: url(../../wpsc-core/images/credit_cards.png) no-repeat;
background-position: 12px center;
}
iframe#wpsc-presentation{
height: 2210px;
width: 100%;
} |
cwq1.html | harindersingh/KALANJALI | <html>
<head>
<title>Kalanjali 14</title>
<script src="js/jquery-latest.min.js"></script>
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<script src="js/jquery-latest.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/register.css">
<style type="text/css">
select{margin: 10px;
padding: 10px;
font-weight: bolder;
font-family:Tempus Sans ITC;
border-radius: 10px;
}
.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
text-transform: uppercase;
font-family: 'Open Sans';
font-size: 20px;
font-weight: 300;
background-color: #000;
}
.navbar-custom .navbar-brand {
font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
padding: 4px 6px;
font-size: 16px;
color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
outline: 0;
}
.navbar-custom a {
font-family: 'Open Sans';
font-size: 20px;
font-weight: 300;
}
.navbar-custom .nav li.active {
outline: nonte;
background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li a {
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
outline: 0;
background-color: rgba(255,255,255,.3);
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
color: #fff;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
@media(min-width:767px) {
.navbar {
padding: 20px 0;
border-bottom: 0;
letter-spacing: 1px;
background: 0 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.top-nav-collapse {
padding: 0;
background-color: #000;
}
.navbar-custom.top-nav-collapse {
border-bottom: 1px solid rgba(255,255,255,.3);
}
}
select{
margin: 10 10 10 0px;
}
</style>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<div class="container">
<form name="myform" action="cw.php" method="post">
<div align="center" class="event-list">
<h4>Enter Your College Name</h4>
<select name="optcol" class="col-lg-7">
<option value="0" selected="selected" disabled>Select College </option>
<option value="AP">A.P.S COLLEGE OF ENGINEERING</option>
<option value="AC">ALPHA COLLEGE OF ENGINEERING</option>
<option value="AM">AMC ENGINEERING COLLEGE </option>
<option value="AR">AMRUTHA INSTITUTE OF ENGINEERING AND MGMT. SCIENCES</option>
<option value="AT">ATRIA INSTITUTE OF TECHNOLOGY </option>
<option value="BG">B.N.M.INSTITUTE OF TECHNOLOGY </option>
<option value="BT">B.T.L.INSTITUTE OF TECHNOLOGY </option>
<option value="BC">BANGALORE COLLEGE OF ENGINEERING AND TECHNOLOGY </option>
<option value="BI">BANGALORE INSTITUTE OF TECHNOLOGY </option>
<option value="BM">BMS COLLEGE OF ENGINEERING </option>
<option value="BY">BMS INSTITUTE OF TECHNOLOGY</option>
<option value="BO">BRINDAVAN COLLEGE OF ENGG </option>
<option value="CR">C.M.R INSTITUTE OF TECHNOLOGY </option>
<option value="CD">CAMBRIDGE INSTITUTE OF TECHNOLOGY </option>
<option value="DS">DAYANANDA SAGAR COLLEGE OF ENGINEERING </option>
<option value="DB">DON BOSCO INSTITUTE OF TECHNOLOGY </option>
<option value="DA">DR. AMBEDKAR INSTITUTE OF TECHNOLOGY </option>
<option value="EP">EAST POINT COLLEGE OF ENGINEERING AND TECHNOLOGY </option>
<option value="EW">EAST WEST INSTITUTE OF TECHNOLOGY</option>
<option value="HK">HKBK COLLEGE OF ENGINEERING </option>
<option value="JS">JSS ACADEMY OF TECHNICIAL EDUCATION </option>
<option value="KS">K.S.INSTITUTE OF TECHNOLOGY </option>
<option value="KN">KNS INSTITUTE OF TECHNOLOGY </option>
<option value="ME">M.S.ENGINEERING COLLEGE </option>
<option value="MS">M.S.RAMAIAH INSTITUTE OF TECHNIOLOGY </option>
<option value="MJ">MVJ COLLEGE OF ENGINEERING </option>
<option value="NC">NAGARJUNA COLLEGE OF ENGINEERING AND TECHNOLOGY </option>
<option value="NH">NEW HORIZON COLLEGE OF ENGINEERING </option>
<option value="NT">NITTE MEENAKSHI INSTITUTE OF TECHNOLOGY </option>
<option value="PI">PES INSTITUTE OF TECHNOLOGY </option>
<option value="PE">PES SCHOOL OF ENGINEERING </option>
<option value="RV">R.V.COLLEGE OF ENGINEERING </option>
<option value="RG">RAJIV GANDHI INSTITUTE OF TECHNOLOGY</option>
<option value="RE">REVA INSTITUTE OF TECHNOLOGY & MANAGEMENT</option>
<option value="RN">RNS INSTITUTE OF TECHNOLOGY </option>
<option value="SJ">S.J.C INSTITUTE OF TECHNOLOGY </option>
<option value="VA">SAI VIDYA INSTITUTE OF TECHNOLOGY </option>
<option value="ST">SAMBHRAM INSTITUTE OF TECHNOLOGY </option>
<option value="SG">SAPTHAGIRI COLLEGE OF ENGINEERING </option>
<option value="SI">SIDDAGANGA INSTITUTE OF TECHNOLOGY </option>
<option value="MV">SIR M. VISVESVARAYA INSTITUTE OF TECHNOLOGY </option>
<option value="JB">SJB INSTITUTE OF TECHNOLOGY </option>
<option value="RC">SRI REVANASIDDESHWARA INSTITUTE OF TECHNOLOGY </option>
<option value="VE">SRI VENKATESHWARA COLLEGE OF ENGINEERING </option>
<option value="DT">DAYANANDA SAGAR ACADEMY OF TECHNOLOGY AND MGMT.</option>
<option value="OTH">OTHERS</option>
</select>
<br> <br>
</div>
<br>
<button type="submit" class="btn btn-primary " id="role" >CHECK</button>
</form>
</div>
<!-- Custom Theme JavaScript -->
<script src="js/kalanjali.js"></script>
</body>
</html> |
memadmin/include/css/show_con.css | yszar/linuxwp | body{padding-left:10px;padding-top:5px;_display:inline;}
#top{border-bottom:#CCC solid 1px;line-height:25px;}
#contit{margin-top:20px;padding-left:20px;background:url(../../images/ico1.gif) 0px 2px no-repeat;}
#condata{margin-top:20px;}
#datatable{border:0;background:#d0cfcf;}
#datatable th{background:#ecebeb;height:20px; font-weight:normal;}
#datatable td{background:#FFF;height:20px;padding-left:10px; color:#333;}
#concode{margin-top:10px;}
#codetable{border:0;background:#d0cfcf;}
#codetable th{background:#ecebeb;height:20px; font-weight:normal;}
#codetable td{background:#FFF;height:40px;padding-left:10px; color:#333;font-size:14px;}
#footer{position:absolute;bottom:0px;}
#conpcon{margin-top:20px;}
#conpcontit{width:592px;line-height:25px;height:25px;border:#d0cfcf solid 1px;border-bottom:none;padding:3px;margin-top:20px; text-align:center; background:#ecebeb;}
#serverlist{padding-top:10px;padding-bottom:10px;}
.conpcontable{border:0;background:#d0cfcf;margin-top:20px;}
.conpcontable th{background:#fbf4c0;height:20px; font-weight:normal;}
.conpcontable td{background:#fffce4;height:20px;padding-left:10px; color:#333;}
.bigred{color:#F00;}
#debug{margin-top:25px;margin-bottom:10px;position:relative;*bottom:10px;}
#webrunmem{margin-left:30px;}
|
qtopiacore/qt/doc/html/qdatetime.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/src/corelib/tools/qdatetime.cpp -->
<head>
<title>Qt 4.4: QDateTime Class Reference</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">QDateTime Class Reference<br /><span class="small-subtitle">[<a href="qtcore.html">QtCore</a> module]</span>
</h1>
<p>The QDateTime class provides date and time functions. <a href="#details">More...</a></p>
<pre> #include <QDateTime></pre><p><b>Note:</b> All the functions in this class are <a href="threads.html#reentrant">reentrant</a>.</p>
<ul>
<li><a href="qdatetime-members.html">List of all members, including inherited members</a></li>
<li><a href="qdatetime-qt3.html">Qt 3 support members</a></li>
</ul>
<a name="public-functions"></a>
<h3>Public Functions</h3>
<ul>
<li><div class="fn"/><b><a href="qdatetime.html#QDateTime">QDateTime</a></b> ()</li>
<li><div class="fn"/><b><a href="qdatetime.html#QDateTime-2">QDateTime</a></b> ( const QDate & <i>date</i> )</li>
<li><div class="fn"/><b><a href="qdatetime.html#QDateTime-3">QDateTime</a></b> ( const QDate & <i>date</i>, const QTime & <i>time</i>, Qt::TimeSpec <i>spec</i> = Qt::LocalTime )</li>
<li><div class="fn"/><b><a href="qdatetime.html#QDateTime-4">QDateTime</a></b> ( const QDateTime & <i>other</i> )</li>
<li><div class="fn"/><b><a href="qdatetime.html#dtor.QDateTime">~QDateTime</a></b> ()</li>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#addDays">addDays</a></b> ( int <i>ndays</i> ) const</li>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#addMSecs">addMSecs</a></b> ( qint64 <i>msecs</i> ) const</li>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#addMonths">addMonths</a></b> ( int <i>nmonths</i> ) const</li>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#addSecs">addSecs</a></b> ( int <i>s</i> ) const</li>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#addYears">addYears</a></b> ( int <i>nyears</i> ) const</li>
<li><div class="fn"/>QDate <b><a href="qdatetime.html#date">date</a></b> () const</li>
<li><div class="fn"/>int <b><a href="qdatetime.html#daysTo">daysTo</a></b> ( const QDateTime & <i>other</i> ) const</li>
<li><div class="fn"/>bool <b><a href="qdatetime.html#isNull">isNull</a></b> () const</li>
<li><div class="fn"/>bool <b><a href="qdatetime.html#isValid">isValid</a></b> () const</li>
<li><div class="fn"/>int <b><a href="qdatetime.html#secsTo">secsTo</a></b> ( const QDateTime & <i>other</i> ) const</li>
<li><div class="fn"/>void <b><a href="qdatetime.html#setDate">setDate</a></b> ( const QDate & <i>date</i> )</li>
<li><div class="fn"/>void <b><a href="qdatetime.html#setTime">setTime</a></b> ( const QTime & <i>time</i> )</li>
<li><div class="fn"/>void <b><a href="qdatetime.html#setTimeSpec">setTimeSpec</a></b> ( Qt::TimeSpec <i>spec</i> )</li>
<li><div class="fn"/>void <b><a href="qdatetime.html#setTime_t">setTime_t</a></b> ( uint <i>seconds</i> )</li>
<li><div class="fn"/>QTime <b><a href="qdatetime.html#time">time</a></b> () const</li>
<li><div class="fn"/>Qt::TimeSpec <b><a href="qdatetime.html#timeSpec">timeSpec</a></b> () const</li>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#toLocalTime">toLocalTime</a></b> () const</li>
<li><div class="fn"/>QString <b><a href="qdatetime.html#toString">toString</a></b> ( const QString & <i>format</i> ) const</li>
<li><div class="fn"/>QString <b><a href="qdatetime.html#toString-2">toString</a></b> ( Qt::DateFormat <i>format</i> = Qt::TextDate ) const</li>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#toTimeSpec">toTimeSpec</a></b> ( Qt::TimeSpec <i>specification</i> ) const</li>
<li><div class="fn"/>uint <b><a href="qdatetime.html#toTime_t">toTime_t</a></b> () const</li>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#toUTC">toUTC</a></b> () const</li>
<li><div class="fn"/>bool <b><a href="qdatetime.html#operator-not-eq">operator!=</a></b> ( const QDateTime & <i>other</i> ) const</li>
<li><div class="fn"/>bool <b><a href="qdatetime.html#operator-lt">operator<</a></b> ( const QDateTime & <i>other</i> ) const</li>
<li><div class="fn"/>bool <b><a href="qdatetime.html#operator-lt-eq">operator<=</a></b> ( const QDateTime & <i>other</i> ) const</li>
<li><div class="fn"/>QDateTime & <b><a href="qdatetime.html#operator-eq">operator=</a></b> ( const QDateTime & <i>other</i> )</li>
<li><div class="fn"/>bool <b><a href="qdatetime.html#operator-eq-eq">operator==</a></b> ( const QDateTime & <i>other</i> ) const</li>
<li><div class="fn"/>bool <b><a href="qdatetime.html#operator-gt">operator></a></b> ( const QDateTime & <i>other</i> ) const</li>
<li><div class="fn"/>bool <b><a href="qdatetime.html#operator-gt-eq">operator>=</a></b> ( const QDateTime & <i>other</i> ) const</li>
</ul>
<a name="static-public-members"></a>
<h3>Static Public Members</h3>
<ul>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#currentDateTime">currentDateTime</a></b> ()</li>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#fromString">fromString</a></b> ( const QString & <i>string</i>, Qt::DateFormat <i>format</i> = Qt::TextDate )</li>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#fromString-2">fromString</a></b> ( const QString & <i>string</i>, const QString & <i>format</i> )</li>
<li><div class="fn"/>QDateTime <b><a href="qdatetime.html#fromTime_t">fromTime_t</a></b> ( uint <i>seconds</i> )</li>
</ul>
<a name="related-non-members"></a>
<h3>Related Non-Members</h3>
<ul>
<li><div class="fn"/>QDataStream & <b><a href="qdatetime.html#operator-lt-lt-3">operator<<</a></b> ( QDataStream & <i>out</i>, const QDateTime & <i>dateTime</i> )</li>
<li><div class="fn"/>QDataStream & <b><a href="qdatetime.html#operator-gt-gt-3">operator>></a></b> ( QDataStream & <i>in</i>, QDateTime & <i>dateTime</i> )</li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The QDateTime class provides date and time functions.</p>
<p>A QDateTime object contains a calendar date and a clock time (a "datetime"). It is a combination of the <a href="qdate.html">QDate</a> and <a href="qtime.html">QTime</a> classes. It can read the current datetime from the system clock. It provides functions for comparing datetimes and for manipulating a datetime by adding a number of seconds, days, months, or years.</p>
<p>A QDateTime object is typically created either by giving a date and time explicitly in the constructor, or by using the static function <a href="qdatetime.html#currentDateTime">currentDateTime</a>() that returns a QDateTime object set to the system clock's time. The date and time can be changed with <a href="qdatetime.html#setDate">setDate</a>() and <a href="qdatetime.html#setTime">setTime</a>(). A datetime can also be set using the <a href="qdatetime.html#setTime_t">setTime_t</a>() function that takes a POSIX-standard "number of seconds since 00:00:00 on January 1, 1970" value. The <a href="qdatetime.html#fromString">fromString</a>() function returns a QDateTime, given a string and a date format used to interpret the date within the string.</p>
<p>The <a href="qdatetime.html#date">date</a>() and <a href="qdatetime.html#time">time</a>() functions provide access to the date and time parts of the datetime. The same information is provided in textual format by the <a href="qdatetime.html#toString">toString</a>() function.</p>
<p>QDateTime provides a full set of operators to compare two QDateTime objects where smaller means earlier and larger means later.</p>
<p>You can increment (or decrement) a datetime by a given number of seconds using <a href="qdatetime.html#addSecs">addSecs</a>(), or days using <a href="qdatetime.html#addDays">addDays</a>(). Similarly you can use <a href="qdatetime.html#addMonths">addMonths</a>() and <a href="qdatetime.html#addYears">addYears</a>(). The <a href="qdatetime.html#daysTo">daysTo</a>() function returns the number of days between two datetimes, and <a href="qdatetime.html#secsTo">secsTo</a>() returns the number of seconds between two datetimes.</p>
<p>QDateTime can store datetimes as <a href="qt.html#TimeSpec-enum">local time</a> or as <a href="qt.html#TimeSpec-enum">UTC</a>. <a href="qdatetime.html#currentDateTime">QDateTime::currentDateTime</a>() returns a QDateTime expressed as local time; use <a href="qdatetime.html#toUTC">toUTC</a>() to convert it to UTC. You can also use <a href="qdatetime.html#timeSpec">timeSpec</a>() to find out if a QDateTime object stores a UTC time or a local time. Operations such as <a href="qdatetime.html#addSecs">addSecs</a>() and <a href="qdatetime.html#secsTo">secsTo</a>() are aware of daylight saving time (DST).</p>
<p><b>Note:</b> QDateTime does not account for leap seconds.</p>
<a name="use-of-gregorian-and-julian-calendars"></a>
<a name="qdatetime-g-and-j"></a><a name="use-of-gregorian-and-julian-calendars"></a>
<h4>Use of Gregorian and Julian Calendars</h4>
<p><a href="qdate.html">QDate</a> uses the Gregorian calendar in all locales, beginning on the date 15 October 1582. For dates up to and including 4 October 1582, the Julian calendar is used. This means there is a 10-day gap in the internal calendar between the 4th and the 15th of October 1582. When you use QDateTime for dates in that epoch, the day after 4 October 1582 is 15 October 1582, and the dates in the gap are invalid.</p>
<p>The Julian to Gregorian changeover date used here is the date when the Gregorian calendar was first introduced, by Pope Gregory XIII. That change was not universally accepted and some localities only executed it at a later date (if at all). QDateTime doesn't take any of these historical facts into account. If an application must support a locale-specific dating system, it must do so on its own, remembering to convert the dates using the Julian day.</p>
<a name="no-year-0"></a>
<h4>No Year 0</h4>
<p>There is no year 0. Dates in that year are considered invalid. The year -1 is the year "1 before Christ" or "1 before current era." The day before 0001-01-01 is December 31st, 1 BCE.</p>
<a name="range-of-valid-dates"></a>
<h4>Range of Valid Dates</h4>
<p>The range of valid dates is from January 2nd, 4713 BCE, to sometime in the year 11 million CE. The Julian Day returned by <a href="qdate.html#toJulianDay">QDate::toJulianDay</a>() is a number in the contiguous range from 1 to <i>overflow</i>, even across QDateTime's "date holes". It is suitable for use in applications that must convert a QDateTime to a date in another calendar system, e.g., Hebrew, Islamic or Chinese.</p>
<p>The Gregorian calendar was introduced in different places around the world on different dates. QDateTime uses <a href="qdate.html">QDate</a> to store the date, so it uses the Gregorian calendar for all locales, beginning on the date 15 October 1582. For dates up to and including 4 October 1582, QDateTime uses the Julian calendar. This means there is a 10-day gap in the QDateTime calendar between the 4th and the 15th of October 1582. When you use QDateTime for dates in that epoch, the day after 4 October 1582 is 15 October 1582, and the dates in the gap are invalid.</p>
<a name="use-of-system-timezone"></a>
<h4>Use of System Timezone</h4>
<p>QDateTime uses the system's time zone information to determine the offset of local time from UTC. If the system is not configured correctly or not up-to-date, QDateTime will give wrong results as well.</p>
<a name="daylight-savings-time-dst"></a>
<h4>Daylight Savings Time (DST)</h4>
<p>QDateTime takes into account the system's time zone information when dealing with DST. On modern Unix systems, this means it applies the correct historical DST data whenever possible. On Windows and Windows CE, where the system doesn't support historical DST data, historical accuracy is not maintained with respect to DST.</p>
<p>The range of valid dates taking DST into account is 1970-01-01 to the present, and rules are in place for handling DST correctly until 2037-12-31, but these could change. For dates falling outside that range, QDateTime makes a <i>best guess</i> using the rules for year 1970 or 2037, but we can't guarantee accuracy. This means QDateTime doesn't take into account changes in a locale's time zone before 1970, even if the system's time zone database supports that information.</p>
<p>See also <a href="qdate.html">QDate</a>, <a href="qtime.html">QTime</a>, and <a href="qdatetimeedit.html">QDateTimeEdit</a>.</p>
<hr />
<h2>Member Function Documentation</h2>
<h3 class="fn"><a name="QDateTime"></a>QDateTime::QDateTime ()</h3>
<p>Constructs a null datetime (i.e. null date and null time). A null datetime is invalid, since the date is invalid.</p>
<p>See also <a href="qdatetime.html#isValid">isValid</a>().</p>
<h3 class="fn"><a name="QDateTime-2"></a>QDateTime::QDateTime ( const <a href="qdate.html">QDate</a> & <i>date</i> )</h3>
<p>Constructs a datetime with the given <i>date</i>, a valid time(00:00:00.000), and sets the <a href="qdatetime.html#timeSpec">timeSpec</a>() to <a href="qt.html#TimeSpec-enum">Qt::LocalTime</a>.</p>
<h3 class="fn"><a name="QDateTime-3"></a>QDateTime::QDateTime ( const <a href="qdate.html">QDate</a> & <i>date</i>, const <a href="qtime.html">QTime</a> & <i>time</i>, <a href="qt.html#TimeSpec-enum">Qt::TimeSpec</a> <i>spec</i> = Qt::LocalTime )</h3>
<p>Constructs a datetime with the given <i>date</i> and <i>time</i>, using the time specification defined by <i>spec</i>.</p>
<p>If <i>date</i> is valid and <i>time</i> is not, the time will be set to midnight.</p>
<h3 class="fn"><a name="QDateTime-4"></a>QDateTime::QDateTime ( const QDateTime & <i>other</i> )</h3>
<p>Constructs a copy of the <i>other</i> datetime.</p>
<h3 class="fn"><a name="dtor.QDateTime"></a>QDateTime::~QDateTime ()</h3>
<p>Destroys the datetime.</p>
<h3 class="fn"><a name="addDays"></a>QDateTime QDateTime::addDays ( int <i>ndays</i> ) const</h3>
<p>Returns a <a href="qdatetime.html">QDateTime</a> object containing a datetime <i>ndays</i> days later than the datetime of this object (or earlier if <i>ndays</i> is negative).</p>
<p>See also <a href="qdatetime.html#daysTo">daysTo</a>(), <a href="qdatetime.html#addMonths">addMonths</a>(), <a href="qdatetime.html#addYears">addYears</a>(), and <a href="qdatetime.html#addSecs">addSecs</a>().</p>
<h3 class="fn"><a name="addMSecs"></a>QDateTime QDateTime::addMSecs ( <a href="qtglobal.html#qint64-typedef">qint64</a> <i>msecs</i> ) const</h3>
<p>Returns a <a href="qdatetime.html">QDateTime</a> object containing a datetime <i>msecs</i> miliseconds later than the datetime of this object (or earlier if <i>msecs</i> is negative).</p>
<p>See also <a href="qdatetime.html#addSecs">addSecs</a>(), <a href="qdatetime.html#secsTo">secsTo</a>(), <a href="qdatetime.html#addDays">addDays</a>(), <a href="qdatetime.html#addMonths">addMonths</a>(), and <a href="qdatetime.html#addYears">addYears</a>().</p>
<h3 class="fn"><a name="addMonths"></a>QDateTime QDateTime::addMonths ( int <i>nmonths</i> ) const</h3>
<p>Returns a <a href="qdatetime.html">QDateTime</a> object containing a datetime <i>nmonths</i> months later than the datetime of this object (or earlier if <i>nmonths</i> is negative).</p>
<p>See also <a href="qdatetime.html#daysTo">daysTo</a>(), <a href="qdatetime.html#addDays">addDays</a>(), <a href="qdatetime.html#addYears">addYears</a>(), and <a href="qdatetime.html#addSecs">addSecs</a>().</p>
<h3 class="fn"><a name="addSecs"></a>QDateTime QDateTime::addSecs ( int <i>s</i> ) const</h3>
<p>Returns a <a href="qdatetime.html">QDateTime</a> object containing a datetime <i>s</i> seconds later than the datetime of this object (or earlier if <i>s</i> is negative).</p>
<p>See also <a href="qdatetime.html#addMSecs">addMSecs</a>(), <a href="qdatetime.html#secsTo">secsTo</a>(), <a href="qdatetime.html#addDays">addDays</a>(), <a href="qdatetime.html#addMonths">addMonths</a>(), and <a href="qdatetime.html#addYears">addYears</a>().</p>
<h3 class="fn"><a name="addYears"></a>QDateTime QDateTime::addYears ( int <i>nyears</i> ) const</h3>
<p>Returns a <a href="qdatetime.html">QDateTime</a> object containing a datetime <i>nyears</i> years later than the datetime of this object (or earlier if <i>nyears</i> is negative).</p>
<p>See also <a href="qdatetime.html#daysTo">daysTo</a>(), <a href="qdatetime.html#addDays">addDays</a>(), <a href="qdatetime.html#addMonths">addMonths</a>(), and <a href="qdatetime.html#addSecs">addSecs</a>().</p>
<h3 class="fn"><a name="currentDateTime"></a>QDateTime QDateTime::currentDateTime () <tt> [static]</tt></h3>
<p>Returns the current datetime, as reported by the system clock, in the local time zone.</p>
<p>See also <a href="qdate.html#currentDate">QDate::currentDate</a>(), <a href="qtime.html#currentTime">QTime::currentTime</a>(), and <a href="qdatetime.html#toTimeSpec">toTimeSpec</a>().</p>
<h3 class="fn"><a name="date"></a><a href="qdate.html">QDate</a> QDateTime::date () const</h3>
<p>Returns the date part of the datetime.</p>
<p>See also <a href="qdatetime.html#setDate">setDate</a>(), <a href="qdatetime.html#time">time</a>(), and <a href="qdatetime.html#timeSpec">timeSpec</a>().</p>
<h3 class="fn"><a name="daysTo"></a>int QDateTime::daysTo ( const QDateTime & <i>other</i> ) const</h3>
<p>Returns the number of days from this datetime to the <i>other</i> datetime. If the <i>other</i> datetime is earlier than this datetime, the value returned is negative.</p>
<p>See also <a href="qdatetime.html#addDays">addDays</a>() and <a href="qdatetime.html#secsTo">secsTo</a>().</p>
<h3 class="fn"><a name="fromString"></a>QDateTime QDateTime::fromString ( const <a href="qstring.html">QString</a> & <i>string</i>, <a href="qt.html#DateFormat-enum">Qt::DateFormat</a> <i>format</i> = Qt::TextDate ) <tt> [static]</tt></h3>
<p>Returns the <a href="qdatetime.html">QDateTime</a> represented by the <i>string</i>, using the <i>format</i> given, or an invalid datetime if this is not possible.</p>
<p>Note for <a href="qt.html#DateFormat-enum">Qt::TextDate</a>: It is recommended that you use the English short month names (e.g. "Jan"). Although localized month names can also be used, they depend on the user's locale settings.</p>
<h3 class="fn"><a name="fromString-2"></a>QDateTime QDateTime::fromString ( const <a href="qstring.html">QString</a> & <i>string</i>, const <a href="qstring.html">QString</a> & <i>format</i> ) <tt> [static]</tt></h3>
<p>This is an overloaded member function, provided for convenience.</p>
<p>Returns the <a href="qdatetime.html">QDateTime</a> represented by the <i>string</i>, using the <i>format</i> given, or an invalid datetime if the string cannot be parsed.</p>
<p>These expressions may be used for the date part of the format string:</p>
<p><table align="center" cellpadding="2" cellspacing="1" border="0">
<thead><tr valign="top" class="qt-style"><th>Expression</th><th>Output</th></tr></thead>
<tr valign="top" class="odd"><td>d</td><td>the day as number without a leading zero (1 to 31)</td></tr>
<tr valign="top" class="even"><td>dd</td><td>the day as number with a leading zero (01 to 31)</td></tr>
<tr valign="top" class="odd"><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon' to 'Sun'). Uses <a href="qdate.html#shortDayName">QDate::shortDayName</a>().</td></tr>
<tr valign="top" class="even"><td>dddd</td><td>the long localized day name (e.g. 'Monday' to 'Sunday'). Uses <a href="qdate.html#longDayName">QDate::longDayName</a>().</td></tr>
<tr valign="top" class="odd"><td>M</td><td>the month as number without a leading zero (1-12)</td></tr>
<tr valign="top" class="even"><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr>
<tr valign="top" class="odd"><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan' to 'Dec'). Uses <a href="qdate.html#shortMonthName">QDate::shortMonthName</a>().</td></tr>
<tr valign="top" class="even"><td>MMMM</td><td>the long localized month name (e.g. 'January' to 'December'). Uses <a href="qdate.html#longMonthName">QDate::longMonthName</a>().</td></tr>
<tr valign="top" class="odd"><td>yy</td><td>the year as two digit number (00-99)</td></tr>
<tr valign="top" class="even"><td>yyyy</td><td>the year as four digit number</td></tr>
</table></p>
<p><b>Note:</b> Unlike the other version of this function, day and month names must be given in the user's local language. It is only possible to use the English names if the user's language is English.</p>
<p>These expressions may be used for the time part of the format string:</p>
<p><table align="center" cellpadding="2" cellspacing="1" border="0">
<thead><tr valign="top" class="qt-style"><th>Expression</th><th>Output</th></tr></thead>
<tr valign="top" class="odd"><td>h</td><td>the hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)</td></tr>
<tr valign="top" class="even"><td>hh</td><td>the hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)</td></tr>
<tr valign="top" class="odd"><td>H</td><td>the hour without a leading zero (0 to 23, even with AM/PM display)</td></tr>
<tr valign="top" class="even"><td>HH</td><td>the hour with a leading zero (00 to 23, even with AM/PM display)</td></tr>
<tr valign="top" class="odd"><td>m</td><td>the minute without a leading zero (0 to 59)</td></tr>
<tr valign="top" class="even"><td>mm</td><td>the minute with a leading zero (00 to 59)</td></tr>
<tr valign="top" class="odd"><td>s</td><td>the second without a leading zero (0 to 59)</td></tr>
<tr valign="top" class="even"><td>ss</td><td>the second with a leading zero (00 to 59)</td></tr>
<tr valign="top" class="odd"><td>z</td><td>the milliseconds without leading zeroes (0 to 999)</td></tr>
<tr valign="top" class="even"><td>zzz</td><td>the milliseconds with leading zeroes (000 to 999)</td></tr>
<tr valign="top" class="odd"><td>AP or A</td><td>interpret as an AM/PM time. <i>AP</i> must be either "AM" or "PM".</td></tr>
<tr valign="top" class="even"><td>ap or a</td><td>Interpret as an AM/PM time. <i>ap</i> must be either "am" or "pm".</td></tr>
</table></p>
<p>All other input characters will be treated as text. Any sequence of characters that are enclosed in singlequotes will also be treated as text and not be used as an expression.</p>
<pre> QTime time1 = QTime::fromString("131", "HHh");
<span class="comment"> // time1 is 13:00:00</span>
QTime time1 = QTime::fromString("1apA", "1amAM");
<span class="comment"> // time1 is 01:00:00</span>
QDateTime dateTime2 = QDateTime::fromString("M1d1y9800:01:02",
"'M'M'd'd'y'yyhh:mm:ss");
<span class="comment"> // dateTime is 1 January 1998 00:01:02</span></pre>
<p>If the format is not satisfied an invalid <a href="qdatetime.html">QDateTime</a> is returned. The expressions that don't have leading zeroes (d, M, h, m, s, z) will be greedy. This means that they will use two digits even if this will put them outside the range and/or leave too few digits for other sections.</p>
<pre> QDateTime dateTime = QDateTime::fromString("130", "Mm"); <span class="comment">// invalid</span></pre>
<p>This could have meant 1 January 00:30.00 but the M will grab two digits.</p>
<p>For any field that is not represented in the format the following defaults are used:</p>
<p><table align="center" cellpadding="2" cellspacing="1" border="0">
<thead><tr valign="top" class="qt-style"><th>Field</th><th>Default value</th></tr></thead>
<tr valign="top" class="odd"><td>Year</td><td>1900</td></tr>
<tr valign="top" class="even"><td>Month</td><td>1 (January)</td></tr>
<tr valign="top" class="odd"><td>Day</td><td>1</td></tr>
<tr valign="top" class="even"><td>Hour</td><td>0</td></tr>
<tr valign="top" class="odd"><td>Minute</td><td>0</td></tr>
<tr valign="top" class="even"><td>Second</td><td>0</td></tr>
</table></p>
<p>For example:</p>
<pre> QDateTime dateTime = QDateTime::fromString("1.30.1", "M.d.s");
<span class="comment"> // dateTime is January 30 in 1900 at 00:00:01.</span></pre>
<p><a href="qdatetime.html#toString">QDateTime::toString</a>() <a href="qtime.html#toString">QTime::toString</a>()</p>
<p>See also <a href="qdate.html#fromString">QDate::fromString</a>(), <a href="qtime.html#fromString">QTime::fromString</a>(), and <a href="qdate.html#toString">QDate::toString</a>().</p>
<h3 class="fn"><a name="fromTime_t"></a>QDateTime QDateTime::fromTime_t ( <a href="qtglobal.html#uint-typedef">uint</a> <i>seconds</i> ) <tt> [static]</tt></h3>
<p>Returns a datetime whose date and time are the number of <i>seconds</i> that have passed since 1970-01-01T00:00:00, Coordinated Universal Time (<a href="qt.html#TimeSpec-enum">Qt::UTC</a>). On systems that do not support time zones, the time will be set as if local time were <a href="qt.html#TimeSpec-enum">Qt::UTC</a>.</p>
<p>This function was introduced in Qt 4.2.</p>
<p>See also <a href="qdatetime.html#toTime_t">toTime_t</a>() and <a href="qdatetime.html#setTime_t">setTime_t</a>().</p>
<h3 class="fn"><a name="isNull"></a>bool QDateTime::isNull () const</h3>
<p>Returns true if both the date and the time are null; otherwise returns false. A null datetime is invalid.</p>
<p>See also <a href="qdate.html#isNull">QDate::isNull</a>(), <a href="qtime.html#isNull">QTime::isNull</a>(), and <a href="qdatetime.html#isValid">isValid</a>().</p>
<h3 class="fn"><a name="isValid"></a>bool QDateTime::isValid () const</h3>
<p>Returns true if both the date and the time are valid; otherwise returns false.</p>
<p>See also <a href="qdate.html#isValid">QDate::isValid</a>() and <a href="qtime.html#isValid">QTime::isValid</a>().</p>
<h3 class="fn"><a name="secsTo"></a>int QDateTime::secsTo ( const QDateTime & <i>other</i> ) const</h3>
<p>Returns the number of seconds from this datetime to the <i>other</i> datetime. If the <i>other</i> datetime is earlier than this datetime, the value returned is negative.</p>
<p>Before performing the comparison, the two datetimes are converted to <a href="qt.html#TimeSpec-enum">Qt::UTC</a> to ensure that the result is correct if one of the two datetimes has daylight saving time (DST) and the other doesn't.</p>
<p>Example:</p>
<pre> QDateTime now = QDateTime::currentDateTime();
QDateTime xmas(QDate(now.date().year(), 12, 25), QTime(0, 0));
qDebug("There are %d seconds to Christmas", now.secsTo(xmas));</pre>
<p>See also <a href="qdatetime.html#addSecs">addSecs</a>(), <a href="qdatetime.html#daysTo">daysTo</a>(), and <a href="qtime.html#secsTo">QTime::secsTo</a>().</p>
<h3 class="fn"><a name="setDate"></a>void QDateTime::setDate ( const <a href="qdate.html">QDate</a> & <i>date</i> )</h3>
<p>Sets the date part of this datetime to <i>date</i>. If no time is set, it is set to midnight.</p>
<p>See also <a href="qdatetime.html#date">date</a>(), <a href="qdatetime.html#setTime">setTime</a>(), and <a href="qdatetime.html#setTimeSpec">setTimeSpec</a>().</p>
<h3 class="fn"><a name="setTime"></a>void QDateTime::setTime ( const <a href="qtime.html">QTime</a> & <i>time</i> )</h3>
<p>Sets the time part of this datetime to <i>time</i>.</p>
<p>See also <a href="qdatetime.html#time">time</a>(), <a href="qdatetime.html#setDate">setDate</a>(), and <a href="qdatetime.html#setTimeSpec">setTimeSpec</a>().</p>
<h3 class="fn"><a name="setTimeSpec"></a>void QDateTime::setTimeSpec ( <a href="qt.html#TimeSpec-enum">Qt::TimeSpec</a> <i>spec</i> )</h3>
<p>Sets the time specification used in this datetime to <i>spec</i>.</p>
<p>See also <a href="qdatetime.html#timeSpec">timeSpec</a>(), <a href="qdatetime.html#setDate">setDate</a>(), <a href="qdatetime.html#setTime">setTime</a>(), and <a href="qt.html#TimeSpec-enum">Qt::TimeSpec</a>.</p>
<h3 class="fn"><a name="setTime_t"></a>void QDateTime::setTime_t ( <a href="qtglobal.html#uint-typedef">uint</a> <i>seconds</i> )</h3>
<p>Sets the date and time given the number of <i>seconds</i> that have passed since 1970-01-01T00:00:00, Coordinated Universal Time (<a href="qt.html#TimeSpec-enum">Qt::UTC</a>). On systems that do not support time zones this function will behave as if local time were <a href="qt.html#TimeSpec-enum">Qt::UTC</a>.</p>
<p>See also <a href="qdatetime.html#toTime_t">toTime_t</a>().</p>
<h3 class="fn"><a name="time"></a><a href="qtime.html">QTime</a> QDateTime::time () const</h3>
<p>Returns the time part of the datetime.</p>
<p>See also <a href="qdatetime.html#setTime">setTime</a>(), <a href="qdatetime.html#date">date</a>(), and <a href="qdatetime.html#timeSpec">timeSpec</a>().</p>
<h3 class="fn"><a name="timeSpec"></a><a href="qt.html#TimeSpec-enum">Qt::TimeSpec</a> QDateTime::timeSpec () const</h3>
<p>Returns the time specification of the datetime.</p>
<p>See also <a href="qdatetime.html#setTimeSpec">setTimeSpec</a>(), <a href="qdatetime.html#date">date</a>(), <a href="qdatetime.html#time">time</a>(), and <a href="qt.html#TimeSpec-enum">Qt::TimeSpec</a>.</p>
<h3 class="fn"><a name="toLocalTime"></a>QDateTime QDateTime::toLocalTime () const</h3>
<p>Returns a datetime containing the date and time information in this datetime, but specified using the <a href="qt.html#TimeSpec-enum">Qt::LocalTime</a> definition.</p>
<p>See also <a href="qdatetime.html#toTimeSpec">toTimeSpec</a>().</p>
<h3 class="fn"><a name="toString"></a><a href="qstring.html">QString</a> QDateTime::toString ( const <a href="qstring.html">QString</a> & <i>format</i> ) const</h3>
<p>Returns the datetime as a string. The <i>format</i> parameter determines the format of the result string.</p>
<p>These expressions may be used for the date:</p>
<p><table align="center" cellpadding="2" cellspacing="1" border="0">
<thead><tr valign="top" class="qt-style"><th>Expression</th><th>Output</th></tr></thead>
<tr valign="top" class="odd"><td>d</td><td>the day as number without a leading zero (1 to 31)</td></tr>
<tr valign="top" class="even"><td>dd</td><td>the day as number with a leading zero (01 to 31)</td></tr>
<tr valign="top" class="odd"><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon' to 'Sun'). Uses <a href="qdate.html#shortDayName">QDate::shortDayName</a>().</td></tr>
<tr valign="top" class="even"><td>dddd</td><td>the long localized day name (e.g. 'Monday' to '<a href="qt.html#DayOfWeek-enum">Qt::Sunday</a>'). Uses <a href="qdate.html#longDayName">QDate::longDayName</a>().</td></tr>
<tr valign="top" class="odd"><td>M</td><td>the month as number without a leading zero (1-12)</td></tr>
<tr valign="top" class="even"><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr>
<tr valign="top" class="odd"><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan' to 'Dec'). Uses <a href="qdate.html#shortMonthName">QDate::shortMonthName</a>().</td></tr>
<tr valign="top" class="even"><td>MMMM</td><td>the long localized month name (e.g. 'January' to 'December'). Uses <a href="qdate.html#longMonthName">QDate::longMonthName</a>().</td></tr>
<tr valign="top" class="odd"><td>yy</td><td>the year as two digit number (00-99)</td></tr>
<tr valign="top" class="even"><td>yyyy</td><td>the year as four digit number</td></tr>
</table></p>
<p>These expressions may be used for the time:</p>
<p><table align="center" cellpadding="2" cellspacing="1" border="0">
<thead><tr valign="top" class="qt-style"><th>Expression</th><th>Output</th></tr></thead>
<tr valign="top" class="odd"><td>h</td><td>the hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)</td></tr>
<tr valign="top" class="even"><td>hh</td><td>the hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)</td></tr>
<tr valign="top" class="odd"><td>m</td><td>the minute without a leading zero (0 to 59)</td></tr>
<tr valign="top" class="even"><td>mm</td><td>the minute with a leading zero (00 to 59)</td></tr>
<tr valign="top" class="odd"><td>s</td><td>the second without a leading zero (0 to 59)</td></tr>
<tr valign="top" class="even"><td>ss</td><td>the second with a leading zero (00 to 59)</td></tr>
<tr valign="top" class="odd"><td>z</td><td>the milliseconds without leading zeroes (0 to 999)</td></tr>
<tr valign="top" class="even"><td>zzz</td><td>the milliseconds with leading zeroes (000 to 999)</td></tr>
<tr valign="top" class="odd"><td>AP</td><td>use AM/PM display. <i>AP</i> will be replaced by either "AM" or "PM".</td></tr>
<tr valign="top" class="even"><td>ap</td><td>use am/pm display. <i>ap</i> will be replaced by either "am" or "pm".</td></tr>
</table></p>
<p>All other input characters will be ignored. Any sequence of characters that are enclosed in singlequotes will be treated as text and not be used as an expression. Two consecutive singlequotes ("''") are replaced by a singlequote in the output.</p>
<p>Example format strings (assumed that the <a href="qdatetime.html">QDateTime</a> is 21 May 2001 14:13:09):</p>
<p><table align="center" cellpadding="2" cellspacing="1" border="0">
<thead><tr valign="top" class="qt-style"><th>Format</th><th>Result</th></tr></thead>
<tr valign="top" class="odd"><td>dd.MM.yyyy</td><td>21.05.2001</td></tr>
<tr valign="top" class="even"><td>ddd MMMM d yy</td><td>Tue May 21 01</td></tr>
<tr valign="top" class="odd"><td>hh:mm:ss.zzz</td><td>14:13:09.042</td></tr>
<tr valign="top" class="even"><td>h:m:s ap</td><td>2:13:9 pm</td></tr>
</table></p>
<p>If the datetime is invalid, an empty string will be returned.</p>
<p>See also <a href="qdate.html#toString">QDate::toString</a>() and <a href="qtime.html#toString">QTime::toString</a>().</p>
<h3 class="fn"><a name="toString-2"></a><a href="qstring.html">QString</a> QDateTime::toString ( <a href="qt.html#DateFormat-enum">Qt::DateFormat</a> <i>format</i> = Qt::TextDate ) const</h3>
<p>This is an overloaded member function, provided for convenience.</p>
<p>Returns the datetime as a string in the <i>format</i> given.</p>
<p>If the <i>format</i> is <a href="qt.html#DateFormat-enum">Qt::TextDate</a>, the string is formatted in the default way. <a href="qdate.html#shortDayName">QDate::shortDayName</a>(), <a href="qdate.html#shortMonthName">QDate::shortMonthName</a>(), and <a href="qtime.html#toString">QTime::toString</a>() are used to generate the string, so the day and month names will be localized names. An example of this formatting is "Wed May 20 03:40:13 1998".</p>
<p>If the <i>format</i> is <a href="qt.html#DateFormat-enum">Qt::ISODate</a>, the string format corresponds to the ISO 8601 extended specification for representations of dates and times, taking the form YYYY-MM-DDTHH:MM:SS.</p>
<p>If the <i>format</i> is <a href="qt.html#DateFormat-enum">Qt::SystemLocaleShortDate</a> or <a href="qt.html#DateFormat-enum">Qt::SystemLocaleLongDate</a>, the string format depends on the locale settings of the system. Identical to calling <a href="qlocale.html#system">QLocale::system</a>().toString(datetime, <a href="qlocale.html#FormatType-enum">QLocale::ShortFormat</a>) or <a href="qlocale.html#system">QLocale::system</a>().toString(datetime, <a href="qlocale.html#FormatType-enum">QLocale::LongFormat</a>).</p>
<p>If the <i>format</i> is <a href="qt.html#DateFormat-enum">Qt::DefaultLocaleShortDate</a> or <a href="qt.html#DateFormat-enum">Qt::DefaultLocaleLongDate</a>, the string format depends on the default application locale. This is the locale set with <a href="qlocale.html#setDefault">QLocale::setDefault</a>(), or the system locale if no default locale has been set. Identical to calling QLocale().toString(datetime, <a href="qlocale.html#FormatType-enum">QLocale::ShortFormat</a>) or QLocale().toString(datetime, <a href="qlocale.html#FormatType-enum">QLocale::LongFormat</a>).</p>
<p>If the datetime is invalid, an empty string will be returned.</p>
<p><b>Warning:</b> The <a href="qt.html#DateFormat-enum">Qt::ISODate</a> format is only valid for years in the range 0 to 9999. This restriction may apply to locale-aware formats as well, depending on the locale settings.</p>
<p>See also <a href="qdate.html#toString">QDate::toString</a>(), <a href="qtime.html#toString">QTime::toString</a>(), and <a href="qt.html#DateFormat-enum">Qt::DateFormat</a>.</p>
<h3 class="fn"><a name="toTimeSpec"></a>QDateTime QDateTime::toTimeSpec ( <a href="qt.html#TimeSpec-enum">Qt::TimeSpec</a> <i>specification</i> ) const</h3>
<p>Returns a copy of this datetime configured to use the given time <i>specification</i>.</p>
<p>See also <a href="qdatetime.html#timeSpec">timeSpec</a>(), <a href="qdatetime.html#toUTC">toUTC</a>(), and <a href="qdatetime.html#toLocalTime">toLocalTime</a>().</p>
<h3 class="fn"><a name="toTime_t"></a><a href="qtglobal.html#uint-typedef">uint</a> QDateTime::toTime_t () const</h3>
<p>Returns the datetime as the number of seconds that have passed since 1970-01-01T00:00:00, Coordinated Universal Time (<a href="qt.html#TimeSpec-enum">Qt::UTC</a>).</p>
<p>On systems that do not support time zones, this function will behave as if local time were <a href="qt.html#TimeSpec-enum">Qt::UTC</a>.</p>
<p>See also <a href="qdatetime.html#setTime_t">setTime_t</a>().</p>
<h3 class="fn"><a name="toUTC"></a>QDateTime QDateTime::toUTC () const</h3>
<p>Returns a datetime containing the date and time information in this datetime, but specified using the <a href="qt.html#TimeSpec-enum">Qt::UTC</a> definition.</p>
<p>See also <a href="qdatetime.html#toTimeSpec">toTimeSpec</a>().</p>
<h3 class="fn"><a name="operator-not-eq"></a>bool QDateTime::operator!= ( const QDateTime & <i>other</i> ) const</h3>
<p>Returns true if this datetime is different from the <i>other</i> datetime; otherwise returns false.</p>
<p>Two datetimes are different if either the date, the time, or the time zone components are different.</p>
<p>See also <a href="qdatetime.html#operator-eq-eq">operator==</a>().</p>
<h3 class="fn"><a name="operator-lt"></a>bool QDateTime::operator< ( const QDateTime & <i>other</i> ) const</h3>
<p>Returns true if this datetime is earlier than the <i>other</i> datetime; otherwise returns false.</p>
<h3 class="fn"><a name="operator-lt-eq"></a>bool QDateTime::operator<= ( const QDateTime & <i>other</i> ) const</h3>
<p>Returns true if this datetime is earlier than or equal to the <i>other</i> datetime; otherwise returns false.</p>
<h3 class="fn"><a name="operator-eq"></a>QDateTime & QDateTime::operator= ( const QDateTime & <i>other</i> )</h3>
<p>Makes a copy of the <i>other</i> datetime and returns a reference to the copy.</p>
<h3 class="fn"><a name="operator-eq-eq"></a>bool QDateTime::operator== ( const QDateTime & <i>other</i> ) const</h3>
<p>Returns true if this datetime is equal to the <i>other</i> datetime; otherwise returns false.</p>
<p><b>Note:</b> This function compares for strict equality of the <a href="qdatetime.html">QDateTime</a> object. Use <a href="qdatetime.html#toUTC">QDateTime::toUTC</a>(), instead if you would like to compare times.</p>
<p>See also <a href="qdatetime.html#operator-not-eq">operator!=</a>().</p>
<h3 class="fn"><a name="operator-gt"></a>bool QDateTime::operator> ( const QDateTime & <i>other</i> ) const</h3>
<p>Returns true if this datetime is later than the <i>other</i> datetime; otherwise returns false.</p>
<h3 class="fn"><a name="operator-gt-eq"></a>bool QDateTime::operator>= ( const QDateTime & <i>other</i> ) const</h3>
<p>Returns true if this datetime is later than or equal to the <i>other</i> datetime; otherwise returns false.</p>
<hr />
<h2>Related Non-Members</h2>
<h3 class="fn"><a name="operator-lt-lt-3"></a><a href="qdatastream.html">QDataStream</a> & operator<< ( <a href="qdatastream.html">QDataStream</a> & <i>out</i>, const QDateTime & <i>dateTime</i> )</h3>
<p>This is an overloaded member function, provided for convenience.</p>
<p>Writes <i>dateTime</i> to the <i>out</i> stream.</p>
<p>See also <a href="datastreamformat.html">Format of the QDataStream operators</a>.</p>
<h3 class="fn"><a name="operator-gt-gt-3"></a><a href="qdatastream.html">QDataStream</a> & operator>> ( <a href="qdatastream.html">QDataStream</a> & <i>in</i>, QDateTime & <i>dateTime</i> )</h3>
<p>This is an overloaded member function, provided for convenience.</p>
<p>Reads a datetime from the stream <i>in</i> into <i>dateTime</i>.</p>
<p>See also <a href="datastreamformat.html">Format of the QDataStream operators</a>.</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>
|
wp-content/plugins/uxbarn-portfolio/css/isotope.css | gitprj/sally-krivaci | /**** Isotope Filtering ****/
.isotope-item {
z-index: 1 !important;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 0 !important;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
} |
toolchains/share/doc/gdb/Tail-Call-Frames.html | thanhphat11/android_kernel_xiaomi_msm8996 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Copyright (C) 1988-2016 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being "Free Software" and "Free Software Needs
Free Documentation", with the Front-Cover Texts being "A GNU Manual,"
and with the Back-Cover Texts as in (a) below.
(a) The FSF's Back-Cover Text is: "You are free to copy and modify
this GNU Manual. Buying copies from GNU Press supports the FSF in
developing GNU and promoting software freedom." -->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<title>Debugging with GDB: Tail Call Frames</title>
<meta name="description" content="Debugging with GDB: Tail Call Frames">
<meta name="keywords" content="Debugging with GDB: Tail Call Frames">
<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="Concept-Index.html#Concept-Index" rel="index" title="Concept Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Optimized-Code.html#Optimized-Code" rel="up" title="Optimized Code">
<link href="Macros.html#Macros" rel="next" title="Macros">
<link href="Inline-Functions.html#Inline-Functions" rel="prev" title="Inline Functions">
<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="Tail-Call-Frames"></a>
<div class="header">
<p>
Previous: <a href="Inline-Functions.html#Inline-Functions" accesskey="p" rel="prev">Inline Functions</a>, Up: <a href="Optimized-Code.html#Optimized-Code" accesskey="u" rel="up">Optimized Code</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Tail-Call-Frames-1"></a>
<h3 class="section">11.2 Tail Call Frames</h3>
<a name="index-tail-call-frames_002c-debugging"></a>
<p>Function <code>B</code> can call function <code>C</code> in its very last statement. In
unoptimized compilation the call of <code>C</code> is immediately followed by return
instruction at the end of <code>B</code> code. Optimizing compiler may replace the
call and return in function <code>B</code> into one jump to function <code>C</code>
instead. Such use of a jump instruction is called <em>tail call</em>.
</p>
<p>During execution of function <code>C</code>, there will be no indication in the
function call stack frames that it was tail-called from <code>B</code>. If function
<code>A</code> regularly calls function <code>B</code> which tail-calls function <code>C</code>,
then <small>GDB</small> will see <code>A</code> as the caller of <code>C</code>. However, in
some cases <small>GDB</small> can determine that <code>C</code> was tail-called from
<code>B</code>, and it will then create fictitious call frame for that, with the
return address set up as if <code>B</code> called <code>C</code> normally.
</p>
<p>This functionality is currently supported only by DWARF 2 debugging format and
the compiler has to produce ‘<samp>DW_TAG_GNU_call_site</samp>’ tags. With
<small>GCC</small>, you need to specify <samp>-O -g</samp> during compilation, to get
this information.
</p>
<p><kbd>info frame</kbd> command (see <a href="Frame-Info.html#Frame-Info">Frame Info</a>) will indicate the tail call frame
kind by text <code>tail call frame</code> such as in this sample <small>GDB</small> output:
</p>
<div class="smallexample">
<pre class="smallexample">(gdb) x/i $pc - 2
0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
(gdb) info frame
Stack level 1, frame at 0x7fffffffda30:
rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
tail call frame, caller of frame at 0x7fffffffda30
source language c++.
Arglist at unknown address.
Locals at unknown address, Previous frame's sp is 0x7fffffffda30
</pre></div>
<p>The detection of all the possible code path executions can find them ambiguous.
There is no execution history stored (possible <a href="Reverse-Execution.html#Reverse-Execution">Reverse Execution</a> is never
used for this purpose) and the last known caller could have reached the known
callee by multiple different jump sequences. In such case <small>GDB</small> still
tries to show at least all the unambiguous top tail callers and all the
unambiguous bottom tail calees, if any.
</p>
<dl compact="compact">
<dd><a name="set-debug-entry_002dvalues"></a></dd>
<dt><code>set debug entry-values</code></dt>
<dd><a name="index-set-debug-entry_002dvalues"></a>
<p>When set to on, enables printing of analysis messages for both frame argument
values at function entry and tail calls. It will show all the possible valid
tail calls code paths it has considered. It will also print the intersection
of them with the final unambiguous (possibly partial or even empty) code path
result.
</p>
</dd>
<dt><code>show debug entry-values</code></dt>
<dd><a name="index-show-debug-entry_002dvalues"></a>
<p>Show the current state of analysis messages printing for both frame argument
values at function entry and tail calls.
</p></dd>
</dl>
<p>The analysis messages for tail calls can for example show why the virtual tail
call frame for function <code>c</code> has not been recognized (due to the indirect
reference by variable <code>x</code>):
</p>
<div class="smallexample">
<pre class="smallexample">static void __attribute__((noinline, noclone)) c (void);
void (*x) (void) = c;
static void __attribute__((noinline, noclone)) a (void) { x++; }
static void __attribute__((noinline, noclone)) c (void) { a (); }
int main (void) { x (); return 0; }
Breakpoint 1, DW_OP_GNU_entry_value resolving cannot find
DW_TAG_GNU_call_site 0x40039a in main
a () at t.c:3
3 static void __attribute__((noinline, noclone)) a (void) { x++; }
(gdb) bt
#0 a () at t.c:3
#1 0x000000000040039a in main () at t.c:5
</pre></div>
<p>Another possibility is an ambiguous virtual tail call frames resolution:
</p>
<div class="smallexample">
<pre class="smallexample">int i;
static void __attribute__((noinline, noclone)) f (void) { i++; }
static void __attribute__((noinline, noclone)) e (void) { f (); }
static void __attribute__((noinline, noclone)) d (void) { f (); }
static void __attribute__((noinline, noclone)) c (void) { d (); }
static void __attribute__((noinline, noclone)) b (void)
{ if (i) c (); else e (); }
static void __attribute__((noinline, noclone)) a (void) { b (); }
int main (void) { a (); return 0; }
tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
tailcall: reduced: 0x4004d2(a) |
(gdb) bt
#0 f () at t.c:2
#1 0x00000000004004d2 in a () at t.c:8
#2 0x0000000000400395 in main () at t.c:9
</pre></div>
<p>Frames #0 and #2 are real, #1 is a virtual tail call frame.
The code can have possible execution paths <code>main→a→b→c→d→f</code> or
<code>main→a→b→e→f</code>, <small>GDB</small> cannot find which one from the inferior state.
</p>
<p><code>initial:</code> state shows some random possible calling sequence <small>GDB</small>
has found. It then finds another possible calling sequcen - that one is
prefixed by <code>compare:</code>. The non-ambiguous intersection of these two is
printed as the <code>reduced:</code> calling sequence. That one could have many
futher <code>compare:</code> and <code>reduced:</code> statements as long as there remain
any non-ambiguous sequence entries.
</p>
<p>For the frame of function <code>b</code> in both cases there are different possible
<code>$pc</code> values (<code>0x4004cc</code> or <code>0x4004ce</code>), therefore this frame is
also ambigous. The only non-ambiguous frame is the one for function <code>a</code>,
therefore this one is displayed to the user while the ambiguous frames are
omitted.
</p>
<p>There can be also reasons why printing of frame argument values at function
entry may fail:
</p>
<div class="smallexample">
<pre class="smallexample">int v;
static void __attribute__((noinline, noclone)) c (int i) { v++; }
static void __attribute__((noinline, noclone)) a (int i);
static void __attribute__((noinline, noclone)) b (int i) { a (i); }
static void __attribute__((noinline, noclone)) a (int i)
{ if (i) b (i - 1); else c (0); }
int main (void) { a (5); return 0; }
(gdb) bt
#0 c (i=i@entry=0) at t.c:2
#1 0x0000000000400428 in a (DW_OP_GNU_entry_value resolving has found
function "a" at 0x400420 can call itself via tail calls
i=<optimized out>) at t.c:6
#2 0x000000000040036e in main () at t.c:7
</pre></div>
<p><small>GDB</small> cannot find out from the inferior state if and how many times did
function <code>a</code> call itself (via function <code>b</code>) as these calls would be
tail calls. Such tail calls would modify thue <code>i</code> variable, therefore
<small>GDB</small> cannot be sure the value it knows would be right - <small>GDB</small>
prints <code><optimized out></code> instead.
</p>
<hr>
<div class="header">
<p>
Previous: <a href="Inline-Functions.html#Inline-Functions" accesskey="p" rel="prev">Inline Functions</a>, Up: <a href="Optimized-Code.html#Optimized-Code" accesskey="u" rel="up">Optimized Code</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
</body>
</html>
|
imageoptim/sv.lproj/Help/prefs.html | yeahdongcn/ImageOptim | <!DOCTYPE html>
<html lang=sv>
<meta charset="UTF-8">
<title>ImageOptim Inställningar</title>
<link rel="stylesheet" href="../../style.css">
<meta name="AppleTitle" content="ImageOptim Preferences Help">
<meta name="AppleIcon" content="../../ImageOptim.icns">
<meta name="AppleFont" content="Lucida Grande,Helvetica,Arial">
<body>
<h1>ImageOptim Inställningar</h1>
<p><a href="index.html">« Tillbaka</a></p>
<h2>Allmänna inställningar</h2>
<dl>
<dt>Behåll filbehörigheter, attribut och hårda länkar</dt>
<dd>
<p>Byter ut den gamla filen mot en ny fil på plats. Det gör att alla hårda länkar, alias och filens ägare, behörigheter och utökade attribut förblir desamma.</p>
<p>Det går lite snabbare om man inte behåller behörigheter.</p>
</dd>
<dt>Ta bort alla valfria stycken</dt>
<dd>
<p>Behåll förkryssad om du optimerar för webben. Stäng av om du har speciella PNG-filer med extra metadata.</p>
<p data-role="strip-dpi">Other invisible information is removed as well, such as DPI and comments.</p>
</dd>
<dt>Ta bort EXIF-data och kommentarer från filer</dt>
<dd>
<p>Tar bort bildens metadata, som namnet på bildbehandlingsprogrammet eller på kameramodellen som skapade filen.</p>
<p data-role="strip-copyright">Embedded copyright information is removed as well. Please note that generally images are protected by copyright law regardless whether they contain such invisible metadata or not.</p>
</dd>
</dl>
<h2>Tools</h2>
<p data-role="slow-tools">Zopfli and PNGOUT are very good PNG compressors, but are very slow. Disable them if you need to optimize PNG files quickly (leave only AdvPNG for fastest, but still good compression).</p>
<p data-role="dirty-alpha-tools">Zopfli and OptiPNG will clean RGB values of transparent pixels (known as “dirty alpha”). Disable these two tools if you're optimizing special files that use alpha channel for something else than transparency (e.g. heightmap in game data files).</p>
<div id="jpegoptim">
<h2>JPEGOptim</h2>
<dl>
<dt>Maxkvalitet</dt>
<dd>
<p>Om det står på 100%, blir det en <strong>icke-förstörande</strong> komprimering.</p>
<p>Allt under 100% skapar filer av <strong>lägre kvalitet</strong> än om de sparas med den högsta inställningen.</p>
</dd>
</dl>
</div>
<div id="pngout">
<h2>PNGOUT</h2>
<dl>
<dt>Optimeringstyp</dt>
<dd>
<p>PNGOUT är väldigt effektivt, men väldigt långsamt. Använd lägre värden om du är otålig.</p>
</dd>
<dt>Avbryt om det tar för lång tid</dt>
<dd>
<p>PNGOUT kan ta <em>lång</em> tid på sig för att optimera stora bilder. Den här inställningen avbryter PNGOUT efter en minut.</p>
</dd>
</dl>
</div>
<div id="optipng">
<h2>OptiPNG</h2>
<dl>
<dt>Optimeringsnivå</dt>
<dd>
<p>Det finns ett antal olika inställningskombinationer. Det är oftast inte lönt att prova alla.</p>
</dd>
<dt>Sammanfläta bilder (progressivt)</dt>
<dd>
<p>Sammanflätade bilder ser bättre ut när de är delvis nedladdade, men komprimeringen blir oftast mindre effektiv.</p>
<p>Det finns tre möjligheter: en bock gör att alla bilder blir sammanflätade, ett streck behåller filens inställningar, och en tom ruta tar bort sammanflätning från filer.</p>
</dd>
</dl>
</div>
<div id="gifsicle">
<h2>Gifsicle</h2>
<p>För bästa komprimering bör du konvertera GIF-filer till PNG-filer (ImageOptim gör inte detta automatiskt).</p>
</div>
</body>
</html>
|
test/settings/ok/options-style-1.html | farvardin/txt2tags-test | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META NAME="generator" CONTENT="http://txt2tags.org">
<LINK REL="stylesheet" TYPE="text/css" HREF="css1">
</HEAD><BODY BGCOLOR="white" TEXT="black">
<CENTER>
</CENTER>
<P>
Text.
</P>
<!-- html code generated by txt2tags (http://txt2tags.org) -->
<!-- cmdline: txt2tags -q -\-no-rc -t html -i options-style-1.t2t -->
</BODY></HTML>
|
views/review.html | GirlsCodePy/girlscode-coursebuilder | {% extends 'base_course.html' %}
{% block gcb_page_info %}
if ('gcbSetPageInfo' in window) {
gcbSetPageInfo({
'page_type': 'review',
'unit_id': '{{ unit_id }}',
'review_step': '{{ review_step_key }}',
});
}
{% endblock %}
{% block subtitle %}
{# I18N: Title of the webpage. #}
- {{ gettext('Review') }}
{% endblock subtitle %}
{% block top_content %}
{% endblock %}
{% block assets %}
{{ super() }}
<link rel="stylesheet" href="/static/material-design-icons/css/material-design-iconic-font.min.css">
{% endblock %}
{% block main_content %}
{% if model_version == '1.5' %}
{% import 'assessment_html_content.html' as html_assessment %}
{% endif %}
<div id="gcb-main">
<div class="gcb-article">
{% if assessment_script_src %}
<script src="{{ assessment_script_src }}"></script>
{% endif %}
<script>
assessmentXsrfToken = '{{ assessment_xsrf_token }}';
var assessmentGlobals = {};
assessmentGlobals.isReviewForm = true;
assessmentGlobals.unitId = '{{ unit_id }}';
assessmentGlobals.key = '{{ key }}';
{% if saved_answers %}
assessmentGlobals.savedAnswers = JSON.parse("{{saved_answers | js_string}}");
{% endif %}
</script>
<p>
<a href="reviewdashboard?unit={{ unit_id }}">
{# I18N: Link to return to the list of peer reviews. #}
{{ gettext('Back to the review dashboard.') }}
</a>
</p>
<p>
{% if due_date_exceeded %}
<strong>
{# I18N: Text shown to students when they visit a review submission page for which the due date has passed. #}
{{ gettext('The due date for submitting this review has passed. It was due on %(review_due_date)s.', review_due_date=review_due_date) }}
</strong>
{% else %}
<strong>
{# I18N: Shown to a student who is asked to complete a peer review of another student's assignment. #}
{{ gettext('Due date for this review: ') }}
</strong>
{{ review_due_date }}.
{% endif %}
</p>
<p>
<em>
{# I18N: Instructions to a student who is asked to complete a peer review of another student's assignment. #}
{{ gettext('The scores and comments you submit here will be viewed by your peers. Once you submit your review, you may not edit it.') }}
</em>
</p>
<hr>
<h3>
{% if readonly_review_form is defined %}
{# I18N: Header text for a reviewed assignment. #}
{{ gettext('Reviewed assignment') }}
{% else %}
{# I18N: Header text for an assignment that a student still needs to review. #}
{{ gettext('Assignment to review') }}
{% endif %}
{% if is_read_write_course and is_course_admin %}
<a href="dashboard?action=edit_assessment&key={{ unit_id }}"
class="icon md-mode-edit gcb-edit-resource-button">
</a>
{% endif %}
</h3>
{% import 'readonly_assessment.html' as readonly_assessment %}
<div class="gcb-border-box">
{% if model_version == '1.4' %}
{{ readonly_assessment.display(readonly_student_assessment) }}
{% elif model_version == '1.5' %}
{{
html_assessment.render(
unit_id, assessment_xsrf_token, html_reviewee_answers,
html_review_content, readonly=True,
transient_student=transient_student)
}}
{% endif %}
</div>
{% if readonly_review_form is defined %}
{# I18N: Header text for a review the student has previously submitted. #}
<h3>{{ gettext('Submitted review') }}</h3>
<div class="gcb-border-box">
{% if model_version == '1.4' %}
{{ readonly_assessment.display(readonly_review_form) }}
{% elif model_version == '1.5' %}
{{
html_assessment.render(
unit_id, assessment_xsrf_token, html_review_answers,
html_review_form, readonly=True,
transient_student=transient_student)
}}
{% endif %}
</div>
{% else %}
{# I18N: Header text for a review form that a student has to complete when reviewing another student's assignment. #}
<h3>{{ gettext('Review form') }}</h3>
{% endif %}
<div style="width: 970px;" id="assessmentContents"></div>
{% if model_version == '1.5' and not readonly_review_form %}
{{
html_assessment.render(
unit_id, assessment_xsrf_token, html_review_answers,
html_review_form, is_review_form=True, review_key=key,
transient_student=transient_student)
}}
{% endif %}
</div>
</div>
{% endblock %}
|
src/main/java/org/projectforge/web/access/AccessEditTablePanel.html | micromata/projectforge-webapp | <?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<head>
<title>Preview of AccessTablePanel</title>
</head>
<body>
<wicket:panel>
<table>
<tr wicket:id="accessRows">
<th wicket:id="area">[time sheets]</th>
<td><wicket:container wicket:id="checkboxes">[select insert update delete]</wicket:container></td>
</tr>
</table>
</wicket:panel>
</body>
</html> |
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/5.balacharitham-ext.txt.out.dict_843_jnu.html | sanskritiitd/sanskrit | url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=अयमस्मि<html>
<title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title>
<META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/>
<META NAME="Author" CONTENT="Dr. Girish Nath Jha">
<META NAME="Keywords" CONTENT="Dr. Girish Nath Jha, Sachin, Diwakar Mishra, Sanskrit Computational Linguistics, Sanskrit informatics, Sanskrit computing, Sanskrit language processing, Sanskrit and computer, computer processing of sanskrit, subanta, tinanta, POS tagger, tagset, Indian languages, linguistics, amarakosha, amarakosa, Indian tradition, Indian heritage, Machine translation, AI, MT divergence, Sandhi, kridanta, taddhita, e-learning, corpus, etext, e-text, Sanskrit blog, Panini, Bhartrhari, Bhartrihari, Patanjali, karaka, mahabharata, ashtadhyayi, astadhyayi, indexer, indexing, lexical resources, Sanskrit, thesaurus, samasa, gender analysis in Sanskrit, Hindi, saHiT, language technology, NLP">
<META NAME="Description" CONTENT="Dr. Girish Nath Jha, Sachin, Diwakar Mishra, Sanskrit Computational Linguistics, Sanskrit informatics, Sanskrit computing, Sanskrit language processing, Sanskrit and computer, computer processing of sanskrit, subanta, tinanta, POS tagger, tagset, Indian languages, linguistics, amarakosha, amarakosa, Indian tradition, Indian heritage, Machine translation, AI, MT divergence, Sandhi, kridanta, taddhita, e-learning, corpus, etext, e-text, Sanskrit blog, Panini, Bhartrhari, Bhartrihari, Patanjali, karaka, mahabharata, ashtadhyayi, astadhyayi, indexer, indexing, lexical resources, Sanskrit, thesaurus, samasa, gender analysis in Sanskrit, Hindi, saHiT, language technology, NLP">
<head>
<head>
<style>
<!--
div.Section1
{page:Section1;}
-->
</style>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<script language="JavaScript" src=../js/menuitems.js></script>
<script language="JavaScript" src="../js/mm_menu.js"></script>
<meta name=Author content="Dr. Girish Nath Jha, JNU, New Delhi">
</head>
<body lang=EN-US link=blue vlink=blue style='tab-interval:.5in'>
<div class=Section1>
<div align=center>
<table border=1 cellspacing=0 cellpadding=0 width=802 style='width:601.5pt;
border-collapse:collapse;border:none;mso-border-alt:outset navy .75pt'>
<tr>
<td width=800 style='width:600.0pt;border:inset navy .75pt;padding:.75pt .75pt .75pt .75pt'>
<script language="JavaScript1.2">mmLoadMenus();</script>
<img width=800 height=130 id="_x0000_i1028" src="../images/header1.jpg"
border=0>
</td>
</tr>
<tr>
<td width=818 style='width:613.5pt;border:inset navy .75pt;border-top:none;
mso-border-top-alt:inset navy .75pt;padding:.75pt .75pt .75pt .75pt'>
<p align="center"><a href="../"><span style='text-decoration:none;text-underline:
none'><img border=1 width=49 height=26 id="_x0000_i1037"
src="../images/backtohome.jpg"></span></a><span style='text-underline:
none'> </span><a href="javascript:;"
onmouseover="MM_showMenu(window.mm_menu_0821171051_0,6,29,null,'image2')"
onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline:
none'><img border=1 id=image2 src="../images/lang_tool.jpg"
name=image2 width="192" height="25"></span></a><span style='text-underline:
none'> </span><a href="javascript:;"
onmouseover="MM_showMenu(window.mm_menu_0821171909_0,6,29,null,'image3')"
onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline:
none'><img border=1 id=image3 src="../images/lexical.jpg"
name=image3 width="137" height="25"></span></a><span style='text-underline:
none'> </span><a href="javascript:;"
onmouseover="MM_showMenu(window.mm_menu_0821171609_0,6,29,null,'image1')"
onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline:
none'><img border=1 id=image1 src="../images/elearning.jpg"
name=image1 width="77" height="25"></span></a><span style='text-underline:
none'> </span><a href="javascript:;"
onmouseover="MM_showMenu(window.mm_menu_0821171809_0,6,29,null,'image4')"
onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline:
none'><img border=1 id=image4 src="../images/corpora.jpg"
name=image4 width="105" height="26"></span></a><span style='text-underline:
none'> </span><a href="javascript:;"
onmouseover="MM_showMenu(window.mm_menu_0821171709_0,6,29,null,'image5')"
onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline:
none'><img border=1 id=image5 src="../images/rstudents.jpg"
name=image5 width="125" height="26"></span></a><span style='text-underline:
none'> </span>
<a href="javascript:;"
onmouseover="MM_showMenu(window.mm_menu_0821171409_0,6,29,null,'image6')"
onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline:
none'><img border=1 id=image6 src="../images/feedback.jpg"
name=image6 width="80" height="25"></span></a><span style='text-underline:
none'> </span>
<!---
<a href="../user/feedback.jsp"><img border="1" src="../images/feedback.jpg" width="80" height="25"></a>
--->
</td>
</tr>
<tr>
<td width="800">
<p align="center"><font color="#FF9933"><span style='font-size:18.0pt;
'><b>Sanskrit Sandhi Recognizer and Analyzer</b></span></font></p>
The Sanskrit sandhi splitter (VOWEL SANDHI) was developed as part of M.Phil. research by <a href="mailto:sachin.jnu@gmail.com">Sachin Kumar</a> (M.Phil. 2005-2007), and <a href=mailto:diwakarmishra@gmail.com>Diwakar Mishra</a> (M.Phil. 2007-2009) under the supervision of <a href=http://www.jnu.ac.in/faculty/gnjha>Dr. Girish Nath Jha</a>. The coding for this application has been done by Dr. Girish Nath Jha and Diwakar Mishra. <!---Please send feedback to to <a href="mailto:girishj@mail.jnu.ac.in">Dr. Girish Nath Jha</A>--->The Devanagari input mechanism has been developed in Javascript by Satyendra Kumar Chaube, Dr. Girish Nath Jha and Dharm Singh Rathore.
</center>
<table border=0 width=100%>
<tr>
<td valign=top width=48%>
<table>
<tr>
<td>
<FORM METHOD=get ACTION=viccheda.jsp#results name="iform" accept-Charset="UTF-8">
<font size=2><b>Enter Sanskrit text for sandhi processing (संधि-विच्छेद हेतु पाठ्य दें)
using adjacent keyboard OR Use our inbuilt <a href=../js/itrans.html target=_blank>iTRANS</a>-Devanagari unicode converter for fast typing<br>
<a href=sandhitest.txt>examples</a>
<TEXTAREA name=itext COLS=40 ROWS=9 onkeypress=checkKeycode(event) onkeyup=iu()> अयमस्मि</TEXTAREA>
</td>
</tr>
<tr>
<td>
<font color=red size=2>Run in debug mode</font>
<input type=checkbox name="debug" value="ON">
<br>
<input type=submit value="Click to sandhi-split (संधि-विच्छेद करें)"></span><br>
</td>
</tr>
</table>
</td>
<td valign=top width=52%>
<table>
<tr>
<td>
<head>
<SCRIPT language=JavaScript src="../js/devkb.js"></SCRIPT>
<head>
<TEXTAREA name=itrans rows=5 cols=10 style="display:none"></TEXTAREA>
<INPUT name=lastChar type=hidden>
<table border=2 style="background-color:#fff;">
<tbody>
<tr >
<td>
<input type=button name="btn" style="width: 24px" value="अ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="आ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="इ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ई" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="उ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ऊ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ए" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ऐ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ओ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="औ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="अं" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="अः" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ऍ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ऑ" onClick="keyboard(this.value)">
</td>
</tr>
<tr>
<td>
<input type=button name="btn" style="width: 24px" value="्" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ा" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ि" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ी" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ु" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ू" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="े" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ै" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ो" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ौ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ं" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ः" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ॅ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ॉ" onClick="keyboard(this.value)">
</td>
</tr>
<tr>
<td>
<input type=button name="btn" style="width: 24px" value="क" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ख" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ग" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="घ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ङ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="च" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="छ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ज" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="झ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ञ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 100px" value="Backspace" onClick="BackSpace()">
</td>
</tr>
<tr>
<td>
<input type=button name="btn" style="width: 24px" value="+" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ट" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ठ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ड" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ढ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ण" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="">
<input type=button name="btn" style="width: 24px" value="">
<input type=button name="btn" style="width: 24px" value="">
<input type=button name="btn" style="width: 24px" value="त" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="थ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="द" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ध" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="न" onClick="keyboard(this.value)">
</td>
</tr>
<tr>
<td>
<input type=button name="btn" style="width: 24px" value="/" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="प" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="फ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ब" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="भ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="म" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="">
<input type=button name="btn" style="width: 24px" value="">
<input type=button name="btn" style="width: 24px" value="">
<input type=button name="btn" style="width: 24px" value="य" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="र" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ल" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="व" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="।" onClick="keyboard(this.value)">
</td>
</tr>
<tr>
<td>
<input type=button name="btn" style="width: 24px" value="*" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="श" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ष" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="स" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="">
<input type=button name="btn" style="width: 24px" value="ऋ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ऌ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ृ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ॄ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="">
<input type=button name="btn" style="width: 24px" value="">
<input type=button name="btn" style="width: 24px" value="ह" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="">
<input type=button name="btn" style="width: 24px" value="॥" onClick="keyboard(this.value)">
</td>
</tr>
<tr>
<td>
<input type=button name="btn" style="width: 24px" value="त्र" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="ज्ञ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="क्ष" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="श्र" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 200px" value="Space Bar" onClick="Space()">
<input type=button name="btn" style="width: 24px" value="ँ" onClick="keyboard(this.value)">
<input type=button name="btn" style="width: 24px" value="़" onClick="keyboard(this.value)">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
</table>
</form>
<a name=results>
<font size=4><b><u>Results</u></b></font>
<br>
अे मस्मि (अयादिसन्धि एचोऽयवायावः)<br> अ मस्मि (लोपः शाकल्यस्य)<br>
<br>
<font color=red>
<br>
<hr>
<br>
</body>
</html>
|
frameworks/base/docs/html/sdk/api_diff/21/changes/android.hardware.Camera.AutoFocusCallback.html | s20121035/rk3288_android5.1_repo | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "//www.w3.org/TR/html4/strict.dtd">
<HTML style="overflow:auto;">
<HEAD>
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
android.hardware.Camera.AutoFocusCallback
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
<noscript>
<style type="text/css">
body{overflow:auto;}
#body-content{position:relative; top:0;}
#doc-content{overflow:visible;border-left:3px solid #666;}
#side-nav{padding:0;}
#side-nav .toggle-list ul {display:block;}
#resize-packages-nav{border-bottom:3px solid #666;}
</style>
</noscript>
<style type="text/css">
</style>
</HEAD>
<BODY>
<!-- Start of nav bar -->
<a name="top"></a>
<div id="header" style="margin-bottom:0;padding-bottom:0;">
<div id="headerLeft">
<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
</div>
<div id="headerRight">
<div id="headerLinks">
<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
<span class="text">
<!-- <a href="#">English</a> | -->
<nobr><a href="//developer.android.com" target="_top">Android Developers</a> | <a href="//www.android.com" target="_top">Android.com</a></nobr>
</span>
</div>
<div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
<table class="diffspectable">
<tr>
<td colspan="2" class="diffspechead">API Diff Specification</td>
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
<td class="diffvaluenew" style="padding-top:.25em">21</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
<td class="diffvalueold">20</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
<td class="diffvalue">2014.10.15 15:01</td>
</tr>
</table>
</div><!-- End and-diff-id -->
<div class="and-diff-id" style="margin-right:8px;">
<table class="diffspectable">
<tr>
<td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
</tr>
</table>
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
Interface android.hardware.<A HREF="../../../../reference/android/hardware/Camera.AutoFocusCallback.html" target="_top"><font size="+2"><code>Camera.AutoFocusCallback</code></font></A>
</H2>
<p><b>Now deprecated</b>.<br>
<a NAME="constructors"></a>
<a NAME="methods"></a>
<a NAME="fields"></a>
</div>
<div id="footer">
<div id="copyright">
Except as noted, this content is licensed under
<a href="//creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
For details and restrictions, see the <a href="/license.html">Content License</a>.
</div>
<div id="footerlinks">
<p>
<a href="//www.android.com/terms.html">Site Terms of Service</a> -
<a href="//www.android.com/privacy.html">Privacy Policy</a> -
<a href="//www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
</div> <!-- end footer -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
<script src="//www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5831155-1");
pageTracker._setAllowAnchor(true);
pageTracker._initData();
pageTracker._trackPageview();
} catch(e) {}
</script>
</BODY>
</HTML>
|
interface/html5/views/attendance/exceptions/ExceptionView.html | maestrano/timetrex | <script type="text/javascript">
var exception_view_controller = new ExceptionViewController();
</script>
<div class="view exception-view" id="exception_view_container">
<div class="clear-both-div"></div>
<div class="grid-div">
<div class="total-number-div">
<span class="total-number-span"></span>
</div>
<div class="grid-top-border"></div>
<table id="grid"></table>
<div class="grid-bottom-border"></div><div class="bottom-div"> </div>
</div>
</div> |
rules/rules-accessiweb2.2/src/test/resources/testcases/accessiweb22/Aw22Rule03014/AW22.Test.3.1.4-3NMI-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>Aw22 Test.3.1.4 NMI 01</title>
</head>
<body>
<div>
<h1>Aw22 Test.3.1.4 NMI 01</h1>
<div class="test-detail">
For each CSS property that specifies a colour and that conveys information, information must not be provided only by colour. Does this rule have been followed?
</div>
<div class="testcase">
</div>
<div class="test-explanation">NMI : No-check rule</div>
</div>
</body>
</html> |
rules/rules-rgaa2.2/src/test/resources/testcases/rgaa22/Rgaa22Rule07011/css/RGAA22.Test.7.1-1Passed-02.css | dzc34/Asqatasun | h1:after {
content: " ";
}
.test-explanation:before {
content: "";
}
.test-detail {
content: "the content attribute is defined but without appropriate pseudo selector";
} |
wiki/docs/2.1/coverage-report/Cqrs.WebApi/CqrsEventApiController.cs.gcov.html | Chinchilla-Software-Com/CQRS | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LCOV - doc-coverage.info - Cqrs.WebApi/CqrsEventApiController.cs</title>
<link rel="stylesheet" type="text/css" href="../gcov.css">
</head>
<body>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="title">LCOV - code coverage report</td></tr>
<tr><td class="ruler"><img src="../glass.png" width=3 height=3 alt=""></td></tr>
<tr>
<td width="100%">
<table cellpadding=1 border=0 width="100%">
<tr>
<td width="10%" class="headerItem">Current view:</td>
<td width="35%" class="headerValue"><a href="../index.html">top level</a> - <a href="index.html">Cqrs.WebApi</a> - CqrsEventApiController.cs</td>
<td width="5%"></td>
<td width="15%"></td>
<td width="10%" class="headerCovTableHead">Hit</td>
<td width="10%" class="headerCovTableHead">Total</td>
<td width="15%" class="headerCovTableHead">Coverage</td>
</tr>
<tr>
<td class="headerItem">Test:</td>
<td class="headerValue">doc-coverage.info</td>
<td></td>
<td class="headerItem">Lines:</td>
<td class="headerCovTableEntry">2</td>
<td class="headerCovTableEntry">5</td>
<td class="headerCovTableEntryLo">40.0 %</td>
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2017-07-26</td>
<td></td>
</tr>
<tr><td><img src="../glass.png" width=3 height=3 alt=""></td></tr>
</table>
</td>
</tr>
<tr><td class="ruler"><img src="../glass.png" width=3 height=3 alt=""></td></tr>
</table>
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td><br></td>
</tr>
<tr>
<td>
<pre class="sourceHeading"> Line data Source code</pre>
<pre class="source">
<span class="lineNum"> 1 </span> : #region Copyright
<span class="lineNum"> 2 </span> : // // -----------------------------------------------------------------------
<span class="lineNum"> 3 </span> : // // <copyright company="cdmdotnet Limited">
<span class="lineNum"> 4 </span> : // // Copyright cdmdotnet Limited. All rights reserved.
<span class="lineNum"> 5 </span> : // // </copyright>
<span class="lineNum"> 6 </span> : // // -----------------------------------------------------------------------
<span class="lineNum"> 7 </span> : #endregion
<span class="lineNum"> 8 </span> :
<span class="lineNum"> 9 </span> : using System;
<span class="lineNum"> 10 </span> : using System.Collections.Generic;
<span class="lineNum"> 11 </span> : using cdmdotnet.Logging;
<span class="lineNum"> 12 </span> : using Cqrs.Authentication;
<span class="lineNum"> 13 </span> : using Cqrs.Events;
<span class="lineNum"> 14 </span> : using Cqrs.Services;
<span class="lineNum"> 15 </span> :
<span class="lineNum"> 16 </span> : namespace Cqrs.WebApi
<span class="lineNum"> 17 </span> : {
<span class="lineNum"> 18 </span> : /// <summary>
<span class="lineNum"> 19 </span> : /// A <see cref="CqrsApiController"/> that includes an implementation of the <see cref="IEventService{TAuthenticationToken}.GetEventData"/> method
<span class="lineNum"> 20 </span> : /// </summary>
<span class="lineNum"> 21 </span> : public abstract class CqrsEventApiController<TSingleSignOnToken>
<span class="lineNum"> 22 </span> : : CqrsApiController
<span class="lineNum"> 23 </span> : , IEventService<TSingleSignOnToken>
<span class="lineNum"> 24 </span> : where TSingleSignOnToken : ISingleSignOnToken, new()
<span class="lineNum"> 25 </span><span class="lineCov"> 1 : {</span>
<span class="lineNum"> 26 </span><span class="lineNoCov"> 0 : protected CqrsEventApiController(ILogger logger, ICorrelationIdHelper correlationIdHelper, IAuthenticationTokenHelper<TSingleSignOnToken> authenticationTokenHelper, IEventStore<TSingleSignOnToken> eventStore)</span>
<span class="lineNum"> 27 </span> : : base(logger, correlationIdHelper)
<span class="lineNum"> 28 </span> : {
<span class="lineNum"> 29 </span> : AuthenticationTokenHelper = authenticationTokenHelper;
<span class="lineNum"> 30 </span> : EventStore = eventStore;
<span class="lineNum"> 31 </span> : }
<span class="lineNum"> 32 </span> :
<span class="lineNum"> 33 </span> : protected IAuthenticationTokenHelper<TSingleSignOnToken> AuthenticationTokenHelper { get; private set; }
<span class="lineNum"> 34 </span> :
<span class="lineNum"> 35 </span> : protected virtual IEventStore<TSingleSignOnToken> EventStore { get; private set; }
<span class="lineNum"> 36 </span> :
<span class="lineNum"> 37 </span> :
<span class="lineNum"> 38 </span> : #region Implementation of IEventService<SingleSignOnToken>
<span class="lineNum"> 39 </span> :
<span class="lineNum"> 40 </span> : IServiceResponseWithResultData<IEnumerable<EventData>> IEventService<TSingleSignOnToken>.GetEventData(IServiceRequestWithData<TSingleSignOnToken, Guid> serviceRequest)
<span class="lineNum"> 41 </span> : {
<span class="lineNum"> 42 </span> : return GetEventData(serviceRequest);
<span class="lineNum"> 43 </span> : }
<span class="lineNum"> 44 </span> :
<span class="lineNum"> 45 </span> : /// <summary>
<span class="lineNum"> 46 </span> : /// Query for all the events that match the provided CorrelationId.
<span class="lineNum"> 47 </span> : /// </summary>
<span class="lineNum"> 48 </span> : /// <param name="serviceRequest">A <see cref="IServiceRequestWithData{TAuthenticationToken,TData}">service-request</see> that contains the CorrelationId.</param>
<span class="lineNum"> 49 </span> : /// <returns>A collection of <see cref="EventData">event data</see></returns>
<span class="lineNum"> 50 </span><span class="lineCov"> 1 : protected virtual IServiceResponseWithResultData<IEnumerable<EventData>> GetEventData(IServiceRequestWithData<TSingleSignOnToken, Guid> serviceRequest)</span>
<span class="lineNum"> 51 </span> : {
<span class="lineNum"> 52 </span> : AuthenticationTokenHelper.SetAuthenticationToken(serviceRequest.AuthenticationToken);
<span class="lineNum"> 53 </span> : CorrelationIdHelper.SetCorrelationId(serviceRequest.CorrelationId);
<span class="lineNum"> 54 </span> :
<span class="lineNum"> 55 </span> : OnGetEventData(serviceRequest);
<span class="lineNum"> 56 </span> : IEnumerable<EventData> results = EventStore.Get(serviceRequest.Data);
<span class="lineNum"> 57 </span> : results = OnGotEventData(serviceRequest, results);
<span class="lineNum"> 58 </span> :
<span class="lineNum"> 59 </span> : return new ServiceResponseWithResultData<IEnumerable<EventData>>
<span class="lineNum"> 60 </span> : {
<span class="lineNum"> 61 </span> : State = ServiceResponseStateType.Succeeded,
<span class="lineNum"> 62 </span> : ResultData = results,
<span class="lineNum"> 63 </span> : CorrelationId = CorrelationIdHelper.GetCorrelationId()
<span class="lineNum"> 64 </span> : };
<span class="lineNum"> 65 </span> : }
<span class="lineNum"> 66 </span> :
<span class="lineNum"> 67 </span> : #endregion
<span class="lineNum"> 68 </span> :
<span class="lineNum"> 69 </span><span class="lineNoCov"> 0 : protected virtual void OnGetEventData(IServiceRequestWithData<TSingleSignOnToken, Guid> serviceRequest) { }</span>
<span class="lineNum"> 70 </span> :
<span class="lineNum"> 71 </span><span class="lineNoCov"> 0 : protected virtual IEnumerable<EventData> OnGotEventData(IServiceRequestWithData<TSingleSignOnToken, Guid> serviceRequest, IEnumerable<EventData> results)</span>
<span class="lineNum"> 72 </span> : {
<span class="lineNum"> 73 </span> : return results;
<span class="lineNum"> 74 </span> : }
<span class="lineNum"> 75 </span> : }
<span class="lineNum"> 76 </span> : }
</pre>
</td>
</tr>
</table>
<br>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="ruler"><img src="../glass.png" width=3 height=3 alt=""></td></tr>
<tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LCOV version 1.10</a></td></tr>
</table>
<br>
</body>
</html>
|
javadoc/com/box/boxandroidlibv2/views/OAuthWebView.html | tdtran/box-android-sdk-v2 | <!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_11) on Mon Mar 17 10:57:47 PDT 2014 -->
<title>OAuthWebView</title>
<meta name="date" content="2014-03-17">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="OAuthWebView";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/OAuthWebView.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.OAuthWebViewClient.html" title="class in com.box.boxandroidlibv2.views"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/box/boxandroidlibv2/views/OAuthWebView.html" target="_top">Frames</a></li>
<li><a href="OAuthWebView.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><a href="#nested_class_summary">Nested</a> | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.box.boxandroidlibv2.views</div>
<h2 title="Class OAuthWebView" class="title">Class OAuthWebView</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>WebView</li>
<li>
<ul class="inheritance">
<li>com.box.boxandroidlibv2.views.OAuthWebView</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowUI</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">OAuthWebView</span>
extends WebView
implements <a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowUI</a></pre>
<div class="block">A WebView used for OAuth flow.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.OAuthWebViewClient.html" title="class in com.box.boxandroidlibv2.views">OAuthWebView.OAuthWebViewClient</a></strong></code>
<div class="block">WebViewClient for the OAuth WebView.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#OAuthWebView(Context, AttributeSet)">OAuthWebView</a></strong>(Context context,
AttributeSet attrs)</code>
<div class="block">Constructor.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#allowShowRedirectPage()">allowShowRedirectPage</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#authenticate(com.box.boxjavalibv2.authorization.IAuthFlowListener)">authenticate</a></strong>(<a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowListener.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowListener</a> listener)</code>
<div class="block">Authenticate.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.OAuthWebViewClient.html" title="class in com.box.boxandroidlibv2.views">OAuthWebView.OAuthWebViewClient</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#createOAuthWebViewClient(com.box.boxjavalibv2.authorization.OAuthWebViewData, java.lang.Object, com.box.boxjavalibv2.BoxClient)">createOAuthWebViewClient</a></strong>(<a href="../../../../com/box/boxjavalibv2/authorization/OAuthWebViewData.html" title="class in com.box.boxjavalibv2.authorization">OAuthWebViewData</a> data,
java.lang.Object activity,
<a href="../../../../com/box/boxjavalibv2/BoxClient.html" title="class in com.box.boxjavalibv2">BoxClient</a> boxClient)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#destroy()">destroy</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String)">initializeAuthFlow</a></strong>(java.lang.Object activity,
java.lang.String clientId,
java.lang.String clientSecret)</code>
<div class="block">Initialize the UI for OAuth flow.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String, java.lang.String)">initializeAuthFlow</a></strong>(java.lang.Object activity,
java.lang.String clientId,
java.lang.String clientSecret,
java.lang.String redirectUrl)</code>
<div class="block">Initialize the UI for OAuth flow.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#setAllowShowingRedirectPage(boolean)">setAllowShowingRedirectPage</a></strong>(boolean allowShowingRedirectPage)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#setDevice(java.lang.String, java.lang.String)">setDevice</a></strong>(java.lang.String id,
java.lang.String name)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.html#setOptionalState(java.lang.String)">setOptionalState</a></strong>(java.lang.String optionalState)</code>
<div class="block">Set the state, this is optional.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="OAuthWebView(Context, AttributeSet)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>OAuthWebView</h4>
<pre>public OAuthWebView(Context context,
AttributeSet attrs)</pre>
<div class="block">Constructor.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>context</code> - context</dd><dd><code>attrs</code> - attrs</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setOptionalState(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOptionalState</h4>
<pre>public void setOptionalState(java.lang.String optionalState)</pre>
<div class="block">Set the state, this is optional.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>optionalState</code> - state</dd></dl>
</li>
</ul>
<a name="initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initializeAuthFlow</h4>
<pre>public void initializeAuthFlow(java.lang.Object activity,
java.lang.String clientId,
java.lang.String clientSecret)</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String)">IAuthFlowUI</a></code></strong></div>
<div class="block">Initialize the UI for OAuth flow. This needs to be called everytime before starting an auth flow.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String)">initializeAuthFlow</a></code> in interface <code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowUI</a></code></dd>
</dl>
</li>
</ul>
<a name="initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initializeAuthFlow</h4>
<pre>public void initializeAuthFlow(java.lang.Object activity,
java.lang.String clientId,
java.lang.String clientSecret,
java.lang.String redirectUrl)</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String, java.lang.String)">IAuthFlowUI</a></code></strong></div>
<div class="block">Initialize the UI for OAuth flow. This needs to be called everytime before starting an auth flow.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#initializeAuthFlow(java.lang.Object, java.lang.String, java.lang.String, java.lang.String)">initializeAuthFlow</a></code> in interface <code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowUI</a></code></dd>
</dl>
</li>
</ul>
<a name="authenticate(com.box.boxjavalibv2.authorization.IAuthFlowListener)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>authenticate</h4>
<pre>public void authenticate(<a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowListener.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowListener</a> listener)</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#authenticate(com.box.boxjavalibv2.authorization.IAuthFlowListener)">IAuthFlowUI</a></code></strong></div>
<div class="block">Authenticate.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html#authenticate(com.box.boxjavalibv2.authorization.IAuthFlowListener)">authenticate</a></code> in interface <code><a href="../../../../com/box/boxjavalibv2/authorization/IAuthFlowUI.html" title="interface in com.box.boxjavalibv2.authorization">IAuthFlowUI</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>listener</code> - listener listening to events/messages fired during authentication process.</dd></dl>
</li>
</ul>
<a name="setDevice(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDevice</h4>
<pre>public void setDevice(java.lang.String id,
java.lang.String name)</pre>
</li>
</ul>
<a name="destroy()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>destroy</h4>
<pre>public void destroy()</pre>
</li>
</ul>
<a name="allowShowRedirectPage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>allowShowRedirectPage</h4>
<pre>public boolean allowShowRedirectPage()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the allowShowingRedirectPage</dd></dl>
</li>
</ul>
<a name="setAllowShowingRedirectPage(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAllowShowingRedirectPage</h4>
<pre>public void setAllowShowingRedirectPage(boolean allowShowingRedirectPage)</pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>allowShowingRedirectPage</code> - the allowShowingRedirectPage to set</dd></dl>
</li>
</ul>
<a name="createOAuthWebViewClient(com.box.boxjavalibv2.authorization.OAuthWebViewData, java.lang.Object, com.box.boxjavalibv2.BoxClient)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>createOAuthWebViewClient</h4>
<pre>protected <a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.OAuthWebViewClient.html" title="class in com.box.boxandroidlibv2.views">OAuthWebView.OAuthWebViewClient</a> createOAuthWebViewClient(<a href="../../../../com/box/boxjavalibv2/authorization/OAuthWebViewData.html" title="class in com.box.boxjavalibv2.authorization">OAuthWebViewData</a> data,
java.lang.Object activity,
<a href="../../../../com/box/boxjavalibv2/BoxClient.html" title="class in com.box.boxjavalibv2">BoxClient</a> boxClient)</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="class-use/OAuthWebView.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../com/box/boxandroidlibv2/views/OAuthWebView.OAuthWebViewClient.html" title="class in com.box.boxandroidlibv2.views"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/box/boxandroidlibv2/views/OAuthWebView.html" target="_top">Frames</a></li>
<li><a href="OAuthWebView.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><a href="#nested_class_summary">Nested</a> | </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>
|
framework/lib/systemui/css/Map.css | enyojs/enyo-1.0 | .enyo-map {
position: relative;
} |
source/api/apidocs-4.12/apis/listNetworkDevice.html | apache/cloudstack-www | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/main.css" type="text/css">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<title>Apache CloudStack | The Power Behind Your Cloud</title>
</head>
<body>
<div id="insidetopbg">
<div id="inside_wrapper">
<div class="uppermenu_panel">
<div class="uppermenu_box"></div>
</div>
<div id="main_master">
<div id="inside_header">
<div class="header_top">
<a class="cloud_logo" href="http://cloudstack.org"></a>
<div class="mainemenu_panel"></div>
</div>
</div>
<div id="main_content">
<div class="inside_apileftpanel">
<div class="inside_contentpanel" style="width:930px;">
<div class="api_titlebox">
<div class="api_titlebox_left">
<span>
Apache CloudStack 4.12.0.0 Root Admin API Reference
</span>
<p></p>
<h1>listNetworkDevice</h1>
<p>List network devices</p>
</div>
<div class="api_titlebox_right">
<a class="api_backbutton" href="../index.html"></a>
</div>
</div>
<div class="api_tablepanel">
<h2>Request parameters</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td>
</tr>
<tr>
<td style="width:200px;"><i>keyword</i></td><td style="width:500px;"><i>List by keyword</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>networkdeviceparameterlist</i></td><td style="width:500px;"><i>parameters for network device</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>networkdevicetype</i></td><td style="width:500px;"><i>Network device type, now supports ExternalDhcp, PxeServer, NetscalerMPXLoadBalancer, NetscalerVPXLoadBalancer, NetscalerSDXLoadBalancer, F5BigIpLoadBalancer, JuniperSRXFirewall, PaloAltoFirewall</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>page</i></td><td style="width:500px;"><i></i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>pagesize</i></td><td style="width:500px;"><i></i></td><td style="width:180px;"><i>false</i></td>
</tr>
</table>
</div>
<div class="api_tablepanel">
<h2>Response Tags</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td>
</tr>
<tr>
<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the ID of the network device</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="comments_thread">
<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script>
<noscript>
<iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin"></iframe>
</noscript>
</div>
<div id="footer_mainmaster">
<p>Copyright © 2015 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
<br>
Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</div>
</body>
</html>
|
docs/gapi/unzipped/src/groovy/org/grails/solr/Haversine.html | mbrevoort/grails-solr-plugin | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- **************************************************************** -->
<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * -->
<!-- * i.e. only iterate & print data where possible. Thanks, Jez. * -->
<!-- **************************************************************** -->
<html>
<head>
<!-- Generated by groovydoc (1.6.7-SNAPSHOT) on Tue Mar 16 09:12:33 MDT 2010 -->
<title>Haversine (Groovy Documentation)</title>
<meta name="date" content="2010-03-16">
<link href="../../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../../../groovy.ico" type="image/x-icon" rel="icon">
<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="Haversine (Groovy Documentation)";
}
}
</script>
<noscript>
</noscript>
</head><body onload="windowTitle();" bgcolor="white">
<hr>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<!--<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
-->
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Groovy Documentation</b>
</EM></TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><!--<FONT SIZE="-2">
<A HREF="../../../../../../groovy/lang/ExpandoMetaClass.ExpandoMetaProperty.html" title="class in groovy.lang"><B>PREV CLASS</B></A>
<A HREF="../../../../../../groovy/lang/GroovyClassLoader.html" title="class in groovy.lang"><B>NEXT CLASS</B></A></FONT>--></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?unzipped/src/groovy/org/grails/solr/Haversine.html" target="_top"><B>FRAMES</B></A>
<A HREF="Haversine.html" target="_top"><B>NO FRAMES</B></A>
<script type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-frame.html"><B>All Classes</B></A>');
}
//-->
</script>
<noscript>
<A HREF="../../../../../../allclasses-frame.html"><B>All Classes</B></A>
</noscript>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#property_summary">PROPERTY</A> | <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="#prop_detail">PROPERTY</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
unzipped.src.groovy.org.grails.solr</FONT>
<BR>
<FONT CLASS="ClassTitleFont">Class Haversine</FONT></H2>
<pre>java.lang.Object
<img src='../../../../../../inherit.gif'>unzipped.src.groovy.org.grails.solr.Haversine
</pre><hr>
<PRE>class Haversine
</PRE>
<P>
Haversine algorithmu
Derived from http://www.movable-type.co.uk/scripts/latlong.html)
</P>
<hr>
<!-- =========== NESTED CLASS SUMMARY =========== -->
<A NAME="nested_summary"><!-- --></A>
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<A NAME="enum_constant_summary"><!-- --></A>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<!-- =========== PROPERTY SUMMARY =========== -->
<A NAME="property_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>Property Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static double</CODE></FONT></TD>
<TD>
<CODE><B><A HREF="#Rk">Rk</A></B></CODE>
<BR>
<P></P>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static double</CODE></FONT></TD>
<TD>
<CODE><B><A HREF="#Rm">Rm</A></B></CODE>
<BR>
<P></P>
</TD>
</TR>
</TABLE>
<!-- =========== ELEMENT SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#D5D5FF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD>
<CODE><B><a href="#Haversine()">Haversine</a></B>()</CODE>
<BR>
<P></P>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2" CLASS="ClassHeadingFont">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE>static double</CODE></FONT>
</TD>
<TD>
<CODE><b><a href="#compute(def, def, def, def, def)">compute</a></b>(def p1_lat, def p1_lng, def p2_lat, def p2_lng, def rad)</CODE>
<BR>
<P></P>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE>static double</CODE></FONT>
</TD>
<TD>
<CODE><b><a href="#computeKm(def, def, def, def)">computeKm</a></b>(def p1_lat, def p1_lng, def p2_lat, def p2_lng)</CODE>
<BR>
<P></P>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1" CLASS="ClassItemFont">
<CODE>static double</CODE></FONT>
</TD>
<TD>
<CODE><b><a href="#computeMi(def, def, def, def)">computeMi</a></b>(def p1_lat, def p1_lng, def p2_lat, def p2_lng)</CODE>
<BR>
<P></P>
</TD>
</TR>
</TABLE>
<table BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<tr CLASS="TableSubHeadingColor"><th ALIGN="left" COLSPAN="2">
<b>Methods inherited from class java.lang.Object</b>
</th></tr>
<tr class="TableRowColor"><td colspan='2'>wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll</td></tr>
</table>
<P>
<!-- ============ ENUM CONSTANT DETAIL ========== -->
<A NAME="enum_constant_detail"><!-- --></A>
<!-- =========== FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<!-- =========== PROPERTY DETAIL =========== -->
<A NAME="prop_detail"><!-- --></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>Property Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Rk"><!-- --></A><H3>Rk</H3>
<PRE>static final double <B>Rk</B></PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>
<A NAME="Rm"><!-- --></A><H3>Rm</H3>
<PRE>static final double <B>Rm</B></PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>
<!-- =========== ELEMENT DETAIL =========== -->
<A NAME="element_detail"><!-- --></A>
<!-- ========= 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="Haversine()"><!-- --></A><H3>
Haversine</H3>
<PRE><B>Haversine</B>()</PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>
<!-- ============ 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="compute(def, def, def, def, def)"><!-- --></A><H3>
compute</H3>
<PRE>public static double <B>compute</B>(def p1_lat, def p1_lng, def p2_lat, def p2_lng, def rad)</PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>
<A NAME="computeKm(def, def, def, def)"><!-- --></A><H3>
computeKm</H3>
<PRE>public static double <B>computeKm</B>(def p1_lat, def p1_lng, def p2_lat, def p2_lng)</PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>
<A NAME="computeMi(def, def, def, def)"><!-- --></A><H3>
computeMi</H3>
<PRE>public static double <B>computeMi</B>(def p1_lat, def p1_lng, def p2_lat, def p2_lng)</PRE>
<DL>
<DD>
</DD>
<P>
</DL>
<HR>
<!-- ========= END OF CLASS DATA ========= -->
<p>Groovy Documentation</p>
<hr>
</body>
</html>
|
tests/formatting/pushDownInlineProperties05-expected.html | corinthia/corinthia-editorlib | <html>
<head></head>
<body>
<p>
<i>Here</i>
<i>is some</i>
<i>text</i>
</p>
</body>
</html>
|
Contents/Resources/Documents/api/org/apache/tools/ant/filters/TokenFilter.ReplaceString.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:08 CEST 2013 -->
<TITLE>
TokenFilter.ReplaceString (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="TokenFilter.ReplaceString (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/filters/TokenFilter.ReplaceRegex.html" title="class in org.apache.tools.ant.filters"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.StringTokenizer.html" title="class in org.apache.tools.ant.filters"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/tools/ant/filters/TokenFilter.ReplaceString.html" target="_top"><B>FRAMES</B></A>
<A HREF="TokenFilter.ReplaceString.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="#fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">FIELD</A> | <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.filters</FONT>
<BR>
Class TokenFilter.ReplaceString</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">org.apache.tools.ant.ProjectComponent</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html" title="class in org.apache.tools.ant.filters">org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tools.ant.filters.TokenFilter.ReplaceString</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.lang.Cloneable, <A HREF="../../../../../org/apache/tools/ant/filters/ChainableReader.html" title="interface in org.apache.tools.ant.filters">ChainableReader</A>, <A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.Filter.html" title="interface in org.apache.tools.ant.filters">TokenFilter.Filter</A></DD>
</DL>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.html" title="class in org.apache.tools.ant.filters">TokenFilter</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public static class <B>TokenFilter.ReplaceString</B><DT>extends <A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html" title="class in org.apache.tools.ant.filters">TokenFilter.ChainableReaderFilter</A></DL>
</PRE>
<P>
Simple replace string filter.
<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>
</TABLE>
<A NAME="fields_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.<A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#description">description</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#location">location</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#project">project</A></CODE></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/filters/TokenFilter.ReplaceString.html#TokenFilter.ReplaceString()">TokenFilter.ReplaceString</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ReplaceString.html#filter(java.lang.String)">filter</A></B>(java.lang.String line)</CODE>
<BR>
Filter a string 'line' replacing from with to
(C&P from the Replace task)</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/filters/TokenFilter.ReplaceString.html#setFrom(java.lang.String)">setFrom</A></B>(java.lang.String from)</CODE>
<BR>
the from attribute</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/filters/TokenFilter.ReplaceString.html#setTo(java.lang.String)">setTo</A></B>(java.lang.String to)</CODE>
<BR>
the to attribute</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.filters.<A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html" title="class in org.apache.tools.ant.filters">TokenFilter.ChainableReaderFilter</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html#chain(java.io.Reader)">chain</A>, <A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.ChainableReaderFilter.html#setByLine(boolean)">setByLine</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.<A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#clone()">clone</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#getDescription()">getDescription</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#getLocation()">getLocation</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#getProject()">getProject</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#log(java.lang.String)">log</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#log(java.lang.String, int)">log</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#setLocation(org.apache.tools.ant.Location)">setLocation</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#setProject(org.apache.tools.ant.Project)">setProject</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>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="TokenFilter.ReplaceString()"><!-- --></A><H3>
TokenFilter.ReplaceString</H3>
<PRE>
public <B>TokenFilter.ReplaceString</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="setFrom(java.lang.String)"><!-- --></A><H3>
setFrom</H3>
<PRE>
public void <B>setFrom</B>(java.lang.String from)</PRE>
<DL>
<DD>the from attribute
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>from</CODE> - the string to replace</DL>
</DD>
</DL>
<HR>
<A NAME="setTo(java.lang.String)"><!-- --></A><H3>
setTo</H3>
<PRE>
public void <B>setTo</B>(java.lang.String to)</PRE>
<DL>
<DD>the to attribute
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>to</CODE> - the string to replace 'from' with</DL>
</DD>
</DL>
<HR>
<A NAME="filter(java.lang.String)"><!-- --></A><H3>
filter</H3>
<PRE>
public java.lang.String <B>filter</B>(java.lang.String line)</PRE>
<DL>
<DD>Filter a string 'line' replacing from with to
(C&P from the Replace task)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>line</CODE> - the string to be filtered
<DT><B>Returns:</B><DD>the filtered line</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/filters/TokenFilter.ReplaceRegex.html" title="class in org.apache.tools.ant.filters"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/tools/ant/filters/TokenFilter.StringTokenizer.html" title="class in org.apache.tools.ant.filters"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/tools/ant/filters/TokenFilter.ReplaceString.html" target="_top"><B>FRAMES</B></A>
<A HREF="TokenFilter.ReplaceString.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="#fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">FIELD</A> | <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>
|
old_site/Previous Versions/DramaHouseFinalSwap/News_Events/Entries/2008/2/27_In_Between_the_Lines_&_Midnight_Ramblers_Joint_Show_2_files/27_In_Between_the_Lines_&_Midnight_Ramblers_Joint_Show_2.css | slerman12/Drama-House-Website | .Date {
color: #666666;
font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: bold;
letter-spacing: 0;
line-height: 15px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 0px;
padding-top: 0px;
text-align: left;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}
.Free_Form {
color: #404040;
font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 14px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 0px;
padding-top: 0px;
text-align: left;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}
.Header {
color: #666666;
font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
font-size: 36px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 44px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 0px;
padding-top: 0px;
text-align: left;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}
.Heading_1 {
color: #a64b3c;
font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
font-size: 36px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 44px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 0px;
padding-top: 0px;
text-align: right;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}
.Next {
color: #a64b3c;
font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 17px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 0px;
padding-top: 0px;
text-align: right;
text-decoration: underline;
text-indent: 0px;
text-transform: none;
}
.Normal_External_515_43 {
bottom: 0px;
position: absolute;
width: 515px;
}
.Normal_External_168_30 {
bottom: 0px;
position: absolute;
width: 168px;
}
.Normal_External_295_34 {
bottom: 0px;
position: absolute;
width: 295px;
}
.Normal_External_400_293 {
bottom: 0px;
position: absolute;
width: 400px;
}
.Normal {
padding: 0px;
}
.Previous {
color: #a64b3c;
font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 17px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 0px;
padding-top: 0px;
text-align: left;
text-decoration: underline;
text-indent: 0px;
text-transform: none;
}
.Quote {
color: #a64b3c;
font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 22px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 0px;
padding-top: 0px;
text-align: left;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}
.Summary_Title {
color: #404040;
font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 17px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 10px;
padding-top: 0px;
text-align: left;
text-decoration: none;
text-indent: 0px;
text-transform: uppercase;
}
.graphic_generic_body_textbox_style_default_SkipStroke {
background: transparent;
opacity: 1.00;
}
.graphic_generic_datefield_textbox_style_default_SkipStroke {
background: transparent;
opacity: 1.00;
}
.graphic_generic_header_textbox_style_default_SkipStroke {
background: transparent;
opacity: 1.00;
}
.graphic_generic_title_textbox_style_default_SkipStroke {
background: transparent;
opacity: 1.00;
}
.style_External_295_34 {
bottom: 0px;
position: absolute;
width: 295px;
}
.graphic_textbox_layout_style_default_External_200_24 {
position: relative;
}
.graphic_textbox_layout_style_default {
padding: 4px;
}
.graphic_textbox_layout_style_default_External_290_43 {
position: relative;
}
.graphic_textbox_layout_style_default_External_195_24 {
position: relative;
}
.style {
padding: 0px;
}
.paragraph_style_1 {
color: #666666;
font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
font-size: 36px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 44px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 0px;
padding-top: 0px;
text-align: right;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}
.paragraph_style {
color: #75a9c2;
font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
font-size: 36px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 44px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 0px;
padding-top: 0px;
text-align: left;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}
.style_1 {
padding: 0px;
}
.style_External_400_293 {
bottom: 0px;
position: relative;
width: 400px;
}
.style_2 {
padding: 0px;
}
.style_3 {
padding: 10px;
}
.style_SkipStroke {
background: transparent;
opacity: 1.00;
}
.style_SkipStroke_1 {
background: transparent;
opacity: 1.00;
}
.style_SkipStroke_2 {
background: transparent;
opacity: 1.00;
}
.style_SkipStroke_3 {
background: transparent;
opacity: 1.00;
}
.style_SkipStroke_4 {
background: transparent;
opacity: 1.00;
}
.paragraph_style_2 {
color: #333333;
font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
font-size: 18px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 26px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 1.00;
padding-bottom: 0px;
padding-top: 0px;
text-align: left;
text-decoration: none;
text-indent: 0px;
text-transform: none;
}
.style_SkipStroke_5 {
background: #e6e6e6;
opacity: 1.00;
}
.style_4 {
}
.style_External_371_227 {
position: relative;
}
.graphic_textbox_layout_style_default_External_371_227 {
position: relative;
}
.style_External_168_30 {
bottom: 0px;
position: absolute;
width: 168px;
}
.style_External_290_43 {
bottom: 0px;
position: absolute;
width: 290px;
}
.graphic_textbox_style_default_SkipStroke {
background: transparent;
opacity: 1.00;
}
a {
color: #a64b3c;
text-decoration: none;
}
a:visited {
color: #333333;
text-decoration: none;
}
a.class1 {
color: #666666;
text-decoration: none;
}
a.class1:visited {
color: #666666;
text-decoration: none;
}
a.class1:hover {
color: #cc66ff;
}
a.class2 {
color: #a64b3c;
text-decoration: underline;
}
a.class2:visited {
color: #333333;
text-decoration: none;
}
a.class2:hover {
color: #d67053;
text-decoration: none;
}
a.class3 {
color: #a64b3c;
text-decoration: underline;
}
a.class3:visited {
color: #333333;
text-decoration: none;
}
a.class3:hover {
color: #d67053;
text-decoration: none;
}
a:hover {
color: #d67053;
text-decoration: none;
}
#widget0 a:visited {
color: #333333;
text-decoration: none;
}
.bumper {
font-size: 1px;
line-height: 1px;
}
#widget0 a:hover {
color: #d67053;
text-decoration: none;
}
.tinyText {
font-size: 1px;
line-height: 1px;
}
.spacer {
font-size: 1px;
line-height: 1px;
}
#widget0 a {
color: #a64b3c;
text-decoration: none;
}
body {
-webkit-text-size-adjust: none;
}
div {
overflow: visible;
}
img {
border: none;
}
.InlineBlock {
display: inline;
}
.InlineBlock {
display: inline-block;
}
.inline-block {
display: inline-block;
vertical-align: baseline;
margin-bottom:0.3em;
}
.vertical-align-middle-middlebox {
display: table;
}
.vertical-align-middle-innerbox {
display: table-cell;
vertical-align: middle;
}
div.paragraph {
position: relative;
}
li.full-width {
width: 100;
}
|
error/403-forbidden.html | mnachtschatt/knWebsite | <!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>Forbidden</title>
<style type="text/css">
/*<![CDATA[*/
body {
background-color: #FFFFFF;
}
div.c7 {text-align: center}
tr.c6 {background-color: #999999}
td.c5 {background-color: #FFFFFF}
div.c4 {font-family: Arial, Helvetica, sans-serif; font-size: 80%; text-align: left; padding: 5px;}
tr.c3 {background-color: #990000}
div.c2 {color: #FFFFFF; font-weight: bold; text-align: left}
span.c1 {font-family: Arial, Helvetica, sans-serif}
/*]]>*/
</style>
</head>
<body>
<blockquote>
<p> </p>
<div class="c7">
<table width="400" border="0" cellspacing="0" cellpadding="0" summary="" align="center">
<tr class="c6">
<td>
<table summary="" width="600" border="0" cellspacing="1" cellpadding="5"
align="center">
<tr class="c3">
<td colspan="2">
<div class="c2">
<span class="c1">Forbidden</span>
</div>
</td>
</tr>
<tr>
<td class="c5" colspan="2" valign="middle">
<table summary="" width="100%" border="0">
<tr>
<td><img alt="Error" src="/error/error.png" width="48" height="48" align="middle" /></td>
<td><div class="c4">You do not have permission to access the requested file on this server.</div></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</blockquote>
</body>
</html>
|
Torpedo/doc/etri/sdn/controller/class-use/IListener.html | openiris/IRIS | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ko">
<head>
<!-- Generated by javadoc (version 1.7.0_21) on Wed Feb 26 23:03:21 KST 2014 -->
<title>Uses of Interface etri.sdn.controller.IListener</title>
<meta name="date" content="2014-02-26">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface etri.sdn.controller.IListener";
}
//-->
</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="../../../../etri/sdn/controller/IListener.html" title="interface in etri.sdn.controller">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?etri/sdn/controller/class-use/IListener.html" target="_top">Frames</a></li>
<li><a href="IListener.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface etri.sdn.controller.IListener" class="title">Uses of Interface<br>etri.sdn.controller.IListener</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="../../../../etri/sdn/controller/IListener.html" title="interface in etri.sdn.controller">IListener</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="#etri.sdn.controller.module.devicemanager">etri.sdn.controller.module.devicemanager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#etri.sdn.controller.module.flowcache">etri.sdn.controller.module.flowcache</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="etri.sdn.controller.module.devicemanager">
<!-- -->
</a>
<h3>Uses of <a href="../../../../etri/sdn/controller/IListener.html" title="interface in etri.sdn.controller">IListener</a> in <a href="../../../../etri/sdn/controller/module/devicemanager/package-summary.html">etri.sdn.controller.module.devicemanager</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../etri/sdn/controller/module/devicemanager/package-summary.html">etri.sdn.controller.module.devicemanager</a> that implement <a href="../../../../etri/sdn/controller/IListener.html" title="interface in etri.sdn.controller">IListener</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../etri/sdn/controller/module/devicemanager/OFMDeviceManager.html" title="class in etri.sdn.controller.module.devicemanager">OFMDeviceManager</a></strong></code>
<div class="block">This class implements the device manager module.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="etri.sdn.controller.module.flowcache">
<!-- -->
</a>
<h3>Uses of <a href="../../../../etri/sdn/controller/IListener.html" title="interface in etri.sdn.controller">IListener</a> in <a href="../../../../etri/sdn/controller/module/flowcache/package-summary.html">etri.sdn.controller.module.flowcache</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
<caption><span>Subinterfaces of <a href="../../../../etri/sdn/controller/IListener.html" title="interface in etri.sdn.controller">IListener</a> in <a href="../../../../etri/sdn/controller/module/flowcache/package-summary.html">etri.sdn.controller.module.flowcache</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><strong><a href="../../../../etri/sdn/controller/module/flowcache/IFlowReconcileListener.html" title="interface in etri.sdn.controller.module.flowcache">IFlowReconcileListener</a></strong></code>
<div class="block">The Interface IFlowReconciler.</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="../../../../etri/sdn/controller/IListener.html" title="interface in etri.sdn.controller">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?etri/sdn/controller/class-use/IListener.html" target="_top">Frames</a></li>
<li><a href="IListener.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>
|
docs/docsets/PPBlinkOCR.docset/Contents/Resources/Documents/Classes/MBISuccessFrameGrabberRecognizer.html | blinkinput/blinkinput-ios | <!DOCTYPE html>
<html lang="en">
<head>
<title>MBISuccessFrameGrabberRecognizer Class Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset="utf-8">
<script src="../js/jquery.min.js" defer></script>
<script src="../js/jazzy.js" defer></script>
<script src="../js/lunr.min.js" defer></script>
<script src="../js/typeahead.jquery.js" defer></script>
<script src="../js/jazzy.search.js" defer></script>
</head>
<body>
<a name="//apple_ref/objc/Class/MBISuccessFrameGrabberRecognizer" class="dashAnchor"></a>
<a title="MBISuccessFrameGrabberRecognizer Class Reference"></a>
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
PPBlinkOCR v5.0.0 Docs
</a>
(76% documented)
</p>
<p class="header-col--secondary">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
<p class="header-col header-col--secondary">
<a class="header-link" href="https://github.com/blinkinput/blinkinput-ios">
<img class="header-icon" src="../img/gh.png"/>
View on GitHub
</a>
</p>
</header>
<p class="breadcrumbs">
<a class="breadcrumb" href="../index.html">PPBlinkOCR Reference</a>
<img class="carat" src="../img/carat.png" />
MBISuccessFrameGrabberRecognizer Class Reference
</p>
<div class="content-wrapper">
<nav class="navigation">
<ul class="nav-groups">
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Classes.html">Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIAmountParser.html">MBIAmountParser</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIAmountParserResult.html">MBIAmountParserResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIBarcodeOverlaySettings.html">MBIBarcodeOverlaySettings</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIBarcodeOverlayViewController.html">MBIBarcodeOverlayViewController</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIBarcodeRecognizer.html">MBIBarcodeRecognizer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIBarcodeRecognizerResult.html">MBIBarcodeRecognizerResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIBaseOcrEngineOptions.html">MBIBaseOcrEngineOptions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIBaseOverlaySettings.html">MBIBaseOverlaySettings</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIBaseOverlayViewController.html">MBIBaseOverlayViewController</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIBlinkInputRecognizer.html">MBIBlinkInputRecognizer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIBlinkInputRecognizerResult.html">MBIBlinkInputRecognizerResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBICameraSettings.html">MBICameraSettings</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBICharWithVariants.html">MBICharWithVariants</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBICustomOverlayViewController.html">MBICustomOverlayViewController</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDPIBasedDewarpPolicy.html">MBIDPIBasedDewarpPolicy</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDateParser.html">MBIDateParser</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDateParserResult.html">MBIDateParserResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDateResult.html">MBIDateResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDeepOcrEngineOptions.html">MBIDeepOcrEngineOptions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDetector.html">MBIDetector</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDetectorRecognizer.html">MBIDetectorRecognizer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDetectorRecognizerResult.html">MBIDetectorRecognizerResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDetectorResult.html">MBIDetectorResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDewarpPolicy.html">MBIDewarpPolicy</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDisplayableDetection.html">MBIDisplayableDetection</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDisplayableObject.html">MBIDisplayableObject</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDisplayablePointsDetection.html">MBIDisplayablePointsDetection</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDisplayableQuadDetection.html">MBIDisplayableQuadDetection</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDocumentCaptureOverlaySettings.html">MBIDocumentCaptureOverlaySettings</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDocumentCaptureOverlayViewController.html">MBIDocumentCaptureOverlayViewController</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDocumentCaptureRecognizer.html">MBIDocumentCaptureRecognizer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDocumentCaptureRecognizerResult.html">MBIDocumentCaptureRecognizerResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDocumentCaptureSubview.html">MBIDocumentCaptureSubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDocumentDetector.html">MBIDocumentDetector</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDocumentDetectorResult.html">MBIDocumentDetectorResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDocumentSpecification.html">MBIDocumentSpecification</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDotsResultSubview.html">MBIDotsResultSubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIDotsSubview.html">MBIDotsSubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIEmailParser.html">MBIEmailParser</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIEmailParserResult.html">MBIEmailParserResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)MBIEntity">MBIEntity</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIFieldByFieldOverlaySettings.html">MBIFieldByFieldOverlaySettings</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIFieldByFieldOverlayViewController.html">MBIFieldByFieldOverlayViewController</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIFixedDewarpPolicy.html">MBIFixedDewarpPolicy</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIFrameGrabberRecognizer.html">MBIFrameGrabberRecognizer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIGlareStatusSubview.html">MBIGlareStatusSubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIIbanParser.html">MBIIbanParser</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIIbanParserResult.html">MBIIbanParserResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIImage.html">MBIImage</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIImageReturnProcessor.html">MBIImageReturnProcessor</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIImageReturnProcessorResult.html">MBIImageReturnProcessorResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBILicensePlatesParser.html">MBILicensePlatesParser</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBILicensePlatesParserResult.html">MBILicensePlatesParserResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBILogger.html">MBILogger</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIMicroblinkApp.html">MBIMicroblinkApp</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIMicroblinkSDK.html">MBIMicroblinkSDK</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIModernViewfinderSubview.html">MBIModernViewfinderSubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIMrtdDetector.html">MBIMrtdDetector</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIMrtdDetectorResult.html">MBIMrtdDetectorResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIMrtdSpecification.html">MBIMrtdSpecification</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBINoUpScalingDewarpPolicy.html">MBINoUpScalingDewarpPolicy</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIOcrBlock.html">MBIOcrBlock</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIOcrChar.html">MBIOcrChar</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIOcrCharKey.html">MBIOcrCharKey</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIOcrEngineOptions.html">MBIOcrEngineOptions</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIOcrLayout.html">MBIOcrLayout</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIOcrLine.html">MBIOcrLine</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes.html#/c:objc(cs)MBIOcrResultSubview">MBIOcrResultSubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIOverlaySettings.html">MBIOverlaySettings</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIOverlayViewController.html">MBIOverlayViewController</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIParser.html">MBIParser</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIParserGroupProcessor.html">MBIParserGroupProcessor</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIParserGroupProcessorResult.html">MBIParserGroupProcessorResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIParserResult.html">MBIParserResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIPdf417Recognizer.html">MBIPdf417Recognizer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIPdf417RecognizerResult.html">MBIPdf417RecognizerResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIPosition.html">MBIPosition</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIProcessor.html">MBIProcessor</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIProcessorGroup.html">MBIProcessorGroup</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIProcessorResult.html">MBIProcessorResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIQuadDetector.html">MBIQuadDetector</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIQuadDetectorResult.html">MBIQuadDetectorResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIQuadWithSizeDetector.html">MBIQuadWithSizeDetector</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIQuadWithSizeDetectorResult.html">MBIQuadWithSizeDetectorResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIQuadrangle.html">MBIQuadrangle</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIRawParser.html">MBIRawParser</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIRawParserResult.html">MBIRawParserResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIRecognizer.html">MBIRecognizer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIRecognizerCollection.html">MBIRecognizerCollection</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIRecognizerResult.html">MBIRecognizerResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIRecognizerRunner.html">MBIRecognizerRunner</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIRecognizerRunnerMetadataDelegates.html">MBIRecognizerRunnerMetadataDelegates</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIRecognizerRunnerViewControllerMetadataDelegates.html">MBIRecognizerRunnerViewControllerMetadataDelegates</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIRegexParser.html">MBIRegexParser</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIRegexParserResult.html">MBIRegexParserResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIScanElement.html">MBIScanElement</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBISimNumberRecognizer.html">MBISimNumberRecognizer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBISimNumberRecognizerResult.html">MBISimNumberRecognizerResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBISubview.html">MBISubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBISuccessFrameGrabberRecognizer.html">MBISuccessFrameGrabberRecognizer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBISuccessFrameGrabberRecognizerResult.html">MBISuccessFrameGrabberRecognizerResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBITapToFocusSubview.html">MBITapToFocusSubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBITemplatingClass.html">MBITemplatingClass</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBITemplatingRecognizer.html">MBITemplatingRecognizer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBITemplatingRecognizerResult.html">MBITemplatingRecognizerResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBITopUpParser.html">MBITopUpParser</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBITopUpParserResult.html">MBITopUpParserResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIViewControllerFactory.html">MBIViewControllerFactory</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIVinParser.html">MBIVinParser</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIVinParserResult.html">MBIVinParserResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIVinRecognizer.html">MBIVinRecognizer</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Classes/MBIVinRecognizerResult.html">MBIVinRecognizerResult</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Constants.html">Constants</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Constants.html#/c:@MBIIllegalModificationException">MBIIllegalModificationException</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Constants.html#/c:@MBIInvalidArgumentException">MBIInvalidArgumentException</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Constants.html#/c:@MBIInvalidBundleException">MBIInvalidBundleException</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Constants.html#/c:@MBIInvalidLicenseKeyException">MBIInvalidLicenseKeyException</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Constants.html#/c:@MBIInvalidLicenseResourceException">MBIInvalidLicenseResourceException</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Constants.html#/c:@MBIInvalidLicenseeKeyException">MBIInvalidLicenseeKeyException</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Constants.html#/c:@MBILicenseErrorNotification">MBILicenseErrorNotification</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Constants.html#/c:@MBIMissingSettingsException">MBIMissingSettingsException</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Enums.html">Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIBarcodeType.html">MBIBarcodeType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBICameraAutofocusRestriction.html">MBICameraAutofocusRestriction</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBICameraPreset.html">MBICameraPreset</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBICameraType.html">MBICameraType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIDateFormat.html">MBIDateFormat</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIDeepOcrModel.html">MBIDeepOcrModel</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIDetectionCode.html">MBIDetectionCode</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIDetectionStatus.html">MBIDetectionStatus</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIDocumentSpecificationPreset.html">MBIDocumentSpecificationPreset</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIDocumentType.html">MBIDocumentType</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIFrameQualityEstimationMode.html">MBIFrameQualityEstimationMode</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBILicenseError.html">MBILicenseError</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBILogLevel.html">MBILogLevel</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIMrtdSpecificationPreset.html">MBIMrtdSpecificationPreset</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIOcrFont.html">MBIOcrFont</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIParserResultState.html">MBIParserResultState</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIProcessingOrientation.html">MBIProcessingOrientation</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIProcessorResultState.html">MBIProcessorResultState</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIRecognitionDebugMode.html">MBIRecognitionDebugMode</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIRecognizerResultState.html">MBIRecognizerResultState</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBIScanningMode.html">MBIScanningMode</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Enums/MBITopUpPreset.html">MBITopUpPreset</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Protocols.html">Protocols</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIBarcodeOverlayViewControllerDelegate.html">MBIBarcodeOverlayViewControllerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIDebugRecognizerRunnerDelegate.html">MBIDebugRecognizerRunnerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIDebugRecognizerRunnerViewControllerDelegate.html">MBIDebugRecognizerRunnerViewControllerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIDetectionRecognizerRunnerDelegate.html">MBIDetectionRecognizerRunnerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIDetectionRecognizerRunnerViewControllerDelegate.html">MBIDetectionRecognizerRunnerViewControllerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIDocumentCaptureOverlayViewControllerDelegate.html">MBIDocumentCaptureOverlayViewControllerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIEncodeFullDocumentImage.html">MBIEncodeFullDocumentImage</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIEncodedFullDocumentImageResult.html">MBIEncodedFullDocumentImageResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIFieldByFieldOverlayViewControllerDelegate.html">MBIFieldByFieldOverlayViewControllerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIFrameGrabberRecognizerDelegate.html">MBIFrameGrabberRecognizerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIFrameRecognitionRecognizerRunnerViewControllerDelegate.html">MBIFrameRecognitionRecognizerRunnerViewControllerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIFullDocumentImage.html">MBIFullDocumentImage</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIFullDocumentImageExtensionFactors.html">MBIFullDocumentImageExtensionFactors</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIFullDocumentImageResult.html">MBIFullDocumentImageResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIGlareRecognizerRunnerDelegate.html">MBIGlareRecognizerRunnerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIGlareRecognizerRunnerViewControllerDelegate.html">MBIGlareRecognizerRunnerViewControllerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIImageProcessingRecognizerRunnerDelegate.html">MBIImageProcessingRecognizerRunnerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBILoggerDelegate.html">MBILoggerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBINativeResult.html">MBINativeResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIOcrLayoutSubview.html">MBIOcrLayoutSubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIOcrRecognizerRunnerDelegate.html">MBIOcrRecognizerRunnerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIOcrRecognizerRunnerViewControllerDelegate.html">MBIOcrRecognizerRunnerViewControllerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIOverlayContainerViewController.html">MBIOverlayContainerViewController</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIPointDetectorSubview.html">MBIPointDetectorSubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIQuadDetectorSubview.html">MBIQuadDetectorSubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIRecognizerRunnerViewController.html">MBIRecognizerRunnerViewController</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIRecognizerRunnerViewControllerDelegate.html">MBIRecognizerRunnerViewControllerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIResultSubview.html">MBIResultSubview</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIScanningRecognizerRunnerDelegate.html">MBIScanningRecognizerRunnerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIScanningRecognizerRunnerViewControllerDelegate.html">MBIScanningRecognizerRunnerViewControllerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBIStringProcessingRecognizerRunnerDelegate.html">MBIStringProcessingRecognizerRunnerDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBISubviewDelegate.html">MBISubviewDelegate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Protocols/MBITemplatingClassifier.html">MBITemplatingClassifier</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Type%20Definitions.html">Type Definitions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Type%20Definitions.html#/c:MBGeometry.h@T@CGDelta">CGDelta</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Type%20Definitions/CGLine.html">CGLine</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Type%20Definitions.html#/c:MBMicroblinkDefines.h@T@MBBlock">MBBlock</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Type%20Definitions.html#/c:MBRecognizerRunnerViewController.h@T@MBICaptureHighResImage">MBICaptureHighResImage</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Type%20Definitions.html#/c:MBDateParser.h@T@MBIDateFormatArray">MBIDateFormatArray</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Type%20Definitions.html#/c:MBDateParser.h@T@MBIDateSeparatorCharsArray">MBIDateSeparatorCharsArray</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Type%20Definitions.html#/c:MBException.h@T@MBIExceptionName">MBIExceptionName</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Type%20Definitions/MBIImageExtensionFactors.html">MBIImageExtensionFactors</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Type%20Definitions.html#/c:MBLicenseError.h@T@MBILicenseErrorBlock">MBILicenseErrorBlock</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Type%20Definitions/MBIRange.html">MBIRange</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Type%20Definitions/MBIScale.html">MBIScale</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Functions.html">Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGControlPointsForArcBetweenPointsWithRadius">CGControlPointsForArcBetweenPointsWithRadius</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGDeltaMake">CGDeltaMake</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLineDelta">CGLineDelta</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLineDirection">CGLineDirection</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLineEqualToLine">CGLineEqualToLine</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLineIntersectsRectAtPoint">CGLineIntersectsRectAtPoint</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLineLength">CGLineLength</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLineMake">CGLineMake</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLineMidPoint">CGLineMidPoint</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLineScale">CGLineScale</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLineScaleOnMidPoint">CGLineScaleOnMidPoint</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLineTranslate">CGLineTranslate</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLinesAngle">CGLinesAngle</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLinesAreParallel">CGLinesAreParallel</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGLinesIntersectAtPoint">CGLinesIntersectAtPoint</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGPointAlongLine">CGPointAlongLine</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGPointDistance">CGPointDistance</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGPointRotatedAroundPoint">CGPointRotatedAroundPoint</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGPointWithDelta">CGPointWithDelta</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGRectBottomLeftPoint">CGRectBottomLeftPoint</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGRectBottomRightPoint">CGRectBottomRightPoint</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGRectCenterPoint">CGRectCenterPoint</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGRectClosestTwoCornerPoints">CGRectClosestTwoCornerPoints</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGRectInsetEdge">CGRectInsetEdge</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGRectResize">CGRectResize</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGRectStackedWithinRectFromEdge">CGRectStackedWithinRectFromEdge</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGRectTopLeftPoint">CGRectTopLeftPoint</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@CGRectTopRightPoint">CGRectTopRightPoint</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:MBImageExtensionFactors.h@F@MBIMakeImageExtensionFactors">MBIMakeImageExtensionFactors</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:MBDocumentSpecification.h@F@MBIMakeRange">MBIMakeRange</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:MBDocumentSpecification.h@F@MBIMakeScale">MBIMakeScale</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:MBMicroblinkApp.h@F@MBI_LOCALIZED">MBI_LOCALIZED</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:MBMicroblinkApp.h@F@MBI_LOCALIZED_DEFAULT_STRING">MBI_LOCALIZED_DEFAULT_STRING</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:MBMicroblinkApp.h@F@MBI_LOCALIZED_FOR_LANGUAGE">MBI_LOCALIZED_FOR_LANGUAGE</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/c:@F@MBIscanningRegionForFrameInBounds">MBIscanningRegionForFrameInBounds</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a class="nav-group-name-link" href="../Structs.html">Structures</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/MBIImageExtensionFactors.html">MBIImageExtensionFactors</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/MBIRange.html">MBIRange</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Structs/MBIScale.html">MBIScale</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section class="section">
<div class="section-content top-matter">
<h1>MBISuccessFrameGrabberRecognizer</h1>
<div class="declaration">
<div class="language">
<pre class="highlight objective_c"><code>
<span class="k">@interface</span> <span class="nc">MBISuccessFrameGrabberRecognizer</span> <span class="p">:</span> <span class="nc"><a href="../Classes/MBIRecognizer.html">MBIRecognizer</a></span> <span class="o"><</span><span class="n">NSCopying</span><span class="o">></span></code></pre>
</div>
</div>
<p>A recognizer that can returns success frame.</p>
</div>
</section>
<section class="section">
<div class="section-content">
<div class="task-group">
<ul class="item-container">
<li class="item">
<div>
<code>
<a name="/c:objc(cs)MBISuccessFrameGrabberRecognizer(im)init"></a>
<a name="//apple_ref/objc/Method/-init" class="dashAnchor"></a>
<a class="token discouraged" href="#/c:objc(cs)MBISuccessFrameGrabberRecognizer(im)init">-init</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="aside aside-unavailable">
<p class="aside-title">Unavailable</p>
</div>
<div class="abstract">
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">instancetype</span><span class="p">)</span><span class="n">init</span> <span class="n">NS_UNAVAILABLE</span><span class="p">;</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)MBISuccessFrameGrabberRecognizer(im)initWithRecognizer:"></a>
<a name="//apple_ref/objc/Method/-initWithRecognizer:" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)MBISuccessFrameGrabberRecognizer(im)initWithRecognizer:">-initWithRecognizer:<wbr></a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">instancetype</span><span class="p">)</span><span class="nf">initWithRecognizer</span><span class="p">:(</span><span class="n"><a href="../Classes/MBIRecognizer.html">MBIRecognizer</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">recognizer</span> <span class="n">NS_SWIFT_NAME</span><span class="p">(</span><span class="n">init</span><span class="p">(</span><span class="n">recognizer</span><span class="o">:</span><span class="p">))</span> <span class="n">NS_DESIGNATED_INITIALIZER</span><span class="p">;</span></code></pre>
</div>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="nf">init</span><span class="p">(</span><span class="nv">recognizer</span><span class="p">:</span> <span class="kt"><a href="../Classes/MBIRecognizer.html">MBIRecognizer</a></span><span class="p">)</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)MBISuccessFrameGrabberRecognizer(py)result"></a>
<a name="//apple_ref/objc/Property/result" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)MBISuccessFrameGrabberRecognizer(py)result">result</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>SuccessFrameGrabber recognizer results</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">readonly</span><span class="p">)</span> <span class="n"><a href="../Classes/MBISuccessFrameGrabberRecognizerResult.html">MBISuccessFrameGrabberRecognizerResult</a></span> <span class="o">*</span><span class="n">_Nonnull</span> <span class="n">result</span><span class="p">;</span></code></pre>
</div>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">result</span><span class="p">:</span> <span class="kt"><a href="../Classes/MBISuccessFrameGrabberRecognizerResult.html">MBISuccessFrameGrabberRecognizerResult</a></span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)MBISuccessFrameGrabberRecognizer(py)slaveRecognizer"></a>
<a name="//apple_ref/objc/Property/slaveRecognizer" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)MBISuccessFrameGrabberRecognizer(py)slaveRecognizer">slaveRecognizer</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Slave recognizer that is wrapped with SuccessFrameGrabber</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">readonly</span><span class="p">)</span> <span class="n"><a href="../Classes/MBIRecognizer.html">MBIRecognizer</a></span> <span class="o">*</span><span class="n">_Nonnull</span> <span class="n">slaveRecognizer</span><span class="p">;</span></code></pre>
</div>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">slaveRecognizer</span><span class="p">:</span> <span class="kt"><a href="../Classes/MBIRecognizer.html">MBIRecognizer</a></span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
</div>
</div>
</section>
</div>
</li>
</ul>
</div>
</div>
</section>
</article>
</div>
<section class="footer">
<p>© 2021 <a class="link" href="http://microblink.com" target="_blank" rel="external">Microblink</a>. All rights reserved. (Last updated: 2021-05-07)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
</html>
|
public/partials/admin.html | sdgdsffdsfff/bugatti |
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
<li ng-class="{active: $state.includes('admin.overview')}"><a ui-sref="admin.overview">综合概况</a></li>
<li ng-class="{active: $state.includes('admin.system')}"><a ui-sref="admin.system">系统配置</a></li>
<li ng-class="{active: $state.includes('admin.logs')}"><a ui-sref="admin.logs">日志查看</a></li>
</ul>
<ul class="nav nav-sidebar">
<li ng-class="{active: $state.includes('admin.user')}"><a ui-sref="admin.user">用户管理</a></li>
<li ng-class="{active: $state.includes('admin.area')}"><a ui-sref="admin.area">区域管理</a></li>
<li ng-class="{active: $state.includes('admin.env')}"><a ui-sref="admin.env">环境管理</a></li>
<li ng-class="{active: $state.includes('admin.spirit')}"><a ui-sref="admin.spirit">网关管理</a></li>
<li ng-class="{active: $state.includes('admin.project')}"><a ui-sref="admin.project">项目管理</a></li>
<li ng-class="{active: $state.includes('admin.relation')}"><a ui-sref="admin.relation">关系设置</a></li>
<li ng-class="{active: $state.includes('admin.script')}"><a ui-sref="admin.script">脚本设置</a></li>
</ul>
</div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<div ui-view autoscroll='false'></div>
</div>
</div>
</div> |
css/selectors/reftests/tc-10.css | frivoal/presto-testo | pi:lang(no)#id1:root iota[attribute]#id2:last-child > phi[object]#id3:last-child pi[number|="another attribute value"]:nth-child(1):nth-last-child(1) xi#id4:first-child > xi#id5 > eta[insert]:lang(en)#id6:nth-child(1) ~ omega:lang(no)#id7:nth-child(2) + nu:nth-last-child(2):empty + phi[desciption]#id8 > kappa:first-child > beta[insert|="100%"]:empty + eta[token|="content"]:last-child pi[and="_blank"]:lang(no)#id9:nth-child(1):empty + eta#id10 > psi[and^="another attribut"]:lang(en)#id11:nth-child(1):empty ~ omega[title="attribute"] + eta[or="solid 1px green"]#id12 ~ lambda:lang(no)#id13 + theta:lang(nb):nth-child(5):nth-last-child(1) > epsilon[object]#id14:last-child
{color:green} |
css/selectors/reftests/tc-744.css | frivoal/presto-testo | mu[object]:lang(en) > *[attrib]:nth-child(1):last-child > kappa:first-child:nth-last-child(4):empty + chi[src="false"] + sigma:nth-last-child(2):empty + lambda:nth-child(4):last-child omega:lang(no)#id1:nth-child(1):empty + psi:nth-child(2) + eta:lang(en)#id2:nth-child(3)
{color:green} |
imported/peter/unicode/tables/euc-kr.html | frivoal/presto-testo | <html lang=ko>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=euc-kr">
<title>EUC-KR</title>
<style>.unused { background: #ccc; } table { float: left; }</style>
</head>
<body>
<table><caption>Code set 0: ASCII/KS-Roman</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>20<td> <td>!<td>"<td>#<td>$<td>%<td>&<td>'<td>(<td>)<td>*<td>+<td>,<td>-<td>.<td>/
<tr><th>30<td>0<td>1<td>2<td>3<td>4<td>5<td>6<td>7<td>8<td>9<td>:<td>;<td><<td>=<td>><td>?
<tr><th>40<td>@<td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td>[<td>\<td>]<td>^<td>_
<tr><th>60<td>`<td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td>{<td>|<td>}<td>~<td>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 81</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 82</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 83</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 84</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 85</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>
A<td>
B<td>
C<td>
D<td>
E<td>
F<td>
G<td>
H<td>
I<td>
J<td>
K<td>
L<td>
M<td>
N<td>
O
<tr><th>50<td>
P<td>
Q<td>
R<td>
S<td>
T<td>
U<td>
V<td>
W<td>
X<td>
Y<td>
Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>
a<td>
b<td>
c<td>
d<td>
e<td>
f<td>
g<td>
h<td>
i<td>
j<td>
k<td>
l<td>
m<td>
n<td>
o
<tr><th>70<td>
p<td>
q<td>
r<td>
s<td>
t<td>
u<td>
v<td>
w<td>
x<td>
y<td>
z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<tr><th>90<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<td>
<tr><th>A0<td>
<td>
¡<td>
¢<td>
£<td>
¤<td>
¥<td>
¦<td>
§<td>
¨<td>
©<td>
ª<td>
«<td>
¬<td>
<td>
®<td>
¯
<tr><th>B0<td>
°<td>
±<td>
²<td>
³<td>
´<td>
µ<td>
¶<td>
·<td>
¸<td>
¹<td>
º<td>
»<td>
¼<td>
½<td>
¾<td>
¿
<tr><th>C0<td>
À<td>
Á<td>
Â<td>
Ã<td>
Ä<td>
Å<td>
Æ<td>
Ç<td>
È<td>
É<td>
Ê<td>
Ë<td>
Ì<td>
Í<td>
Î<td>
Ï
<tr><th>D0<td>
Ð<td>
Ñ<td>
Ò<td>
Ó<td>
Ô<td>
Õ<td>
Ö<td>
×<td>
Ø<td>
Ù<td>
Ú<td>
Û<td>
Ü<td>
Ý<td>
Þ<td>
ß
<tr><th>E0<td>
à<td>
á<td>
â<td>
ã<td>
ä<td>
å<td>
æ<td>
ç<td>
è<td>
é<td>
ê<td>
ë<td>
ì<td>
í<td>
î<td>
ï
<tr><th>F0<td>
ð<td>
ñ<td>
ò<td>
ó<td>
ô<td>
õ<td>
ö<td>
÷<td>
ø<td>
ù<td>
ú<td>
û<td>
ü<td>
ý<td>
þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 86</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 87</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 88</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 89</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 8A</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 8B</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 8C</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 8D</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 8E</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 8F</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 90</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 91</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 92</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 93</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 94</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 95</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 96</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 97</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 98</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 99</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 9A</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 9B</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 9C</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 9D</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 9E</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row 9F</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row A0</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td> A<td> B<td> C<td> D<td> E<td> F<td> G<td> H<td> I<td> J<td> K<td> L<td> M<td> N<td> O
<tr><th>50<td> P<td> Q<td> R<td> S<td> T<td> U<td> V<td> W<td> X<td> Y<td> Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td> a<td> b<td> c<td> d<td> e<td> f<td> g<td> h<td> i<td> j<td> k<td> l<td> m<td> n<td> o
<tr><th>70<td> p<td> q<td> r<td> s<td> t<td> u<td> v<td> w<td> x<td> y<td> z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td> <td> <td> <td> <td>
<td> <td> <td> <td> <td> <td> <td> <td> <td> <td>
<tr><th>90<td> <td> <td> <td> <td> <td> <td> <td> <td> <td> <td> <td> <td> <td> <td> <td>
<tr><th>A0<td> <td> ¡<td> ¢<td> £<td> ¤<td> ¥<td> ¦<td> §<td> ¨<td> ©<td> ª<td> «<td> ¬<td> <td> ®<td> ¯
<tr><th>B0<td> °<td> ±<td> ²<td> ³<td> ´<td> µ<td> ¶<td> ·<td> ¸<td> ¹<td> º<td> »<td> ¼<td> ½<td> ¾<td> ¿
<tr><th>C0<td> À<td> Á<td> Â<td> Ã<td> Ä<td> Å<td> Æ<td> Ç<td> È<td> É<td> Ê<td> Ë<td> Ì<td> Í<td> Î<td> Ï
<tr><th>D0<td> Ð<td> Ñ<td> Ò<td> Ó<td> Ô<td> Õ<td> Ö<td> ×<td> Ø<td> Ù<td> Ú<td> Û<td> Ü<td> Ý<td> Þ<td> ß
<tr><th>E0<td> à<td> á<td> â<td> ã<td> ä<td> å<td> æ<td> ç<td> è<td> é<td> ê<td> ë<td> ì<td> í<td> î<td> ï
<tr><th>F0<td> ð<td> ñ<td> ò<td> ó<td> ô<td> õ<td> ö<td> ÷<td> ø<td> ù<td> ú<td> û<td> ü<td> ý<td> þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row A1</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¡A<td>¡B<td>¡C<td>¡D<td>¡E<td>¡F<td>¡G<td>¡H<td>¡I<td>¡J<td>¡K<td>¡L<td>¡M<td>¡N<td>¡O
<tr><th>50<td>¡P<td>¡Q<td>¡R<td>¡S<td>¡T<td>¡U<td>¡V<td>¡W<td>¡X<td>¡Y<td>¡Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¡a<td>¡b<td>¡c<td>¡d<td>¡e<td>¡f<td>¡g<td>¡h<td>¡i<td>¡j<td>¡k<td>¡l<td>¡m<td>¡n<td>¡o
<tr><th>70<td>¡p<td>¡q<td>¡r<td>¡s<td>¡t<td>¡u<td>¡v<td>¡w<td>¡x<td>¡y<td>¡z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¡<td>¡<td>¡<td>¡<td>¡
<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡
<tr><th>90<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡<td>¡
<tr><th>A0<td>¡ <td>¡¡<td>¡¢<td>¡£<td>¡¤<td>¡¥<td>¡¦<td>¡§<td>¡¨<td>¡©<td>¡ª<td>¡«<td>¡¬<td>¡<td>¡®<td>¡¯
<tr><th>B0<td>¡°<td>¡±<td>¡²<td>¡³<td>¡´<td>¡µ<td>¡¶<td>¡·<td>¡¸<td>¡¹<td>¡º<td>¡»<td>¡¼<td>¡½<td>¡¾<td>¡¿
<tr><th>C0<td>¡À<td>¡Á<td>¡Â<td>¡Ã<td>¡Ä<td>¡Å<td>¡Æ<td>¡Ç<td>¡È<td>¡É<td>¡Ê<td>¡Ë<td>¡Ì<td>¡Í<td>¡Î<td>¡Ï
<tr><th>D0<td>¡Ð<td>¡Ñ<td>¡Ò<td>¡Ó<td>¡Ô<td>¡Õ<td>¡Ö<td>¡×<td>¡Ø<td>¡Ù<td>¡Ú<td>¡Û<td>¡Ü<td>¡Ý<td>¡Þ<td>¡ß
<tr><th>E0<td>¡à<td>¡á<td>¡â<td>¡ã<td>¡ä<td>¡å<td>¡æ<td>¡ç<td>¡è<td>¡é<td>¡ê<td>¡ë<td>¡ì<td>¡í<td>¡î<td>¡ï
<tr><th>F0<td>¡ð<td>¡ñ<td>¡ò<td>¡ó<td>¡ô<td>¡õ<td>¡ö<td>¡÷<td>¡ø<td>¡ù<td>¡ú<td>¡û<td>¡ü<td>¡ý<td>¡þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row A2</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¢A<td>¢B<td>¢C<td>¢D<td>¢E<td>¢F<td>¢G<td>¢H<td>¢I<td>¢J<td>¢K<td>¢L<td>¢M<td>¢N<td>¢O
<tr><th>50<td>¢P<td>¢Q<td>¢R<td>¢S<td>¢T<td>¢U<td>¢V<td>¢W<td>¢X<td>¢Y<td>¢Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¢a<td>¢b<td>¢c<td>¢d<td>¢e<td>¢f<td>¢g<td>¢h<td>¢i<td>¢j<td>¢k<td>¢l<td>¢m<td>¢n<td>¢o
<tr><th>70<td>¢p<td>¢q<td>¢r<td>¢s<td>¢t<td>¢u<td>¢v<td>¢w<td>¢x<td>¢y<td>¢z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¢<td>¢<td>¢<td>¢<td>¢
<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢
<tr><th>90<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢<td>¢
<tr><th>A0<td>¢ <td>¢¡<td>¢¢<td>¢£<td>¢¤<td>¢¥<td>¢¦<td>¢§<td>¢¨<td>¢©<td>¢ª<td>¢«<td>¢¬<td>¢<td>¢®<td>¢¯
<tr><th>B0<td>¢°<td>¢±<td>¢²<td>¢³<td>¢´<td>¢µ<td>¢¶<td>¢·<td>¢¸<td>¢¹<td>¢º<td>¢»<td>¢¼<td>¢½<td>¢¾<td>¢¿
<tr><th>C0<td>¢À<td>¢Á<td>¢Â<td>¢Ã<td>¢Ä<td>¢Å<td>¢Æ<td>¢Ç<td>¢È<td>¢É<td>¢Ê<td>¢Ë<td>¢Ì<td>¢Í<td>¢Î<td>¢Ï
<tr><th>D0<td>¢Ð<td>¢Ñ<td>¢Ò<td>¢Ó<td>¢Ô<td>¢Õ<td>¢Ö<td>¢×<td>¢Ø<td>¢Ù<td>¢Ú<td>¢Û<td>¢Ü<td>¢Ý<td>¢Þ<td>¢ß
<tr><th>E0<td>¢à<td>¢á<td>¢â<td>¢ã<td>¢ä<td>¢å<td>¢æ<td>¢ç<td>¢è<td>¢é<td>¢ê<td>¢ë<td>¢ì<td>¢í<td>¢î<td>¢ï
<tr><th>F0<td>¢ð<td>¢ñ<td>¢ò<td>¢ó<td>¢ô<td>¢õ<td>¢ö<td>¢÷<td>¢ø<td>¢ù<td>¢ú<td>¢û<td>¢ü<td>¢ý<td>¢þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row A3</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>£A<td>£B<td>£C<td>£D<td>£E<td>£F<td>£G<td>£H<td>£I<td>£J<td>£K<td>£L<td>£M<td>£N<td>£O
<tr><th>50<td>£P<td>£Q<td>£R<td>£S<td>£T<td>£U<td>£V<td>£W<td>£X<td>£Y<td>£Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>£a<td>£b<td>£c<td>£d<td>£e<td>£f<td>£g<td>£h<td>£i<td>£j<td>£k<td>£l<td>£m<td>£n<td>£o
<tr><th>70<td>£p<td>£q<td>£r<td>£s<td>£t<td>£u<td>£v<td>£w<td>£x<td>£y<td>£z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>£<td>£<td>£<td>£<td>£
<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£
<tr><th>90<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£<td>£
<tr><th>A0<td>£ <td>£¡<td>£¢<td>££<td>£¤<td>£¥<td>£¦<td>£§<td>£¨<td>£©<td>£ª<td>£«<td>£¬<td>£<td>£®<td>£¯
<tr><th>B0<td>£°<td>£±<td>£²<td>£³<td>£´<td>£µ<td>£¶<td>£·<td>£¸<td>£¹<td>£º<td>£»<td>£¼<td>£½<td>£¾<td>£¿
<tr><th>C0<td>£À<td>£Á<td>£Â<td>£Ã<td>£Ä<td>£Å<td>£Æ<td>£Ç<td>£È<td>£É<td>£Ê<td>£Ë<td>£Ì<td>£Í<td>£Î<td>£Ï
<tr><th>D0<td>£Ð<td>£Ñ<td>£Ò<td>£Ó<td>£Ô<td>£Õ<td>£Ö<td>£×<td>£Ø<td>£Ù<td>£Ú<td>£Û<td>£Ü<td>£Ý<td>£Þ<td>£ß
<tr><th>E0<td>£à<td>£á<td>£â<td>£ã<td>£ä<td>£å<td>£æ<td>£ç<td>£è<td>£é<td>£ê<td>£ë<td>£ì<td>£í<td>£î<td>£ï
<tr><th>F0<td>£ð<td>£ñ<td>£ò<td>£ó<td>£ô<td>£õ<td>£ö<td>£÷<td>£ø<td>£ù<td>£ú<td>£û<td>£ü<td>£ý<td>£þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row A4</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¤A<td>¤B<td>¤C<td>¤D<td>¤E<td>¤F<td>¤G<td>¤H<td>¤I<td>¤J<td>¤K<td>¤L<td>¤M<td>¤N<td>¤O
<tr><th>50<td>¤P<td>¤Q<td>¤R<td>¤S<td>¤T<td>¤U<td>¤V<td>¤W<td>¤X<td>¤Y<td>¤Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¤a<td>¤b<td>¤c<td>¤d<td>¤e<td>¤f<td>¤g<td>¤h<td>¤i<td>¤j<td>¤k<td>¤l<td>¤m<td>¤n<td>¤o
<tr><th>70<td>¤p<td>¤q<td>¤r<td>¤s<td>¤t<td>¤u<td>¤v<td>¤w<td>¤x<td>¤y<td>¤z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¤<td>¤<td>¤<td>¤<td>¤
<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤
<tr><th>90<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤<td>¤
<tr><th>A0<td>¤ <td>¤¡<td>¤¢<td>¤£<td>¤¤<td>¤¥<td>¤¦<td>¤§<td>¤¨<td>¤©<td>¤ª<td>¤«<td>¤¬<td>¤<td>¤®<td>¤¯
<tr><th>B0<td>¤°<td>¤±<td>¤²<td>¤³<td>¤´<td>¤µ<td>¤¶<td>¤·<td>¤¸<td>¤¹<td>¤º<td>¤»<td>¤¼<td>¤½<td>¤¾<td>¤¿
<tr><th>C0<td>¤À<td>¤Á<td>¤Â<td>¤Ã<td>¤Ä<td>¤Å<td>¤Æ<td>¤Ç<td>¤È<td>¤É<td>¤Ê<td>¤Ë<td>¤Ì<td>¤Í<td>¤Î<td>¤Ï
<tr><th>D0<td>¤Ð<td>¤Ñ<td>¤Ò<td>¤Ó<td>¤Ô<td>¤Õ<td>¤Ö<td>¤×<td>¤Ø<td>¤Ù<td>¤Ú<td>¤Û<td>¤Ü<td>¤Ý<td>¤Þ<td>¤ß
<tr><th>E0<td>¤à<td>¤á<td>¤â<td>¤ã<td>¤ä<td>¤å<td>¤æ<td>¤ç<td>¤è<td>¤é<td>¤ê<td>¤ë<td>¤ì<td>¤í<td>¤î<td>¤ï
<tr><th>F0<td>¤ð<td>¤ñ<td>¤ò<td>¤ó<td>¤ô<td>¤õ<td>¤ö<td>¤÷<td>¤ø<td>¤ù<td>¤ú<td>¤û<td>¤ü<td>¤ý<td>¤þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row A5</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¥A<td>¥B<td>¥C<td>¥D<td>¥E<td>¥F<td>¥G<td>¥H<td>¥I<td>¥J<td>¥K<td>¥L<td>¥M<td>¥N<td>¥O
<tr><th>50<td>¥P<td>¥Q<td>¥R<td>¥S<td>¥T<td>¥U<td>¥V<td>¥W<td>¥X<td>¥Y<td>¥Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¥a<td>¥b<td>¥c<td>¥d<td>¥e<td>¥f<td>¥g<td>¥h<td>¥i<td>¥j<td>¥k<td>¥l<td>¥m<td>¥n<td>¥o
<tr><th>70<td>¥p<td>¥q<td>¥r<td>¥s<td>¥t<td>¥u<td>¥v<td>¥w<td>¥x<td>¥y<td>¥z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¥<td>¥<td>¥<td>¥<td>¥
<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥
<tr><th>90<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥<td>¥
<tr><th>A0<td>¥ <td>¥¡<td>¥¢<td>¥£<td>¥¤<td>¥¥<td>¥¦<td>¥§<td>¥¨<td>¥©<td>¥ª<td>¥«<td>¥¬<td>¥<td>¥®<td>¥¯
<tr><th>B0<td>¥°<td>¥±<td>¥²<td>¥³<td>¥´<td>¥µ<td>¥¶<td>¥·<td>¥¸<td>¥¹<td>¥º<td>¥»<td>¥¼<td>¥½<td>¥¾<td>¥¿
<tr><th>C0<td>¥À<td>¥Á<td>¥Â<td>¥Ã<td>¥Ä<td>¥Å<td>¥Æ<td>¥Ç<td>¥È<td>¥É<td>¥Ê<td>¥Ë<td>¥Ì<td>¥Í<td>¥Î<td>¥Ï
<tr><th>D0<td>¥Ð<td>¥Ñ<td>¥Ò<td>¥Ó<td>¥Ô<td>¥Õ<td>¥Ö<td>¥×<td>¥Ø<td>¥Ù<td>¥Ú<td>¥Û<td>¥Ü<td>¥Ý<td>¥Þ<td>¥ß
<tr><th>E0<td>¥à<td>¥á<td>¥â<td>¥ã<td>¥ä<td>¥å<td>¥æ<td>¥ç<td>¥è<td>¥é<td>¥ê<td>¥ë<td>¥ì<td>¥í<td>¥î<td>¥ï
<tr><th>F0<td>¥ð<td>¥ñ<td>¥ò<td>¥ó<td>¥ô<td>¥õ<td>¥ö<td>¥÷<td>¥ø<td>¥ù<td>¥ú<td>¥û<td>¥ü<td>¥ý<td>¥þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row A6</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¦A<td>¦B<td>¦C<td>¦D<td>¦E<td>¦F<td>¦G<td>¦H<td>¦I<td>¦J<td>¦K<td>¦L<td>¦M<td>¦N<td>¦O
<tr><th>50<td>¦P<td>¦Q<td>¦R<td>¦S<td>¦T<td>¦U<td>¦V<td>¦W<td>¦X<td>¦Y<td>¦Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¦a<td>¦b<td>¦c<td>¦d<td>¦e<td>¦f<td>¦g<td>¦h<td>¦i<td>¦j<td>¦k<td>¦l<td>¦m<td>¦n<td>¦o
<tr><th>70<td>¦p<td>¦q<td>¦r<td>¦s<td>¦t<td>¦u<td>¦v<td>¦w<td>¦x<td>¦y<td>¦z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¦<td>¦<td>¦<td>¦<td>¦
<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦
<tr><th>90<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦<td>¦
<tr><th>A0<td>¦ <td>¦¡<td>¦¢<td>¦£<td>¦¤<td>¦¥<td>¦¦<td>¦§<td>¦¨<td>¦©<td>¦ª<td>¦«<td>¦¬<td>¦<td>¦®<td>¦¯
<tr><th>B0<td>¦°<td>¦±<td>¦²<td>¦³<td>¦´<td>¦µ<td>¦¶<td>¦·<td>¦¸<td>¦¹<td>¦º<td>¦»<td>¦¼<td>¦½<td>¦¾<td>¦¿
<tr><th>C0<td>¦À<td>¦Á<td>¦Â<td>¦Ã<td>¦Ä<td>¦Å<td>¦Æ<td>¦Ç<td>¦È<td>¦É<td>¦Ê<td>¦Ë<td>¦Ì<td>¦Í<td>¦Î<td>¦Ï
<tr><th>D0<td>¦Ð<td>¦Ñ<td>¦Ò<td>¦Ó<td>¦Ô<td>¦Õ<td>¦Ö<td>¦×<td>¦Ø<td>¦Ù<td>¦Ú<td>¦Û<td>¦Ü<td>¦Ý<td>¦Þ<td>¦ß
<tr><th>E0<td>¦à<td>¦á<td>¦â<td>¦ã<td>¦ä<td>¦å<td>¦æ<td>¦ç<td>¦è<td>¦é<td>¦ê<td>¦ë<td>¦ì<td>¦í<td>¦î<td>¦ï
<tr><th>F0<td>¦ð<td>¦ñ<td>¦ò<td>¦ó<td>¦ô<td>¦õ<td>¦ö<td>¦÷<td>¦ø<td>¦ù<td>¦ú<td>¦û<td>¦ü<td>¦ý<td>¦þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row A7</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>§A<td>§B<td>§C<td>§D<td>§E<td>§F<td>§G<td>§H<td>§I<td>§J<td>§K<td>§L<td>§M<td>§N<td>§O
<tr><th>50<td>§P<td>§Q<td>§R<td>§S<td>§T<td>§U<td>§V<td>§W<td>§X<td>§Y<td>§Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>§a<td>§b<td>§c<td>§d<td>§e<td>§f<td>§g<td>§h<td>§i<td>§j<td>§k<td>§l<td>§m<td>§n<td>§o
<tr><th>70<td>§p<td>§q<td>§r<td>§s<td>§t<td>§u<td>§v<td>§w<td>§x<td>§y<td>§z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>§<td>§<td>§<td>§<td>§
<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§
<tr><th>90<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§<td>§
<tr><th>A0<td>§ <td>§¡<td>§¢<td>§£<td>§¤<td>§¥<td>§¦<td>§§<td>§¨<td>§©<td>§ª<td>§«<td>§¬<td>§<td>§®<td>§¯
<tr><th>B0<td>§°<td>§±<td>§²<td>§³<td>§´<td>§µ<td>§¶<td>§·<td>§¸<td>§¹<td>§º<td>§»<td>§¼<td>§½<td>§¾<td>§¿
<tr><th>C0<td>§À<td>§Á<td>§Â<td>§Ã<td>§Ä<td>§Å<td>§Æ<td>§Ç<td>§È<td>§É<td>§Ê<td>§Ë<td>§Ì<td>§Í<td>§Î<td>§Ï
<tr><th>D0<td>§Ð<td>§Ñ<td>§Ò<td>§Ó<td>§Ô<td>§Õ<td>§Ö<td>§×<td>§Ø<td>§Ù<td>§Ú<td>§Û<td>§Ü<td>§Ý<td>§Þ<td>§ß
<tr><th>E0<td>§à<td>§á<td>§â<td>§ã<td>§ä<td>§å<td>§æ<td>§ç<td>§è<td>§é<td>§ê<td>§ë<td>§ì<td>§í<td>§î<td>§ï
<tr><th>F0<td>§ð<td>§ñ<td>§ò<td>§ó<td>§ô<td>§õ<td>§ö<td>§÷<td>§ø<td>§ù<td>§ú<td>§û<td>§ü<td>§ý<td>§þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row A8</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¨A<td>¨B<td>¨C<td>¨D<td>¨E<td>¨F<td>¨G<td>¨H<td>¨I<td>¨J<td>¨K<td>¨L<td>¨M<td>¨N<td>¨O
<tr><th>50<td>¨P<td>¨Q<td>¨R<td>¨S<td>¨T<td>¨U<td>¨V<td>¨W<td>¨X<td>¨Y<td>¨Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¨a<td>¨b<td>¨c<td>¨d<td>¨e<td>¨f<td>¨g<td>¨h<td>¨i<td>¨j<td>¨k<td>¨l<td>¨m<td>¨n<td>¨o
<tr><th>70<td>¨p<td>¨q<td>¨r<td>¨s<td>¨t<td>¨u<td>¨v<td>¨w<td>¨x<td>¨y<td>¨z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¨<td>¨<td>¨<td>¨<td>¨
<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨
<tr><th>90<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨<td>¨
<tr><th>A0<td>¨ <td>¨¡<td>¨¢<td>¨£<td>¨¤<td>¨¥<td>¨¦<td>¨§<td>¨¨<td>¨©<td>¨ª<td>¨«<td>¨¬<td>¨<td>¨®<td>¨¯
<tr><th>B0<td>¨°<td>¨±<td>¨²<td>¨³<td>¨´<td>¨µ<td>¨¶<td>¨·<td>¨¸<td>¨¹<td>¨º<td>¨»<td>¨¼<td>¨½<td>¨¾<td>¨¿
<tr><th>C0<td>¨À<td>¨Á<td>¨Â<td>¨Ã<td>¨Ä<td>¨Å<td>¨Æ<td>¨Ç<td>¨È<td>¨É<td>¨Ê<td>¨Ë<td>¨Ì<td>¨Í<td>¨Î<td>¨Ï
<tr><th>D0<td>¨Ð<td>¨Ñ<td>¨Ò<td>¨Ó<td>¨Ô<td>¨Õ<td>¨Ö<td>¨×<td>¨Ø<td>¨Ù<td>¨Ú<td>¨Û<td>¨Ü<td>¨Ý<td>¨Þ<td>¨ß
<tr><th>E0<td>¨à<td>¨á<td>¨â<td>¨ã<td>¨ä<td>¨å<td>¨æ<td>¨ç<td>¨è<td>¨é<td>¨ê<td>¨ë<td>¨ì<td>¨í<td>¨î<td>¨ï
<tr><th>F0<td>¨ð<td>¨ñ<td>¨ò<td>¨ó<td>¨ô<td>¨õ<td>¨ö<td>¨÷<td>¨ø<td>¨ù<td>¨ú<td>¨û<td>¨ü<td>¨ý<td>¨þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row A9</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>©A<td>©B<td>©C<td>©D<td>©E<td>©F<td>©G<td>©H<td>©I<td>©J<td>©K<td>©L<td>©M<td>©N<td>©O
<tr><th>50<td>©P<td>©Q<td>©R<td>©S<td>©T<td>©U<td>©V<td>©W<td>©X<td>©Y<td>©Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>©a<td>©b<td>©c<td>©d<td>©e<td>©f<td>©g<td>©h<td>©i<td>©j<td>©k<td>©l<td>©m<td>©n<td>©o
<tr><th>70<td>©p<td>©q<td>©r<td>©s<td>©t<td>©u<td>©v<td>©w<td>©x<td>©y<td>©z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>©<td>©<td>©<td>©<td>©
<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©
<tr><th>90<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©<td>©
<tr><th>A0<td>© <td>©¡<td>©¢<td>©£<td>©¤<td>©¥<td>©¦<td>©§<td>©¨<td>©©<td>©ª<td>©«<td>©¬<td>©<td>©®<td>©¯
<tr><th>B0<td>©°<td>©±<td>©²<td>©³<td>©´<td>©µ<td>©¶<td>©·<td>©¸<td>©¹<td>©º<td>©»<td>©¼<td>©½<td>©¾<td>©¿
<tr><th>C0<td>©À<td>©Á<td>©Â<td>©Ã<td>©Ä<td>©Å<td>©Æ<td>©Ç<td>©È<td>©É<td>©Ê<td>©Ë<td>©Ì<td>©Í<td>©Î<td>©Ï
<tr><th>D0<td>©Ð<td>©Ñ<td>©Ò<td>©Ó<td>©Ô<td>©Õ<td>©Ö<td>©×<td>©Ø<td>©Ù<td>©Ú<td>©Û<td>©Ü<td>©Ý<td>©Þ<td>©ß
<tr><th>E0<td>©à<td>©á<td>©â<td>©ã<td>©ä<td>©å<td>©æ<td>©ç<td>©è<td>©é<td>©ê<td>©ë<td>©ì<td>©í<td>©î<td>©ï
<tr><th>F0<td>©ð<td>©ñ<td>©ò<td>©ó<td>©ô<td>©õ<td>©ö<td>©÷<td>©ø<td>©ù<td>©ú<td>©û<td>©ü<td>©ý<td>©þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row AA</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>ªA<td>ªB<td>ªC<td>ªD<td>ªE<td>ªF<td>ªG<td>ªH<td>ªI<td>ªJ<td>ªK<td>ªL<td>ªM<td>ªN<td>ªO
<tr><th>50<td>ªP<td>ªQ<td>ªR<td>ªS<td>ªT<td>ªU<td>ªV<td>ªW<td>ªX<td>ªY<td>ªZ<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>ªa<td>ªb<td>ªc<td>ªd<td>ªe<td>ªf<td>ªg<td>ªh<td>ªi<td>ªj<td>ªk<td>ªl<td>ªm<td>ªn<td>ªo
<tr><th>70<td>ªp<td>ªq<td>ªr<td>ªs<td>ªt<td>ªu<td>ªv<td>ªw<td>ªx<td>ªy<td>ªz<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>ª<td>ª<td>ª<td>ª<td>ª
<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª
<tr><th>90<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª<td>ª
<tr><th>A0<td>ª <td>ª¡<td>ª¢<td>ª£<td>ª¤<td>ª¥<td>ª¦<td>ª§<td>ª¨<td>ª©<td>ªª<td>ª«<td>ª¬<td>ª<td>ª®<td>ª¯
<tr><th>B0<td>ª°<td>ª±<td>ª²<td>ª³<td>ª´<td>ªµ<td>ª¶<td>ª·<td>ª¸<td>ª¹<td>ªº<td>ª»<td>ª¼<td>ª½<td>ª¾<td>ª¿
<tr><th>C0<td>ªÀ<td>ªÁ<td>ªÂ<td>ªÃ<td>ªÄ<td>ªÅ<td>ªÆ<td>ªÇ<td>ªÈ<td>ªÉ<td>ªÊ<td>ªË<td>ªÌ<td>ªÍ<td>ªÎ<td>ªÏ
<tr><th>D0<td>ªÐ<td>ªÑ<td>ªÒ<td>ªÓ<td>ªÔ<td>ªÕ<td>ªÖ<td>ª×<td>ªØ<td>ªÙ<td>ªÚ<td>ªÛ<td>ªÜ<td>ªÝ<td>ªÞ<td>ªß
<tr><th>E0<td>ªà<td>ªá<td>ªâ<td>ªã<td>ªä<td>ªå<td>ªæ<td>ªç<td>ªè<td>ªé<td>ªê<td>ªë<td>ªì<td>ªí<td>ªî<td>ªï
<tr><th>F0<td>ªð<td>ªñ<td>ªò<td>ªó<td>ªô<td>ªõ<td>ªö<td>ª÷<td>ªø<td>ªù<td>ªú<td>ªû<td>ªü<td>ªý<td>ªþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row AB</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>«A<td>«B<td>«C<td>«D<td>«E<td>«F<td>«G<td>«H<td>«I<td>«J<td>«K<td>«L<td>«M<td>«N<td>«O
<tr><th>50<td>«P<td>«Q<td>«R<td>«S<td>«T<td>«U<td>«V<td>«W<td>«X<td>«Y<td>«Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>«a<td>«b<td>«c<td>«d<td>«e<td>«f<td>«g<td>«h<td>«i<td>«j<td>«k<td>«l<td>«m<td>«n<td>«o
<tr><th>70<td>«p<td>«q<td>«r<td>«s<td>«t<td>«u<td>«v<td>«w<td>«x<td>«y<td>«z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>«<td>«<td>«<td>«<td>«
<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«
<tr><th>90<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«<td>«
<tr><th>A0<td>« <td>«¡<td>«¢<td>«£<td>«¤<td>«¥<td>«¦<td>«§<td>«¨<td>«©<td>«ª<td>««<td>«¬<td>«<td>«®<td>«¯
<tr><th>B0<td>«°<td>«±<td>«²<td>«³<td>«´<td>«µ<td>«¶<td>«·<td>«¸<td>«¹<td>«º<td>«»<td>«¼<td>«½<td>«¾<td>«¿
<tr><th>C0<td>«À<td>«Á<td>«Â<td>«Ã<td>«Ä<td>«Å<td>«Æ<td>«Ç<td>«È<td>«É<td>«Ê<td>«Ë<td>«Ì<td>«Í<td>«Î<td>«Ï
<tr><th>D0<td>«Ð<td>«Ñ<td>«Ò<td>«Ó<td>«Ô<td>«Õ<td>«Ö<td>«×<td>«Ø<td>«Ù<td>«Ú<td>«Û<td>«Ü<td>«Ý<td>«Þ<td>«ß
<tr><th>E0<td>«à<td>«á<td>«â<td>«ã<td>«ä<td>«å<td>«æ<td>«ç<td>«è<td>«é<td>«ê<td>«ë<td>«ì<td>«í<td>«î<td>«ï
<tr><th>F0<td>«ð<td>«ñ<td>«ò<td>«ó<td>«ô<td>«õ<td>«ö<td>«÷<td>«ø<td>«ù<td>«ú<td>«û<td>«ü<td>«ý<td>«þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row AC</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¬A<td>¬B<td>¬C<td>¬D<td>¬E<td>¬F<td>¬G<td>¬H<td>¬I<td>¬J<td>¬K<td>¬L<td>¬M<td>¬N<td>¬O
<tr><th>50<td>¬P<td>¬Q<td>¬R<td>¬S<td>¬T<td>¬U<td>¬V<td>¬W<td>¬X<td>¬Y<td>¬Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¬a<td>¬b<td>¬c<td>¬d<td>¬e<td>¬f<td>¬g<td>¬h<td>¬i<td>¬j<td>¬k<td>¬l<td>¬m<td>¬n<td>¬o
<tr><th>70<td>¬p<td>¬q<td>¬r<td>¬s<td>¬t<td>¬u<td>¬v<td>¬w<td>¬x<td>¬y<td>¬z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¬<td>¬<td>¬<td>¬<td>¬
<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬
<tr><th>90<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬<td>¬
<tr><th>A0<td>¬ <td>¬¡<td>¬¢<td>¬£<td>¬¤<td>¬¥<td>¬¦<td>¬§<td>¬¨<td>¬©<td>¬ª<td>¬«<td>¬¬<td>¬<td>¬®<td>¬¯
<tr><th>B0<td>¬°<td>¬±<td>¬²<td>¬³<td>¬´<td>¬µ<td>¬¶<td>¬·<td>¬¸<td>¬¹<td>¬º<td>¬»<td>¬¼<td>¬½<td>¬¾<td>¬¿
<tr><th>C0<td>¬À<td>¬Á<td>¬Â<td>¬Ã<td>¬Ä<td>¬Å<td>¬Æ<td>¬Ç<td>¬È<td>¬É<td>¬Ê<td>¬Ë<td>¬Ì<td>¬Í<td>¬Î<td>¬Ï
<tr><th>D0<td>¬Ð<td>¬Ñ<td>¬Ò<td>¬Ó<td>¬Ô<td>¬Õ<td>¬Ö<td>¬×<td>¬Ø<td>¬Ù<td>¬Ú<td>¬Û<td>¬Ü<td>¬Ý<td>¬Þ<td>¬ß
<tr><th>E0<td>ˆ<td>‡<td>‰<td>‹<td>Š<td>Œ<td>¾<td><td><td>Ž<td><td>‘<td>“<td>’<td>”<td>•
<tr><th>F0<td>¬ð<td>¬ñ<td>¬ò<td>¬ó<td>¬ô<td>¬õ<td>¬ö<td>¬÷<td>¬ø<td>¬ù<td>¬ú<td>¬û<td>¬ü<td>¬ý<td>¬þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row AD</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>A<td>B<td>C<td>D<td>E<td>F<td>G<td>H<td>I<td>J<td>K<td>L<td>M<td>N<td>O
<tr><th>50<td>P<td>Q<td>R<td>S<td>T<td>U<td>V<td>W<td>X<td>Y<td>Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>a<td>b<td>c<td>d<td>e<td>f<td>g<td>h<td>i<td>j<td>k<td>l<td>m<td>n<td>o
<tr><th>70<td>p<td>q<td>r<td>s<td>t<td>u<td>v<td>w<td>x<td>y<td>z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row AE</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>®A<td>®B<td>®C<td>®D<td>®E<td>®F<td>®G<td>®H<td>®I<td>®J<td>®K<td>®L<td>®M<td>®N<td>®O
<tr><th>50<td>®P<td>®Q<td>®R<td>®S<td>®T<td>®U<td>®V<td>®W<td>®X<td>®Y<td>®Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>®a<td>®b<td>®c<td>®d<td>®e<td>®f<td>®g<td>®h<td>®i<td>®j<td>®k<td>®l<td>®m<td>®n<td>®o
<tr><th>70<td>®p<td>®q<td>®r<td>®s<td>®t<td>®u<td>®v<td>®w<td>®x<td>®y<td>®z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>®<td>®<td>®<td>®<td>®
<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®
<tr><th>90<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®<td>®
<tr><th>A0<td>® <td>®¡<td>®¢<td>®£<td>®¤<td>®¥<td>®¦<td>®§<td>®¨<td>®©<td>®ª<td>®«<td>®¬<td>®<td>®®<td>®¯
<tr><th>B0<td>®°<td>®±<td>®²<td>®³<td>®´<td>®µ<td>®¶<td>®·<td>®¸<td>®¹<td>®º<td>®»<td>®¼<td>®½<td>®¾<td>®¿
<tr><th>C0<td>®À<td>®Á<td>®Â<td>®Ã<td>®Ä<td>®Å<td>®Æ<td>®Ç<td>®È<td>®É<td>®Ê<td>®Ë<td>®Ì<td>®Í<td>®Î<td>®Ï
<tr><th>D0<td>®Ð<td>®Ñ<td>®Ò<td>®Ó<td>®Ô<td>®Õ<td>®Ö<td>®×<td>®Ø<td>®Ù<td>®Ú<td>®Û<td>®Ü<td>®Ý<td>®Þ<td>®ß
<tr><th>E0<td>®à<td>®á<td>®â<td>®ã<td>®ä<td>®å<td>®æ<td>®ç<td>®è<td>®é<td>®ê<td>®ë<td>®ì<td>®í<td>®î<td>®ï
<tr><th>F0<td>®ð<td>®ñ<td>®ò<td>®ó<td>®ô<td>®õ<td>®ö<td>®÷<td>®ø<td>®ù<td>®ú<td>®û<td>®ü<td>®ý<td>®þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row AF</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¯A<td>¯B<td>¯C<td>¯D<td>¯E<td>¯F<td>¯G<td>¯H<td>¯I<td>¯J<td>¯K<td>¯L<td>¯M<td>¯N<td>¯O
<tr><th>50<td>¯P<td>¯Q<td>¯R<td>¯S<td>¯T<td>¯U<td>¯V<td>¯W<td>¯X<td>¯Y<td>¯Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¯a<td>¯b<td>¯c<td>¯d<td>¯e<td>¯f<td>¯g<td>¯h<td>¯i<td>¯j<td>¯k<td>¯l<td>¯m<td>¯n<td>¯o
<tr><th>70<td>¯p<td>¯q<td>¯r<td>¯s<td>¯t<td>¯u<td>¯v<td>¯w<td>¯x<td>¯y<td>¯z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¯<td>¯<td>¯<td>¯<td>¯
<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯
<tr><th>90<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯<td>¯
<tr><th>A0<td>¯ <td>¯¡<td>¯¢<td>¯£<td>¯¤<td>¯¥<td>¯¦<td>¯§<td>¯¨<td>¯©<td>¯ª<td>¯«<td>¯¬<td>¯<td>¯®<td>¯¯
<tr><th>B0<td>¯°<td>¯±<td>¯²<td>¯³<td>¯´<td>¯µ<td>¯¶<td>¯·<td>¯¸<td>¯¹<td>¯º<td>¯»<td>¯¼<td>¯½<td>¯¾<td>¯¿
<tr><th>C0<td>¯À<td>¯Á<td>¯Â<td>¯Ã<td>¯Ä<td>¯Å<td>¯Æ<td>¯Ç<td>¯È<td>¯É<td>¯Ê<td>¯Ë<td>¯Ì<td>¯Í<td>¯Î<td>¯Ï
<tr><th>D0<td>¯Ð<td>¯Ñ<td>¯Ò<td>¯Ó<td>¯Ô<td>¯Õ<td>¯Ö<td>¯×<td>¯Ø<td>¯Ù<td>¯Ú<td>¯Û<td>¯Ü<td>¯Ý<td>¯Þ<td>¯ß
<tr><th>E0<td>¯à<td>¯á<td>¯â<td>¯ã<td>¯ä<td>¯å<td>¯æ<td>¯ç<td>¯è<td>¯é<td>¯ê<td>¯ë<td>¯ì<td>¯í<td>¯î<td>¯ï
<tr><th>F0<td>¯ð<td>¯ñ<td>¯ò<td>¯ó<td>¯ô<td>¯õ<td>¯ö<td>¯÷<td>¯ø<td>¯ù<td>¯ú<td>¯û<td>¯ü<td>¯ý<td>¯þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row B0</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>°A<td>°B<td>°C<td>°D<td>°E<td>°F<td>°G<td>°H<td>°I<td>°J<td>°K<td>°L<td>°M<td>°N<td>°O
<tr><th>50<td>°P<td>°Q<td>°R<td>°S<td>°T<td>°U<td>°V<td>°W<td>°X<td>°Y<td>°Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>°a<td>°b<td>°c<td>°d<td>°e<td>°f<td>°g<td>°h<td>°i<td>°j<td>°k<td>°l<td>°m<td>°n<td>°o
<tr><th>70<td>°p<td>°q<td>°r<td>°s<td>°t<td>°u<td>°v<td>°w<td>°x<td>°y<td>°z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>°<td>°<td>°<td>°<td>°
<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°
<tr><th>90<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°<td>°
<tr><th>A0<td>° <td>°¡<td>°¢<td>°£<td>°¤<td>°¥<td>°¦<td>°§<td>°¨<td>°©<td>°ª<td>°«<td>°¬<td>°<td>°®<td>°¯
<tr><th>B0<td>°°<td>°±<td>°²<td>°³<td>°´<td>°µ<td>°¶<td>°·<td>°¸<td>°¹<td>°º<td>°»<td>°¼<td>°½<td>°¾<td>°¿
<tr><th>C0<td>°À<td>°Á<td>°Â<td>°Ã<td>°Ä<td>°Å<td>°Æ<td>°Ç<td>°È<td>°É<td>°Ê<td>°Ë<td>°Ì<td>°Í<td>°Î<td>°Ï
<tr><th>D0<td>°Ð<td>°Ñ<td>°Ò<td>°Ó<td>°Ô<td>°Õ<td>°Ö<td>°×<td>°Ø<td>°Ù<td>°Ú<td>°Û<td>°Ü<td>°Ý<td>°Þ<td>°ß
<tr><th>E0<td>°à<td>°á<td>°â<td>°ã<td>°ä<td>°å<td>°æ<td>°ç<td>°è<td>°é<td>°ê<td>°ë<td>°ì<td>°í<td>°î<td>°ï
<tr><th>F0<td>°ð<td>°ñ<td>°ò<td>°ó<td>°ô<td>°õ<td>°ö<td>°÷<td>°ø<td>°ù<td>°ú<td>°û<td>°ü<td>°ý<td>°þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row B1</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>±A<td>±B<td>±C<td>±D<td>±E<td>±F<td>±G<td>±H<td>±I<td>±J<td>±K<td>±L<td>±M<td>±N<td>±O
<tr><th>50<td>±P<td>±Q<td>±R<td>±S<td>±T<td>±U<td>±V<td>±W<td>±X<td>±Y<td>±Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>±a<td>±b<td>±c<td>±d<td>±e<td>±f<td>±g<td>±h<td>±i<td>±j<td>±k<td>±l<td>±m<td>±n<td>±o
<tr><th>70<td>±p<td>±q<td>±r<td>±s<td>±t<td>±u<td>±v<td>±w<td>±x<td>±y<td>±z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>±<td>±<td>±<td>±<td>±
<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±
<tr><th>90<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±<td>±
<tr><th>A0<td>± <td>±¡<td>±¢<td>±£<td>±¤<td>±¥<td>±¦<td>±§<td>±¨<td>±©<td>±ª<td>±«<td>±¬<td>±<td>±®<td>±¯
<tr><th>B0<td>±°<td>±±<td>±²<td>±³<td>±´<td>±µ<td>±¶<td>±·<td>±¸<td>±¹<td>±º<td>±»<td>±¼<td>±½<td>±¾<td>±¿
<tr><th>C0<td>±À<td>±Á<td>±Â<td>±Ã<td>±Ä<td>±Å<td>±Æ<td>±Ç<td>±È<td>±É<td>±Ê<td>±Ë<td>±Ì<td>±Í<td>±Î<td>±Ï
<tr><th>D0<td>±Ð<td>±Ñ<td>±Ò<td>±Ó<td>±Ô<td>±Õ<td>±Ö<td>±×<td>±Ø<td>±Ù<td>±Ú<td>±Û<td>±Ü<td>±Ý<td>±Þ<td>±ß
<tr><th>E0<td>±à<td>±á<td>±â<td>±ã<td>±ä<td>±å<td>±æ<td>±ç<td>±è<td>±é<td>±ê<td>±ë<td>±ì<td>±í<td>±î<td>±ï
<tr><th>F0<td>±ð<td>±ñ<td>±ò<td>±ó<td>±ô<td>±õ<td>±ö<td>±÷<td>±ø<td>±ù<td>±ú<td>±û<td>±ü<td>±ý<td>±þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row B2</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>²A<td>²B<td>²C<td>²D<td>²E<td>²F<td>²G<td>²H<td>²I<td>²J<td>²K<td>²L<td>²M<td>²N<td>²O
<tr><th>50<td>²P<td>²Q<td>²R<td>²S<td>²T<td>²U<td>²V<td>²W<td>²X<td>²Y<td>²Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>²a<td>²b<td>²c<td>²d<td>²e<td>²f<td>²g<td>²h<td>²i<td>²j<td>²k<td>²l<td>²m<td>²n<td>²o
<tr><th>70<td>²p<td>²q<td>²r<td>²s<td>²t<td>²u<td>²v<td>²w<td>²x<td>²y<td>²z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>²<td>²<td>²<td>²<td>²
<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²
<tr><th>90<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²<td>²
<tr><th>A0<td>² <td>²¡<td>²¢<td>²£<td>²¤<td>²¥<td>²¦<td>²§<td>²¨<td>²©<td>²ª<td>²«<td>²¬<td>²<td>²®<td>²¯
<tr><th>B0<td>²°<td>²±<td>²²<td>²³<td>²´<td>²µ<td>²¶<td>²·<td>²¸<td>²¹<td>²º<td>²»<td>²¼<td>²½<td>²¾<td>²¿
<tr><th>C0<td>²À<td>²Á<td>²Â<td>²Ã<td>²Ä<td>²Å<td>²Æ<td>²Ç<td>²È<td>²É<td>²Ê<td>²Ë<td>²Ì<td>²Í<td>²Î<td>²Ï
<tr><th>D0<td>²Ð<td>²Ñ<td>²Ò<td>²Ó<td>²Ô<td>²Õ<td>²Ö<td>²×<td>²Ø<td>²Ù<td>²Ú<td>²Û<td>²Ü<td>²Ý<td>²Þ<td>²ß
<tr><th>E0<td>²à<td>²á<td>²â<td>²ã<td>²ä<td>²å<td>²æ<td>²ç<td>²è<td>²é<td>²ê<td>²ë<td>²ì<td>²í<td>²î<td>²ï
<tr><th>F0<td>²ð<td>²ñ<td>²ò<td>²ó<td>²ô<td>²õ<td>²ö<td>²÷<td>²ø<td>²ù<td>²ú<td>²û<td>²ü<td>²ý<td>²þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row B3</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>³A<td>³B<td>³C<td>³D<td>³E<td>³F<td>³G<td>³H<td>³I<td>³J<td>³K<td>³L<td>³M<td>³N<td>³O
<tr><th>50<td>³P<td>³Q<td>³R<td>³S<td>³T<td>³U<td>³V<td>³W<td>³X<td>³Y<td>³Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>³a<td>³b<td>³c<td>³d<td>³e<td>³f<td>³g<td>³h<td>³i<td>³j<td>³k<td>³l<td>³m<td>³n<td>³o
<tr><th>70<td>³p<td>³q<td>³r<td>³s<td>³t<td>³u<td>³v<td>³w<td>³x<td>³y<td>³z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>³<td>³<td>³<td>³<td>³
<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³
<tr><th>90<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³<td>³
<tr><th>A0<td>³ <td>³¡<td>³¢<td>³£<td>³¤<td>³¥<td>³¦<td>³§<td>³¨<td>³©<td>³ª<td>³«<td>³¬<td>³<td>³®<td>³¯
<tr><th>B0<td>³°<td>³±<td>³²<td>³³<td>³´<td>³µ<td>³¶<td>³·<td>³¸<td>³¹<td>³º<td>³»<td>³¼<td>³½<td>³¾<td>³¿
<tr><th>C0<td>³À<td>³Á<td>³Â<td>³Ã<td>³Ä<td>³Å<td>³Æ<td>³Ç<td>³È<td>³É<td>³Ê<td>³Ë<td>³Ì<td>³Í<td>³Î<td>³Ï
<tr><th>D0<td>³Ð<td>³Ñ<td>³Ò<td>³Ó<td>³Ô<td>³Õ<td>³Ö<td>³×<td>³Ø<td>³Ù<td>³Ú<td>³Û<td>³Ü<td>³Ý<td>³Þ<td>³ß
<tr><th>E0<td>³à<td>³á<td>³â<td>³ã<td>³ä<td>³å<td>³æ<td>³ç<td>³è<td>³é<td>³ê<td>³ë<td>³ì<td>³í<td>³î<td>³ï
<tr><th>F0<td>³ð<td>³ñ<td>³ò<td>³ó<td>³ô<td>³õ<td>³ö<td>³÷<td>³ø<td>³ù<td>³ú<td>³û<td>³ü<td>³ý<td>³þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row B4</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>´A<td>´B<td>´C<td>´D<td>´E<td>´F<td>´G<td>´H<td>´I<td>´J<td>´K<td>´L<td>´M<td>´N<td>´O
<tr><th>50<td>´P<td>´Q<td>´R<td>´S<td>´T<td>´U<td>´V<td>´W<td>´X<td>´Y<td>´Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>´a<td>´b<td>´c<td>´d<td>´e<td>´f<td>´g<td>´h<td>´i<td>´j<td>´k<td>´l<td>´m<td>´n<td>´o
<tr><th>70<td>´p<td>´q<td>´r<td>´s<td>´t<td>´u<td>´v<td>´w<td>´x<td>´y<td>´z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>´<td>´<td>´<td>´<td>´
<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´
<tr><th>90<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´<td>´
<tr><th>A0<td>´ <td>´¡<td>´¢<td>´£<td>´¤<td>´¥<td>´¦<td>´§<td>´¨<td>´©<td>´ª<td>´«<td>´¬<td>´<td>´®<td>´¯
<tr><th>B0<td>´°<td>´±<td>´²<td>´³<td>´´<td>´µ<td>´¶<td>´·<td>´¸<td>´¹<td>´º<td>´»<td>´¼<td>´½<td>´¾<td>´¿
<tr><th>C0<td>´À<td>´Á<td>´Â<td>´Ã<td>´Ä<td>´Å<td>´Æ<td>´Ç<td>´È<td>´É<td>´Ê<td>´Ë<td>´Ì<td>´Í<td>´Î<td>´Ï
<tr><th>D0<td>´Ð<td>´Ñ<td>´Ò<td>´Ó<td>´Ô<td>´Õ<td>´Ö<td>´×<td>´Ø<td>´Ù<td>´Ú<td>´Û<td>´Ü<td>´Ý<td>´Þ<td>´ß
<tr><th>E0<td>´à<td>´á<td>´â<td>´ã<td>´ä<td>´å<td>´æ<td>´ç<td>´è<td>´é<td>´ê<td>´ë<td>´ì<td>´í<td>´î<td>´ï
<tr><th>F0<td>´ð<td>´ñ<td>´ò<td>´ó<td>´ô<td>´õ<td>´ö<td>´÷<td>´ø<td>´ù<td>´ú<td>´û<td>´ü<td>´ý<td>´þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row B5</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>µA<td>µB<td>µC<td>µD<td>µE<td>µF<td>µG<td>µH<td>µI<td>µJ<td>µK<td>µL<td>µM<td>µN<td>µO
<tr><th>50<td>µP<td>µQ<td>µR<td>µS<td>µT<td>µU<td>µV<td>µW<td>µX<td>µY<td>µZ<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>µa<td>µb<td>µc<td>µd<td>µe<td>µf<td>µg<td>µh<td>µi<td>µj<td>µk<td>µl<td>µm<td>µn<td>µo
<tr><th>70<td>µp<td>µq<td>µr<td>µs<td>µt<td>µu<td>µv<td>µw<td>µx<td>µy<td>µz<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>µ<td>µ<td>µ<td>µ<td>µ
<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ
<tr><th>90<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ<td>µ
<tr><th>A0<td>µ <td>µ¡<td>µ¢<td>µ£<td>µ¤<td>µ¥<td>µ¦<td>µ§<td>µ¨<td>µ©<td>µª<td>µ«<td>µ¬<td>µ<td>µ®<td>µ¯
<tr><th>B0<td>µ°<td>µ±<td>µ²<td>µ³<td>µ´<td>µµ<td>µ¶<td>µ·<td>µ¸<td>µ¹<td>µº<td>µ»<td>µ¼<td>µ½<td>µ¾<td>µ¿
<tr><th>C0<td>µÀ<td>µÁ<td>µÂ<td>µÃ<td>µÄ<td>µÅ<td>µÆ<td>µÇ<td>µÈ<td>µÉ<td>µÊ<td>µË<td>µÌ<td>µÍ<td>µÎ<td>µÏ
<tr><th>D0<td>µÐ<td>µÑ<td>µÒ<td>µÓ<td>µÔ<td>µÕ<td>µÖ<td>µ×<td>µØ<td>µÙ<td>µÚ<td>µÛ<td>µÜ<td>µÝ<td>µÞ<td>µß
<tr><th>E0<td>µà<td>µá<td>µâ<td>µã<td>µä<td>µå<td>µæ<td>µç<td>µè<td>µé<td>µê<td>µë<td>µì<td>µí<td>µî<td>µï
<tr><th>F0<td>µð<td>µñ<td>µò<td>µó<td>µô<td>µõ<td>µö<td>µ÷<td>µø<td>µù<td>µú<td>µû<td>µü<td>µý<td>µþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row B6</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¶A<td>¶B<td>¶C<td>¶D<td>¶E<td>¶F<td>¶G<td>¶H<td>¶I<td>¶J<td>¶K<td>¶L<td>¶M<td>¶N<td>¶O
<tr><th>50<td>¶P<td>¶Q<td>¶R<td>¶S<td>¶T<td>¶U<td>¶V<td>¶W<td>¶X<td>¶Y<td>¶Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¶a<td>¶b<td>¶c<td>¶d<td>¶e<td>¶f<td>¶g<td>¶h<td>¶i<td>¶j<td>¶k<td>¶l<td>¶m<td>¶n<td>¶o
<tr><th>70<td>¶p<td>¶q<td>¶r<td>¶s<td>¶t<td>¶u<td>¶v<td>¶w<td>¶x<td>¶y<td>¶z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¶<td>¶<td>¶<td>¶<td>¶
<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶
<tr><th>90<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶<td>¶
<tr><th>A0<td>¶ <td>¶¡<td>¶¢<td>¶£<td>¶¤<td>¶¥<td>¶¦<td>¶§<td>¶¨<td>¶©<td>¶ª<td>¶«<td>¶¬<td>¶<td>¶®<td>¶¯
<tr><th>B0<td>¶°<td>¶±<td>¶²<td>¶³<td>¶´<td>¶µ<td>¶¶<td>¶·<td>¶¸<td>¶¹<td>¶º<td>¶»<td>¶¼<td>¶½<td>¶¾<td>¶¿
<tr><th>C0<td>¶À<td>¶Á<td>¶Â<td>¶Ã<td>¶Ä<td>¶Å<td>¶Æ<td>¶Ç<td>¶È<td>¶É<td>¶Ê<td>¶Ë<td>¶Ì<td>¶Í<td>¶Î<td>¶Ï
<tr><th>D0<td>¶Ð<td>¶Ñ<td>¶Ò<td>¶Ó<td>¶Ô<td>¶Õ<td>¶Ö<td>¶×<td>¶Ø<td>¶Ù<td>¶Ú<td>¶Û<td>¶Ü<td>¶Ý<td>¶Þ<td>¶ß
<tr><th>E0<td>¶à<td>¶á<td>¶â<td>¶ã<td>¶ä<td>¶å<td>¶æ<td>¶ç<td>¶è<td>¶é<td>¶ê<td>¶ë<td>¶ì<td>¶í<td>¶î<td>¶ï
<tr><th>F0<td>¶ð<td>¶ñ<td>¶ò<td>¶ó<td>¶ô<td>¶õ<td>¶ö<td>¶÷<td>¶ø<td>¶ù<td>¶ú<td>¶û<td>¶ü<td>¶ý<td>¶þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row B7</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>·A<td>·B<td>·C<td>·D<td>·E<td>·F<td>·G<td>·H<td>·I<td>·J<td>·K<td>·L<td>·M<td>·N<td>·O
<tr><th>50<td>·P<td>·Q<td>·R<td>·S<td>·T<td>·U<td>·V<td>·W<td>·X<td>·Y<td>·Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>·a<td>·b<td>·c<td>·d<td>·e<td>·f<td>·g<td>·h<td>·i<td>·j<td>·k<td>·l<td>·m<td>·n<td>·o
<tr><th>70<td>·p<td>·q<td>·r<td>·s<td>·t<td>·u<td>·v<td>·w<td>·x<td>·y<td>·z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>·<td>·<td>·<td>·<td>·
<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·
<tr><th>90<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·<td>·
<tr><th>A0<td>· <td>·¡<td>·¢<td>·£<td>·¤<td>·¥<td>·¦<td>·§<td>·¨<td>·©<td>·ª<td>·«<td>·¬<td>·<td>·®<td>·¯
<tr><th>B0<td>·°<td>·±<td>·²<td>·³<td>·´<td>·µ<td>·¶<td>··<td>·¸<td>·¹<td>·º<td>·»<td>·¼<td>·½<td>·¾<td>·¿
<tr><th>C0<td>·À<td>·Á<td>·Â<td>·Ã<td>·Ä<td>·Å<td>·Æ<td>·Ç<td>·È<td>·É<td>·Ê<td>·Ë<td>·Ì<td>·Í<td>·Î<td>·Ï
<tr><th>D0<td>·Ð<td>·Ñ<td>·Ò<td>·Ó<td>·Ô<td>·Õ<td>·Ö<td>·×<td>·Ø<td>·Ù<td>·Ú<td>·Û<td>·Ü<td>·Ý<td>·Þ<td>·ß
<tr><th>E0<td>·à<td>·á<td>·â<td>·ã<td>·ä<td>·å<td>·æ<td>·ç<td>·è<td>·é<td>·ê<td>·ë<td>·ì<td>·í<td>·î<td>·ï
<tr><th>F0<td>·ð<td>·ñ<td>·ò<td>·ó<td>·ô<td>·õ<td>·ö<td>·÷<td>·ø<td>·ù<td>·ú<td>·û<td>·ü<td>·ý<td>·þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row B8</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¸A<td>¸B<td>¸C<td>¸D<td>¸E<td>¸F<td>¸G<td>¸H<td>¸I<td>¸J<td>¸K<td>¸L<td>¸M<td>¸N<td>¸O
<tr><th>50<td>¸P<td>¸Q<td>¸R<td>¸S<td>¸T<td>¸U<td>¸V<td>¸W<td>¸X<td>¸Y<td>¸Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¸a<td>¸b<td>¸c<td>¸d<td>¸e<td>¸f<td>¸g<td>¸h<td>¸i<td>¸j<td>¸k<td>¸l<td>¸m<td>¸n<td>¸o
<tr><th>70<td>¸p<td>¸q<td>¸r<td>¸s<td>¸t<td>¸u<td>¸v<td>¸w<td>¸x<td>¸y<td>¸z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¸<td>¸<td>¸<td>¸<td>¸
<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸
<tr><th>90<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸<td>¸
<tr><th>A0<td>¸ <td>¸¡<td>¸¢<td>¸£<td>¸¤<td>¸¥<td>¸¦<td>¸§<td>¸¨<td>¸©<td>¸ª<td>¸«<td>¸¬<td>¸<td>¸®<td>¸¯
<tr><th>B0<td>¸°<td>¸±<td>¸²<td>¸³<td>¸´<td>¸µ<td>¸¶<td>¸·<td>¸¸<td>¸¹<td>¸º<td>¸»<td>¸¼<td>¸½<td>¸¾<td>¸¿
<tr><th>C0<td>¸À<td>¸Á<td>¸Â<td>¸Ã<td>¸Ä<td>¸Å<td>¸Æ<td>¸Ç<td>¸È<td>¸É<td>¸Ê<td>¸Ë<td>¸Ì<td>¸Í<td>¸Î<td>¸Ï
<tr><th>D0<td>¸Ð<td>¸Ñ<td>¸Ò<td>¸Ó<td>¸Ô<td>¸Õ<td>¸Ö<td>¸×<td>¸Ø<td>¸Ù<td>¸Ú<td>¸Û<td>¸Ü<td>¸Ý<td>¸Þ<td>¸ß
<tr><th>E0<td>¸à<td>¸á<td>¸â<td>¸ã<td>¸ä<td>¸å<td>¸æ<td>¸ç<td>¸è<td>¸é<td>¸ê<td>¸ë<td>¸ì<td>¸í<td>¸î<td>¸ï
<tr><th>F0<td>¸ð<td>¸ñ<td>¸ò<td>¸ó<td>¸ô<td>¸õ<td>¸ö<td>¸÷<td>¸ø<td>¸ù<td>¸ú<td>¸û<td>¸ü<td>¸ý<td>¸þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row B9</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¹A<td>¹B<td>¹C<td>¹D<td>¹E<td>¹F<td>¹G<td>¹H<td>¹I<td>¹J<td>¹K<td>¹L<td>¹M<td>¹N<td>¹O
<tr><th>50<td>¹P<td>¹Q<td>¹R<td>¹S<td>¹T<td>¹U<td>¹V<td>¹W<td>¹X<td>¹Y<td>¹Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¹a<td>¹b<td>¹c<td>¹d<td>¹e<td>¹f<td>¹g<td>¹h<td>¹i<td>¹j<td>¹k<td>¹l<td>¹m<td>¹n<td>¹o
<tr><th>70<td>¹p<td>¹q<td>¹r<td>¹s<td>¹t<td>¹u<td>¹v<td>¹w<td>¹x<td>¹y<td>¹z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¹<td>¹<td>¹<td>¹<td>¹
<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹
<tr><th>90<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹<td>¹
<tr><th>A0<td>¹ <td>¹¡<td>¹¢<td>¹£<td>¹¤<td>¹¥<td>¹¦<td>¹§<td>¹¨<td>¹©<td>¹ª<td>¹«<td>¹¬<td>¹<td>¹®<td>¹¯
<tr><th>B0<td>¹°<td>¹±<td>¹²<td>¹³<td>¹´<td>¹µ<td>¹¶<td>¹·<td>¹¸<td>¹¹<td>¹º<td>¹»<td>¹¼<td>¹½<td>¹¾<td>¹¿
<tr><th>C0<td>¹À<td>¹Á<td>¹Â<td>¹Ã<td>¹Ä<td>¹Å<td>¹Æ<td>¹Ç<td>¹È<td>¹É<td>¹Ê<td>¹Ë<td>¹Ì<td>¹Í<td>¹Î<td>¹Ï
<tr><th>D0<td>¹Ð<td>¹Ñ<td>¹Ò<td>¹Ó<td>¹Ô<td>¹Õ<td>¹Ö<td>¹×<td>¹Ø<td>¹Ù<td>¹Ú<td>¹Û<td>¹Ü<td>¹Ý<td>¹Þ<td>¹ß
<tr><th>E0<td>¹à<td>¹á<td>¹â<td>¹ã<td>¹ä<td>¹å<td>¹æ<td>¹ç<td>¹è<td>¹é<td>¹ê<td>¹ë<td>¹ì<td>¹í<td>¹î<td>¹ï
<tr><th>F0<td>¹ð<td>¹ñ<td>¹ò<td>¹ó<td>¹ô<td>¹õ<td>¹ö<td>¹÷<td>¹ø<td>¹ù<td>¹ú<td>¹û<td>¹ü<td>¹ý<td>¹þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row BA</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>ºA<td>ºB<td>ºC<td>ºD<td>ºE<td>ºF<td>ºG<td>ºH<td>ºI<td>ºJ<td>ºK<td>ºL<td>ºM<td>ºN<td>ºO
<tr><th>50<td>ºP<td>ºQ<td>ºR<td>ºS<td>ºT<td>ºU<td>ºV<td>ºW<td>ºX<td>ºY<td>ºZ<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>ºa<td>ºb<td>ºc<td>ºd<td>ºe<td>ºf<td>ºg<td>ºh<td>ºi<td>ºj<td>ºk<td>ºl<td>ºm<td>ºn<td>ºo
<tr><th>70<td>ºp<td>ºq<td>ºr<td>ºs<td>ºt<td>ºu<td>ºv<td>ºw<td>ºx<td>ºy<td>ºz<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>º<td>º<td>º<td>º<td>º
<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º
<tr><th>90<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º<td>º
<tr><th>A0<td>º <td>º¡<td>º¢<td>º£<td>º¤<td>º¥<td>º¦<td>º§<td>º¨<td>º©<td>ºª<td>º«<td>º¬<td>º<td>º®<td>º¯
<tr><th>B0<td>º°<td>º±<td>º²<td>º³<td>º´<td>ºµ<td>º¶<td>º·<td>º¸<td>º¹<td>ºº<td>º»<td>º¼<td>º½<td>º¾<td>º¿
<tr><th>C0<td>ºÀ<td>ºÁ<td>ºÂ<td>ºÃ<td>ºÄ<td>ºÅ<td>ºÆ<td>ºÇ<td>ºÈ<td>ºÉ<td>ºÊ<td>ºË<td>ºÌ<td>ºÍ<td>ºÎ<td>ºÏ
<tr><th>D0<td>ºÐ<td>ºÑ<td>ºÒ<td>ºÓ<td>ºÔ<td>ºÕ<td>ºÖ<td>º×<td>ºØ<td>ºÙ<td>ºÚ<td>ºÛ<td>ºÜ<td>ºÝ<td>ºÞ<td>ºß
<tr><th>E0<td>ºà<td>ºá<td>ºâ<td>ºã<td>ºä<td>ºå<td>ºæ<td>ºç<td>ºè<td>ºé<td>ºê<td>ºë<td>ºì<td>ºí<td>ºî<td>ºï
<tr><th>F0<td>ºð<td>ºñ<td>ºò<td>ºó<td>ºô<td>ºõ<td>ºö<td>º÷<td>ºø<td>ºù<td>ºú<td>ºû<td>ºü<td>ºý<td>ºþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row BB</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>»A<td>»B<td>»C<td>»D<td>»E<td>»F<td>»G<td>»H<td>»I<td>»J<td>»K<td>»L<td>»M<td>»N<td>»O
<tr><th>50<td>»P<td>»Q<td>»R<td>»S<td>»T<td>»U<td>»V<td>»W<td>»X<td>»Y<td>»Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>»a<td>»b<td>»c<td>»d<td>»e<td>»f<td>»g<td>»h<td>»i<td>»j<td>»k<td>»l<td>»m<td>»n<td>»o
<tr><th>70<td>»p<td>»q<td>»r<td>»s<td>»t<td>»u<td>»v<td>»w<td>»x<td>»y<td>»z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>»<td>»<td>»<td>»<td>»
<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»
<tr><th>90<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»<td>»
<tr><th>A0<td>» <td>»¡<td>»¢<td>»£<td>»¤<td>»¥<td>»¦<td>»§<td>»¨<td>»©<td>»ª<td>»«<td>»¬<td>»<td>»®<td>»¯
<tr><th>B0<td>»°<td>»±<td>»²<td>»³<td>»´<td>»µ<td>»¶<td>»·<td>»¸<td>»¹<td>»º<td>»»<td>»¼<td>»½<td>»¾<td>»¿
<tr><th>C0<td>»À<td>»Á<td>»Â<td>»Ã<td>»Ä<td>»Å<td>»Æ<td>»Ç<td>»È<td>»É<td>»Ê<td>»Ë<td>»Ì<td>»Í<td>»Î<td>»Ï
<tr><th>D0<td>»Ð<td>»Ñ<td>»Ò<td>»Ó<td>»Ô<td>»Õ<td>»Ö<td>»×<td>»Ø<td>»Ù<td>»Ú<td>»Û<td>»Ü<td>»Ý<td>»Þ<td>»ß
<tr><th>E0<td>Ȉ<td>ȇ<td>ȉ<td>ȋ<td>Ȋ<td>Ȍ<td>Ⱦ<td>ȍ<td>ȏ<td>Ȏ<td>Ȑ<td>ȑ<td>ȓ<td>Ȓ<td>Ȕ<td>ȕ
<tr><th>F0<td>»ð<td>»ñ<td>»ò<td>»ó<td>»ô<td>»õ<td>»ö<td>»÷<td>»ø<td>»ù<td>»ú<td>»û<td>»ü<td>»ý<td>»þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row BC</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¼A<td>¼B<td>¼C<td>¼D<td>¼E<td>¼F<td>¼G<td>¼H<td>¼I<td>¼J<td>¼K<td>¼L<td>¼M<td>¼N<td>¼O
<tr><th>50<td>¼P<td>¼Q<td>¼R<td>¼S<td>¼T<td>¼U<td>¼V<td>¼W<td>¼X<td>¼Y<td>¼Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¼a<td>¼b<td>¼c<td>¼d<td>¼e<td>¼f<td>¼g<td>¼h<td>¼i<td>¼j<td>¼k<td>¼l<td>¼m<td>¼n<td>¼o
<tr><th>70<td>¼p<td>¼q<td>¼r<td>¼s<td>¼t<td>¼u<td>¼v<td>¼w<td>¼x<td>¼y<td>¼z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¼<td>¼<td>¼<td>¼<td>¼
<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼
<tr><th>90<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼<td>¼
<tr><th>A0<td>¼ <td>¼¡<td>¼¢<td>¼£<td>¼¤<td>¼¥<td>¼¦<td>¼§<td>¼¨<td>¼©<td>¼ª<td>¼«<td>¼¬<td>¼<td>¼®<td>¼¯
<tr><th>B0<td>¼°<td>¼±<td>¼²<td>¼³<td>¼´<td>¼µ<td>¼¶<td>¼·<td>¼¸<td>¼¹<td>¼º<td>¼»<td>¼¼<td>¼½<td>¼¾<td>¼¿
<tr><th>C0<td>¼À<td>¼Á<td>¼Â<td>¼Ã<td>¼Ä<td>¼Å<td>¼Æ<td>¼Ç<td>¼È<td>¼É<td>¼Ê<td>¼Ë<td>¼Ì<td>¼Í<td>¼Î<td>¼Ï
<tr><th>D0<td>¼Ð<td>¼Ñ<td>¼Ò<td>¼Ó<td>¼Ô<td>¼Õ<td>¼Ö<td>¼×<td>¼Ø<td>¼Ù<td>¼Ú<td>¼Û<td>¼Ü<td>¼Ý<td>¼Þ<td>¼ß
<tr><th>E0<td>¼à<td>¼á<td>¼â<td>¼ã<td>¼ä<td>¼å<td>¼æ<td>¼ç<td>¼è<td>¼é<td>¼ê<td>¼ë<td>¼ì<td>¼í<td>¼î<td>¼ï
<tr><th>F0<td>¼ð<td>¼ñ<td>¼ò<td>¼ó<td>¼ô<td>¼õ<td>¼ö<td>¼÷<td>¼ø<td>¼ù<td>¼ú<td>¼û<td>¼ü<td>¼ý<td>¼þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row BD</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>½A<td>½B<td>½C<td>½D<td>½E<td>½F<td>½G<td>½H<td>½I<td>½J<td>½K<td>½L<td>½M<td>½N<td>½O
<tr><th>50<td>½P<td>½Q<td>½R<td>½S<td>½T<td>½U<td>½V<td>½W<td>½X<td>½Y<td>½Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>½a<td>½b<td>½c<td>½d<td>½e<td>½f<td>½g<td>½h<td>½i<td>½j<td>½k<td>½l<td>½m<td>½n<td>½o
<tr><th>70<td>½p<td>½q<td>½r<td>½s<td>½t<td>½u<td>½v<td>½w<td>½x<td>½y<td>½z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>½<td>½<td>½<td>½<td>½
<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½
<tr><th>90<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½<td>½
<tr><th>A0<td>½ <td>½¡<td>½¢<td>½£<td>½¤<td>½¥<td>½¦<td>½§<td>½¨<td>½©<td>½ª<td>½«<td>½¬<td>½<td>½®<td>½¯
<tr><th>B0<td>½°<td>½±<td>½²<td>½³<td>½´<td>½µ<td>½¶<td>½·<td>½¸<td>½¹<td>½º<td>½»<td>½¼<td>½½<td>½¾<td>½¿
<tr><th>C0<td>½À<td>½Á<td>½Â<td>½Ã<td>½Ä<td>½Å<td>½Æ<td>½Ç<td>½È<td>½É<td>½Ê<td>½Ë<td>½Ì<td>½Í<td>½Î<td>½Ï
<tr><th>D0<td>½Ð<td>½Ñ<td>½Ò<td>½Ó<td>½Ô<td>½Õ<td>½Ö<td>½×<td>½Ø<td>½Ù<td>½Ú<td>½Û<td>½Ü<td>½Ý<td>½Þ<td>½ß
<tr><th>E0<td>½à<td>½á<td>½â<td>½ã<td>½ä<td>½å<td>½æ<td>½ç<td>½è<td>½é<td>½ê<td>½ë<td>½ì<td>½í<td>½î<td>½ï
<tr><th>F0<td>½ð<td>½ñ<td>½ò<td>½ó<td>½ô<td>½õ<td>½ö<td>½÷<td>½ø<td>½ù<td>½ú<td>½û<td>½ü<td>½ý<td>½þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row BE</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¾A<td>¾B<td>¾C<td>¾D<td>¾E<td>¾F<td>¾G<td>¾H<td>¾I<td>¾J<td>¾K<td>¾L<td>¾M<td>¾N<td>¾O
<tr><th>50<td>¾P<td>¾Q<td>¾R<td>¾S<td>¾T<td>¾U<td>¾V<td>¾W<td>¾X<td>¾Y<td>¾Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¾a<td>¾b<td>¾c<td>¾d<td>¾e<td>¾f<td>¾g<td>¾h<td>¾i<td>¾j<td>¾k<td>¾l<td>¾m<td>¾n<td>¾o
<tr><th>70<td>¾p<td>¾q<td>¾r<td>¾s<td>¾t<td>¾u<td>¾v<td>¾w<td>¾x<td>¾y<td>¾z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¾<td>¾<td>¾<td>¾<td>¾
<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾
<tr><th>90<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾<td>¾
<tr><th>A0<td>¾ <td>¾¡<td>¾¢<td>¾£<td>¾¤<td>¾¥<td>¾¦<td>¾§<td>¾¨<td>¾©<td>¾ª<td>¾«<td>¾¬<td>¾<td>¾®<td>¾¯
<tr><th>B0<td>¾°<td>¾±<td>¾²<td>¾³<td>¾´<td>¾µ<td>¾¶<td>¾·<td>¾¸<td>¾¹<td>¾º<td>¾»<td>¾¼<td>¾½<td>¾¾<td>¾¿
<tr><th>C0<td>¾À<td>¾Á<td>¾Â<td>¾Ã<td>¾Ä<td>¾Å<td>¾Æ<td>¾Ç<td>¾È<td>¾É<td>¾Ê<td>¾Ë<td>¾Ì<td>¾Í<td>¾Î<td>¾Ï
<tr><th>D0<td>¾Ð<td>¾Ñ<td>¾Ò<td>¾Ó<td>¾Ô<td>¾Õ<td>¾Ö<td>¾×<td>¾Ø<td>¾Ù<td>¾Ú<td>¾Û<td>¾Ü<td>¾Ý<td>¾Þ<td>¾ß
<tr><th>E0<td>¾à<td>¾á<td>¾â<td>¾ã<td>¾ä<td>¾å<td>¾æ<td>¾ç<td>¾è<td>¾é<td>¾ê<td>¾ë<td>¾ì<td>¾í<td>¾î<td>¾ï
<tr><th>F0<td>¾ð<td>¾ñ<td>¾ò<td>¾ó<td>¾ô<td>¾õ<td>¾ö<td>¾÷<td>¾ø<td>¾ù<td>¾ú<td>¾û<td>¾ü<td>¾ý<td>¾þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row BF</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>¿A<td>¿B<td>¿C<td>¿D<td>¿E<td>¿F<td>¿G<td>¿H<td>¿I<td>¿J<td>¿K<td>¿L<td>¿M<td>¿N<td>¿O
<tr><th>50<td>¿P<td>¿Q<td>¿R<td>¿S<td>¿T<td>¿U<td>¿V<td>¿W<td>¿X<td>¿Y<td>¿Z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>¿a<td>¿b<td>¿c<td>¿d<td>¿e<td>¿f<td>¿g<td>¿h<td>¿i<td>¿j<td>¿k<td>¿l<td>¿m<td>¿n<td>¿o
<tr><th>70<td>¿p<td>¿q<td>¿r<td>¿s<td>¿t<td>¿u<td>¿v<td>¿w<td>¿x<td>¿y<td>¿z<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>¿<td>¿<td>¿<td>¿<td>¿
<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿
<tr><th>90<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿<td>¿
<tr><th>A0<td>¿ <td>¿¡<td>¿¢<td>¿£<td>¿¤<td>¿¥<td>¿¦<td>¿§<td>¿¨<td>¿©<td>¿ª<td>¿«<td>¿¬<td>¿<td>¿®<td>¿¯
<tr><th>B0<td>¿°<td>¿±<td>¿²<td>¿³<td>¿´<td>¿µ<td>¿¶<td>¿·<td>¿¸<td>¿¹<td>¿º<td>¿»<td>¿¼<td>¿½<td>¿¾<td>¿¿
<tr><th>C0<td>¿À<td>¿Á<td>¿Â<td>¿Ã<td>¿Ä<td>¿Å<td>¿Æ<td>¿Ç<td>¿È<td>¿É<td>¿Ê<td>¿Ë<td>¿Ì<td>¿Í<td>¿Î<td>¿Ï
<tr><th>D0<td>¿Ð<td>¿Ñ<td>¿Ò<td>¿Ó<td>¿Ô<td>¿Õ<td>¿Ö<td>¿×<td>¿Ø<td>¿Ù<td>¿Ú<td>¿Û<td>¿Ü<td>¿Ý<td>¿Þ<td>¿ß
<tr><th>E0<td>¿à<td>¿á<td>¿â<td>¿ã<td>¿ä<td>¿å<td>¿æ<td>¿ç<td>¿è<td>¿é<td>¿ê<td>¿ë<td>¿ì<td>¿í<td>¿î<td>¿ï
<tr><th>F0<td>¿ð<td>¿ñ<td>¿ò<td>¿ó<td>¿ô<td>¿õ<td>¿ö<td>¿÷<td>¿ø<td>¿ù<td>¿ú<td>¿û<td>¿ü<td>¿ý<td>¿þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row C0</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>ÀA<td>ÀB<td>ÀC<td>ÀD<td>ÀE<td>ÀF<td>ÀG<td>ÀH<td>ÀI<td>ÀJ<td>ÀK<td>ÀL<td>ÀM<td>ÀN<td>ÀO
<tr><th>50<td>ÀP<td>ÀQ<td>ÀR<td>ÀS<td>ÀT<td>ÀU<td>ÀV<td>ÀW<td>ÀX<td>ÀY<td>ÀZ<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>Àa<td>Àb<td>Àc<td>Àd<td>Àe<td>Àf<td>Àg<td>Àh<td>Ài<td>Àj<td>Àk<td>Àl<td>Àm<td>Àn<td>Ào
<tr><th>70<td>Àp<td>Àq<td>Àr<td>Às<td>Àt<td>Àu<td>Àv<td>Àw<td>Àx<td>Ày<td>Àz<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>À<td>À<td>À<td>À<td>À
<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À
<tr><th>90<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À<td>À
<tr><th>A0<td>À <td>À¡<td>À¢<td>À£<td>À¤<td>À¥<td>À¦<td>À§<td>À¨<td>À©<td>Àª<td>À«<td>À¬<td>À<td>À®<td>À¯
<tr><th>B0<td>À°<td>À±<td>À²<td>À³<td>À´<td>Àµ<td>À¶<td>À·<td>À¸<td>À¹<td>Àº<td>À»<td>À¼<td>À½<td>À¾<td>À¿
<tr><th>C0<td>ÀÀ<td>ÀÁ<td>ÀÂ<td>ÀÃ<td>ÀÄ<td>ÀÅ<td>ÀÆ<td>ÀÇ<td>ÀÈ<td>ÀÉ<td>ÀÊ<td>ÀË<td>ÀÌ<td>ÀÍ<td>ÀÎ<td>ÀÏ
<tr><th>D0<td>ÀÐ<td>ÀÑ<td>ÀÒ<td>ÀÓ<td>ÀÔ<td>ÀÕ<td>ÀÖ<td>À×<td>ÀØ<td>ÀÙ<td>ÀÚ<td>ÀÛ<td>ÀÜ<td>ÀÝ<td>ÀÞ<td>Àß
<tr><th>E0<td>Àà<td>Àá<td>Àâ<td>Àã<td>Àä<td>Àå<td>Àæ<td>Àç<td>Àè<td>Àé<td>Àê<td>Àë<td>Àì<td>Àí<td>Àî<td>Àï
<tr><th>F0<td>Àð<td>Àñ<td>Àò<td>Àó<td>Àô<td>Àõ<td>Àö<td>À÷<td>Àø<td>Àù<td>Àú<td>Àû<td>Àü<td>Àý<td>Àþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row C1</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>ÁA<td>ÁB<td>ÁC<td>ÁD<td>ÁE<td>ÁF<td>ÁG<td>ÁH<td>ÁI<td>ÁJ<td>ÁK<td>ÁL<td>ÁM<td>ÁN<td>ÁO
<tr><th>50<td>ÁP<td>ÁQ<td>ÁR<td>ÁS<td>ÁT<td>ÁU<td>ÁV<td>ÁW<td>ÁX<td>ÁY<td>ÁZ<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>Áa<td>Áb<td>Ác<td>Ád<td>Áe<td>Áf<td>Ág<td>Áh<td>Ái<td>Áj<td>Ák<td>Ál<td>Ám<td>Án<td>Áo
<tr><th>70<td>Áp<td>Áq<td>Ár<td>Ás<td>Át<td>Áu<td>Áv<td>Áw<td>Áx<td>Áy<td>Áz<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>Á<td>Á<td>Á<td>Á<td>Á
<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á
<tr><th>90<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á<td>Á
<tr><th>A0<td>Á <td>Á¡<td>Á¢<td>Á£<td>Á¤<td>Á¥<td>Á¦<td>Á§<td>Á¨<td>Á©<td>Áª<td>Á«<td>Á¬<td>Á<td>Á®<td>Á¯
<tr><th>B0<td>Á°<td>Á±<td>Á²<td>Á³<td>Á´<td>Áµ<td>Á¶<td>Á·<td>Á¸<td>Á¹<td>Áº<td>Á»<td>Á¼<td>Á½<td>Á¾<td>Á¿
<tr><th>C0<td>ÁÀ<td>ÁÁ<td>ÁÂ<td>ÁÃ<td>ÁÄ<td>ÁÅ<td>ÁÆ<td>ÁÇ<td>ÁÈ<td>ÁÉ<td>ÁÊ<td>ÁË<td>ÁÌ<td>ÁÍ<td>ÁÎ<td>ÁÏ
<tr><th>D0<td>ÁÐ<td>ÁÑ<td>ÁÒ<td>ÁÓ<td>ÁÔ<td>ÁÕ<td>ÁÖ<td>Á×<td>ÁØ<td>ÁÙ<td>ÁÚ<td>ÁÛ<td>ÁÜ<td>ÁÝ<td>ÁÞ<td>Áß
<tr><th>E0<td>Áà<td>Áá<td>Áâ<td>Áã<td>Áä<td>Áå<td>Áæ<td>Áç<td>Áè<td>Áé<td>Áê<td>Áë<td>Áì<td>Áí<td>Áî<td>Áï
<tr><th>F0<td>Áð<td>Áñ<td>Áò<td>Áó<td>Áô<td>Áõ<td>Áö<td>Á÷<td>Áø<td>Áù<td>Áú<td>Áû<td>Áü<td>Áý<td>Áþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row C2</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>ÂA<td>ÂB<td>ÂC<td>ÂD<td>ÂE<td>ÂF<td>ÂG<td>ÂH<td>ÂI<td>ÂJ<td>ÂK<td>ÂL<td>ÂM<td>ÂN<td>ÂO
<tr><th>50<td>ÂP<td>ÂQ<td>ÂR<td>ÂS<td>ÂT<td>ÂU<td>ÂV<td>ÂW<td>ÂX<td>ÂY<td>ÂZ<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>Âa<td>Âb<td>Âc<td>Âd<td>Âe<td>Âf<td>Âg<td>Âh<td>Âi<td>Âj<td>Âk<td>Âl<td>Âm<td>Ân<td>Âo
<tr><th>70<td>Âp<td>Âq<td>Âr<td>Âs<td>Ât<td>Âu<td>Âv<td>Âw<td>Âx<td>Ây<td>Âz<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>Â<td>Â<td>Â<td>Â<td>Â
<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â
<tr><th>90<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â<td>Â
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>Â¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td>Â<td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>ÂÀ<td>ÂÁ<td>ÂÂ<td>ÂÃ<td>ÂÄ<td>ÂÅ<td>ÂÆ<td>ÂÇ<td>ÂÈ<td>ÂÉ<td>ÂÊ<td>ÂË<td>ÂÌ<td>ÂÍ<td>ÂÎ<td>ÂÏ
<tr><th>D0<td>ÂÐ<td>ÂÑ<td>ÂÒ<td>ÂÓ<td>ÂÔ<td>ÂÕ<td>ÂÖ<td>Â×<td>ÂØ<td>ÂÙ<td>ÂÚ<td>ÂÛ<td>ÂÜ<td>ÂÝ<td>ÂÞ<td>Âß
<tr><th>E0<td>Âà<td>Âá<td>Ââ<td>Âã<td>Âä<td>Âå<td>Âæ<td>Âç<td>Âè<td>Âé<td>Âê<td>Âë<td>Âì<td>Âí<td>Âî<td>Âï
<tr><th>F0<td>Âð<td>Âñ<td>Âò<td>Âó<td>Âô<td>Âõ<td>Âö<td>Â÷<td>Âø<td>Âù<td>Âú<td>Âû<td>Âü<td>Âý<td>Âþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row C3</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>ÃA<td>ÃB<td>ÃC<td>ÃD<td>ÃE<td>ÃF<td>ÃG<td>ÃH<td>ÃI<td>ÃJ<td>ÃK<td>ÃL<td>ÃM<td>ÃN<td>ÃO
<tr><th>50<td>ÃP<td>ÃQ<td>ÃR<td>ÃS<td>ÃT<td>ÃU<td>ÃV<td>ÃW<td>ÃX<td>ÃY<td>ÃZ<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>Ãa<td>Ãb<td>Ãc<td>Ãd<td>Ãe<td>Ãf<td>Ãg<td>Ãh<td>Ãi<td>Ãj<td>Ãk<td>Ãl<td>Ãm<td>Ãn<td>Ão
<tr><th>70<td>Ãp<td>Ãq<td>Ãr<td>Ãs<td>Ãt<td>Ãu<td>Ãv<td>Ãw<td>Ãx<td>Ãy<td>Ãz<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>Ã<td>Ã<td>Ã<td>Ã<td>Ã
<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã
<tr><th>90<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã<td>Ã
<tr><th>A0<td>à <td>á<td>â<td>ã<td>ä<td>Ã¥<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>Ã<td>î<td>ï
<tr><th>B0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td>ÿ
<tr><th>C0<td>ÃÀ<td>ÃÁ<td>ÃÂ<td>ÃÃ<td>ÃÄ<td>ÃÅ<td>ÃÆ<td>ÃÇ<td>ÃÈ<td>ÃÉ<td>ÃÊ<td>ÃË<td>ÃÌ<td>ÃÍ<td>ÃÎ<td>ÃÏ
<tr><th>D0<td>ÃÐ<td>ÃÑ<td>ÃÒ<td>ÃÓ<td>ÃÔ<td>ÃÕ<td>ÃÖ<td>Ã×<td>ÃØ<td>ÃÙ<td>ÃÚ<td>ÃÛ<td>ÃÜ<td>ÃÝ<td>ÃÞ<td>Ãß
<tr><th>E0<td>Ãà<td>Ãá<td>Ãâ<td>Ãã<td>Ãä<td>Ãå<td>Ãæ<td>Ãç<td>Ãè<td>Ãé<td>Ãê<td>Ãë<td>Ãì<td>Ãí<td>Ãî<td>Ãï
<tr><th>F0<td>Ãð<td>Ãñ<td>Ãò<td>Ãó<td>Ãô<td>Ãõ<td>Ãö<td>Ã÷<td>Ãø<td>Ãù<td>Ãú<td>Ãû<td>Ãü<td>Ãý<td>Ãþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row C4</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>ÄA<td>ÄB<td>ÄC<td>ÄD<td>ÄE<td>ÄF<td>ÄG<td>ÄH<td>ÄI<td>ÄJ<td>ÄK<td>ÄL<td>ÄM<td>ÄN<td>ÄO
<tr><th>50<td>ÄP<td>ÄQ<td>ÄR<td>ÄS<td>ÄT<td>ÄU<td>ÄV<td>ÄW<td>ÄX<td>ÄY<td>ÄZ<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>Äa<td>Äb<td>Äc<td>Äd<td>Äe<td>Äf<td>Äg<td>Äh<td>Äi<td>Äj<td>Äk<td>Äl<td>Äm<td>Än<td>Äo
<tr><th>70<td>Äp<td>Äq<td>Är<td>Äs<td>Ät<td>Äu<td>Äv<td>Äw<td>Äx<td>Äy<td>Äz<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>Ä<td>Ä<td>Ä<td>Ä<td>Ä
<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä
<tr><th>90<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä<td>Ä
<tr><th>A0<td>Ä <td>Ä¡<td>Ä¢<td>Ä£<td>Ĥ<td>Ä¥<td>Ħ<td>ħ<td>Ĩ<td>Ä©<td>Ī<td>Ä«<td>Ĭ<td>Ä<td>Ä®<td>į
<tr><th>B0<td>İ<td>ı<td>IJ<td>ij<td>Ĵ<td>ĵ<td>Ķ<td>ķ<td>ĸ<td>Ĺ<td>ĺ<td>Ļ<td>ļ<td>Ľ<td>ľ<td>Ŀ
<tr><th>C0<td>ÄÀ<td>ÄÁ<td>ÄÂ<td>ÄÃ<td>ÄÄ<td>ÄÅ<td>ÄÆ<td>ÄÇ<td>ÄÈ<td>ÄÉ<td>ÄÊ<td>ÄË<td>ÄÌ<td>ÄÍ<td>ÄÎ<td>ÄÏ
<tr><th>D0<td>ÄÐ<td>ÄÑ<td>ÄÒ<td>ÄÓ<td>ÄÔ<td>ÄÕ<td>ÄÖ<td>Ä×<td>ÄØ<td>ÄÙ<td>ÄÚ<td>ÄÛ<td>ÄÜ<td>ÄÝ<td>ÄÞ<td>Äß
<tr><th>E0<td>Äà<td>Äá<td>Äâ<td>Äã<td>Ää<td>Äå<td>Äæ<td>Äç<td>Äè<td>Äé<td>Äê<td>Äë<td>Äì<td>Äí<td>Äî<td>Äï
<tr><th>F0<td>Äð<td>Äñ<td>Äò<td>Äó<td>Äô<td>Äõ<td>Äö<td>Ä÷<td>Äø<td>Äù<td>Äú<td>Äû<td>Äü<td>Äý<td>Äþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row C5</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>ÅA<td>ÅB<td>ÅC<td>ÅD<td>ÅE<td>ÅF<td>ÅG<td>ÅH<td>ÅI<td>ÅJ<td>ÅK<td>ÅL<td>ÅM<td>ÅN<td>ÅO
<tr><th>50<td>ÅP<td>ÅQ<td>ÅR<td>ÅS<td>ÅT<td>ÅU<td>ÅV<td>ÅW<td>ÅX<td>ÅY<td>ÅZ<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>Åa<td>Åb<td>Åc<td>Åd<td>Åe<td>Åf<td>Åg<td>Åh<td>Åi<td>Åj<td>Åk<td>Ål<td>Åm<td>Ån<td>Åo
<tr><th>70<td>Åp<td>Åq<td>År<td>Ås<td>Åt<td>Åu<td>Åv<td>Åw<td>Åx<td>Åy<td>Åz<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>Å<td>Å<td>Å<td>Å<td>Å
<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å
<tr><th>90<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å<td>Å
<tr><th>A0<td>Å <td>Å¡<td>Å¢<td>Å£<td>Ť<td>Å¥<td>Ŧ<td>ŧ<td>Ũ<td>Å©<td>Ū<td>Å«<td>Ŭ<td>Å<td>Å®<td>ů
<tr><th>B0<td>Ű<td>ű<td>Ų<td>ų<td>Ŵ<td>ŵ<td>Ŷ<td>ŷ<td>Ÿ<td>Ź<td>ź<td>Ż<td>ż<td>Ž<td>ž<td>ſ
<tr><th>C0<td>ÅÀ<td>ÅÁ<td>ÅÂ<td>ÅÃ<td>ÅÄ<td>ÅÅ<td>ÅÆ<td>ÅÇ<td>ÅÈ<td>ÅÉ<td>ÅÊ<td>ÅË<td>ÅÌ<td>ÅÍ<td>ÅÎ<td>ÅÏ
<tr><th>D0<td>ÅÐ<td>ÅÑ<td>ÅÒ<td>ÅÓ<td>ÅÔ<td>ÅÕ<td>ÅÖ<td>Å×<td>ÅØ<td>ÅÙ<td>ÅÚ<td>ÅÛ<td>ÅÜ<td>ÅÝ<td>ÅÞ<td>Åß
<tr><th>E0<td>Åà<td>Åá<td>Åâ<td>Åã<td>Åä<td>Åå<td>Åæ<td>Åç<td>Åè<td>Åé<td>Åê<td>Åë<td>Åì<td>Åí<td>Åî<td>Åï
<tr><th>F0<td>Åð<td>Åñ<td>Åò<td>Åó<td>Åô<td>Åõ<td>Åö<td>Å÷<td>Åø<td>Åù<td>Åú<td>Åû<td>Åü<td>Åý<td>Åþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row C6</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>40<td class=unused> <td>ÆA<td>ÆB<td>ÆC<td>ÆD<td>ÆE<td>ÆF<td>ÆG<td>ÆH<td>ÆI<td>ÆJ<td>ÆK<td>ÆL<td>ÆM<td>ÆN<td>ÆO
<tr><th>50<td>ÆP<td>ÆQ<td>ÆR<td>ÆS<td>ÆT<td>ÆU<td>ÆV<td>ÆW<td>ÆX<td>ÆY<td>ÆZ<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>60<td class=unused> <td>Æa<td>Æb<td>Æc<td>Æd<td>Æe<td>Æf<td>Æg<td>Æh<td>Æi<td>Æj<td>Æk<td>Æl<td>Æm<td>Æn<td>Æo
<tr><th>70<td>Æp<td>Æq<td>Ær<td>Æs<td>Æt<td>Æu<td>Æv<td>Æw<td>Æx<td>Æy<td>Æz<td class=unused> <td class=unused> <td class=unused> <td class=unused> <td class=unused>
<tr><th>80<td class=unused> <td>Æ<td>Æ<td>Æ<td>Æ<td>Æ
<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ
<tr><th>90<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ<td>Æ
<tr><th>A0<td>Æ <td>Æ¡<td>Æ¢<td>Æ£<td>Ƥ<td>Æ¥<td>Ʀ<td>Ƨ<td>ƨ<td>Æ©<td>ƪ<td>Æ«<td>Ƭ<td>Æ<td>Æ®<td>Ư
<tr><th>B0<td>ư<td>Ʊ<td>Ʋ<td>Ƴ<td>ƴ<td>Ƶ<td>ƶ<td>Ʒ<td>Ƹ<td>ƹ<td>ƺ<td>ƻ<td>Ƽ<td>ƽ<td>ƾ<td>ƿ
<tr><th>C0<td>ÆÀ<td>ÆÁ<td>ÆÂ<td>ÆÃ<td>ÆÄ<td>ÆÅ<td>ÆÆ<td>ÆÇ<td>ÆÈ<td>ÆÉ<td>ÆÊ<td>ÆË<td>ÆÌ<td>ÆÍ<td>ÆÎ<td>ÆÏ
<tr><th>D0<td>ÆÐ<td>ÆÑ<td>ÆÒ<td>ÆÓ<td>ÆÔ<td>ÆÕ<td>ÆÖ<td>Æ×<td>ÆØ<td>ÆÙ<td>ÆÚ<td>ÆÛ<td>ÆÜ<td>ÆÝ<td>ÆÞ<td>Æß
<tr><th>E0<td>Æà<td>Æá<td>Æâ<td>Æã<td>Æä<td>Æå<td>Ææ<td>Æç<td>Æè<td>Æé<td>Æê<td>Æë<td>Æì<td>Æí<td>Æî<td>Æï
<tr><th>F0<td>Æð<td>Æñ<td>Æò<td>Æó<td>Æô<td>Æõ<td>Æö<td>Æ÷<td>Æø<td>Æù<td>Æú<td>Æû<td>Æü<td>Æý<td>Æþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row C7</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ç¡<td>Ç¢<td>Ç£<td>Ǥ<td>Ç¥<td>Ǧ<td>ǧ<td>Ǩ<td>Ç©<td>Ǫ<td>Ç«<td>Ǭ<td>Ç<td>Ç®<td>ǯ
<tr><th>B0<td>ǰ<td>DZ<td>Dz<td>dz<td>Ǵ<td>ǵ<td>Ƕ<td>Ƿ<td>Ǹ<td>ǹ<td>Ǻ<td>ǻ<td>Ǽ<td>ǽ<td>Ǿ<td>ǿ
<tr><th>C0<td>ÇÀ<td>ÇÁ<td>ÇÂ<td>ÇÃ<td>ÇÄ<td>ÇÅ<td>ÇÆ<td>ÇÇ<td>ÇÈ<td>ÇÉ<td>ÇÊ<td>ÇË<td>ÇÌ<td>ÇÍ<td>ÇÎ<td>ÇÏ
<tr><th>D0<td>ÇÐ<td>ÇÑ<td>ÇÒ<td>ÇÓ<td>ÇÔ<td>ÇÕ<td>ÇÖ<td>Ç×<td>ÇØ<td>ÇÙ<td>ÇÚ<td>ÇÛ<td>ÇÜ<td>ÇÝ<td>ÇÞ<td>Çß
<tr><th>E0<td>Çà<td>Çá<td>Çâ<td>Çã<td>Çä<td>Çå<td>Çæ<td>Çç<td>Çè<td>Çé<td>Çê<td>Çë<td>Çì<td>Çí<td>Çî<td>Çï
<tr><th>F0<td>Çð<td>Çñ<td>Çò<td>Çó<td>Çô<td>Çõ<td>Çö<td>Ç÷<td>Çø<td>Çù<td>Çú<td>Çû<td>Çü<td>Çý<td>Çþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row C8</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>È¡<td>È¢<td>È£<td>Ȥ<td>È¥<td>Ȧ<td>ȧ<td>Ȩ<td>È©<td>Ȫ<td>È«<td>Ȭ<td>È<td>È®<td>ȯ
<tr><th>B0<td>Ȱ<td>ȱ<td>Ȳ<td>ȳ<td>ȴ<td>ȵ<td>ȶ<td>ȷ<td>ȸ<td>ȹ<td>Ⱥ<td>Ȼ<td>ȼ<td>Ƚ<td>Ⱦ<td>ȿ
<tr><th>C0<td>ÈÀ<td>ÈÁ<td>ÈÂ<td>ÈÃ<td>ÈÄ<td>ÈÅ<td>ÈÆ<td>ÈÇ<td>ÈÈ<td>ÈÉ<td>ÈÊ<td>ÈË<td>ÈÌ<td>ÈÍ<td>ÈÎ<td>ÈÏ
<tr><th>D0<td>ÈÐ<td>ÈÑ<td>ÈÒ<td>ÈÓ<td>ÈÔ<td>ÈÕ<td>ÈÖ<td>È×<td>ÈØ<td>ÈÙ<td>ÈÚ<td>ÈÛ<td>ÈÜ<td>ÈÝ<td>ÈÞ<td>Èß
<tr><th>E0<td>Èà<td>Èá<td>Èâ<td>Èã<td>Èä<td>Èå<td>Èæ<td>Èç<td>Èè<td>Èé<td>Èê<td>Èë<td>Èì<td>Èí<td>Èî<td>Èï
<tr><th>F0<td>Èð<td>Èñ<td>Èò<td>Èó<td>Èô<td>Èõ<td>Èö<td>È÷<td>Èø<td>Èù<td>Èú<td>Èû<td>Èü<td>Èý<td>Èþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row C9</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>É¡<td>É¢<td>É£<td>ɤ<td>É¥<td>ɦ<td>ɧ<td>ɨ<td>É©<td>ɪ<td>É«<td>ɬ<td>É<td>É®<td>ɯ
<tr><th>B0<td>ɰ<td>ɱ<td>ɲ<td>ɳ<td>ɴ<td>ɵ<td>ɶ<td>ɷ<td>ɸ<td>ɹ<td>ɺ<td>ɻ<td>ɼ<td>ɽ<td>ɾ<td>ɿ
<tr><th>C0<td>ÉÀ<td>ÉÁ<td>ÉÂ<td>ÉÃ<td>ÉÄ<td>ÉÅ<td>ÉÆ<td>ÉÇ<td>ÉÈ<td>ÉÉ<td>ÉÊ<td>ÉË<td>ÉÌ<td>ÉÍ<td>ÉÎ<td>ÉÏ
<tr><th>D0<td>ÉÐ<td>ÉÑ<td>ÉÒ<td>ÉÓ<td>ÉÔ<td>ÉÕ<td>ÉÖ<td>É×<td>ÉØ<td>ÉÙ<td>ÉÚ<td>ÉÛ<td>ÉÜ<td>ÉÝ<td>ÉÞ<td>Éß
<tr><th>E0<td>Éà<td>Éá<td>Éâ<td>Éã<td>Éä<td>Éå<td>Éæ<td>Éç<td>Éè<td>Éé<td>Éê<td>Éë<td>Éì<td>Éí<td>Éî<td>Éï
<tr><th>F0<td>Éð<td>Éñ<td>Éò<td>Éó<td>Éô<td>Éõ<td>Éö<td>É÷<td>Éø<td>Éù<td>Éú<td>Éû<td>Éü<td>Éý<td>Éþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row CA</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ê¡<td>Ê¢<td>Ê£<td>ʤ<td>Ê¥<td>ʦ<td>ʧ<td>ʨ<td>Ê©<td>ʪ<td>Ê«<td>ʬ<td>Ê<td>Ê®<td>ʯ
<tr><th>B0<td>ʰ<td>ʱ<td>ʲ<td>ʳ<td>ʴ<td>ʵ<td>ʶ<td>ʷ<td>ʸ<td>ʹ<td>ʺ<td>ʻ<td>ʼ<td>ʽ<td>ʾ<td>ʿ
<tr><th>C0<td>ÊÀ<td>ÊÁ<td>ÊÂ<td>ÊÃ<td>ÊÄ<td>ÊÅ<td>ÊÆ<td>ÊÇ<td>ÊÈ<td>ÊÉ<td>ÊÊ<td>ÊË<td>ÊÌ<td>ÊÍ<td>ÊÎ<td>ÊÏ
<tr><th>D0<td>ÊÐ<td>ÊÑ<td>ÊÒ<td>ÊÓ<td>ÊÔ<td>ÊÕ<td>ÊÖ<td>Ê×<td>ÊØ<td>ÊÙ<td>ÊÚ<td>ÊÛ<td>ÊÜ<td>ÊÝ<td>ÊÞ<td>Êß
<tr><th>E0<td>Êà<td>Êá<td>Êâ<td>Êã<td>Êä<td>Êå<td>Êæ<td>Êç<td>Êè<td>Êé<td>Êê<td>Êë<td>Êì<td>Êí<td>Êî<td>Êï
<tr><th>F0<td>Êð<td>Êñ<td>Êò<td>Êó<td>Êô<td>Êõ<td>Êö<td>Ê÷<td>Êø<td>Êù<td>Êú<td>Êû<td>Êü<td>Êý<td>Êþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row CB</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ë¡<td>Ë¢<td>Ë£<td>ˤ<td>Ë¥<td>˦<td>˧<td>˨<td>Ë©<td>˪<td>Ë«<td>ˬ<td>Ë<td>Ë®<td>˯
<tr><th>B0<td>˰<td>˱<td>˲<td>˳<td>˴<td>˵<td>˶<td>˷<td>˸<td>˹<td>˺<td>˻<td>˼<td>˽<td>˾<td>˿
<tr><th>C0<td>ËÀ<td>ËÁ<td>ËÂ<td>ËÃ<td>ËÄ<td>ËÅ<td>ËÆ<td>ËÇ<td>ËÈ<td>ËÉ<td>ËÊ<td>ËË<td>ËÌ<td>ËÍ<td>ËÎ<td>ËÏ
<tr><th>D0<td>ËÐ<td>ËÑ<td>ËÒ<td>ËÓ<td>ËÔ<td>ËÕ<td>ËÖ<td>Ë×<td>ËØ<td>ËÙ<td>ËÚ<td>ËÛ<td>ËÜ<td>ËÝ<td>ËÞ<td>Ëß
<tr><th>E0<td>Ëà<td>Ëá<td>Ëâ<td>Ëã<td>Ëä<td>Ëå<td>Ëæ<td>Ëç<td>Ëè<td>Ëé<td>Ëê<td>Ëë<td>Ëì<td>Ëí<td>Ëî<td>Ëï
<tr><th>F0<td>Ëð<td>Ëñ<td>Ëò<td>Ëó<td>Ëô<td>Ëõ<td>Ëö<td>Ë÷<td>Ëø<td>Ëù<td>Ëú<td>Ëû<td>Ëü<td>Ëý<td>Ëþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row CC</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ì¡<td>Ì¢<td>Ì£<td>̤<td>Ì¥<td>̦<td>̧<td>̨<td>Ì©<td>̪<td>Ì«<td>̬<td>Ì<td>Ì®<td>̯
<tr><th>B0<td>̰<td>̱<td>̲<td>̳<td>̴<td>̵<td>̶<td>̷<td≯<td>̹<td>̺<td>̻<td>̼<td>̽<td>̾<td>̿
<tr><th>C0<td>ÌÀ<td>ÌÁ<td>ÌÂ<td>ÌÃ<td>ÌÄ<td>ÌÅ<td>ÌÆ<td>ÌÇ<td>ÌÈ<td>ÌÉ<td>ÌÊ<td>ÌË<td>ÌÌ<td>ÌÍ<td>ÌÎ<td>ÌÏ
<tr><th>D0<td>ÌÐ<td>ÌÑ<td>ÌÒ<td>ÌÓ<td>ÌÔ<td>ÌÕ<td>ÌÖ<td>Ì×<td>ÌØ<td>ÌÙ<td>ÌÚ<td>ÌÛ<td>ÌÜ<td>ÌÝ<td>ÌÞ<td>Ìß
<tr><th>E0<td>Ìà<td>Ìá<td>Ìâ<td>Ìã<td>Ìä<td>Ìå<td>Ìæ<td>Ìç<td>Ìè<td>Ìé<td>Ìê<td>Ìë<td>Ìì<td>Ìí<td>Ìî<td>Ìï
<tr><th>F0<td>Ìð<td>Ìñ<td>Ìò<td>Ìó<td>Ìô<td>Ìõ<td>Ìö<td>Ì÷<td>Ìø<td>Ìù<td>Ìú<td>Ìû<td>Ìü<td>Ìý<td>Ìþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row CD</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Í¡<td>Í¢<td>Í£<td>ͤ<td>Í¥<td>ͦ<td>ͧ<td>ͨ<td>Í©<td>ͪ<td>Í«<td>ͬ<td>Í<td>Í®<td>ͯ
<tr><th>B0<td>Ͱ<td>ͱ<td>Ͳ<td>ͳ<td>ʹ<td>͵<td>Ͷ<td>ͷ<td>͸<td>͹<td>ͺ<td>ͻ<td>ͼ<td>ͽ<td>;<td>Ϳ
<tr><th>C0<td>ÍÀ<td>ÍÁ<td>ÍÂ<td>ÍÃ<td>ÍÄ<td>ÍÅ<td>ÍÆ<td>ÍÇ<td>ÍÈ<td>ÍÉ<td>ÍÊ<td>ÍË<td>ÍÌ<td>ÍÍ<td>ÍÎ<td>ÍÏ
<tr><th>D0<td>ÍÐ<td>ÍÑ<td>ÍÒ<td>ÍÓ<td>ÍÔ<td>ÍÕ<td>ÍÖ<td>Í×<td>ÍØ<td>ÍÙ<td>ÍÚ<td>ÍÛ<td>ÍÜ<td>ÍÝ<td>ÍÞ<td>Íß
<tr><th>E0<td>Íà<td>Íá<td>Íâ<td>Íã<td>Íä<td>Íå<td>Íæ<td>Íç<td>Íè<td>Íé<td>Íê<td>Íë<td>Íì<td>Íí<td>Íî<td>Íï
<tr><th>F0<td>Íð<td>Íñ<td>Íò<td>Íó<td>Íô<td>Íõ<td>Íö<td>Í÷<td>Íø<td>Íù<td>Íú<td>Íû<td>Íü<td>Íý<td>Íþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row CE</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ρ<td>΢<td>Σ<td>Τ<td>Î¥<td>Φ<td>Χ<td>Ψ<td>Ω<td>Ϊ<td>Ϋ<td>ά<td>Î<td>ή<td>ί
<tr><th>B0<td>ΰ<td>α<td>β<td>γ<td>δ<td>ε<td>ζ<td>η<td>θ<td>ι<td>κ<td>λ<td>μ<td>ν<td>ξ<td>ο
<tr><th>C0<td>ÎÀ<td>ÎÁ<td>ÎÂ<td>ÎÃ<td>ÎÄ<td>ÎÅ<td>ÎÆ<td>ÎÇ<td>ÎÈ<td>ÎÉ<td>ÎÊ<td>ÎË<td>ÎÌ<td>ÎÍ<td>ÎÎ<td>ÎÏ
<tr><th>D0<td>ÎÐ<td>ÎÑ<td>ÎÒ<td>ÎÓ<td>ÎÔ<td>ÎÕ<td>ÎÖ<td>Î×<td>ÎØ<td>ÎÙ<td>ÎÚ<td>ÎÛ<td>ÎÜ<td>ÎÝ<td>ÎÞ<td>Îß
<tr><th>E0<td>Îà<td>Îá<td>Îâ<td>Îã<td>Îä<td>Îå<td>Îæ<td>Îç<td>Îè<td>Îé<td>Îê<td>Îë<td>Îì<td>Îí<td>Îî<td>Îï
<tr><th>F0<td>Îð<td>Îñ<td>Îò<td>Îó<td>Îô<td>Îõ<td>Îö<td>Î÷<td>Îø<td>Îù<td>Îú<td>Îû<td>Îü<td>Îý<td>Îþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row CF</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ï¡<td>Ï¢<td>Ï£<td>Ϥ<td>Ï¥<td>Ϧ<td>ϧ<td>Ϩ<td>Ï©<td>Ϫ<td>Ï«<td>Ϭ<td>Ï<td>Ï®<td>ϯ
<tr><th>B0<td>ϰ<td>ϱ<td>ϲ<td>ϳ<td>ϴ<td>ϵ<td>϶<td>Ϸ<td>ϸ<td>Ϲ<td>Ϻ<td>ϻ<td>ϼ<td>Ͻ<td>Ͼ<td>Ͽ
<tr><th>C0<td>ÏÀ<td>ÏÁ<td>ÏÂ<td>ÏÃ<td>ÏÄ<td>ÏÅ<td>ÏÆ<td>ÏÇ<td>ÏÈ<td>ÏÉ<td>ÏÊ<td>ÏË<td>ÏÌ<td>ÏÍ<td>ÏÎ<td>ÏÏ
<tr><th>D0<td>ÏÐ<td>ÏÑ<td>ÏÒ<td>ÏÓ<td>ÏÔ<td>ÏÕ<td>ÏÖ<td>Ï×<td>ÏØ<td>ÏÙ<td>ÏÚ<td>ÏÛ<td>ÏÜ<td>ÏÝ<td>ÏÞ<td>Ïß
<tr><th>E0<td>Ïà<td>Ïá<td>Ïâ<td>Ïã<td>Ïä<td>Ïå<td>Ïæ<td>Ïç<td>Ïè<td>Ïé<td>Ïê<td>Ïë<td>Ïì<td>Ïí<td>Ïî<td>Ïï
<tr><th>F0<td>Ïð<td>Ïñ<td>Ïò<td>Ïó<td>Ïô<td>Ïõ<td>Ïö<td>Ï÷<td>Ïø<td>Ïù<td>Ïú<td>Ïû<td>Ïü<td>Ïý<td>Ïþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row D0</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>С<td>Т<td>У<td>Ф<td>Ð¥<td>Ц<td>Ч<td>Ш<td>Щ<td>Ъ<td>Ы<td>Ь<td>Ð<td>Ю<td>Я
<tr><th>B0<td>а<td>б<td>в<td>г<td>д<td>е<td>ж<td>з<td>и<td>й<td>к<td>л<td>м<td>н<td>о<td>п
<tr><th>C0<td>ÐÀ<td>ÐÁ<td>ÐÂ<td>ÐÃ<td>ÐÄ<td>ÐÅ<td>ÐÆ<td>ÐÇ<td>ÐÈ<td>ÐÉ<td>ÐÊ<td>ÐË<td>ÐÌ<td>ÐÍ<td>ÐÎ<td>ÐÏ
<tr><th>D0<td>ÐÐ<td>ÐÑ<td>ÐÒ<td>ÐÓ<td>ÐÔ<td>ÐÕ<td>ÐÖ<td>Ð×<td>ÐØ<td>ÐÙ<td>ÐÚ<td>ÐÛ<td>ÐÜ<td>ÐÝ<td>ÐÞ<td>Ðß
<tr><th>E0<td>Ðà<td>Ðá<td>Ðâ<td>Ðã<td>Ðä<td>Ðå<td>Ðæ<td>Ðç<td>Ðè<td>Ðé<td>Ðê<td>Ðë<td>Ðì<td>Ðí<td>Ðî<td>Ðï
<tr><th>F0<td>Ðð<td>Ðñ<td>Ðò<td>Ðó<td>Ðô<td>Ðõ<td>Ðö<td>Ð÷<td>Ðø<td>Ðù<td>Ðú<td>Ðû<td>Ðü<td>Ðý<td>Ðþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row D1</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ñ¡<td>Ñ¢<td>Ñ£<td>Ѥ<td>Ñ¥<td>Ѧ<td>ѧ<td>Ѩ<td>Ñ©<td>Ѫ<td>Ñ«<td>Ѭ<td>Ñ<td>Ñ®<td>ѯ
<tr><th>B0<td>Ѱ<td>ѱ<td>Ѳ<td>ѳ<td>Ѵ<td>ѵ<td>Ѷ<td>ѷ<td>Ѹ<td>ѹ<td>Ѻ<td>ѻ<td>Ѽ<td>ѽ<td>Ѿ<td>ѿ
<tr><th>C0<td>ÑÀ<td>ÑÁ<td>ÑÂ<td>ÑÃ<td>ÑÄ<td>ÑÅ<td>ÑÆ<td>ÑÇ<td>ÑÈ<td>ÑÉ<td>ÑÊ<td>ÑË<td>ÑÌ<td>ÑÍ<td>ÑÎ<td>ÑÏ
<tr><th>D0<td>ÑÐ<td>ÑÑ<td>ÑÒ<td>ÑÓ<td>ÑÔ<td>ÑÕ<td>ÑÖ<td>Ñ×<td>ÑØ<td>ÑÙ<td>ÑÚ<td>ÑÛ<td>ÑÜ<td>ÑÝ<td>ÑÞ<td>Ñß
<tr><th>E0<td>Ñà<td>Ñá<td>Ñâ<td>Ñã<td>Ñä<td>Ñå<td>Ñæ<td>Ñç<td>Ñè<td>Ñé<td>Ñê<td>Ñë<td>Ñì<td>Ñí<td>Ñî<td>Ñï
<tr><th>F0<td>Ñð<td>Ññ<td>Ñò<td>Ñó<td>Ñô<td>Ñõ<td>Ñö<td>Ñ÷<td>Ñø<td>Ñù<td>Ñú<td>Ñû<td>Ñü<td>Ñý<td>Ñþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row D2</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ò¡<td>Ò¢<td>Ò£<td>Ò¤<td>Ò¥<td>Ò¦<td>Ò§<td>Ò¨<td>Ò©<td>Òª<td>Ò«<td>Ò¬<td>Ò<td>Ò®<td>Ò¯
<tr><th>B0<td>Ò°<td>Ò±<td>Ò²<td>Ò³<td>Ò´<td>Òµ<td>Ò¶<td>Ò·<td>Ò¸<td>Ò¹<td>Òº<td>Ò»<td>Ò¼<td>Ò½<td>Ò¾<td>Ò¿
<tr><th>C0<td>ÒÀ<td>ÒÁ<td>ÒÂ<td>ÒÃ<td>ÒÄ<td>ÒÅ<td>ÒÆ<td>ÒÇ<td>ÒÈ<td>ÒÉ<td>ÒÊ<td>ÒË<td>ÒÌ<td>ÒÍ<td>ÒÎ<td>ÒÏ
<tr><th>D0<td>ÒÐ<td>ÒÑ<td>ÒÒ<td>ÒÓ<td>ÒÔ<td>ÒÕ<td>ÒÖ<td>Ò×<td>ÒØ<td>ÒÙ<td>ÒÚ<td>ÒÛ<td>ÒÜ<td>ÒÝ<td>ÒÞ<td>Òß
<tr><th>E0<td>Òà<td>Òá<td>Òâ<td>Òã<td>Òä<td>Òå<td>Òæ<td>Òç<td>Òè<td>Òé<td>Òê<td>Òë<td>Òì<td>Òí<td>Òî<td>Òï
<tr><th>F0<td>Òð<td>Òñ<td>Òò<td>Òó<td>Òô<td>Òõ<td>Òö<td>Ò÷<td>Òø<td>Òù<td>Òú<td>Òû<td>Òü<td>Òý<td>Òþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row D3</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ó¡<td>Ó¢<td>Ó£<td>Ó¤<td>Ó¥<td>Ó¦<td>Ó§<td>Ó¨<td>Ó©<td>Óª<td>Ó«<td>Ó¬<td>Ó<td>Ó®<td>Ó¯
<tr><th>B0<td>Ó°<td>Ó±<td>Ó²<td>Ó³<td>Ó´<td>Óµ<td>Ó¶<td>Ó·<td>Ó¸<td>Ó¹<td>Óº<td>Ó»<td>Ó¼<td>Ó½<td>Ó¾<td>Ó¿
<tr><th>C0<td>ÓÀ<td>ÓÁ<td>ÓÂ<td>ÓÃ<td>ÓÄ<td>ÓÅ<td>ÓÆ<td>ÓÇ<td>ÓÈ<td>ÓÉ<td>ÓÊ<td>ÓË<td>ÓÌ<td>ÓÍ<td>ÓÎ<td>ÓÏ
<tr><th>D0<td>ÓÐ<td>ÓÑ<td>ÓÒ<td>ÓÓ<td>ÓÔ<td>ÓÕ<td>ÓÖ<td>Ó×<td>ÓØ<td>ÓÙ<td>ÓÚ<td>ÓÛ<td>ÓÜ<td>ÓÝ<td>ÓÞ<td>Óß
<tr><th>E0<td>Óà<td>Óá<td>Óâ<td>Óã<td>Óä<td>Óå<td>Óæ<td>Óç<td>Óè<td>Óé<td>Óê<td>Óë<td>Óì<td>Óí<td>Óî<td>Óï
<tr><th>F0<td>Óð<td>Óñ<td>Óò<td>Óó<td>Óô<td>Óõ<td>Óö<td>Ó÷<td>Óø<td>Óù<td>Óú<td>Óû<td>Óü<td>Óý<td>Óþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row D4</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ô¡<td>Ô¢<td>Ô£<td>Ô¤<td>Ô¥<td>Ô¦<td>Ô§<td>Ô¨<td>Ô©<td>Ôª<td>Ô«<td>Ô¬<td>Ô<td>Ô®<td>Ô¯
<tr><th>B0<td>Ô°<td>Ô±<td>Ô²<td>Ô³<td>Ô´<td>Ôµ<td>Ô¶<td>Ô·<td>Ô¸<td>Ô¹<td>Ôº<td>Ô»<td>Ô¼<td>Ô½<td>Ô¾<td>Ô¿
<tr><th>C0<td>ÔÀ<td>ÔÁ<td>ÔÂ<td>ÔÃ<td>ÔÄ<td>ÔÅ<td>ÔÆ<td>ÔÇ<td>ÔÈ<td>ÔÉ<td>ÔÊ<td>ÔË<td>ÔÌ<td>ÔÍ<td>ÔÎ<td>ÔÏ
<tr><th>D0<td>ÔÐ<td>ÔÑ<td>ÔÒ<td>ÔÓ<td>ÔÔ<td>ÔÕ<td>ÔÖ<td>Ô×<td>ÔØ<td>ÔÙ<td>ÔÚ<td>ÔÛ<td>ÔÜ<td>ÔÝ<td>ÔÞ<td>Ôß
<tr><th>E0<td>Ôà<td>Ôá<td>Ôâ<td>Ôã<td>Ôä<td>Ôå<td>Ôæ<td>Ôç<td>Ôè<td>Ôé<td>Ôê<td>Ôë<td>Ôì<td>Ôí<td>Ôî<td>Ôï
<tr><th>F0<td>Ôð<td>Ôñ<td>Ôò<td>Ôó<td>Ôô<td>Ôõ<td>Ôö<td>Ô÷<td>Ôø<td>Ôù<td>Ôú<td>Ôû<td>Ôü<td>Ôý<td>Ôþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row D5</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Õ¡<td>Õ¢<td>Õ£<td>Õ¤<td>Õ¥<td>Õ¦<td>Õ§<td>Õ¨<td>Õ©<td>Õª<td>Õ«<td>Õ¬<td>Õ<td>Õ®<td>Õ¯
<tr><th>B0<td>Õ°<td>Õ±<td>Õ²<td>Õ³<td>Õ´<td>Õµ<td>Õ¶<td>Õ·<td>Õ¸<td>Õ¹<td>Õº<td>Õ»<td>Õ¼<td>Õ½<td>Õ¾<td>Õ¿
<tr><th>C0<td>ÕÀ<td>ÕÁ<td>ÕÂ<td>ÕÃ<td>ÕÄ<td>ÕÅ<td>ÕÆ<td>ÕÇ<td>ÕÈ<td>ÕÉ<td>ÕÊ<td>ÕË<td>ÕÌ<td>ÕÍ<td>ÕÎ<td>ÕÏ
<tr><th>D0<td>ÕÐ<td>ÕÑ<td>ÕÒ<td>ÕÓ<td>ÕÔ<td>ÕÕ<td>ÕÖ<td>Õ×<td>ÕØ<td>ÕÙ<td>ÕÚ<td>ÕÛ<td>ÕÜ<td>ÕÝ<td>ÕÞ<td>Õß
<tr><th>E0<td>Õà<td>Õá<td>Õâ<td>Õã<td>Õä<td>Õå<td>Õæ<td>Õç<td>Õè<td>Õé<td>Õê<td>Õë<td>Õì<td>Õí<td>Õî<td>Õï
<tr><th>F0<td>Õð<td>Õñ<td>Õò<td>Õó<td>Õô<td>Õõ<td>Õö<td>Õ÷<td>Õø<td>Õù<td>Õú<td>Õû<td>Õü<td>Õý<td>Õþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row D6</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ö¡<td>Ö¢<td>Ö£<td>Ö¤<td>Ö¥<td>Ö¦<td>Ö§<td>Ö¨<td>Ö©<td>Öª<td>Ö«<td>Ö¬<td>Ö<td>Ö®<td>Ö¯
<tr><th>B0<td>Ö°<td>Ö±<td>Ö²<td>Ö³<td>Ö´<td>Öµ<td>Ö¶<td>Ö·<td>Ö¸<td>Ö¹<td>Öº<td>Ö»<td>Ö¼<td>Ö½<td>Ö¾<td>Ö¿
<tr><th>C0<td>ÖÀ<td>ÖÁ<td>ÖÂ<td>ÖÃ<td>ÖÄ<td>ÖÅ<td>ÖÆ<td>ÖÇ<td>ÖÈ<td>ÖÉ<td>ÖÊ<td>ÖË<td>ÖÌ<td>ÖÍ<td>ÖÎ<td>ÖÏ
<tr><th>D0<td>ÖÐ<td>ÖÑ<td>ÖÒ<td>ÖÓ<td>ÖÔ<td>ÖÕ<td>ÖÖ<td>Ö×<td>ÖØ<td>ÖÙ<td>ÖÚ<td>ÖÛ<td>ÖÜ<td>ÖÝ<td>ÖÞ<td>Öß
<tr><th>E0<td>Öà<td>Öá<td>Öâ<td>Öã<td>Öä<td>Öå<td>Öæ<td>Öç<td>Öè<td>Öé<td>Öê<td>Öë<td>Öì<td>Öí<td>Öî<td>Öï
<tr><th>F0<td>Öð<td>Öñ<td>Öò<td>Öó<td>Öô<td>Öõ<td>Öö<td>Ö÷<td>Öø<td>Öù<td>Öú<td>Öû<td>Öü<td>Öý<td>Öþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row D7</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ס<td>×¢<td>×£<td>פ<td>×¥<td>צ<td>×§<td>ר<td>ש<td>ת<td>׫<td>׬<td>×<td>×®<td>ׯ
<tr><th>B0<td>װ<td>ױ<td>ײ<td>׳<td>״<td>׵<td>׶<td>׷<td>׸<td>׹<td>׺<td>׻<td>׼<td>׽<td>׾<td>׿
<tr><th>C0<td>×À<td>×Á<td>×Â<td>×Ã<td>×Ä<td>×Å<td>ׯ<td>×Ç<td>×È<td>×É<td>×Ê<td>×Ë<td>×Ì<td>×Í<td>×Î<td>×Ï
<tr><th>D0<td>×Ð<td>×Ñ<td>×Ò<td>×Ó<td>×Ô<td>×Õ<td>×Ö<td>××<td>ר<td>×Ù<td>×Ú<td>×Û<td>×Ü<td>×Ý<td>×Þ<td>×ß
<tr><th>E0<td>×à<td>×á<td>×â<td>×ã<td>×ä<td>×å<td>׿<td>×ç<td>×è<td>×é<td>×ê<td>×ë<td>×ì<td>×í<td>×î<td>×ï
<tr><th>F0<td>×ð<td>×ñ<td>×ò<td>×ó<td>×ô<td>×õ<td>×ö<td>×÷<td>×ø<td>×ù<td>×ú<td>×û<td>×ü<td>×ý<td>×þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row D8</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ø¡<td>Ø¢<td>Ø£<td>ؤ<td>Ø¥<td>ئ<td>ا<td>ب<td>Ø©<td>ت<td>Ø«<td>ج<td>Ø<td>Ø®<td>د
<tr><th>B0<td>ذ<td>ر<td>ز<td>س<td>ش<td>ص<td>ض<td>ط<td>ظ<td>ع<td>غ<td>ػ<td>ؼ<td>ؽ<td>ؾ<td>ؿ
<tr><th>C0<td>ØÀ<td>ØÁ<td>ØÂ<td>ØÃ<td>ØÄ<td>ØÅ<td>ØÆ<td>ØÇ<td>ØÈ<td>ØÉ<td>ØÊ<td>ØË<td>ØÌ<td>ØÍ<td>ØÎ<td>ØÏ
<tr><th>D0<td>ØÐ<td>ØÑ<td>ØÒ<td>ØÓ<td>ØÔ<td>ØÕ<td>ØÖ<td>Ø×<td>ØØ<td>ØÙ<td>ØÚ<td>ØÛ<td>ØÜ<td>ØÝ<td>ØÞ<td>Øß
<tr><th>E0<td>Øà<td>Øá<td>Øâ<td>Øã<td>Øä<td>Øå<td>Øæ<td>Øç<td>Øè<td>Øé<td>Øê<td>Øë<td>Øì<td>Øí<td>Øî<td>Øï
<tr><th>F0<td>Øð<td>Øñ<td>Øò<td>Øó<td>Øô<td>Øõ<td>Øö<td>Ø÷<td>Øø<td>Øù<td>Øú<td>Øû<td>Øü<td>Øý<td>Øþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row D9</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ù¡<td>Ù¢<td>Ù£<td>Ù¤<td>Ù¥<td>Ù¦<td>Ù§<td>Ù¨<td>Ù©<td>Ùª<td>Ù«<td>Ù¬<td>Ù<td>Ù®<td>Ù¯
<tr><th>B0<td>Ù°<td>Ù±<td>Ù²<td>Ù³<td>Ù´<td>Ùµ<td>Ù¶<td>Ù·<td>Ù¸<td>Ù¹<td>Ùº<td>Ù»<td>Ù¼<td>Ù½<td>Ù¾<td>Ù¿
<tr><th>C0<td>ÙÀ<td>ÙÁ<td>ÙÂ<td>ÙÃ<td>ÙÄ<td>ÙÅ<td>ÙÆ<td>ÙÇ<td>ÙÈ<td>ÙÉ<td>ÙÊ<td>ÙË<td>ÙÌ<td>ÙÍ<td>ÙÎ<td>ÙÏ
<tr><th>D0<td>ÙÐ<td>ÙÑ<td>ÙÒ<td>ÙÓ<td>ÙÔ<td>ÙÕ<td>ÙÖ<td>Ù×<td>ÙØ<td>ÙÙ<td>ÙÚ<td>ÙÛ<td>ÙÜ<td>ÙÝ<td>ÙÞ<td>Ùß
<tr><th>E0<td>Ùà<td>Ùá<td>Ùâ<td>Ùã<td>Ùä<td>Ùå<td>Ùæ<td>Ùç<td>Ùè<td>Ùé<td>Ùê<td>Ùë<td>Ùì<td>Ùí<td>Ùî<td>Ùï
<tr><th>F0<td>Ùð<td>Ùñ<td>Ùò<td>Ùó<td>Ùô<td>Ùõ<td>Ùö<td>Ù÷<td>Ùø<td>Ùù<td>Ùú<td>Ùû<td>Ùü<td>Ùý<td>Ùþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row DA</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ú¡<td>Ú¢<td>Ú£<td>Ú¤<td>Ú¥<td>Ú¦<td>Ú§<td>Ú¨<td>Ú©<td>Úª<td>Ú«<td>Ú¬<td>Ú<td>Ú®<td>Ú¯
<tr><th>B0<td>Ú°<td>Ú±<td>Ú²<td>Ú³<td>Ú´<td>Úµ<td>Ú¶<td>Ú·<td>Ú¸<td>Ú¹<td>Úº<td>Ú»<td>Ú¼<td>Ú½<td>Ú¾<td>Ú¿
<tr><th>C0<td>ÚÀ<td>ÚÁ<td>ÚÂ<td>ÚÃ<td>ÚÄ<td>ÚÅ<td>ÚÆ<td>ÚÇ<td>ÚÈ<td>ÚÉ<td>ÚÊ<td>ÚË<td>ÚÌ<td>ÚÍ<td>ÚÎ<td>ÚÏ
<tr><th>D0<td>ÚÐ<td>ÚÑ<td>ÚÒ<td>ÚÓ<td>ÚÔ<td>ÚÕ<td>ÚÖ<td>Ú×<td>ÚØ<td>ÚÙ<td>ÚÚ<td>ÚÛ<td>ÚÜ<td>ÚÝ<td>ÚÞ<td>Úß
<tr><th>E0<td>Úà<td>Úá<td>Úâ<td>Úã<td>Úä<td>Úå<td>Úæ<td>Úç<td>Úè<td>Úé<td>Úê<td>Úë<td>Úì<td>Úí<td>Úî<td>Úï
<tr><th>F0<td>Úð<td>Úñ<td>Úò<td>Úó<td>Úô<td>Úõ<td>Úö<td>Ú÷<td>Úø<td>Úù<td>Úú<td>Úû<td>Úü<td>Úý<td>Úþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row DB</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Û¡<td>Û¢<td>Û£<td>Û¤<td>Û¥<td>Û¦<td>Û§<td>Û¨<td>Û©<td>Ûª<td>Û«<td>Û¬<td>Û<td>Û®<td>Û¯
<tr><th>B0<td>Û°<td>Û±<td>Û²<td>Û³<td>Û´<td>Ûµ<td>Û¶<td>Û·<td>Û¸<td>Û¹<td>Ûº<td>Û»<td>Û¼<td>Û½<td>Û¾<td>Û¿
<tr><th>C0<td>ÛÀ<td>ÛÁ<td>ÛÂ<td>ÛÃ<td>ÛÄ<td>ÛÅ<td>ÛÆ<td>ÛÇ<td>ÛÈ<td>ÛÉ<td>ÛÊ<td>ÛË<td>ÛÌ<td>ÛÍ<td>ÛÎ<td>ÛÏ
<tr><th>D0<td>ÛÐ<td>ÛÑ<td>ÛÒ<td>ÛÓ<td>ÛÔ<td>ÛÕ<td>ÛÖ<td>Û×<td>ÛØ<td>ÛÙ<td>ÛÚ<td>ÛÛ<td>ÛÜ<td>ÛÝ<td>ÛÞ<td>Ûß
<tr><th>E0<td>Ûà<td>Ûá<td>Ûâ<td>Ûã<td>Ûä<td>Ûå<td>Ûæ<td>Ûç<td>Ûè<td>Ûé<td>Ûê<td>Ûë<td>Ûì<td>Ûí<td>Ûî<td>Ûï
<tr><th>F0<td>Ûð<td>Ûñ<td>Ûò<td>Ûó<td>Ûô<td>Ûõ<td>Ûö<td>Û÷<td>Ûø<td>Ûù<td>Ûú<td>Ûû<td>Ûü<td>Ûý<td>Ûþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row DC</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ü¡<td>Ü¢<td>Ü£<td>ܤ<td>Ü¥<td>ܦ<td>ܧ<td>ܨ<td>Ü©<td>ܪ<td>Ü«<td>ܬ<td>Ü<td>Ü®<td>ܯ
<tr><th>B0<td>ܰ<td>ܱ<td>ܲ<td>ܳ<td>ܴ<td>ܵ<td>ܶ<td>ܷ<td>ܸ<td>ܹ<td>ܺ<td>ܻ<td>ܼ<td>ܽ<td>ܾ<td>ܿ
<tr><th>C0<td>ÜÀ<td>ÜÁ<td>ÜÂ<td>ÜÃ<td>ÜÄ<td>ÜÅ<td>ÜÆ<td>ÜÇ<td>ÜÈ<td>ÜÉ<td>ÜÊ<td>ÜË<td>ÜÌ<td>ÜÍ<td>ÜÎ<td>ÜÏ
<tr><th>D0<td>ÜÐ<td>ÜÑ<td>ÜÒ<td>ÜÓ<td>ÜÔ<td>ÜÕ<td>ÜÖ<td>Ü×<td>ÜØ<td>ÜÙ<td>ÜÚ<td>ÜÛ<td>ÜÜ<td>ÜÝ<td>ÜÞ<td>Üß
<tr><th>E0<td>Üà<td>Üá<td>Üâ<td>Üã<td>Üä<td>Üå<td>Üæ<td>Üç<td>Üè<td>Üé<td>Üê<td>Üë<td>Üì<td>Üí<td>Üî<td>Üï
<tr><th>F0<td>Üð<td>Üñ<td>Üò<td>Üó<td>Üô<td>Üõ<td>Üö<td>Ü÷<td>Üø<td>Üù<td>Üú<td>Üû<td>Üü<td>Üý<td>Üþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row DD</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Ý¡<td>Ý¢<td>Ý£<td>ݤ<td>Ý¥<td>ݦ<td>ݧ<td>ݨ<td>Ý©<td>ݪ<td>Ý«<td>ݬ<td>Ý<td>Ý®<td>ݯ
<tr><th>B0<td>ݰ<td>ݱ<td>ݲ<td>ݳ<td>ݴ<td>ݵ<td>ݶ<td>ݷ<td>ݸ<td>ݹ<td>ݺ<td>ݻ<td>ݼ<td>ݽ<td>ݾ<td>ݿ
<tr><th>C0<td>ÝÀ<td>ÝÁ<td>ÝÂ<td>ÝÃ<td>ÝÄ<td>ÝÅ<td>ÝÆ<td>ÝÇ<td>ÝÈ<td>ÝÉ<td>ÝÊ<td>ÝË<td>ÝÌ<td>ÝÍ<td>ÝÎ<td>ÝÏ
<tr><th>D0<td>ÝÐ<td>ÝÑ<td>ÝÒ<td>ÝÓ<td>ÝÔ<td>ÝÕ<td>ÝÖ<td>Ý×<td>ÝØ<td>ÝÙ<td>ÝÚ<td>ÝÛ<td>ÝÜ<td>ÝÝ<td>ÝÞ<td>Ýß
<tr><th>E0<td>Ýà<td>Ýá<td>Ýâ<td>Ýã<td>Ýä<td>Ýå<td>Ýæ<td>Ýç<td>Ýè<td>Ýé<td>Ýê<td>Ýë<td>Ýì<td>Ýí<td>Ýî<td>Ýï
<tr><th>F0<td>Ýð<td>Ýñ<td>Ýò<td>Ýó<td>Ýô<td>Ýõ<td>Ýö<td>Ý÷<td>Ýø<td>Ýù<td>Ýú<td>Ýû<td>Ýü<td>Ýý<td>Ýþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row DE</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>Þ¡<td>Þ¢<td>Þ£<td>Þ¤<td>Þ¥<td>Þ¦<td>Þ§<td>Þ¨<td>Þ©<td>Þª<td>Þ«<td>Þ¬<td>Þ<td>Þ®<td>Þ¯
<tr><th>B0<td>Þ°<td>Þ±<td>Þ²<td>Þ³<td>Þ´<td>Þµ<td>Þ¶<td>Þ·<td>Þ¸<td>Þ¹<td>Þº<td>Þ»<td>Þ¼<td>Þ½<td>Þ¾<td>Þ¿
<tr><th>C0<td>ÞÀ<td>ÞÁ<td>ÞÂ<td>ÞÃ<td>ÞÄ<td>ÞÅ<td>ÞÆ<td>ÞÇ<td>ÞÈ<td>ÞÉ<td>ÞÊ<td>ÞË<td>ÞÌ<td>ÞÍ<td>ÞÎ<td>ÞÏ
<tr><th>D0<td>ÞÐ<td>ÞÑ<td>ÞÒ<td>ÞÓ<td>ÞÔ<td>ÞÕ<td>ÞÖ<td>Þ×<td>ÞØ<td>ÞÙ<td>ÞÚ<td>ÞÛ<td>ÞÜ<td>ÞÝ<td>ÞÞ<td>Þß
<tr><th>E0<td>Þà<td>Þá<td>Þâ<td>Þã<td>Þä<td>Þå<td>Þæ<td>Þç<td>Þè<td>Þé<td>Þê<td>Þë<td>Þì<td>Þí<td>Þî<td>Þï
<tr><th>F0<td>Þð<td>Þñ<td>Þò<td>Þó<td>Þô<td>Þõ<td>Þö<td>Þ÷<td>Þø<td>Þù<td>Þú<td>Þû<td>Þü<td>Þý<td>Þþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row DF</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ß¡<td>ߢ<td>ߣ<td>ߤ<td>ߥ<td>ߦ<td>ß§<td>ߨ<td>ß©<td>ߪ<td>ß«<td>߬<td>ß<td>ß®<td>߯
<tr><th>B0<td>߰<td>߱<td>߲<td>߳<td>ߴ<td>ߵ<td>߶<td>߷<td>߸<td>߹<td>ߺ<td>߻<td>߼<td>߽<td>߾<td>߿
<tr><th>C0<td>ßÀ<td>ßÁ<td>ßÂ<td>ßÃ<td>ßÄ<td>ßÅ<td>߯<td>ßÇ<td>ßÈ<td>ßÉ<td>ßÊ<td>ßË<td>ßÌ<td>ßÍ<td>ßÎ<td>ßÏ
<tr><th>D0<td>ßÐ<td>ßÑ<td>ßÒ<td>ßÓ<td>ßÔ<td>ßÕ<td>ßÖ<td>ß×<td>ߨ<td>ßÙ<td>ßÚ<td>ßÛ<td>ßÜ<td>ßÝ<td>ßÞ<td>ßß
<tr><th>E0<td>ßà<td>ßá<td>ßâ<td>ßã<td>ßä<td>ßå<td>ßæ<td>ßç<td>ßè<td>ßé<td>ßê<td>ßë<td>ßì<td>ßí<td>ßî<td>ßï
<tr><th>F0<td>ßð<td>ßñ<td>ßò<td>ßó<td>ßô<td>ßõ<td>ßö<td>ß÷<td>ßø<td>ßù<td>ßú<td>ßû<td>ßü<td>ßý<td>ßþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row E0</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>à¡<td>à¢<td>à£<td>à¤<td>à¥<td>à¦<td>à§<td>à¨<td>à©<td>àª<td>à«<td>à¬<td>à<td>à®<td>à¯
<tr><th>B0<td>à°<td>à±<td>à²<td>à³<td>à´<td>àµ<td>à¶<td>à·<td>à¸<td>à¹<td>àº<td>à»<td>à¼<td>à½<td>à¾<td>à¿
<tr><th>C0<td>àÀ<td>àÁ<td>àÂ<td>àÃ<td>àÄ<td>àÅ<td>àÆ<td>àÇ<td>àÈ<td>àÉ<td>àÊ<td>àË<td>àÌ<td>àÍ<td>àÎ<td>àÏ
<tr><th>D0<td>àÐ<td>àÑ<td>àÒ<td>àÓ<td>àÔ<td>àÕ<td>àÖ<td>à×<td>àØ<td>àÙ<td>àÚ<td>àÛ<td>àÜ<td>àÝ<td>àÞ<td>àß
<tr><th>E0<td>àà<td>àá<td>àâ<td>àã<td>àä<td>àå<td>àæ<td>àç<td>àè<td>àé<td>àê<td>àë<td>àì<td>àí<td>àî<td>àï
<tr><th>F0<td>àð<td>àñ<td>àò<td>àó<td>àô<td>àõ<td>àö<td>à÷<td>àø<td>àù<td>àú<td>àû<td>àü<td>àý<td>àþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row E1</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>á¡<td>á¢<td>á£<td>á¤<td>á¥<td>á¦<td>á§<td>á¨<td>á©<td>áª<td>á«<td>á¬<td>á<td>á®<td>á¯
<tr><th>B0<td>á°<td>á±<td>á²<td>á³<td>á´<td>áµ<td>á¶<td>á·<td>á¸<td>á¹<td>áº<td>á»<td>á¼<td>á½<td>á¾<td>á¿
<tr><th>C0<td>áÀ<td>áÁ<td>áÂ<td>áÃ<td>áÄ<td>áÅ<td>áÆ<td>áÇ<td>áÈ<td>áÉ<td>áÊ<td>áË<td>áÌ<td>áÍ<td>áÎ<td>áÏ
<tr><th>D0<td>áÐ<td>áÑ<td>áÒ<td>áÓ<td>áÔ<td>áÕ<td>áÖ<td>á×<td>áØ<td>áÙ<td>áÚ<td>áÛ<td>áÜ<td>áÝ<td>áÞ<td>áß
<tr><th>E0<td>áà<td>áá<td>áâ<td>áã<td>áä<td>áå<td>áæ<td>áç<td>áè<td>áé<td>áê<td>áë<td>áì<td>áí<td>áî<td>áï
<tr><th>F0<td>áð<td>áñ<td>áò<td>áó<td>áô<td>áõ<td>áö<td>á÷<td>áø<td>áù<td>áú<td>áû<td>áü<td>áý<td>áþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row E2</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>â¡<td>â¢<td>â£<td>â¤<td>â¥<td>â¦<td>â§<td>â¨<td>â©<td>âª<td>â«<td>â¬<td>â<td>â®<td>â¯
<tr><th>B0<td>â°<td>â±<td>â²<td>â³<td>â´<td>âµ<td>â¶<td>â·<td>â¸<td>â¹<td>âº<td>â»<td>â¼<td>â½<td>â¾<td>â¿
<tr><th>C0<td>âÀ<td>âÁ<td>âÂ<td>âÃ<td>âÄ<td>âÅ<td>âÆ<td>âÇ<td>âÈ<td>âÉ<td>âÊ<td>âË<td>âÌ<td>âÍ<td>âÎ<td>âÏ
<tr><th>D0<td>âÐ<td>âÑ<td>âÒ<td>âÓ<td>âÔ<td>âÕ<td>âÖ<td>â×<td>âØ<td>âÙ<td>âÚ<td>âÛ<td>âÜ<td>âÝ<td>âÞ<td>âß
<tr><th>E0<td>âà<td>âá<td>ââ<td>âã<td>âä<td>âå<td>âæ<td>âç<td>âè<td>âé<td>âê<td>âë<td>âì<td>âí<td>âî<td>âï
<tr><th>F0<td>âð<td>âñ<td>âò<td>âó<td>âô<td>âõ<td>âö<td>â÷<td>âø<td>âù<td>âú<td>âû<td>âü<td>âý<td>âþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row E3</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ã¡<td>ã¢<td>ã£<td>ã¤<td>ã¥<td>ã¦<td>ã§<td>ã¨<td>ã©<td>ãª<td>ã«<td>ã¬<td>ã<td>ã®<td>ã¯
<tr><th>B0<td>ã°<td>ã±<td>ã²<td>ã³<td>ã´<td>ãµ<td>ã¶<td>ã·<td>ã¸<td>ã¹<td>ãº<td>ã»<td>ã¼<td>ã½<td>ã¾<td>ã¿
<tr><th>C0<td>ãÀ<td>ãÁ<td>ãÂ<td>ãÃ<td>ãÄ<td>ãÅ<td>ãÆ<td>ãÇ<td>ãÈ<td>ãÉ<td>ãÊ<td>ãË<td>ãÌ<td>ãÍ<td>ãÎ<td>ãÏ
<tr><th>D0<td>ãÐ<td>ãÑ<td>ãÒ<td>ãÓ<td>ãÔ<td>ãÕ<td>ãÖ<td>ã×<td>ãØ<td>ãÙ<td>ãÚ<td>ãÛ<td>ãÜ<td>ãÝ<td>ãÞ<td>ãß
<tr><th>E0<td>ãà<td>ãá<td>ãâ<td>ãã<td>ãä<td>ãå<td>ãæ<td>ãç<td>ãè<td>ãé<td>ãê<td>ãë<td>ãì<td>ãí<td>ãî<td>ãï
<tr><th>F0<td>ãð<td>ãñ<td>ãò<td>ãó<td>ãô<td>ãõ<td>ãö<td>ã÷<td>ãø<td>ãù<td>ãú<td>ãû<td>ãü<td>ãý<td>ãþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row E4</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ä¡<td>ä¢<td>ä£<td>ä¤<td>ä¥<td>ä¦<td>ä§<td>ä¨<td>ä©<td>äª<td>ä«<td>ä¬<td>ä<td>ä®<td>ä¯
<tr><th>B0<td>ä°<td>ä±<td>ä²<td>ä³<td>ä´<td>äµ<td>ä¶<td>ä·<td>ä¸<td>ä¹<td>äº<td>ä»<td>ä¼<td>ä½<td>ä¾<td>ä¿
<tr><th>C0<td>äÀ<td>äÁ<td>äÂ<td>äÃ<td>äÄ<td>äÅ<td>äÆ<td>äÇ<td>äÈ<td>äÉ<td>äÊ<td>äË<td>äÌ<td>äÍ<td>äÎ<td>äÏ
<tr><th>D0<td>äÐ<td>äÑ<td>äÒ<td>äÓ<td>äÔ<td>äÕ<td>äÖ<td>ä×<td>äØ<td>äÙ<td>äÚ<td>äÛ<td>äÜ<td>äÝ<td>äÞ<td>äß
<tr><th>E0<td>äà<td>äá<td>äâ<td>äã<td>ää<td>äå<td>äæ<td>äç<td>äè<td>äé<td>äê<td>äë<td>äì<td>äí<td>äî<td>äï
<tr><th>F0<td>äð<td>äñ<td>äò<td>äó<td>äô<td>äõ<td>äö<td>ä÷<td>äø<td>äù<td>äú<td>äû<td>äü<td>äý<td>äþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row E5</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>å¡<td>å¢<td>å£<td>å¤<td>å¥<td>å¦<td>å§<td>å¨<td>å©<td>åª<td>å«<td>å¬<td>å<td>å®<td>å¯
<tr><th>B0<td>å°<td>å±<td>å²<td>å³<td>å´<td>åµ<td>å¶<td>å·<td>å¸<td>å¹<td>åº<td>å»<td>å¼<td>å½<td>å¾<td>å¿
<tr><th>C0<td>åÀ<td>åÁ<td>åÂ<td>åÃ<td>åÄ<td>åÅ<td>åÆ<td>åÇ<td>åÈ<td>åÉ<td>åÊ<td>åË<td>åÌ<td>åÍ<td>åÎ<td>åÏ
<tr><th>D0<td>åÐ<td>åÑ<td>åÒ<td>åÓ<td>åÔ<td>åÕ<td>åÖ<td>å×<td>åØ<td>åÙ<td>åÚ<td>åÛ<td>åÜ<td>åÝ<td>åÞ<td>åß
<tr><th>E0<td>åà<td>åá<td>åâ<td>åã<td>åä<td>åå<td>åæ<td>åç<td>åè<td>åé<td>åê<td>åë<td>åì<td>åí<td>åî<td>åï
<tr><th>F0<td>åð<td>åñ<td>åò<td>åó<td>åô<td>åõ<td>åö<td>å÷<td>åø<td>åù<td>åú<td>åû<td>åü<td>åý<td>åþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row E6</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>æ¡<td>æ¢<td>æ£<td>æ¤<td>æ¥<td>æ¦<td>æ§<td>æ¨<td>æ©<td>æª<td>æ«<td>æ¬<td>æ<td>æ®<td>æ¯
<tr><th>B0<td>æ°<td>æ±<td>æ²<td>æ³<td>æ´<td>æµ<td>æ¶<td>æ·<td>æ¸<td>æ¹<td>æº<td>æ»<td>æ¼<td>æ½<td>æ¾<td>æ¿
<tr><th>C0<td>æÀ<td>æÁ<td>æÂ<td>æÃ<td>æÄ<td>æÅ<td>æÆ<td>æÇ<td>æÈ<td>æÉ<td>æÊ<td>æË<td>æÌ<td>æÍ<td>æÎ<td>æÏ
<tr><th>D0<td>æÐ<td>æÑ<td>æÒ<td>æÓ<td>æÔ<td>æÕ<td>æÖ<td>æ×<td>æØ<td>æÙ<td>æÚ<td>æÛ<td>æÜ<td>æÝ<td>æÞ<td>æß
<tr><th>E0<td>æà<td>æá<td>æâ<td>æã<td>æä<td>æå<td>ææ<td>æç<td>æè<td>æé<td>æê<td>æë<td>æì<td>æí<td>æî<td>æï
<tr><th>F0<td>æð<td>æñ<td>æò<td>æó<td>æô<td>æõ<td>æö<td>æ÷<td>æø<td>æù<td>æú<td>æû<td>æü<td>æý<td>æþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row E7</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ç¡<td>ç¢<td>ç£<td>ç¤<td>ç¥<td>ç¦<td>ç§<td>ç¨<td>ç©<td>çª<td>ç«<td>ç¬<td>ç<td>ç®<td>ç¯
<tr><th>B0<td>ç°<td>ç±<td>ç²<td>ç³<td>ç´<td>çµ<td>ç¶<td>ç·<td>ç¸<td>ç¹<td>çº<td>ç»<td>ç¼<td>ç½<td>ç¾<td>ç¿
<tr><th>C0<td>çÀ<td>çÁ<td>çÂ<td>çÃ<td>çÄ<td>çÅ<td>çÆ<td>çÇ<td>çÈ<td>çÉ<td>çÊ<td>çË<td>çÌ<td>çÍ<td>çÎ<td>çÏ
<tr><th>D0<td>çÐ<td>çÑ<td>çÒ<td>çÓ<td>çÔ<td>çÕ<td>çÖ<td>ç×<td>çØ<td>çÙ<td>çÚ<td>çÛ<td>çÜ<td>çÝ<td>çÞ<td>çß
<tr><th>E0<td>çà<td>çá<td>çâ<td>çã<td>çä<td>çå<td>çæ<td>çç<td>çè<td>çé<td>çê<td>çë<td>çì<td>çí<td>çî<td>çï
<tr><th>F0<td>çð<td>çñ<td>çò<td>çó<td>çô<td>çõ<td>çö<td>ç÷<td>çø<td>çù<td>çú<td>çû<td>çü<td>çý<td>çþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row E8</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>è¡<td>è¢<td>è£<td>è¤<td>è¥<td>è¦<td>è§<td>è¨<td>è©<td>èª<td>è«<td>è¬<td>è<td>è®<td>è¯
<tr><th>B0<td>è°<td>è±<td>è²<td>è³<td>è´<td>èµ<td>è¶<td>è·<td>è¸<td>è¹<td>èº<td>è»<td>è¼<td>è½<td>è¾<td>è¿
<tr><th>C0<td>èÀ<td>èÁ<td>èÂ<td>èÃ<td>èÄ<td>èÅ<td>èÆ<td>èÇ<td>èÈ<td>èÉ<td>èÊ<td>èË<td>èÌ<td>èÍ<td>èÎ<td>èÏ
<tr><th>D0<td>èÐ<td>èÑ<td>èÒ<td>èÓ<td>èÔ<td>èÕ<td>èÖ<td>è×<td>èØ<td>èÙ<td>èÚ<td>èÛ<td>èÜ<td>èÝ<td>èÞ<td>èß
<tr><th>E0<td>èà<td>èá<td>èâ<td>èã<td>èä<td>èå<td>èæ<td>èç<td>èè<td>èé<td>èê<td>èë<td>èì<td>èí<td>èî<td>èï
<tr><th>F0<td>èð<td>èñ<td>èò<td>èó<td>èô<td>èõ<td>èö<td>è÷<td>èø<td>èù<td>èú<td>èû<td>èü<td>èý<td>èþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row E9</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>é¡<td>é¢<td>é£<td>é¤<td>é¥<td>é¦<td>é§<td>é¨<td>é©<td>éª<td>é«<td>é¬<td>é<td>é®<td>é¯
<tr><th>B0<td>é°<td>é±<td>é²<td>é³<td>é´<td>éµ<td>é¶<td>é·<td>é¸<td>é¹<td>éº<td>é»<td>é¼<td>é½<td>é¾<td>é¿
<tr><th>C0<td>éÀ<td>éÁ<td>éÂ<td>éÃ<td>éÄ<td>éÅ<td>éÆ<td>éÇ<td>éÈ<td>éÉ<td>éÊ<td>éË<td>éÌ<td>éÍ<td>éÎ<td>éÏ
<tr><th>D0<td>éÐ<td>éÑ<td>éÒ<td>éÓ<td>éÔ<td>éÕ<td>éÖ<td>é×<td>éØ<td>éÙ<td>éÚ<td>éÛ<td>éÜ<td>éÝ<td>éÞ<td>éß
<tr><th>E0<td>éà<td>éá<td>éâ<td>éã<td>éä<td>éå<td>éæ<td>éç<td>éè<td>éé<td>éê<td>éë<td>éì<td>éí<td>éî<td>éï
<tr><th>F0<td>éð<td>éñ<td>éò<td>éó<td>éô<td>éõ<td>éö<td>é÷<td>éø<td>éù<td>éú<td>éû<td>éü<td>éý<td>éþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row EA</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ê¡<td>ê¢<td>ê£<td>ê¤<td>ê¥<td>ê¦<td>ê§<td>ê¨<td>ê©<td>êª<td>ê«<td>ê¬<td>ê<td>ê®<td>ê¯
<tr><th>B0<td>ê°<td>ê±<td>ê²<td>ê³<td>ê´<td>êµ<td>ê¶<td>ê·<td>ê¸<td>ê¹<td>êº<td>ê»<td>ê¼<td>ê½<td>ê¾<td>ê¿
<tr><th>C0<td>êÀ<td>êÁ<td>êÂ<td>êÃ<td>êÄ<td>êÅ<td>êÆ<td>êÇ<td>êÈ<td>êÉ<td>êÊ<td>êË<td>êÌ<td>êÍ<td>êÎ<td>êÏ
<tr><th>D0<td>êÐ<td>êÑ<td>êÒ<td>êÓ<td>êÔ<td>êÕ<td>êÖ<td>ê×<td>êØ<td>êÙ<td>êÚ<td>êÛ<td>êÜ<td>êÝ<td>êÞ<td>êß
<tr><th>E0<td>êà<td>êá<td>êâ<td>êã<td>êä<td>êå<td>êæ<td>êç<td>êè<td>êé<td>êê<td>êë<td>êì<td>êí<td>êî<td>êï
<tr><th>F0<td>êð<td>êñ<td>êò<td>êó<td>êô<td>êõ<td>êö<td>ê÷<td>êø<td>êù<td>êú<td>êû<td>êü<td>êý<td>êþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row EB</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ë¡<td>ë¢<td>ë£<td>ë¤<td>ë¥<td>ë¦<td>ë§<td>ë¨<td>ë©<td>ëª<td>ë«<td>ë¬<td>ë<td>ë®<td>ë¯
<tr><th>B0<td>ë°<td>ë±<td>ë²<td>ë³<td>ë´<td>ëµ<td>ë¶<td>ë·<td>ë¸<td>ë¹<td>ëº<td>ë»<td>ë¼<td>ë½<td>ë¾<td>ë¿
<tr><th>C0<td>ëÀ<td>ëÁ<td>ëÂ<td>ëÃ<td>ëÄ<td>ëÅ<td>ëÆ<td>ëÇ<td>ëÈ<td>ëÉ<td>ëÊ<td>ëË<td>ëÌ<td>ëÍ<td>ëÎ<td>ëÏ
<tr><th>D0<td>ëÐ<td>ëÑ<td>ëÒ<td>ëÓ<td>ëÔ<td>ëÕ<td>ëÖ<td>ë×<td>ëØ<td>ëÙ<td>ëÚ<td>ëÛ<td>ëÜ<td>ëÝ<td>ëÞ<td>ëß
<tr><th>E0<td>ëà<td>ëá<td>ëâ<td>ëã<td>ëä<td>ëå<td>ëæ<td>ëç<td>ëè<td>ëé<td>ëê<td>ëë<td>ëì<td>ëí<td>ëî<td>ëï
<tr><th>F0<td>ëð<td>ëñ<td>ëò<td>ëó<td>ëô<td>ëõ<td>ëö<td>ë÷<td>ëø<td>ëù<td>ëú<td>ëû<td>ëü<td>ëý<td>ëþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row EC</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ì¡<td>ì¢<td>ì£<td>ì¤<td>ì¥<td>ì¦<td>ì§<td>ì¨<td>ì©<td>ìª<td>ì«<td>ì¬<td>ì<td>ì®<td>ì¯
<tr><th>B0<td>ì°<td>ì±<td>ì²<td>ì³<td>ì´<td>ìµ<td>ì¶<td>ì·<td>ì¸<td>ì¹<td>ìº<td>ì»<td>ì¼<td>ì½<td>ì¾<td>ì¿
<tr><th>C0<td>ìÀ<td>ìÁ<td>ìÂ<td>ìÃ<td>ìÄ<td>ìÅ<td>ìÆ<td>ìÇ<td>ìÈ<td>ìÉ<td>ìÊ<td>ìË<td>ìÌ<td>ìÍ<td>ìÎ<td>ìÏ
<tr><th>D0<td>ìÐ<td>ìÑ<td>ìÒ<td>ìÓ<td>ìÔ<td>ìÕ<td>ìÖ<td>ì×<td>ìØ<td>ìÙ<td>ìÚ<td>ìÛ<td>ìÜ<td>ìÝ<td>ìÞ<td>ìß
<tr><th>E0<td>ìà<td>ìá<td>ìâ<td>ìã<td>ìä<td>ìå<td>ìæ<td>ìç<td>ìè<td>ìé<td>ìê<td>ìë<td>ìì<td>ìí<td>ìî<td>ìï
<tr><th>F0<td>ìð<td>ìñ<td>ìò<td>ìó<td>ìô<td>ìõ<td>ìö<td>ì÷<td>ìø<td>ìù<td>ìú<td>ìû<td>ìü<td>ìý<td>ìþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row ED</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>í¡<td>í¢<td>í£<td>í¤<td>í¥<td>í¦<td>í§<td>í¨<td>í©<td>íª<td>í«<td>í¬<td>í<td>í®<td>í¯
<tr><th>B0<td>í°<td>í±<td>í²<td>í³<td>í´<td>íµ<td>í¶<td>í·<td>í¸<td>í¹<td>íº<td>í»<td>í¼<td>í½<td>í¾<td>í¿
<tr><th>C0<td>íÀ<td>íÁ<td>íÂ<td>íÃ<td>íÄ<td>íÅ<td>íÆ<td>íÇ<td>íÈ<td>íÉ<td>íÊ<td>íË<td>íÌ<td>íÍ<td>íÎ<td>íÏ
<tr><th>D0<td>íÐ<td>íÑ<td>íÒ<td>íÓ<td>íÔ<td>íÕ<td>íÖ<td>í×<td>íØ<td>íÙ<td>íÚ<td>íÛ<td>íÜ<td>íÝ<td>íÞ<td>íß
<tr><th>E0<td>íà<td>íá<td>íâ<td>íã<td>íä<td>íå<td>íæ<td>íç<td>íè<td>íé<td>íê<td>íë<td>íì<td>íí<td>íî<td>íï
<tr><th>F0<td>íð<td>íñ<td>íò<td>íó<td>íô<td>íõ<td>íö<td>í÷<td>íø<td>íù<td>íú<td>íû<td>íü<td>íý<td>íþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row EE</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>î¡<td>î¢<td>î£<td>î¤<td>î¥<td>î¦<td>î§<td>î¨<td>î©<td>îª<td>î«<td>î¬<td>î<td>î®<td>î¯
<tr><th>B0<td>î°<td>î±<td>î²<td>î³<td>î´<td>îµ<td>î¶<td>î·<td>î¸<td>î¹<td>îº<td>î»<td>î¼<td>î½<td>î¾<td>î¿
<tr><th>C0<td>îÀ<td>îÁ<td>îÂ<td>îÃ<td>îÄ<td>îÅ<td>îÆ<td>îÇ<td>îÈ<td>îÉ<td>îÊ<td>îË<td>îÌ<td>îÍ<td>îÎ<td>îÏ
<tr><th>D0<td>îÐ<td>îÑ<td>îÒ<td>îÓ<td>îÔ<td>îÕ<td>îÖ<td>î×<td>îØ<td>îÙ<td>îÚ<td>îÛ<td>îÜ<td>îÝ<td>îÞ<td>îß
<tr><th>E0<td>îà<td>îá<td>îâ<td>îã<td>îä<td>îå<td>îæ<td>îç<td>îè<td>îé<td>îê<td>îë<td>îì<td>îí<td>îî<td>îï
<tr><th>F0<td>îð<td>îñ<td>îò<td>îó<td>îô<td>îõ<td>îö<td>î÷<td>îø<td>îù<td>îú<td>îû<td>îü<td>îý<td>îþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row EF</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ï¡<td>ï¢<td>ï£<td>ï¤<td>ï¥<td>ï¦<td>ï§<td>ï¨<td>ï©<td>ïª<td>ï«<td>ï¬<td>ï<td>ï®<td>ï¯
<tr><th>B0<td>ï°<td>ï±<td>ï²<td>ï³<td>ï´<td>ïµ<td>ï¶<td>ï·<td>ï¸<td>ï¹<td>ïº<td>ï»<td>ï¼<td>ï½<td>ï¾<td>ï¿
<tr><th>C0<td>ïÀ<td>ïÁ<td>ïÂ<td>ïÃ<td>ïÄ<td>ïÅ<td>ïÆ<td>ïÇ<td>ïÈ<td>ïÉ<td>ïÊ<td>ïË<td>ïÌ<td>ïÍ<td>ïÎ<td>ïÏ
<tr><th>D0<td>ïÐ<td>ïÑ<td>ïÒ<td>ïÓ<td>ïÔ<td>ïÕ<td>ïÖ<td>ï×<td>ïØ<td>ïÙ<td>ïÚ<td>ïÛ<td>ïÜ<td>ïÝ<td>ïÞ<td>ïß
<tr><th>E0<td>ïà<td>ïá<td>ïâ<td>ïã<td>ïä<td>ïå<td>ïæ<td>ïç<td>ïè<td>ïé<td>ïê<td>ïë<td>ïì<td>ïí<td>ïî<td>ïï
<tr><th>F0<td>ïð<td>ïñ<td>ïò<td>ïó<td>ïô<td>ïõ<td>ïö<td>ï÷<td>ïø<td>ïù<td>ïú<td>ïû<td>ïü<td>ïý<td>ïþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row F0</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ð¡<td>ð¢<td>ð£<td>ð¤<td>ð¥<td>ð¦<td>ð§<td>ð¨<td>ð©<td>ðª<td>ð«<td>ð¬<td>ð<td>ð®<td>ð¯
<tr><th>B0<td>ð°<td>ð±<td>ð²<td>ð³<td>ð´<td>ðµ<td>ð¶<td>ð·<td>ð¸<td>ð¹<td>ðº<td>ð»<td>ð¼<td>ð½<td>ð¾<td>ð¿
<tr><th>C0<td>ðÀ<td>ðÁ<td>ðÂ<td>ðÃ<td>ðÄ<td>ðÅ<td>ðÆ<td>ðÇ<td>ðÈ<td>ðÉ<td>ðÊ<td>ðË<td>ðÌ<td>ðÍ<td>ðÎ<td>ðÏ
<tr><th>D0<td>ðÐ<td>ðÑ<td>ðÒ<td>ðÓ<td>ðÔ<td>ðÕ<td>ðÖ<td>ð×<td>ðØ<td>ðÙ<td>ðÚ<td>ðÛ<td>ðÜ<td>ðÝ<td>ðÞ<td>ðß
<tr><th>E0<td>ðà<td>ðá<td>ðâ<td>ðã<td>ðä<td>ðå<td>ðæ<td>ðç<td>ðè<td>ðé<td>ðê<td>ðë<td>ðì<td>ðí<td>ðî<td>ðï
<tr><th>F0<td>ðð<td>ðñ<td>ðò<td>ðó<td>ðô<td>ðõ<td>ðö<td>ð÷<td>ðø<td>ðù<td>ðú<td>ðû<td>ðü<td>ðý<td>ðþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row F1</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ñ¡<td>ñ¢<td>ñ£<td>ñ¤<td>ñ¥<td>ñ¦<td>ñ§<td>ñ¨<td>ñ©<td>ñª<td>ñ«<td>ñ¬<td>ñ<td>ñ®<td>ñ¯
<tr><th>B0<td>ñ°<td>ñ±<td>ñ²<td>ñ³<td>ñ´<td>ñµ<td>ñ¶<td>ñ·<td>ñ¸<td>ñ¹<td>ñº<td>ñ»<td>ñ¼<td>ñ½<td>ñ¾<td>ñ¿
<tr><th>C0<td>ñÀ<td>ñÁ<td>ñÂ<td>ñÃ<td>ñÄ<td>ñÅ<td>ñÆ<td>ñÇ<td>ñÈ<td>ñÉ<td>ñÊ<td>ñË<td>ñÌ<td>ñÍ<td>ñÎ<td>ñÏ
<tr><th>D0<td>ñÐ<td>ñÑ<td>ñÒ<td>ñÓ<td>ñÔ<td>ñÕ<td>ñÖ<td>ñ×<td>ñØ<td>ñÙ<td>ñÚ<td>ñÛ<td>ñÜ<td>ñÝ<td>ñÞ<td>ñß
<tr><th>E0<td>ñà<td>ñá<td>ñâ<td>ñã<td>ñä<td>ñå<td>ñæ<td>ñç<td>ñè<td>ñé<td>ñê<td>ñë<td>ñì<td>ñí<td>ñî<td>ñï
<tr><th>F0<td>ñð<td>ññ<td>ñò<td>ñó<td>ñô<td>ñõ<td>ñö<td>ñ÷<td>ñø<td>ñù<td>ñú<td>ñû<td>ñü<td>ñý<td>ñþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row F2</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ò¡<td>ò¢<td>ò£<td>ò¤<td>ò¥<td>ò¦<td>ò§<td>ò¨<td>ò©<td>òª<td>ò«<td>ò¬<td>ò<td>ò®<td>ò¯
<tr><th>B0<td>ò°<td>ò±<td>ò²<td>ò³<td>ò´<td>òµ<td>ò¶<td>ò·<td>ò¸<td>ò¹<td>òº<td>ò»<td>ò¼<td>ò½<td>ò¾<td>ò¿
<tr><th>C0<td>òÀ<td>òÁ<td>òÂ<td>òÃ<td>òÄ<td>òÅ<td>òÆ<td>òÇ<td>òÈ<td>òÉ<td>òÊ<td>òË<td>òÌ<td>òÍ<td>òÎ<td>òÏ
<tr><th>D0<td>òÐ<td>òÑ<td>òÒ<td>òÓ<td>òÔ<td>òÕ<td>òÖ<td>ò×<td>òØ<td>òÙ<td>òÚ<td>òÛ<td>òÜ<td>òÝ<td>òÞ<td>òß
<tr><th>E0<td>òà<td>òá<td>òâ<td>òã<td>òä<td>òå<td>òæ<td>òç<td>òè<td>òé<td>òê<td>òë<td>òì<td>òí<td>òî<td>òï
<tr><th>F0<td>òð<td>òñ<td>òò<td>òó<td>òô<td>òõ<td>òö<td>ò÷<td>òø<td>òù<td>òú<td>òû<td>òü<td>òý<td>òþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row F3</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ó¡<td>ó¢<td>ó£<td>ó¤<td>ó¥<td>ó¦<td>ó§<td>ó¨<td>ó©<td>óª<td>ó«<td>ó¬<td>ó<td>ó®<td>ó¯
<tr><th>B0<td>ó°<td>ó±<td>ó²<td>ó³<td>ó´<td>óµ<td>ó¶<td>ó·<td>ó¸<td>ó¹<td>óº<td>ó»<td>ó¼<td>ó½<td>ó¾<td>ó¿
<tr><th>C0<td>óÀ<td>óÁ<td>óÂ<td>óÃ<td>óÄ<td>óÅ<td>óÆ<td>óÇ<td>óÈ<td>óÉ<td>óÊ<td>óË<td>óÌ<td>óÍ<td>óÎ<td>óÏ
<tr><th>D0<td>óÐ<td>óÑ<td>óÒ<td>óÓ<td>óÔ<td>óÕ<td>óÖ<td>ó×<td>óØ<td>óÙ<td>óÚ<td>óÛ<td>óÜ<td>óÝ<td>óÞ<td>óß
<tr><th>E0<td>óà<td>óá<td>óâ<td>óã<td>óä<td>óå<td>óæ<td>óç<td>óè<td>óé<td>óê<td>óë<td>óì<td>óí<td>óî<td>óï
<tr><th>F0<td>óð<td>óñ<td>óò<td>óó<td>óô<td>óõ<td>óö<td>ó÷<td>óø<td>óù<td>óú<td>óû<td>óü<td>óý<td>óþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row F4</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ô¡<td>ô¢<td>ô£<td>ô¤<td>ô¥<td>ô¦<td>ô§<td>ô¨<td>ô©<td>ôª<td>ô«<td>ô¬<td>ô<td>ô®<td>ô¯
<tr><th>B0<td>ô°<td>ô±<td>ô²<td>ô³<td>ô´<td>ôµ<td>ô¶<td>ô·<td>ô¸<td>ô¹<td>ôº<td>ô»<td>ô¼<td>ô½<td>ô¾<td>ô¿
<tr><th>C0<td>ôÀ<td>ôÁ<td>ôÂ<td>ôÃ<td>ôÄ<td>ôÅ<td>ôÆ<td>ôÇ<td>ôÈ<td>ôÉ<td>ôÊ<td>ôË<td>ôÌ<td>ôÍ<td>ôÎ<td>ôÏ
<tr><th>D0<td>ôÐ<td>ôÑ<td>ôÒ<td>ôÓ<td>ôÔ<td>ôÕ<td>ôÖ<td>ô×<td>ôØ<td>ôÙ<td>ôÚ<td>ôÛ<td>ôÜ<td>ôÝ<td>ôÞ<td>ôß
<tr><th>E0<td>ôà<td>ôá<td>ôâ<td>ôã<td>ôä<td>ôå<td>ôæ<td>ôç<td>ôè<td>ôé<td>ôê<td>ôë<td>ôì<td>ôí<td>ôî<td>ôï
<tr><th>F0<td>ôð<td>ôñ<td>ôò<td>ôó<td>ôô<td>ôõ<td>ôö<td>ô÷<td>ôø<td>ôù<td>ôú<td>ôû<td>ôü<td>ôý<td>ôþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row F5</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>õ¡<td>õ¢<td>õ£<td>õ¤<td>õ¥<td>õ¦<td>õ§<td>õ¨<td>õ©<td>õª<td>õ«<td>õ¬<td>õ<td>õ®<td>õ¯
<tr><th>B0<td>õ°<td>õ±<td>õ²<td>õ³<td>õ´<td>õµ<td>õ¶<td>õ·<td>õ¸<td>õ¹<td>õº<td>õ»<td>õ¼<td>õ½<td>õ¾<td>õ¿
<tr><th>C0<td>õÀ<td>õÁ<td>õÂ<td>õÃ<td>õÄ<td>õÅ<td>õÆ<td>õÇ<td>õÈ<td>õÉ<td>õÊ<td>õË<td>õÌ<td>õÍ<td>õÎ<td>õÏ
<tr><th>D0<td>õÐ<td>õÑ<td>õÒ<td>õÓ<td>õÔ<td>õÕ<td>õÖ<td>õ×<td>õØ<td>õÙ<td>õÚ<td>õÛ<td>õÜ<td>õÝ<td>õÞ<td>õß
<tr><th>E0<td>õà<td>õá<td>õâ<td>õã<td>õä<td>õå<td>õæ<td>õç<td>õè<td>õé<td>õê<td>õë<td>õì<td>õí<td>õî<td>õï
<tr><th>F0<td>õð<td>õñ<td>õò<td>õó<td>õô<td>õõ<td>õö<td>õ÷<td>õø<td>õù<td>õú<td>õû<td>õü<td>õý<td>õþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row F6</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ö¡<td>ö¢<td>ö£<td>ö¤<td>ö¥<td>ö¦<td>ö§<td>ö¨<td>ö©<td>öª<td>ö«<td>ö¬<td>ö<td>ö®<td>ö¯
<tr><th>B0<td>ö°<td>ö±<td>ö²<td>ö³<td>ö´<td>öµ<td>ö¶<td>ö·<td>ö¸<td>ö¹<td>öº<td>ö»<td>ö¼<td>ö½<td>ö¾<td>ö¿
<tr><th>C0<td>öÀ<td>öÁ<td>öÂ<td>öÃ<td>öÄ<td>öÅ<td>öÆ<td>öÇ<td>öÈ<td>öÉ<td>öÊ<td>öË<td>öÌ<td>öÍ<td>öÎ<td>öÏ
<tr><th>D0<td>öÐ<td>öÑ<td>öÒ<td>öÓ<td>öÔ<td>öÕ<td>öÖ<td>ö×<td>öØ<td>öÙ<td>öÚ<td>öÛ<td>öÜ<td>öÝ<td>öÞ<td>öß
<tr><th>E0<td>öà<td>öá<td>öâ<td>öã<td>öä<td>öå<td>öæ<td>öç<td>öè<td>öé<td>öê<td>öë<td>öì<td>öí<td>öî<td>öï
<tr><th>F0<td>öð<td>öñ<td>öò<td>öó<td>öô<td>öõ<td>öö<td>ö÷<td>öø<td>öù<td>öú<td>öû<td>öü<td>öý<td>öþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row F7</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>÷¡<td>÷¢<td>÷£<td>÷¤<td>÷¥<td>÷¦<td>÷§<td>÷¨<td>÷©<td>÷ª<td>÷«<td>÷¬<td>÷<td>÷®<td>÷¯
<tr><th>B0<td>÷°<td>÷±<td>÷²<td>÷³<td>÷´<td>÷µ<td>÷¶<td>÷·<td>÷¸<td>÷¹<td>÷º<td>÷»<td>÷¼<td>÷½<td>÷¾<td>÷¿
<tr><th>C0<td>÷À<td>÷Á<td>÷Â<td>÷Ã<td>÷Ä<td>÷Å<td>÷Æ<td>÷Ç<td>÷È<td>÷É<td>÷Ê<td>÷Ë<td>÷Ì<td>÷Í<td>÷Î<td>÷Ï
<tr><th>D0<td>÷Ð<td>÷Ñ<td>÷Ò<td>÷Ó<td>÷Ô<td>÷Õ<td>÷Ö<td>÷×<td>÷Ø<td>÷Ù<td>÷Ú<td>÷Û<td>÷Ü<td>÷Ý<td>÷Þ<td>÷ß
<tr><th>E0<td>ֈ<td>և<td>։<td>֋<td>֊<td>֌<td>־<td>֍<td>֏<td>֎<td>֐<td>֑<td>֓<td>֒<td>֔<td>֕
<tr><th>F0<td>÷ð<td>÷ñ<td>÷ò<td>÷ó<td>÷ô<td>÷õ<td>÷ö<td>÷÷<td>÷ø<td>÷ù<td>÷ú<td>÷û<td>÷ü<td>÷ý<td>÷þ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row F8</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ø¡<td>ø¢<td>ø£<td>ø¤<td>ø¥<td>ø¦<td>ø§<td>ø¨<td>ø©<td>øª<td>ø«<td>ø¬<td>ø<td>ø®<td>ø¯
<tr><th>B0<td>ø°<td>ø±<td>ø²<td>ø³<td>ø´<td>øµ<td>ø¶<td>ø·<td>ø¸<td>ø¹<td>øº<td>ø»<td>ø¼<td>ø½<td>ø¾<td>ø¿
<tr><th>C0<td>øÀ<td>øÁ<td>øÂ<td>øÃ<td>øÄ<td>øÅ<td>øÆ<td>øÇ<td>øÈ<td>øÉ<td>øÊ<td>øË<td>øÌ<td>øÍ<td>øÎ<td>øÏ
<tr><th>D0<td>øÐ<td>øÑ<td>øÒ<td>øÓ<td>øÔ<td>øÕ<td>øÖ<td>ø×<td>øØ<td>øÙ<td>øÚ<td>øÛ<td>øÜ<td>øÝ<td>øÞ<td>øß
<tr><th>E0<td>øà<td>øá<td>øâ<td>øã<td>øä<td>øå<td>øæ<td>øç<td>øè<td>øé<td>øê<td>øë<td>øì<td>øí<td>øî<td>øï
<tr><th>F0<td>øð<td>øñ<td>øò<td>øó<td>øô<td>øõ<td>øö<td>ø÷<td>øø<td>øù<td>øú<td>øû<td>øü<td>øý<td>øþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row F9</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ù¡<td>ù¢<td>ù£<td>ù¤<td>ù¥<td>ù¦<td>ù§<td>ù¨<td>ù©<td>ùª<td>ù«<td>ù¬<td>ù<td>ù®<td>ù¯
<tr><th>B0<td>ù°<td>ù±<td>ù²<td>ù³<td>ù´<td>ùµ<td>ù¶<td>ù·<td>ù¸<td>ù¹<td>ùº<td>ù»<td>ù¼<td>ù½<td>ù¾<td>ù¿
<tr><th>C0<td>ùÀ<td>ùÁ<td>ùÂ<td>ùÃ<td>ùÄ<td>ùÅ<td>ùÆ<td>ùÇ<td>ùÈ<td>ùÉ<td>ùÊ<td>ùË<td>ùÌ<td>ùÍ<td>ùÎ<td>ùÏ
<tr><th>D0<td>ùÐ<td>ùÑ<td>ùÒ<td>ùÓ<td>ùÔ<td>ùÕ<td>ùÖ<td>ù×<td>ùØ<td>ùÙ<td>ùÚ<td>ùÛ<td>ùÜ<td>ùÝ<td>ùÞ<td>ùß
<tr><th>E0<td>ùà<td>ùá<td>ùâ<td>ùã<td>ùä<td>ùå<td>ùæ<td>ùç<td>ùè<td>ùé<td>ùê<td>ùë<td>ùì<td>ùí<td>ùî<td>ùï
<tr><th>F0<td>ùð<td>ùñ<td>ùò<td>ùó<td>ùô<td>ùõ<td>ùö<td>ù÷<td>ùø<td>ùù<td>ùú<td>ùû<td>ùü<td>ùý<td>ùþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row FA</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ú¡<td>ú¢<td>ú£<td>ú¤<td>ú¥<td>ú¦<td>ú§<td>ú¨<td>ú©<td>úª<td>ú«<td>ú¬<td>ú<td>ú®<td>ú¯
<tr><th>B0<td>ú°<td>ú±<td>ú²<td>ú³<td>ú´<td>úµ<td>ú¶<td>ú·<td>ú¸<td>ú¹<td>úº<td>ú»<td>ú¼<td>ú½<td>ú¾<td>ú¿
<tr><th>C0<td>úÀ<td>úÁ<td>úÂ<td>úÃ<td>úÄ<td>úÅ<td>úÆ<td>úÇ<td>úÈ<td>úÉ<td>úÊ<td>úË<td>úÌ<td>úÍ<td>úÎ<td>úÏ
<tr><th>D0<td>úÐ<td>úÑ<td>úÒ<td>úÓ<td>úÔ<td>úÕ<td>úÖ<td>ú×<td>úØ<td>úÙ<td>úÚ<td>úÛ<td>úÜ<td>úÝ<td>úÞ<td>úß
<tr><th>E0<td>úà<td>úá<td>úâ<td>úã<td>úä<td>úå<td>úæ<td>úç<td>úè<td>úé<td>úê<td>úë<td>úì<td>úí<td>úî<td>úï
<tr><th>F0<td>úð<td>úñ<td>úò<td>úó<td>úô<td>úõ<td>úö<td>ú÷<td>úø<td>úù<td>úú<td>úû<td>úü<td>úý<td>úþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row FB</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>û¡<td>û¢<td>û£<td>û¤<td>û¥<td>û¦<td>û§<td>û¨<td>û©<td>ûª<td>û«<td>û¬<td>û<td>û®<td>û¯
<tr><th>B0<td>û°<td>û±<td>û²<td>û³<td>û´<td>ûµ<td>û¶<td>û·<td>û¸<td>û¹<td>ûº<td>û»<td>û¼<td>û½<td>û¾<td>û¿
<tr><th>C0<td>ûÀ<td>ûÁ<td>ûÂ<td>ûÃ<td>ûÄ<td>ûÅ<td>ûÆ<td>ûÇ<td>ûÈ<td>ûÉ<td>ûÊ<td>ûË<td>ûÌ<td>ûÍ<td>ûÎ<td>ûÏ
<tr><th>D0<td>ûÐ<td>ûÑ<td>ûÒ<td>ûÓ<td>ûÔ<td>ûÕ<td>ûÖ<td>û×<td>ûØ<td>ûÙ<td>ûÚ<td>ûÛ<td>ûÜ<td>ûÝ<td>ûÞ<td>ûß
<tr><th>E0<td>ûà<td>ûá<td>ûâ<td>ûã<td>ûä<td>ûå<td>ûæ<td>ûç<td>ûè<td>ûé<td>ûê<td>ûë<td>ûì<td>ûí<td>ûî<td>ûï
<tr><th>F0<td>ûð<td>ûñ<td>ûò<td>ûó<td>ûô<td>ûõ<td>ûö<td>û÷<td>ûø<td>ûù<td>ûú<td>ûû<td>ûü<td>ûý<td>ûþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row FC</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ü¡<td>ü¢<td>ü£<td>ü¤<td>ü¥<td>ü¦<td>ü§<td>ü¨<td>ü©<td>üª<td>ü«<td>ü¬<td>ü<td>ü®<td>ü¯
<tr><th>B0<td>ü°<td>ü±<td>ü²<td>ü³<td>ü´<td>üµ<td>ü¶<td>ü·<td>ü¸<td>ü¹<td>üº<td>ü»<td>ü¼<td>ü½<td>ü¾<td>ü¿
<tr><th>C0<td>üÀ<td>üÁ<td>üÂ<td>üÃ<td>üÄ<td>üÅ<td>üÆ<td>üÇ<td>üÈ<td>üÉ<td>üÊ<td>üË<td>üÌ<td>üÍ<td>üÎ<td>üÏ
<tr><th>D0<td>üÐ<td>üÑ<td>üÒ<td>üÓ<td>üÔ<td>üÕ<td>üÖ<td>ü×<td>üØ<td>üÙ<td>üÚ<td>üÛ<td>üÜ<td>üÝ<td>üÞ<td>üß
<tr><th>E0<td>üà<td>üá<td>üâ<td>üã<td>üä<td>üå<td>üæ<td>üç<td>üè<td>üé<td>üê<td>üë<td>üì<td>üí<td>üî<td>üï
<tr><th>F0<td>üð<td>üñ<td>üò<td>üó<td>üô<td>üõ<td>üö<td>ü÷<td>üø<td>üù<td>üú<td>üû<td>üü<td>üý<td>üþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row FD</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>ý¡<td>ý¢<td>ý£<td>ý¤<td>ý¥<td>ý¦<td>ý§<td>ý¨<td>ý©<td>ýª<td>ý«<td>ý¬<td>ý<td>ý®<td>ý¯
<tr><th>B0<td>ý°<td>ý±<td>ý²<td>ý³<td>ý´<td>ýµ<td>ý¶<td>ý·<td>ý¸<td>ý¹<td>ýº<td>ý»<td>ý¼<td>ý½<td>ý¾<td>ý¿
<tr><th>C0<td>ýÀ<td>ýÁ<td>ýÂ<td>ýÃ<td>ýÄ<td>ýÅ<td>ýÆ<td>ýÇ<td>ýÈ<td>ýÉ<td>ýÊ<td>ýË<td>ýÌ<td>ýÍ<td>ýÎ<td>ýÏ
<tr><th>D0<td>ýÐ<td>ýÑ<td>ýÒ<td>ýÓ<td>ýÔ<td>ýÕ<td>ýÖ<td>ý×<td>ýØ<td>ýÙ<td>ýÚ<td>ýÛ<td>ýÜ<td>ýÝ<td>ýÞ<td>ýß
<tr><th>E0<td>ýà<td>ýá<td>ýâ<td>ýã<td>ýä<td>ýå<td>ýæ<td>ýç<td>ýè<td>ýé<td>ýê<td>ýë<td>ýì<td>ýí<td>ýî<td>ýï
<tr><th>F0<td>ýð<td>ýñ<td>ýò<td>ýó<td>ýô<td>ýõ<td>ýö<td>ý÷<td>ýø<td>ýù<td>ýú<td>ýû<td>ýü<td>ýý<td>ýþ<td class=unused>
</table>
<table><caption>Code set 1: KS X 1001:1992 Row FE</caption>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>A0<td class=unused> <td>þ¡<td>þ¢<td>þ£<td>þ¤<td>þ¥<td>þ¦<td>þ§<td>þ¨<td>þ©<td>þª<td>þ«<td>þ¬<td>þ<td>þ®<td>þ¯
<tr><th>B0<td>þ°<td>þ±<td>þ²<td>þ³<td>þ´<td>þµ<td>þ¶<td>þ·<td>þ¸<td>þ¹<td>þº<td>þ»<td>þ¼<td>þ½<td>þ¾<td>þ¿
<tr><th>C0<td>þÀ<td>þÁ<td>þÂ<td>þÃ<td>þÄ<td>þÅ<td>þÆ<td>þÇ<td>þÈ<td>þÉ<td>þÊ<td>þË<td>þÌ<td>þÍ<td>þÎ<td>þÏ
<tr><th>D0<td>þÐ<td>þÑ<td>þÒ<td>þÓ<td>þÔ<td>þÕ<td>þÖ<td>þ×<td>þØ<td>þÙ<td>þÚ<td>þÛ<td>þÜ<td>þÝ<td>þÞ<td>þß
<tr><th>E0<td>þà<td>þá<td>þâ<td>þã<td>þä<td>þå<td>þæ<td>þç<td>þè<td>þé<td>þê<td>þë<td>þì<td>þí<td>þî<td>þï
<tr><th>F0<td>þð<td>þñ<td>þò<td>þó<td>þô<td>þõ<td>þö<td>þ÷<td>þø<td>þù<td>þú<td>þû<td>þü<td>þý<td>þþ<td class=unused>
</table>
</body>
</html>
|
tclap/docs/html/classTCLAP_1_1ExitException.html | shanfl/texture-atlas-modified_win | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>tclap: TCLAP::ExitException Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
<h1>TCLAP::ExitException Class Reference</h1><code>#include <<a class="el" href="ArgException_8h-source.html">ArgException.h</a>></code>
<p>
<a href="classTCLAP_1_1ExitException-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="classTCLAP_1_1ExitException.html#a0">ExitException</a> (int estat)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classTCLAP_1_1ExitException.html#a1">getExitStatus</a> () const </td></tr>
</table>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="a0" doxytag="TCLAP::ExitException::ExitException"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">TCLAP::ExitException::ExitException </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">int </td>
<td class="mdname1" valign="top" nowrap> <em>estat</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="ArgException_8h-source.html#l00189">189</a> of file <a class="el" href="ArgException_8h-source.html">ArgException.h</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="a1" doxytag="TCLAP::ExitException::getExitStatus"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">int TCLAP::ExitException::getExitStatus </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> const<code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="ArgException_8h-source.html#l00191">191</a> of file <a class="el" href="ArgException_8h-source.html">ArgException.h</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="ArgException_8h-source.html">ArgException.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Mon Sep 28 11:32:09 2009 for tclap by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
</body>
</html>
|
tests/content/products-and-docs/raw-view/index.html | ticketmaster-api/ticketmaster-api.github.io | <script>
document.write("<pre>" + window.sessionStorage.getItem("content")+ "</pre>");
</script> |
public/default/css/flexslider.css | peishenwu/pcboy_myyna | /*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
font-family: 'flexslider-icon';
src:url('fonts/flexslider-icon.eot');
src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
url('fonts/flexslider-icon.woff') format('woff'),
url('fonts/flexslider-icon.ttf') format('truetype'),
url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 20px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: ' '; }
.flex-direction-nav .flex-next { background:url(../images/next.png) no-repeat -25px 0; height:20px; width:20px; margin:-10px 0 0;}
.flex-direction-nav .flex-prev { background:url(../images/next.png) no-repeat 0 0; height:20px; width:20px; margin:-10px 0 0;}
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
/* Layout
***********************/
#cubet_flex_container {padding: 60px 10px 30px;}
#main {margin-left: 0;overflow: hidden;}
aside h3 {float: left;}
/* Media Queries
***********************/
@media screen and (max-width: 960px) {
#cubet_flex_container {padding: 25px 10px 15px;}
#main {margin-left:0 }
aside h3 {
float: none;
font-size: 20px;
}
.toggle {
margin-left: 0;
float: none;
}
#main {margin-top:0 !important;}
}
@media screen and (max-width: 768px) {
#cubet_flex_container {padding: 10px 15px;}
#main {margin-left: 0;}
}
.flexslider.thumb li img {
width: 100%;
}
|
stylesheets/color/green.css | gs-ankitd/GSSMS | a {
color: #60c560; }
.navbar .container-fluid.top-bar form .form-control:focus {
border-color: #60c560; }
.navbar .container-fluid.top-bar .nav > li.open > a span, .navbar .container-fluid.top-bar .nav > li.active > a span, .navbar .container-fluid.top-bar .nav > li.open.active > a span {
color: #60c560; }
.navbar .container-fluid.main-nav .nav-collapse .nav > li a.current span {
color: #60c560; }
.navbar .container-fluid.main-nav .nav-collapse .nav > li a.current .caret {
border-top-color: #60c560; }
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current {
color: #60c560; }
.widget-container .heading {
color: #60c560; }
.dropdown-menu li a:hover {
border-bottom-color: #60c560;
color: #60c560; }
.form-control:focus {
border-color: #60c560; }
.stats-container [class^="col-"] .number, .stats-container [class*="col-"] .number {
color: #60c560; }
.stats-container [class^="col-"] .number .icon, .stats-container [class*="col-"] .number .icon {
background-position: left -38px; }
.stats-container [class^="col-"] .number .icon.visitors, .stats-container [class*="col-"] .number .icon.visitors {
background-position: -50px -38px; }
.stats-container [class^="col-"] .number .icon.money, .stats-container [class*="col-"] .number .icon.money {
background-position: -100px -38px; }
.stats-container [class^="col-"] .number .icon.chat-bubbles, .stats-container [class*="col-"] .number .icon.chat-bubbles {
background-position: -150px -38px; }
.task-widget input[type="checkbox"]:checked + .task-checkbox {
color: #60c560; }
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
border-color: #60c560; }
.select2-container-multi.select2-container-active .select2-choices {
border-color: #60c560; }
.select2-drop-active {
border-color: #60c560; }
.dataTable th {
color: #60c560; }
.dataTable th.sorting:after {
border-top: 5px solid #60c560; }
.dataTable th.sorting:before {
border-bottom: 5px solid #60c560; }
.dataTable th.sorting_asc:after {
border-bottom: 5px solid #60c560; }
.dataTable th.sorting_desc:after {
border-top: 5px solid #60c560; }
|
org.jpat.scuba.external.apache.commons/apache.commons.libs/logging/apidocs/constant-values.html | JPAT-ROSEMARY/SCUBA | <!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>Constant Field Values (Apache Commons Logging 1.2 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="Constant Field Values (Apache Commons Logging 1.2 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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#org.apache">org.apache.*</a></li>
</ul>
</div>
<div class="constantValuesContainer"><a name="org.apache">
<!-- -->
</a>
<h2 title="org.apache">org.apache.*</h2>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.commons.logging.<a href="org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.LogFactory.DIAGNOSTICS_DEST_PROPERTY">
<!-- -->
</a><code>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/LogFactory.html#DIAGNOSTICS_DEST_PROPERTY">DIAGNOSTICS_DEST_PROPERTY</a></code></td>
<td class="colLast"><code>"org.apache.commons.logging.diagnostics.dest"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.commons.logging.LogFactory.FACTORY_DEFAULT">
<!-- -->
</a><code>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/LogFactory.html#FACTORY_DEFAULT">FACTORY_DEFAULT</a></code></td>
<td class="colLast"><code>"org.apache.commons.logging.impl.LogFactoryImpl"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.LogFactory.FACTORY_PROPERTIES">
<!-- -->
</a><code>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/LogFactory.html#FACTORY_PROPERTIES">FACTORY_PROPERTIES</a></code></td>
<td class="colLast"><code>"commons-logging.properties"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.commons.logging.LogFactory.FACTORY_PROPERTY">
<!-- -->
</a><code>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/LogFactory.html#FACTORY_PROPERTY">FACTORY_PROPERTY</a></code></td>
<td class="colLast"><code>"org.apache.commons.logging.LogFactory"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.LogFactory.HASHTABLE_IMPLEMENTATION_PROPERTY">
<!-- -->
</a><code>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/LogFactory.html#HASHTABLE_IMPLEMENTATION_PROPERTY">HASHTABLE_IMPLEMENTATION_PROPERTY</a></code></td>
<td class="colLast"><code>"org.apache.commons.logging.LogFactory.HashtableImpl"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.commons.logging.LogFactory.PRIORITY_KEY">
<!-- -->
</a><code>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/LogFactory.html#PRIORITY_KEY">PRIORITY_KEY</a></code></td>
<td class="colLast"><code>"priority"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.LogFactory.SERVICE_ID">
<!-- -->
</a><code>protected static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/LogFactory.html#SERVICE_ID">SERVICE_ID</a></code></td>
<td class="colLast"><code>"META-INF/services/org.apache.commons.logging.LogFactory"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.commons.logging.LogFactory.TCCL_KEY">
<!-- -->
</a><code>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/LogFactory.html#TCCL_KEY">TCCL_KEY</a></code></td>
<td class="colLast"><code>"use_tccl"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.commons.logging.impl.<a href="org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.LogFactoryImpl.ALLOW_FLAWED_CONTEXT_PROPERTY">
<!-- -->
</a><code>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/impl/LogFactoryImpl.html#ALLOW_FLAWED_CONTEXT_PROPERTY">ALLOW_FLAWED_CONTEXT_PROPERTY</a></code></td>
<td class="colLast"><code>"org.apache.commons.logging.Log.allowFlawedContext"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.LogFactoryImpl.ALLOW_FLAWED_DISCOVERY_PROPERTY">
<!-- -->
</a><code>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/impl/LogFactoryImpl.html#ALLOW_FLAWED_DISCOVERY_PROPERTY">ALLOW_FLAWED_DISCOVERY_PROPERTY</a></code></td>
<td class="colLast"><code>"org.apache.commons.logging.Log.allowFlawedDiscovery"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.LogFactoryImpl.ALLOW_FLAWED_HIERARCHY_PROPERTY">
<!-- -->
</a><code>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/impl/LogFactoryImpl.html#ALLOW_FLAWED_HIERARCHY_PROPERTY">ALLOW_FLAWED_HIERARCHY_PROPERTY</a></code></td>
<td class="colLast"><code>"org.apache.commons.logging.Log.allowFlawedHierarchy"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.LogFactoryImpl.LOG_PROPERTY">
<!-- -->
</a><code>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/impl/LogFactoryImpl.html#LOG_PROPERTY">LOG_PROPERTY</a></code></td>
<td class="colLast"><code>"org.apache.commons.logging.Log"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.LogFactoryImpl.LOG_PROPERTY_OLD">
<!-- -->
</a><code>protected static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/impl/LogFactoryImpl.html#LOG_PROPERTY_OLD">LOG_PROPERTY_OLD</a></code></td>
<td class="colLast"><code>"org.apache.commons.logging.log"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.commons.logging.impl.<a href="org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.SimpleLog.DEFAULT_DATE_TIME_FORMAT">
<!-- -->
</a><code>protected static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/impl/SimpleLog.html#DEFAULT_DATE_TIME_FORMAT">DEFAULT_DATE_TIME_FORMAT</a></code></td>
<td class="colLast"><code>"yyyy/MM/dd HH:mm:ss:SSS zzz"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ALL">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_ALL">LOG_LEVEL_ALL</a></code></td>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_DEBUG">LOG_LEVEL_DEBUG</a></code></td>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_ERROR">LOG_LEVEL_ERROR</a></code></td>
<td class="colLast"><code>5</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_FATAL">LOG_LEVEL_FATAL</a></code></td>
<td class="colLast"><code>6</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_INFO">LOG_LEVEL_INFO</a></code></td>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_OFF">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_OFF">LOG_LEVEL_OFF</a></code></td>
<td class="colLast"><code>7</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_TRACE">LOG_LEVEL_TRACE</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN">
<!-- -->
</a><code>public static final int</code></td>
<td><code><a href="org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_WARN">LOG_LEVEL_WARN</a></code></td>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.commons.logging.impl.SimpleLog.systemPrefix">
<!-- -->
</a><code>protected static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/commons/logging/impl/SimpleLog.html#systemPrefix">systemPrefix</a></code></td>
<td class="colLast"><code>"org.apache.commons.logging.simplelog."</code></td>
</tr>
</tbody>
</table>
</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.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–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
|
deps/boost/libs/log/doc/html/boost/log/extract_idp49404480.html | vslavik/poedit | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template extract</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Log v2">
<link rel="up" href="../../attributes.html#header.boost.log.attributes.value_extraction_hpp" title="Header <boost/log/attributes/value_extraction.hpp>">
<link rel="prev" href="extract_idp49397456.html" title="Function template extract">
<link rel="next" href="extract_or_thr_idp49411504.html" title="Function template extract_or_throw">
</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="extract_idp49397456.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../attributes.html#header.boost.log.attributes.value_extraction_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="extract_or_thr_idp49411504.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.log.extract_idp49404480"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function template extract</span></h2>
<p>boost::log::extract</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="../../attributes.html#header.boost.log.attributes.value_extraction_hpp" title="Header <boost/log/attributes/value_extraction.hpp>">boost/log/attributes/value_extraction.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> DescriptorT<span class="special">,</span> <span class="keyword">template</span><span class="special"><</span> <span class="keyword">typename</span> <span class="special">></span> <span class="keyword">class</span> ActorT<span class="special">></span>
<a class="link" href="result_of/extract.html" title="Struct template extract">result_of::extract</a><span class="special"><</span> <span class="keyword">typename</span> <span class="identifier">DescriptorT</span><span class="special">::</span><span class="identifier">value_type</span><span class="special">,</span> <span class="identifier">DescriptorT</span> <span class="special">></span><span class="special">::</span><span class="identifier">type</span>
<span class="identifier">extract</span><span class="special">(</span><span class="identifier">expressions</span><span class="special">::</span><span class="identifier">attribute_keyword</span><span class="special"><</span> <span class="identifier">DescriptorT</span><span class="special">,</span> <span class="identifier">ActorT</span> <span class="special">></span> <span class="keyword">const</span> <span class="special">&</span> keyword<span class="special">,</span>
<span class="identifier">record_view</span> <span class="keyword">const</span> <span class="special">&</span> rec<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp99792032"></a><h2>Description</h2>
<p>The function extracts an attribute value from the view. The user has to explicitly specify the type or set of possible types of the attribute value to be extracted.</p>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="computeroutput">keyword</code></span></p></td>
<td><p>The keyword of the attribute value to extract. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">rec</code></span></p></td>
<td><p>A log record view. The attribute value will be sought among those associated with the record. </p></td>
</tr>
</tbody>
</table></div></td>
</tr>
<tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>A <code class="computeroutput">value_ref</code> that refers to the extracted value, if found. An empty value otherwise. </p></td>
</tr>
</tbody>
</table></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2007-2016 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="extract_idp49397456.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../attributes.html#header.boost.log.attributes.value_extraction_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="extract_or_thr_idp49411504.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
JS/Using-Objects-Homework-JS/Using-Objects-Homework-JS/Task6/index.html | kaizer04/Telerik-Academy-2013-2014 | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Task6</title>
<script src="scripts.js"></script>
</head>
<body>
</body>
</html>
|
templates/components/common/header.html | evnelson315/StencilCLI | {{#if banners.top}}
<div class="banners" data-banner-location="top">
<div class="banner">
{{{limit banners.top 1}}}
</div>
</div>
{{/if}}
<header class="header" role="banner">
<a href="#" class="mobileMenu-toggle" data-mobile-menu-toggle="menu">
<span class="mobileMenu-toggleIcon">Toggle menu</span>
</a>
{{> components/common/navigation}}
{{#if page_type '===' 'default'}}
<h1 class="header-logo header-logo--{{theme_settings.logo-position}}">
{{> components/common/store-logo}}
</h1>
{{else}}
<div class="header-logo header-logo--{{theme_settings.logo-position}}">
{{> components/common/store-logo}}
</div>
{{/if}}
{{{region name="header_bottom"}}}
<div class="navPages-container" id="menu" data-menu>
{{> components/common/navigation-menu}}
</div>
</header>
|
architecture-examples/polymer/index.html | AngelValdes/todomvc | <!doctype html>
<html lang="en" data-framework="polymer">
<head>
<meta charset="utf-8">
<title>Polymer • TodoMVC</title>
<link rel="stylesheet" href="app/app.css">
<script src="bower_components/platform/platform.js"></script>
<link rel="import" href="bower_components/polymer-localstorage/polymer-localstorage.html">
<link rel="import" href="elements/td-model.html">
<link rel="import" href="elements/td-todos.html">
</head>
<body>
<header>
<h1>todos</h1>
</header>
<polymer-localstorage id="storage" name="todos-polymer"></polymer-localstorage>
<td-model id="model" storageId="storage"></td-model>
<td-todos modelId="model"></td-todos>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>Created by <a href="http://www.polymer-project.org">The Polymer Authors</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="bower_components/todomvc-common/base.js"></script>
</body>
</html>
|
api/2.0.0-RC1/Thelia/Model/Base/ProductImageI18n.html | Mertiozys/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Model\Base\ProductImageI18n | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
<div id="title"></div>
<div class="type">Class</div>
<h1><a href="../../../Thelia/Model/Base.html">Thelia\Model\Base</a>\ProductImageI18n</h1>
</div>
<div class="content">
<p>abstract class
<strong>ProductImageI18n</strong> implements
<abbr title="Propel\Runtime\ActiveRecord\ActiveRecordInterface">ActiveRecordInterface</abbr></p>
<h2>Constants</h2>
<table>
<tr>
<td>TABLE_MAP</td>
<td class="last">
<p><em>TableMap class name</em></p>
<p>
</p>
</td>
</tr>
</table>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_applyDefaultValues">applyDefaultValues</a>()
<p>Applies default values to this object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>()
<p>Initializes internal state of Thelia\Model\Base\ProductImageI18n object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_isModified">isModified</a>()
<p>Returns whether the object has been modified.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_isColumnModified">isColumnModified</a>(string $col)
<p>Has specified column been modified?</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_getModifiedColumns">getModifiedColumns</a>()
<p>Get the columns that have been modified in this object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_isNew">isNew</a>()
<p>Returns whether the object has ever been saved.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_setNew">setNew</a>(boolean $b)
<p>Setter for the isNew attribute.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_isDeleted">isDeleted</a>()
<p>Whether this object has been deleted.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_setDeleted">setDeleted</a>(boolean $b)
<p>Specify whether this object has been deleted.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_resetModified">resetModified</a>(string $col = null)
<p>Sets the modified state for the object to be false.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_equals">equals</a>(mixed $obj)
<p>Compares this with another <code>ProductImageI18n</code> instance.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_hashCode">hashCode</a>()
<p>If the primary key is not null, return the hashcode of the primary key.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_getVirtualColumns">getVirtualColumns</a>()
<p>Get the associative array of the virtual columns in this object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_hasVirtualColumn">hasVirtualColumn</a>(string $name)
<p>Checks the existence of a virtual column in this object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
mixed
</td>
<td class="last">
<a href="#method_getVirtualColumn">getVirtualColumn</a>(string $name)
<p>Get the value of a virtual column in this object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/Base/ProductImageI18n.html"><abbr title="Thelia\Model\Base\ProductImageI18n">ProductImageI18n</abbr></a>
</td>
<td class="last">
<a href="#method_setVirtualColumn">setVirtualColumn</a>(string $name, mixed $value)
<p>Set the value of a virtual column in this object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/Base/ProductImageI18n.html"><abbr title="Thelia\Model\Base\ProductImageI18n">ProductImageI18n</abbr></a>
</td>
<td class="last">
<a href="#method_importFrom">importFrom</a>(mixed $parser, string $data)
<p>Populate the current object from a string, using a given parser format <code> $book = new Book(); $book->importFrom('JSON', '{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_exportTo">exportTo</a>(mixed $parser, boolean $includeLazyLoadColumns = true)
<p>Export the current object properties to a string, using a given parser format <code> $book = BookQuery::create()->findPk(9012); echo $book->exportTo('JSON'); => {"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___sleep">__sleep</a>()
<p>Clean up internal collections prior to serializing Avoids recursive loops that turn into segmentation faults when serializing</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_getId">getId</a>()
<p>Get the [id] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getLocale">getLocale</a>()
<p>Get the [locale] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getTitle">getTitle</a>()
<p>Get the [title] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getDescription">getDescription</a>()
<p>Get the [description] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getChapo">getChapo</a>()
<p>Get the [chapo] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getPostscriptum">getPostscriptum</a>()
<p>Get the [postscriptum] column value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
</td>
<td class="last">
<a href="#method_setId">setId</a>(int $v)
<p>Set the value of [id] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
</td>
<td class="last">
<a href="#method_setLocale">setLocale</a>(string $v)
<p>Set the value of [locale] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
</td>
<td class="last">
<a href="#method_setTitle">setTitle</a>(string $v)
<p>Set the value of [title] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
</td>
<td class="last">
<a href="#method_setDescription">setDescription</a>(string $v)
<p>Set the value of [description] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
</td>
<td class="last">
<a href="#method_setChapo">setChapo</a>(string $v)
<p>Set the value of [chapo] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
</td>
<td class="last">
<a href="#method_setPostscriptum">setPostscriptum</a>(string $v)
<p>Set the value of [postscriptum] column.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_hasOnlyDefaultValues">hasOnlyDefaultValues</a>()
<p>Indicates whether the columns in this object are only set to default values.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_hydrate">hydrate</a>(array $row, int $startcol, boolean $rehydrate = false, string $indexType = TableMap::TYPE_NUM)
<p>Hydrates (populates) the object variables with values from the database resultset.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_ensureConsistency">ensureConsistency</a>()
<p>Checks and repairs the internal consistency of the object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_reload">reload</a>(boolean $deep = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Reloads this object from datastore based on primary key and (optionally) resets all associated objects.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_delete">delete</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Removes this object from datastore and sets delete attribute.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_save">save</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Persists this object to the database.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
mixed
</td>
<td class="last">
<a href="#method_getByName">getByName</a>(string $name, string $type = TableMap::TYPE_PHPNAME)
<p>Retrieves a field from the object by name passed in as a string.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
mixed
</td>
<td class="last">
<a href="#method_getByPosition">getByPosition</a>(int $pos)
<p>Retrieves a field from the object by Position as specified in the xml schema.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_toArray">toArray</a>(string $keyType = TableMap::TYPE_PHPNAME, boolean $includeLazyLoadColumns = true, array $alreadyDumpedObjects = array(), boolean $includeForeignObjects = false)
<p>Exports the object as an array.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_setByName">setByName</a>(string $name, mixed $value, string $type = TableMap::TYPE_PHPNAME)
<p>Sets a field from the object by name passed in as a string.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_setByPosition">setByPosition</a>(int $pos, mixed $value)
<p>Sets a field from the object by Position as specified in the xml schema.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_fromArray">fromArray</a>(array $arr, string $keyType = TableMap::TYPE_PHPNAME)
<p>Populates the object using an array.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr>
</td>
<td class="last">
<a href="#method_buildCriteria">buildCriteria</a>()
<p>Build a Criteria object containing the values of all modified columns in this object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr>
</td>
<td class="last">
<a href="#method_buildPkeyCriteria">buildPkeyCriteria</a>()
<p>Builds a Criteria object containing the primary key for this object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_getPrimaryKey">getPrimaryKey</a>()
<p>Returns the composite primary key for this object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_setPrimaryKey">setPrimaryKey</a>(array $keys)
<p>Set the [composite] primary key.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_isPrimaryKeyNull">isPrimaryKeyNull</a>()
<p>Returns true if the primary key for this object is null.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_copyInto">copyInto</a>(object $copyObj, boolean $deepCopy = false, boolean $makeNew = true)
<p>Sets contents of passed object to values from current object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
</td>
<td class="last">
<a href="#method_copy">copy</a>(boolean $deepCopy = false)
<p>Makes a copy of this object that will be inserted as a new row in table when saved.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
</td>
<td class="last">
<a href="#method_setProductImage">setProductImage</a>(<a href="../../../Thelia/Model/ProductImage.html"><abbr title="Thelia\Model\ProductImage">ProductImage</abbr></a> $v = null)
<p>Declares an association between this object and a ChildProductImage object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductImage.html"><abbr title="Thelia\Model\ProductImage">ProductImage</abbr></a>
</td>
<td class="last">
<a href="#method_getProductImage">getProductImage</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Get the associated ChildProductImage object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_clear">clear</a>()
<p>Clears the current object and sets all attributes to their default values</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_clearAllReferences">clearAllReferences</a>(boolean $deep = false)
<p>Resets all references to other model objects or collections of model objects.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method___toString">__toString</a>()
<p>Return the string representation of this object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_preSave">preSave</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run before persisting the object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_postSave">postSave</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run after persisting the object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_preInsert">preInsert</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run before inserting to database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_postInsert">postInsert</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run after inserting to database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_preUpdate">preUpdate</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run before updating the object in database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_postUpdate">postUpdate</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run after updating the object in database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
boolean
</td>
<td class="last">
<a href="#method_preDelete">preDelete</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run before deleting the object in database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_postDelete">postDelete</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Code to be run after deleting the object in database</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array|string
</td>
<td class="last">
<a href="#method___call">__call</a>(string $name, mixed $params)
<p>Derived method to catches calls to undefined methods.</p>
</td>
<td></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method_applyDefaultValues">
<div class="location">at line 111</div>
<code> public
<strong>applyDefaultValues</strong>()</code>
</h3>
<div class="details">
<p>Applies default values to this object.</p>
<p>This method should be called from the object's constructor (or
equivalent initialization method).</p>
<div class="tags">
<h4>See also</h4>
<table>
<tr>
<td>__construct()</td>
<td></td>
</tr>
</table>
</div>
</div>
<h3 id="method___construct">
<div class="location">at line 120</div>
<code> public
<strong>__construct</strong>()</code>
</h3>
<div class="details">
<p>Initializes internal state of Thelia\Model\Base\ProductImageI18n object.</p>
<p>
</p>
<div class="tags">
<h4>See also</h4>
<table>
<tr>
<td>applyDefaults()</td>
<td></td>
</tr>
</table>
</div>
</div>
<h3 id="method_isModified">
<div class="location">at line 130</div>
<code> public boolean
<strong>isModified</strong>()</code>
</h3>
<div class="details">
<p>Returns whether the object has been modified.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>True if the object has been modified.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_isColumnModified">
<div class="location">at line 141</div>
<code> public boolean
<strong>isColumnModified</strong>(string $col)</code>
</h3>
<div class="details">
<p>Has specified column been modified?</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$col</td>
<td>column fully qualified name (TableMap::TYPE<em>COLNAME), e.g. Book::AUTHOR</em>ID</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>True if $col has been modified.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getModifiedColumns">
<div class="location">at line 150</div>
<code> public array
<strong>getModifiedColumns</strong>()</code>
</h3>
<div class="details">
<p>Get the columns that have been modified in this object.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>A unique list of the modified column names for this object.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_isNew">
<div class="location">at line 162</div>
<code> public boolean
<strong>isNew</strong>()</code>
</h3>
<div class="details">
<p>Returns whether the object has ever been saved.</p>
<p>This will
be false, if the object was retrieved from storage or was created
and then saved.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>true, if the object has never been persisted.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setNew">
<div class="location">at line 173</div>
<code> public
<strong>setNew</strong>(boolean $b)</code>
</h3>
<div class="details">
<p>Setter for the isNew attribute.</p>
<p>This method will be called
by Propel-generated children and objects.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$b</td>
<td>the state of the object.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_isDeleted">
<div class="location">at line 182</div>
<code> public boolean
<strong>isDeleted</strong>()</code>
</h3>
<div class="details">
<p>Whether this object has been deleted.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>The deleted state of this object.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setDeleted">
<div class="location">at line 192</div>
<code> public void
<strong>setDeleted</strong>(boolean $b)</code>
</h3>
<div class="details">
<p>Specify whether this object has been deleted.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$b</td>
<td>The deleted state of this object.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_resetModified">
<div class="location">at line 202</div>
<code> public void
<strong>resetModified</strong>(string $col = null)</code>
</h3>
<div class="details">
<p>Sets the modified state for the object to be false.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$col</td>
<td>If supplied, only the specified column is reset.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_equals">
<div class="location">at line 221</div>
<code> public boolean
<strong>equals</strong>(mixed $obj)</code>
</h3>
<div class="details">
<p>Compares this with another <code>ProductImageI18n</code> instance.</p>
<p>If
<code>obj</code> is an instance of <code>ProductImageI18n</code>, delegates to
<code>equals(ProductImageI18n)</code>. Otherwise, returns <code>false</code>.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$obj</td>
<td>The object to compare to.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>Whether equal to the object specified.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_hashCode">
<div class="location">at line 246</div>
<code> public int
<strong>hashCode</strong>()</code>
</h3>
<div class="details">
<p>If the primary key is not null, return the hashcode of the primary key.</p>
<p>Otherwise, return the hash code of the object.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>Hashcode</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getVirtualColumns">
<div class="location">at line 260</div>
<code> public array
<strong>getVirtualColumns</strong>()</code>
</h3>
<div class="details">
<p>Get the associative array of the virtual columns in this object</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_hasVirtualColumn">
<div class="location">at line 271</div>
<code> public boolean
<strong>hasVirtualColumn</strong>(string $name)</code>
</h3>
<div class="details">
<p>Checks the existence of a virtual column in this object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>The virtual column name</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getVirtualColumn">
<div class="location">at line 284</div>
<code> public mixed
<strong>getVirtualColumn</strong>(string $name)</code>
</h3>
<div class="details">
<p>Get the value of a virtual column in this object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>The virtual column name</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>mixed</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setVirtualColumn">
<div class="location">at line 301</div>
<code> public <a href="../../../Thelia/Model/Base/ProductImageI18n.html"><abbr title="Thelia\Model\Base\ProductImageI18n">ProductImageI18n</abbr></a>
<strong>setVirtualColumn</strong>(string $name, mixed $value)</code>
</h3>
<div class="details">
<p>Set the value of a virtual column in this object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>The virtual column name</td>
</tr>
<tr>
<td>mixed</td>
<td>$value</td>
<td>The value to give to the virtual column</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/Base/ProductImageI18n.html"><abbr title="Thelia\Model\Base\ProductImageI18n">ProductImageI18n</abbr></a></td>
<td>The current object, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_importFrom">
<div class="location">at line 333</div>
<code> public <a href="../../../Thelia/Model/Base/ProductImageI18n.html"><abbr title="Thelia\Model\Base\ProductImageI18n">ProductImageI18n</abbr></a>
<strong>importFrom</strong>(mixed $parser, string $data)</code>
</h3>
<div class="details">
<p>Populate the current object from a string, using a given parser format <code> $book = new Book(); $book->importFrom('JSON', '{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$parser</td>
<td>A AbstractParser instance, or a format name ('XML', 'YAML', 'JSON', 'CSV')</td>
</tr>
<tr>
<td>string</td>
<td>$data</td>
<td>The source data to import from</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/Base/ProductImageI18n.html"><abbr title="Thelia\Model\Base\ProductImageI18n">ProductImageI18n</abbr></a></td>
<td>The current object, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_exportTo">
<div class="location">at line 356</div>
<code> public string
<strong>exportTo</strong>(mixed $parser, boolean $includeLazyLoadColumns = true)</code>
</h3>
<div class="details">
<p>Export the current object properties to a string, using a given parser format <code> $book = BookQuery::create()->findPk(9012); echo $book->exportTo('JSON'); => {"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$parser</td>
<td>A AbstractParser instance, or a format name ('XML', 'YAML', 'JSON', 'CSV')</td>
</tr>
<tr>
<td>boolean</td>
<td>$includeLazyLoadColumns</td>
<td>(optional) Whether to include lazy load(ed) columns. Defaults to TRUE.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>The exported data</td>
</tr>
</table>
</div>
</div>
<h3 id="method___sleep">
<div class="location">at line 369</div>
<code> public
<strong>__sleep</strong>()</code>
</h3>
<div class="details">
<p>Clean up internal collections prior to serializing Avoids recursive loops that turn into segmentation faults when serializing</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_getId">
<div class="location">at line 381</div>
<code> public int
<strong>getId</strong>()</code>
</h3>
<div class="details">
<p>Get the [id] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getLocale">
<div class="location">at line 391</div>
<code> public string
<strong>getLocale</strong>()</code>
</h3>
<div class="details">
<p>Get the [locale] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getTitle">
<div class="location">at line 401</div>
<code> public string
<strong>getTitle</strong>()</code>
</h3>
<div class="details">
<p>Get the [title] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getDescription">
<div class="location">at line 411</div>
<code> public string
<strong>getDescription</strong>()</code>
</h3>
<div class="details">
<p>Get the [description] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getChapo">
<div class="location">at line 421</div>
<code> public string
<strong>getChapo</strong>()</code>
</h3>
<div class="details">
<p>Get the [chapo] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getPostscriptum">
<div class="location">at line 431</div>
<code> public string
<strong>getPostscriptum</strong>()</code>
</h3>
<div class="details">
<p>Get the [postscriptum] column value.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setId">
<div class="location">at line 442</div>
<code> public <a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
<strong>setId</strong>(int $v)</code>
</h3>
<div class="details">
<p>Set the value of [id] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setLocale">
<div class="location">at line 466</div>
<code> public <a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
<strong>setLocale</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [locale] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setTitle">
<div class="location">at line 486</div>
<code> public <a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
<strong>setTitle</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [title] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setDescription">
<div class="location">at line 506</div>
<code> public <a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
<strong>setDescription</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [description] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setChapo">
<div class="location">at line 526</div>
<code> public <a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
<strong>setChapo</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [chapo] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setPostscriptum">
<div class="location">at line 546</div>
<code> public <a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
<strong>setPostscriptum</strong>(string $v)</code>
</h3>
<div class="details">
<p>Set the value of [postscriptum] column.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$v</td>
<td>new value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
</div>
</div>
<h3 id="method_hasOnlyDefaultValues">
<div class="location">at line 568</div>
<code> public boolean
<strong>hasOnlyDefaultValues</strong>()</code>
</h3>
<div class="details">
<p>Indicates whether the columns in this object are only set to default values.</p>
<p>This method can be used in conjunction with isModified() to indicate whether an object is both
modified <em>and</em> has some values set which are non-default.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>Whether the columns in this object are only been set with default values.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_hydrate">
<div class="location">at line 596</div>
<code> public int
<strong>hydrate</strong>(array $row, int $startcol, boolean $rehydrate = false, string $indexType = TableMap::TYPE_NUM)</code>
</h3>
<div class="details">
<p>Hydrates (populates) the object variables with values from the database resultset.</p>
<p>An offset (0-based "start column") is specified so that objects can be hydrated
with a subset of the columns in the resultset rows. This is needed, for example,
for results of JOIN queries where the resultset row includes columns from two or
more tables.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>array</td>
<td>$row</td>
<td>The row returned by DataFetcher->fetch().</td>
</tr>
<tr>
<td>int</td>
<td>$startcol</td>
<td>0-based offset column which indicates which restultset column to start with.</td>
</tr>
<tr>
<td>boolean</td>
<td>$rehydrate</td>
<td>Whether this object is being re-hydrated from the database.</td>
</tr>
<tr>
<td>string</td>
<td>$indexType</td>
<td>The index type of $row. Mostly DataFetcher->getIndexType(). One of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE_NUM.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>next starting column</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td><ul>
<li>Any caught Exception will be rewrapped as a PropelException.</li>
</ul>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_ensureConsistency">
<div class="location">at line 645</div>
<code> public
<strong>ensureConsistency</strong>()</code>
</h3>
<div class="details">
<p>Checks and repairs the internal consistency of the object.</p>
<p>This method is executed after an already-instantiated object is re-hydrated
from the database. It exists to check any foreign keys to make sure that
the objects related to the current object are correct based on foreign key.</p>
<p>You can override this method in the stub class, but you should always invoke
the base method from the overridden method (i.e. parent::ensureConsistency()),
in case your model changes.</p>
<div class="tags">
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_reload">
<div class="location">at line 662</div>
<code> public void
<strong>reload</strong>(boolean $deep = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Reloads this object from datastore based on primary key and (optionally) resets all associated objects.</p>
<p>This will only work if the object has been saved and has a valid primary key set.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$deep</td>
<td>(optional) Whether to also de-associated any related objects.</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>(optional) The ConnectionInterface connection to use.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td><ul>
<li>if this object is deleted, unsaved or doesn't have pk match in db</li>
</ul>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_delete">
<div class="location">at line 702</div>
<code> public void
<strong>delete</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Removes this object from datastore and sets delete attribute.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
<h4>See also</h4>
<table>
<tr>
<td>ProductImageI18n::setDeleted()</td>
<td></td>
</tr>
<tr>
<td>ProductImageI18n::isDeleted()</td>
<td></td>
</tr>
</table>
</div>
</div>
<h3 id="method_save">
<div class="location">at line 744</div>
<code> public int
<strong>save</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Persists this object to the database.</p>
<p>If the object is new, it inserts it; otherwise an update is performed.
All modified related objects will also be persisted in the doSave()
method. This method wraps all precipitate database operations in a
single transaction.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>The number of rows affected by this insert/update and any referring fk objects' save() operations.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
<h4>See also</h4>
<table>
<tr>
<td>doSave()</td>
<td></td>
</tr>
</table>
</div>
</div>
<h3 id="method_getByName">
<div class="location">at line 930</div>
<code> public mixed
<strong>getByName</strong>(string $name, string $type = TableMap::TYPE_PHPNAME)</code>
</h3>
<div class="details">
<p>Retrieves a field from the object by name passed in as a string.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>name</td>
</tr>
<tr>
<td>string</td>
<td>$type</td>
<td>The type of fieldname the $name is of: one of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM. Defaults to TableMap::TYPE</em>PHPNAME.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>mixed</td>
<td>Value of field.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getByPosition">
<div class="location">at line 945</div>
<code> public mixed
<strong>getByPosition</strong>(int $pos)</code>
</h3>
<div class="details">
<p>Retrieves a field from the object by Position as specified in the xml schema.</p>
<p>Zero-based.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$pos</td>
<td>position in xml schema</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>mixed</td>
<td>Value of field at $pos</td>
</tr>
</table>
</div>
</div>
<h3 id="method_toArray">
<div class="location">at line 987</div>
<code> public array
<strong>toArray</strong>(string $keyType = TableMap::TYPE_PHPNAME, boolean $includeLazyLoadColumns = true, array $alreadyDumpedObjects = array(), boolean $includeForeignObjects = false)</code>
</h3>
<div class="details">
<p>Exports the object as an array.</p>
<p>You can specify the key type of the array by passing one of the class
type constants.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$keyType</td>
<td>(optional) One of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME, TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM. Defaults to TableMap::TYPE</em>PHPNAME.</td>
</tr>
<tr>
<td>boolean</td>
<td>$includeLazyLoadColumns</td>
<td>(optional) Whether to include lazy loaded columns. Defaults to TRUE.</td>
</tr>
<tr>
<td>array</td>
<td>$alreadyDumpedObjects</td>
<td>List of objects to skip to avoid recursion</td>
</tr>
<tr>
<td>boolean</td>
<td>$includeForeignObjects</td>
<td>(optional) Whether to include hydrated related objects. Default to FALSE.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>an associative array containing the field names (as keys) and field values</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setByName">
<div class="location">at line 1027</div>
<code> public void
<strong>setByName</strong>(string $name, mixed $value, string $type = TableMap::TYPE_PHPNAME)</code>
</h3>
<div class="details">
<p>Sets a field from the object by name passed in as a string.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>
</td>
</tr>
<tr>
<td>mixed</td>
<td>$value</td>
<td>field value</td>
</tr>
<tr>
<td>string</td>
<td>$type</td>
<td>The type of fieldname the $name is of: one of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM. Defaults to TableMap::TYPE</em>PHPNAME.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setByPosition">
<div class="location">at line 1042</div>
<code> public void
<strong>setByPosition</strong>(int $pos, mixed $value)</code>
</h3>
<div class="details">
<p>Sets a field from the object by Position as specified in the xml schema.</p>
<p>Zero-based.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$pos</td>
<td>position in xml schema</td>
</tr>
<tr>
<td>mixed</td>
<td>$value</td>
<td>field value</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_fromArray">
<div class="location">at line 1083</div>
<code> public void
<strong>fromArray</strong>(array $arr, string $keyType = TableMap::TYPE_PHPNAME)</code>
</h3>
<div class="details">
<p>Populates the object using an array.</p>
<p>This is particularly useful when populating an object from one of the
request arrays (e.g. $_POST). This method goes through the column
names, checking to see whether a matching key exists in populated
array. If so the setByName() method is called for that column.</p>
<p>You can specify the key type of the array by additionally passing one
of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME,
TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM.
The default key type is the column's TableMap::TYPE</em>PHPNAME.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>array</td>
<td>$arr</td>
<td>An array to populate the object from.</td>
</tr>
<tr>
<td>string</td>
<td>$keyType</td>
<td>The type of keys the array uses.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_buildCriteria">
<div class="location">at line 1100</div>
<code> public <abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr>
<strong>buildCriteria</strong>()</code>
</h3>
<div class="details">
<p>Build a Criteria object containing the values of all modified columns in this object.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td>
<td>The Criteria object containing all modified values.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_buildPkeyCriteria">
<div class="location">at line 1121</div>
<code> public <abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr>
<strong>buildPkeyCriteria</strong>()</code>
</h3>
<div class="details">
<p>Builds a Criteria object containing the primary key for this object.</p>
<p>Unlike buildCriteria() this method includes the primary key values regardless
of whether or not they have been modified.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td>
<td>The Criteria object containing value(s) for primary key(s).</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getPrimaryKey">
<div class="location">at line 1135</div>
<code> public array
<strong>getPrimaryKey</strong>()</code>
</h3>
<div class="details">
<p>Returns the composite primary key for this object.</p>
<p>The array elements will be in same order as specified in XML.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setPrimaryKey">
<div class="location">at line 1150</div>
<code> public void
<strong>setPrimaryKey</strong>(array $keys)</code>
</h3>
<div class="details">
<p>Set the [composite] primary key.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>array</td>
<td>$keys</td>
<td>The elements of the composite key (order must match the order in XML file).</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_isPrimaryKeyNull">
<div class="location">at line 1160</div>
<code> public boolean
<strong>isPrimaryKeyNull</strong>()</code>
</h3>
<div class="details">
<p>Returns true if the primary key for this object is null.</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_copyInto">
<div class="location">at line 1176</div>
<code> public
<strong>copyInto</strong>(object $copyObj, boolean $deepCopy = false, boolean $makeNew = true)</code>
</h3>
<div class="details">
<p>Sets contents of passed object to values from current object.</p>
<p>If desired, this method can also make copies of all associated (fkey referrers)
objects.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>object</td>
<td>$copyObj</td>
<td>An object of \Thelia\Model\ProductImageI18n (or compatible) type.</td>
</tr>
<tr>
<td>boolean</td>
<td>$deepCopy</td>
<td>Whether to also copy all rows that refer (by fkey) to the current row.</td>
</tr>
<tr>
<td>boolean</td>
<td>$makeNew</td>
<td>Whether to reset autoincrement PKs and make the object new.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_copy">
<div class="location">at line 1201</div>
<code> public <a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
<strong>copy</strong>(boolean $deepCopy = false)</code>
</h3>
<div class="details">
<p>Makes a copy of this object that will be inserted as a new row in table when saved.</p>
<p>It creates a new object filling in the simple attributes, but skipping any primary
keys that are defined for the table.</p>
<p>If desired, this method can also make copies of all associated (fkey referrers)
objects.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$deepCopy</td>
<td>Whether to also copy all rows that refer (by fkey) to the current row.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a></td>
<td>Clone of current object.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setProductImage">
<div class="location">at line 1218</div>
<code> public <a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a>
<strong>setProductImage</strong>(<a href="../../../Thelia/Model/ProductImage.html"><abbr title="Thelia\Model\ProductImage">ProductImage</abbr></a> $v = null)</code>
</h3>
<div class="details">
<p>Declares an association between this object and a ChildProductImage object.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductImage.html"><abbr title="Thelia\Model\ProductImage">ProductImage</abbr></a></td>
<td>$v</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductImageI18n.html"><abbr title="Thelia\Model\ProductImageI18n">ProductImageI18n</abbr></a></td>
<td>The current object (for fluent API support)</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getProductImage">
<div class="location">at line 1244</div>
<code> public <a href="../../../Thelia/Model/ProductImage.html"><abbr title="Thelia\Model\ProductImage">ProductImage</abbr></a>
<strong>getProductImage</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Get the associated ChildProductImage object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>Optional Connection object.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductImage.html"><abbr title="Thelia\Model\ProductImage">ProductImage</abbr></a></td>
<td>The associated ChildProductImage object.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_clear">
<div class="location">at line 1263</div>
<code> public
<strong>clear</strong>()</code>
</h3>
<div class="details">
<p>Clears the current object and sets all attributes to their default values</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_clearAllReferences">
<div class="location">at line 1288</div>
<code> public
<strong>clearAllReferences</strong>(boolean $deep = false)</code>
</h3>
<div class="details">
<p>Resets all references to other model objects or collections of model objects.</p>
<p>This method is a user-space workaround for PHP's inability to garbage collect
objects with circular references (even in PHP 5.3). This is currently necessary
when using Propel in certain daemon or large-volume/high-memory operations.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$deep</td>
<td>Whether to also clear the references on all referrer objects.</td>
</tr>
</table>
</div>
</div>
<h3 id="method___toString">
<div class="location">at line 1301</div>
<code> public string
<strong>__toString</strong>()</code>
</h3>
<div class="details">
<p>Return the string representation of this object</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_preSave">
<div class="location">at line 1311</div>
<code> public boolean
<strong>preSave</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run before persisting the object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_postSave">
<div class="location">at line 1320</div>
<code> public
<strong>postSave</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run after persisting the object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_preInsert">
<div class="location">at line 1330</div>
<code> public boolean
<strong>preInsert</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run before inserting to database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_postInsert">
<div class="location">at line 1339</div>
<code> public
<strong>postInsert</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run after inserting to database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_preUpdate">
<div class="location">at line 1349</div>
<code> public boolean
<strong>preUpdate</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run before updating the object in database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_postUpdate">
<div class="location">at line 1358</div>
<code> public
<strong>postUpdate</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run after updating the object in database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_preDelete">
<div class="location">at line 1368</div>
<code> public boolean
<strong>preDelete</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run before deleting the object in database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>boolean</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_postDelete">
<div class="location">at line 1377</div>
<code> public
<strong>postDelete</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Code to be run after deleting the object in database</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method___call">
<div class="location">at line 1394</div>
<code> public array|string
<strong>__call</strong>(string $name, mixed $params)</code>
</h3>
<div class="details">
<p>Derived method to catches calls to undefined methods.</p>
<p>Provides magic import/export method support (fromXML()/toXML(), fromYAML()/toYAML(), etc.).
Allows to define default __call() behavior if you overwrite __call()</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$name</td>
<td>
</td>
</tr>
<tr>
<td>mixed</td>
<td>$params</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array|string</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
|
weka-3-7-13/doc/weka/gui/streams/package-tree.html | Ishub/hack-the-talk | <!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_71) on Thu Sep 10 12:30:20 NZST 2015 -->
<title>weka.gui.streams Class Hierarchy</title>
<meta name="date" content="2015-09-10">
<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="weka.gui.streams Class Hierarchy";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../weka/gui/sql/event/package-tree.html">Prev</a></li>
<li><a href="../../../weka/gui/treevisualizer/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?weka/gui/streams/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package weka.gui.streams</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
<ul>
<li type="circle">java.awt.Container
<ul>
<li type="circle">javax.swing.JComponent (implements java.io.Serializable)
<ul>
<li type="circle">javax.swing.JPanel (implements javax.accessibility.Accessible)
<ul>
<li type="circle">weka.gui.streams.<a href="../../../weka/gui/streams/InstanceCounter.html" title="class in weka.gui.streams"><span class="strong">InstanceCounter</span></a> (implements weka.gui.streams.<a href="../../../weka/gui/streams/InstanceListener.html" title="interface in weka.gui.streams">InstanceListener</a>)</li>
<li type="circle">weka.gui.streams.<a href="../../../weka/gui/streams/InstanceLoader.html" title="class in weka.gui.streams"><span class="strong">InstanceLoader</span></a> (implements java.awt.event.ActionListener, weka.gui.streams.<a href="../../../weka/gui/streams/InstanceProducer.html" title="interface in weka.gui.streams">InstanceProducer</a>)</li>
<li type="circle">weka.gui.streams.<a href="../../../weka/gui/streams/InstanceTable.html" title="class in weka.gui.streams"><span class="strong">InstanceTable</span></a> (implements weka.gui.streams.<a href="../../../weka/gui/streams/InstanceListener.html" title="interface in weka.gui.streams">InstanceListener</a>)</li>
<li type="circle">weka.gui.streams.<a href="../../../weka/gui/streams/InstanceViewer.html" title="class in weka.gui.streams"><span class="strong">InstanceViewer</span></a> (implements weka.gui.streams.<a href="../../../weka/gui/streams/InstanceListener.html" title="interface in weka.gui.streams">InstanceListener</a>)</li>
</ul>
</li>
</ul>
</li>
<li type="circle">java.awt.Panel (implements javax.accessibility.Accessible)
<ul>
<li type="circle">weka.gui.streams.<a href="../../../weka/gui/streams/InstanceSavePanel.html" title="class in weka.gui.streams"><span class="strong">InstanceSavePanel</span></a> (implements weka.gui.streams.<a href="../../../weka/gui/streams/InstanceListener.html" title="interface in weka.gui.streams">InstanceListener</a>)</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li type="circle">java.util.EventObject (implements java.io.Serializable)
<ul>
<li type="circle">weka.gui.streams.<a href="../../../weka/gui/streams/InstanceEvent.html" title="class in weka.gui.streams"><span class="strong">InstanceEvent</span></a></li>
</ul>
</li>
<li type="circle">weka.gui.streams.<a href="../../../weka/gui/streams/InstanceJoiner.html" title="class in weka.gui.streams"><span class="strong">InstanceJoiner</span></a> (implements weka.gui.streams.<a href="../../../weka/gui/streams/InstanceProducer.html" title="interface in weka.gui.streams">InstanceProducer</a>, weka.gui.streams.<a href="../../../weka/gui/streams/SerialInstanceListener.html" title="interface in weka.gui.streams">SerialInstanceListener</a>, java.io.Serializable)</li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">java.util.EventListener
<ul>
<li type="circle">weka.gui.streams.<a href="../../../weka/gui/streams/InstanceListener.html" title="interface in weka.gui.streams"><span class="strong">InstanceListener</span></a></li>
<li type="circle">weka.gui.streams.<a href="../../../weka/gui/streams/SerialInstanceListener.html" title="interface in weka.gui.streams"><span class="strong">SerialInstanceListener</span></a></li>
</ul>
</li>
<li type="circle">weka.gui.streams.<a href="../../../weka/gui/streams/InstanceProducer.html" title="interface in weka.gui.streams"><span class="strong">InstanceProducer</span></a></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>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../weka/gui/sql/event/package-tree.html">Prev</a></li>
<li><a href="../../../weka/gui/treevisualizer/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?weka/gui/streams/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
poi-3.14/docs/apidocs/org/apache/poi/ss/formula/functions/class-use/Count.html | Sebaxtian/KDD | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Uses of Class org.apache.poi.ss.formula.functions.Count (POI API Documentation)
</TITLE>
<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.poi.ss.formula.functions.Count (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/poi/ss/formula/functions/Count.html" title="class in org.apache.poi.ss.formula.functions"><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/poi/ss/formula/functions/\class-useCount.html" target="_top"><B>FRAMES</B></A>
<A HREF="Count.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.poi.ss.formula.functions.Count</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/poi/ss/formula/functions/Count.html" title="class in org.apache.poi.ss.formula.functions">Count</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.poi.ss.formula.functions"><B>org.apache.poi.ss.formula.functions</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.poi.ss.formula.functions"><!-- --></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/poi/ss/formula/functions/Count.html" title="class in org.apache.poi.ss.formula.functions">Count</A> in <A HREF="../../../../../../../org/apache/poi/ss/formula/functions/package-summary.html">org.apache.poi.ss.formula.functions</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/apache/poi/ss/formula/functions/package-summary.html">org.apache.poi.ss.formula.functions</A> that return <A HREF="../../../../../../../org/apache/poi/ss/formula/functions/Count.html" title="class in org.apache.poi.ss.formula.functions">Count</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../org/apache/poi/ss/formula/functions/Count.html" title="class in org.apache.poi.ss.formula.functions">Count</A></CODE></FONT></TD>
<TD><CODE><B>Count.</B><B><A HREF="../../../../../../../org/apache/poi/ss/formula/functions/Count.html#subtotalInstance()">subtotalInstance</A></B>()</CODE>
<BR>
Create an instance of Count to use in <A HREF="../../../../../../../org/apache/poi/ss/formula/functions/Subtotal.html" title="class in org.apache.poi.ss.formula.functions"><CODE>Subtotal</CODE></A></TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/poi/ss/formula/functions/Count.html" title="class in org.apache.poi.ss.formula.functions"><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/poi/ss/formula/functions/\class-useCount.html" target="_top"><B>FRAMES</B></A>
<A HREF="Count.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2016 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
trunk/.metadata/.plugins/com.adobe.flexbuilder.codemodel/SwcCache/spark.swc-698799183/defaults.css | darian311/VillageDashFlash | /*
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2008 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////
*/
@namespace "library://ns.adobe.com/flex/spark";
/* Default Skins */
Application
{
backgroundColor: #FFFFFF;
skinClass: ClassReference("spark.skins.spark.ApplicationSkin");
}
BorderContainer
{
backgroundColor: #FFFFFF;
borderStyle : "solid";
cornerRadius: 0;
skinClass: ClassReference("spark.skins.spark.BorderContainerSkin");
}
Button
{
skinClass: ClassReference("spark.skins.spark.ButtonSkin");
}
Button.emphasized
{
skinClass: ClassReference("spark.skins.spark.DefaultButtonSkin");
}
ButtonBar
{
skinClass: ClassReference("spark.skins.spark.ButtonBarSkin");
}
CheckBox
{
skinClass: ClassReference("spark.skins.spark.CheckBoxSkin");
}
ComboBox
{
/* dropShadowVisible: true; in spark.css */
paddingBottom: 3;
paddingLeft: 3;
paddingRight: 3;
paddingTop: 5;
skinClass: ClassReference("spark.skins.spark.ComboBoxSkin");
}
DataGrid
{
skinClass: ClassReference("spark.skins.spark.DataGridSkin");
stretchCursor: Embed(source="Assets.swf",symbol="cursorStretch");
}
DropDownList
{
/* dropShadowVisible: true; in spark.css */
skinClass: ClassReference("spark.skins.spark.DropDownListSkin");
}
Form
{
skinClass : ClassReference("spark.skins.spark.FormSkin");
}
FormHeading
{
fontSize : 15;
fontWeight : "bold";
skinClass : ClassReference("spark.skins.spark.FormHeadingSkin");
}
FormItem
{
errorIndicatorSource : Embed(source="assets/ErrorIndicator.png");
requiredIndicatorSource : Embed(source="assets/RequiredIndicator.png");
skinClass : ClassReference("spark.skins.spark.FormItemSkin");
}
GridColumnHeaderGroup
{
separatorAffordance: 5;
}
HScrollBar
{
skinClass: ClassReference("spark.skins.spark.HScrollBarSkin");
}
HSlider
{
skinClass: ClassReference("spark.skins.spark.HSliderSkin");
}
Image
{
skinClass: ClassReference("spark.skins.spark.ImageSkin");
enableLoadingState: false;
showErrorSkin : false;
smoothingQuality: "default";
}
List
{
skinClass: ClassReference("spark.skins.spark.ListSkin");
dragIndicatorClass: ClassReference("spark.components.supportClasses.ListItemDragProxy");
dropIndicatorSkin: ClassReference("spark.skins.spark.ListDropIndicator");
}
MuteButton
{
skinClass: ClassReference("spark.skins.spark.mediaClasses.normal.MuteButtonSkin");
}
NumericStepper
{
skinClass: ClassReference("spark.skins.spark.NumericStepperSkin");
}
Panel
{
backgroundColor: #FFFFFF;
/* in spark.css */
/*
borderAlpha: 0.5;
borderColor: 0;
cornerRadius: 0;
dropShadowVisible: true;
*/
skinClass: ClassReference("spark.skins.spark.PanelSkin");
}
RadioButton
{
skinClass: ClassReference("spark.skins.spark.RadioButtonSkin");
}
RichEditableText
{
layoutDirection: "ltr";
}
Scroller
{
skinClass: ClassReference("spark.skins.spark.ScrollerSkin");
}
ScrubBar
{
skinClass: ClassReference("spark.skins.spark.mediaClasses.normal.ScrubBarSkin");
}
SkinnableDataContainer
{
skinClass: ClassReference("spark.skins.spark.SkinnableDataContainerSkin");
}
SkinnableComponent
{
errorSkin: ClassReference("spark.skins.spark.ErrorSkin");
focusSkin: ClassReference("spark.skins.spark.FocusSkin");
}
SkinnableContainer
{
skinClass: ClassReference("spark.skins.spark.SkinnableContainerSkin");
}
SkinnablePopUpContainer
{
skinClass: ClassReference("spark.skins.spark.SkinnablePopUpContainerSkin");
}
SkinnableTextBase:normalWithPrompt
{
color: #BABABA;
fontStyle: italic;
}
SkinnableTextBase:disabledWithPrompt
{
color: #BABABA;
fontStyle: italic;
}
Spinner
{
skinClass: ClassReference("spark.skins.spark.SpinnerSkin");
}
TabBar
{
skinClass: ClassReference("spark.skins.spark.TabBarSkin");
cornerRadius: 4;
}
TextBase
{
layoutDirection: "ltr";
}
TextArea
{
paddingBottom: 3;
paddingLeft: 3;
paddingRight: 3;
paddingTop: 5;
skinClass: ClassReference("spark.skins.spark.TextAreaSkin");
}
TextInput
{
paddingBottom: 3;
paddingLeft: 3;
paddingRight: 3;
paddingTop: 5;
skinClass: ClassReference("spark.skins.spark.TextInputSkin");
}
TitleWindow
{
/* in spark.css */
/*
borderAlpha: 0.8;
borderColor: 0;
cornerRadius: 0;
dropShadowVisible: true;
*/
skinClass: ClassReference("spark.skins.spark.TitleWindowSkin");
}
ToggleButton
{
skinClass: ClassReference("spark.skins.spark.ToggleButtonSkin");
}
VideoDisplay
{
layoutDirection: "ltr";
}
VideoPlayer
{
/* dropShadowVisible: true; in spark.css */
layoutDirection: "ltr";
skinClass: ClassReference("spark.skins.spark.VideoPlayerSkin");
}
VolumeBar
{
skinClass: ClassReference("spark.skins.spark.mediaClasses.normal.VolumeBarSkin");
}
VScrollBar
{
skinClass: ClassReference("spark.skins.spark.VScrollBarSkin");
}
VSlider
{
skinClass: ClassReference("spark.skins.spark.VSliderSkin");
}
global
{
softKeyboardEffectDuration: 150;
} |
wp-content/plugins/wp-crm/templates/theme-specific/denali.css | tpphu/phongvumobile | #body_container .entry-content form.wp_crm_contact_form,
form.wp_crm_contact_form {
list-style: none;
margin-bottom: 5px;
overflow: auto;
}
.entry-content form.wp_crm_contact_form {
background: none repeat scroll 0 0 #F8F8F8;
border: 1px solid #E6E6E6;
margin-bottom: 5px;
overflow: auto;
padding: 25px 10px 15px 20px;
}
form.wp_crm_contact_form .regular-text,
form.wp_crm_contact_form textarea {
font-size: 1.2em;
width: 19em;
}
form.wp_crm_contact_form ul.wp_crm_contact_form {
list-style-type:none;
}
form.wp_crm_contact_form ul.wp_crm_contact_form li {
list-style:none;
margin:0;
padding:0;
}
form.wp_crm_contact_form ul.wp_crm_contact_form li.wp_crm_form_element {
overflow: auto;
clear:both;
margin-bottom: 15px;
}
form.wp_crm_contact_form ul.wp_crm_contact_form li.wp_crm_submit_row,
form.wp_crm_contact_form ul.wp_crm_contact_form li.wp_crm_form_response,
form.wp_crm_contact_form ul.wp_crm_contact_form li.wp_crm_form_element.wp_crm_message_field {
padding-left: 170px;
}
form.wp_crm_contact_form ul.wp_crm_contact_form li.wp_crm_form_response div {
padding: 10px;
max-width: 300px;
}
form.wp_crm_contact_form ul.wp_crm_contact_form li.wp_crm_form_response div.success {
background: #E4FFE6;
border: 1px solid #75D377;
}
form.wp_crm_contact_form ul.wp_crm_contact_form li.wp_crm_form_response div.failure {
background: #FFE4E4;
border-left: 6px solid #CC6C6C;
}
form.wp_crm_contact_form ul.wp_crm_contact_form li label.wp_crm_input_label{
float: left;
display: block;
width: 170px;
}
form.wp_crm_contact_form ul.wp_crm_contact_form li div.wp_crm_input_wrapper{
float: left;
display: block;
} |
vendor/magento/module-checkout/view/frontend/web/template/billing-address/form.html | FPLD/project0 | <!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<div class="billing-address-form" data-bind="fadeVisible: isAddressFormVisible">
<!-- ko foreach: getRegion('before-fields') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<form data-hasrequired="* Required Fields">
<fieldset id="billing-new-address-form" class="fieldset address">
<!-- ko foreach: getRegion('additional-fieldsets') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<!-- ko if: (isCustomerLoggedIn && customerHasAddresses) -->
<div class="choice field">
<input type="checkbox" class="checkbox" id="billing-save-in-address-book" data-bind="checked: saveInAddressBook" />
<label class="label" for="billing-save-in-address-book">
<span data-bind="i18n: 'Save in address book'"></span>
</label>
</div>
<!-- /ko -->
</fieldset>
</form>
</div>
|
Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Orange - Icon Alternate.css | antik486/adium-adium-e0467f507718 | @import url(../Styles/basestyle.css);
@import url(../Styles/colors_orange_green.css);
@import url(../Styles/icon_alternate.css);
|
release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/share/doc/arm-arm-none-eabi/html/as.html/H8_002f300-Floating-Point.html | hajuuk/asuswrt | <html lang="en">
<head>
<title>H8/300 Floating Point - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="H8_002f300_002dDependent.html#H8_002f300_002dDependent" title="H8/300-Dependent">
<link rel="prev" href="H8_002f300-Syntax.html#H8_002f300-Syntax" title="H8/300 Syntax">
<link rel="next" href="H8_002f300-Directives.html#H8_002f300-Directives" title="H8/300 Directives">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU Assembler "as".
Copyright (C) 1991-2013 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>
<link rel="stylesheet" type="text/css" href="../cs.css">
</head>
<body>
<div class="node">
<a name="H8%2f300-Floating-Point"></a>
<a name="H8_002f300-Floating-Point"></a>
<p>
Next: <a rel="next" accesskey="n" href="H8_002f300-Directives.html#H8_002f300-Directives">H8/300 Directives</a>,
Previous: <a rel="previous" accesskey="p" href="H8_002f300-Syntax.html#H8_002f300-Syntax">H8/300 Syntax</a>,
Up: <a rel="up" accesskey="u" href="H8_002f300_002dDependent.html#H8_002f300_002dDependent">H8/300-Dependent</a>
<hr>
</div>
<h4 class="subsection">9.12.3 Floating Point</h4>
<p><a name="index-floating-point_002c-H8_002f300-_0028_0040sc_007bieee_007d_0029-874"></a><a name="index-H8_002f300-floating-point-_0028_0040sc_007bieee_007d_0029-875"></a>The H8/300 family has no hardware floating point, but the <code>.float</code>
directive generates <span class="sc">ieee</span> floating-point numbers for compatibility
with other development tools.
</body></html>
|
src/libs/fop-2.1/javadocs/org/apache/fop/fo/properties/CommonHyphenation.html | jbampton/eclipse-cheatsheets-to-dita-to-pdf | <!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_34) on Thu Jan 07 14:13:54 GMT 2016 -->
<TITLE>
CommonHyphenation (Apache FOP 2.1 API)
</TITLE>
<META NAME="date" CONTENT="2016-01-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CommonHyphenation (Apache FOP 2.1 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="class-use/CommonHyphenation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
fop 2.1</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/fop/fo/properties/CommonFont.html" title="class in org.apache.fop.fo.properties"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/fop/fo/properties/CommonMarginBlock.html" title="class in org.apache.fop.fo.properties"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/fop/fo/properties/CommonHyphenation.html" target="_top"><B>FRAMES</B></A>
<A HREF="CommonHyphenation.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> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <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.fop.fo.properties</FONT>
<BR>
Class CommonHyphenation</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.fop.fo.properties.CommonHyphenation</B>
</PRE>
<HR>
<DL>
<DT><PRE>public final class <B>CommonHyphenation</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
Store all common hyphenation properties.
See Sec. 7.9 of the XSL-FO Standard.
Public "structure" allows direct member access.
<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> <A HREF="../../../../../org/apache/fop/fo/properties/StringProperty.html" title="class in org.apache.fop.fo.properties">StringProperty</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#country">country</A></B></CODE>
<BR>
The "country" property</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/fop/fo/properties/EnumProperty.html" title="class in org.apache.fop.fo.properties">EnumProperty</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#hyphenate">hyphenate</A></B></CODE>
<BR>
The "hyphenate" property</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/fop/fo/properties/CharacterProperty.html" title="class in org.apache.fop.fo.properties">CharacterProperty</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#hyphenationCharacter">hyphenationCharacter</A></B></CODE>
<BR>
The "hyphenation-character" property</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/fop/fo/properties/NumberProperty.html" title="class in org.apache.fop.fo.properties">NumberProperty</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#hyphenationPushCharacterCount">hyphenationPushCharacterCount</A></B></CODE>
<BR>
The "hyphenation-push-character-count" property</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/fop/fo/properties/NumberProperty.html" title="class in org.apache.fop.fo.properties">NumberProperty</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#hyphenationRemainCharacterCount">hyphenationRemainCharacterCount</A></B></CODE>
<BR>
The "hyphenation-remain-character-count" property</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/fop/fo/properties/StringProperty.html" title="class in org.apache.fop.fo.properties">StringProperty</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#language">language</A></B></CODE>
<BR>
The "language" property</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/fop/fo/properties/StringProperty.html" title="class in org.apache.fop.fo.properties">StringProperty</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#script">script</A></B></CODE>
<BR>
The "script" property</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> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object obj)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> char</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#getHyphChar(org.apache.fop.fonts.Font)">getHyphChar</A></B>(<A HREF="../../../../../org/apache/fop/fonts/Font.html" title="class in org.apache.fop.fonts">Font</A> font)</CODE>
<BR>
Returns the effective hyphenation character for a font.</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/fop/fo/properties/CommonHyphenation.html#getHyphIPD(org.apache.fop.fonts.Font)">getHyphIPD</A></B>(<A HREF="../../../../../org/apache/fop/fonts/Font.html" title="class in org.apache.fop.fonts">Font</A> font)</CODE>
<BR>
Returns the IPD for the hyphenation character for a font.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html" title="class in org.apache.fop.fo.properties">CommonHyphenation</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#getInstance(org.apache.fop.fo.PropertyList)">getInstance</A></B>(<A HREF="../../../../../org/apache/fop/fo/PropertyList.html" title="class in org.apache.fop.fo">PropertyList</A> propertyList)</CODE>
<BR>
Gets the canonical <code>CommonHyphenation</code> instance corresponding
to the values of the related properties present on the given
<code>PropertyList</code></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Locale</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#getLocale()">getLocale</A></B>()</CODE>
<BR>
Creates and returns a <CODE>Locale</CODE> representation of the language and country.</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/fop/fo/properties/CommonHyphenation.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>static java.util.Locale</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html#toLocale(java.lang.String, java.lang.String)">toLocale</A></B>(java.lang.String language,
java.lang.String country)</CODE>
<BR>
Creates and returns a <CODE>Locale</CODE> representation of the given language, and the
given country if set.</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, 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="language"><!-- --></A><H3>
language</H3>
<PRE>
public final <A HREF="../../../../../org/apache/fop/fo/properties/StringProperty.html" title="class in org.apache.fop.fo.properties">StringProperty</A> <B>language</B></PRE>
<DL>
<DD>The "language" property
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="country"><!-- --></A><H3>
country</H3>
<PRE>
public final <A HREF="../../../../../org/apache/fop/fo/properties/StringProperty.html" title="class in org.apache.fop.fo.properties">StringProperty</A> <B>country</B></PRE>
<DL>
<DD>The "country" property
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="script"><!-- --></A><H3>
script</H3>
<PRE>
public final <A HREF="../../../../../org/apache/fop/fo/properties/StringProperty.html" title="class in org.apache.fop.fo.properties">StringProperty</A> <B>script</B></PRE>
<DL>
<DD>The "script" property
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="hyphenate"><!-- --></A><H3>
hyphenate</H3>
<PRE>
public final <A HREF="../../../../../org/apache/fop/fo/properties/EnumProperty.html" title="class in org.apache.fop.fo.properties">EnumProperty</A> <B>hyphenate</B></PRE>
<DL>
<DD>The "hyphenate" property
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="hyphenationCharacter"><!-- --></A><H3>
hyphenationCharacter</H3>
<PRE>
public final <A HREF="../../../../../org/apache/fop/fo/properties/CharacterProperty.html" title="class in org.apache.fop.fo.properties">CharacterProperty</A> <B>hyphenationCharacter</B></PRE>
<DL>
<DD>The "hyphenation-character" property
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="hyphenationPushCharacterCount"><!-- --></A><H3>
hyphenationPushCharacterCount</H3>
<PRE>
public final <A HREF="../../../../../org/apache/fop/fo/properties/NumberProperty.html" title="class in org.apache.fop.fo.properties">NumberProperty</A> <B>hyphenationPushCharacterCount</B></PRE>
<DL>
<DD>The "hyphenation-push-character-count" property
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="hyphenationRemainCharacterCount"><!-- --></A><H3>
hyphenationRemainCharacterCount</H3>
<PRE>
public final <A HREF="../../../../../org/apache/fop/fo/properties/NumberProperty.html" title="class in org.apache.fop.fo.properties">NumberProperty</A> <B>hyphenationRemainCharacterCount</B></PRE>
<DL>
<DD>The "hyphenation-remain-character-count" property
<P>
<DL>
</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getInstance(org.apache.fop.fo.PropertyList)"><!-- --></A><H3>
getInstance</H3>
<PRE>
public static <A HREF="../../../../../org/apache/fop/fo/properties/CommonHyphenation.html" title="class in org.apache.fop.fo.properties">CommonHyphenation</A> <B>getInstance</B>(<A HREF="../../../../../org/apache/fop/fo/PropertyList.html" title="class in org.apache.fop.fo">PropertyList</A> propertyList)
throws <A HREF="../../../../../org/apache/fop/fo/expr/PropertyException.html" title="class in org.apache.fop.fo.expr">PropertyException</A></PRE>
<DL>
<DD>Gets the canonical <code>CommonHyphenation</code> instance corresponding
to the values of the related properties present on the given
<code>PropertyList</code>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>propertyList</CODE> - the <code>PropertyList</code>
<DT><B>Returns:</B><DD>a common hyphenation instance
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../org/apache/fop/fo/expr/PropertyException.html" title="class in org.apache.fop.fo.expr">PropertyException</A></CODE> - if a a property exception occurs</DL>
</DD>
</DL>
<HR>
<A NAME="getHyphChar(org.apache.fop.fonts.Font)"><!-- --></A><H3>
getHyphChar</H3>
<PRE>
public char <B>getHyphChar</B>(<A HREF="../../../../../org/apache/fop/fonts/Font.html" title="class in org.apache.fop.fonts">Font</A> font)</PRE>
<DL>
<DD>Returns the effective hyphenation character for a font. The hyphenation character specified
in XSL-FO may be substituted if it's not available in the font.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>font</CODE> - the font
<DT><B>Returns:</B><DD>the effective hyphenation character.</DL>
</DD>
</DL>
<HR>
<A NAME="getHyphIPD(org.apache.fop.fonts.Font)"><!-- --></A><H3>
getHyphIPD</H3>
<PRE>
public int <B>getHyphIPD</B>(<A HREF="../../../../../org/apache/fop/fonts/Font.html" title="class in org.apache.fop.fonts">Font</A> font)</PRE>
<DL>
<DD>Returns the IPD for the hyphenation character for a font.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>font</CODE> - the font
<DT><B>Returns:</B><DD>the IPD in millipoints for the hyphenation character.</DL>
</DD>
</DL>
<HR>
<A NAME="getLocale()"><!-- --></A><H3>
getLocale</H3>
<PRE>
public java.util.Locale <B>getLocale</B>()</PRE>
<DL>
<DD>Creates and returns a <CODE>Locale</CODE> representation of the language and country.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the language (and the country if set) represented as a locale, <code>null</code>
if the language has not been set (i.e., has been left to its initial value of
"none")</DL>
</DD>
</DL>
<HR>
<A NAME="toLocale(java.lang.String, java.lang.String)"><!-- --></A><H3>
toLocale</H3>
<PRE>
public static java.util.Locale <B>toLocale</B>(java.lang.String language,
java.lang.String country)</PRE>
<DL>
<DD>Creates and returns a <CODE>Locale</CODE> representation of the given language, and the
given country if set. The country is considered to be set if not <code>null</code> and
not set to "none".
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the language and country represented as a locale, <code>null</code> if the
language is null or "none" (case insensitive)</DL>
</DD>
</DL>
<HR>
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(java.lang.Object obj)</PRE>
<DL>
<DD>
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</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>
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>hashCode</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="class-use/CommonHyphenation.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
fop 2.1</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/fop/fo/properties/CommonFont.html" title="class in org.apache.fop.fo.properties"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/fop/fo/properties/CommonMarginBlock.html" title="class in org.apache.fop.fo.properties"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/fop/fo/properties/CommonHyphenation.html" target="_top"><B>FRAMES</B></A>
<A HREF="CommonHyphenation.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> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
|
web/fckeditor/editor/fckdialog.html | flexme/xjoj | <!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* "Support Open Source software. What about a donation today?"
*
* File Name: fckdialog.html
* This page is used by all dialog box as the container.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script type="text/javascript">
// On some Gecko browsers (probably over slow connections) the
// "dialogArguments" are not set so we must get it from the opener window.
if ( !window.dialogArguments )
window.dialogArguments = window.opener.FCKLastDialogInfo ;
// Sets the Skin CSS
document.write( '<link href="' + window.dialogArguments.Editor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;
// Sets the language direction.
window.document.dir = window.dialogArguments.Editor.FCKLang.Dir ;
var sTitle = window.dialogArguments.Title ;
document.write( '<title>' + sTitle + '<\/title>' ) ;
function LoadInnerDialog()
{
if ( window.onresize )
window.onresize() ;
// First of all, translate the dialog box contents.
window.dialogArguments.Editor.FCKLanguageManager.TranslatePage( document ) ;
window.frames["frmMain"].document.location.href = window.dialogArguments.Page ;
}
function InnerDialogLoaded()
{
var oInnerDoc = document.getElementById('frmMain').contentWindow.document ;
// Set the language direction.
oInnerDoc.dir = window.dialogArguments.Editor.FCKLang.Dir ;
// Sets the Skin CSS.
oInnerDoc.write( '<link href="' + window.dialogArguments.Editor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;
SetOnKeyDown( oInnerDoc ) ;
DisableContextMenu( oInnerDoc ) ;
return window.dialogArguments.Editor ;
}
function SetOkButton( showIt )
{
document.getElementById('btnOk').style.visibility = ( showIt ? '' : 'hidden' ) ;
}
var bAutoSize = false ;
function SetAutoSize( autoSize )
{
bAutoSize = autoSize ;
RefreshSize() ;
}
function RefreshSize()
{
if ( bAutoSize )
{
var oInnerDoc = document.getElementById('frmMain').contentWindow.document ;
var iFrameHeight ;
if ( document.all )
iFrameHeight = oInnerDoc.body.offsetHeight ;
else
iFrameHeight = document.getElementById('frmMain').contentWindow.innerHeight ;
var iInnerHeight = oInnerDoc.body.scrollHeight ;
var iDiff = iInnerHeight - iFrameHeight ;
if ( iDiff > 0 )
{
if ( document.all )
window.dialogHeight = ( parseInt( window.dialogHeight ) + iDiff ) + 'px' ;
else
window.resizeBy( 0, iDiff ) ;
}
}
}
function Ok()
{
if ( window.frames["frmMain"].Ok && window.frames["frmMain"].Ok() )
Cancel() ;
}
function Cancel()
{
window.close() ;
}
// Object that holds all available tabs.
var oTabs = new Object() ;
function TabDiv_OnClick()
{
SetSelectedTab( this.TabCode ) ;
}
function AddTab( tabCode, tabText, startHidden )
{
if ( typeof( oTabs[ tabCode ] ) != 'undefined' )
return ;
var eTabsRow = document.getElementById( 'Tabs' ) ;
var oCell = eTabsRow.insertCell( eTabsRow.cells.length - 1 ) ;
oCell.noWrap = true ;
var oDiv = document.createElement( 'DIV' ) ;
oDiv.className = 'PopupTab' ;
oDiv.innerHTML = tabText ;
oDiv.TabCode = tabCode ;
oDiv.onclick = TabDiv_OnClick ;
if ( startHidden )
oDiv.style.display = 'none' ;
eTabsRow = document.getElementById( 'TabsRow' ) ;
oCell.appendChild( oDiv ) ;
if ( eTabsRow.style.display == 'none' )
{
var eTitleArea = document.getElementById( 'TitleArea' ) ;
eTitleArea.className = 'PopupTitle' ;
oDiv.className = 'PopupTabSelected' ;
eTabsRow.style.display = '' ;
if ( ! window.dialogArguments.Editor.FCKBrowserInfo.IsIE )
window.onresize() ;
}
oTabs[ tabCode ] = oDiv ;
oTabs[ tabCode ].Index = oTabs.length - 1 ;
}
function SetSelectedTab( tabCode )
{
for ( var sCode in oTabs )
{
if ( sCode == tabCode )
oTabs[sCode].className = 'PopupTabSelected' ;
else
oTabs[sCode].className = 'PopupTab' ;
}
if ( typeof( window.frames["frmMain"].OnDialogTabChange ) == 'function' )
window.frames["frmMain"].OnDialogTabChange( tabCode ) ;
}
function SetTabVisibility( tabCode, isVisible )
{
var oTab = oTabs[ tabCode ] ;
oTab.style.display = isVisible ? '' : 'none' ;
if ( ! isVisible && oTab.className == 'PopupTabSelected' )
{
for ( var sCode in oTabs )
{
if ( oTabs[sCode].style.display != 'none' )
{
SetSelectedTab( sCode ) ;
break ;
}
}
}
}
function SetOnKeyDown( targetDocument )
{
targetDocument.onkeydown = function ( e )
{
e = e || event || this.parentWindow.event ;
switch ( e.keyCode )
{
case 13 : // ENTER
var oTarget = e.srcElement || e.target ;
if ( oTarget.tagName == 'TEXTAREA' ) return ;
Ok() ;
return false ;
case 27 : // ESC
Cancel() ;
return false ;
break ;
}
return true ;
}
}
SetOnKeyDown( document ) ;
function DisableContextMenu( targetDocument )
{
if ( window.dialogArguments.Editor.FCKBrowserInfo.IsIE ) return ;
// Disable Right-Click
var oOnContextMenu = function( e )
{
var sTagName = e.target.tagName ;
if ( ! ( ( sTagName == "INPUT" && e.target.type == "text" ) || sTagName == "TEXTAREA" ) )
e.preventDefault() ;
}
targetDocument.addEventListener( 'contextmenu', oOnContextMenu, true ) ;
}
DisableContextMenu( document ) ;
if ( ! window.dialogArguments.Editor.FCKBrowserInfo.IsIE )
{
window.onresize = function()
{
var oFrame = document.getElementById("frmMain") ;
if ( ! oFrame )
return ;
oFrame.height = 0 ;
var oCell = document.getElementById("FrameCell") ;
var iHeight = oCell.offsetHeight ;
oFrame.height = iHeight - 2 ;
}
}
if ( window.dialogArguments.Editor.FCKBrowserInfo.IsIE )
{
function Window_OnBeforeUnload()
{
for ( var t in oTabs )
oTabs[t] = null ;
window.dialogArguments.Editor = null ;
}
window.attachEvent( "onbeforeunload", Window_OnBeforeUnload ) ;
}
</script>
</head>
<body onload="LoadInnerDialog();" class="PopupBody">
<table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td id="TitleArea" class="PopupTitle PopupTitleBorder">
<script type="text/javascript">
document.write( sTitle ) ;
</script>
</td>
</tr>
<tr id="TabsRow" style="DISPLAY: none">
<td class="PopupTabArea">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr id="Tabs" onselectstart="return false;">
<td class="PopupTabEmptyArea"> </td>
<td class="PopupTabEmptyArea" width="100%"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="FrameCell" height="100%" valign="top">
<iframe id="frmMain" src="fckblank.html" name="frmMain" frameborder="0" height="100%" width="100%" scrolling="auto">
</iframe>
</td>
</tr>
<tr>
<td class="PopupButtons">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%"> </td>
<td nowrap="nowrap">
<input id="btnOk" style="VISIBILITY: hidden; WIDTH: 100px" type="button" value="Ok" class="Button"
onclick="Ok();" fckLang="DlgBtnOK" /> <input type="button" value="Cancel" class="Button" onclick="Cancel();" fckLang="DlgBtnCancel" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html> |
lib/poi-3.17/docs/apidocs/org/apache/poi/xdgf/geom/class-use/SplineRenderer.html | TonyClark/ESL | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Uses of Class org.apache.poi.xdgf.geom.SplineRenderer (POI API Documentation)
</TITLE>
<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.poi.xdgf.geom.SplineRenderer (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/xdgf/geom/SplineRenderer.html" title="class in org.apache.poi.xdgf.geom"><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/poi/xdgf/geom//class-useSplineRenderer.html" target="_top"><B>FRAMES</B></A>
<A HREF="SplineRenderer.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.poi.xdgf.geom.SplineRenderer</B></H2>
</CENTER>
No usage of org.apache.poi.xdgf.geom.SplineRenderer
<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/poi/xdgf/geom/SplineRenderer.html" title="class in org.apache.poi.xdgf.geom"><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/poi/xdgf/geom//class-useSplineRenderer.html" target="_top"><B>FRAMES</B></A>
<A HREF="SplineRenderer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
src/libs/fop-2.1/javadocs/org/apache/fop/afp/class-use/PaintingInfo.html | jbampton/eclipse-cheatsheets-to-dita-to-pdf | <!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_34) on Thu Jan 07 14:13:58 GMT 2016 -->
<TITLE>
Uses of Interface org.apache.fop.afp.PaintingInfo (Apache FOP 2.1 API)
</TITLE>
<META NAME="date" CONTENT="2016-01-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.apache.fop.afp.PaintingInfo (Apache FOP 2.1 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/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp"><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>
fop 2.1</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/fop/afp//class-usePaintingInfo.html" target="_top"><B>FRAMES</B></A>
<A HREF="PaintingInfo.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.apache.fop.afp.PaintingInfo</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/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp">PaintingInfo</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.fop.afp"><B>org.apache.fop.afp</B></A></TD>
<TD>Contains an AFP library. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.fop.afp"><!-- --></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/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp">PaintingInfo</A> in <A HREF="../../../../../org/apache/fop/afp/package-summary.html">org.apache.fop.afp</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/apache/fop/afp/package-summary.html">org.apache.fop.afp</A> that implement <A HREF="../../../../../org/apache/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp">PaintingInfo</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/fop/afp/BorderPaintingInfo.html" title="class in org.apache.fop.afp">BorderPaintingInfo</A></B></CODE>
<BR>
Border painting information</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/fop/afp/RectanglePaintingInfo.html" title="class in org.apache.fop.afp">RectanglePaintingInfo</A></B></CODE>
<BR>
Filled rectangle painting information</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/fop/afp/package-summary.html">org.apache.fop.afp</A> with parameters of type <A HREF="../../../../../org/apache/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp">PaintingInfo</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AFPRectanglePainter.</B><B><A HREF="../../../../../org/apache/fop/afp/AFPRectanglePainter.html#paint(org.apache.fop.afp.PaintingInfo)">paint</A></B>(<A HREF="../../../../../org/apache/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp">PaintingInfo</A> paintInfo)</CODE>
<BR>
Paints the painting item</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>AFPDitheredRectanglePainter.</B><B><A HREF="../../../../../org/apache/fop/afp/AFPDitheredRectanglePainter.html#paint(org.apache.fop.afp.PaintingInfo)">paint</A></B>(<A HREF="../../../../../org/apache/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp">PaintingInfo</A> paintInfo)</CODE>
<BR>
Paints the painting item</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract void</CODE></FONT></TD>
<TD><CODE><B>AbstractAFPPainter.</B><B><A HREF="../../../../../org/apache/fop/afp/AbstractAFPPainter.html#paint(org.apache.fop.afp.PaintingInfo)">paint</A></B>(<A HREF="../../../../../org/apache/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp">PaintingInfo</A> paintInfo)</CODE>
<BR>
Paints the painting item</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>AFPBorderPainter.</B><B><A HREF="../../../../../org/apache/fop/afp/AFPBorderPainter.html#paint(org.apache.fop.afp.PaintingInfo)">paint</A></B>(<A HREF="../../../../../org/apache/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp">PaintingInfo</A> paintInfo)</CODE>
<BR>
Paints the painting item</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/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp"><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>
fop 2.1</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/fop/afp//class-usePaintingInfo.html" target="_top"><B>FRAMES</B></A>
<A HREF="PaintingInfo.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 1999-2016 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
|
public_html/js/yui/3.8.0/build/calendar/assets/skins/sam/calendar-skin.css | relipse/cworklog | /*
YUI 3.8.0 (build 5744)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-calendar-day-highlighted {
background-color: #DCDEF5;
}
.yui3-skin-sam .yui3-calendar-day-selected.yui3-calendar-day-highlighted {
background-color: #758FBB;
} |
layout/generic/crashtests/946167-1.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html>
<body>
<script>
// Create a bunch of nested flex containers:
var parentNode = document.body;
var depth = 50;
for (var i = 0; i < depth; i++) {
var childNode = document.createElement("div");
childNode.style.display = "flex";
parentNode.appendChild(childNode);
parentNode = childNode;
}
// Add some text in the innermost child:
childNode.innerHTML = "Text";
// Force reflow:
var height = document.body.children[0].offsetHeight;
</script>
|
dom/tests/mochitest/bugs/file_cookieOutputter.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<head>
<meta charset=UTF-8>
</head>
<body>
<script>
parent.postMessage(document.cookie, "*");
</script>
</body>
</html>
|
layout/reftests/bugs/494667-1.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE HTML>
<html>
<head>
<style>
table {
border-collapse: collapse;
background-color: red;
}
td, th {
background-color: lime;
width:100px;
height:100px;
box-sizing:border-box;
}
td {
border-top: 4px solid lime;
}
</style>
</head>
<body>
<table cellpadding="0">
<tr><th colspan="2"></th></tr>
<tr><th></th><td></td>
</table>
</body>
</html>
|
dom/canvas/test/webgl-conf/generated/test_2_conformance2__textures__webgl_canvas__tex-3d-rgb32f-rgb-float.html | Yukarumya/Yukarum-Redfoxes | <!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance2/textures/webgl_canvas/tex-3d-rgb32f-rgb-float.html?webglVersion=2'></iframe>
</body>
</html>
|
pombola/votematch/templates/votematch/quiz_detail.html | hzj123/56th | {% extends 'votematch/base.html' %}
{% block title %}
{{ object.name }}
{% endblock %}
{% block content %}
<h1>{{ object.name }}</h1>
<form action="" method="POST" class="quiz-form">
{% csrf_token %}
{% with batch_number=3 %}
{% for statement in object.statement_set.all %}
{% if forloop.first %}
<fieldset>
{% comment %}
If categories for the questions are implemented then this can be used to
display their title nicely. Until then we are splitting the questions up
into batches so that the legend in displayed often.
<legend>{{ statement.category.name # not implemented in models yet }}</legend>
{% endcomment %}
{% endif %}
{% if forloop.counter0|divisibleby:batch_number %}
<ul class="quiz-key">
<li>Strongly<br>Disagree</li>
<li>Disagree</li>
<li>Neutral</li>
<li>Agree</li>
<li>Strongly<br>Agree</li>
</ul>
{% endif %}
<ul class="plain">
<li>
<h3>{{ statement.text }}</h3>
<ul class="check-list radio-group-active-states">
<li><label><span class="ans-strongly-disagree">strongly disagree</span><input type="radio" name="statement-{{ statement.id }}" value="-2"></label></li>
<li><label><span class="ans-disagree">disagree</span> <input type="radio" name="statement-{{ statement.id }}" value="-1"></label></li>
<li><label><span class="ans-neutral">neutral</span> <input type="radio" name="statement-{{ statement.id }}" value="0"></label></li>
<li><label><span class="ans-agree">agree</span> <input type="radio" name="statement-{{ statement.id }}" value="1"></label></li>
<li><label><span class="ans-strongly-agree">strongly agree</span> <input type="radio" name="statement-{{ statement.id }}" value="2"></label></li>
{# This is the hidden not sure button #}
<input type="radio" name="statement-{{ statement.id }}" value="" checked style="display: none">
</ul>
</li>
</ul>
{% if forloop.last %}
</fieldset>
{% endif %}
{% endfor %}
{% endwith %}
<fieldset class="footer">
<legend>Demographic info (optional)</legend>
<p>
Age:
<input type="number" name="age" placeholder="23" min="0" step="1" max="100"/>
</p>
<p>
Expected result:
<select name="expected_result">
<option value="">Please choose one</option>
{% for party in object.party_set.all %}
<option value="{{ party.id }}">{{ party.name }}</option>
{% endfor %}
</select>
</p>
<input type="submit" class="quiz-btn" value="Show my result">
</fieldset>
</form>
<p>
Your answers above will be stored anonymously - we do not collect any
personally identifying information. We may use your answers to compile
aggregate statistics. You will be given a secret URL that you can use to
share your results with others.
</p>
<script type="text/javascript">
$(function(){
$('.radio-group-active-states').each(function(){
var $t = $(this);
$('input[type=radio]', $t).on('change', function(){
$('label', $t).removeClass('active');
$(this).parent('label').addClass('active');
});
});
});
</script>
{% endblock %}
|
system/extern/libs/eyeWidgets/tiny_mce/plugins/searchreplace/css/searchreplace.css | oneye/oneye | .panel_wrapper {height:85px;}
.panel_wrapper div.current {height:85px;}
/* IE */
* html .panel_wrapper {height:100px;}
* html .panel_wrapper div.current {height:100px;} |
modules/InboundEmail/EditView.html | vsanth/dynamic-crm | <!--
/*********************************************************************************
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU Affero General Public License version 3.
*
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
* technical reasons, the Appropriate Legal Notices must display the words
* "Powered by SugarCRM".
********************************************************************************/
/*********************************************************************************
* Description:
* Created On: Oct 17, 2005
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
* All Rights Reserved.
* Contributor(s): Chris Nojima
********************************************************************************/
-->
<div id="testSettingsDiv"></div>
<div id="selectFoldersDiv"></div>
<!-- BEGIN: main -->
{MODULE_TITLE}
{ERROR_STRING}
<script type='text/javascript' src='cache/include/javascript/sugar_grp_overlib.js?v={VERSION_MARK}'></script>
<form action="index.php" method="post" name="EditView" id="EditView">
<input type="hidden" name="module" value="{MODULE}">
<input type="hidden" name="record" value="{ID}">
<input type="hidden" name="origin_id" value="{ORIGIN_ID}">
<input type="hidden" name="isDuplicate" value=false>
<input type="hidden" name="action">
<input type="hidden" name="group_id" value="{GROUP_ID}">
<input type="hidden" name="return_module">
<input type="hidden" name="return_action">
<input type="hidden" name="return_id">
<input type="hidden" name="personal" value="{PERSONAL}">
<input type="hidden" name="searchField" value="">
<input type="hidden" id="mailbox_type" name="mailbox_type" value="{MAILBOX_TYPE}">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<input title="{APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{APP.LBL_SAVE_BUTTON_KEY}" class="button" onclick="this.form.action.value='Save'; {CHOOSER_SCRIPT} this.form.return_id.value='{RETURN_ID}'; return checkformdata()" type="submit" name="button" id="button" value=" {APP.LBL_SAVE_BUTTON_LABEL} " {IE_DISABLED}>
<input title="{APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{APP.LBL_CANCEL_BUTTON_KEY}" class="button" id="emailCancel" onclick="this.form.action.value='{RETURN_ACTION}'; this.form.module.value='{RETURN_MODULE}'; this.form.record.value='{RETURN_ID}'; if(this.form.record.value == '' && this.form.origin_id.value != '') this.form.record.value=this.form.origin_id.value;" type="submit" name="button" value=" {APP.LBL_CANCEL_BUTTON_LABEL} ">
<input title="{MOD.LBL_TEST_BUTTON_TITLE}"
type='button'
class="button"
id="emailTestSettings"
onClick='ie_test_open_popup_with_submit("InboundEmail", "Popup", "Popup", 400, 300, trim(this.form.server_url.value), this.form.protocol.value, trim(this.form.port.value), trim(this.form.email_user.value), Rot13.write(this.form.email_password.value), trim(this.form.mailbox.value), this.form.ssl.checked, this.form.personal.value, "EditView", this.form.origin_id.value?this.form.origin_id.value:this.form.record.value);'
name="button" value=" {MOD.LBL_TEST_SETTINGS} " {IE_DISABLED}>
</td>
<td align="right" width="20%" NOWRAP><span class="required">{APP.LBL_REQUIRED_SYMBOL}</span> {APP.NTC_REQUIRED}</td>
<td align='right'>{ADMIN_EDIT}</td>
</tr>
</table>
<div class="edit view">
<table width="100%" border=0 cellspacing="{GRIDLINE}" cellpadding="0">
<tr>
<th align="left" scope="row" colspan="1"><h4>{MOD.LBL_BASIC}</h4></th>
</tr>
<tr>
<td> </td>
<td style="vertical-align:bottom;"><a href="javascript:void(0);" id="prefill_gmail_defaults_link" onclick="javascript:prefillGmailDefaults();">{APP.LBL_EMAIL_ACCOUNTS_GMAIL_DEFAULTS}</a> </td>
</tr>
<tr>
<td valign="top" scope="row" width="15%" NOWRAP>
<slot>{MOD.LBL_NAME}: <span class="required">{APP.LBL_REQUIRED_SYMBOL}</span> </slot></td>
<td valign="top" width="35%">
<slot><input name='name' id='name' tabindex='10' size='30' maxlength='255' type="text" value="{NAME}" {IE_DISABLED}></slot></td>
<td valign="top" scope="row">
<slot>{MOD.LBL_STATUS}: </slot></td>
<td valign="top" width="35%"><slot>
<select name='status' tabindex='60' {IE_DISABLED}>{STATUS}</select></slot></td>
</tr>
<tr>
<td valign="top" scope="row">
<slot>{MOD.LBL_SERVER_URL}: <span class="required">{APP.LBL_REQUIRED_SYMBOL}</span> </slot></td>
<td valign="top" width="35%">
<slot><input id='server_url' name='server_url' tabindex='20' size='30' maxlength='100' type="text" value="{SERVER_URL}" {IE_DISABLED}></slot></td>
<td valign="top" scope="row">
<slot>{MOD.LBL_LOGIN}:
<span class="required">{APP.LBL_REQUIRED_SYMBOL}</span> </slot></td>
<td valign="top" width="35%">
<slot><input name='email_user' id='email_user' tabindex='70' size='30' maxlength='100' type="text" value="{USER}" autocomplete="off" {IE_DISABLED}></slot></td>
</tr>
<tr>
<td valign="top" scope="row" width="15%" NOWRAP>
<slot>{MOD.LBL_SERVER_TYPE}:
<span class="required">{APP.LBL_REQUIRED_SYMBOL}</span> </slot></td>
<td valign="top" width="35%">
<slot>
<select name='protocol' id="protocol" tabindex='30' onchange="toggle_monitored_folder(this); setPortDefault();" {IE_DISABLED}>{PROTOCOL}</select></slot></td>
<td valign="top" scope="row">
<slot>{MOD.LBL_PASSWORD}:
<span class="required">{EMAIL_PASS_REQ_SYMB} </slot></td>
<td valign="top" width="35%">
<slot>
<input name='email_password' id="email_password" tabindex='80' size='30' maxlength='100' type="password" autocomplete="off" {IE_DISABLED}>
<a href="javascript:void(0)" id='email_password_link' onClick="SUGAR.util.setEmailPasswordEdit('email_password')" style="display: none">{APP.LBL_CHANGE_PASSWORD}</a>
</slot></td>
</tr>
<tr>
<td valign="top" scope="row" width="15%" NOWRAP>
<slot>{MOD.LBL_PORT}:
<span class="required">{APP.LBL_REQUIRED_SYMBOL}</span> </slot></td>
<td valign="top" width="35%">
<slot>
<input name='port' id='port' tabindex="40" value="{PORT}" size='10' {IE_DISABLED}>
<td valign="top" scope="row" width="15%" NOWRAP>
<slot><span id="label_inbox" >{MOD.LBL_MAILBOX}: <span class="required">{APP.LBL_REQUIRED_SYMBOL}</span></span> </slot></td>
<td valign="top" width="35%">
<slot><input id="mailbox" name='mailbox' tabindex='90' size='30' maxlength='500' type="text" value="{MAILBOX}">
<input type="button" id="subscribeFolderButton" style="display:none;" class="button" onclick='javascript:getFoldersListForInboundAccount("InboundEmail", "ShowInboundFoldersList", "Popup", 400, 300, this.form.server_url.value, this.form.protocol.value, this.form.port.value, this.form.email_user.value, Rot13.write(this.form.email_password.value), this.form.mailbox.value, this.form.ssl.checked, this.form.personal.value, this.form.searchField.value, "EditView");' value="{MOD.LBL_SELECT}">
</slot></td>
</tr>
<tr>
<td valign="top" scope="row" width="15%" NOWRAP>
<slot><span>{MOD.LBL_SSL}: <span valign="bottom" onmouseout="return nd();" onmouseover="return overlib('{MOD.LBL_SSL_DESC}', FGCLASS, 'olFgClass', CGCLASS, 'olCgClass', BGCLASS, 'olBgClass', TEXTFONTCLASS, 'olFontClass', CAPTIONFONTCLASS, 'olCapFontClass', CLOSEFONTCLASS, 'olCloseFontClass' );"> <img src="index.php?entryPoint=getImage&themeName={THEME}&imageName=helpInline.gif"></span></span></slot>
</td>
<td valign="top" width="35%">
<slot>
<input name='ssl' id='ssl' tabindex='45' {CERT} value='1' type='checkbox' {SSL} onClick="setPortDefault();" {IE_DISABLED}>
</slot>
</td>
<td id="trashFolderRow" valign="top" scope="row" width="15%" NOWRAP>
<slot>{MOD.LBL_TRASH_FOLDER}:
<span name="trashRequiredSpan" id="trashRequiredSpan" class="required">{APP.LBL_REQUIRED_SYMBOL}</span> </slot></td>
<td id="trashFolderRow1" valign="top" width="35%">
<slot>
<input name='trashFolder' id='trashFolder' tabindex="92" value="{TRASHFOLDER}" size='30' maxlength='100' type="text">
<input type="button" id="trashFolderButton" class="button" onclick='javascript:getFoldersListForInboundAccount("InboundEmail", "ShowInboundFoldersList", "Popup", 400, 300, this.form.server_url.value, this.form.protocol.value, this.form.port.value, this.form.email_user.value, Rot13.write(this.form.email_password.value), this.form.trashFolder.value, this.form.ssl.checked, this.form.personal.value, "trash", "EditView");' value="{MOD.LBL_SELECT}">
</tr>
<tr id="sentFolderRow">
<td valign="top" scope="row">
<slot> </slot></td>
<td valign="top" width="35%"><slot>
</slot></td>
<td valign="top" scope="row" width="15%" NOWRAP>
<slot>{MOD.LBL_SENT_FOLDER}:</slot></td>
<td valign="top" width="35%">
<slot><input id="sentFolder" name='sentFolder' tabindex='95' size='30' maxlength='100' type="text" value="{SENTFOLDER}">
<input type="button" id="sentFolderButton" class="button" onclick='javascript:getFoldersListForInboundAccount("InboundEmail", "ShowInboundFoldersList", "Popup", 400, 300, this.form.server_url.value, this.form.protocol.value, this.form.port.value, this.form.email_user.value, Rot13.write(this.form.email_password.value), this.form.sentFolder.value, this.form.ssl.checked, this.form.personal.value, "sent", "EditView");' value="{MOD.LBL_SELECT}">
</slot>
</td>
</tr>
</table>
</div>
<div class="edit view">
<table width="100%" border="0" cellspacing="{GRIDLINE}" cellpadding="0">
<tr>
<th align="left" scope="row" colspan="4"><h4>{EMAIL_OPTIONS}</h4></th>
</tr>
<tr>
<td valign="top" scope="row" width="15%" NOWRAP>
<slot>
</slot></td>
<td valign="top" width="35%">
<slot>
</slot></td>
<td valign="top" scope="row" width="15%" NOWRAP>
<slot>{MOD.LBL_FROM_NAME}:<span class="required">{APP.LBL_REQUIRED_SYMBOL}</span> </slot></td>
<td valign="top" width="35%">
<slot><input tabindex="300" name="from_name" id="from_name" value="{FROM_NAME}" {IE_DISABLED}> </slot></td>
</tr>
<tr>
<td valign="top" scope="row" width="15%" NOWRAP>
<slot><span style="{AUTO_IMPORT_STYLE}">{MOD.LBL_ENABLE_AUTO_IMPORT}: <span valign="bottom" onmouseout="return nd();" onmouseover="return overlib('{MOD.LBL_ASSIGN_TO_GROUP_FOLDER_DESC}', FGCLASS, 'olFgClass', CGCLASS, 'olCgClass', BGCLASS, 'olBgClass', TEXTFONTCLASS, 'olFontClass', CAPTIONFONTCLASS, 'olCapFontClass', CLOSEFONTCLASS, 'olCloseFontClass' );"> <img src="index.php?entryPoint=getImage&themeName={THEME}&imageName=helpInline.gif"></span></span></slot>
</td>
<td valign="top" width="15%" NOWRAP>
<input name='is_auto_import' style="{AUTO_IMPORT_STYLE}" id='is_auto_import' onclick="showWarningsIfChaningAutoImport();"tabindex='45' type='checkbox' {IS_AUTO_IMPORT}>
</td>
<td valign="top" scope="row" width="15%" NOWRAP>
<slot>{MOD.LBL_FROM_ADDR}:<span class="required">{APP.LBL_REQUIRED_SYMBOL}</span><span valign="bottom" onmouseout="return nd();" onmouseover="return overlib('{MOD.LBL_FROM_ADDR_DESC}', FGCLASS, 'olFgClass', CGCLASS, 'olCgClass', BGCLASS, 'olBgClass', TEXTFONTCLASS, 'olFontClass', CAPTIONFONTCLASS, 'olCapFontClass', CLOSEFONTCLASS, 'olCloseFontClass' );"> <img src="index.php?entryPoint=getImage&themeName={THEME}&imageName=helpInline.gif"></span></slot></td>
<td valign="top" width="35%">
<slot><input tabindex="310" name="from_addr" id="from_addr" value="{FROM_ADDR}" {IE_DISABLED}></slot></td>
</tr>
<tr>
<td valign="top" scope="row">
<slot style="{MAILBOX_TYPE_STYLE}">{MOD.LBL_CREATE_CASE}: <span valign="bottom" onmouseout="return nd();" onmouseover="return overlib('{MOD.LBL_CREATE_CASE_HELP}', FGCLASS, 'olFgClass', CGCLASS, 'olCgClass', BGCLASS, 'olBgClass', TEXTFONTCLASS, 'olFontClass', CAPTIONFONTCLASS, 'olCapFontClass', CLOSEFONTCLASS, 'olCloseFontClass' );"> <img src="index.php?entryPoint=getImage&themeName={THEME}&imageName=helpInline.gif"></span></slot></td>
<td valign="top" width="35%"><slot style="{MAILBOX_TYPE_STYLE}">
<input name='is_create_case' id='is_create_case' onclick="showCreateCaseRow();"tabindex='45' type='checkbox' {IS_CREATE_CASE} {IE_DISABLED}></slot></td>
<td valign="top" scope="row" width="15%" NOWRAP>
{MOD.LBL_REPLY_TO_NAME}:
</td>
<td valign="top" width="35%">
<input tabindex="320" name="reply_to_name" value="{REPLY_TO_NAME}" {IE_DISABLED}>
</td>
</tr>
<tr id="createCaseRow" style="{CREATE_CASE_ROW_STYLE}">
<td valign="top" scope="row">
<slot>{MOD.LBL_DISTRIBUTION_METHOD}: </slot></td>
<td valign="top" width="35%"><slot>
<select name='distrib_method' tabindex='241'>{DISTRIBUTION_METHOD}</select></slot></td>
<td valign="top" scope="row">
<slot> </slot></td>
<td valign="top" width="35%"><slot>
</slot></td>
</tr>
<tr id="createCaseRow1" style="{CREATE_CASE_ROW_STYLE}">
<td valign="top" scope="row" width="15%" NOWRAP >
<slot>{MOD.LBL_CREATE_CASE_REPLY_TEMPLATE}: <span valign="bottom" onmouseout="return nd();" onmouseover="return overlib('{MOD.LBL_CREATE_CASE_REPLY_TEMPLATE_HELP}', FGCLASS, 'olFgClass', CGCLASS, 'olCgClass', BGCLASS, 'olBgClass', TEXTFONTCLASS, 'olFontClass', CAPTIONFONTCLASS, 'olCapFontClass', CLOSEFONTCLASS, 'olCloseFontClass' );"> <img src="index.php?entryPoint=getImage&themeName={THEME}&imageName=helpInline.gif"></span></slot></td>
<td colspan="3" valign="top" width="35%">
<slot>
<select tabindex='330' id="create_case_template_id" name='create_case_template_id' onchange="show_edit_template_link(this, 'create_case_edit_template');" {IE_DISABLED}>{CREATE_CASE_EMAIL_TEMPLATE_OPTIONS}</select>
<input type="button" class="button" onclick="javascript:open_email_template_form('create_case_template_id')" value="{MOD.LBL_CREATE_TEMPLATE}" {IE_DISABLED}>
<input type="button" class="button" name='create_case_edit_template' id='create_case_edit_template' style="{CREATE_CASE_EDIT_TEMPLATE}" onclick="javascript:edit_email_template_form('create_case_template_id')" value="{MOD.LBL_EDIT_TEMPLATE}">
</slot>
</td>
</tr>
<tr>
<td valign="top" scope="row">
<slot> </slot></td>
<td valign="top" width="35%"><slot>
</slot></td>
<td valign="top" scope="row" width="15%" NOWRAP>
{MOD.LBL_REPLY_TO_ADDR}:
</td>
<td valign="top" width="35%">
<input tabindex="340" name="reply_to_addr" value="{REPLY_TO_ADDR}" {IE_DISABLED}>
</td>
</tr>
<tr style="MAILBOX_TYPE_STYLE">
<td valign="top" scope="row">
<slot> </slot></td>
<td valign="top" width="35%"><slot>
</slot></td>
<td valign="top" scope="row" width="15%" >
<slot style="{MAILBOX_TYPE_STYLE}">{MOD.LBL_ALLOW_OUTBOUND_GROUP_USAGE}:
<span valign="bottom" onmouseout="return nd();" onmouseover="return overlib('{MOD.LBL_ALLOW_OUTBOUND_GROUP_USAGE_DESC}', FGCLASS, 'olFgClass', CGCLASS, 'olCgClass', BGCLASS, 'olBgClass', TEXTFONTCLASS, 'olFontClass', CAPTIONFONTCLASS, 'olCapFontClass', CLOSEFONTCLASS, 'olCloseFontClass' );"> <img src="index.php?entryPoint=getImage&themeName={THEME}&imageName=helpInline.gif"></span>
</slot>
</td>
<td valign="top" width="35%">
<slot style="{MAILBOX_TYPE_STYLE}"><input name='allow_outbound_group_usage' id='allow_outbound_group_usage' tabindex='45' value='1' type='checkbox' {ALLOW_OUTBOUND_USAGE} ></slot>
</td>
</tr>
<tr>
<td valign="top" scope="row" width="15%" NOWRAP>
<slot style="{CREATE_GROUP_FOLDER_STYLE}">{MOD.LBL_AUTOREPLY}: <span valign="bottom" onmouseout="return nd();" onmouseover="return overlib('{MOD.LBL_AUTOREPLY_HELP}', FGCLASS, 'olFgClass', CGCLASS, 'olCgClass', BGCLASS, 'olBgClass', TEXTFONTCLASS, 'olFontClass', CAPTIONFONTCLASS, 'olCapFontClass', CLOSEFONTCLASS, 'olCloseFontClass' );"> <img src="index.php?entryPoint=getImage&themeName={THEME}&imageName=helpInline.gif"></span></slot></td>
<td colspan="3" valign="top" width="35%">
<slot style="{CREATE_GROUP_FOLDER_STYLE}">
<select tabindex='251' id="template_id" name='template_id' onchange="show_edit_template_link(this, 'edit_template');" {IE_DISABLED}>{EMAIL_TEMPLATE_OPTIONS}</select>
<input type="button" class="button" onclick="javascript:open_email_template_form('template_id')" value="{MOD.LBL_CREATE_TEMPLATE}" {IE_DISABLED}>
<input type="button" value="{MOD.LBL_EDIT_TEMPLATE}" class="button" onclick="javascript:edit_email_template_form('template_id')" name='edit_template' id='edit_template' style="{EDIT_TEMPLATE}">
</slot>
</td>
</tr>
<tr>
<td valign="top" scope="row" width="18%" NOWRAP>
<slot style="{CREATE_GROUP_FOLDER_STYLE}">{MOD.LBL_FILTER_DOMAIN}: <span valign="bottom" onmouseout="return nd();" onmouseover="return overlib('{MOD.LBL_FILTER_DOMAIN_DESC}', FGCLASS, 'olFgClass', CGCLASS, 'olCgClass', BGCLASS, 'olBgClass', TEXTFONTCLASS, 'olFontClass', CAPTIONFONTCLASS, 'olCapFontClass', CLOSEFONTCLASS, 'olCloseFontClass' );"> <img src="index.php?entryPoint=getImage&themeName={THEME}&imageName=helpInline.gif"></span></slot></td>
<td valign="top" width="35%">
<slot style="{CREATE_GROUP_FOLDER_STYLE}"><input tabindex="270" name="filter_domain" value="{FILTER_DOMAIN}" {IE_DISABLED}></slot></td>
<td valign="top" scope="row">
<slot><span style="{CREATE_GROUP_FOLDER_STYLE}">{MOD.LBL_MAX_AUTO_REPLIES}: <span valign="bottom" onmouseout="return nd();" onmouseover="return overlib('{MOD.LBL_MAX_AUTO_REPLIES_DESC}', FGCLASS, 'olFgClass', CGCLASS, 'olCgClass', BGCLASS, 'olBgClass', TEXTFONTCLASS, 'olFontClass', CAPTIONFONTCLASS, 'olCapFontClass', CLOSEFONTCLASS, 'olCloseFontClass' );"> <img src="index.php?entryPoint=getImage&themeName={THEME}&imageName=helpInline.gif"></span></span></slot></td>
<td valign="top" width="35%">
<slot><input tabindex="271" style="{CREATE_GROUP_FOLDER_STYLE}" name="email_num_autoreplies_24_hours" value="{EMAIL_NUM_AUTOREPLIES_24_HOURS}"></slot></td>
</tr>
<tr id = "leaveMessagesOnMailServerRow" style="{LEAVEMESSAGESONMAILSERVER_STYLE}">
<td valign="top" scope="row" width='20%'>
<slot>{MOD.LBL_MARK_READ}:</slot></td>
<td valign="top" width='30%'>
<select name='leaveMessagesOnMailServer' tabindex='253'>{LEAVEMESSAGESONMAILSERVER}</select></td>
<td valign="top" scope="row">
<slot> </slot></td>
<td valign="top" width="35%"><slot>
</slot></td>
</tr>
</table>
</div>
</form>
<script type="text/javascript" lang="Javascript" src="modules/InboundEmail/InboundEmail.js?v={VERSION_MARK}"></script>
<script type="text/javascript">
var fieldToSetValue = '';
function checkformdata() {
return (check_form('EditView') && checkOtherFields() && checkTrashFolder() );
}
function prefillGmailDefaults(){
document.getElementById('server_url').value = "imap.gmail.com";
document.getElementById('ssl').checked = true;
document.getElementById('protocol').value = "imap";
toggle_monitored_folder(document.getElementById('protocol'));
setPortDefault();
}
function checkOtherFields() {
var from_name = document.getElementById('from_name').value;
var from_addr = document.getElementById('from_addr').value;
if (trim(from_name) == '' || trim(from_addr) == '') {
requiredTxt = SUGAR.language.get('app_strings', 'ERR_MISSING_REQUIRED_FIELDS');
invalidTxt = SUGAR.language.get('app_strings', 'ERR_INVALID_VALUE');
if (trim(from_name) == '') {
add_error_style('EditView', 'from_name', requiredTxt + " From Name");
} // if
if (trim(from_addr) == '') {
add_error_style('EditView', 'from_addr', requiredTxt + " From Address");
} // if
return false;
} else {
return true;
} // else
} // fn
function checkTrashFolder()
{
if (document.getElementById('protocol').value == 'imap' && document.getElementById('mailbox_type').value != 'bounce') {
var trashFolderValue = document.getElementById("trashFolder").value;
if (trim(trashFolderValue).length <= 0) {
requiredTxt = SUGAR.language.get('app_strings', 'ERR_MISSING_REQUIRED_FIELDS');
invalidTxt = SUGAR.language.get('app_strings', 'ERR_INVALID_VALUE');
add_error_style('EditView', 'trashFolder', requiredTxt + " Trash Folder");
return false;
} else {
return true;
}
} else {
return true;
} // else
} // fn
function showCreateCaseRow() {
var createCaseRow = document.getElementById('createCaseRow');
var createCaseRow1 = document.getElementById('createCaseRow1');
var isCreateCase = document.getElementById('is_create_case').checked;
var autoImportEl = document.getElementById('is_auto_import');
if (isCreateCase) {
createCaseRow.style.display = '';
createCaseRow1.style.display = '';
autoImportEl.checked = true;
} else {
createCaseRow.style.display = 'none';
createCaseRow1.style.display = 'none';
possibleActionChange();
} // else
} // fn
function possibleActionChange() {
var mailBoxType = document.getElementById('mailbox_type');
var trashRequiredSpan = document.getElementById('trashRequiredSpan');
if(mailBoxType.value == 'bounce') {
trashRequiredSpan.style.display = 'none';
trashRequiredSpan.style.display = 'none';
} else {
trashRequiredSpan.style.display = '';
trashRequiredSpan.style.display = '';
} // else
}
function show_edit_template_link(field, editTemplate) {
var field1=document.getElementById(editTemplate);
if (field.selectedIndex == 0) {
field1.style.visibility="hidden";
}
else {
field1.style.visibility="visible";
}
}
function refresh_email_template_list(template_id, template_name) {
var field=document.getElementById(fieldToSetValue);
var bfound=0;
for (var i=0; i < field.options.length; i++) {
if (field.options[i].value == template_id) {
if (field.options[i].selected==false) {
field.options[i].selected=true;
}
field.options[i].text = template_name;
bfound=1;
}
}
//add item to selection list.
if (bfound == 0) {
var newElement=document.createElement('option');
newElement.text=template_name;
newElement.value=template_id;
field.options.add(newElement);
newElement.selected=true;
}
//enable the edit button.
var editButtonName = 'edit_template';
if (fieldToSetValue == 'create_case_template_id') {
editButtonName = 'create_case_edit_template';
} // if
var field1=document.getElementById(editButtonName);
field1.style.visibility="visible";
var applyListToTemplateField = 'template_id';
if (fieldToSetValue == 'template_id') {
applyListToTemplateField = 'create_case_template_id';
} // if
var field=document.getElementById(applyListToTemplateField);
if (bfound == 1) {
for (var i=0; i < field.options.length; i++) {
if (field.options[i].value == template_id) {
field.options[i].text = template_name;
} // if
} // for
} else {
var newElement=document.createElement('option');
newElement.text=template_name;
newElement.value=template_id;
field.options.add(newElement);
} // else
}
function open_email_template_form(fieldToSet) {
fieldToSetValue = fieldToSet;
URL="index.php?module=EmailTemplates&action=EditView&inboundEmail=true&show_js=1";
windowName = 'email_template';
windowFeatures = 'width=800' + ',height=600' + ',resizable=1,scrollbars=1';
win = window.open(URL, windowName, windowFeatures);
if(window.focus)
{
// put the focus on the popup if the browser supports the focus() method
win.focus();
}
}
function edit_email_template_form(templateField) {
fieldToSetValue = templateField;
var field=document.getElementById(templateField);
URL="index.php?module=EmailTemplates&action=EditView&inboundEmail=true&show_js=1";
if (field.options[field.selectedIndex].value != 'undefined') {
URL+="&record="+field.options[field.selectedIndex].value;
}
windowName = 'email_template';
windowFeatures = 'width=800' + ',height=600' + ',resizable=1,scrollbars=1';
win = window.open(URL, windowName, windowFeatures);
if(window.focus)
{
// put the focus on the popup if the browser supports the focus() method
win.focus();
}
}
function open_group_folder_form() {
URL="index.php?module=InboundEmail&action=EditGroupFolder&target=Popup&to_pdf=1";
windowName = 'group_folder_popup_window';
windowFeatures = 'width=400' + ',height=300' + ',resizable=1,scrollbars=1';
win = window.open(URL, windowName, windowFeatures);
if(window.focus)
{
// put the focus on the popup if the browser supports the focus() method
win.focus();
}
}
function edit_group_folder_form() {
URL="index.php?module=InboundEmail&action=EditGroupFolder&target=Popup&to_pdf=1";
var field=document.getElementById('group_folder_id');
if (field.options[field.selectedIndex].value != 'undefined') {
URL+="&record="+field.options[field.selectedIndex].value;
}
windowName = 'edit_group_folder_popup_window';
windowFeatures = 'width=400' + ',height=300' + ',resizable=1,scrollbars=1';
win = window.open(URL, windowName, windowFeatures);
if(window.focus)
{
// put the focus on the popup if the browser supports the focus() method
win.focus();
}
}
function refresh_group_folder_list(groupFolder_id, groupFolder_name) {
var field=document.getElementById('group_folder_id');
var bfound=0;
for (var i=0; i < field.options.length; i++) {
if (field.options[i].value == groupFolder_id) {
if (field.options[i].selected==false) {
field.options[i].selected=true;
}
field.options[i].text = groupFolder_name;
bfound=1;
}
}
//add item to selection list.
if (bfound == 0) {
var newElement=document.createElement('option');
newElement.text=groupFolder_name;
newElement.value=groupFolder_id;
field.options.add(newElement);
newElement.selected=true;
}
//enable the edit button.
var field1=document.getElementById('edit_group');
field1.style.visibility="visible";
showCreateCaseRow();
showHideLeaveMessagesOnMailServer();
}
function show_edit_group_folder_link(field) {
var field1=document.getElementById('edit_group');
if (field.selectedIndex == 0) {
}
else {
field1.style.visibility="visible";
}
showCreateCaseRow();
showHideLeaveMessagesOnMailServer();
}
function showHideLeaveMessagesOnMailServer() {
var field=document.getElementById('group_folder_id');
var leaveMessagesOnMailServerRow = document.getElementById('leaveMessagesOnMailServerRow');
if (field.selectedIndex == 0) {
leaveMessagesOnMailServerRow.style.display="none";
}
else {
leaveMessagesOnMailServerRow.style.display='';
}
} // fn
function showWarningsIfChaningAutoImport() {
var isAutoImportOn = document.getElementById('is_auto_import').checked;
var isCreateCase = document.getElementById('is_create_case').checked
var record = document.forms['EditView'].record.value;
//Alert if changing for an existing record only.
if(record != '')
alert(warningForAutoChange);
//If the user has create case enabled then auto import must be on.
if( !isAutoImportOn && isCreateCase)
{
document.getElementById('is_auto_import').checked = true;
alert(warningForAutoChangeWithCreateCase);
}
}
toggle_monitored_folder(document.getElementById('protocol'));
setPortDefault();
possibleActionChange();
var warningForAutoChange = '{MOD.LBL_WARNING_CHANGING_AUTO_IMPORT}';
var warningForAutoChangeWithCreateCase = '{MOD.LBL_WARNING_CHANGING_AUTO_IMPORT_WITH_CREATE_CASE}';
if(window.addEventListener){
window.addEventListener("load", function() { SUGAR.util.setEmailPasswordDisplay('email_password', {HAS_PASSWORD},'EditView'); }, false);
}else{
window.attachEvent("onload", function() { SUGAR.util.setEmailPasswordDisplay('email_password', {HAS_PASSWORD},'EditView'); });
}
</script>
{JAVASCRIPT}
<!-- END: main --> |
LayoutTests/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.1/S15.10.1_A1_T3.html | youfoh/webkit-efl | <html>
<head>
<meta charset='utf-8'>
<style>
.pass {
font-weight: bold;
color: green;
}
.fail {
font-weight: bold;
color: red;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function SputnikError(message)
{
this.message = message;
}
SputnikError.prototype.toString = function ()
{
return 'SputnikError: ' + this.message;
};
var sputnikException;
function testPrint(msg)
{
var span = document.createElement("span");
document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace
span.innerHTML = msg + '<br />';
}
function escapeHTML(text)
{
return text.toString().replace(/&/g, "&").replace(/</g, "<");
}
function printTestPassed(msg)
{
testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
}
function printTestFailed(msg)
{
testPrint('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>');
}
function testFailed(msg)
{
throw new SputnikError(msg);
}
var successfullyParsed = false;
</script>
</head>
<body>
<p>S15.10.1_A1_T3</p>
<div id='console'></div>
<script>
try {
/**
* @name: S15.10.1_A1_T3;
* @section: 15.10.1;
* @assertion: RegExp syntax errors must be caught when matcher(s) compiles;
* @description: Tested RegExp is "a++";
*/
//CHECK#1
try {
testFailed('#1.1: new RegExp("a++") throw SyntaxError. Actual: ' + (new RegExp("a++")));
} catch (e) {
if ((e instanceof SyntaxError) !== true) {
testFailed('#1.2: new RegExp("a++") throw SyntaxError. Actual: ' + (e));
}
}
} catch (ex) {
sputnikException = ex;
}
var successfullyParsed = true;
</script>
<script>
if (!successfullyParsed)
printTestFailed('successfullyParsed is not set');
else if (sputnikException)
printTestFailed(sputnikException);
else
printTestPassed("");
testPrint('<br /><span class="pass">TEST COMPLETE</span>');
</script>
</body>
</html>
|
LayoutTests/fast/css/outline-currentcolor.html | youfoh/webkit-efl | <!DOCTYPE html>
<style>
#test3 { color: blue; }
</style>
<div id="test-container">
<div id="test1" id="one" style="color:green; outline: solid 1em currentColor"></div>
<div id="test2" id="two" style="color:red; outline: solid 1em currentColor"></div>
<div style="color:green">
<div id="test3" style="color:currentColor; outline: solid 1em currentColor"></div>
</div>
</div>
<script src="../../fast/js/resources/js-test-pre.js"></script>
<script>
description('Test that outline-color is non-inherit and currentColor is handled correctly.');
var test1 = document.getElementById("test1");
var test2 = document.getElementById("test2");
var test3 = document.getElementById("test3");
test2.style.color = "green";
shouldBeEqualToString('getComputedStyle(test1).outlineColor', 'rgb(0, 128, 0)');
shouldBeEqualToString('getComputedStyle(test2).outlineColor', 'rgb(0, 128, 0)');
shouldBeEqualToString('getComputedStyle(test3).outlineColor', 'rgb(0, 128, 0)');
</script>
<script src="../../fast/js/resources/js-test-post.js"></script>
|
doc/html/apiDocs-3/DOMLSException_8hpp.html | Starlink/xerces | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Xerces-C++: DOMLSException.hpp File 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.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<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="classes.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMLSException.hpp File Reference</h1>
<p>
<a href="DOMLSException_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMLSException.html">DOMLSException</a></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="DOMLSException_8hpp.html#9d0af2807df596ced46a6dddefa0f5a5">XERCESC_INCLUDE_GUARD_DOMLSEXCEPTION_HPP</a></td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="9d0af2807df596ced46a6dddefa0f5a5"></a><!-- doxytag: member="DOMLSException.hpp::XERCESC_INCLUDE_GUARD_DOMLSEXCEPTION_HPP" ref="9d0af2807df596ced46a6dddefa0f5a5" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define XERCESC_INCLUDE_GUARD_DOMLSEXCEPTION_HPP </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Apr 21 17:55:49 2010 for Xerces-C++ by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>
|
doc/html/apiDocs-3/functions_0x66.html | Starlink/xerces | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Xerces-C++: Class Members</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.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<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="classes.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="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li class="current"><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
<li><a href="functions_rela.html"><span>Related Functions</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="functions.html#index_a"><span>a</span></a></li>
<li><a href="functions_0x62.html#index_b"><span>b</span></a></li>
<li><a href="functions_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_0x65.html#index_e"><span>e</span></a></li>
<li class="current"><a href="functions_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_0x68.html#index_h"><span>h</span></a></li>
<li><a href="functions_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_0x6a.html#index_j"><span>j</span></a></li>
<li><a href="functions_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_0x71.html#index_q"><span>q</span></a></li>
<li><a href="functions_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_0x76.html#index_v"><span>v</span></a></li>
<li><a href="functions_0x77.html#index_w"><span>w</span></a></li>
<li><a href="functions_0x78.html#index_x"><span>x</span></a></li>
<li><a href="functions_0x7e.html#index_~"><span>~</span></a></li>
</ul>
</div>
</div>
<div class="contents">
Here is a list of all class members with links to the classes they belong to:
<p>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>f_bool
: <a class="el" href="structXSValue_1_1XSValue__Data.html#2583d55c80ffb050f2ea305305c4557e">XSValue::XSValue_Data</a>
<li>f_byteVal
: <a class="el" href="structXSValue_1_1XSValue__Data.html#2bc50bc2e2892fd25885e5ef371343aa">XSValue::XSValue_Data</a>
<li>f_char
: <a class="el" href="structXSValue_1_1XSValue__Data.html#2b23b191fbf7c03932b81a7a31be66ef">XSValue::XSValue_Data</a>
<li>f_datatype
: <a class="el" href="structXSValue_1_1XSValue__Data.html#38a58dbbc32518a6097ee51a9df8f180">XSValue::XSValue_Data</a>
<li>f_datetime
: <a class="el" href="structXSValue_1_1XSValue__Data.html#910692ffab93a4569df668d92c234709">XSValue::XSValue_Data</a>
<li>f_day
: <a class="el" href="structXSValue_1_1XSValue__Data.html#a394742d3ac120037b0fa41e5c89c519">XSValue::XSValue_Data</a>
<li>f_decimal
: <a class="el" href="structXSValue_1_1XSValue__Data.html#cfa020c1b65673a7e78b1e5b1861c9d3">XSValue::XSValue_Data</a>
<li>f_double
: <a class="el" href="structXSValue_1_1XSValue__Data.html#7ef514545ca5df59ae731545b35dfb3e">XSValue::XSValue_Data</a>
<li>f_doubleEnum
: <a class="el" href="structXSValue_1_1XSValue__Data.html#5385e20dee0dd5671af44b21e7aa341a">XSValue::XSValue_Data</a>
<li>f_doubleType
: <a class="el" href="structXSValue_1_1XSValue__Data.html#7928a97069b9f32de0683dd1e7f8637b">XSValue::XSValue_Data</a>
<li>f_dvalue
: <a class="el" href="structXSValue_1_1XSValue__Data.html#d962d45b9b57692e08b1bc368e0918f5">XSValue::XSValue_Data</a>
<li>f_float
: <a class="el" href="structXSValue_1_1XSValue__Data.html#8b122012ffca22adef4f34212b32729f">XSValue::XSValue_Data</a>
<li>f_floatEnum
: <a class="el" href="structXSValue_1_1XSValue__Data.html#05272c4dfffee5954923b8995f463d80">XSValue::XSValue_Data</a>
<li>f_floatType
: <a class="el" href="structXSValue_1_1XSValue__Data.html#594730a80d82e0521a81767b4764258e">XSValue::XSValue_Data</a>
<li>F_HighBounds
: <a class="el" href="classXMLValid.html#c30e7f5d9612c52f5f1208c83f090c861fa76f62b40380c8fdffd1a7361d033e">XMLValid</a>
, <a class="el" href="classXMLDOMMsg.html#638402474bd1e57588abfdbfc8b5dcdebf1f5d992bbb05b0d90056d63d2c09d2">XMLDOMMsg</a>
, <a class="el" href="classXMLErrs.html#efe9817ef5442905d86fd17cb0c35e479d6c9e02204312111c5c47f2493ee8e1">XMLErrs</a>
<li>f_hour
: <a class="el" href="structXSValue_1_1XSValue__Data.html#23530eb66de5986a3a36a439cbdaf721">XSValue::XSValue_Data</a>
<li>f_int
: <a class="el" href="structXSValue_1_1XSValue__Data.html#ef70f9f0c41681b3dc0d5d95cdcdb1a2">XSValue::XSValue_Data</a>
<li>f_long
: <a class="el" href="structXSValue_1_1XSValue__Data.html#06927b47fd1624099a13d28bf7c58480">XSValue::XSValue_Data</a>
<li>F_LowBounds
: <a class="el" href="classXMLErrs.html#efe9817ef5442905d86fd17cb0c35e4712468d943149ccad1eeb70857b9b0aef">XMLErrs</a>
, <a class="el" href="classXMLValid.html#c30e7f5d9612c52f5f1208c83f090c8660af74eb55e26899970f2e2696cafd26">XMLValid</a>
, <a class="el" href="classXMLDOMMsg.html#638402474bd1e57588abfdbfc8b5dcdec1a9d4a19476f05bc81cd0cbe9c31c55">XMLDOMMsg</a>
<li>f_milisec
: <a class="el" href="structXSValue_1_1XSValue__Data.html#2b7360aafa0ada336636ba43d0ffb3e7">XSValue::XSValue_Data</a>
<li>f_min
: <a class="el" href="structXSValue_1_1XSValue__Data.html#e2f25852f259234effc79dc1ae082706">XSValue::XSValue_Data</a>
<li>f_month
: <a class="el" href="structXSValue_1_1XSValue__Data.html#4f8ed323c6867f2c3281c4e66ed7d59c">XSValue::XSValue_Data</a>
<li>f_second
: <a class="el" href="structXSValue_1_1XSValue__Data.html#584808c68ab7769e4b5c1724ac8f9690">XSValue::XSValue_Data</a>
<li>f_short
: <a class="el" href="structXSValue_1_1XSValue__Data.html#ce552ec2b7a2935e7aecebb6edb60de9">XSValue::XSValue_Data</a>
<li>f_strVal
: <a class="el" href="structXSValue_1_1XSValue__Data.html#baaf77be9dc2a1c8464400e0c50d5281">XSValue::XSValue_Data</a>
<li>f_uchar
: <a class="el" href="structXSValue_1_1XSValue__Data.html#d3821b05af97196a24e3ee866c81d309">XSValue::XSValue_Data</a>
<li>f_uint
: <a class="el" href="structXSValue_1_1XSValue__Data.html#b49d9290acaa8bc90a1dffc2a0da8612">XSValue::XSValue_Data</a>
<li>f_ulong
: <a class="el" href="structXSValue_1_1XSValue__Data.html#6bac0fdca645a84a6959d26e2e08765b">XSValue::XSValue_Data</a>
<li>f_ushort
: <a class="el" href="structXSValue_1_1XSValue__Data.html#0706c3e3449d5a3185f825aef7f27759">XSValue::XSValue_Data</a>
<li>f_year
: <a class="el" href="structXSValue_1_1XSValue__Data.html#581a2ebfe92e991f91a92371436a14bb">XSValue::XSValue_Data</a>
<li>FACET
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8e">XSSimpleTypeDefinition</a>
, <a class="el" href="classXSConstants.html#60daf162650cd8e58f53b85d8b93b99af406f2aa651573a6bb45b57e3a8c364d">XSConstants</a>
<li>FACET_ENUMERATION
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8e4995951cd939bf0ba7c95c39a93ca8bb">XSSimpleTypeDefinition</a>
<li>FACET_FRACTIONDIGITS
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8ec5789665416c36ddab4244e8ac1ff2dd">XSSimpleTypeDefinition</a>
<li>FACET_LENGTH
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8ea0853afb7abec493eb70da57e9e8cf6e">XSSimpleTypeDefinition</a>
<li>FACET_MAXEXCLUSIVE
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8ebcbfd100f87e3b75bb1ed9745e6ee0c2">XSSimpleTypeDefinition</a>
<li>FACET_MAXINCLUSIVE
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8edf861cf535eb0b4cf8026fa146bab464">XSSimpleTypeDefinition</a>
<li>FACET_MAXLENGTH
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8e2933b27cd98711c7cad2e7ee15661462">XSSimpleTypeDefinition</a>
<li>FACET_MINEXCLUSIVE
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8e8b9fb5d8e32cfcc8f23dff158b36817d">XSSimpleTypeDefinition</a>
<li>FACET_MININCLUSIVE
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8e5a48278b5d2dda26ebea062aede51d60">XSSimpleTypeDefinition</a>
<li>FACET_MINLENGTH
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8ec11d68c683a0af390da625a75cc37da6">XSSimpleTypeDefinition</a>
<li>FACET_NONE
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8e107ded7c59be2753b7fab3d8e71097f5">XSSimpleTypeDefinition</a>
<li>FACET_PATTERN
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8eca9733efc797005fdac5dc0623a43534">XSSimpleTypeDefinition</a>
<li>FACET_TOTALDIGITS
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8e8d84474db884bcb789afe7c033d56608">XSSimpleTypeDefinition</a>
<li>FACET_WHITESPACE
: <a class="el" href="classXSSimpleTypeDefinition.html#bf93afa37a40fd7b8a92d571375a0b8e7a2e052a8cb9b8708152978201068d58">XSSimpleTypeDefinition</a>
<li>fAddedS4SGrammar
: <a class="el" href="classXSModel.html#85b9b687c34717c3b7f1cad3500d5c55">XSModel</a>
<li>fAnnotation
: <a class="el" href="classXSAttributeDeclaration.html#a82c9d6d24e6d8ba31290b360fb54cdc">XSAttributeDeclaration</a>
, <a class="el" href="classXSAttributeGroupDefinition.html#bf4bbcbcfd5bc877354960700033f66b">XSAttributeGroupDefinition</a>
, <a class="el" href="classXSElementDeclaration.html#54185b79ca3eb209f676be018c8fcd6f">XSElementDeclaration</a>
, <a class="el" href="classXSFacet.html#d4791da90d71cafa8e9651f33e044ded">XSFacet</a>
, <a class="el" href="classXSModelGroup.html#a542d7658c5f0bf1c9bcd1e9960428b7">XSModelGroup</a>
, <a class="el" href="classXSModelGroupDefinition.html#a89e5589122f1fc35629781fb7ecc1ea">XSModelGroupDefinition</a>
, <a class="el" href="classXSNotationDeclaration.html#a72fcba58d8b86985d04ac89664686a2">XSNotationDeclaration</a>
, <a class="el" href="classXSWildcard.html#d94a99d3207ae710ec0830f3d542d5fd">XSWildcard</a>
<li>fAssessmentType
: <a class="el" href="classPSVIItem.html#290030409e1feb0bd3de8707abce75c9">PSVIItem</a>
<li>fatalError()
: <a class="el" href="classErrorHandler.html#1e45f82d84a9e305a3fa7059da96bc13">ErrorHandler</a>
, <a class="el" href="classHandlerBase.html#91555ff758c3817fb2a4a863ce07265c">HandlerBase</a>
, <a class="el" href="classDefaultHandler.html#5792c0974b44c549de462f0b7b27ab38">DefaultHandler</a>
<li>fAttDef
: <a class="el" href="classXSAttributeDeclaration.html#f4bec0d61f4bbcc8a56aae8de77cbb85">XSAttributeDeclaration</a>
<li>fAttributeName
: <a class="el" href="classPSVIAttributeStorage.html#bdcb287aab9b6d7848e7978c1ea1a646">PSVIAttributeStorage</a>
<li>fAttributeNamespace
: <a class="el" href="classPSVIAttributeStorage.html#47c2ab66a702e657b0bb35de12d72599">PSVIAttributeStorage</a>
<li>faultInAttr()
: <a class="el" href="classXMLValidator.html#7b7f8e3cfa0f22eadac39c51a8b0e47b">XMLValidator</a>
<li>fBaseType
: <a class="el" href="classXSTypeDefinition.html#ceaf1e135f4bcd5577063d0f36f93a3d">XSTypeDefinition</a>
<li>fBufMgr
: <a class="el" href="classAbstractDOMParser.html#e698f4791f2fa0342a204d5fd1e5cea2">AbstractDOMParser</a>
<li>fCanonicalValue
: <a class="el" href="classPSVIItem.html#f52623eecb177705181fe955a37c1aac">PSVIItem</a>
<li>fComplexTypeInfo
: <a class="el" href="classXSComplexTypeDefinition.html#68df62f4498fd6a896dccd81663d8542">XSComplexTypeDefinition</a>
<li>fComponentMap
: <a class="el" href="classXSModel.html#ace25e485abb79f9a64c0665f96e9cbf">XSModel</a>
, <a class="el" href="classXSNamespaceItem.html#288aff21dd512d1580befd0180d2a3b7">XSNamespaceItem</a>
<li>fComponentType
: <a class="el" href="classXSObject.html#df7aa73bad7fce62367ca1004971c501">XSObject</a>
<li>fCompositorType
: <a class="el" href="classXSModelGroup.html#d1dfee0be655b46ea7228fb30d2f9179">XSModelGroup</a>
<li>fConstraintType
: <a class="el" href="classXSAttributeUse.html#1119b46b3a83e3c8e4c4f29282e7137e">XSAttributeUse</a>
, <a class="el" href="classXSWildcard.html#069a80339e42d7514f9a03674e49d642">XSWildcard</a>
<li>fConstraintValue
: <a class="el" href="classXSAttributeUse.html#95010a59ed6d57b09357ca6938afa46c">XSAttributeUse</a>
<li>fContents
: <a class="el" href="classXSAnnotation.html#9e5058676c0db72fc67e9f1e6e9f863d">XSAnnotation</a>
<li>fCreateCommentNodes
: <a class="el" href="classAbstractDOMParser.html#3d9ada6b8e4d4c15bed016cca60890bb">AbstractDOMParser</a>
<li>fCreateEntityReferenceNodes
: <a class="el" href="classAbstractDOMParser.html#466e41e2e0421c277a8c85d3b256a186">AbstractDOMParser</a>
<li>fCreateSchemaInfo
: <a class="el" href="classAbstractDOMParser.html#f370f062bed3b195658de6eaaae821f7">AbstractDOMParser</a>
<li>fCurrentEntity
: <a class="el" href="classAbstractDOMParser.html#265a2b0e6226a5b21e092bb9b72ebdc0">AbstractDOMParser</a>
<li>fCurrentNode
: <a class="el" href="classAbstractDOMParser.html#5d28c386ec46be8da09150b34bb9c347">AbstractDOMParser</a>
<li>fCurrentParent
: <a class="el" href="classAbstractDOMParser.html#dcd780cde367ea9fa3d4c8f3c088b147">AbstractDOMParser</a>
<li>fData
: <a class="el" href="classXSValue.html#7e1fbc8888850abec9f1f4786350b4ed">XSValue</a>
<li>fDataConverted
: <a class="el" href="classXMLAbstractDoubleFloat.html#74f084a3a133ef60c11be3b5e8feb58d">XMLAbstractDoubleFloat</a>
<li>fDataOverflowed
: <a class="el" href="classXMLAbstractDoubleFloat.html#4f68e5e68d96cff247f7625c96ed0493">XMLAbstractDoubleFloat</a>
<li>fDatatypeValidator
: <a class="el" href="classXSSimpleTypeDefinition.html#ff52b6acdb1af9d7747315a7f22c105d">XSSimpleTypeDefinition</a>
<li>fDefaultValue
: <a class="el" href="classPSVIItem.html#831c7402161635ce9e20c818b66eb52e">PSVIItem</a>
<li>fDefinedFacets
: <a class="el" href="classXSSimpleTypeDefinition.html#366010f6b2c06c90a560b05312599272">XSSimpleTypeDefinition</a>
<li>fDeleteNamespace
: <a class="el" href="classXSModel.html#3e113ba9c5609cdcaa34b7eb240494ac">XSModel</a>
<li>fDeleteParent
: <a class="el" href="classXSModel.html#c0f98f1246811edb865ab5ba0ee125fb">XSModel</a>
<li>fDisallowedSubstitutions
: <a class="el" href="classXSElementDeclaration.html#18cc95b8aeba5934d182efb89e4e03c2">XSElementDeclaration</a>
<li>fDocument
: <a class="el" href="classAbstractDOMParser.html#084620e0ae4eb82bb148987bb05cc45c">AbstractDOMParser</a>
<li>fDocumentAdoptedByUser
: <a class="el" href="classAbstractDOMParser.html#b01b9796ce375e989afc9581ed05c347">AbstractDOMParser</a>
<li>fDocumentType
: <a class="el" href="classAbstractDOMParser.html#52c6e83629886e40d0e7a7d71887f393">AbstractDOMParser</a>
<li>fDocumentVector
: <a class="el" href="classAbstractDOMParser.html#fcdd73f0abc66ed73900578494a9bf04">AbstractDOMParser</a>
<li>fDoXInclude
: <a class="el" href="classAbstractDOMParser.html#1ceb231859c37e45308def2cd053f527">AbstractDOMParser</a>
<li>FeatureUnsupported
: <a class="el" href="classXMLErrs.html#efe9817ef5442905d86fd17cb0c35e47abd845136f6ca618e42c17f746ee5333">XMLErrs</a>
, <a class="el" href="classXMLValid.html#c30e7f5d9612c52f5f1208c83f090c868a9e03705960dbc80a90de77f15cbc85">XMLValid</a>
<li>fEnclosingCTDefinition
: <a class="el" href="classXSAttributeDeclaration.html#df320df57c8c4cc3581fa4d53222b013">XSAttributeDeclaration</a>
<li>fEnclosingTypeDefinition
: <a class="el" href="classXSElementDeclaration.html#dfc55d2c5993f536c587b76d9274dce5">XSElementDeclaration</a>
<li>fEntityExpansionLimit
: <a class="el" href="classSecurityManager.html#1b3c11aab0d2ffdb7e707d124c91bf2e">SecurityManager</a>
<li>fFacetKind
: <a class="el" href="classXSFacet.html#f73125bbab78605a6a29f4302726758a">XSFacet</a>
, <a class="el" href="classXSMultiValueFacet.html#09a87c3809bbfb6fd000052a9a95c5ae">XSMultiValueFacet</a>
<li>fFinal
: <a class="el" href="classXSTypeDefinition.html#196fc0cd3f9f7e963a5ae17f7aa39183">XSTypeDefinition</a>
<li>fFixedFacets
: <a class="el" href="classXSSimpleTypeDefinition.html#4c318c8f68260b99595a2e374e588026">XSSimpleTypeDefinition</a>
<li>fgAbstract
: <a class="el" href="classPSVIUni.html#ecc32896a2e738288fbba37372ca8143">PSVIUni</a>
<li>fgAg
: <a class="el" href="classPSVIUni.html#503902fb115f242b1a43c05c79f95171">PSVIUni</a>
<li>fgAll
: <a class="el" href="classPSVIUni.html#1407b207c154a8b2ff1f3235a268497c">PSVIUni</a>
<li>fgAllDeclarationsProcessed
: <a class="el" href="classPSVIUni.html#5df2f849b2dad2f893b456a7c240bf50">PSVIUni</a>
<li>fgAmp
: <a class="el" href="classXMLUni.html#c1685514f29b16b522c98c99a37110ce">XMLUni</a>
<li>fgAnnot
: <a class="el" href="classPSVIUni.html#363fd1d65ef05c169f420f17c8f1b63e">PSVIUni</a>
<li>fgAnnotation
: <a class="el" href="classPSVIUni.html#829586dbcc70c7764aa33ac00504a4e3">PSVIUni</a>
<li>fgAnnotations
: <a class="el" href="classPSVIUni.html#0ef07f14931e4b82073f0c89148224f4">PSVIUni</a>
<li>fgAny
: <a class="el" href="classPSVIUni.html#9dc0d2cfe5519416bcdcfd5d09aa79b5">PSVIUni</a>
<li>fgAnyString
: <a class="el" href="classXMLUni.html#17e0df72c4ad898cd5fdfd386537400a">XMLUni</a>
<li>fgApos
: <a class="el" href="classXMLUni.html#87c2ca746c6bfef3a38592177014ff51">XMLUni</a>
<li>fgAppinfo
: <a class="el" href="classPSVIUni.html#f9d5f6acab076fd0d25f982d281483c3">PSVIUni</a>
<li>fgApplicationInformation
: <a class="el" href="classPSVIUni.html#e6fe4bca302f1c7b5b670dea02d0522c">PSVIUni</a>
<li>fgArrayIndexOutOfBoundsException_Name
: <a class="el" href="classXMLUni.html#5637d7ffc623f1e6ab117b10acdf6b99">XMLUni</a>
<li>fgAtomic
: <a class="el" href="classPSVIUni.html#4cdc55e0e3a20dd417b7506251a61436">PSVIUni</a>
<li>fgAtomicMutex
: <a class="el" href="classXMLPlatformUtils.html#aa3859ca77bec01d7c5c4da4632ab761">XMLPlatformUtils</a>
<li>fgAttListString
: <a class="el" href="classXMLUni.html#9771a92a3cb6d6d8916d7301c10ea4b5">XMLUni</a>
<li>fgAttr
: <a class="el" href="classPSVIUni.html#2983ae8a8e4d658f94c652fec348b04b">PSVIUni</a>
<li>fgAttribute
: <a class="el" href="classPSVIUni.html#2f78363190ddc03053dbe6f79036c85b">PSVIUni</a>
<li>fgAttributeDeclaration
: <a class="el" href="classPSVIUni.html#ada6dfdfcc256b30c082b879bac60ae0">PSVIUni</a>
<li>fgAttributeGroupDefinition
: <a class="el" href="classPSVIUni.html#23110be94118fe7f41971b8ea8c65346">PSVIUni</a>
<li>fgAttributes
: <a class="el" href="classPSVIUni.html#1d4512b8f3091074ef193164ab1757b8">PSVIUni</a>
<li>fgAttributeType
: <a class="el" href="classPSVIUni.html#7bbadbc234a9cd3fa7d396f8ceb762c6">PSVIUni</a>
<li>fgAttributeUse
: <a class="el" href="classPSVIUni.html#e6a8a41ea5187152e79ca5c93ca84c65">PSVIUni</a>
<li>fgAttributeUses
: <a class="el" href="classPSVIUni.html#5a6d028967ae56b1123e08283ef20a5c">PSVIUni</a>
<li>fgAttributeWildcard
: <a class="el" href="classPSVIUni.html#20b0a0099b86e80bf34d775b45bd0330">PSVIUni</a>
<li>fgAu
: <a class="el" href="classPSVIUni.html#bb79029d406eb89e9e885db9df43dc45">PSVIUni</a>
<li>fgBaseTypeDefinition
: <a class="el" href="classPSVIUni.html#3a34123adc9cd08362e0859842bea1d8">PSVIUni</a>
<li>fgBaseURI
: <a class="el" href="classPSVIUni.html#5ee280e28ccd77caf1c4703b3e0bdcd3">PSVIUni</a>
<li>fgBooleanValueSpace
: <a class="el" href="classXMLUni.html#73f4cf734233d7837a9eb2d33efd4c66">XMLUni</a>
<li>fgBooleanValueSpaceArraySize
: <a class="el" href="classXMLUni.html#264b6b7d63abd749b585332ad43f429d">XMLUni</a>
<li>fgBounded
: <a class="el" href="classPSVIUni.html#52fb0b1f03cad71281f5756de3e18c5e">PSVIUni</a>
<li>fgByteMaxInc
: <a class="el" href="classXMLUni.html#3ea42c0b4dcd0bdc9ec1befee922559c">XMLUni</a>
<li>fgByteMinInc
: <a class="el" href="classXMLUni.html#7f1df987e7d4acb10cc488a31697d397">XMLUni</a>
<li>fgCanonicalRepresentation
: <a class="el" href="classPSVIUni.html#6b652a25253af0d668f3889e15f1a377">PSVIUni</a>
<li>fgCardinality
: <a class="el" href="classPSVIUni.html#70ab421aeb15368baacc5603631df4cf">PSVIUni</a>
<li>fgCDataEnd
: <a class="el" href="classXMLUni.html#2d7c96bb8b0ace700060d5a6d18d73cf">XMLUni</a>
<li>fgCDataStart
: <a class="el" href="classXMLUni.html#c57a6a9c1b7563bbe90d8d35163fb4a7">XMLUni</a>
<li>fgCDATAString
: <a class="el" href="classXMLUni.html#1e5309c0fa8caecb5a31466f97f39f1d">XMLUni</a>
<li>fgCharacter
: <a class="el" href="classPSVIUni.html#a993c9f2b5b65d02ee0cce074c2e32a1">PSVIUni</a>
<li>fgCharacterEncodingScheme
: <a class="el" href="classPSVIUni.html#b28c5a61631d23e12d8f235b17ccd6e0">PSVIUni</a>
<li>fgChildren
: <a class="el" href="classPSVIUni.html#cbfb6ae80bba1c6ab22f32e7e0c80d0d">PSVIUni</a>
<li>fgChoice
: <a class="el" href="classPSVIUni.html#3779dc90016d8426c0ea4ed3f50bfe25">PSVIUni</a>
<li>fgComment
: <a class="el" href="classPSVIUni.html#7a88d1f19a2a36a48b75b36c01b0758d">PSVIUni</a>
<li>fgCommentString
: <a class="el" href="classXMLUni.html#da848fd84d9129c473d1ee5e0f69a03e">XMLUni</a>
<li>fgComplexTypeDefinition
: <a class="el" href="classPSVIUni.html#a441df74f3fde36b63020c71eb1e8b1a">PSVIUni</a>
<li>fgCompositor
: <a class="el" href="classPSVIUni.html#3b6b06840786a91286b5090e800affa2">PSVIUni</a>
<li>fgContent
: <a class="el" href="classPSVIUni.html#e734c4aebb44bd7cddb3a5729704fd4d">PSVIUni</a>
<li>fgContentType
: <a class="el" href="classPSVIUni.html#9602b8de8abc29936d3f1013695621f7">PSVIUni</a>
<li>fgDeclaration
: <a class="el" href="classPSVIUni.html#a6e1401c24a36c9fa7f6eb17fb7c8a19">PSVIUni</a>
<li>fgDefault
: <a class="el" href="classPSVIUni.html#c37906e761492b2f0ddb6a209f0ef64e">PSVIUni</a>
<li>fgDefaultPanicHandler
: <a class="el" href="classXMLPlatformUtils.html#db96471b53887380718f80e54934925f">XMLPlatformUtils</a>
<li>fgDefaultString
: <a class="el" href="classXMLUni.html#36094aca1f5c5b055f763673dc8e787c">XMLUni</a>
<li>fgDefErrMsg
: <a class="el" href="classXMLUni.html#4a20b7dba11c8f10329fc7e7c27e885d">XMLUni</a>
<li>fgDerivationMethod
: <a class="el" href="classPSVIUni.html#d83569de1798049bbe558ab94a423660">PSVIUni</a>
<li>fgDGXMLScanner
: <a class="el" href="classXMLUni.html#9c2e2646543b44ef9bb085f957c67b14">XMLUni</a>
<li>fgDisallowedSubstitutions
: <a class="el" href="classPSVIUni.html#1a14488341c097e786ef25f04fdb4b26">PSVIUni</a>
<li>fgDocTypeDeclaration
: <a class="el" href="classPSVIUni.html#0e7bfdf00447af0b205f17807f327069">PSVIUni</a>
<li>fgDocTypeString
: <a class="el" href="classXMLUni.html#3b0e9ec6fe81f713dde8590e8cceef62">XMLUni</a>
<li>fgDocument
: <a class="el" href="classPSVIUni.html#8541d26e959ad9af3658d9bf440407ac">PSVIUni</a>
<li>fgDocumentation
: <a class="el" href="classPSVIUni.html#46052974662db4d458c390e5f16e018b">PSVIUni</a>
<li>fgDocumentElement
: <a class="el" href="classPSVIUni.html#bfb55fc7c783f7589f5bc42c964d5199">PSVIUni</a>
<li>fgDocumentLocation
: <a class="el" href="classPSVIUni.html#55bc0d60fd71949d895e2d27201f7c1f">PSVIUni</a>
<li>fgDOMCanonicalForm
: <a class="el" href="classXMLUni.html#f1c8579f0a6333bb981f2e460e3aa62e">XMLUni</a>
<li>fgDOMCDATASections
: <a class="el" href="classXMLUni.html#e2e95afc943f45107b99226f554593d6">XMLUni</a>
<li>fgDOMCharsetOverridesXMLEncoding
: <a class="el" href="classXMLUni.html#db848e71d8d497c748ad59882026d2f2">XMLUni</a>
<li>fgDOMCheckCharacterNormalization
: <a class="el" href="classXMLUni.html#39514d29c788fda104d3d93a10debfd5">XMLUni</a>
<li>fgDOMComments
: <a class="el" href="classXMLUni.html#81de3d5dcaa57fbfb167987f62310644">XMLUni</a>
<li>fgDOMDatatypeNormalization
: <a class="el" href="classXMLUni.html#a715ee2a4d2e9270ad25aebe68fa57de">XMLUni</a>
<li>fgDOMDisallowDoctype
: <a class="el" href="classXMLUni.html#e19630f95b5d215720a47a5477cb8974">XMLUni</a>
<li>fgDOMDTDType
: <a class="el" href="classXMLUni.html#305ab758c4fac2103be3a6779e7681fe">XMLUni</a>
<li>fgDOMElementContentWhitespace
: <a class="el" href="classXMLUni.html#e0e6893052984506ce160bb04f9d6f78">XMLUni</a>
<li>fgDOMEntities
: <a class="el" href="classXMLUni.html#0cfa1f1e2b28a8bf75f66ba0016655eb">XMLUni</a>
<li>fgDOMErrorHandler
: <a class="el" href="classXMLUni.html#5c081b7291d9270654b634676922e1f2">XMLUni</a>
<li>fgDOMIgnoreUnknownCharacterDenormalization
: <a class="el" href="classXMLUni.html#82726f10a56b22e4264a7c59af10a788">XMLUni</a>
<li>fgDOMInfoset
: <a class="el" href="classXMLUni.html#8fabf80f3437b3e60d9df96c73fbbf56">XMLUni</a>
<li>fgDOMNamespaceDeclarations
: <a class="el" href="classXMLUni.html#30d9d3b64c08c58ae61624fab2918a78">XMLUni</a>
<li>fgDOMNamespaces
: <a class="el" href="classXMLUni.html#ee9bdad3ba2798a2a241f7e54c49b7fb">XMLUni</a>
<li>fgDOMNormalizeCharacters
: <a class="el" href="classXMLUni.html#c5fbd32b6bb728dabdcc6c5eca236765">XMLUni</a>
<li>fgDOMResourceResolver
: <a class="el" href="classXMLUni.html#4d4aa5e5c608601aa41dd99291bc97ac">XMLUni</a>
<li>fgDOMSchemaLocation
: <a class="el" href="classXMLUni.html#48aec39957e3fcd094da696da338abb9">XMLUni</a>
<li>fgDOMSchemaType
: <a class="el" href="classXMLUni.html#b9239520aa7598bdc34a462b132b99d6">XMLUni</a>
<li>fgDOMSplitCDATASections
: <a class="el" href="classXMLUni.html#bb6a4b9ce41f677b69b80d3648171979">XMLUni</a>
<li>fgDOMSupportedMediatypesOnly
: <a class="el" href="classXMLUni.html#2e8628e3d033fe2f4ff214d493925e66">XMLUni</a>
<li>fgDOMValidate
: <a class="el" href="classXMLUni.html#77aa25670ccfe1b4717d6c11b4e53f66">XMLUni</a>
<li>fgDOMValidateIfSchema
: <a class="el" href="classXMLUni.html#b3430b6b2cf464d05c9c60a6e69355d7">XMLUni</a>
<li>fgDOMWellFormed
: <a class="el" href="classXMLUni.html#5bad3b9204cce2ae0d97dbc2dde42594">XMLUni</a>
<li>fgDOMWRTBOM
: <a class="el" href="classXMLUni.html#589e163dc474bdd27ab56f50d54ef011">XMLUni</a>
<li>fgDOMWRTCanonicalForm
: <a class="el" href="classXMLUni.html#dcf70e82fa4fdd559c3b401bf9659330">XMLUni</a>
<li>fgDOMWRTDiscardDefaultContent
: <a class="el" href="classXMLUni.html#1a28cfa0282a23e0220c5693937ab352">XMLUni</a>
<li>fgDOMWRTEntities
: <a class="el" href="classXMLUni.html#5dcb86d81db453c41f7bba71ecd7ecc4">XMLUni</a>
<li>fgDOMWRTFormatPrettyPrint
: <a class="el" href="classXMLUni.html#754fff9d3fc73c82225c8665d75c34a4">XMLUni</a>
<li>fgDOMWRTNormalizeCharacters
: <a class="el" href="classXMLUni.html#1a8f7b728bb20fb8771eb0a0c5de881a">XMLUni</a>
<li>fgDOMWRTSplitCdataSections
: <a class="el" href="classXMLUni.html#48f975eb21c99205d0d7c24efa1215e6">XMLUni</a>
<li>fgDOMWRTValidation
: <a class="el" href="classXMLUni.html#7133fc0c783b010c91bd62931503c35b">XMLUni</a>
<li>fgDOMWRTWhitespaceInElementContent
: <a class="el" href="classXMLUni.html#04d38d2fb9c0ee501cfd604660665e10">XMLUni</a>
<li>fgDOMWRTXercesPrettyPrint
: <a class="el" href="classXMLUni.html#f5cb7cb41fa5648476f5aab2442adae4">XMLUni</a>
<li>fgDOMXMLDeclaration
: <a class="el" href="classXMLUni.html#6f27a588f1673298142b8eec85793460">XMLUni</a>
<li>fgDOMXMLSchemaType
: <a class="el" href="classXMLUni.html#c980669cc2b6e15f0e7be797a2f6a990">XMLUni</a>
<li>fgDTDEntityString
: <a class="el" href="classXMLUni.html#5adc056527528a976fdce148eab13537">XMLUni</a>
<li>fgEBCDICEncodingString
: <a class="el" href="classXMLUni.html#4b63de34d184c9c1e82583ecc42aa93b">XMLUni</a>
<li>fgElement
: <a class="el" href="classPSVIUni.html#a4a7521fb6754888e4f191ae69ccce86">PSVIUni</a>
<li>fgElementDeclaration
: <a class="el" href="classPSVIUni.html#2faf0dbca59c0e594cf7ae854e87ad52">PSVIUni</a>
<li>fgElementOnly
: <a class="el" href="classPSVIUni.html#eb1d7b4e3be298a53aba0ae2e11f7682">PSVIUni</a>
<li>fgElemString
: <a class="el" href="classXMLUni.html#f04ff1ebefca0a5b2319be571d33ec14">XMLUni</a>
<li>fgElt
: <a class="el" href="classPSVIUni.html#f5f03d884f245aed46cc688f178d7264">PSVIUni</a>
<li>fgEmpty
: <a class="el" href="classPSVIUni.html#2bc51302a9860f64efa11d4a9d9af7bd">PSVIUni</a>
<li>fgEmptyStackException_Name
: <a class="el" href="classXMLUni.html#9b490d2e0de55369d88a79d180d09937">XMLUni</a>
<li>fgEmptyString
: <a class="el" href="classXMLUni.html#8925f75f19a397c6cff0eafe1e7f870f">XMLUni</a>
<li>fgEncodingString
: <a class="el" href="classXMLUni.html#0ccb7c3e0a1f5aeeefcf9f7528f81f9c">XMLUni</a>
<li>fgEntitiesString
: <a class="el" href="classXMLUni.html#2a6bb842a156afeac5d990df91e9ad45">XMLUni</a>
<li>fgEntitString
: <a class="el" href="classXMLUni.html#fe4197dc45d1ee9152efcce99758c180">XMLUni</a>
<li>fgEntityString
: <a class="el" href="classXMLUni.html#7d1abb6358288f6f19620811065dad39">XMLUni</a>
<li>fgEnumeration
: <a class="el" href="classPSVIUni.html#6815a7aae6ed26e653a6c5455dc1793b">PSVIUni</a>
<li>fgEnumerationString
: <a class="el" href="classXMLUni.html#66ce865cdcf826cb1ee7e7bec588c593">XMLUni</a>
<li>fgEString
: <a class="el" href="classXMLUni.html#5b0e7abe529b2e1ddb42950750329523">XMLUni</a>
<li>fgExceptDomain
: <a class="el" href="classXMLUni.html#8d5a9e8e27347d1caaff4f33bc5bed5c">XMLUni</a>
<li>fgExtension
: <a class="el" href="classPSVIUni.html#96adcce6dfe7b5ad0451167e8c770400">PSVIUni</a>
<li>fgFacetFixed
: <a class="el" href="classPSVIUni.html#95c3ba8a2311ead8becdad22508e368f">PSVIUni</a>
<li>fgFacets
: <a class="el" href="classPSVIUni.html#aca42ab26d9373f7844b56a34cd8eb22">PSVIUni</a>
<li>fgFalse
: <a class="el" href="classPSVIUni.html#02ad6f35899715f176fc511324e401f3">PSVIUni</a>
<li>fgFields
: <a class="el" href="classPSVIUni.html#f7f407d1bf9da56b13ed6a0ac844d85f">PSVIUni</a>
<li>fgFileMgr
: <a class="el" href="classXMLPlatformUtils.html#14ce4194a811184a9e1e17ca2adeee9d">XMLPlatformUtils</a>
<li>fgFinal
: <a class="el" href="classPSVIUni.html#23f869af92721bffbc618e184dd90d8a">PSVIUni</a>
<li>fgFixedString
: <a class="el" href="classXMLUni.html#51648ee79a40eb1d92109d48dc9e8c9e">XMLUni</a>
<li>fgFractionDigits
: <a class="el" href="classPSVIUni.html#6f3d24257a0d567798d371705df36b6b">PSVIUni</a>
<li>fgFull
: <a class="el" href="classPSVIUni.html#e1e4c5f3a0f61a0ee3c8d000982c0a87">PSVIUni</a>
<li>fgFundamentalFacets
: <a class="el" href="classPSVIUni.html#730bceee06c1fed06e0dc9245806cf27">PSVIUni</a>
<li>fgGlobal
: <a class="el" href="classPSVIUni.html#a231991a1bfb9b11b72b05921eafa801">PSVIUni</a>
<li>fgGT
: <a class="el" href="classXMLUni.html#bc5642ce94e549f5bee42442a75ebac2">XMLUni</a>
<li>fgIBM037EncodingString
: <a class="el" href="classXMLUni.html#dc67029ac0d141021edc20c5bac720be">XMLUni</a>
<li>fgIBM037EncodingString2
: <a class="el" href="classXMLUni.html#b0087ee1ed0b7743af478a2beee0d608">XMLUni</a>
<li>fgIBM1047EncodingString
: <a class="el" href="classXMLUni.html#81530db0c781dbb83a5e06607db5cf60">XMLUni</a>
<li>fgIBM1047EncodingString2
: <a class="el" href="classXMLUni.html#ff90e37da70e96a4eab08ccb73dc5856">XMLUni</a>
<li>fgIBM1140EncodingString
: <a class="el" href="classXMLUni.html#59bfa5deda45104daec077f5bda40503">XMLUni</a>
<li>fgIBM1140EncodingString2
: <a class="el" href="classXMLUni.html#207c062a5b828406b7a23f5ecc0312c9">XMLUni</a>
<li>fgIBM1140EncodingString3
: <a class="el" href="classXMLUni.html#5740db74a9bb74b8e14a7b3a0617c08b">XMLUni</a>
<li>fgIBM1140EncodingString4
: <a class="el" href="classXMLUni.html#64bb1bc5cb0d18ff45ccf962b8b1853e">XMLUni</a>
<li>fgIdc
: <a class="el" href="classPSVIUni.html#40e43f8b2378da4527719de6cc184744">PSVIUni</a>
<li>fgIdentityConstraintCategory
: <a class="el" href="classPSVIUni.html#8325819beaabbbeb0215dd6f3950c1c9">PSVIUni</a>
<li>fgIdentityConstraintDefinition
: <a class="el" href="classPSVIUni.html#24133cf146fa9075d886c19ded329102">PSVIUni</a>
<li>fgIdentityConstraintDefinitions
: <a class="el" href="classPSVIUni.html#8a0d863e0ed9f72b8e58ea4d9d498415">PSVIUni</a>
<li>fgIdentityConstraintTable
: <a class="el" href="classPSVIUni.html#f6a1ee37fa80a1bfbd80d7e2269c5649">PSVIUni</a>
<li>fgIdIdrefTable
: <a class="el" href="classPSVIUni.html#36219bd0a9ad42cbfc02d64e387d7dff">PSVIUni</a>
<li>fgIDRefsString
: <a class="el" href="classXMLUni.html#0c7b10fdd71579660efc4feba0a2b6a2">XMLUni</a>
<li>fgIDRefString
: <a class="el" href="classXMLUni.html#ee0765857adecb4d0bdc7ad743459f63">XMLUni</a>
<li>fgIDString
: <a class="el" href="classXMLUni.html#6d984cdf0576f203c4c0b626350ffb87">XMLUni</a>
<li>fgIESString
: <a class="el" href="classXMLUni.html#e174d1647d2d7fa31671c6f639d3fe6f">XMLUni</a>
<li>fgIgnoreString
: <a class="el" href="classXMLUni.html#4ceb90ab7701cdf7f86293c0076d9331">XMLUni</a>
<li>fgIGXMLScanner
: <a class="el" href="classXMLUni.html#ff6e5a3105c2e251b717c9390035c8ff">XMLUni</a>
<li>fgIllegalArgumentException_Name
: <a class="el" href="classXMLUni.html#d5588c239997300c5cb786e3fb5e94d2">XMLUni</a>
<li>fgImpliedString
: <a class="el" href="classXMLUni.html#017cd7437967069408d7cf713f931691">XMLUni</a>
<li>fgIncludeString
: <a class="el" href="classXMLUni.html#0cbeb3a27239fb13d349ddde5733690a">XMLUni</a>
<li>fgInfoset
: <a class="el" href="classPSVIUni.html#cfc1057eff021c7a0c1b144b177461fb">PSVIUni</a>
<li>fgInfosetURIName
: <a class="el" href="classXMLUni.html#c8376cefbe4b29652a7b1ee44a8e0c6c">XMLUni</a>
<li>fgInScopeNamespaces
: <a class="el" href="classPSVIUni.html#b6f42f9d3c0d5334e25b96f315db6b20">PSVIUni</a>
<li>fgIntMaxInc
: <a class="el" href="classXMLUni.html#06a6c1927855c51a28b1f81b0afb24a7">XMLUni</a>
<li>fgIntMinInc
: <a class="el" href="classXMLUni.html#c5ac6dc5abe51fe6253dbcc579997d99">XMLUni</a>
<li>fgInvalid
: <a class="el" href="classPSVIUni.html#fb11ad21c28d956e58254ea3f62b8288">PSVIUni</a>
<li>fgInvalidAttrId
: <a class="el" href="classXMLAttDef.html#8b6036eb22e84bef591913ba8f709f18">XMLAttDef</a>
<li>fgInvalidCastException_Name
: <a class="el" href="classXMLUni.html#0fed1ec551dab5395364738cf464fb31">XMLUni</a>
<li>fgInvalidDatatypeFacetException_Name
: <a class="el" href="classXMLUni.html#a980c9d31b086c3e54837244b78322b3">XMLUni</a>
<li>fgInvalidDatatypeValueException_Name
: <a class="el" href="classXMLUni.html#a5a7c7dba1f436912c92bfcad7100c24">XMLUni</a>
<li>fgInvalidElemId
: <a class="el" href="classXMLElementDecl.html#afc21717d7759f3fe357e92707d1870d">XMLElementDecl</a>
<li>fgIOException_Name
: <a class="el" href="classXMLUni.html#94b2c975bd7daa9ff4629ccc1de94042">XMLUni</a>
<li>fgISO88591EncodingString
: <a class="el" href="classXMLUni.html#ea45f1a7e362eadb9b42c43ee9c05f9d">XMLUni</a>
<li>fgISO88591EncodingString10
: <a class="el" href="classXMLUni.html#184ed54a26bb775a81bedee0efb4bf34">XMLUni</a>
<li>fgISO88591EncodingString11
: <a class="el" href="classXMLUni.html#dce60fde62bd165c18acebc92021a8e0">XMLUni</a>
<li>fgISO88591EncodingString12
: <a class="el" href="classXMLUni.html#48b5bc9999dfb7eb75851cedc9a97605">XMLUni</a>
<li>fgISO88591EncodingString2
: <a class="el" href="classXMLUni.html#6aecc3adff56e1fe1bc95a8470bb3386">XMLUni</a>
<li>fgISO88591EncodingString3
: <a class="el" href="classXMLUni.html#f0c31b53c767cd8db023d82982884ef5">XMLUni</a>
<li>fgISO88591EncodingString4
: <a class="el" href="classXMLUni.html#b3c9a56611fd1a63dc8a484e6f3c35ef">XMLUni</a>
<li>fgISO88591EncodingString5
: <a class="el" href="classXMLUni.html#a1ce6ba96f6a6dc2cdc8f27c10632512">XMLUni</a>
<li>fgISO88591EncodingString6
: <a class="el" href="classXMLUni.html#20df2962b0235d56ca807023e3f12dc5">XMLUni</a>
<li>fgISO88591EncodingString7
: <a class="el" href="classXMLUni.html#f052db047efce72b148c89e88b6a75f6">XMLUni</a>
<li>fgISO88591EncodingString8
: <a class="el" href="classXMLUni.html#030292b128e254b6a710c9be74b71efa">XMLUni</a>
<li>fgISO88591EncodingString9
: <a class="el" href="classXMLUni.html#9cc6f20b0cb3917fbbc25241be127f78">XMLUni</a>
<li>fgItemTypeDefinition
: <a class="el" href="classPSVIUni.html#a5629a08ca2e066e54331db6724f8bc6">PSVIUni</a>
<li>fgKey
: <a class="el" href="classPSVIUni.html#5aad8d1828a33500865f06fa3dd3366a">PSVIUni</a>
<li>fgKeyref
: <a class="el" href="classPSVIUni.html#c44b52df3d9315cc6162ecf51e3ad584">PSVIUni</a>
<li>fgLangPattern
: <a class="el" href="classXMLUni.html#53538837ae001114150a9d5749963a08">XMLUni</a>
<li>fgLax
: <a class="el" href="classPSVIUni.html#1a3ad481dea4ffa7e3938172a3e33b5c">PSVIUni</a>
<li>fgLength
: <a class="el" href="classPSVIUni.html#1a8d71e8b0b78b7d634160f7ad259e63">PSVIUni</a>
<li>fgList
: <a class="el" href="classPSVIUni.html#5f217717a7533fe9bcc95d60d41b9fd3">PSVIUni</a>
<li>fgLocal
: <a class="el" href="classPSVIUni.html#8656d76947ad4944d84ca45e40fcd246">PSVIUni</a>
<li>fgLocalHostString
: <a class="el" href="classXMLUni.html#461528eacdcd18bf81e144a584894d4c">XMLUni</a>
<li>fgLocalName
: <a class="el" href="classPSVIUni.html#dd171676e191d609ce5f64a6fbc69f69">PSVIUni</a>
<li>fgLongMaxInc
: <a class="el" href="classXMLUni.html#f892d7da1f3adb5d19550b3b3af9fe06">XMLUni</a>
<li>fgLongMinInc
: <a class="el" href="classXMLUni.html#9ce288df9ad113a2dbf15dd352ba7aca">XMLUni</a>
<li>fgLT
: <a class="el" href="classXMLUni.html#5fe236ef54907e622529c938473ff5c1">XMLUni</a>
<li>fgMalformedURLException_Name
: <a class="el" href="classXMLUni.html#67c83ea9acc2a026168b613b4fb99184">XMLUni</a>
<li>fgMaxExclusive
: <a class="el" href="classPSVIUni.html#6f9b4097657c5e2803c01afe3d6596fd">PSVIUni</a>
<li>fgMaxInclusive
: <a class="el" href="classPSVIUni.html#e383417cc3c41908cd5c3044aad4b6b2">PSVIUni</a>
<li>fgMaxLength
: <a class="el" href="classPSVIUni.html#3527b9ac0cac718605eea64b962eb6d9">PSVIUni</a>
<li>fgMaxOccurs
: <a class="el" href="classPSVIUni.html#b51aabce71d229ec69e4a3da10643069">PSVIUni</a>
<li>fgMemberTypeDefinition
: <a class="el" href="classPSVIUni.html#d049f556bf760d5fb64414f220f7eeb4">PSVIUni</a>
<li>fgMemberTypeDefinitions
: <a class="el" href="classPSVIUni.html#119c91c0e90236bc531d770101451354">PSVIUni</a>
<li>fgMemoryManager
: <a class="el" href="classXMLPlatformUtils.html#97eff0d9fff3567bea3acd3ca4d95252">XMLPlatformUtils</a>
<li>fgMg
: <a class="el" href="classPSVIUni.html#7c17c4c29deb1900b375003dcd2aa749">PSVIUni</a>
<li>fgMinExclusive
: <a class="el" href="classPSVIUni.html#7b7d943c99f0f8b6b83f0d46c13d14aa">PSVIUni</a>
<li>fgMinInclusive
: <a class="el" href="classPSVIUni.html#3e2f5d48b60ec0a459756c02abffa47d">PSVIUni</a>
<li>fgMinLength
: <a class="el" href="classPSVIUni.html#c89f11b55690247df7e11ff877d837a0">PSVIUni</a>
<li>fgMinOccurs
: <a class="el" href="classPSVIUni.html#49af47b48996b652781427b30fb2322c">PSVIUni</a>
<li>fgMixed
: <a class="el" href="classPSVIUni.html#ae713d267c21b9ff7f7b6bc23f72590c">PSVIUni</a>
<li>fgModelGroup
: <a class="el" href="classPSVIUni.html#b56df7ef7fa7b9e5c155e560af1f38c1">PSVIUni</a>
<li>fgModelGroupDefinition
: <a class="el" href="classPSVIUni.html#578c5193654363d1eb21021e4de0705d">PSVIUni</a>
<li>fgMutexMgr
: <a class="el" href="classXMLPlatformUtils.html#28f0c7e21b0ccf29bb38c90a544ebc8f">XMLPlatformUtils</a>
<li>fgName
: <a class="el" href="classPSVIUni.html#95a1e848809345562f8e734cd31a7124">PSVIUni</a>
<li>fgNamespace
: <a class="el" href="classPSVIUni.html#e5d1aefcc86b8fe30bd072e79ca57ed1">PSVIUni</a>
<li>fgNamespaceAttributes
: <a class="el" href="classPSVIUni.html#50a2f3903615fe9c7cd164c0877ced3e">PSVIUni</a>
<li>fgNamespaceConstraint
: <a class="el" href="classPSVIUni.html#3c5ef76905d0f7444f4895fbacc401d2">PSVIUni</a>
<li>fgNamespaceInfoset
: <a class="el" href="classPSVIUni.html#b2eafb6ae0dacb1276bd9a21e836c463">PSVIUni</a>
<li>fgNamespaceInstance
: <a class="el" href="classPSVIUni.html#e1c2631ddbd2cc459e4fb36d0c98165b">PSVIUni</a>
<li>fgNamespaceName
: <a class="el" href="classPSVIUni.html#0b574a234b936e7c268a3b61b79b23ad">PSVIUni</a>
<li>fgNamespacePsvi
: <a class="el" href="classPSVIUni.html#d03ab42d5c8f06488e6f9aaaea241aaf">PSVIUni</a>
<li>fgNamespaces
: <a class="el" href="classPSVIUni.html#150288a0d924cf744aeef113f5ca0565">PSVIUni</a>
<li>fgNamespaceSchemaInformation
: <a class="el" href="classPSVIUni.html#c32c612c4b3ee48d12ab8bf42548d1f3">PSVIUni</a>
<li>fgNamespaceXmlSchema
: <a class="el" href="classPSVIUni.html#162c0df2206a5591f037df4652be3530">PSVIUni</a>
<li>fgNaNString
: <a class="el" href="classXMLUni.html#6d4762da84137709bbc3cde6c5d0ea2d">XMLUni</a>
<li>fgNDATAString
: <a class="el" href="classXMLUni.html#2983d364ebe8901a5349d68157ff0c15">XMLUni</a>
<li>fgNegINFString
: <a class="el" href="classXMLUni.html#25a12b2c447bab5b1f9841cf8318c69f">XMLUni</a>
<li>fgNegOne
: <a class="el" href="classXMLUni.html#96c5a4d2fadde57c78c499bcfd6b0e31">XMLUni</a>
<li>fgNegZeroString
: <a class="el" href="classXMLUni.html#f0aef7925264138c7b2d50760b188089">XMLUni</a>
<li>fgNetAccessor
: <a class="el" href="classXMLPlatformUtils.html#6bbba118a3327b2e7c1952bf04de2787">XMLPlatformUtils</a>
<li>fgNetAccessorException_Name
: <a class="el" href="classXMLUni.html#cfb271398fdfd657e9568845e499129f">XMLUni</a>
<li>fgNil
: <a class="el" href="classPSVIUni.html#0b474ce3f760f170ef69e9b816a1a4ca">PSVIUni</a>
<li>fgNillable
: <a class="el" href="classPSVIUni.html#89b3f77483fc04b00e1c5d70b53a6f5e">PSVIUni</a>
<li>fgNmTokensString
: <a class="el" href="classXMLUni.html#b83a9422814a53361f4049c51c48e231">XMLUni</a>
<li>fgNmTokenString
: <a class="el" href="classXMLUni.html#525d68f5c99843097d9f2d47ca9a4b1a">XMLUni</a>
<li>fgNone
: <a class="el" href="classPSVIUni.html#f2e9fe935c5a7ea572afc6bf8c6f84de">PSVIUni</a>
<li>fgNormalizedValue
: <a class="el" href="classPSVIUni.html#c40547a3d8cadb98f09a4b797cb810be">PSVIUni</a>
<li>fgNoString
: <a class="el" href="classXMLUni.html#6062a2b295d8f02def2f12fcfce7dea7">XMLUni</a>
<li>fgNoSuchElementException_Name
: <a class="el" href="classXMLUni.html#70bb0d859c7aa4bb01311127cb0b2528">XMLUni</a>
<li>fgNot
: <a class="el" href="classPSVIUni.html#5e3fd645ca869a71f65a33a787c12eb3">PSVIUni</a>
<li>fgNotation
: <a class="el" href="classPSVIUni.html#6d5c2cd1d618d869267c4b68ddddb141">PSVIUni</a>
<li>fgNotationDeclaration
: <a class="el" href="classPSVIUni.html#055e1ae5c8fed890956944f5eab1d352">PSVIUni</a>
<li>fgNotations
: <a class="el" href="classPSVIUni.html#7c754689417032d25576b6ed86ca23ad">PSVIUni</a>
<li>fgNotationString
: <a class="el" href="classXMLUni.html#adc8a8262d397cb075cb8aff1fea41b5">XMLUni</a>
<li>fgNotKnown
: <a class="el" href="classPSVIUni.html#fc259d6e4d978e3625137086a8442eb6">PSVIUni</a>
<li>fgNsNamespace
: <a class="el" href="classPSVIUni.html#62d9d0ccb7d24916b38f2670c7158fe8">PSVIUni</a>
<li>fgNullPointerException_Name
: <a class="el" href="classXMLUni.html#e6e0f7908f13b30e529dd807b3989287">XMLUni</a>
<li>fgNullString
: <a class="el" href="classXMLUni.html#ca96776868049e55809fa4108acf9e4d">XMLUni</a>
<li>fgNumberFormatException_Name
: <a class="el" href="classXMLUni.html#db435f1f36ce9747a9e900626f21d373">XMLUni</a>
<li>fgNumeric
: <a class="el" href="classPSVIUni.html#74b03d5328a6f4ac7f900d0189ae2456">PSVIUni</a>
<li>fgOnePointZero
: <a class="el" href="classPSVIUni.html#4d15cf13975aef8d06aaa25d68147921">PSVIUni</a>
<li>fgOrdered
: <a class="el" href="classPSVIUni.html#c909fb1191f9dbef1fba161e9286f9d5">PSVIUni</a>
<li>fgParseException_Name
: <a class="el" href="classXMLUni.html#81d7cf1a18579f244534bb6d8f7b6108">XMLUni</a>
<li>fgPartial
: <a class="el" href="classPSVIUni.html#4e38b7b960c5a8c01369aebb02a6e9b6">PSVIUni</a>
<li>fgParticle
: <a class="el" href="classPSVIUni.html#0f3974fbf45d8116555438df36ee2829">PSVIUni</a>
<li>fgParticles
: <a class="el" href="classPSVIUni.html#cdc033abd3e5999f1b42a5a88f858351">PSVIUni</a>
<li>fgPattern
: <a class="el" href="classPSVIUni.html#1beac092a53ed740af03429736873702">PSVIUni</a>
<li>fgPCDataElemId
: <a class="el" href="classXMLElementDecl.html#79dd4823913a168fb46ffb6b0bfc78ab">XMLElementDecl</a>
<li>fgPCDataElemName
: <a class="el" href="classXMLElementDecl.html#a7b8ed177aca128f956132dea880cf6b">XMLElementDecl</a>
<li>fgPCDATAString
: <a class="el" href="classXMLUni.html#bb35fd74f7eed08ad5e3c9f6d2f11286">XMLUni</a>
<li>fgPIString
: <a class="el" href="classXMLUni.html#ca0b8a476dce3b4d652d8da2a8ee0d57">XMLUni</a>
<li>fgPosINFString
: <a class="el" href="classXMLUni.html#56a08768ab70c7ad13caa7aa3a991982">XMLUni</a>
<li>fgPosZeroString
: <a class="el" href="classXMLUni.html#ca780b1477e2d97e33ac2b16678d044a">XMLUni</a>
<li>fgPrefix
: <a class="el" href="classPSVIUni.html#9140ed16d674ef24e05257caf4e34e59">PSVIUni</a>
<li>fgPrimitiveTypeDefinition
: <a class="el" href="classPSVIUni.html#f5f35b62b0450cab2a1e91e5d896b8d3">PSVIUni</a>
<li>fgProcessContents
: <a class="el" href="classPSVIUni.html#394b35af1b530d105bb7fb56deec8598">PSVIUni</a>
<li>fgProcessingInstruction
: <a class="el" href="classPSVIUni.html#68a24e6e1c6d1cc5b8b616a13b22695e">PSVIUni</a>
<li>fgProhibitedSubstitutions
: <a class="el" href="classPSVIUni.html#3f465ac34d89b3a812f1ad9e0ab4e331">PSVIUni</a>
<li>fgPsv
: <a class="el" href="classPSVIUni.html#dee7b7cf20985cd25e9b7badce82359c">PSVIUni</a>
<li>fgPsvColon
: <a class="el" href="classPSVIUni.html#4119ae49171736672e6d9b5b1ddf45cc">PSVIUni</a>
<li>fgPsvDocument
: <a class="el" href="classPSVIUni.html#35e0bb9119e6d9ef7de2c9570ce84081">PSVIUni</a>
<li>fgPubIDString
: <a class="el" href="classXMLUni.html#9d9660ef15abd7d0a8c78eb56e1597e9">XMLUni</a>
<li>fgPublicIdentifier
: <a class="el" href="classPSVIUni.html#56ca78c80ff6ef44f3dbd87df0d3c12d">PSVIUni</a>
<li>fgQuot
: <a class="el" href="classXMLUni.html#a42c1e3eb734c1bd6889f06f96e8a1c5">XMLUni</a>
<li>fGrammar
: <a class="el" href="classXSNamespaceItem.html#58ad6d7e789ffe683b99226fb4a3de04">XSNamespaceItem</a>
<li>fGrammarPool
: <a class="el" href="classAbstractDOMParser.html#318bbe7a281aa336da46b846b92acddf">AbstractDOMParser</a>
<li>fGrammarResolver
: <a class="el" href="classAbstractDOMParser.html#fd0a611c05d8e6c170abe3c2b8cb456b">AbstractDOMParser</a>
<li>fgReferencedKey
: <a class="el" href="classPSVIUni.html#5edee8c0271bb2aa25cbf812d9651e23">PSVIUni</a>
<li>fgReferences
: <a class="el" href="classPSVIUni.html#8a2c31427ce1888c4a6452ba4fb5c2ba">PSVIUni</a>
<li>fgRefString
: <a class="el" href="classXMLUni.html#335751b1f3844a0e28f43bf684c65a94">XMLUni</a>
<li>fgRequired
: <a class="el" href="classPSVIUni.html#6f4848e8aaacbad11ef508197ca7d968">PSVIUni</a>
<li>fgRequiredString
: <a class="el" href="classXMLUni.html#473245fb670fc31ff8780ee07a9666a9">XMLUni</a>
<li>fgRestrict
: <a class="el" href="classPSVIUni.html#02fd1008cbfc838ac3f4f3366ef96eb5">PSVIUni</a>
<li>fgRestriction
: <a class="el" href="classPSVIUni.html#dff28f0994efa62cd3b76a1dc0b1601c">PSVIUni</a>
<li>fGroupInfo
: <a class="el" href="classXSModelGroupDefinition.html#dd161dfc3bd3e601ec7ede5617627706">XSModelGroupDefinition</a>
<li>fgRuntimeException_Name
: <a class="el" href="classXMLUni.html#9b19cd4630750257615450befed429b8">XMLUni</a>
<li>fgSAX2CoreNameSpacePrefixes
: <a class="el" href="classXMLUni.html#63e4d66974b036fbb009a6aad812f1a7">XMLUni</a>
<li>fgSAX2CoreNameSpaces
: <a class="el" href="classXMLUni.html#8c6bcf1d0434a62a41c1456edf467cbc">XMLUni</a>
<li>fgSAX2CoreValidation
: <a class="el" href="classXMLUni.html#da274cca8d7633b159dbd0fe2e996911">XMLUni</a>
<li>fgSchema
: <a class="el" href="classPSVIUni.html#110e49474450c81cb6fcadc3b7fd6102">PSVIUni</a>
<li>fgSchemaAnnotations
: <a class="el" href="classPSVIUni.html#06dc4ca99379a1811ebd9592420e5155">PSVIUni</a>
<li>fgSchemaComponents
: <a class="el" href="classPSVIUni.html#50f658c46aba7d6bba4b96d0cdf6d7cb">PSVIUni</a>
<li>fgSchemaDateTimeException_Name
: <a class="el" href="classXMLUni.html#6d1158f055eae2b6a022d3ee132e57c6">XMLUni</a>
<li>fgSchemaDefault
: <a class="el" href="classPSVIUni.html#812d911440dfc03e8c6b5dbe04ac94a3">PSVIUni</a>
<li>fgSchemaDocument
: <a class="el" href="classPSVIUni.html#5c77137f5e7d64c2e882c5461895303b">PSVIUni</a>
<li>fgSchemaDocuments
: <a class="el" href="classPSVIUni.html#9a7286b04fdb0f0b99fc302baea2f5ab">PSVIUni</a>
<li>fgSchemaErrorCode
: <a class="el" href="classPSVIUni.html#819bde48c8e33569ee30e58f3ee54f06">PSVIUni</a>
<li>fgSchemaInformation
: <a class="el" href="classPSVIUni.html#63fbfcf492a3d560acdfa31d6768e29d">PSVIUni</a>
<li>fgSchemaNamespace
: <a class="el" href="classPSVIUni.html#b5b80092ce33d6c70b30279557205659">PSVIUni</a>
<li>fgSchemaNormalizedValue
: <a class="el" href="classPSVIUni.html#ce0106d2b088a143023599c700f83abd">PSVIUni</a>
<li>fgSchemaSpecified
: <a class="el" href="classPSVIUni.html#ee9d195f49a6810c5c8e0b90eaa367b7">PSVIUni</a>
<li>fgScope
: <a class="el" href="classPSVIUni.html#6914ddd330efe22375b8deca2d7bd226">PSVIUni</a>
<li>fgSelector
: <a class="el" href="classPSVIUni.html#2de2e9af8b8717376ad9de75cfd4b76e">PSVIUni</a>
<li>fgSequence
: <a class="el" href="classPSVIUni.html#448d4d09cdf7c76dd42cc5f9e583f9e3">PSVIUni</a>
<li>fgSGXMLScanner
: <a class="el" href="classXMLUni.html#cd69e27b3899701abeb80ffc98ac7720">XMLUni</a>
<li>fgShortMaxInc
: <a class="el" href="classXMLUni.html#f75997586ca9e9a3b607149694cea73f">XMLUni</a>
<li>fgShortMinInc
: <a class="el" href="classXMLUni.html#0cc2ed35a268839356a6726c66c799ad">XMLUni</a>
<li>fgSimple
: <a class="el" href="classPSVIUni.html#a0b4abf48cb0dab28fb397a341213ed3">PSVIUni</a>
<li>fgSimpleTypeDefinition
: <a class="el" href="classPSVIUni.html#7571c35ce739420c33c44c8b552c1835">PSVIUni</a>
<li>fgSkip
: <a class="el" href="classPSVIUni.html#c71d2d8975c3b569937379a8e864ec05">PSVIUni</a>
<li>fgSpecified
: <a class="el" href="classPSVIUni.html#4c42e88d30bfd22c94e177f8c6b7bf63">PSVIUni</a>
<li>fgSSE2ok
: <a class="el" href="classXMLPlatformUtils.html#41b2fc50c55ad21172a8e649d441aec0">XMLPlatformUtils</a>
<li>fgStandalone
: <a class="el" href="classPSVIUni.html#76cb0712bfe784c413b36af5de947f32">PSVIUni</a>
<li>fgStandaloneString
: <a class="el" href="classXMLUni.html#0663631a0a6f654da56bf40692840fca">XMLUni</a>
<li>fgStrict
: <a class="el" href="classPSVIUni.html#1c214b1d53e00821b06054ac46c9921f">PSVIUni</a>
<li>fgSubstitution
: <a class="el" href="classPSVIUni.html#9a7175c8ca5b7fb851e2275fa3598f5f">PSVIUni</a>
<li>fgSubstitutionGroupAffiliation
: <a class="el" href="classPSVIUni.html#b6ee72c46e3b027a6cd960d10a8fb4a0">PSVIUni</a>
<li>fgSubstitutionGroupExclusions
: <a class="el" href="classPSVIUni.html#d3df372a15919412cde017379b46a377">PSVIUni</a>
<li>fgSysIDString
: <a class="el" href="classXMLUni.html#03b3abb7c9c88ec115cbf0c2e9ae3daf">XMLUni</a>
<li>fgSystemIdentifier
: <a class="el" href="classPSVIUni.html#b35de9cdc61229b711fc3ebd1115d63a">PSVIUni</a>
<li>fgTarget
: <a class="el" href="classPSVIUni.html#6f78c585224fd717d2570c02661e7e9c">PSVIUni</a>
<li>fgTargetNamespace
: <a class="el" href="classPSVIUni.html#2bab5f576b4a4195026a3a4d5c4af1a9">PSVIUni</a>
<li>fgTerm
: <a class="el" href="classPSVIUni.html#c117d776ab90bc579aac83e26a55ddff">PSVIUni</a>
<li>fgText
: <a class="el" href="classPSVIUni.html#ee12c908d79eba013271b445f2327874">PSVIUni</a>
<li>fgTextContent
: <a class="el" href="classPSVIUni.html#f02d706f23e48735fc271cafe86df30c">PSVIUni</a>
<li>fgTotal
: <a class="el" href="classPSVIUni.html#01aaf4f7745fcd59cbb6c204f542ed30">PSVIUni</a>
<li>fgTotalDigits
: <a class="el" href="classPSVIUni.html#d65c524c44ad4d9190a51695b000a862">PSVIUni</a>
<li>fgTranscodingException_Name
: <a class="el" href="classXMLUni.html#5971a181f7bb346fb37ea9bfb1dde487">XMLUni</a>
<li>fgTransService
: <a class="el" href="classXMLPlatformUtils.html#bb0ad83db922cbf891a70319b2e6702b">XMLPlatformUtils</a>
<li>fgTrue
: <a class="el" href="classPSVIUni.html#19af80935c634451fef4d61093d3c356">PSVIUni</a>
<li>fgType
: <a class="el" href="classPSVIUni.html#24a6423c523bf1f62d7f9345bc2eacaf">PSVIUni</a>
<li>fgTypeDefinition
: <a class="el" href="classPSVIUni.html#e151686f5446253c70a746f83d1e73a7">PSVIUni</a>
<li>fgUByteMaxInc
: <a class="el" href="classXMLUni.html#801e7f8e7bfe2864d94fb6996764cd19">XMLUni</a>
<li>fgUCS4BEncodingString
: <a class="el" href="classXMLUni.html#812e9926160f1bc52ba54e269f0092dc">XMLUni</a>
<li>fgUCS4BEncodingString2
: <a class="el" href="classXMLUni.html#7c80145bfc5844c40d2cf2dc105135cb">XMLUni</a>
<li>fgUCS4EncodingString
: <a class="el" href="classXMLUni.html#0f208729ec188a146495d1b5e1bb567c">XMLUni</a>
<li>fgUCS4EncodingString2
: <a class="el" href="classXMLUni.html#31a602ba728c4af96025ad9e41240848">XMLUni</a>
<li>fgUCS4EncodingString3
: <a class="el" href="classXMLUni.html#c2c7e98078ad9a9aebfe69de8ef99b77">XMLUni</a>
<li>fgUCS4EncodingString4
: <a class="el" href="classXMLUni.html#f4361c5f0a3a3878982cb467fa23b1fa">XMLUni</a>
<li>fgUCS4EncodingString5
: <a class="el" href="classXMLUni.html#96f6f3af2dcea62762ae22ebe41cfd0c">XMLUni</a>
<li>fgUCS4LEncodingString
: <a class="el" href="classXMLUni.html#d69f018550cd0f4a379b433b4ff39ddf">XMLUni</a>
<li>fgUCS4LEncodingString2
: <a class="el" href="classXMLUni.html#0f48536f0ad7803613612e0a94501476">XMLUni</a>
<li>fgUIntMaxInc
: <a class="el" href="classXMLUni.html#1154f2544d4f40c2887cfeceb0a5c8e7">XMLUni</a>
<li>fgULongMaxInc
: <a class="el" href="classXMLUni.html#b0923d6292a763d83366422958ce43d4">XMLUni</a>
<li>fgUnbounded
: <a class="el" href="classPSVIUni.html#cac07fcb399b60e82a7b13c2265d5df2">PSVIUni</a>
<li>fgUnexpectedEOFException_Name
: <a class="el" href="classXMLUni.html#9041ac58257962272e728923aa5f6def">XMLUni</a>
<li>fgUnion
: <a class="el" href="classPSVIUni.html#cdb87e4357c268bfcdba478ddba9a846">PSVIUni</a>
<li>fgUnique
: <a class="el" href="classPSVIUni.html#9342ba1d9261ff1af93ef600cb272835">PSVIUni</a>
<li>fgUnknown
: <a class="el" href="classPSVIUni.html#3032c77fdc8561703731a437b3aeeb7e">PSVIUni</a>
<li>fgUnknownURIName
: <a class="el" href="classXMLUni.html#ff80045c43a8fb44fa1ed39423334f4c">XMLUni</a>
<li>fgUnparsedEntities
: <a class="el" href="classPSVIUni.html#a1d69c9a78201ffb217ad6af4790134b">PSVIUni</a>
<li>fgUnsupportedEncodingException_Name
: <a class="el" href="classXMLUni.html#89cad6849392f8e8b0fddc1abc3ebc46">XMLUni</a>
<li>fgUSASCIIEncodingString
: <a class="el" href="classXMLUni.html#771cfc02edc18316cddc021ce1b562ea">XMLUni</a>
<li>fgUSASCIIEncodingString2
: <a class="el" href="classXMLUni.html#25ceeb6680d68f6b6ff9b7e145e48a48">XMLUni</a>
<li>fgUSASCIIEncodingString3
: <a class="el" href="classXMLUni.html#fdef2d6c441f1d465cd0c196b28a91d9">XMLUni</a>
<li>fgUSASCIIEncodingString4
: <a class="el" href="classXMLUni.html#89988e0c60eb73f3f6e4a286d7069b01">XMLUni</a>
<li>fgUserInformation
: <a class="el" href="classPSVIUni.html#59305ca29c91c24d2c1253114af5cdd8">PSVIUni</a>
<li>fgUserPanicHandler
: <a class="el" href="classXMLPlatformUtils.html#ac6484e7073d5fb515ea791ee873b5bd">XMLPlatformUtils</a>
<li>fgUShortMaxInc
: <a class="el" href="classXMLUni.html#7c1cf180abec4fa9239ac500471f4480">XMLUni</a>
<li>fgUTF16BEncodingString
: <a class="el" href="classXMLUni.html#146a666d2adcccfec80cf691e3aa1136">XMLUni</a>
<li>fgUTF16BEncodingString2
: <a class="el" href="classXMLUni.html#586f8710c9eecf75b61dbd1fba33e5ea">XMLUni</a>
<li>fgUTF16EncodingString
: <a class="el" href="classXMLUni.html#4d16d85c4a6f0131440bf9a45e2f81b4">XMLUni</a>
<li>fgUTF16EncodingString2
: <a class="el" href="classXMLUni.html#534bf94e9788df9764daab62d31d23d2">XMLUni</a>
<li>fgUTF16EncodingString3
: <a class="el" href="classXMLUni.html#e28475d3bc7264b4295e64a318b8613a">XMLUni</a>
<li>fgUTF16EncodingString4
: <a class="el" href="classXMLUni.html#116e82809aecbc6fe5d9191ce6e5bfa6">XMLUni</a>
<li>fgUTF16EncodingString5
: <a class="el" href="classXMLUni.html#3b113e2a5c7d06833a3b381691a3f293">XMLUni</a>
<li>fgUTF16EncodingString6
: <a class="el" href="classXMLUni.html#f5dd49d71c564f93b7c84b910c72af10">XMLUni</a>
<li>fgUTF16EncodingString7
: <a class="el" href="classXMLUni.html#831c9bdd03bfcf96d27c74a6693b3ef6">XMLUni</a>
<li>fgUTF16LEncodingString
: <a class="el" href="classXMLUni.html#cdbeae5401f60b26a8ccc1451dff2074">XMLUni</a>
<li>fgUTF16LEncodingString2
: <a class="el" href="classXMLUni.html#4c9b69184eb8bd0ef23835ff7b72f8dd">XMLUni</a>
<li>fgUTF8EncodingString
: <a class="el" href="classXMLUni.html#a62e7d77b80a5249d5f034bf12d80c31">XMLUni</a>
<li>fgUTF8EncodingString2
: <a class="el" href="classXMLUni.html#71b2c71498729e673e725ff4f74ccfa0">XMLUni</a>
<li>fgUTFDataFormatException_Name
: <a class="el" href="classXMLUni.html#d5aea9b73a18e338ff10f2c1b9d90fa8">XMLUni</a>
<li>fgValid
: <a class="el" href="classPSVIUni.html#616af315f00301d74fec25ce44324839">PSVIUni</a>
<li>fgValidationAttempted
: <a class="el" href="classPSVIUni.html#0fa7fdee0d5936335c6afdbd354d738d">PSVIUni</a>
<li>fgValidationContext
: <a class="el" href="classPSVIUni.html#67a6c518241698cb34eee3ea224a1997">PSVIUni</a>
<li>fgValidity
: <a class="el" href="classPSVIUni.html#9f7fae32ae4d087f68d2b58f14a19c39">PSVIUni</a>
<li>fgValidityDomain
: <a class="el" href="classXMLUni.html#ddf5faf8287fe1bde77d563dacd70c63">XMLUni</a>
<li>fgValue
: <a class="el" href="classPSVIUni.html#6d5fdc84f8589443851d5befdfeb2ff4">PSVIUni</a>
<li>fgValueConstraint
: <a class="el" href="classPSVIUni.html#94c5359eac1ca832c6ce85adb7ee67f5">PSVIUni</a>
<li>fgValueOne
: <a class="el" href="classXMLUni.html#260120e549e5bb4855aaf9d69794a233">XMLUni</a>
<li>fgValueZero
: <a class="el" href="classXMLUni.html#12684bf9693c6a67922b86e9f11b0097">XMLUni</a>
<li>fgVariety
: <a class="el" href="classPSVIUni.html#49eca0507c14c34fb7e7ab21193221df">PSVIUni</a>
<li>fgVCFixed
: <a class="el" href="classPSVIUni.html#1885e80f19d0d338dcb24fd143b9fc1a">PSVIUni</a>
<li>fgVersion
: <a class="el" href="classPSVIUni.html#7cd085fc9775fcdca6db0f6c1346ea23">PSVIUni</a>
<li>fgVersion1_0
: <a class="el" href="classXMLUni.html#2f432931a2b4c6ae0be2c431e8b001e8">XMLUni</a>
<li>fgVersion1_1
: <a class="el" href="classXMLUni.html#e713c8381c4368ae44095a52e15a3493">XMLUni</a>
<li>fgVersionString
: <a class="el" href="classXMLUni.html#3d2e4385efe9f24a042cf18ee315395f">XMLUni</a>
<li>fgWFXMLScanner
: <a class="el" href="classXMLUni.html#944c1666afdb7fc6054c50aa5a6104c2">XMLUni</a>
<li>fgWhiteSpace
: <a class="el" href="classPSVIUni.html#e3b6a981c7d82a657352f847648315ad">PSVIUni</a>
<li>fgWildcard
: <a class="el" href="classPSVIUni.html#ffe1b352f388ca1d61f101d755ae76f0">PSVIUni</a>
<li>fgWin1252EncodingString
: <a class="el" href="classXMLUni.html#53a0a6213c9c9d3e7aa7c5c6779b38e2">XMLUni</a>
<li>fgXercesCacheGrammarFromParse
: <a class="el" href="classXMLUni.html#63ab5a2cef90389160d8112368b16948">XMLUni</a>
<li>fgXercesCalculateSrcOfs
: <a class="el" href="classXMLUni.html#977e18a7c0579276152f44247d93ddb9">XMLUni</a>
<li>fgXercescDefaultLocale
: <a class="el" href="classXMLUni.html#65fb61efef197f1387836a339477ab5e">XMLUni</a>
<li>fgXercescInterfaceDOMDocumentImpl
: <a class="el" href="classXMLUni.html#f83fe2f4acbc23b719ad1e98af7fe06c">XMLUni</a>
<li>fgXercescInterfaceDOMDocumentTypeImpl
: <a class="el" href="classXMLUni.html#b2f34f2a7814684523f46947c5bd9a15">XMLUni</a>
<li>fgXercescInterfaceDOMMemoryManager
: <a class="el" href="classXMLUni.html#e95dc85e3dbfd18fc03d6054e3acf4db">XMLUni</a>
<li>fgXercescInterfacePSVITypeInfo
: <a class="el" href="classXMLUni.html#e1423370d82b1ba9839a26109e4de8a5">XMLUni</a>
<li>fgXercesContinueAfterFatalError
: <a class="el" href="classXMLUni.html#110ccb38682b7c68919399e6b782b765">XMLUni</a>
<li>fgXercesDisableDefaultEntityResolution
: <a class="el" href="classXMLUni.html#2ec469d17eeed186c1bc4611a2c98d97">XMLUni</a>
<li>fgXercesDOMHasPSVIInfo
: <a class="el" href="classXMLUni.html#7634afaad455cd6fc45a326de01258ae">XMLUni</a>
<li>fgXercesDoXInclude
: <a class="el" href="classXMLUni.html#356226db97c318d18a65d827f5ad1887">XMLUni</a>
<li>fgXercesDynamic
: <a class="el" href="classXMLUni.html#2d424493f5c684bfc6bbfecb3d673951">XMLUni</a>
<li>fgXercesEntityResolver
: <a class="el" href="classXMLUni.html#697b85977a09b7ca8d33135d2745b44e">XMLUni</a>
<li>fgXercesGenerateSyntheticAnnotations
: <a class="el" href="classXMLUni.html#c4fdf1a01fb0bda4dfd52a2bde0ef148">XMLUni</a>
<li>fgXercesHandleMultipleImports
: <a class="el" href="classXMLUni.html#1cbcc660c8974f69f91d2c8f247b7b62">XMLUni</a>
<li>fgXercesIdentityConstraintChecking
: <a class="el" href="classXMLUni.html#d52f332f8e7c791e43d735c70df15a62">XMLUni</a>
<li>fgXercesIgnoreAnnotations
: <a class="el" href="classXMLUni.html#964250971fb6efd15ce41737307ec5b8">XMLUni</a>
<li>fgXercesIgnoreCachedDTD
: <a class="el" href="classXMLUni.html#1301f8d5d97feb6a6376a36f726ac15c">XMLUni</a>
<li>fgXercesLoadExternalDTD
: <a class="el" href="classXMLUni.html#2b287fdcd0090091be74dcf4ede6cd54">XMLUni</a>
<li>fgXercesLoadSchema
: <a class="el" href="classXMLUni.html#75d5f7a47b46cf981284a5e7f5037d9f">XMLUni</a>
<li>fgXercesLowWaterMark
: <a class="el" href="classXMLUni.html#d5c6dc9fa5458980ba3e6c5f672c47a8">XMLUni</a>
<li>fgXercesParserUseDocumentFromImplementation
: <a class="el" href="classXMLUni.html#022c7fb29b65f48373e4b9d9728a7ce9">XMLUni</a>
<li>fgXercesScannerName
: <a class="el" href="classXMLUni.html#03098577d90f370b801755e5452e3870">XMLUni</a>
<li>fgXercesSchema
: <a class="el" href="classXMLUni.html#18ebfbcc6ca3ff5e8b7b84ee4158d492">XMLUni</a>
<li>fgXercesSchemaExternalNoNameSpaceSchemaLocation
: <a class="el" href="classXMLUni.html#8f2fbdda8f847891493df70fe1e18313">XMLUni</a>
<li>fgXercesSchemaExternalSchemaLocation
: <a class="el" href="classXMLUni.html#18505d580fc70cb6d63a1ff985c88e86">XMLUni</a>
<li>fgXercesSchemaFullChecking
: <a class="el" href="classXMLUni.html#a0bc11406c33c730d1a4296c7de1c5f6">XMLUni</a>
<li>fgXercesSecurityManager
: <a class="el" href="classXMLUni.html#5448ed1303d3239a621763a2fc873e5d">XMLUni</a>
<li>fgXercesSkipDTDValidation
: <a class="el" href="classXMLUni.html#1c59068f10f7295651b29a2b697038c4">XMLUni</a>
<li>fgXercesStandardUriConformant
: <a class="el" href="classXMLUni.html#b2e9972e303441acd38e47f0ceac2bac">XMLUni</a>
<li>fgXercesUseCachedGrammarInParse
: <a class="el" href="classXMLUni.html#b700a5ee569e06a8608eb5599907d842">XMLUni</a>
<li>fgXercesUserAdoptsDOMDocument
: <a class="el" href="classXMLUni.html#63a25e5d8c0b94d833a0b6fd3cc413b1">XMLUni</a>
<li>fgXercesValidateAnnotations
: <a class="el" href="classXMLUni.html#2d8877c64aaac759ac2e352b6a00a8b9">XMLUni</a>
<li>fgXercesValidationErrorAsFatal
: <a class="el" href="classXMLUni.html#4de56aee1b52800ce2ad8bb4b41e7b17">XMLUni</a>
<li>fgXml
: <a class="el" href="classPSVIUni.html#4b0de5b5caa0c630584de35c1b938308">PSVIUni</a>
<li>fgXMLChBigEndian
: <a class="el" href="classXMLPlatformUtils.html#5d963ab2acfd08abcfcaab3a7e5819d2">XMLPlatformUtils</a>
<li>fgXMLChEncodingString
: <a class="el" href="classXMLUni.html#5515cf131c5ce839e0620f53adbba10e">XMLUni</a>
<li>fgXMLChNull
: <a class="el" href="classPSVIUni.html#92b7888693bf1a1f273c72188d48f761">PSVIUni</a>
<li>fgXMLDeclString
: <a class="el" href="classXMLUni.html#dd15b94e349ae47829198c6d87f8f5d6">XMLUni</a>
<li>fgXMLDeclStringCR
: <a class="el" href="classXMLUni.html#c96a8159b08f824a26e729341cf0e8ef">XMLUni</a>
<li>fgXMLDeclStringCRU
: <a class="el" href="classXMLUni.html#4e285d9e1874491e610ebb5814835bda">XMLUni</a>
<li>fgXMLDeclStringHTab
: <a class="el" href="classXMLUni.html#1b9ac510607660b9464d3f4d4ff4cc52">XMLUni</a>
<li>fgXMLDeclStringHTabU
: <a class="el" href="classXMLUni.html#ab5accd4ffd874cffa67035d785cc6a3">XMLUni</a>
<li>fgXMLDeclStringLF
: <a class="el" href="classXMLUni.html#a90bfe269380cd2618115fbcaf82d64a">XMLUni</a>
<li>fgXMLDeclStringLFU
: <a class="el" href="classXMLUni.html#aba1fe669024d77afbbf7de38ec3d244">XMLUni</a>
<li>fgXMLDeclStringSpace
: <a class="el" href="classXMLUni.html#1f0157ab78c247c817571788091856a8">XMLUni</a>
<li>fgXMLDeclStringSpaceU
: <a class="el" href="classXMLUni.html#097756d0c0dfc23e2d5ad633f9e83e1c">XMLUni</a>
<li>fgXMLDOMMsgDomain
: <a class="el" href="classXMLUni.html#55f261a8ca77640463f25bfcea216209">XMLUni</a>
<li>fgXMLErrDomain
: <a class="el" href="classXMLUni.html#2b8c8a71035f4aaf54f4ecff4da3769b">XMLUni</a>
<li>fgXMLNSColonString
: <a class="el" href="classXMLUni.html#86f97a49e7b12901e6c40f993a613168">XMLUni</a>
<li>fgXMLNSString
: <a class="el" href="classXMLUni.html#cf7d3dc213be4205a35dffbb89a75589">XMLUni</a>
<li>fgXMLNSURIName
: <a class="el" href="classXMLUni.html#5442a912aad6ce244eeac42aa6ea1798">XMLUni</a>
<li>fgXMLPlatformUtilsException_Name
: <a class="el" href="classXMLUni.html#7217e42625384e48ae630b384ecd43dc">XMLUni</a>
<li>fgXMLString
: <a class="el" href="classXMLUni.html#3a7e4cd63ba1270219c65ff2d6fb3f3d">XMLUni</a>
<li>fgXMLStringCR
: <a class="el" href="classXMLUni.html#40d8eb27bdc0dbca09b6e21993f18dcd">XMLUni</a>
<li>fgXMLStringCRU
: <a class="el" href="classXMLUni.html#12aa457df4b9107cc2f7a8992dc5d364">XMLUni</a>
<li>fgXMLStringHTab
: <a class="el" href="classXMLUni.html#c03744e21aebc9520bd2b3d8e99c57e9">XMLUni</a>
<li>fgXMLStringHTabU
: <a class="el" href="classXMLUni.html#86b3d214c8388e25577ae235a88fd68d">XMLUni</a>
<li>fgXMLStringLF
: <a class="el" href="classXMLUni.html#9eccdc0268f44fec6ef481ace7913460">XMLUni</a>
<li>fgXMLStringLFU
: <a class="el" href="classXMLUni.html#37b3d0be10ea11d6b86ea96c283e7ca7">XMLUni</a>
<li>fgXMLStringSpace
: <a class="el" href="classXMLUni.html#3818cfea7affd03c8f482ba5892ff5f7">XMLUni</a>
<li>fgXMLStringSpaceU
: <a class="el" href="classXMLUni.html#4906d2479cb3def8d872a01dce35a9bb">XMLUni</a>
<li>fgXMLURIName
: <a class="el" href="classXMLUni.html#e17fe18ddf36f2654dd550efc83dd77d">XMLUni</a>
<li>fgXMLXIncludeException_Name
: <a class="el" href="classXMLUni.html#0c8fe0b95b4a087d7eefd7c61daa628d">XMLUni</a>
<li>fgXpath
: <a class="el" href="classPSVIUni.html#187a4a35f124756fed6239fba7a75bef">PSVIUni</a>
<li>fgXPathException_Name
: <a class="el" href="classXMLUni.html#dacaba566b7ab76624e8fa913838e8e2">XMLUni</a>
<li>fgXSAXMLScanner
: <a class="el" href="classXMLUni.html#7c6976ac6df9c47caae01bc16d102a94">XMLUni</a>
<li>fgXSerializationException_Name
: <a class="el" href="classXMLUni.html#eee22b6ca0d3a10427b5f538527110a9">XMLUni</a>
<li>fgXsi
: <a class="el" href="classPSVIUni.html#74398a31ffbdbdf1570ce3f90aa025ee">PSVIUni</a>
<li>fgYesString
: <a class="el" href="classXMLUni.html#3530a9715c139d2cbeb613cf4b962e62">XMLUni</a>
<li>fgZeroLenString
: <a class="el" href="classXMLUni.html#4c993133f2c8f0a968b0db326af62fa3">XMLUni</a>
<li>fgZeroString
: <a class="el" href="classXMLUni.html#e9737d051f739988f79fbc64d72d622c">XMLUni</a>
<li>fHashMap
: <a class="el" href="classXSNamespaceItem.html#780749177dad06358eea2f08e3038ecf">XSNamespaceItem</a>
<li>fHashNamespace
: <a class="el" href="classXSModel.html#f8536618ab68ed8d37986bcf8494fa14">XSModel</a>
<li>fHeaders
: <a class="el" href="classXMLNetHTTPInfo.html#552a806a7cf3547fbbfd091942a0ada4">XMLNetHTTPInfo</a>
<li>fHeadersLen
: <a class="el" href="classXMLNetHTTPInfo.html#82d4c96e330448021c2f79002c598bf1">XMLNetHTTPInfo</a>
<li>fHTTPMethod
: <a class="el" href="classXMLNetHTTPInfo.html#ae654f3972c4303832b11baf6a57a523">XMLNetHTTPInfo</a>
<li>fId
: <a class="el" href="classXSObject.html#92876abace1971fda140e17fa1a92f29">XSObject</a>
<li>fIdentityConstraint
: <a class="el" href="classXSIDCDefinition.html#a66cd7f1f9a86114dcd85adbfd1e01ca">XSIDCDefinition</a>
<li>fIdentityConstraints
: <a class="el" href="classXSElementDeclaration.html#1eaf3a5b566e8fbc864923f7962e7368">XSElementDeclaration</a>
<li>fIdVector
: <a class="el" href="classXSModel.html#610c98ae331ada2b0dfb5470e2492128">XSModel</a>
<li>File
: <a class="el" href="classXMLURL.html#314ff3369f7369da7b682e18808abbce792191b2e0803759e60f613800f72de7">XMLURL</a>
<li>fileClose()
: <a class="el" href="classXMLFileMgr.html#3fd03a29674aac7101d5b7fe94b944f5">XMLFileMgr</a>
<li>fileOpen()
: <a class="el" href="classXMLFileMgr.html#a944f2377f8689a9da0b83f3740c8406">XMLFileMgr</a>
<li>fileRead()
: <a class="el" href="classXMLFileMgr.html#d3250b78e9f89c6ce60e724d26d5072c">XMLFileMgr</a>
<li>fileReset()
: <a class="el" href="classXMLFileMgr.html#47fbda245e63ffb9983d7a25d0e44ae6">XMLFileMgr</a>
<li>fileSize()
: <a class="el" href="classXMLPlatformUtils.html#788a3664405357f0004a1d55c4dc02df">XMLPlatformUtils</a>
, <a class="el" href="classXMLFileMgr.html#becff1e82c9306f71f5eae6bd6a7e258">XMLFileMgr</a>
<li>fileWrite()
: <a class="el" href="classXMLFileMgr.html#0ed5fbbedcb5c1b326ccb566dd7137fd">XMLFileMgr</a>
<li>FILTER_ACCEPT
: <a class="el" href="classDOMLSParserFilter.html#dae984d01a925a7d5fe15cef9458a675370c6c23e1bd0a3f193bbc75cc878f49">DOMLSParserFilter</a>
, <a class="el" href="classDOMNodeFilter.html#c0f76a10c908b2562fb430c69a8d6811fb597950f3332b23db29505d56f3bff5">DOMNodeFilter</a>
<li>FILTER_INTERRUPT
: <a class="el" href="classDOMLSParserFilter.html#dae984d01a925a7d5fe15cef9458a675c74b98bdb82ce615ae42f0be37cc34c5">DOMLSParserFilter</a>
<li>FILTER_REJECT
: <a class="el" href="classDOMNodeFilter.html#c0f76a10c908b2562fb430c69a8d6811a9aa4365f8a25f465efd576972f7cc0d">DOMNodeFilter</a>
, <a class="el" href="classDOMLSParserFilter.html#dae984d01a925a7d5fe15cef9458a675c001c32a88ca5f9105a64bc9e8417c14">DOMLSParserFilter</a>
<li>FILTER_SKIP
: <a class="el" href="classDOMNodeFilter.html#c0f76a10c908b2562fb430c69a8d681122e3445123f72af4b2b8dfdbb3871334">DOMNodeFilter</a>
, <a class="el" href="classDOMLSParserFilter.html#dae984d01a925a7d5fe15cef9458a675b330c9a9dfb16ddad8a742cc77c63ffd">DOMLSParserFilter</a>
<li>FilterAction
: <a class="el" href="classDOMNodeFilter.html#c0f76a10c908b2562fb430c69a8d6811">DOMNodeFilter</a>
, <a class="el" href="classDOMLSParserFilter.html#dae984d01a925a7d5fe15cef9458a675">DOMLSParserFilter</a>
<li>fImplementationFeatures
: <a class="el" href="classAbstractDOMParser.html#7edaf68f904c3ee95c6cf8c19e3bd5fd">AbstractDOMParser</a>
<li>fIncludeIgnorableWhitespace
: <a class="el" href="classAbstractDOMParser.html#8a7e0cf5bacfe221a85ee034bc6fe0af">AbstractDOMParser</a>
<li>findAny()
: <a class="el" href="classXMLString.html#dc70e5b5343ec7665e854d78a6939be2">XMLString</a>
<li>findAttDef()
: <a class="el" href="classXMLAttDefList.html#55884588a1b899930c9f39ca5cc9857d">XMLAttDefList</a>
<li>fInternalSubset
: <a class="el" href="classAbstractDOMParser.html#43db6935c5e4847cadfb5f30b4a6d988">AbstractDOMParser</a>
<li>FIRST_ORDERED_NODE_TYPE
: <a class="el" href="classDOMXPathResult.html#b718aec450c5438e0cc3a6920044a0c1154547853ad0e89be9ea5b32f7201d6c">DOMXPathResult</a>
<li>FIRST_RESULT_TYPE
: <a class="el" href="classDOMXPathResult.html#b718aec450c5438e0cc3a6920044a0c129c33fd9a779203a89b85be9ca78444b">DOMXPathResult</a>
<li>firstChild()
: <a class="el" href="classDOMTreeWalker.html#b968e34ebd5ff5e593c884ec48cc18f6">DOMTreeWalker</a>
<li>fIsFixed
: <a class="el" href="classXSFacet.html#38aa3f54c855b4deb6af344fa2ebc874">XSFacet</a>
, <a class="el" href="classXSMultiValueFacet.html#e0268037e3ca0ca0cb2db05e78b9d6d6">XSMultiValueFacet</a>
<li>fIsSpecified
: <a class="el" href="classPSVIItem.html#391acc9e9fcee2af966bd016c360b027">PSVIItem</a>
<li>Fixed
: <a class="el" href="classXMLAttDef.html#dbac7febf3455722cc9736f1dc03c02f2df85eb75f76a97c19072f3fb2ed85ae">XMLAttDef</a>
<li>FixedDifferentFromActual
: <a class="el" href="classXMLValid.html#c30e7f5d9612c52f5f1208c83f090c8683eae071ece8a0a43707422320c92340">XMLValid</a>
<li>fixURI()
: <a class="el" href="classXMLString.html#33d9e7f5df661283a99abe303d479071">XMLString</a>
<li>fKey
: <a class="el" href="classXSIDCDefinition.html#51fb18d41cda0ccfb0cfaf4a5615d8e0">XSIDCDefinition</a>
<li>fKey1
: <a class="el" href="structHash2KeysSetBucketElem.html#6dd5f631adc5fff45ef527e28992464c">Hash2KeysSetBucketElem</a>
<li>fKey2
: <a class="el" href="structHash2KeysSetBucketElem.html#546279d40c5465afe2477f56fda31f3b">Hash2KeysSetBucketElem</a>
<li>fLexicalValue
: <a class="el" href="classXSFacet.html#bcf6e42291985eb978f2a3526669e631">XSFacet</a>
<li>fLexicalValues
: <a class="el" href="classXSMultiValueFacet.html#0e7108c428023fb543c6311de717c47f">XSMultiValueFacet</a>
<li>Float
: <a class="el" href="classXMLNumber.html#5c61954fb1fcef027fed8dccc826f8ebbaaaecede77f9308704cb3d048b786d6">XMLNumber</a>
<li>flush()
: <a class="el" href="classXMLFormatTarget.html#0d364d4235de535e82364d73a55627ac">XMLFormatTarget</a>
, <a class="el" href="classStdOutFormatTarget.html#3e41c8b221d4f568ae927819090f0591">StdOutFormatTarget</a>
, <a class="el" href="classLocalFileFormatTarget.html#ecb744f76766fbfe0731eaf6d953db05">LocalFileFormatTarget</a>
<li>flushAll()
: <a class="el" href="classXMLSynchronizedStringPool.html#3a839d5edf2760da55b3d3cc119596f8">XMLSynchronizedStringPool</a>
<li>fMaxOccurs
: <a class="el" href="classXSParticle.html#69043fc0ea2ca504d9fc4cf9ad5470f5">XSParticle</a>
<li>fMemberType
: <a class="el" href="classPSVIItem.html#28f1da048ba7a7916af7f93385439de7">PSVIItem</a>
<li>fMemberTypes
: <a class="el" href="classXSSimpleTypeDefinition.html#3bc40e498ae7a06a2d4adc1069b06711">XSSimpleTypeDefinition</a>
<li>fMemoryManager
: <a class="el" href="classSAXException.html#47211440cfe7051d069949fe79eeed43">SAXException</a>
, <a class="el" href="classXSObject.html#ae909af33a4fb6148972cfc3fa7f0b88">XSObject</a>
, <a class="el" href="classValidationContext.html#4ee5044d7414b659a8845b72db7cf56c">ValidationContext</a>
, <a class="el" href="classXSModel.html#f1934d8075c22a4ce466e9e95f949f33">XSModel</a>
, <a class="el" href="classXMLException.html#d43e6ec9694e72a28bf6270ffc61b427">XMLException</a>
, <a class="el" href="classPSVIItem.html#4564c4a0ee928887b3ae2851d78e04aa">PSVIItem</a>
, <a class="el" href="classDOMException.html#41a7e3e84ec87ae459f7ed0b5d9a8c38">DOMException</a>
, <a class="el" href="classAbstractDOMParser.html#91992884db4e8a235f30afa278d3be4c">AbstractDOMParser</a>
, <a class="el" href="classXSNamespaceItem.html#46061e077396339b5193fb496997da8f">XSNamespaceItem</a>
<li>fMinOccurs
: <a class="el" href="classXSParticle.html#7294983abf7e89bc997eb8d7f3b40838">XSParticle</a>
<li>fModelGroupParticle
: <a class="el" href="classXSModelGroupDefinition.html#fb8ab47758f63e366eb2c8e2eaed17ea">XSModelGroupDefinition</a>
<li>fMsg
: <a class="el" href="classSAXException.html#af656d83416d057589cbc72e44833da0">SAXException</a>
<li>fNamespaceStringList
: <a class="el" href="classXSModel.html#d06423155ed754649536329e07d719a2">XSModel</a>
<li>fNext
: <a class="el" href="structHash2KeysSetBucketElem.html#8d08b09bf0d098f4fe2034c5bd997dd7">Hash2KeysSetBucketElem</a>
, <a class="el" href="classXSAnnotation.html#7bee4967ae4576479012d1b4c44747f0">XSAnnotation</a>
<li>fNormalizedValue
: <a class="el" href="classPSVIItem.html#ce00a1180e476b02d541296be53f46bf">PSVIItem</a>
<li>fNsConstraintList
: <a class="el" href="classXSWildcard.html#071304e5f8eacb263cb6cee57bf01363">XSWildcard</a>
<li>fObjFactory
: <a class="el" href="classXSModel.html#f65e39f591afc9e9c1f84a05446bdb02">XSModel</a>
<li>ForbiddenDerivation
: <a class="el" href="classXMLErrs.html#efe9817ef5442905d86fd17cb0c35e47eaeba02c72f9350babcaf96255812221">XMLErrs</a>
<li>ForbiddenDerivationByExtension
: <a class="el" href="classXMLErrs.html#efe9817ef5442905d86fd17cb0c35e475fe9b2be952cc83949c77fac80c1f2d2">XMLErrs</a>
<li>ForbiddenDerivationByRestriction
: <a class="el" href="classXMLErrs.html#efe9817ef5442905d86fd17cb0c35e477488cf0ca2501750a5e64c832db3ac8d">XMLErrs</a>
<li>formatBuf()
: <a class="el" href="classXMLFormatter.html#0d1746277f2762c2750fc79e289ea155">XMLFormatter</a>
<li>fParent
: <a class="el" href="classXSModel.html#793a15eff84a32c767b43d3791b60fb9">XSModel</a>
<li>fParseInProgress
: <a class="el" href="classAbstractDOMParser.html#82c8666ba31bbfa1aca0393433b07fc8">AbstractDOMParser</a>
<li>fParticle
: <a class="el" href="classXSComplexTypeDefinition.html#3e272212d5a6ef71f1967d4b3cb68de6">XSComplexTypeDefinition</a>
<li>fParticleList
: <a class="el" href="classXSModelGroup.html#e4c316510ab08cc137695833b6fa86ce">XSModelGroup</a>
<li>fPatternList
: <a class="el" href="classXSSimpleTypeDefinition.html#696bac07f252bb1ee4a933da20f076be">XSSimpleTypeDefinition</a>
<li>fPayload
: <a class="el" href="classXMLNetHTTPInfo.html#ddaf66177f6186979b7aadf62d2cd748">XMLNetHTTPInfo</a>
<li>fPayloadLen
: <a class="el" href="classXMLNetHTTPInfo.html#a5a211dc187823fbe61e6975f49ca66e">XMLNetHTTPInfo</a>
<li>fPrimitiveOrItemType
: <a class="el" href="classXSSimpleTypeDefinition.html#3d21890ded87b8cfe70289012e40120e">XSSimpleTypeDefinition</a>
<li>fProcessContents
: <a class="el" href="classXSWildcard.html#f0850a0cb6fc997e51057a169d664bbc">XSWildcard</a>
<li>fProhibitedSubstitution
: <a class="el" href="classXSComplexTypeDefinition.html#71f9301e21a931ba4ec7811eeae1182e">XSComplexTypeDefinition</a>
<li>fPSVIAttribute
: <a class="el" href="classPSVIAttributeStorage.html#c6bc7d4cd34df1d018a341f5236f2bb7">PSVIAttributeStorage</a>
<li>fPSVIHandler
: <a class="el" href="classAbstractDOMParser.html#1033ab4309ef69eef9a2b80eee597ee8">AbstractDOMParser</a>
<li>fRequired
: <a class="el" href="classXSAttributeUse.html#b9723dafdddba658ee6dfd0071206d1c">XSAttributeUse</a>
<li>fScanner
: <a class="el" href="classAbstractDOMParser.html#5ab6deecc1d700bdab928302c4848c09">AbstractDOMParser</a>
<li>fSchemaElementDecl
: <a class="el" href="classXSElementDeclaration.html#79bbd5188cf23e549efde8f1baf3e9ab">XSElementDeclaration</a>
<li>fSchemaNamespace
: <a class="el" href="classXSNamespaceItem.html#44d93772cf79a578e89036d8e74288ac">XSNamespaceItem</a>
<li>fScope
: <a class="el" href="classXSAttributeDeclaration.html#44c52c653e248a3e8883d0d43f8f2093">XSAttributeDeclaration</a>
, <a class="el" href="classXSElementDeclaration.html#52171e851a9fc2a86230b767e65e9a2d">XSElementDeclaration</a>
<li>fStringList
: <a class="el" href="classXSIDCDefinition.html#25e5d5a084d796a0ae73de95d5d986d9">XSIDCDefinition</a>
<li>fSubstitutionGroupAffiliation
: <a class="el" href="classXSElementDeclaration.html#6bbfbbe29463b8ce45e6710e845d876c">XSElementDeclaration</a>
<li>fSubstitutionGroupExclusions
: <a class="el" href="classXSElementDeclaration.html#b2da282ce52d6750ef08bb59260d01c1">XSElementDeclaration</a>
<li>fTerm
: <a class="el" href="classXSParticle.html#2848e7fbd03f68c53460de0977fbd36f">XSParticle</a>
<li>fTermType
: <a class="el" href="classXSParticle.html#6b655fe1f09aa980cc0d9a8988be23be">XSParticle</a>
<li>FTP
: <a class="el" href="classXMLURL.html#314ff3369f7369da7b682e18808abbcee1b2c71c9b9700c4f0321e3858104032">XMLURL</a>
<li>fType
: <a class="el" href="classXMLAbstractDoubleFloat.html#509d02ff513ac3442fc75b0af447bce4">XMLAbstractDoubleFloat</a>
, <a class="el" href="classPSVIItem.html#de50761227f1e1ff8dcd3d8fdc8e3ba2">PSVIItem</a>
<li>fTypeCategory
: <a class="el" href="classXSTypeDefinition.html#5cd77485c1e0d0b6eda21fc693a3f901">XSTypeDefinition</a>
<li>fTypeDefinition
: <a class="el" href="classXSAttributeDeclaration.html#45f3e89b5e8341b66c2df4c9de94629a">XSAttributeDeclaration</a>
, <a class="el" href="classXSElementDeclaration.html#8b4f69eb182f62e230f805159b264ab8">XSElementDeclaration</a>
<li>fUnbounded
: <a class="el" href="classXSParticle.html#e8ff002d94ea4c916ca5f761e6179e15">XSParticle</a>
<li>fURIStringPool
: <a class="el" href="classXSModel.html#7bcff9cfded6b9c845e34735f06a31c9">XSModel</a>
, <a class="el" href="classAbstractDOMParser.html#df5bd40691b16e2ca2e3e5d2f9443da0">AbstractDOMParser</a>
<li>fValidationContext
: <a class="el" href="classPSVIItem.html#bda42f7e7a7762b420cbdbb345a9abc6">PSVIItem</a>
<li>fValidator
: <a class="el" href="classAbstractDOMParser.html#06faad2a2e52455451ec9f82d9a469d8">AbstractDOMParser</a>
<li>fValidityState
: <a class="el" href="classPSVIItem.html#c1f3f112e1874e2850f57b02e8be65d5">PSVIItem</a>
<li>fValue
: <a class="el" href="structXSValue_1_1XSValue__Data.html#eb3a901381d2a79449dbbf45784d5c79">XSValue::XSValue_Data</a>
, <a class="el" href="classXMLAbstractDoubleFloat.html#574508dfeea498c058169ceb32834c4b">XMLAbstractDoubleFloat</a>
<li>fVariety
: <a class="el" href="classXSSimpleTypeDefinition.html#bb80430cce844a282486714e9bb8f664">XSSimpleTypeDefinition</a>
<li>fWithinElement
: <a class="el" href="classAbstractDOMParser.html#cb4feb06f070e242497a1c690114dd87">AbstractDOMParser</a>
<li>fXercesAttGroupInfo
: <a class="el" href="classXSAttributeGroupDefinition.html#2566d7140d7b89c7dae63fe674bee6c4">XSAttributeGroupDefinition</a>
<li>fXMLNotationDecl
: <a class="el" href="classXSNotationDeclaration.html#74e7dce60fdf2fb68cbc78104fadf663">XSNotationDeclaration</a>
<li>fXSAnnotationList
: <a class="el" href="classXSSimpleTypeDefinition.html#c0704316fa402a0e520a3fec6d41a910">XSSimpleTypeDefinition</a>
, <a class="el" href="classXSNamespaceItem.html#df48ee4fc7e17786f3a9bd1d45ca4bc6">XSNamespaceItem</a>
, <a class="el" href="classXSMultiValueFacet.html#3fdc9b551102fd18875ef31eebfdd987">XSMultiValueFacet</a>
, <a class="el" href="classXSIDCDefinition.html#ece0405caa26ecf9073f5185799404f3">XSIDCDefinition</a>
, <a class="el" href="classXSComplexTypeDefinition.html#eb42d68b7167a1739dbebe918feed9f6">XSComplexTypeDefinition</a>
, <a class="el" href="classXSModel.html#4ee431946a5f1d18b768c076a0f74119">XSModel</a>
<li>fXSAttributeDeclaration
: <a class="el" href="classXSAttributeUse.html#89654e32546c13499f42cf2cbc381b7a">XSAttributeUse</a>
<li>fXSAttributeUseList
: <a class="el" href="classXSAttributeGroupDefinition.html#1632f6e4fdad4f72121598736be7cb1c">XSAttributeGroupDefinition</a>
, <a class="el" href="classXSComplexTypeDefinition.html#efaca53889eb37587e0eb898c835afb5">XSComplexTypeDefinition</a>
<li>fXSFacetList
: <a class="el" href="classXSSimpleTypeDefinition.html#6d13d76ff456eccc2323293ccf935f64">XSSimpleTypeDefinition</a>
<li>fXSModel
: <a class="el" href="classXSObject.html#7160fadb0e2cd273a4a1bb5cd5c8652c">XSObject</a>
, <a class="el" href="classXSNamespaceItem.html#7fb03582e2502ecb59ab2f8b1a800d83">XSNamespaceItem</a>
<li>fXSMultiValueFacetList
: <a class="el" href="classXSSimpleTypeDefinition.html#6d46e16cc5ae0fb119630d1ce7455369">XSSimpleTypeDefinition</a>
<li>fXSNamespaceItemList
: <a class="el" href="classXSModel.html#7ff4173f52a446338ca3b9590e578010">XSModel</a>
<li>fXSSimpleTypeDefinition
: <a class="el" href="classXSComplexTypeDefinition.html#13d46b9d4fa38045a8e005010e9f81e4">XSComplexTypeDefinition</a>
<li>fXSWildcard
: <a class="el" href="classXSComplexTypeDefinition.html#362bd01b907d7c29d3c0d01e65eb7de1">XSComplexTypeDefinition</a>
, <a class="el" href="classXSAttributeGroupDefinition.html#928ff504701b6856c6c1e1d9de822ba0">XSAttributeGroupDefinition</a>
</ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Apr 21 17:55:49 2010 for Xerces-C++ by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>
|
test-resources/src/test/resources/html/rdfa/oreilly-invalid-datatype.html | apache/any23 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<!--
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.
-->
<!-- Original source: http://oreilly.com/catalog/9780596006549 -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:frbr="http://vocab.org/frbr/core#"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
<title>
AspectJ Cookbook
- O'Reilly Media
</title>
<link rel="canonical" href="http://oreilly.com/catalog/9780596006549" />
<meta name="book_title" content="AspectJ Cookbook" />
<meta name="author" content="Russell Miles" />
<meta name="publisher" content="O'Reilly Media" />
<meta name="graphic_large" content="http://covers.oreilly.com/images/9780596006549/cat.gif" />
<meta name="graphic_medium" content="http://covers.oreilly.com/images/9780596006549/bkt.gif" />
<meta name="graphic" content="http://covers.oreilly.com/images/9780596006549/sm.gif" />
<meta name="target" content="AspectJ Cookbook, 0596006543, 0-596-00654-3, 9780596006549, 978-0-596-00654-9" />
<meta name="keywords" content="AspectJ Cookbook, Aspect Oriented Programming, Aspects, Pointcuts, AOP, AspectJ, Java, 0-596-00654-3, 0596006543, 9780596006549, 978-0-596-00654-9, Russell Miles,oreilly, O'Reilly, o'reilly" />
<meta name="description" content="This hands-on book shows readers why and how common Java development problems can be solved by using new Aspect-oriented programming (AOP) techniques. With a wide variety of code recipes for solving day-to-day design and coding problems using AOP's u..." />
<meta name="date" content="Dec. 20, 2004" />
<meta name="search_date" content="2004-12-20" />
<meta name="ean" content="9780596006549" />
<meta name="Category" content="Books" />
<meta name="SubCategory" content="Format~Format~Publisher" />
<meta name="SubCategory_Value" content="Print~Safari Books Online~O'Reilly Media" />
<meta name="status" content="100" />
<!-- index of the current edition in bookeditionsreference 1 based index -->
<meta name="edition" content="1"/>
<meta name="edition_full" content="First Edition"/>
<meta name="bookeditionsorder" content="First Edition"/>
<meta name="bookeditionsreference" content="9780596006549"/>
<meta name="book.tags" content="oreilly," />
<meta name="object.type" content="book" />
<meta name="book.title" content="AspectJ Cookbook" />
<meta name="book.author" content="Russell Miles" />
<meta name="book.isbn" content="9780596006549" />
<meta name="book.link" content="http://oreilly.com/catalog/9780596006549" />
<meta name="book.image" content="http://covers.oreilly.com/images/9780596006549/bkt.gif" />
<meta name="book.year" content="2004" />
<link href="/catalog/assets/catalog_page.css?2" media="screen" rel="stylesheet" type="text/css" />
<link href="/catalog/assets/jquery.lightbox-0.5.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
<script src="/catalog/assets/scripts/jquery.lightbox-0.5.pack.js" type="text/javascript"></script>
<script src="/catalog/assets/scripts/catalog.js" type="text/javascript"></script>
<script src="/catalog/assets/pwr/engine/js/full.js" type="text/javascript"></script>
<script src="/catalog/assets/scripts/power_reviews_setup.js" type="text/javascript"></script>
<script src="http://books.google.com/books?bibkeys=9780596006549&jscmd=viewapi" type="text/javascript"></script>
</head>
<body>
<div id="page">
<div id="header-09">
<ul class="accessibility-links">
<li><a href="#content" title="skip navigation" accesskey="s">Skip navigation</a></li>
<li><a href="#q" title="Skip to search" accesskey="4">Skip to search form</a></li>
</ul>
<div id="navbar">
<ul id="nav">
<li id="home"><a href="http://oreilly.com" accesskey="h">Home</a>
<ul>
<li><a href="http://oreilly.com/community/">Community</a></li>
<li><a href="http://oreilly.com/events/">Events</a></li>
<li><a href="http://oreilly.com/webcasts/">Webcasts</a></li>
<li><a href="http://elists.oreilly.com/">Newsletters</a></li>
</ul></li>
<li class="selected"><a href="http://oreilly.com/store/index.html">Books & Videos</a>
<ul>
<li><a href="http://oreilly.com/store/newreleases.html">New</a></li>
<li><a href="http://oreilly.com/store/upcoming.html">Upcoming</a></li>
<li><a href="http://oreilly.com/store/bestsellers.html">Bestselling</a></li>
<li><a href="http://oreilly.com/store/complete.html">Complete List</a></li>
<li><a href="http://oreilly.com/store/publisher.html">By Publisher</a></li>
<li><a href="http://oreilly.com/roughcuts/">Rough Cuts</a></li>
<li><a href="http://oreilly.com/ebooks/">Ebooks</a></li>
<li><a href="http://oreilly.com/videos/">Videos</a></li>
<li><a href="http://oreilly.com/store/order.html">Order Info</a></li>
</ul>
</li>
<li><a href="http://answers.oreilly.com/">Answers</a></li>
<li><a href="http://oreilly.com/archive.html">News & Commentary</a>
<ul>
<li><a href="http://oreilly.com/archive.html">Most Recent</a></li>
<li><a href="http://oreilly.com/archiveaudio.html">Audio</a></li>
<li><a href="http://oreilly.com/archivevideo.html">Video</a></li>
<li><a href="http://oreilly.com/archivetags.html">Popular Tags</a></li>
</ul></li>
<li><a href="http://safari.oreilly.com/?cid=orm-nav-global">Safari Books Online</a>
<ul>
<li><a href="http://my.safaribooksonline.com/home?cid=orm-nav-global&portal=oreilly">Safari Home</a></li>
<li><a href="http://my.safaribooksonline.com/subscribe?cid=orm-nav-global&portal=oreilly">Subscribe</a></li>
<li><a href="http://my.safaribooksonline.com/trial?cid=orm-nav-global&portal=oreilly">Free Trial</a></li>
<li><a href="http://my.safaribooksonline.com/books?cid=orm-nav-global&portal=oreilly">Books</a></li>
<li><a href="http://my.safaribooksonline.com/video?cid=orm-nav-global&portal=oreilly">Videos</a></li>
</ul>
</li>
<li><a href="http://conferences.oreilly.com/">Conferences</a></li>
<li><a href="http://training.oreilly.com/">Training</a>
</li>
<li><a href="http://www.oreillyschool.com/">School of Technology</a>
<ul>
<li><a href="https://oreillyschool.com/enroll/">Enroll</a></li>
<li><a href="https://oreillyschool.com/career/">Your Career</a></li>
<li><a href="https://oreillyschool.com/why/">Why OST</a></li>
<li><a href="https://oreillyschool.com/courses/">Courses & Certificates</a></li>
<li><a href="https://oreillyschool.com/contact.php">Contact</a></li>
<li><a href="https://oreillyschool.com/student/">Student Sign In</a></li>
</ul></li>
</ul>
<ul id="account-actions">
<li><a href="https://members.oreilly.com/" class="acct">My Account</a></li>
<li><a href="https://epoch.oreilly.com/shop/cart.orm" class="cart">View Cart</a></li>
</ul>
</div>
<div id="header">
<h1><a href="http://oreilly.com/store/index.html">O'Reilly Books & Videos</a></h1>
<div id="tagline">Buy Direct and Save</div>
<div id="search-box" class="yui-skin-sam">
<form method="get" action="http://search.oreilly.com" id="search-form" name="searchform">
<fieldset>
<span id="search-input">
<span id="search-field"><input style="//height: 18px;" id="q" name="q" type="text" maxlength="64" accesskey="s" value="" /></span>
<span id="search-button">
<input class="button" type="submit" value="SEARCH" onclick="return searchverif();" />
</span>
</span>
<span class="clear"></span>
<div id="autocomplete"></div>
</fieldset>
</form>
</div>
</div>
<div id="subnav">
<ul>
<li><a href="http://oreilly.com/store/newreleases.html">New</a></li>
<li><a href="http://oreilly.com/store/upcoming.html">Upcoming</a></li>
<li><a href="http://oreilly.com/store/bestsellers.html">Bestselling</a></li>
<li><a href="http://oreilly.com/store/complete.html">Complete List</a></li>
<li><a href="http://oreilly.com/store/publisher.html">By Publisher</a></li>
<li><a href="http://oreilly.com/roughcuts/">Rough Cuts</a></li>
<li><a href="http://oreilly.com/ebooks/">Ebooks</a></li>
<li><a href="http://oreilly.com/videos/">Videos</a></li>
<li><a href="http://oreilly.com/store/order.html">Order Info</a></li>
</ul>
<div class="right">1-800-998-9938 / 707-827-7000 / <a href="mailto:accounts@oreilly.com">accounts@oreilly.com</a></div>
</div>
</div><!-- /#header-09 -->
<div id="content">
<div id="content_store_rt">
<div id="actions">
<div class="buybuttonswidget">
<div class="oreilly_buy_buttons" xmlns:gr="http://purl.org/goodrelations/v1#">
<div class="header">Buying Options</div>
<div class="product_title">AspectJ Cookbook</div>
<div class="button_set">
<div class="shopping_cart_button_line" typeof="gr:Offering" about="https://epoch.oreilly.com/shop/cart.orm?prod=9780596006549.BOOK">
<div class="product_price">
<span rel="gr:includesObject">
<span typeof="gr:TypeAndQuantityNode">
<span property="gr:amountOfThisGood" content="1" datatype="xsd:float"/>
<span rel="gr:typeOfGood" resource="urn:x-domain:oreilly.com:product:9780596006549.BOOK"/>
</span>
</span>
<span class="product_type_label" property="rdfs:label"> Print</span>
<span rel="gr:hasPriceSpecification">
<span class="price" typeof="gr:UnitPriceSpecification"><span property="gr:hasCurrency" content="USD">$</span><span property="gr:hasCurrencyValue" datatype="xsd:float">44.95</span></span>
</span>
</div>
<a class="product_buy_link" href="https://epoch.oreilly.com/shop/cart.orm?prod=9780596006549.BOOK">
<img src="http://oreilly.com/catalog/assets/images/btn_add_to_cart.gif" alt="Add to Cart" />
</a>
</div>
<div class="outer_greenbox">
<div class="inner_greenbox">
<div class="shopping_cart_button_line" typeof="gr:Offering" about="http://my.safaribooksonline.com/0596006543">
<div class="product_price">
<span rel="gr:includesObject">
<span typeof="gr:TypeAndQuantityNode">
<span property="gr:amountOfThisGood" content="1" datatype="xsd:float"/>
<span rel="gr:typeOfGood" resource="urn:x-domain:oreilly.com:product:0596006543.SAF"/>
</span>
</span>
<span class="product_type_label" property="rdfs:label"> Safari Books Online</span>
</div>
<a class="product_buy_link" href="http://my.safaribooksonline.com/0596006543?portal=oreilly&cid=orm-cat-readnow-0596006543">
<img src="http://oreilly.com/catalog/assets/images/btn_safari_book.gif" alt="Add to Cart" />
</a>
</div>
<a class="whatisthis" href="http://oreilly.com/store/gogreen.html" target="popup" onclick="javascript:window.open('http://oreilly.com/store/gogreen.html', 'popup','width=315, height=830');">What is this?</a>
</div>
</div>
<div class="shopping_cart_button_line" typeof="gr:Offering" about="http://customer.wileyeurope.com/CGI-BIN/lansaweb?procfun+shopcart+shcfn01+funcparms+parmisbn(a0130):9780596006549+parmqty(p0050):1+parmurl(l0560):http://oreilly.com/store/">
<div class="product_price">
<span rel="gr:includesObject">
<span typeof="gr:TypeAndQuantityNode">
<span property="gr:amountOfThisGood" content="1" datatype="xsd:float"/>
<span rel="gr:typeOfGood" resource="urn:x-domain:oreilly.com:product:9780596006549.BOOK"/>
</span>
</span>
<span class="product_type_label" property="rdfs:label"> Print</span>
<span rel="gr:hasPriceSpecification">
<span class="price" typeof="gr:UnitPriceSpecification"><span property="gr:hasCurrency" content="GBP">£</span><span property="gr:hasCurrencyValue" datatype="xsd:float">34.50</span></span>
</span>
</div>
<a class="product_buy_link" href="http://customer.wileyeurope.com/CGI-BIN/lansaweb?procfun+shopcart+shcfn01+funcparms+parmisbn(a0130):9780596006549+parmqty(p0050):1+parmurl(l0560):http://oreilly.com/store/">
<img src="http://oreilly.com/catalog/assets/images/btn_add_to_uk_cart.gif" alt="Add to Cart" />
</a>
</div>
<a class="whatisthis" href="http://oreilly.com/store/ukcart.html" target="popup" onclick="javascript:window.open('http://oreilly.com/store/ukcart.html', 'popup','width=300, height=270');">What is this?</a>
</div><!--end button_set class-->
</div><!--end oreilly_buy_buttons -->
</div><!-- end buybuttonswidget id-->
</div>
<div class="product-metadata" about="urn:x-domain:oreilly.com:product:9780596006549.IP">
<h1 id="title" property="dc:title">AspectJ Cookbook</h1>
<h2 class='subtitle'>Aspect Oriented Solutions to Real-World Problems</h2>
<dl>
<dt>By</dt> <dd><span rel="dc:creator"><span><a about="urn:x-domain:oreilly.com:agent:pdb:1022" class="authorname" href="http://www.oreillynet.com/pub/au/1725" property="foaf:name" rel="foaf:homepage" typeof="foaf:Person">Russell Miles</a></span></span></dd>
<dt>Publisher:</dt> <dd id="publishers" property="dc:publisher">O'Reilly Media</dd>
<dt>Released:</dt>
<dd>
<span class="date" datatype="xsd:dateTime" content="2004-12-20" property="dc:issued">
December 2004
</span>
</dd>
<dt>Pages:</dt> <dd about="urn:x-domain:oreilly.com:product:9780596006549.BOOK" property="dc:extent">
360
</dd>
</dl>
<script type="text/javascript">
/* <![CDATA[ */
POWERREVIEWS.display.snippet(document, {
pr_page_id : '9780596006549',
pr_write_review : '/catalog/9780596006549/write_review',
pr_read_review : 'http://oreilly.com/catalog/9780596006549#reviews'
});
/* ]]> */
</script>
</div>
<ul id="offers">
<li id="b2g1f"><a href="http://oreilly.com/oreilly/cs/b2g1f.html"><span>Buy 2 Get 1 Free</span></a></li>
<li id="freeshipping"><a href="http://oreilly.com/news/freeshipping_0703.html"><span>Free Shipping</span></a></li>
<li id="guarantee"><a href="http://oreilly.com/oreilly/cs/guarantee.html"><span>100% Satisfaction Guarantee</span></a></li>
</ul>
<div id="page-toc">
</div>
<div id="description" class="page_toc_entry">
<div class="content-subtitle">Description</div>
<div id="short-description">
<div><p>This hands-on book shows readers why and how common Java development problems can be solved by using new Aspect-oriented programming (AOP) techniques. With a wide variety of code recipes for solving day-to-day design and coding problems using AOP's unique approach, <i>AspectJ Cookbook</i> demonstrates that AOP is more than just a concept; it's a development process that will benefit users in an immediate and visible manner. </p></div>
<a id="fulldescButton">Full Description</a>
</div>
<div id="fulldesc" style="display:none;">
<div><div><p>When Object Oriented programming (OO) first appeared, it was a revelation. OO gave developers the ability to create software that was more flexible and robust, but as time went on and applications became more sophisticated, too, certain areas of "traditional" OO architectures were found wanting. Aspect-oriented programming (AOP) addresses those issues by extending the OO approach even further.</p>
<p>Many developers are interested in AOP--especially in AspectJ, the open source extension of the Java programming language that explicitly supports the AOP approach. Yet, although AspectJ is included with Eclipse, the increasingly popular open source IDE for Java, finding a practical and non-theoretical way to learn this language and other AOP tools and techniques has been a real problem.</p>
<p>Until now. The <i>AspectJ Cookbook</i> offers a hands-on solution--in fact, several--with a wide variety of code recipes for solving day-to-day design and coding problems using AOP's unique approach. </p>
<p>AOP allows the global properties of a program to determine how it's compiled into an executable program. Before AOP, important program design decisions were difficult to capture in actual code. Instead, the implementation of those design decisions--known as "aspects"--were scattered throughout, resulting in "tangled" code that was hard to develop and maintain. AOP has been compared to the manufacturing of cloth, in which threads are automatically interwoven. Without AOP, programmers must stitch the threads by hand.</p>
<p>The <i>AspectJ Cookbook</i> shows readers why, and how, common Java development problems can be solved by using AOP techniques. With our popular problem-solution-discussion format, the book presents real world examples to demonstrate that AOP is more than just a concept; it's a development process that will benefit users in an immediate and visible manner.</p>
<p>If you're interested in how AOP is changing the way software is developed, and how you can use AspectJ to make code more modular, easier to develop, maintain, evolve and deploy, this is the book that really delivers. </p></div></div>
</div>
</div>
<div id="toc" class="page_toc_entry">
<div class="content-subtitle">Table of Contents</div>
<div id="toc-content">
<ol id="chapters">
<li title="1" class="chapter">
<h3><span class="chapter-label">Chapter 1 </span>Aspect Orientation Overview
</h3>
<ol>
<li title="1.1" class="sect1">
<h4>A Brief History of Aspect Orientation</h4>
</li>
<li title="1.2" class="sect1">
<h4>AspectJ</h4>
</li>
<li title="1.3" class="sect1">
<h4>A Definition of Aspect Orientation</h4>
</li>
<li title="1.4" class="sect1">
<h4>Where to Go for More Information</h4>
</li>
</ol>
</li>
<li title="2" class="chapter">
<h3><span class="chapter-label">Chapter 2 </span>Getting Started with AspectJ
</h3>
<ol>
<li title="2.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="2.2" class="sect1">
<h4>Installing AspectJ</h4>
</li>
<li title="2.3" class="sect1">
<h4>Developing a Simple Aspect</h4>
</li>
<li title="2.4" class="sect1">
<h4>Compiling an Aspect and Multiple Java Files</h4>
</li>
<li title="2.5" class="sect1">
<h4>Weaving Aspects into Jars</h4>
</li>
<li title="2.6" class="sect1">
<h4>Weaving Aspects at Load Time</h4>
</li>
<li title="2.7" class="sect1">
<h4>Generating Javadoc Documentation</h4>
</li>
<li title="2.8" class="sect1">
<h4>Compiling an AspectJ Project Using Eclipse</h4>
</li>
<li title="2.9" class="sect1">
<h4>Selecting the Aspects That Are Woven in a Build Within Eclipse</h4>
</li>
<li title="2.10" class="sect1">
<h4>Building an AspectJ Project Using Ant</h4>
</li>
</ol>
</li>
<li title="3" class="chapter">
<h3><span class="chapter-label">Chapter 3 </span>Deploying AspectJ Applications
</h3>
<ol>
<li title="3.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="3.2" class="sect1">
<h4>Deploying a Command-Line AspectJ Application</h4>
</li>
<li title="3.3" class="sect1">
<h4>Deploying an AspectJ Application as a
Fully Contained Executable JAR File
</h4>
</li>
<li title="3.4" class="sect1">
<h4>Deploying a Java Servlet That Uses AspectJ</h4>
</li>
<li title="3.5" class="sect1">
<h4>Deploying a JSP That Uses AspectJ</h4>
</li>
<li title="3.6" class="sect1">
<h4>Deploying an Axis Web Service That Uses AspectJ</h4>
</li>
</ol>
</li>
<li title="4" class="chapter">
<h3><span class="chapter-label">Chapter 4 </span>Capturing Joing Points on Methods
</h3>
<ol>
<li title="4.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="4.2" class="sect1">
<h4>Capturing a Method Call</h4>
</li>
<li title="4.3" class="sect1">
<h4>Capturing the Parameter Values Passed on a Method Call</h4>
</li>
<li title="4.4" class="sect1">
<h4>Capturing the Target of a Method Call</h4>
</li>
<li title="4.5" class="sect1">
<h4>Capturing a Method When It Is Executing</h4>
</li>
<li title="4.6" class="sect1">
<h4>Capturing the Value of the this Reference When a Method Is Executing</h4>
</li>
</ol>
</li>
<li title="5" class="chapter">
<h3><span class="chapter-label">Chapter 5 </span>Capturing Join Points on Exception Handling
</h3>
<ol>
<li title="5.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="5.2" class="sect1">
<h4>Capturing When an Exception Is Caught</h4>
</li>
<li title="5.3" class="sect1">
<h4>Capturing the Thrown Exception</h4>
</li>
<li title="5.4" class="sect1">
<h4>Capturing the Object Handling the
Exception
</h4>
</li>
</ol>
</li>
<li title="6" class="chapter">
<h3><span class="chapter-label">Chapter 6 </span>Capturing Join Points on Advice
</h3>
<ol>
<li title="6.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="6.2" class="sect1">
<h4>Capturing When Advice Is Executing</h4>
</li>
<li title="6.3" class="sect1">
<h4>Excluding Join Points That Are a Result of
Advice Execution
</h4>
</li>
<li title="6.4" class="sect1">
<h4>Exposing the Original Join Point When Advice Is Being Advised</h4>
</li>
</ol>
</li>
<li title="7" class="chapter">
<h3><span class="chapter-label">Chapter 7 </span>Capturing Join Points on Class Object Construction
</h3>
<ol>
<li title="7.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="7.2" class="sect1">
<h4>Capturing a Call to a Constructor</h4>
</li>
<li title="7.3" class="sect1">
<h4>Capturing a Constructor When It Is Executing</h4>
</li>
<li title="7.4" class="sect1">
<h4>Capturing When an Object Is Initialized</h4>
</li>
<li title="7.5" class="sect1">
<h4>Capturing When an Object Is About to Be Initialized</h4>
</li>
<li title="7.6" class="sect1">
<h4>Capturing When a Class Is Initialized</h4>
</li>
</ol>
</li>
<li title="8" class="chapter">
<h3><span class="chapter-label">Chapter 8 </span>Capturing Join Points on Attributes
</h3>
<ol>
<li title="8.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="8.2" class="sect1">
<h4>Capturing When an Object’s Attribute Is Accessed</h4>
</li>
<li title="8.3" class="sect1">
<h4>Capturing the Value of the Field Being Accessed</h4>
</li>
<li title="8.4" class="sect1">
<h4>Capturing When an Object’s Field Is Modified</h4>
</li>
<li title="8.5" class="sect1">
<h4>Capturing the Value of a Field When It Is Modified</h4>
</li>
</ol>
</li>
<li title="9" class="chapter">
<h3><span class="chapter-label">Chapter 9 </span>Capturing Join Points Within Programmatic Scope
</h3>
<ol>
<li title="9.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="9.2" class="sect1">
<h4>Capturing All Join Points Within a Particular Class</h4>
</li>
<li title="9.3" class="sect1">
<h4>Capturing All Join Points Within a Particular Package</h4>
</li>
<li title="9.4" class="sect1">
<h4>Capturing All Join Points Within a Particular Method</h4>
</li>
</ol>
</li>
<li title="10" class="chapter">
<h3><span class="chapter-label">Chapter 10 </span>Capturing Join Points Based on Control Flow
</h3>
<ol>
<li title="10.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="10.2" class="sect1">
<h4>Capturing All Join Points Within a Program’s Control Flow Initiated by an Initial Join Point</h4>
</li>
<li title="10.3" class="sect1">
<h4>Capturing All Join Points Within a Program’s Control Flow, Excluding the Initial Join Point</h4>
</li>
</ol>
</li>
<li title="11" class="chapter">
<h3><span class="chapter-label">Chapter 11 </span>Capturing Join Points Based on Object Type
</h3>
<ol>
<li title="11.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="11.2" class="sect1">
<h4>Capturing When the this Reference Is a Specific Type</h4>
</li>
<li title="11.3" class="sect1">
<h4>Capturing When a Join Point’s Target Object Is a Specific Type</h4>
</li>
<li title="11.4" class="sect1">
<h4>Capturing When the Arguments to a Join Point Are a Certain Number, Type, and Ordering</h4>
</li>
</ol>
</li>
<li title="12" class="chapter">
<h3><span class="chapter-label">Chapter 12 </span>Capturing Join Points Based on a Boolean or Combined Expression
</h3>
<ol>
<li title="12.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="12.2" class="sect1">
<h4>Capturing When a Runtime Condition Evaluates to True on a Join Point</h4>
</li>
<li title="12.3" class="sect1">
<h4>Combining Pointcuts Using a Logical AND (&&)</h4>
</li>
<li title="12.4" class="sect1">
<h4>Combining Pointcuts Using a Logical OR (||)</h4>
</li>
<li title="12.5" class="sect1">
<h4>Capturing All Join Points NOT Specified by a Pointcut Declaration</h4>
</li>
<li title="12.6" class="sect1">
<h4>Declaring Anonymous Pointcuts</h4>
</li>
<li title="12.7" class="sect1">
<h4>Reusing Pointcuts</h4>
</li>
</ol>
</li>
<li title="13" class="chapter">
<h3><span class="chapter-label">Chapter 13 </span>Defining Advice
</h3>
<ol>
<li title="13.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="13.2" class="sect1">
<h4>Accessing Class Members</h4>
</li>
<li title="13.3" class="sect1">
<h4>Accessing the Join Point Context</h4>
</li>
<li title="13.4" class="sect1">
<h4>Executing Advice Before a Join Point</h4>
</li>
<li title="13.5" class="sect1">
<h4>Executing Advice Around a Join Point</h4>
</li>
<li title="13.6" class="sect1">
<h4>Executing Advice Unconditionally After a Join Point</h4>
</li>
<li title="13.7" class="sect1">
<h4>Executing Advice Only After a Normal Return from a Join Point</h4>
</li>
<li title="13.8" class="sect1">
<h4>Executing Advice Only After an Exception Has Been Raised in a Join Point</h4>
</li>
<li title="13.9" class="sect1">
<h4>Controlling Advice Precedence</h4>
</li>
<li title="13.10" class="sect1">
<h4>Advising Aspects</h4>
</li>
</ol>
</li>
<li title="14" class="chapter">
<h3><span class="chapter-label">Chapter 14 </span>Defining Aspect Instantiation
</h3>
<ol>
<li title="14.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="14.2" class="sect1">
<h4>Defining Singleton Aspects</h4>
</li>
<li title="14.3" class="sect1">
<h4>Defining an Aspect per Instance</h4>
</li>
<li title="14.4" class="sect1">
<h4>Defining an Aspect per Control Flow</h4>
</li>
</ol>
</li>
<li title="15" class="chapter">
<h3><span class="chapter-label">Chapter 15 </span>Defining Aspect Relationships
</h3>
<ol>
<li title="15.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="15.2" class="sect1">
<h4>Inheriting Pointcut Definitions</h4>
</li>
<li title="15.3" class="sect1">
<h4>Implementing Abstract Pointcuts</h4>
</li>
<li title="15.4" class="sect1">
<h4>Inheriting Classes into Aspects</h4>
</li>
<li title="15.5" class="sect1">
<h4>Declaring Aspects Inside Classes</h4>
</li>
</ol>
</li>
<li title="16" class="chapter">
<h3><span class="chapter-label">Chapter 16 </span>Enhancing Classes and the Compiler
</h3>
<ol>
<li title="16.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="16.2" class="sect1">
<h4>Extending an Existing Class</h4>
</li>
<li title="16.3" class="sect1">
<h4>Declaring Inheritance Between Classes</h4>
</li>
<li title="16.4" class="sect1">
<h4>Implementing Interfaces Using Aspects</h4>
</li>
<li title="16.5" class="sect1">
<h4>Declaring a Default Interface Implementation</h4>
</li>
<li title="16.6" class="sect1">
<h4>Softening Exceptions</h4>
</li>
<li title="16.7" class="sect1">
<h4>Extending Compilation</h4>
</li>
</ol>
</li>
<li title="17" class="chapter">
<h3><span class="chapter-label">Chapter 17 </span>Implementing Creational Object-Oriented Design Patterns
</h3>
<ol>
<li title="17.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="17.2" class="sect1">
<h4>Implementing the Singleton Pattern</h4>
</li>
<li title="17.3" class="sect1">
<h4>Implementing the
Prototype Pattern
</h4>
</li>
<li title="17.4" class="sect1">
<h4>Implementing the Abstract Factory Pattern</h4>
</li>
<li title="17.5" class="sect1">
<h4>Implementing the
Factory Method Pattern
</h4>
</li>
<li title="17.6" class="sect1">
<h4>Implementing the
Builder Pattern
</h4>
</li>
</ol>
</li>
<li title="18" class="chapter">
<h3><span class="chapter-label">Chapter 18 </span>Implementing Structural Object-Oriented Design Patterns
</h3>
<ol>
<li title="18.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="18.2" class="sect1">
<h4>Implementing the
Composite Pattern
</h4>
</li>
<li title="18.3" class="sect1">
<h4>Implementing the
Flyweight Pattern
</h4>
</li>
<li title="18.4" class="sect1">
<h4>Implementing the
Adapter Pattern
</h4>
</li>
<li title="18.5" class="sect1">
<h4>Implementing the Bridge
Pattern
</h4>
</li>
<li title="18.6" class="sect1">
<h4>Implementing the
Decorator Pattern
</h4>
</li>
<li title="18.7" class="sect1">
<h4>Implementing the Proxy Pattern</h4>
</li>
</ol>
</li>
<li title="19" class="chapter">
<h3><span class="chapter-label">Chapter 19 </span>Implementing Behavioral Object-Oriented Design Patterns
</h3>
<ol>
<li title="19.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="19.2" class="sect1">
<h4>Implementing the
Observer Pattern
</h4>
</li>
<li title="19.3" class="sect1">
<h4>Implementing the Command Pattern</h4>
</li>
<li title="19.4" class="sect1">
<h4>Implementing the Iterator Pattern</h4>
</li>
<li title="19.5" class="sect1">
<h4>Implementing the
Mediator Pattern
</h4>
</li>
<li title="19.6" class="sect1">
<h4>Implementing the Chain of Responsibility Pattern</h4>
</li>
<li title="19.7" class="sect1">
<h4>Implementing the Memento Pattern</h4>
</li>
<li title="19.8" class="sect1">
<h4>Implementing the Strategy Pattern</h4>
</li>
<li title="19.9" class="sect1">
<h4>Implementing the Visitor
Pattern
</h4>
</li>
<li title="19.10" class="sect1">
<h4>Implementing the Template Method Pattern</h4>
</li>
<li title="19.11" class="sect1">
<h4>Implementing the State
Pattern
</h4>
</li>
<li title="19.12" class="sect1">
<h4>Implementing the
Interpreter Pattern
</h4>
</li>
</ol>
</li>
<li title="20" class="chapter">
<h3><span class="chapter-label">Chapter 20 </span>Applying Class and Component Scale Aspects
</h3>
<ol>
<li title="20.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="20.2" class="sect1">
<h4>Validating
Parameters Passed to a Method
</h4>
</li>
<li title="20.3" class="sect1">
<h4>Overriding the
Class Instantiated on a Call to a Constructor
</h4>
</li>
<li title="20.4" class="sect1">
<h4>Adding Persistence to a Class</h4>
</li>
<li title="20.5" class="sect1">
<h4>Applying
Mock Components to Support Unit Testing
</h4>
</li>
</ol>
</li>
<li title="21" class="chapter">
<h3><span class="chapter-label">Chapter 21 </span>Applying Application Scale Aspects
</h3>
<ol>
<li title="21.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="21.2" class="sect1">
<h4>Applying Aspect-Oriented Tracing</h4>
</li>
<li title="21.3" class="sect1">
<h4>Applying Aspect-Oriented Logging</h4>
</li>
<li title="21.4" class="sect1">
<h4>Applying Lazy Loading</h4>
</li>
<li title="21.5" class="sect1">
<h4>Managing Application
Properties
</h4>
</li>
</ol>
</li>
<li title="22" class="chapter">
<h3><span class="chapter-label">Chapter 22 </span>Applying Enterprise Scale Aspects
</h3>
<ol>
<li title="22.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="22.2" class="sect1">
<h4>Applying Development Guidelines and Rules</h4>
</li>
<li title="22.3" class="sect1">
<h4>Applying Transactions</h4>
</li>
<li title="22.4" class="sect1">
<h4>Applying Resource Pooling</h4>
</li>
<li title="22.5" class="sect1">
<h4>Remoting a
Class Transparently Using RMI
</h4>
</li>
<li title="22.6" class="sect1">
<h4>Applying a Security Policy</h4>
</li>
</ol>
</li>
<li title="23" class="chapter">
<h3><span class="chapter-label">Chapter 23 </span>Applying Aspect-Oriented Design Patterns
</h3>
<ol>
<li title="23.1" class="sect1">
<h4>Introduction</h4>
</li>
<li title="23.2" class="sect1">
<h4>Applying the
Cuckoo’s Egg Design Pattern
</h4>
</li>
<li title="23.3" class="sect1">
<h4>Applying the Director Design Pattern</h4>
</li>
<li title="23.4" class="sect1">
<h4>Applying the Border Control Design Pattern</h4>
</li>
<li title="23.5" class="sect1">
<h4>Applying the Policy Design Pattern</h4>
</li>
</ol>
</li>
</ol>
<ol id="appendixes">
<li title="" class="appendix">
<h3><span class="chapter-label">Appendix </span>The AspectJ Runtime API
</h3>
<ol>
<li title="" class="sect1">
<h4>org.aspectj.lang</h4>
</li>
<li title="" class="sect1">
<h4>Signature</h4>
</li>
<li title="" class="sect1">
<h4>org.aspectj.lang.reflect</h4>
</li>
<li title="" class="sect1">
<h4>The SoftException Class</h4>
</li>
<li title="" class="sect1">
<h4>The NoAspectBoundException Class</h4>
</li>
</ol>
</li>
<li title="" class="colophon">
<h3>Colophon</h3>
</li>
</ol>
</div>
<div class="full-toc-button"><!-- or close-toc-button & close_toc.png --><img alt="View Full Table of Contents" src="http://oreilly.com/images/oreilly/full_toc.png"/></div>
</div>
<div id="related-content" class="page_toc_entry">
<div class="content-subtitle" style="display: none;">Related Content</div>
<div id="related-items">
</div>
<div id="related-recommended">
<div class="content-subtitle">Customers interested in this item were also interested in:</div>
<div class="related-item">
<a href="http://oreilly.com/catalog/9780596514198?cmp=il-orm-caii-book-9780596006549"><img src="http://covers.oreilly.com/images/9780596514198/bkt.gif" alt="Cover of Java Pocket Guide" class="related-cover"/></a>
<div class="related-item-title"><a href="http://oreilly.com/catalog/9780596514198?cmp=il-orm-caii-book-9780596006549">Java Pocket Guide</a></div>
<div>Print: <span class="price">$14.99</span></div>
<div>Ebook: <span class="price">$11.99</span></div>
</div>
<div class="related-item">
<a href="http://oreilly.com/catalog/9780596803742?cmp=il-orm-caii-book-9780596006549"><img src="http://covers.oreilly.com/images/9780596803742/bkt.gif" alt="Cover of Java: The Good Parts" class="related-cover"/></a>
<div class="related-item-title"><a href="http://oreilly.com/catalog/9780596803742?cmp=il-orm-caii-book-9780596006549">Java: The Good Parts: Rough Cuts Version</a></div>
<div>Print: <span class="price">$29.99</span></div>
<div>Ebook: <span class="price">$23.99</span></div>
</div>
<div class="related-item">
<a href="http://oreilly.com/catalog/9780596510220?cmp=il-orm-caii-book-9780596006549"><img src="http://covers.oreilly.com/images/9780596510220/bkt.gif" alt="Cover of Google Web Toolkit for Ajax" class="related-cover"/></a>
<div class="related-item-title"><a href="http://oreilly.com/catalog/9780596510220?cmp=il-orm-caii-book-9780596006549">Google Web Toolkit for Ajax</a></div>
<div>Ebook: <span class="price">$9.99</span></div>
</div>
<div class="related-item">
<a href="http://oreilly.com/catalog/9780596521981?cmp=il-orm-caii-book-9780596006549"><img src="http://covers.oreilly.com/images/9780596521981/bkt.gif" alt="Cover of Hadoop: The Definitive Guide" class="related-cover"/></a>
<div class="related-item-title"><a href="http://oreilly.com/catalog/9780596521981?cmp=il-orm-caii-book-9780596006549">Hadoop: The Definitive Guide</a></div>
<div>Print: <span class="price">$44.99</span></div>
<div>Ebook: <span class="price">$35.99</span></div>
</div>
</div>
</div>
<div id="product-details" class="page_toc_entry"
typeof="frbr:Expression"
about="urn:x-domain:oreilly.com:product:9780596006549.IP">
<div class="content-subtitle">Product Details</div>
<dl>
<dt>Title:</dt> <dd><cite property="dc:title">AspectJ Cookbook</cite></dd>
<dt>By:</dt> <dd><span rel="dc:creator"><span><a about="urn:x-domain:oreilly.com:agent:pdb:1022" class="authorname" href="http://www.oreillynet.com/pub/au/1725" property="foaf:name" rel="foaf:homepage" typeof="foaf:Person">Russell Miles</a></span></span></dd>
<dt>Publisher:</dt> <dd><span property="dc:publisher">O'Reilly Media</span></dd> <dt>Formats:</dt>
<dd>
<ul rel="frbr:embodiment">
<li
typeof="frbr:Manifestation" about="urn:x-domain:oreilly.com:product:9780596006549.BOOK"><span rel="dc:type" resource="http://purl.oreilly.com/product-types/BOOK">Print</span></li>
<li
class="last"
typeof="frbr:Manifestation" about="urn:x-domain:oreilly.com:product:0596006543.SAF"><span rel="dc:type" resource="http://purl.oreilly.com/product-types/SAF">Safari Books Online</span></li>
</ul>
</dd>
<dt>Print Release:</dt>
<dd about="urn:x-domain:oreilly.com:product:9780596006549.BOOK">
<span class="date" datatype="xsd:dateTime" content="2004-12-20" property="dc:issued">
December 2004
</span>
</dd>
<dt>Pages:</dt> <dd about="urn:x-domain:oreilly.com:product:9780596006549.BOOK" property="dc:extent">
360
</dd>
<dt>Print ISBN:</dt><dd about="urn:x-domain:oreilly.com:product:9780596006549.BOOK" rel="dc:identifier" resource="urn:isbn:9780596006549" class="isbn">978-0-596-00654-9</dd>
<dt class="isbn-10"> | ISBN 10:</dt> <dd>0-596-00654-3</dd>
</dl>
</div>
<div id="reviews" class="page_toc_entry">
<div class="content-subtitle" id="rr">Customer Reviews</div>
<script type="text/javascript">
POWERREVIEWS.display.engine(document, {
pr_page_id : '9780596006549',
pr_write_review : '/catalog/9780596006549/write_review'
});
</script>
</div>
<!-- Forums go here -->
<div id="colophon" class="page_toc_entry">
<div class="content-subtitle">Colophon</div>
<div><p>Our look is the result of reader comments, our own experimentation, and feedback from distribution channels. Distinctive covers complement our distinctive approach to technical topics, breathing personality and life into potentially dry subjects. The animal on the cover of <i>AspectJ Cookbook</i> is a marmoset.Marmosets are small monkeys (usually no bigger than an oversized rat) that live in the tropical and subtropical forests of South America.They are arboreal and incredibly agile.Their powerful hind legs, dextrous claw-like hands, and extra-long tails make swinging from branch to branch a breeze.</p>
<p>Marmosets are not too picky about what they eat.They are partial to tree sap (the stickier the better), but they also enjoy lizards, frogs, snails, insects, fruit, and nectar.</p>
<p>A group of marmosets (a social group consists of 8-20 individuals) communicates with facial expressions, body movements, and occasional squeaks. They also rely heavily on smell to identify each other.A highly adaptable species, marmosets can endure blistering temperatures and sparse forest environments. Because of this tenacity, they are not under serious threat, unlike most other primates. Matt Hutchinson was the production editor for <i>AspectJ Cookbook</i>. GEX, Inc. provided production services.Marlowe Shaeffer, Sarah Sherman, and Emily Quill provided quality control.</p>
<p>Emma Colby designed the cover of this book, based on a series design by Edie Freedman.The cover image is a 19th-century engraving from Illustrated Natural History. Clay Fernald produced the cover layout with QuarkXPress 4.1 using Adobe's ITC Garamond font.</p>
<p>Melanie Wang designed the interior layout, based on a series design by David Futato. This book was converted by Julie Hawks to FrameMaker 5.5.6 with a format conversion tool created by Erik Ray, Jason McIntosh, Neil Walls, and Mike Sierra that uses Perl and XML technologies.The text font is Linotype Birka; the heading font is Adobe Myriad Condensed; and the code font is LucasFont's TheSans Mono Condensed.The illustrations that appear in the book were produced by Robert Romano, Jessamyn Read, and Lesley Borash using Macromedia FreeHand MX and Adobe Photoshop CS.The tip and warning icons were drawn by Christopher Bing. This colophon was written by Matt Hutchinson.</p></div>
</div>
</div>
<div id="content_store_lt">
<div id="cover-block">
<ul id="browsebook">
<li class="coverimage">
<div id="halo">
<script type="text/javascript">
/* <![CDATA[ */
for(isbn in _GBSBookInfo) {
var book = _GBSBookInfo[isbn];
if (book.embeddable) {
$("#halo").append("<a href='/catalog/9780596006549/preview'><img src='http://cdn.oreilly.com/images/oreilly/browse-contents-halo.png'></a>");
}
}
/* ]]> */
</script>
</div>
<a id="cover_link" href="http://oreilly.com/catalog/9780596006549">
<img alt="Book cover of AspectJ Cookbook" id="cover" src="http://covers.oreilly.com/images/9780596006549/cat.gif" width="180" />
</a>
</li>
</ul>
<div id="cover-link">
<a href="http://covers.oreilly.com/images/9780596006549/lrg.jpg" class="lightbox">See larger cover</a>
</div>
</div>
<div id="share-options">
<script type="text/javascript" src="http://w.sharethis.com/button/sharethis.js#publisher=16098316-763b-41fc-a31d-7bbadcfcf894&type=website&onmouseover=false&embeds=true&style=rotate&send_services=email%2Caim%2Csms&post_services=twitter%2Cfriendfeed%2Cfacebook%2Cdigg%2Cdelicious%2Creddit%2Cslashdot%2Cgoogle_bmarks%2Cblogger%2Ctypepad%2Cstumbleupon%2Cwordpress%2Cwindows_live%2Cnewsvine%2Clinkedin%2Cmyspace%2Ctechnorati"></script>
</div>
<div id="preview-link">
<script type="text/javascript">
/* <![CDATA[ */
for(isbn in _GBSBookInfo) {
var book = _GBSBookInfo[isbn];
if (book.embeddable) {
$("#preview-link").append("<a href='/catalog/9780596006549/preview#preview'><img src='http://books.google.com/intl/en/googlebooks/images/gbs_preview_button1.gif'></a>");
$("#cover_link").attr("href", '/catalog/9780596006549/preview#preview');
}
}
/* ]]> */
</script>
</div>
<hr />
<div id="related-links">
<ul>
<li><b><a href="http://www.aspectjcookbook.com">Examples</a></b></li>
<li><a href="http://register.oreilly.com/" class="register-link">Register Your Book</a></li>
<li><a class="errata-link" href="http://oreilly.com/catalog/errata.csp?isbn=9780596006549" rel="nofollow">View/Submit Errata</a></li>
<li><a class="errata-link" href="http://oreilly.com/catalog/praise.csp?isbn=9780596006549" rel="nofollow">Media Praise</a></li>
</ul>
</div>
<div id="gsfn_list_widget">
<div class="sidebar-title">Got a Question?</div>
<div class="sidebar-item-content">
<img alt="icons" src="http://oreilly.com/images/oreilly/satisfaction-icons.gif"/>
<div class="gsfn_content">
<form onsubmit="gsfn_search(this); return false;" accept-charset="utf-8" method="get" action="http://getsatisfaction.com/oreilly" id="gsfn_search_form">
<fieldset>
<input type="hidden" value="" name="widget"/>
<input type="hidden" value="3" name="limit"/>
<input type="hidden" value="" name="style"/>
<input type="hidden" value="gsfnResultsCallback" name="callback"/>
<input type="hidden" name="format" value="widget" />
<label class="gsfn_label" for="gsfn_search_query">
Do you have a question about <strong>O'Reilly's products and services</strong>? Share an idea! Report a problem...</label>
<input type="text" maxlength="120" id="gsfn_search_query" value="" name="query" size="16"/>
<input type="submit" value="Continue" id="continue"/>
</fieldset>
</form>
<div id="gsfn_search_results"></div>
</div>
<div class="powered_by"><a href="http://getsatisfaction.com/"><img src="http://www.getsatisfaction.com/favicon.gif" alt="Favicon"/></a> <a href="http://getsatisfaction.com/">Service and support by Satisfaction</a></div>
</div>
</div>
</div>
</div>
<div class="noindex" id="footer">
<table style="padding-top: 20px; padding-bottom: 20px; border: 0;">
<tbody>
<tr><td style="valign: top; align:left; width: 25%; padding-left: 20px; padding-right: 20px;">
<a href="http://oreilly.com/"><img width="155" height="35" alt="O'Reilly Media" src="http://cdn.oreilly.com/images/standard/oreilly-logo-footer.gif"/></a>
<br /><br />
©2010, O'Reilly Media, Inc.<br/>(707) 827-7000 / (800) 998-9938<br/> All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. </td>
<td class="footercol1" style="valign: top;">
<strong>About O'Reilly</strong>
<br/>
<a href="http://oreilly.com/academic/">Academic Solutions</a><br/>
<a href="http://oreilly.com/authors/">Authors</a>
<br/>
<a href="http://oreilly.com/contact.html">Contacts</a>
<br/>
<a href="http://oreilly.com/oreilly/cs/">Customer Service</a>
<br/>
<a href="http://oreilly.com/jobs/">Jobs</a>
<br/>
<a href="http://elists.oreilly.com/">Newsletters</a>
<br/>
<a href="http://labs.oreilly.com">O'Reilly Labs</a>
<br/>
<a href="http://press.oreilly.com/">Press Room</a>
<br/>
<a href="http://oreilly.com/oreilly/privacy.csp">Privacy Policy</a>
<br/>
<a href="http://oreilly.com/feeds/">RSS Feeds</a>
<br/>
<a href="http://oreilly.com/terms/">Terms of Service</a>
<br/>
<a href="http://ug.oreilly.com/">User Groups</a>
<br/>
<a href="http://oreilly.com/oreilly/author/intro.csp">Writing for
O'Reilly</a>
<br />
</td>
<td class="footercol2" style="valign: top;" >
<strong>Content Archive</strong><br />
<a href="http://oreilly.com/content/business-technology.shtml">Business Technology</a> <br />
<a href="http://oreilly.com/content/computer-technology.shtml">Computer Technology</a> <br />
<a href="http://oreilly.com/content/google.shtml">Google</a> <br />
<a href="http://oreilly.com/content/microsoft.shtml">Microsoft</a> <br />
<a href="http://oreilly.com/content/mobile.shtml">Mobile</a> <br />
<a href="http://oreilly.com/content/network.shtml"> Network</a> <br />
<a href="http://oreilly.com/content/operating-system.shtml">Operating System</a> <br />
<a href="http://oreilly.com/content/digital-photography.shtml">Digital Photography</a> <br />
<a href="http://oreilly.com/content/programming.shtml">Programming</a> <br />
<a href="http://oreilly.com/content/software.shtml">Software</a> <br />
<a href="http://oreilly.com/content/web.shtml">Web</a>
<br />
<a href="http://oreilly.com/content/web-design.shtml">Web Design</a><br />
</td>
<td class="footercol3" style="valign: top;" >
<strong>More O'Reilly Sites</strong>
<br/>
<a href="http://radar.oreilly.com/">O'Reilly Radar</a>
<br/>
<a href="http://ignite.oreilly.com/">Ignite</a>
<br/>
<a href="http://toc.oreilly.com/">Tools of Change for Publishing</a>
<br/>
<a href="http://digitalmedia.oreilly.com/">Digital Media</a>
<br/>
<a href="http://digitalmedia.oreilly.com/iphone/?CMP=ILC-orm_sponsor_footer_links&ATT=iphone">Inside iPhone</a>
<br/>
<a href="http://makezine.com/">makezine.com</a>
<br/>
<a href="http://craftzine.com">craftzine.com</a>
<br/>
<a href="http://hackszine.com">hackszine.com</a>
<br/>
<a href="http://perl.com/">perl.com</a>
<br/>
<a href="http://xml.com/">xml.com</a>
<br/><br />
<strong>Partner Sites</strong>
<br/>
<a href="http://insideria.com/?CMP=ILC-orm_sponsor_footer_links&ATT=ria">InsideRIA</a>
<br/>
<a href="http://java.net/?CMP=ILC-orm_sponsor_footer_links&ATT=java">java.net</a>
<br/>
<a href="http://www.forbes.com/oreillyinsights/">O'Reilly Insights on Forbes.com</a><br />
</td>
</tr>
</tbody>
</table>
</div>
</div>
<script type="text/javascript">
/* <![CDATA[ */
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
/* ]]> */
</script>
<script type="text/javascript">
/* <![CDATA[ */
var pageTracker = _gat._getTracker("UA-4591498-1");
pageTracker._trackPageview();
/* ]]> */
</script>
<script type="text/javascript">
/* <![CDATA[ */
// sets variable names for accounts to capture sc analytics.
var s_account="ororeilly,orglobal";
/* ]]> */
</script>
<script src="http://assets.oreilly.com/js/s_code.js" type="text/javascript"></script>
<script type="text/javascript">
/* <![CDATA[ */
s.pageName="oreilly:store:aspectj cookbook";
s.channel="oreilly";
s.pageType=""; // this gets populated if a 404 error message is returned - set to errorPage and set s.pagename to 404:<page URL> if possible - otherwise omit from tag
s.prop1="oreilly:store";
s.prop2="oreilly:store:catalog";
s.prop3="oreilly:store:catalog:catalog";
s.prop4="product detail";
s.prop5="aspectj cookbook";
s.prop6="9780596006549";
s.hier1="oreilly,store,catalog,catalog";
s.campaign="";
s.events="prodView,event18";
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//-->
/* ]]> */
</script>
<script src="http://getsatisfaction.com/oreilly/widgets/javascripts/3dc69f29b6/widgets.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/utilities/utilities.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/datasource/datasource-min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/yui/2.6.0/build/autocomplete/autocomplete-min.js" type="text/javascript"></script>
<script src="http://content.atomz.com/sp1003bcf0/publish/autocomplete_data.js?sp_js_cache_ver=3" type="text/javascript"></script>
</body>
</html>
|
third_party/zookeeper-3.3.1/docs/jdiff/changes/changes-summary.html | woggle/mesos-old | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<meta name="generator" content="JDiff v1.0.9">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
API Differences between zookeeper 3.1.1 and zookeeper 3.3.1
</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style">
</HEAD>
<BODY>
<!-- Start of nav bar -->
<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/index.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>zookeeper 3.3.1</tt></B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD>
</TR>
<TR>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="changes-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:
REMOVED |
ADDED |
<a href="#Changed">CHANGED</a>
</FONT></TD>
</TR>
</TABLE>
<HR>
<!-- End of nav bar -->
<center>
<H1>API Differences</H1>
</center>
<center>
<H2>Between zookeeper 3.1.1 and zookeeper 3.3.1</H2>
</center>
<p>
<a NAME="Changed"></a>
<TABLE summary="Changed Packages" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD VALIGN="TOP" COLSPAN=3><FONT SIZE="+1"><B>Changed Packages</B></FONT></TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="org.apache.zookeeper"></A>
<nobr><A HREF="pkg_org.apache.zookeeper.html">org.apache.zookeeper</A></nobr>
</TD>
<TD> </TD>
</TR>
</TABLE>
<!-- End of API section -->
<!-- Start of packages section -->
</BODY>
</HTML>
|
doc/org/jgentleframework/core/provider/class-use/Domain.html | haint/jgentle | <!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_13) on Wed Aug 05 08:53:18 ICT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=utf8">
<TITLE>
Uses of Interface org.jgentleframework.core.provider.Domain
</TITLE>
<META NAME="date" CONTENT="2009-08-05">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.jgentleframework.core.provider.Domain";
}
}
</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/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider"><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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/jgentleframework/core/provider/\class-useDomain.html" target="_top"><B>FRAMES</B></A>
<A HREF="Domain.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.jgentleframework.core.provider.Domain</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/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jgentleframework.context.services"><B>org.jgentleframework.context.services</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jgentleframework.core.provider"><B>org.jgentleframework.core.provider</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.jgentleframework.context.services"><!-- --></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/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> in <A HREF="../../../../../org/jgentleframework/context/services/package-summary.html">org.jgentleframework.context.services</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/jgentleframework/context/services/package-summary.html">org.jgentleframework.context.services</A> that return <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandlerImpl.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandlerImpl.html#getDomain(java.lang.String)">getDomain</A></B>(java.lang.String domain)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandlerImpl.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandlerImpl.html#removeDomain(java.lang.String)">removeDomain</A></B>(java.lang.String domain)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandler.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandler.html#removeDomain(java.lang.String)">removeDomain</A></B>(java.lang.String domain)</CODE>
<BR>
Removes the specified <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider"><CODE>Domain</CODE></A> bound to the given name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandlerImpl.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandlerImpl.html#removeDomain(java.lang.String, java.beans.beancontext.BeanContextSupport)">removeDomain</A></B>(java.lang.String domain,
java.beans.beancontext.BeanContextSupport domainContext)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/jgentleframework/context/services/package-summary.html">org.jgentleframework.context.services</A> that return types with arguments of type <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Collection<<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A>></CODE></FONT></TD>
<TD><CODE><B>ServiceHandlerImpl.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandlerImpl.html#getDomainValues()">getDomainValues</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/jgentleframework/context/services/package-summary.html">org.jgentleframework.context.services</A> with parameters of type <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/ObjectBeanService.html" title="interface in org.jgentleframework.core.provider">ObjectBeanService</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandlerImpl.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandlerImpl.html#addService(java.lang.Class, org.jgentleframework.core.provider.Domain)">addService</A></B>(java.lang.Class<? extends <A HREF="../../../../../org/jgentleframework/core/provider/ServiceClass.html" title="interface in org.jgentleframework.core.provider">ServiceClass</A>> serviceClass,
<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/ObjectBeanService.html" title="interface in org.jgentleframework.core.provider">ObjectBeanService</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandler.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandler.html#addService(java.lang.Class, org.jgentleframework.core.provider.Domain)">addService</A></B>(java.lang.Class<? extends <A HREF="../../../../../org/jgentleframework/core/provider/ServiceClass.html" title="interface in org.jgentleframework.core.provider">ServiceClass</A>> serviceClass,
<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain)</CODE>
<BR>
Add the specified service to given specified <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider"><CODE>Domain</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/ObjectBeanService.html" title="interface in org.jgentleframework.core.provider">ObjectBeanService</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandlerImpl.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandlerImpl.html#addService(java.lang.Class, org.jgentleframework.core.provider.Domain, java.lang.Class[], java.lang.Object[])">addService</A></B>(java.lang.Class<? extends <A HREF="../../../../../org/jgentleframework/core/provider/ServiceClass.html" title="interface in org.jgentleframework.core.provider">ServiceClass</A>> serviceClass,
<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain,
java.lang.Class<?>[] argsType,
java.lang.Object[] args)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/ObjectBeanService.html" title="interface in org.jgentleframework.core.provider">ObjectBeanService</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandler.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandler.html#addService(java.lang.Class, org.jgentleframework.core.provider.Domain, java.lang.Class[], java.lang.Object[])">addService</A></B>(java.lang.Class<? extends <A HREF="../../../../../org/jgentleframework/core/provider/ServiceClass.html" title="interface in org.jgentleframework.core.provider">ServiceClass</A>> serviceClass,
<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain,
java.lang.Class<?>[] argsType,
java.lang.Object[] args)</CODE>
<BR>
Add the specified service to given specified <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider"><CODE>Domain</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/ObjectBeanService.html" title="interface in org.jgentleframework.core.provider">ObjectBeanService</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandlerImpl.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandlerImpl.html#addService(org.jgentleframework.context.injecting.Provider, java.lang.Class, org.jgentleframework.core.provider.Domain)">addService</A></B>(<A HREF="../../../../../org/jgentleframework/context/injecting/Provider.html" title="interface in org.jgentleframework.context.injecting">Provider</A> provider,
java.lang.Class<? extends <A HREF="../../../../../org/jgentleframework/core/provider/ServiceClass.html" title="interface in org.jgentleframework.core.provider">ServiceClass</A>> serviceClass,
<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/ObjectBeanService.html" title="interface in org.jgentleframework.core.provider">ObjectBeanService</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandler.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandler.html#addService(org.jgentleframework.context.injecting.Provider, java.lang.Class, org.jgentleframework.core.provider.Domain)">addService</A></B>(<A HREF="../../../../../org/jgentleframework/context/injecting/Provider.html" title="interface in org.jgentleframework.context.injecting">Provider</A> provider,
java.lang.Class<? extends <A HREF="../../../../../org/jgentleframework/core/provider/ServiceClass.html" title="interface in org.jgentleframework.core.provider">ServiceClass</A>> serviceClass,
<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain)</CODE>
<BR>
Add the specified service to given specified <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider"><CODE>Domain</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/ObjectBeanService.html" title="interface in org.jgentleframework.core.provider">ObjectBeanService</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandlerImpl.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandlerImpl.html#addService(org.jgentleframework.context.injecting.Provider, java.lang.Class, org.jgentleframework.core.provider.Domain, java.lang.Class[], java.lang.Object[])">addService</A></B>(<A HREF="../../../../../org/jgentleframework/context/injecting/Provider.html" title="interface in org.jgentleframework.context.injecting">Provider</A> provider,
java.lang.Class<? extends <A HREF="../../../../../org/jgentleframework/core/provider/ServiceClass.html" title="interface in org.jgentleframework.core.provider">ServiceClass</A>> serviceClass,
<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain,
java.lang.Class<?>[] argsType,
java.lang.Object[] args)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/ObjectBeanService.html" title="interface in org.jgentleframework.core.provider">ObjectBeanService</A></CODE></FONT></TD>
<TD><CODE><B>ServiceHandler.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandler.html#addService(org.jgentleframework.context.injecting.Provider, java.lang.Class, org.jgentleframework.core.provider.Domain, java.lang.Class[], java.lang.Object[])">addService</A></B>(<A HREF="../../../../../org/jgentleframework/context/injecting/Provider.html" title="interface in org.jgentleframework.context.injecting">Provider</A> provider,
java.lang.Class<? extends <A HREF="../../../../../org/jgentleframework/core/provider/ServiceClass.html" title="interface in org.jgentleframework.core.provider">ServiceClass</A>> serviceClass,
<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain,
java.lang.Class<?>[] argsType,
java.lang.Object[] args)</CODE>
<BR>
Add the specified service to given specified <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider"><CODE>Domain</CODE></A>.</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>ServiceHandlerImpl.</B><B><A HREF="../../../../../org/jgentleframework/context/services/ServiceHandlerImpl.html#containsDomain(org.jgentleframework.core.provider.Domain)">containsDomain</A></B>(<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.jgentleframework.core.provider"><!-- --></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/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> in <A HREF="../../../../../org/jgentleframework/core/provider/package-summary.html">org.jgentleframework.core.provider</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/jgentleframework/core/provider/package-summary.html">org.jgentleframework.core.provider</A> that return <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></CODE></FONT></TD>
<TD><CODE><B>DomainManagerImpl.</B><B><A HREF="../../../../../org/jgentleframework/core/provider/DomainManagerImpl.html#getDomain(java.lang.String)">getDomain</A></B>(java.lang.String domain)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></CODE></FONT></TD>
<TD><CODE><B>DomainManager.</B><B><A HREF="../../../../../org/jgentleframework/core/provider/DomainManager.html#getDomain(java.lang.String)">getDomain</A></B>(java.lang.String name)</CODE>
<BR>
Returns the specified domain bound to given name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></CODE></FONT></TD>
<TD><CODE><B>DomainManagerImpl.</B><B><A HREF="../../../../../org/jgentleframework/core/provider/DomainManagerImpl.html#removeDomain(java.lang.String, java.beans.beancontext.BeanContextSupport)">removeDomain</A></B>(java.lang.String domain,
java.beans.beancontext.BeanContextSupport domainContext)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></CODE></FONT></TD>
<TD><CODE><B>DomainManager.</B><B><A HREF="../../../../../org/jgentleframework/core/provider/DomainManager.html#removeDomain(java.lang.String, java.beans.beancontext.BeanContextSupport)">removeDomain</A></B>(java.lang.String name,
java.beans.beancontext.BeanContextSupport domainContext)</CODE>
<BR>
Removes the specified <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider"><CODE>Domain</CODE></A>.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/jgentleframework/core/provider/package-summary.html">org.jgentleframework.core.provider</A> that return types with arguments of type <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Collection<<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A>></CODE></FONT></TD>
<TD><CODE><B>DomainManagerImpl.</B><B><A HREF="../../../../../org/jgentleframework/core/provider/DomainManagerImpl.html#getDomainValues()">getDomainValues</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Collection<<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A>></CODE></FONT></TD>
<TD><CODE><B>DomainManager.</B><B><A HREF="../../../../../org/jgentleframework/core/provider/DomainManager.html#getDomainValues()">getDomainValues</A></B>()</CODE>
<BR>
Returns the <CODE>Collection</CODE> of all created <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider"><CODE>Domain</CODE></A></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/jgentleframework/core/provider/package-summary.html">org.jgentleframework.core.provider</A> with parameters of type <A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChildServiceListener.</B><B><A HREF="../../../../../org/jgentleframework/core/provider/ChildServiceListener.html#childrenAdded(java.util.Iterator, org.jgentleframework.core.provider.Domain, org.jgentleframework.core.provider.ObjectBeanService)">childrenAdded</A></B>(java.util.Iterator<?> childrenAffected,
<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain,
<A HREF="../../../../../org/jgentleframework/core/provider/ObjectBeanService.html" title="interface in org.jgentleframework.core.provider">ObjectBeanService</A> objBeanService)</CODE>
<BR>
The implementation of this method will be invoked automatically when each
service is added to current domain.</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>ChildServiceListener.</B><B><A HREF="../../../../../org/jgentleframework/core/provider/ChildServiceListener.html#childrenRemoved(java.util.Iterator, org.jgentleframework.core.provider.Domain, org.jgentleframework.core.provider.ObjectBeanService)">childrenRemoved</A></B>(java.util.Iterator<?> childrenAffected,
<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain,
<A HREF="../../../../../org/jgentleframework/core/provider/ObjectBeanService.html" title="interface in org.jgentleframework.core.provider">ObjectBeanService</A> objBeanService)</CODE>
<BR>
The implementation of this method will be invoked automatically when each
service is removed from current domain.</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>DomainManagerImpl.</B><B><A HREF="../../../../../org/jgentleframework/core/provider/DomainManagerImpl.html#containsDomain(org.jgentleframework.core.provider.Domain)">containsDomain</A></B>(<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain)</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>DomainManager.</B><B><A HREF="../../../../../org/jgentleframework/core/provider/DomainManager.html#containsDomain(org.jgentleframework.core.provider.Domain)">containsDomain</A></B>(<A HREF="../../../../../org/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider">Domain</A> domain)</CODE>
<BR>
Returns <b>true</b> if the specified domain is existed.</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/jgentleframework/core/provider/Domain.html" title="interface in org.jgentleframework.core.provider"><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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/jgentleframework/core/provider/\class-useDomain.html" target="_top"><B>FRAMES</B></A>
<A HREF="Domain.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
tests/bootstrap-combobox.html | erundle/patternfly2 | <!DOCTYPE html>
<!--[if IE 9]><html class="ie9"><![endif]-->
<!--[if gt IE 9]><!-->
<html>
<!--<![endif]-->
<head>
<title>Bootstrap-Combobox - PatternFly</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../dist/img/favicon.ico">
<!-- iPad retina icon -->
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
<!-- iPad retina icon (iOS < 7) -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
<!-- iPad non-retina icon -->
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
<!-- iPad non-retina icon (iOS < 7) -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
<!-- iPhone 6 Plus icon -->
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
<!-- iPhone retina icon (iOS < 7) -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
<!-- iPhone non-retina icon (iOS < 7) -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
<link href="../dist/css/patternfly.min.css" rel="stylesheet" media="screen, print">
<link href="../dist/css/patternfly-additions.min.css" rel="stylesheet" media="screen, print">
<link href="tests.css" rel="stylesheet" media="screen, print">
<script src="../components/jquery/dist/jquery.min.js"></script>
<script src="../components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="../components/bootstrap-combobox/js/bootstrap-combobox.js"></script>
<script src="../dist/js/patternfly.min.js"></script>
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Bootstrap-Combobox</h1>
</div>
<div class="alert alert-warning">
<span class="pficon pficon-warning-triangle-o"></span>
These examples are included for development testing purposes. For official documentation, see <a href="https://www.patternfly.org" class="alert-link">https://www.patternfly.org</a>, <a href="http://getbootstrap.com" class="alert-link">http://getbootstrap.com</a>, and <a href="https://github.com/danielfarrell/bootstrap-combobox">https://github.com/danielfarrell/bootstrap-combobox</a>.
</div>
<hr>
<div class="form-group">
<label>State</label>
<select class="combobox form-control">
<option value="" selected="selected">Select a State</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District Of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
</div>
<h2>Sizes</h2>
<div class="form-group">
<label>State</label>
<select class="combobox form-control input-lg">
<option value="" selected="selected">Select a State</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District Of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
</div>
<div class="form-group">
<label>State</label>
<select class="combobox form-control input-sm">
<option value="" selected="selected">Select a State</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District Of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
</div>
<h2>Horizontal Form</h2>
<form class="form-horizontal">
<div class="form-group">
<label class="control-label col-sm-2">State</label>
<div class="col-sm-10">
<select class="combobox form-control" name="horizontal" required="required">
<option value="" selected="selected">Select a State</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District Of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
</div>
</div>
</form>
<h2>Inline Form</h2>
<form class="form-inline">
<div class="form-group">
<select class="combobox form-control" name="inline">
<option value="" selected="selected">Select a State</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District Of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
</div>
</form>
<script>
// Initialize Boostrap-Combobox
$('.combobox').combobox();
</script>
</div><!-- /container -->
</body>
</html> |
site/javadoc/r1.0.0/org/apache/edgent/execution/class-use/Job.html | queeniema/incubator-edgent-website | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html llang="en">
<head>
<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:51 KST 2016 -->
<title>Uses of Interface org.apache.edgent.execution.Job (Edgent v1.0.0)</title>
<meta name="date" content="2016-11-19">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.apache.edgent.execution.Job (Edgent v1.0.0)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/edgent/execution/class-use/Job.html" target="_top">Frames</a></li>
<li><a href="Job.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.apache.edgent.execution.Job" class="title">Uses of Interface<br>org.apache.edgent.execution.Job</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.edgent.apps.runtime">org.apache.edgent.apps.runtime</a></td>
<td class="colLast">
<div class="block">Applications which provide monitoring and failure recovery to other
Edgent applications.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.edgent.execution">org.apache.edgent.execution</a></td>
<td class="colLast">
<div class="block">Execution of Edgent topologies and graphs.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.edgent.execution.services">org.apache.edgent.execution.services</a></td>
<td class="colLast">
<div class="block">Execution services.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.edgent.graph.spi.execution">org.apache.edgent.graph.spi.execution</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.edgent.providers.development">org.apache.edgent.providers.development</a></td>
<td class="colLast">
<div class="block">Execution of a streaming topology in a development environment .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.edgent.providers.direct">org.apache.edgent.providers.direct</a></td>
<td class="colLast">
<div class="block">Direct execution of a streaming topology.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.edgent.providers.iot">org.apache.edgent.providers.iot</a></td>
<td class="colLast">
<div class="block">Iot provider that allows multiple applications to
share an <code>IotDevice</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.edgent.runtime.appservice">org.apache.edgent.runtime.appservice</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.edgent.runtime.etiao">org.apache.edgent.runtime.etiao</a></td>
<td class="colLast">
<div class="block">A runtime for executing an Edgent streaming topology, designed as an embeddable library
so that it can be executed in a simple Java application.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.edgent.runtime.jobregistry">org.apache.edgent.runtime.jobregistry</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.edgent.samples.connectors">org.apache.edgent.samples.connectors</a></td>
<td class="colLast">
<div class="block">General support for connector samples.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.edgent.topology.spi.tester">org.apache.edgent.topology.spi.tester</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.edgent.topology.tester">org.apache.edgent.topology.tester</a></td>
<td class="colLast">
<div class="block">Testing for a streaming topology.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.edgent.apps.runtime">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/apps/runtime/package-summary.html">org.apache.edgent.apps.runtime</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/apps/runtime/package-summary.html">org.apache.edgent.apps.runtime</a> that return <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></code></td>
<td class="colLast"><span class="typeNameLabel">JobMonitorApp.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/apps/runtime/JobMonitorApp.html#submit--">submit</a></span>()</code>
<div class="block">Submits the application topology.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/edgent/apps/runtime/package-summary.html">org.apache.edgent.apps.runtime</a> with type arguments of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/apps/runtime/JobMonitorApp.html#JobMonitorApp-org.apache.edgent.topology.TopologyProvider-org.apache.edgent.execution.DirectSubmitter-java.lang.String-">JobMonitorApp</a></span>(<a href="../../../../../org/apache/edgent/topology/TopologyProvider.html" title="interface in org.apache.edgent.topology">TopologyProvider</a> provider,
<a href="../../../../../org/apache/edgent/execution/DirectSubmitter.html" title="interface in org.apache.edgent.execution">DirectSubmitter</a><<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a>,<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>> submitter,
java.lang.String name)</code>
<div class="block">Constructs a <code>JobMonitorApp</code> with the specified name in the
context of the specified provider.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.execution">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/execution/package-summary.html">org.apache.edgent.execution</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/edgent/execution/package-summary.html">org.apache.edgent.execution</a> with type parameters of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/execution/DirectSubmitter.html" title="interface in org.apache.edgent.execution">DirectSubmitter</a><E,J extends <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>></span></code>
<div class="block">An interface for submission of an executable
that is executed directly within the current
virtual machine.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/execution/Submitter.html" title="interface in org.apache.edgent.execution">Submitter</a><E,J extends <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>></span></code>
<div class="block">An interface for submission of an executable.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.execution.services">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> that return <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></code></td>
<td class="colLast"><span class="typeNameLabel">JobRegistryService.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html#getJob-java.lang.String-">getJob</a></span>(java.lang.String id)</code>
<div class="block">Returns a job given its identifier.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> with parameters of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">JobRegistryService.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html#addJob-org.apache.edgent.execution.Job-">addJob</a></span>(<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> job)</code>
<div class="block">Adds the specified job.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">JobRegistryService.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html#updateJob-org.apache.edgent.execution.Job-">updateJob</a></span>(<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> job)</code>
<div class="block">Notifies listeners that the specified registered job has
been updated.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/edgent/execution/services/package-summary.html">org.apache.edgent.execution.services</a> with type arguments of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">JobRegistryService.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html#addListener-org.apache.edgent.function.BiConsumer-">addListener</a></span>(<a href="../../../../../org/apache/edgent/function/BiConsumer.html" title="interface in org.apache.edgent.function">BiConsumer</a><<a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.EventType.html" title="enum in org.apache.edgent.execution.services">JobRegistryService.EventType</a>,<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>> listener)</code>
<div class="block">Adds a handler to a collection of listeners that will be notified
on job registration and state changes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">JobRegistryService.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html#removeListener-org.apache.edgent.function.BiConsumer-">removeListener</a></span>(<a href="../../../../../org/apache/edgent/function/BiConsumer.html" title="interface in org.apache.edgent.function">BiConsumer</a><<a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.EventType.html" title="enum in org.apache.edgent.execution.services">JobRegistryService.EventType</a>,<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>> listener)</code>
<div class="block">Removes a handler from this registry's collection of listeners.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.graph.spi.execution">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/graph/spi/execution/package-summary.html">org.apache.edgent.graph.spi.execution</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/edgent/graph/spi/execution/package-summary.html">org.apache.edgent.graph.spi.execution</a> that implement <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/graph/spi/execution/AbstractGraphJob.html" title="class in org.apache.edgent.graph.spi.execution">AbstractGraphJob</a></span></code>
<div class="block">Placeholder for a skeletal implementation of the <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution"><code>Job</code></a> interface,
to minimize the effort required to implement the interface.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.providers.development">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/providers/development/package-summary.html">org.apache.edgent.providers.development</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/providers/development/package-summary.html">org.apache.edgent.providers.development</a> that return types with arguments of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</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.concurrent.Future<<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>></code></td>
<td class="colLast"><span class="typeNameLabel">DevelopmentProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/providers/development/DevelopmentProvider.html#submit-org.apache.edgent.topology.Topology-com.google.gson.JsonObject-">submit</a></span>(<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a> topology,
com.google.gson.JsonObject config)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.providers.direct">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/providers/direct/package-summary.html">org.apache.edgent.providers.direct</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/providers/direct/package-summary.html">org.apache.edgent.providers.direct</a> that return types with arguments of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</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.concurrent.Future<<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>></code></td>
<td class="colLast"><span class="typeNameLabel">DirectProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/providers/direct/DirectProvider.html#submit-org.apache.edgent.topology.Topology-">submit</a></span>(<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a> topology)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.concurrent.Future<<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>></code></td>
<td class="colLast"><span class="typeNameLabel">DirectProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/providers/direct/DirectProvider.html#submit-org.apache.edgent.topology.Topology-com.google.gson.JsonObject-">submit</a></span>(<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a> topology,
com.google.gson.JsonObject config)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.providers.iot">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/providers/iot/package-summary.html">org.apache.edgent.providers.iot</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/providers/iot/package-summary.html">org.apache.edgent.providers.iot</a> that return types with arguments of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</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.concurrent.Future<<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>></code></td>
<td class="colLast"><span class="typeNameLabel">IotProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/providers/iot/IotProvider.html#submit-org.apache.edgent.topology.Topology-">submit</a></span>(<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a> topology)</code>
<div class="block">Submit an executable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.concurrent.Future<<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>></code></td>
<td class="colLast"><span class="typeNameLabel">IotProvider.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/providers/iot/IotProvider.html#submit-org.apache.edgent.topology.Topology-com.google.gson.JsonObject-">submit</a></span>(<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a> topology,
com.google.gson.JsonObject config)</code>
<div class="block">Submit an executable.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/edgent/providers/iot/package-summary.html">org.apache.edgent.providers.iot</a> with type arguments of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/providers/iot/IotProvider.html#IotProvider-java.lang.String-org.apache.edgent.topology.TopologyProvider-org.apache.edgent.execution.DirectSubmitter-org.apache.edgent.function.Function-">IotProvider</a></span>(java.lang.String name,
<a href="../../../../../org/apache/edgent/topology/TopologyProvider.html" title="interface in org.apache.edgent.topology">TopologyProvider</a> provider,
<a href="../../../../../org/apache/edgent/execution/DirectSubmitter.html" title="interface in org.apache.edgent.execution">DirectSubmitter</a><<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a>,<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>> submitter,
<a href="../../../../../org/apache/edgent/function/Function.html" title="interface in org.apache.edgent.function">Function</a><<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a>,<a href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html" title="interface in org.apache.edgent.connectors.iot">IotDevice</a>> iotDeviceCreator)</code>
<div class="block">Create an <code>IotProvider</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.runtime.appservice">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/runtime/appservice/package-summary.html">org.apache.edgent.runtime.appservice</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/edgent/runtime/appservice/package-summary.html">org.apache.edgent.runtime.appservice</a> with type arguments of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/edgent/topology/services/ApplicationService.html" title="interface in org.apache.edgent.topology.services">ApplicationService</a></code></td>
<td class="colLast"><span class="typeNameLabel">AppService.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/appservice/AppService.html#createAndRegister-org.apache.edgent.topology.TopologyProvider-org.apache.edgent.execution.DirectSubmitter-">createAndRegister</a></span>(<a href="../../../../../org/apache/edgent/topology/TopologyProvider.html" title="interface in org.apache.edgent.topology">TopologyProvider</a> provider,
<a href="../../../../../org/apache/edgent/execution/DirectSubmitter.html" title="interface in org.apache.edgent.execution">DirectSubmitter</a><<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a>,<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>> submitter)</code>
<div class="block">Create an register an application service using the default alias <a href="../../../../../org/apache/edgent/topology/services/ApplicationService.html#ALIAS"><code>ApplicationService.ALIAS</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/edgent/runtime/appservice/package-summary.html">org.apache.edgent.runtime.appservice</a> with type arguments of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/appservice/AppService.html#AppService-org.apache.edgent.topology.TopologyProvider-org.apache.edgent.execution.DirectSubmitter-java.lang.String-">AppService</a></span>(<a href="../../../../../org/apache/edgent/topology/TopologyProvider.html" title="interface in org.apache.edgent.topology">TopologyProvider</a> provider,
<a href="../../../../../org/apache/edgent/execution/DirectSubmitter.html" title="interface in org.apache.edgent.execution">DirectSubmitter</a><<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a>,<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>> submitter,
java.lang.String alias)</code>
<div class="block">Create an <code>ApplicationService</code> instance.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.runtime.etiao">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/runtime/etiao/package-summary.html">org.apache.edgent.runtime.etiao</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/edgent/runtime/etiao/package-summary.html">org.apache.edgent.runtime.etiao</a> that implement <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/etiao/EtiaoJob.html" title="class in org.apache.edgent.runtime.etiao">EtiaoJob</a></span></code>
<div class="block">Etiao runtime implementation of the <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution"><code>Job</code></a> interface.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/runtime/etiao/package-summary.html">org.apache.edgent.runtime.etiao</a> that return <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></code></td>
<td class="colLast"><span class="typeNameLabel">Executable.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/etiao/Executable.html#createJob-org.apache.edgent.graph.Graph-java.lang.String-java.lang.String-">createJob</a></span>(<a href="../../../../../org/apache/edgent/graph/Graph.html" title="interface in org.apache.edgent.graph">Graph</a> graph,
java.lang.String topologyName,
java.lang.String jobName)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.runtime.jobregistry">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/runtime/jobregistry/package-summary.html">org.apache.edgent.runtime.jobregistry</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/runtime/jobregistry/package-summary.html">org.apache.edgent.runtime.jobregistry</a> that return <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></code></td>
<td class="colLast"><span class="typeNameLabel">JobRegistry.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html#getJob-java.lang.String-">getJob</a></span>(java.lang.String id)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/runtime/jobregistry/package-summary.html">org.apache.edgent.runtime.jobregistry</a> with parameters of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">JobRegistry.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html#addJob-org.apache.edgent.execution.Job-">addJob</a></span>(<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> job)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">JobRegistry.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html#updateJob-org.apache.edgent.execution.Job-">updateJob</a></span>(<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> job)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/edgent/runtime/jobregistry/package-summary.html">org.apache.edgent.runtime.jobregistry</a> with type arguments of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">JobRegistry.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html#addListener-org.apache.edgent.function.BiConsumer-">addListener</a></span>(<a href="../../../../../org/apache/edgent/function/BiConsumer.html" title="interface in org.apache.edgent.function">BiConsumer</a><<a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.EventType.html" title="enum in org.apache.edgent.execution.services">JobRegistryService.EventType</a>,<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>> listener)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">JobRegistry.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html#removeListener-org.apache.edgent.function.BiConsumer-">removeListener</a></span>(<a href="../../../../../org/apache/edgent/function/BiConsumer.html" title="interface in org.apache.edgent.function">BiConsumer</a><<a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.EventType.html" title="enum in org.apache.edgent.execution.services">JobRegistryService.EventType</a>,<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>> listener)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <T> <a href="../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a><T></code></td>
<td class="colLast"><span class="typeNameLabel">JobEvents.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jobregistry/JobEvents.html#source-org.apache.edgent.topology.Topology-org.apache.edgent.function.BiFunction-">source</a></span>(<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a> topology,
<a href="../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a><<a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.EventType.html" title="enum in org.apache.edgent.execution.services">JobRegistryService.EventType</a>,<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>,T> wrapper)</code>
<div class="block">Declares a stream populated by <a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html" title="interface in org.apache.edgent.execution.services"><code>JobRegistryService</code></a> events.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.samples.connectors">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/samples/connectors/package-summary.html">org.apache.edgent.samples.connectors</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/samples/connectors/package-summary.html">org.apache.edgent.samples.connectors</a> with parameters of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Util.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/samples/connectors/Util.html#awaitState-org.apache.edgent.execution.Job-org.apache.edgent.execution.Job.State-long-java.util.concurrent.TimeUnit-">awaitState</a></span>(<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> job,
<a href="../../../../../org/apache/edgent/execution/Job.State.html" title="enum in org.apache.edgent.execution">Job.State</a> state,
long timeout,
java.util.concurrent.TimeUnit unit)</code>
<div class="block">Wait for the job to reach the specified state.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.topology.spi.tester">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/topology/spi/tester/package-summary.html">org.apache.edgent.topology.spi.tester</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/topology/spi/tester/package-summary.html">org.apache.edgent.topology.spi.tester</a> that return <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></code></td>
<td class="colLast"><span class="typeNameLabel">AbstractTester.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/topology/spi/tester/AbstractTester.html#getJob--">getJob</a></span>()</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/edgent/topology/spi/tester/package-summary.html">org.apache.edgent.topology.spi.tester</a> with type arguments of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractTester.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/topology/spi/tester/AbstractTester.html#complete-org.apache.edgent.execution.Submitter-com.google.gson.JsonObject-org.apache.edgent.topology.tester.Condition-long-java.util.concurrent.TimeUnit-">complete</a></span>(<a href="../../../../../org/apache/edgent/execution/Submitter.html" title="interface in org.apache.edgent.execution">Submitter</a><<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a>,? extends <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>> submitter,
com.google.gson.JsonObject config,
<a href="../../../../../org/apache/edgent/topology/tester/Condition.html" title="interface in org.apache.edgent.topology.tester">Condition</a><?> endCondition,
long timeout,
java.util.concurrent.TimeUnit unit)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.edgent.topology.tester">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> in <a href="../../../../../org/apache/edgent/topology/tester/package-summary.html">org.apache.edgent.topology.tester</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/edgent/topology/tester/package-summary.html">org.apache.edgent.topology.tester</a> that return <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></code></td>
<td class="colLast"><span class="typeNameLabel">Tester.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/topology/tester/Tester.html#getJob--">getJob</a></span>()</code>
<div class="block">Get the <code>Job</code> reference for the topology submitted by <code>complete()</code>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/edgent/topology/tester/package-summary.html">org.apache.edgent.topology.tester</a> with type arguments of type <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Tester.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/topology/tester/Tester.html#complete-org.apache.edgent.execution.Submitter-com.google.gson.JsonObject-org.apache.edgent.topology.tester.Condition-long-java.util.concurrent.TimeUnit-">complete</a></span>(<a href="../../../../../org/apache/edgent/execution/Submitter.html" title="interface in org.apache.edgent.execution">Submitter</a><<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a>,? extends <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a>> submitter,
com.google.gson.JsonObject config,
<a href="../../../../../org/apache/edgent/topology/tester/Condition.html" title="interface in org.apache.edgent.topology.tester">Condition</a><?> endCondition,
long timeout,
java.util.concurrent.TimeUnit unit)</code>
<div class="block">Submit the topology for this tester and wait for it to complete, or reach
an end condition.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/edgent/execution/class-use/Job.html" target="_top">Frames</a></li>
<li><a href="Job.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016 The Apache Software Foundation. All Rights Reserved - 73539fa-20161119-2136</small></p>
</body>
</html>
|
templates/docs/demos/swiper.html | fancasy/final | ---
layout: demo
title: SUI Mobile Demo
---
<div id="page-swiper" class="page">
<header class="bar bar-nav">
<a class="button button-link button-nav pull-left back" href="/demos">
<span class="icon icon-left"></span>
返回
</a>
<h1 class="title">幻灯片</h1>
</header>
<div class="content" id=''>
<div class="swiper-container" data-space-between='10'>
<div class="swiper-wrapper">
<div class="swiper-slide"><img src="http://gqianniu.alicdn.com/bao/uploaded/i4//tfscom/i1/TB1n3rZHFXXXXX9XFXXXXXXXXXX_!!0-item_pic.jpg_640x640q60.jpg" alt="" style='width: 100%'></div>
<div class="swiper-slide"><img src="http://gqianniu.alicdn.com/bao/uploaded/i4//tfscom/i4/TB10rkPGVXXXXXGapXXXXXXXXXX_!!0-item_pic.jpg_640x640q60.jpg" alt="" style='width: 100%'></div>
<div class="swiper-slide"><img src="http://gqianniu.alicdn.com/bao/uploaded/i4//tfscom/i1/TB1kQI3HpXXXXbSXFXXXXXXXXXX_!!0-item_pic.jpg_640x640q60.jpg" alt="" style='width: 100%'></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
|
lang/es/user/email/pop.html | lunadream/einDa-CN | LANG_POP_ACCOUNTS=Cuentas de E-Mail
LANG_POP_CREATE=Crear una cuenta de E-Mail
LANG_POP_MODIFY=Modificar cuentas de E-Mail
LANG_POP_USERNAME=Usuario:
LANG_EMAIL_QUOTA=Cuota del E-Mail (MB):
LANG_ZERO_UNLIMITED=(Cero es ilimitado)
LANG_NEW_PASS=Coloque nueva clave:
LANG_LEAVE_BLANK=(Deje en blanco para sólo cambiar la cuota)
LANG_EMAIL_USAGE=Uso del email
|
CefSharp.Example/Resources/SchemeTest.html | illfang/CefSharp | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Scheme Handler Test</title>
<script type="text/javascript">
var htmlNode;
var newLine = "\n";
var showError = function (text)
{
if (!htmlNode)
{
htmlNode = document.createElement("div");
htmlNode.id = "debugWindow";
document.body.appendChild(htmlNode);
}
htmlNode.innerHTML += "<p>" + text + "</p>";
};
var doRequest = function (data, contentType)
{
var x = new XMLHttpRequest();
x.open("POST", "custom://cefsharp/PostDataAjaxTest.html");
x.setRequestHeader("Accept", "application/json, text/javascript");
x.setRequestHeader("Content-Type", "application/json");
x.onreadystatechange = function (event)
{
if (x.readyState !== 4)
{
return;
}
showError(event.responseText);
};
x.onerror = function (e)
{
showError(e);
};
x.send(data);
};
</script>
</head>
<body>
<h1>Success</h1>
<p>Scheme Handler Functioned Correctly</p>
<form action="custom://cefsharp/PostDataTest.html" method="post" target="_blank">
User:<input type="text" name="user" value="lion" />
<br>
Pass:<input type="text" name="pass" value="123" />
<br>
<input type="submit" value="Test POST Data" />
</form>
<h1>Custom Post using Ajax</h1>
<button onclick="doRequest('name=test&value=anotherValue'); return false;">Submit via ajax</button>
</body>
</html> |
third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/invalid-service-name.html | danakj/chromium | <!DOCTYPE html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../../resources/bluetooth/bluetooth-helpers.js"></script>
<script>
'use strict';
promise_test(() => {
return setBluetoothFakeAdapter('HeartRateAdapter')
.then(() => requestDeviceWithKeyDown({
filters: [{services: ['heart_rate']}]}))
.then(device => device.gatt.connect())
.then(gattServer => {
return assert_promise_rejects_with_message(
gattServer.getPrimaryService('wrong_name'), new DOMException(
'Failed to execute \'getPrimaryService\' on ' +
'\'BluetoothRemoteGATTServer\': Invalid Service name: ' +
'\'wrong_name\'. ' +
'It must be a valid UUID alias (e.g. 0x1234), ' +
'UUID (lowercase hex characters e.g. ' +
'\'00001234-0000-1000-8000-00805f9b34fb\'), ' +
'or recognized standard name from ' +
'https://developer.bluetooth.org/gatt/services/Pages/ServicesHome.aspx' +
' e.g. \'alert_notification\'.',
'SyntaxError'),
'Wrong Service name passed.');
});
}, 'Wrong Service name. Reject with SyntaxError.');
</script>
|
public/package/html/doc/cli/npm-link.html | jimmymunoz/jeuxdemots | <!doctype html>
<html>
<title>npm-link</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-link.html">
<script async=true src="../../static/toc.js"></script>
<body>
<div id="wrapper">
<h1><a href="../cli/npm-link.html">npm-link</a></h1> <p>Symlink a package folder</p>
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>npm link (in package dir)
npm link [<@scope>/]<pkg>[@<version>]
alias: npm ln
</code></pre><h2 id="description">DESCRIPTION</h2>
<p>Package linking is a two-step process.</p>
<p>First, <code>npm link</code> in a package folder will create a symlink in the global folder
<code>{prefix}/lib/node_modules/<package></code> that links to the package where the <code>npm
link</code> command was executed. (see <code><a href="../misc/npm-config.html">npm-config(7)</a></code> for the value of <code>prefix</code>). It
will also link any bins in the package to <code>{prefix}/bin/{name}</code>.</p>
<p>Next, in some other location, <code>npm link package-name</code> will create a
symbolic link from globally-installed <code>package-name</code> to <code>node_modules/</code>
of the current folder.</p>
<p>Note that <code>package-name</code> is taken from <code>package.json</code>,
not from directory name.</p>
<p>The package name can be optionally prefixed with a scope. See <code><a href="../misc/npm-scope.html">npm-scope(7)</a></code>.
The scope must be preceded by an @-symbol and followed by a slash.</p>
<p>When creating tarballs for <code>npm publish</code>, the linked packages are
"snapshotted" to their current state by resolving the symbolic links.</p>
<p>This is handy for installing your own stuff, so that you can work on it and
test it iteratively without having to continually rebuild.</p>
<p>For example:</p>
<pre><code>cd ~/projects/node-redis # go into the package directory
npm link # creates global link
cd ~/projects/node-bloggy # go into some other package directory.
npm link redis # link-install the package
</code></pre><p>Now, any changes to ~/projects/node-redis will be reflected in
~/projects/node-bloggy/node_modules/node-redis/. Note that the link should
be to the package name, not the directory name for that package.</p>
<p>You may also shortcut the two steps in one. For example, to do the
above use-case in a shorter way:</p>
<pre><code>cd ~/projects/node-bloggy # go into the dir of your main project
npm link ../node-redis # link the dir of your dependency
</code></pre><p>The second line is the equivalent of doing:</p>
<pre><code>(cd ../node-redis; npm link)
npm link node-redis
</code></pre><p>That is, it first creates a global link, and then links the global
installation target into your project's <code>node_modules</code> folder.</p>
<p>If your linked package is scoped (see <code><a href="../misc/npm-scope.html">npm-scope(7)</a></code>) your link command must
include that scope, e.g.</p>
<pre><code>npm link @myorg/privatepackage
</code></pre><h2 id="see-also">SEE ALSO</h2>
<ul>
<li><a href="../misc/npm-developers.html">npm-developers(7)</a></li>
<li><a href="../files/package.json.html">package.json(5)</a></li>
<li><a href="../cli/npm-install.html">npm-install(1)</a></li>
<li><a href="../files/npm-folders.html">npm-folders(5)</a></li>
<li><a href="../cli/npm-config.html">npm-config(1)</a></li>
<li><a href="../misc/npm-config.html">npm-config(7)</a></li>
<li><a href="../files/npmrc.html">npmrc(5)</a></li>
</ul>
</div>
<table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
<tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18> </td></tr>
<tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td colspan=6 style="width:60px;height:10px;background:#fff"> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td></tr>
<tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2> </td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff" rowspan=2> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff"> </td></tr>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
</table>
<p id="footer">npm-link — npm@3.10.8</p>
|
LovePlay-UIKit/LovePlay/Class/Main/Resource/News.css | YunsChou/LovePlay | @charset "utf-8";
/* CSS Document */
body
{
font-weight:normal;
font-size:17px;
line-height:24px;
font-family:"Heiti SC";
/* font-family:"Iowan Old Style Roman";*/
color:#333333;
margin-left:10px;
margin-right:10px;
/* word-spacing:6px;*/
background:#f7f7f7
}
p{
display:block;
color:#333333;
}
table
{
border-collapse:collapse;
border-spacing:0;
width:100%
}
table th,table td
{
border:1px #cccccc
solid;font-weight:normal;
font-size:13px;
line-height:20px;
font-family:"Heiti SC";
color:#555555;
padding:5px 3px;
}
a
{
color:#328fde;
text-decoration:none;
}
img
{
max-width:100%;
margin:10px auto:
}
|
SemanterApp/semanter/libs/OpenCV/javadoc/org/opencv/calib3d/Calib3d.html | jmptable/semanter | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Sat Dec 28 11:08:49 MSK 2013 -->
<TITLE>
Calib3d
</TITLE>
<META NAME="date" CONTENT="2013-12-28">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Calib3d";
}
}
</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="../../../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>
OpenCV 2.4.8</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
<A HREF="../../../org/opencv/calib3d/StereoBM.html" title="class in org.opencv.calib3d"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/opencv/calib3d/Calib3d.html" target="_top"><B>FRAMES</B></A>
<A HREF="Calib3d.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="#method_summary">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> | <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.opencv.calib3d</FONT>
<BR>
Class Calib3d</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.opencv.calib3d.Calib3d</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>Calib3d</B><DT>extends java.lang.Object</DL>
</PRE>
<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>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_CB_ADAPTIVE_THRESH">CALIB_CB_ADAPTIVE_THRESH</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_CB_ASYMMETRIC_GRID">CALIB_CB_ASYMMETRIC_GRID</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_CB_CLUSTERING">CALIB_CB_CLUSTERING</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_CB_FAST_CHECK">CALIB_CB_FAST_CHECK</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_CB_FILTER_QUADS">CALIB_CB_FILTER_QUADS</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_CB_NORMALIZE_IMAGE">CALIB_CB_NORMALIZE_IMAGE</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_CB_SYMMETRIC_GRID">CALIB_CB_SYMMETRIC_GRID</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_FIX_ASPECT_RATIO">CALIB_FIX_ASPECT_RATIO</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_FIX_FOCAL_LENGTH">CALIB_FIX_FOCAL_LENGTH</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_FIX_INTRINSIC">CALIB_FIX_INTRINSIC</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_FIX_K1">CALIB_FIX_K1</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_FIX_K2">CALIB_FIX_K2</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_FIX_K3">CALIB_FIX_K3</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_FIX_K4">CALIB_FIX_K4</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_FIX_K5">CALIB_FIX_K5</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_FIX_K6">CALIB_FIX_K6</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_FIX_PRINCIPAL_POINT">CALIB_FIX_PRINCIPAL_POINT</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_RATIONAL_MODEL">CALIB_RATIONAL_MODEL</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_SAME_FOCAL_LENGTH">CALIB_SAME_FOCAL_LENGTH</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_USE_INTRINSIC_GUESS">CALIB_USE_INTRINSIC_GUESS</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_ZERO_DISPARITY">CALIB_ZERO_DISPARITY</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CALIB_ZERO_TANGENT_DIST">CALIB_ZERO_TANGENT_DIST</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CV_EPNP">CV_EPNP</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CV_ITERATIVE">CV_ITERATIVE</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#CV_P3P">CV_P3P</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#EPNP">EPNP</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#FM_7POINT">FM_7POINT</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#FM_8POINT">FM_8POINT</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#FM_LMEDS">FM_LMEDS</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#FM_RANSAC">FM_RANSAC</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#ITERATIVE">ITERATIVE</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#LMEDS">LMEDS</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#P3P">P3P</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#RANSAC">RANSAC</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/opencv/calib3d/Calib3d.html#Calib3d()">Calib3d</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#calibrateCamera(java.util.List, java.util.List, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, java.util.List, java.util.List)">calibrateCamera</A></B>(java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> rvecs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> tvecs)</CODE>
<BR>
Finds the camera intrinsic and extrinsic parameters from several views of a
calibration pattern.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#calibrateCamera(java.util.List, java.util.List, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, java.util.List, java.util.List, int)">calibrateCamera</A></B>(java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> rvecs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> tvecs,
int flags)</CODE>
<BR>
Finds the camera intrinsic and extrinsic parameters from several views of a
calibration pattern.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#calibrateCamera(java.util.List, java.util.List, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, java.util.List, java.util.List, int, org.opencv.core.TermCriteria)">calibrateCamera</A></B>(java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> rvecs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> tvecs,
int flags,
<A HREF="../../../org/opencv/core/TermCriteria.html" title="class in org.opencv.core">TermCriteria</A> criteria)</CODE>
<BR>
Finds the camera intrinsic and extrinsic parameters from several views of a
calibration pattern.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#calibrationMatrixValues(org.opencv.core.Mat, org.opencv.core.Size, double, double, double[], double[], double[], org.opencv.core.Point, double[])">calibrationMatrixValues</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
double apertureWidth,
double apertureHeight,
double[] fovx,
double[] fovy,
double[] focalLength,
<A HREF="../../../org/opencv/core/Point.html" title="class in org.opencv.core">Point</A> principalPoint,
double[] aspectRatio)</CODE>
<BR>
Computes useful camera characteristics from the camera matrix.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#composeRT(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">composeRT</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec3)</CODE>
<BR>
Combines two rotation-and-shift transformations.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#composeRT(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">composeRT</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dr3dr1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dr3dt1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dr3dr2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dr3dt2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dt3dr1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dt3dt1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dt3dr2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dt3dt2)</CODE>
<BR>
Combines two rotation-and-shift transformations.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#computeCorrespondEpilines(org.opencv.core.Mat, int, org.opencv.core.Mat, org.opencv.core.Mat)">computeCorrespondEpilines</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points,
int whichImage,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> lines)</CODE>
<BR>
For points in an image of a stereo pair, computes the corresponding epilines
in the other image.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#convertPointsFromHomogeneous(org.opencv.core.Mat, org.opencv.core.Mat)">convertPointsFromHomogeneous</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst)</CODE>
<BR>
Converts points from homogeneous to Euclidean space.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#convertPointsToHomogeneous(org.opencv.core.Mat, org.opencv.core.Mat)">convertPointsToHomogeneous</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst)</CODE>
<BR>
Converts points from Euclidean to homogeneous space.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#correctMatches(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">correctMatches</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> newPoints1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> newPoints2)</CODE>
<BR>
Refines coordinates of corresponding points.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#decomposeProjectionMatrix(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">decomposeProjectionMatrix</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rotMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> transVect)</CODE>
<BR>
Decomposes a projection matrix into a rotation matrix and a camera matrix.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#decomposeProjectionMatrix(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">decomposeProjectionMatrix</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rotMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> transVect,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rotMatrixX,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rotMatrixY,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rotMatrixZ,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> eulerAngles)</CODE>
<BR>
Decomposes a projection matrix into a rotation matrix and a camera matrix.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#drawChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f, boolean)">drawChessboardCorners</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> image,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> patternSize,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> corners,
boolean patternWasFound)</CODE>
<BR>
Renders the detected chessboard corners.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#estimateAffine3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">estimateAffine3D</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> out,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> inliers)</CODE>
<BR>
Computes an optimal affine transformation between two 3D point sets.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#estimateAffine3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, double, double)">estimateAffine3D</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> out,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> inliers,
double ransacThreshold,
double confidence)</CODE>
<BR>
Computes an optimal affine transformation between two 3D point sets.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#filterSpeckles(org.opencv.core.Mat, double, int, double)">filterSpeckles</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> img,
double newVal,
int maxSpeckleSize,
double maxDiff)</CODE>
<BR>
Filters off small noise blobs (speckles) in the disparity map</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#filterSpeckles(org.opencv.core.Mat, double, int, double, org.opencv.core.Mat)">filterSpeckles</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> img,
double newVal,
int maxSpeckleSize,
double maxDiff,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> buf)</CODE>
<BR>
Filters off small noise blobs (speckles) in the disparity map</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#findChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f)">findChessboardCorners</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> image,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> patternSize,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> corners)</CODE>
<BR>
Finds the positions of internal corners of the chessboard.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#findChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f, int)">findChessboardCorners</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> image,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> patternSize,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> corners,
int flags)</CODE>
<BR>
Finds the positions of internal corners of the chessboard.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#findCirclesGridDefault(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat)">findCirclesGridDefault</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> image,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> patternSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> centers)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#findCirclesGridDefault(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, int)">findCirclesGridDefault</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> image,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> patternSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> centers,
int flags)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#findFundamentalMat(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f)">findFundamentalMat</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points1,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points2)</CODE>
<BR>
Calculates a fundamental matrix from the corresponding points in two images.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#findFundamentalMat(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f, int, double, double)">findFundamentalMat</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points1,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points2,
int method,
double param1,
double param2)</CODE>
<BR>
Calculates a fundamental matrix from the corresponding points in two images.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#findFundamentalMat(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f, int, double, double, org.opencv.core.Mat)">findFundamentalMat</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points1,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points2,
int method,
double param1,
double param2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mask)</CODE>
<BR>
Calculates a fundamental matrix from the corresponding points in two images.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#findHomography(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f)">findHomography</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> srcPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> dstPoints)</CODE>
<BR>
Finds a perspective transformation between two planes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#findHomography(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f, int, double)">findHomography</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> srcPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> dstPoints,
int method,
double ransacReprojThreshold)</CODE>
<BR>
Finds a perspective transformation between two planes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#findHomography(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f, int, double, org.opencv.core.Mat)">findHomography</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> srcPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> dstPoints,
int method,
double ransacReprojThreshold,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mask)</CODE>
<BR>
Finds a perspective transformation between two planes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#getOptimalNewCameraMatrix(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, double)">getOptimalNewCameraMatrix</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
double alpha)</CODE>
<BR>
Returns the new camera matrix based on the free scaling parameter.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#getOptimalNewCameraMatrix(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, double, org.opencv.core.Size, org.opencv.core.Rect, boolean)">getOptimalNewCameraMatrix</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
double alpha,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> newImgSize,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> validPixROI,
boolean centerPrincipalPoint)</CODE>
<BR>
Returns the new camera matrix based on the free scaling parameter.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#getValidDisparityROI(org.opencv.core.Rect, org.opencv.core.Rect, int, int, int)">getValidDisparityROI</A></B>(<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> roi1,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> roi2,
int minDisparity,
int numberOfDisparities,
int SADWindowSize)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#initCameraMatrix2D(java.util.List, java.util.List, org.opencv.core.Size)">initCameraMatrix2D</A></B>(java.util.List<<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A>> imagePoints,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize)</CODE>
<BR>
Finds an initial camera matrix from 3D-2D point correspondences.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#initCameraMatrix2D(java.util.List, java.util.List, org.opencv.core.Size, double)">initCameraMatrix2D</A></B>(java.util.List<<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A>> imagePoints,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
double aspectRatio)</CODE>
<BR>
Finds an initial camera matrix from 3D-2D point correspondences.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#matMulDeriv(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">matMulDeriv</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> A,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> B,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dABdA,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dABdB)</CODE>
<BR>
Computes partial derivatives of the matrix product for each multiplied
matrix.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#projectPoints(org.opencv.core.MatOfPoint3f, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.MatOfPoint2f)">projectPoints</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints)</CODE>
<BR>
Projects 3D points to an image plane.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#projectPoints(org.opencv.core.MatOfPoint3f, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, double)">projectPoints</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> jacobian,
double aspectRatio)</CODE>
<BR>
Projects 3D points to an image plane.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static float</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#rectify3Collinear(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, java.util.List, java.util.List, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, double, org.opencv.core.Size, org.opencv.core.Rect, org.opencv.core.Rect, int)">rectify3Collinear</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs3,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imgpt1,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imgpt3,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R12,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T12,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R13,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T13,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q,
double alpha,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> newImgSize,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> roi1,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> roi2,
int flags)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#reprojectImageTo3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">reprojectImageTo3D</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> disparity,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> _3dImage,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q)</CODE>
<BR>
Reprojects a disparity image to 3D space.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#reprojectImageTo3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, boolean)">reprojectImageTo3D</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> disparity,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> _3dImage,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q,
boolean handleMissingValues)</CODE>
<BR>
Reprojects a disparity image to 3D space.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#reprojectImageTo3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)">reprojectImageTo3D</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> disparity,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> _3dImage,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q,
boolean handleMissingValues,
int ddepth)</CODE>
<BR>
Reprojects a disparity image to 3D space.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#Rodrigues(org.opencv.core.Mat, org.opencv.core.Mat)">Rodrigues</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst)</CODE>
<BR>
Converts a rotation matrix to a rotation vector or vice versa.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#Rodrigues(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">Rodrigues</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> jacobian)</CODE>
<BR>
Converts a rotation matrix to a rotation vector or vice versa.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static double[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#RQDecomp3x3(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">RQDecomp3x3</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mtxR,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mtxQ)</CODE>
<BR>
Computes an RQ decomposition of 3x3 matrices.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static double[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#RQDecomp3x3(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">RQDecomp3x3</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mtxR,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mtxQ,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Qx,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Qy,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Qz)</CODE>
<BR>
Computes an RQ decomposition of 3x3 matrices.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#solvePnP(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat)">solvePnP</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec)</CODE>
<BR>
Finds an object pose from 3D-2D point correspondences.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#solvePnP(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)">solvePnP</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec,
boolean useExtrinsicGuess,
int flags)</CODE>
<BR>
Finds an object pose from 3D-2D point correspondences.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#solvePnPRansac(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat)">solvePnPRansac</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec)</CODE>
<BR>
Finds an object pose from 3D-2D point correspondences using the RANSAC
scheme.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#solvePnPRansac(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int, float, int, org.opencv.core.Mat, int)">solvePnPRansac</A></B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec,
boolean useExtrinsicGuess,
int iterationsCount,
float reprojectionError,
int minInliersCount,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> inliers,
int flags)</CODE>
<BR>
Finds an object pose from 3D-2D point correspondences using the RANSAC
scheme.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#stereoCalibrate(java.util.List, java.util.List, java.util.List, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">stereoCalibrate</A></B>(java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints1,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs2,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> E,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F)</CODE>
<BR>
Calibrates the stereo camera.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#stereoCalibrate(java.util.List, java.util.List, java.util.List, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.TermCriteria, int)">stereoCalibrate</A></B>(java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints1,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs2,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> E,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F,
<A HREF="../../../org/opencv/core/TermCriteria.html" title="class in org.opencv.core">TermCriteria</A> criteria,
int flags)</CODE>
<BR>
Calibrates the stereo camera.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#stereoRectify(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">stereoRectify</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs2,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q)</CODE>
<BR>
Computes rectification transforms for each head of a calibrated stereo
camera.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#stereoRectify(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, int, double, org.opencv.core.Size, org.opencv.core.Rect, org.opencv.core.Rect)">stereoRectify</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs2,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q,
int flags,
double alpha,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> newImageSize,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> validPixROI1,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> validPixROI2)</CODE>
<BR>
Computes rectification transforms for each head of a calibrated stereo
camera.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#stereoRectifyUncalibrated(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat)">stereoRectifyUncalibrated</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imgSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> H1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> H2)</CODE>
<BR>
Computes a rectification transform for an uncalibrated stereo camera.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#stereoRectifyUncalibrated(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, double)">stereoRectifyUncalibrated</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imgSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> H1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> H2,
double threshold)</CODE>
<BR>
Computes a rectification transform for an uncalibrated stereo camera.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#triangulatePoints(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)">triangulatePoints</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projMatr1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projMatr2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projPoints1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projPoints2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points4D)</CODE>
<BR>
Reconstructs points by triangulation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#validateDisparity(org.opencv.core.Mat, org.opencv.core.Mat, int, int)">validateDisparity</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> disparity,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cost,
int minDisparity,
int numberOfDisparities)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/opencv/calib3d/Calib3d.html#validateDisparity(org.opencv.core.Mat, org.opencv.core.Mat, int, int, int)">validateDisparity</A></B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> disparity,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cost,
int minDisparity,
int numberOfDisparities,
int disp12MaxDisp)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, 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="CALIB_CB_ADAPTIVE_THRESH"><!-- --></A><H3>
CALIB_CB_ADAPTIVE_THRESH</H3>
<PRE>
public static final int <B>CALIB_CB_ADAPTIVE_THRESH</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_CB_ADAPTIVE_THRESH">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_CB_ASYMMETRIC_GRID"><!-- --></A><H3>
CALIB_CB_ASYMMETRIC_GRID</H3>
<PRE>
public static final int <B>CALIB_CB_ASYMMETRIC_GRID</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_CB_ASYMMETRIC_GRID">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_CB_CLUSTERING"><!-- --></A><H3>
CALIB_CB_CLUSTERING</H3>
<PRE>
public static final int <B>CALIB_CB_CLUSTERING</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_CB_CLUSTERING">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_CB_FAST_CHECK"><!-- --></A><H3>
CALIB_CB_FAST_CHECK</H3>
<PRE>
public static final int <B>CALIB_CB_FAST_CHECK</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_CB_FAST_CHECK">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_CB_FILTER_QUADS"><!-- --></A><H3>
CALIB_CB_FILTER_QUADS</H3>
<PRE>
public static final int <B>CALIB_CB_FILTER_QUADS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_CB_FILTER_QUADS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_CB_NORMALIZE_IMAGE"><!-- --></A><H3>
CALIB_CB_NORMALIZE_IMAGE</H3>
<PRE>
public static final int <B>CALIB_CB_NORMALIZE_IMAGE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_CB_NORMALIZE_IMAGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_CB_SYMMETRIC_GRID"><!-- --></A><H3>
CALIB_CB_SYMMETRIC_GRID</H3>
<PRE>
public static final int <B>CALIB_CB_SYMMETRIC_GRID</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_CB_SYMMETRIC_GRID">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_FIX_ASPECT_RATIO"><!-- --></A><H3>
CALIB_FIX_ASPECT_RATIO</H3>
<PRE>
public static final int <B>CALIB_FIX_ASPECT_RATIO</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_FIX_ASPECT_RATIO">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_FIX_FOCAL_LENGTH"><!-- --></A><H3>
CALIB_FIX_FOCAL_LENGTH</H3>
<PRE>
public static final int <B>CALIB_FIX_FOCAL_LENGTH</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_FIX_FOCAL_LENGTH">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_FIX_INTRINSIC"><!-- --></A><H3>
CALIB_FIX_INTRINSIC</H3>
<PRE>
public static final int <B>CALIB_FIX_INTRINSIC</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_FIX_INTRINSIC">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_FIX_K1"><!-- --></A><H3>
CALIB_FIX_K1</H3>
<PRE>
public static final int <B>CALIB_FIX_K1</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_FIX_K1">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_FIX_K2"><!-- --></A><H3>
CALIB_FIX_K2</H3>
<PRE>
public static final int <B>CALIB_FIX_K2</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_FIX_K2">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_FIX_K3"><!-- --></A><H3>
CALIB_FIX_K3</H3>
<PRE>
public static final int <B>CALIB_FIX_K3</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_FIX_K3">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_FIX_K4"><!-- --></A><H3>
CALIB_FIX_K4</H3>
<PRE>
public static final int <B>CALIB_FIX_K4</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_FIX_K4">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_FIX_K5"><!-- --></A><H3>
CALIB_FIX_K5</H3>
<PRE>
public static final int <B>CALIB_FIX_K5</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_FIX_K5">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_FIX_K6"><!-- --></A><H3>
CALIB_FIX_K6</H3>
<PRE>
public static final int <B>CALIB_FIX_K6</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_FIX_K6">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_FIX_PRINCIPAL_POINT"><!-- --></A><H3>
CALIB_FIX_PRINCIPAL_POINT</H3>
<PRE>
public static final int <B>CALIB_FIX_PRINCIPAL_POINT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_FIX_PRINCIPAL_POINT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_RATIONAL_MODEL"><!-- --></A><H3>
CALIB_RATIONAL_MODEL</H3>
<PRE>
public static final int <B>CALIB_RATIONAL_MODEL</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_RATIONAL_MODEL">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_SAME_FOCAL_LENGTH"><!-- --></A><H3>
CALIB_SAME_FOCAL_LENGTH</H3>
<PRE>
public static final int <B>CALIB_SAME_FOCAL_LENGTH</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_SAME_FOCAL_LENGTH">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_USE_INTRINSIC_GUESS"><!-- --></A><H3>
CALIB_USE_INTRINSIC_GUESS</H3>
<PRE>
public static final int <B>CALIB_USE_INTRINSIC_GUESS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_USE_INTRINSIC_GUESS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_ZERO_DISPARITY"><!-- --></A><H3>
CALIB_ZERO_DISPARITY</H3>
<PRE>
public static final int <B>CALIB_ZERO_DISPARITY</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_ZERO_DISPARITY">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CALIB_ZERO_TANGENT_DIST"><!-- --></A><H3>
CALIB_ZERO_TANGENT_DIST</H3>
<PRE>
public static final int <B>CALIB_ZERO_TANGENT_DIST</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CALIB_ZERO_TANGENT_DIST">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CV_EPNP"><!-- --></A><H3>
CV_EPNP</H3>
<PRE>
public static final int <B>CV_EPNP</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CV_EPNP">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CV_ITERATIVE"><!-- --></A><H3>
CV_ITERATIVE</H3>
<PRE>
public static final int <B>CV_ITERATIVE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CV_ITERATIVE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CV_P3P"><!-- --></A><H3>
CV_P3P</H3>
<PRE>
public static final int <B>CV_P3P</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.CV_P3P">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EPNP"><!-- --></A><H3>
EPNP</H3>
<PRE>
public static final int <B>EPNP</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.EPNP">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FM_7POINT"><!-- --></A><H3>
FM_7POINT</H3>
<PRE>
public static final int <B>FM_7POINT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.FM_7POINT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FM_8POINT"><!-- --></A><H3>
FM_8POINT</H3>
<PRE>
public static final int <B>FM_8POINT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.FM_8POINT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FM_LMEDS"><!-- --></A><H3>
FM_LMEDS</H3>
<PRE>
public static final int <B>FM_LMEDS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.FM_LMEDS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FM_RANSAC"><!-- --></A><H3>
FM_RANSAC</H3>
<PRE>
public static final int <B>FM_RANSAC</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.FM_RANSAC">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ITERATIVE"><!-- --></A><H3>
ITERATIVE</H3>
<PRE>
public static final int <B>ITERATIVE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.ITERATIVE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="LMEDS"><!-- --></A><H3>
LMEDS</H3>
<PRE>
public static final int <B>LMEDS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.LMEDS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="P3P"><!-- --></A><H3>
P3P</H3>
<PRE>
public static final int <B>P3P</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.P3P">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RANSAC"><!-- --></A><H3>
RANSAC</H3>
<PRE>
public static final int <B>RANSAC</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.opencv.calib3d.Calib3d.RANSAC">Constant Field Values</A></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="Calib3d()"><!-- --></A><H3>
Calib3d</H3>
<PRE>
public <B>Calib3d</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="calibrateCamera(java.util.List, java.util.List, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, java.util.List, java.util.List)"><!-- --></A><H3>
calibrateCamera</H3>
<PRE>
public static double <B>calibrateCamera</B>(java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> rvecs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> tvecs)</PRE>
<DL>
<DD><p>Finds the camera intrinsic and extrinsic parameters from several views of a
calibration pattern.</p>
<p>The function estimates the intrinsic camera parameters and extrinsic
parameters for each of the views. The algorithm is based on [Zhang2000] and
[BouguetMCT]. The coordinates of 3D object points and their corresponding 2D
projections in each view must be specified. That may be achieved by using an
object with a known geometry and easily detectable feature points.
Such an object is called a calibration rig or calibration pattern, and OpenCV
has built-in support for a chessboard as a calibration rig (see
"findChessboardCorners"). Currently, initialization of intrinsic parameters
(when <code>CV_CALIB_USE_INTRINSIC_GUESS</code> is not set) is only
implemented for planar calibration patterns (where Z-coordinates of the
object points must be all zeros). 3D calibration rigs can also be used as
long as initial <code>cameraMatrix</code> is provided.</p>
<p>The algorithm performs the following steps:</p>
<ul>
<li> Compute the initial intrinsic parameters (the option only available
for planar calibration patterns) or read them from the input parameters. The
distortion coefficients are all set to zeros initially unless some of
<code>CV_CALIB_FIX_K?</code> are specified.
<li> Estimate the initial camera pose as if the intrinsic parameters have
been already known. This is done using "solvePnP".
<li> Run the global Levenberg-Marquardt optimization algorithm to minimize
the reprojection error, that is, the total sum of squared distances between
the observed feature points <code>imagePoints</code> and the projected (using
the current estimates for camera parameters and the poses) object points
<code>objectPoints</code>. See "projectPoints" for details.
</ul>
<p>The function returns the final re-projection error.</p>
<p>Note:</p>
<p>If you use a non-square (=non-NxN) grid and "findChessboardCorners" for
calibration, and <code>calibrateCamera</code> returns bad values (zero
distortion coefficients, an image center very far from <code>(w/2-0.5,h/2-0.5)</code>,
and/or large differences between <em>f_x</em> and <em>f_y</em> (ratios of
10:1 or more)), then you have probably used <code>patternSize=cvSize(rows,cols)</code>
instead of using <code>patternSize=cvSize(cols,rows)</code> in
"findChessboardCorners".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - In the new interface it is a vector of vectors of
calibration pattern points in the calibration pattern coordinate space. The
outer vector contains as many elements as the number of the pattern views. If
the same calibration pattern is shown in each view and it is fully visible,
all the vectors will be the same. Although, it is possible to use partially
occluded patterns, or even different patterns in different views. Then, the
vectors will be different. The points are 3D, but since they are in a pattern
coordinate system, then, if the rig is planar, it may make sense to put the
model to a XY coordinate plane so that Z-coordinate of each input object
point is 0.
<p>In the old interface all the vectors of object points from different views
are concatenated together.</p><DD><CODE>imagePoints</CODE> - In the new interface it is a vector of vectors of the
projections of calibration pattern points. <code>imagePoints.size()</code>
and <code>objectPoints.size()</code> and <code>imagePoints[i].size()</code>
must be equal to <code>objectPoints[i].size()</code> for each <code>i</code>.
<p>In the old interface all the vectors of object points from different views
are concatenated together.</p><DD><CODE>imageSize</CODE> - Size of the image used only to initialize the intrinsic
camera matrix.<DD><CODE>cameraMatrix</CODE> - Output 3x3 floating-point camera matrix <em>A =
<p>|f_x 0 c_x|
|0 f_y c_y|
|0 0 1|
</em>. If <code>CV_CALIB_USE_INTRINSIC_GUESS</code> and/or <code>CV_CALIB_FIX_ASPECT_RATIO</code>
are specified, some or all of <code>fx, fy, cx, cy</code> must be initialized
before calling the function.</p><DD><CODE>distCoeffs</CODE> - Output vector of distortion coefficients <em>(k_1, k_2,
p_1, p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements.<DD><CODE>rvecs</CODE> - Output vector of rotation vectors (see "Rodrigues") estimated
for each pattern view. That is, each k-th rotation vector together with the
corresponding k-th translation vector (see the next output parameter
description) brings the calibration pattern from the model coordinate space
(in which object points are specified) to the world coordinate space, that
is, a real position of the calibration pattern in the k-th pattern view
(k=0.. *M* -1).<DD><CODE>tvecs</CODE> - Output vector of translation vectors estimated for each pattern
view.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#calibratecamera">org.opencv.calib3d.Calib3d.calibrateCamera</a>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#initCameraMatrix2D(java.util.List, java.util.List, org.opencv.core.Size, double)"><CODE>initCameraMatrix2D(java.util.List<org.opencv.core.MatOfPoint3f>, java.util.List<org.opencv.core.MatOfPoint2f>, org.opencv.core.Size, double)</CODE></A>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#stereoCalibrate(java.util.List, java.util.List, java.util.List, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.TermCriteria, int)"><CODE>stereoCalibrate(java.util.List<org.opencv.core.Mat>, java.util.List<org.opencv.core.Mat>, java.util.List<org.opencv.core.Mat>, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.TermCriteria, int)</CODE></A>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#findChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f, int)"><CODE>findChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f, int)</CODE></A>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#solvePnP(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)"><CODE>solvePnP(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)</CODE></A>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#undistort(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><CODE>Imgproc.undistort(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="calibrateCamera(java.util.List, java.util.List, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, java.util.List, java.util.List, int)"><!-- --></A><H3>
calibrateCamera</H3>
<PRE>
public static double <B>calibrateCamera</B>(java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> rvecs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> tvecs,
int flags)</PRE>
<DL>
<DD><p>Finds the camera intrinsic and extrinsic parameters from several views of a
calibration pattern.</p>
<p>The function estimates the intrinsic camera parameters and extrinsic
parameters for each of the views. The algorithm is based on [Zhang2000] and
[BouguetMCT]. The coordinates of 3D object points and their corresponding 2D
projections in each view must be specified. That may be achieved by using an
object with a known geometry and easily detectable feature points.
Such an object is called a calibration rig or calibration pattern, and OpenCV
has built-in support for a chessboard as a calibration rig (see
"findChessboardCorners"). Currently, initialization of intrinsic parameters
(when <code>CV_CALIB_USE_INTRINSIC_GUESS</code> is not set) is only
implemented for planar calibration patterns (where Z-coordinates of the
object points must be all zeros). 3D calibration rigs can also be used as
long as initial <code>cameraMatrix</code> is provided.</p>
<p>The algorithm performs the following steps:</p>
<ul>
<li> Compute the initial intrinsic parameters (the option only available
for planar calibration patterns) or read them from the input parameters. The
distortion coefficients are all set to zeros initially unless some of
<code>CV_CALIB_FIX_K?</code> are specified.
<li> Estimate the initial camera pose as if the intrinsic parameters have
been already known. This is done using "solvePnP".
<li> Run the global Levenberg-Marquardt optimization algorithm to minimize
the reprojection error, that is, the total sum of squared distances between
the observed feature points <code>imagePoints</code> and the projected (using
the current estimates for camera parameters and the poses) object points
<code>objectPoints</code>. See "projectPoints" for details.
</ul>
<p>The function returns the final re-projection error.</p>
<p>Note:</p>
<p>If you use a non-square (=non-NxN) grid and "findChessboardCorners" for
calibration, and <code>calibrateCamera</code> returns bad values (zero
distortion coefficients, an image center very far from <code>(w/2-0.5,h/2-0.5)</code>,
and/or large differences between <em>f_x</em> and <em>f_y</em> (ratios of
10:1 or more)), then you have probably used <code>patternSize=cvSize(rows,cols)</code>
instead of using <code>patternSize=cvSize(cols,rows)</code> in
"findChessboardCorners".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - In the new interface it is a vector of vectors of
calibration pattern points in the calibration pattern coordinate space. The
outer vector contains as many elements as the number of the pattern views. If
the same calibration pattern is shown in each view and it is fully visible,
all the vectors will be the same. Although, it is possible to use partially
occluded patterns, or even different patterns in different views. Then, the
vectors will be different. The points are 3D, but since they are in a pattern
coordinate system, then, if the rig is planar, it may make sense to put the
model to a XY coordinate plane so that Z-coordinate of each input object
point is 0.
<p>In the old interface all the vectors of object points from different views
are concatenated together.</p><DD><CODE>imagePoints</CODE> - In the new interface it is a vector of vectors of the
projections of calibration pattern points. <code>imagePoints.size()</code>
and <code>objectPoints.size()</code> and <code>imagePoints[i].size()</code>
must be equal to <code>objectPoints[i].size()</code> for each <code>i</code>.
<p>In the old interface all the vectors of object points from different views
are concatenated together.</p><DD><CODE>imageSize</CODE> - Size of the image used only to initialize the intrinsic
camera matrix.<DD><CODE>cameraMatrix</CODE> - Output 3x3 floating-point camera matrix <em>A =
<p>|f_x 0 c_x|
|0 f_y c_y|
|0 0 1|
</em>. If <code>CV_CALIB_USE_INTRINSIC_GUESS</code> and/or <code>CV_CALIB_FIX_ASPECT_RATIO</code>
are specified, some or all of <code>fx, fy, cx, cy</code> must be initialized
before calling the function.</p><DD><CODE>distCoeffs</CODE> - Output vector of distortion coefficients <em>(k_1, k_2,
p_1, p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements.<DD><CODE>rvecs</CODE> - Output vector of rotation vectors (see "Rodrigues") estimated
for each pattern view. That is, each k-th rotation vector together with the
corresponding k-th translation vector (see the next output parameter
description) brings the calibration pattern from the model coordinate space
(in which object points are specified) to the world coordinate space, that
is, a real position of the calibration pattern in the k-th pattern view
(k=0.. *M* -1).<DD><CODE>tvecs</CODE> - Output vector of translation vectors estimated for each pattern
view.<DD><CODE>flags</CODE> - Different flags that may be zero or a combination of the
following values:
<ul>
<li> CV_CALIB_USE_INTRINSIC_GUESS <code>cameraMatrix</code> contains valid
initial values of <code>fx, fy, cx, cy</code> that are optimized further.
Otherwise, <code>(cx, cy)</code> is initially set to the image center
(<code>imageSize</code> is used), and focal distances are computed in a
least-squares fashion. Note, that if intrinsic parameters are known, there is
no need to use this function just to estimate extrinsic parameters. Use
"solvePnP" instead.
<li> CV_CALIB_FIX_PRINCIPAL_POINT The principal point is not changed during
the global optimization. It stays at the center or at a different location
specified when <code>CV_CALIB_USE_INTRINSIC_GUESS</code> is set too.
<li> CV_CALIB_FIX_ASPECT_RATIO The functions considers only <code>fy</code>
as a free parameter. The ratio <code>fx/fy</code> stays the same as in the
input <code>cameraMatrix</code>. When <code>CV_CALIB_USE_INTRINSIC_GUESS</code>
is not set, the actual input values of <code>fx</code> and <code>fy</code>
are ignored, only their ratio is computed and used further.
<li> CV_CALIB_ZERO_TANGENT_DIST Tangential distortion coefficients
<em>(p_1, p_2)</em> are set to zeros and stay zero.
<li> CV_CALIB_FIX_K1,...,CV_CALIB_FIX_K6 The corresponding radial
distortion coefficient is not changed during the optimization. If
<code>CV_CALIB_USE_INTRINSIC_GUESS</code> is set, the coefficient from the
supplied <code>distCoeffs</code> matrix is used. Otherwise, it is set to 0.
<li> CV_CALIB_RATIONAL_MODEL Coefficients k4, k5, and k6 are enabled. To
provide the backward compatibility, this extra flag should be explicitly
specified to make the calibration function use the rational model and return
8 coefficients. If the flag is not set, the function computes and returns
only 5 distortion coefficients.
</ul><DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#calibratecamera">org.opencv.calib3d.Calib3d.calibrateCamera</a>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#initCameraMatrix2D(java.util.List, java.util.List, org.opencv.core.Size, double)"><CODE>initCameraMatrix2D(java.util.List<org.opencv.core.MatOfPoint3f>, java.util.List<org.opencv.core.MatOfPoint2f>, org.opencv.core.Size, double)</CODE></A>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#stereoCalibrate(java.util.List, java.util.List, java.util.List, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.TermCriteria, int)"><CODE>stereoCalibrate(java.util.List<org.opencv.core.Mat>, java.util.List<org.opencv.core.Mat>, java.util.List<org.opencv.core.Mat>, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.TermCriteria, int)</CODE></A>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#findChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f, int)"><CODE>findChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f, int)</CODE></A>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#solvePnP(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)"><CODE>solvePnP(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)</CODE></A>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#undistort(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><CODE>Imgproc.undistort(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="calibrateCamera(java.util.List, java.util.List, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, java.util.List, java.util.List, int, org.opencv.core.TermCriteria)"><!-- --></A><H3>
calibrateCamera</H3>
<PRE>
public static double <B>calibrateCamera</B>(java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> rvecs,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> tvecs,
int flags,
<A HREF="../../../org/opencv/core/TermCriteria.html" title="class in org.opencv.core">TermCriteria</A> criteria)</PRE>
<DL>
<DD><p>Finds the camera intrinsic and extrinsic parameters from several views of a
calibration pattern.</p>
<p>The function estimates the intrinsic camera parameters and extrinsic
parameters for each of the views. The algorithm is based on [Zhang2000] and
[BouguetMCT]. The coordinates of 3D object points and their corresponding 2D
projections in each view must be specified. That may be achieved by using an
object with a known geometry and easily detectable feature points.
Such an object is called a calibration rig or calibration pattern, and OpenCV
has built-in support for a chessboard as a calibration rig (see
"findChessboardCorners"). Currently, initialization of intrinsic parameters
(when <code>CV_CALIB_USE_INTRINSIC_GUESS</code> is not set) is only
implemented for planar calibration patterns (where Z-coordinates of the
object points must be all zeros). 3D calibration rigs can also be used as
long as initial <code>cameraMatrix</code> is provided.</p>
<p>The algorithm performs the following steps:</p>
<ul>
<li> Compute the initial intrinsic parameters (the option only available
for planar calibration patterns) or read them from the input parameters. The
distortion coefficients are all set to zeros initially unless some of
<code>CV_CALIB_FIX_K?</code> are specified.
<li> Estimate the initial camera pose as if the intrinsic parameters have
been already known. This is done using "solvePnP".
<li> Run the global Levenberg-Marquardt optimization algorithm to minimize
the reprojection error, that is, the total sum of squared distances between
the observed feature points <code>imagePoints</code> and the projected (using
the current estimates for camera parameters and the poses) object points
<code>objectPoints</code>. See "projectPoints" for details.
</ul>
<p>The function returns the final re-projection error.</p>
<p>Note:</p>
<p>If you use a non-square (=non-NxN) grid and "findChessboardCorners" for
calibration, and <code>calibrateCamera</code> returns bad values (zero
distortion coefficients, an image center very far from <code>(w/2-0.5,h/2-0.5)</code>,
and/or large differences between <em>f_x</em> and <em>f_y</em> (ratios of
10:1 or more)), then you have probably used <code>patternSize=cvSize(rows,cols)</code>
instead of using <code>patternSize=cvSize(cols,rows)</code> in
"findChessboardCorners".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - In the new interface it is a vector of vectors of
calibration pattern points in the calibration pattern coordinate space. The
outer vector contains as many elements as the number of the pattern views. If
the same calibration pattern is shown in each view and it is fully visible,
all the vectors will be the same. Although, it is possible to use partially
occluded patterns, or even different patterns in different views. Then, the
vectors will be different. The points are 3D, but since they are in a pattern
coordinate system, then, if the rig is planar, it may make sense to put the
model to a XY coordinate plane so that Z-coordinate of each input object
point is 0.
<p>In the old interface all the vectors of object points from different views
are concatenated together.</p><DD><CODE>imagePoints</CODE> - In the new interface it is a vector of vectors of the
projections of calibration pattern points. <code>imagePoints.size()</code>
and <code>objectPoints.size()</code> and <code>imagePoints[i].size()</code>
must be equal to <code>objectPoints[i].size()</code> for each <code>i</code>.
<p>In the old interface all the vectors of object points from different views
are concatenated together.</p><DD><CODE>imageSize</CODE> - Size of the image used only to initialize the intrinsic
camera matrix.<DD><CODE>cameraMatrix</CODE> - Output 3x3 floating-point camera matrix <em>A =
<p>|f_x 0 c_x|
|0 f_y c_y|
|0 0 1|
</em>. If <code>CV_CALIB_USE_INTRINSIC_GUESS</code> and/or <code>CV_CALIB_FIX_ASPECT_RATIO</code>
are specified, some or all of <code>fx, fy, cx, cy</code> must be initialized
before calling the function.</p><DD><CODE>distCoeffs</CODE> - Output vector of distortion coefficients <em>(k_1, k_2,
p_1, p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements.<DD><CODE>rvecs</CODE> - Output vector of rotation vectors (see "Rodrigues") estimated
for each pattern view. That is, each k-th rotation vector together with the
corresponding k-th translation vector (see the next output parameter
description) brings the calibration pattern from the model coordinate space
(in which object points are specified) to the world coordinate space, that
is, a real position of the calibration pattern in the k-th pattern view
(k=0.. *M* -1).<DD><CODE>tvecs</CODE> - Output vector of translation vectors estimated for each pattern
view.<DD><CODE>flags</CODE> - Different flags that may be zero or a combination of the
following values:
<ul>
<li> CV_CALIB_USE_INTRINSIC_GUESS <code>cameraMatrix</code> contains valid
initial values of <code>fx, fy, cx, cy</code> that are optimized further.
Otherwise, <code>(cx, cy)</code> is initially set to the image center
(<code>imageSize</code> is used), and focal distances are computed in a
least-squares fashion. Note, that if intrinsic parameters are known, there is
no need to use this function just to estimate extrinsic parameters. Use
"solvePnP" instead.
<li> CV_CALIB_FIX_PRINCIPAL_POINT The principal point is not changed during
the global optimization. It stays at the center or at a different location
specified when <code>CV_CALIB_USE_INTRINSIC_GUESS</code> is set too.
<li> CV_CALIB_FIX_ASPECT_RATIO The functions considers only <code>fy</code>
as a free parameter. The ratio <code>fx/fy</code> stays the same as in the
input <code>cameraMatrix</code>. When <code>CV_CALIB_USE_INTRINSIC_GUESS</code>
is not set, the actual input values of <code>fx</code> and <code>fy</code>
are ignored, only their ratio is computed and used further.
<li> CV_CALIB_ZERO_TANGENT_DIST Tangential distortion coefficients
<em>(p_1, p_2)</em> are set to zeros and stay zero.
<li> CV_CALIB_FIX_K1,...,CV_CALIB_FIX_K6 The corresponding radial
distortion coefficient is not changed during the optimization. If
<code>CV_CALIB_USE_INTRINSIC_GUESS</code> is set, the coefficient from the
supplied <code>distCoeffs</code> matrix is used. Otherwise, it is set to 0.
<li> CV_CALIB_RATIONAL_MODEL Coefficients k4, k5, and k6 are enabled. To
provide the backward compatibility, this extra flag should be explicitly
specified to make the calibration function use the rational model and return
8 coefficients. If the flag is not set, the function computes and returns
only 5 distortion coefficients.
</ul><DD><CODE>criteria</CODE> - Termination criteria for the iterative optimization
algorithm.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#calibratecamera">org.opencv.calib3d.Calib3d.calibrateCamera</a>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#initCameraMatrix2D(java.util.List, java.util.List, org.opencv.core.Size, double)"><CODE>initCameraMatrix2D(java.util.List<org.opencv.core.MatOfPoint3f>, java.util.List<org.opencv.core.MatOfPoint2f>, org.opencv.core.Size, double)</CODE></A>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#stereoCalibrate(java.util.List, java.util.List, java.util.List, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.TermCriteria, int)"><CODE>stereoCalibrate(java.util.List<org.opencv.core.Mat>, java.util.List<org.opencv.core.Mat>, java.util.List<org.opencv.core.Mat>, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.TermCriteria, int)</CODE></A>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#findChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f, int)"><CODE>findChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f, int)</CODE></A>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#solvePnP(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)"><CODE>solvePnP(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)</CODE></A>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#undistort(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><CODE>Imgproc.undistort(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="calibrationMatrixValues(org.opencv.core.Mat, org.opencv.core.Size, double, double, double[], double[], double[], org.opencv.core.Point, double[])"><!-- --></A><H3>
calibrationMatrixValues</H3>
<PRE>
public static void <B>calibrationMatrixValues</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
double apertureWidth,
double apertureHeight,
double[] fovx,
double[] fovy,
double[] focalLength,
<A HREF="../../../org/opencv/core/Point.html" title="class in org.opencv.core">Point</A> principalPoint,
double[] aspectRatio)</PRE>
<DL>
<DD><p>Computes useful camera characteristics from the camera matrix.</p>
<p>The function computes various useful camera characteristics from the
previously estimated camera matrix.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cameraMatrix</CODE> - Input camera matrix that can be estimated by
"calibrateCamera" or "stereoCalibrate".<DD><CODE>imageSize</CODE> - Input image size in pixels.<DD><CODE>apertureWidth</CODE> - Physical width of the sensor.<DD><CODE>apertureHeight</CODE> - Physical height of the sensor.<DD><CODE>fovx</CODE> - Output field of view in degrees along the horizontal sensor axis.<DD><CODE>fovy</CODE> - Output field of view in degrees along the vertical sensor axis.<DD><CODE>focalLength</CODE> - Focal length of the lens in mm.<DD><CODE>principalPoint</CODE> - Principal point in pixels.<DD><CODE>aspectRatio</CODE> - <em>f_y/f_x</em><DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#calibrationmatrixvalues">org.opencv.calib3d.Calib3d.calibrationMatrixValues</a></DL>
</DD>
</DL>
<HR>
<A NAME="composeRT(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
composeRT</H3>
<PRE>
public static void <B>composeRT</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec3)</PRE>
<DL>
<DD><p>Combines two rotation-and-shift transformations.</p>
<p>The functions compute:</p>
<p><em>rvec3 = rodrigues ^(-1)(rodrigues(rvec2) * rodrigues(rvec1))
tvec3 = rodrigues(rvec2) * tvec1 + tvec2,</em></p>
<p>where <em>rodrigues</em> denotes a rotation vector to a rotation matrix
transformation, and <em>rodrigues^(-1)</em> denotes the inverse
transformation. See "Rodrigues" for details.</p>
<p>Also, the functions can compute the derivatives of the output vectors with
regards to the input vectors (see "matMulDeriv").
The functions are used inside "stereoCalibrate" but can also be used in your
own code where Levenberg-Marquardt or another gradient-based solver is used
to optimize a function that contains a matrix multiplication.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>rvec1</CODE> - First rotation vector.<DD><CODE>tvec1</CODE> - First translation vector.<DD><CODE>rvec2</CODE> - Second rotation vector.<DD><CODE>tvec2</CODE> - Second translation vector.<DD><CODE>rvec3</CODE> - Output rotation vector of the superposition.<DD><CODE>tvec3</CODE> - Output translation vector of the superposition.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#composert">org.opencv.calib3d.Calib3d.composeRT</a></DL>
</DD>
</DL>
<HR>
<A NAME="composeRT(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
composeRT</H3>
<PRE>
public static void <B>composeRT</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dr3dr1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dr3dt1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dr3dr2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dr3dt2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dt3dr1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dt3dt1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dt3dr2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dt3dt2)</PRE>
<DL>
<DD><p>Combines two rotation-and-shift transformations.</p>
<p>The functions compute:</p>
<p><em>rvec3 = rodrigues ^(-1)(rodrigues(rvec2) * rodrigues(rvec1))
tvec3 = rodrigues(rvec2) * tvec1 + tvec2,</em></p>
<p>where <em>rodrigues</em> denotes a rotation vector to a rotation matrix
transformation, and <em>rodrigues^(-1)</em> denotes the inverse
transformation. See "Rodrigues" for details.</p>
<p>Also, the functions can compute the derivatives of the output vectors with
regards to the input vectors (see "matMulDeriv").
The functions are used inside "stereoCalibrate" but can also be used in your
own code where Levenberg-Marquardt or another gradient-based solver is used
to optimize a function that contains a matrix multiplication.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>rvec1</CODE> - First rotation vector.<DD><CODE>tvec1</CODE> - First translation vector.<DD><CODE>rvec2</CODE> - Second rotation vector.<DD><CODE>tvec2</CODE> - Second translation vector.<DD><CODE>rvec3</CODE> - Output rotation vector of the superposition.<DD><CODE>tvec3</CODE> - Output translation vector of the superposition.<DD><CODE>dr3dr1</CODE> - Optional output derivatives of <code>rvec3</code> or
<code>tvec3</code> with regard to <code>rvec1</code>, <code>rvec2</code>,
<code>tvec1</code> and <code>tvec2</code>, respectively.<DD><CODE>dr3dt1</CODE> - Optional output derivatives of <code>rvec3</code> or
<code>tvec3</code> with regard to <code>rvec1</code>, <code>rvec2</code>,
<code>tvec1</code> and <code>tvec2</code>, respectively.<DD><CODE>dr3dr2</CODE> - Optional output derivatives of <code>rvec3</code> or
<code>tvec3</code> with regard to <code>rvec1</code>, <code>rvec2</code>,
<code>tvec1</code> and <code>tvec2</code>, respectively.<DD><CODE>dr3dt2</CODE> - Optional output derivatives of <code>rvec3</code> or
<code>tvec3</code> with regard to <code>rvec1</code>, <code>rvec2</code>,
<code>tvec1</code> and <code>tvec2</code>, respectively.<DD><CODE>dt3dr1</CODE> - Optional output derivatives of <code>rvec3</code> or
<code>tvec3</code> with regard to <code>rvec1</code>, <code>rvec2</code>,
<code>tvec1</code> and <code>tvec2</code>, respectively.<DD><CODE>dt3dt1</CODE> - Optional output derivatives of <code>rvec3</code> or
<code>tvec3</code> with regard to <code>rvec1</code>, <code>rvec2</code>,
<code>tvec1</code> and <code>tvec2</code>, respectively.<DD><CODE>dt3dr2</CODE> - Optional output derivatives of <code>rvec3</code> or
<code>tvec3</code> with regard to <code>rvec1</code>, <code>rvec2</code>,
<code>tvec1</code> and <code>tvec2</code>, respectively.<DD><CODE>dt3dt2</CODE> - Optional output derivatives of <code>rvec3</code> or
<code>tvec3</code> with regard to <code>rvec1</code>, <code>rvec2</code>,
<code>tvec1</code> and <code>tvec2</code>, respectively.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#composert">org.opencv.calib3d.Calib3d.composeRT</a></DL>
</DD>
</DL>
<HR>
<A NAME="computeCorrespondEpilines(org.opencv.core.Mat, int, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
computeCorrespondEpilines</H3>
<PRE>
public static void <B>computeCorrespondEpilines</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points,
int whichImage,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> lines)</PRE>
<DL>
<DD><p>For points in an image of a stereo pair, computes the corresponding epilines
in the other image.</p>
<p>For every point in one of the two images of a stereo pair, the function finds
the equation of the corresponding epipolar line in the other image.</p>
<p>From the fundamental matrix definition (see "findFundamentalMat"), line
<em>l^2_i</em> in the second image for the point <em>p^1_i</em> in the first
image (when <code>whichImage=1</code>) is computed as:</p>
<p><em>l^2_i = F p^1_i</em></p>
<p>And vice versa, when <code>whichImage=2</code>, <em>l^1_i</em> is computed
from <em>p^2_i</em> as:</p>
<p><em>l^1_i = F^T p^2_i</em></p>
<p>Line coefficients are defined up to a scale. They are normalized so that
<em>a_i^2+b_i^2=1</em>.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>points</CODE> - Input points. <em>N x 1</em> or <em>1 x N</em> matrix of type
<code>CV_32FC2</code> or <code>vector<Point2f></code>.<DD><CODE>whichImage</CODE> - Index of the image (1 or 2) that contains the
<code>points</code>.<DD><CODE>F</CODE> - Fundamental matrix that can be estimated using "findFundamentalMat"
or "stereoRectify".<DD><CODE>lines</CODE> - Output vector of the epipolar lines corresponding to the points
in the other image. Each line <em>ax + by + c=0</em> is encoded by 3 numbers
<em>(a, b, c)</em>.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#computecorrespondepilines">org.opencv.calib3d.Calib3d.computeCorrespondEpilines</a></DL>
</DD>
</DL>
<HR>
<A NAME="convertPointsFromHomogeneous(org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
convertPointsFromHomogeneous</H3>
<PRE>
public static void <B>convertPointsFromHomogeneous</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst)</PRE>
<DL>
<DD><p>Converts points from homogeneous to Euclidean space.</p>
<p>The function converts points homogeneous to Euclidean space using perspective
projection. That is, each point <code>(x1, x2,... x(n-1), xn)</code> is
converted to <code>(x1/xn, x2/xn,..., x(n-1)/xn)</code>. When
<code>xn=0</code>, the output point coordinates will be <code>(0,0,0,...)</code>.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>src</CODE> - Input vector of <code>N</code>-dimensional points.<DD><CODE>dst</CODE> - Output vector of <code>N-1</code>-dimensional points.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#convertpointsfromhomogeneous">org.opencv.calib3d.Calib3d.convertPointsFromHomogeneous</a></DL>
</DD>
</DL>
<HR>
<A NAME="convertPointsToHomogeneous(org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
convertPointsToHomogeneous</H3>
<PRE>
public static void <B>convertPointsToHomogeneous</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst)</PRE>
<DL>
<DD><p>Converts points from Euclidean to homogeneous space.</p>
<p>The function converts points from Euclidean to homogeneous space by appending
1's to the tuple of point coordinates. That is, each point <code>(x1, x2,...,
xn)</code> is converted to <code>(x1, x2,..., xn, 1)</code>.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>src</CODE> - Input vector of <code>N</code>-dimensional points.<DD><CODE>dst</CODE> - Output vector of <code>N+1</code>-dimensional points.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#convertpointstohomogeneous">org.opencv.calib3d.Calib3d.convertPointsToHomogeneous</a></DL>
</DD>
</DL>
<HR>
<A NAME="correctMatches(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
correctMatches</H3>
<PRE>
public static void <B>correctMatches</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> newPoints1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> newPoints2)</PRE>
<DL>
<DD><p>Refines coordinates of corresponding points.</p>
<p>The function implements the Optimal Triangulation Method (see Multiple View
Geometry for details). For each given point correspondence points1[i] <->
points2[i], and a fundamental matrix F, it computes the corrected
correspondences newPoints1[i] <-> newPoints2[i] that minimize the geometric
error <em>d(points1[i], newPoints1[i])^2 + d(points2[i],newPoints2[i])^2</em>
(where <em>d(a,b)</em> is the geometric distance between points <em>a</em>
and <em>b</em>) subject to the epipolar constraint <em>newPoints2^T * F *
newPoints1 = 0</em>.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>F</CODE> - 3x3 fundamental matrix.<DD><CODE>points1</CODE> - 1xN array containing the first set of points.<DD><CODE>points2</CODE> - 1xN array containing the second set of points.<DD><CODE>newPoints1</CODE> - The optimized points1.<DD><CODE>newPoints2</CODE> - The optimized points2.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#correctmatches">org.opencv.calib3d.Calib3d.correctMatches</a></DL>
</DD>
</DL>
<HR>
<A NAME="decomposeProjectionMatrix(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
decomposeProjectionMatrix</H3>
<PRE>
public static void <B>decomposeProjectionMatrix</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rotMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> transVect)</PRE>
<DL>
<DD><p>Decomposes a projection matrix into a rotation matrix and a camera matrix.</p>
<p>The function computes a decomposition of a projection matrix into a
calibration and a rotation matrix and the position of a camera.</p>
<p>It optionally returns three rotation matrices, one for each axis, and three
Euler angles that could be used in OpenGL. Note, there is always more than
one sequence of rotations about the three principle axes that results in the
same orientation of an object, eg. see [Slabaugh]. Returned tree rotation
matrices and corresponding three Euler angules are only one of the possible
solutions.</p>
<p>The function is based on "RQDecomp3x3".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>projMatrix</CODE> - 3x4 input projection matrix P.<DD><CODE>cameraMatrix</CODE> - Output 3x3 camera matrix K.<DD><CODE>rotMatrix</CODE> - Output 3x3 external rotation matrix R.<DD><CODE>transVect</CODE> - Output 4x1 translation vector T.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#decomposeprojectionmatrix">org.opencv.calib3d.Calib3d.decomposeProjectionMatrix</a></DL>
</DD>
</DL>
<HR>
<A NAME="decomposeProjectionMatrix(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
decomposeProjectionMatrix</H3>
<PRE>
public static void <B>decomposeProjectionMatrix</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rotMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> transVect,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rotMatrixX,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rotMatrixY,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rotMatrixZ,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> eulerAngles)</PRE>
<DL>
<DD><p>Decomposes a projection matrix into a rotation matrix and a camera matrix.</p>
<p>The function computes a decomposition of a projection matrix into a
calibration and a rotation matrix and the position of a camera.</p>
<p>It optionally returns three rotation matrices, one for each axis, and three
Euler angles that could be used in OpenGL. Note, there is always more than
one sequence of rotations about the three principle axes that results in the
same orientation of an object, eg. see [Slabaugh]. Returned tree rotation
matrices and corresponding three Euler angules are only one of the possible
solutions.</p>
<p>The function is based on "RQDecomp3x3".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>projMatrix</CODE> - 3x4 input projection matrix P.<DD><CODE>cameraMatrix</CODE> - Output 3x3 camera matrix K.<DD><CODE>rotMatrix</CODE> - Output 3x3 external rotation matrix R.<DD><CODE>transVect</CODE> - Output 4x1 translation vector T.<DD><CODE>rotMatrixX</CODE> - a rotMatrixX<DD><CODE>rotMatrixY</CODE> - a rotMatrixY<DD><CODE>rotMatrixZ</CODE> - a rotMatrixZ<DD><CODE>eulerAngles</CODE> - Optional three-element vector containing three Euler
angles of rotation in degrees.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#decomposeprojectionmatrix">org.opencv.calib3d.Calib3d.decomposeProjectionMatrix</a></DL>
</DD>
</DL>
<HR>
<A NAME="drawChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f, boolean)"><!-- --></A><H3>
drawChessboardCorners</H3>
<PRE>
public static void <B>drawChessboardCorners</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> image,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> patternSize,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> corners,
boolean patternWasFound)</PRE>
<DL>
<DD><p>Renders the detected chessboard corners.</p>
<p>The function draws individual chessboard corners detected either as red
circles if the board was not found, or as colored corners connected with
lines if the board was found.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>image</CODE> - Destination image. It must be an 8-bit color image.<DD><CODE>patternSize</CODE> - Number of inner corners per a chessboard row and column
<code>(patternSize = cv.Size(points_per_row,points_per_column))</code>.<DD><CODE>corners</CODE> - Array of detected corners, the output of <code>findChessboardCorners</code>.<DD><CODE>patternWasFound</CODE> - Parameter indicating whether the complete board was
found or not. The return value of "findChessboardCorners" should be passed
here.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#drawchessboardcorners">org.opencv.calib3d.Calib3d.drawChessboardCorners</a></DL>
</DD>
</DL>
<HR>
<A NAME="estimateAffine3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
estimateAffine3D</H3>
<PRE>
public static int <B>estimateAffine3D</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> out,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> inliers)</PRE>
<DL>
<DD><p>Computes an optimal affine transformation between two 3D point sets.</p>
<p>The function estimates an optimal 3D affine transformation between two 3D
point sets using the RANSAC algorithm.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>src</CODE> - First input 3D point set.<DD><CODE>dst</CODE> - Second input 3D point set.<DD><CODE>out</CODE> - Output 3D affine transformation matrix <em>3 x 4</em>.<DD><CODE>inliers</CODE> - Output vector indicating which points are inliers.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#estimateaffine3d">org.opencv.calib3d.Calib3d.estimateAffine3D</a></DL>
</DD>
</DL>
<HR>
<A NAME="estimateAffine3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, double, double)"><!-- --></A><H3>
estimateAffine3D</H3>
<PRE>
public static int <B>estimateAffine3D</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> out,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> inliers,
double ransacThreshold,
double confidence)</PRE>
<DL>
<DD><p>Computes an optimal affine transformation between two 3D point sets.</p>
<p>The function estimates an optimal 3D affine transformation between two 3D
point sets using the RANSAC algorithm.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>src</CODE> - First input 3D point set.<DD><CODE>dst</CODE> - Second input 3D point set.<DD><CODE>out</CODE> - Output 3D affine transformation matrix <em>3 x 4</em>.<DD><CODE>inliers</CODE> - Output vector indicating which points are inliers.<DD><CODE>ransacThreshold</CODE> - Maximum reprojection error in the RANSAC algorithm to
consider a point as an inlier.<DD><CODE>confidence</CODE> - Confidence level, between 0 and 1, for the estimated
transformation. Anything between 0.95 and 0.99 is usually good enough. Values
too close to 1 can slow down the estimation significantly. Values lower than
0.8-0.9 can result in an incorrectly estimated transformation.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#estimateaffine3d">org.opencv.calib3d.Calib3d.estimateAffine3D</a></DL>
</DD>
</DL>
<HR>
<A NAME="filterSpeckles(org.opencv.core.Mat, double, int, double)"><!-- --></A><H3>
filterSpeckles</H3>
<PRE>
public static void <B>filterSpeckles</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> img,
double newVal,
int maxSpeckleSize,
double maxDiff)</PRE>
<DL>
<DD><p>Filters off small noise blobs (speckles) in the disparity map</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>img</CODE> - The input 16-bit signed disparity image<DD><CODE>newVal</CODE> - The disparity value used to paint-off the speckles<DD><CODE>maxSpeckleSize</CODE> - The maximum speckle size to consider it a speckle.
Larger blobs are not affected by the algorithm<DD><CODE>maxDiff</CODE> - Maximum difference between neighbor disparity pixels to put
them into the same blob. Note that since StereoBM, StereoSGBM and may be
other algorithms return a fixed-point disparity map, where disparity values
are multiplied by 16, this scale factor should be taken into account when
specifying this parameter value.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#filterspeckles">org.opencv.calib3d.Calib3d.filterSpeckles</a></DL>
</DD>
</DL>
<HR>
<A NAME="filterSpeckles(org.opencv.core.Mat, double, int, double, org.opencv.core.Mat)"><!-- --></A><H3>
filterSpeckles</H3>
<PRE>
public static void <B>filterSpeckles</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> img,
double newVal,
int maxSpeckleSize,
double maxDiff,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> buf)</PRE>
<DL>
<DD><p>Filters off small noise blobs (speckles) in the disparity map</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>img</CODE> - The input 16-bit signed disparity image<DD><CODE>newVal</CODE> - The disparity value used to paint-off the speckles<DD><CODE>maxSpeckleSize</CODE> - The maximum speckle size to consider it a speckle.
Larger blobs are not affected by the algorithm<DD><CODE>maxDiff</CODE> - Maximum difference between neighbor disparity pixels to put
them into the same blob. Note that since StereoBM, StereoSGBM and may be
other algorithms return a fixed-point disparity map, where disparity values
are multiplied by 16, this scale factor should be taken into account when
specifying this parameter value.<DD><CODE>buf</CODE> - The optional temporary buffer to avoid memory allocation within
the function.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#filterspeckles">org.opencv.calib3d.Calib3d.filterSpeckles</a></DL>
</DD>
</DL>
<HR>
<A NAME="findChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f)"><!-- --></A><H3>
findChessboardCorners</H3>
<PRE>
public static boolean <B>findChessboardCorners</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> image,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> patternSize,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> corners)</PRE>
<DL>
<DD><p>Finds the positions of internal corners of the chessboard.</p>
<p>The function attempts to determine whether the input image is a view of the
chessboard pattern and locate the internal chessboard corners. The function
returns a non-zero value if all of the corners are found and they are placed
in a certain order (row by row, left to right in every row). Otherwise, if
the function fails to find all the corners or reorder them, it returns 0. For
example, a regular chessboard has 8 x 8 squares and 7 x 7 internal corners,
that is, points where the black squares touch each other.
The detected coordinates are approximate, and to determine their positions
more accurately, the function calls "cornerSubPix".
You also may use the function "cornerSubPix" with different parameters if
returned coordinates are not accurate enough.
Sample usage of detecting and drawing chessboard corners: <code></p>
<p>// C++ code:</p>
<p>Size patternsize(8,6); //interior number of corners</p>
<p>Mat gray =....; //source image</p>
<p>vector<Point2f> corners; //this will be filled by the detected corners</p>
<p>//CALIB_CB_FAST_CHECK saves a lot of time on images</p>
<p>//that do not contain any chessboard corners</p>
<p>bool patternfound = findChessboardCorners(gray, patternsize, corners,</p>
<p>CALIB_CB_ADAPTIVE_THRESH + CALIB_CB_NORMALIZE_IMAGE</p>
<p>+ CALIB_CB_FAST_CHECK);</p>
<p>if(patternfound)</p>
<p>cornerSubPix(gray, corners, Size(11, 11), Size(-1, -1),</p>
<p>TermCriteria(CV_TERMCRIT_EPS + CV_TERMCRIT_ITER, 30, 0.1));</p>
<p>drawChessboardCorners(img, patternsize, Mat(corners), patternfound);</p>
<p>Note: The function requires white space (like a square-thick border, the
wider the better) around the board to make the detection more robust in
various environments. Otherwise, if there is no border and the background is
dark, the outer black squares cannot be segmented properly and so the square
grouping and ordering algorithm fails.
</code></p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>image</CODE> - Source chessboard view. It must be an 8-bit grayscale or color
image.<DD><CODE>patternSize</CODE> - Number of inner corners per a chessboard row and column
<code>(patternSize = cvSize(points_per_row,points_per_colum) =
cvSize(columns,rows))</code>.<DD><CODE>corners</CODE> - Output array of detected corners.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#findchessboardcorners">org.opencv.calib3d.Calib3d.findChessboardCorners</a></DL>
</DD>
</DL>
<HR>
<A NAME="findChessboardCorners(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.MatOfPoint2f, int)"><!-- --></A><H3>
findChessboardCorners</H3>
<PRE>
public static boolean <B>findChessboardCorners</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> image,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> patternSize,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> corners,
int flags)</PRE>
<DL>
<DD><p>Finds the positions of internal corners of the chessboard.</p>
<p>The function attempts to determine whether the input image is a view of the
chessboard pattern and locate the internal chessboard corners. The function
returns a non-zero value if all of the corners are found and they are placed
in a certain order (row by row, left to right in every row). Otherwise, if
the function fails to find all the corners or reorder them, it returns 0. For
example, a regular chessboard has 8 x 8 squares and 7 x 7 internal corners,
that is, points where the black squares touch each other.
The detected coordinates are approximate, and to determine their positions
more accurately, the function calls "cornerSubPix".
You also may use the function "cornerSubPix" with different parameters if
returned coordinates are not accurate enough.
Sample usage of detecting and drawing chessboard corners: <code></p>
<p>// C++ code:</p>
<p>Size patternsize(8,6); //interior number of corners</p>
<p>Mat gray =....; //source image</p>
<p>vector<Point2f> corners; //this will be filled by the detected corners</p>
<p>//CALIB_CB_FAST_CHECK saves a lot of time on images</p>
<p>//that do not contain any chessboard corners</p>
<p>bool patternfound = findChessboardCorners(gray, patternsize, corners,</p>
<p>CALIB_CB_ADAPTIVE_THRESH + CALIB_CB_NORMALIZE_IMAGE</p>
<p>+ CALIB_CB_FAST_CHECK);</p>
<p>if(patternfound)</p>
<p>cornerSubPix(gray, corners, Size(11, 11), Size(-1, -1),</p>
<p>TermCriteria(CV_TERMCRIT_EPS + CV_TERMCRIT_ITER, 30, 0.1));</p>
<p>drawChessboardCorners(img, patternsize, Mat(corners), patternfound);</p>
<p>Note: The function requires white space (like a square-thick border, the
wider the better) around the board to make the detection more robust in
various environments. Otherwise, if there is no border and the background is
dark, the outer black squares cannot be segmented properly and so the square
grouping and ordering algorithm fails.
</code></p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>image</CODE> - Source chessboard view. It must be an 8-bit grayscale or color
image.<DD><CODE>patternSize</CODE> - Number of inner corners per a chessboard row and column
<code>(patternSize = cvSize(points_per_row,points_per_colum) =
cvSize(columns,rows))</code>.<DD><CODE>corners</CODE> - Output array of detected corners.<DD><CODE>flags</CODE> - Various operation flags that can be zero or a combination of the
following values:
<ul>
<li> CV_CALIB_CB_ADAPTIVE_THRESH Use adaptive thresholding to convert the
image to black and white, rather than a fixed threshold level (computed from
the average image brightness).
<li> CV_CALIB_CB_NORMALIZE_IMAGE Normalize the image gamma with
"equalizeHist" before applying fixed or adaptive thresholding.
<li> CV_CALIB_CB_FILTER_QUADS Use additional criteria (like contour area,
perimeter, square-like shape) to filter out false quads extracted at the
contour retrieval stage.
<li> CALIB_CB_FAST_CHECK Run a fast check on the image that looks for
chessboard corners, and shortcut the call if none is found. This can
drastically speed up the call in the degenerate condition when no chessboard
is observed.
</ul><DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#findchessboardcorners">org.opencv.calib3d.Calib3d.findChessboardCorners</a></DL>
</DD>
</DL>
<HR>
<A NAME="findCirclesGridDefault(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat)"><!-- --></A><H3>
findCirclesGridDefault</H3>
<PRE>
public static boolean <B>findCirclesGridDefault</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> image,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> patternSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> centers)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="findCirclesGridDefault(org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, int)"><!-- --></A><H3>
findCirclesGridDefault</H3>
<PRE>
public static boolean <B>findCirclesGridDefault</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> image,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> patternSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> centers,
int flags)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="findFundamentalMat(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f)"><!-- --></A><H3>
findFundamentalMat</H3>
<PRE>
public static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> <B>findFundamentalMat</B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points1,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points2)</PRE>
<DL>
<DD><p>Calculates a fundamental matrix from the corresponding points in two images.</p>
<p>The epipolar geometry is described by the following equation:</p>
<p><em>[p_2; 1]^T F [p_1; 1] = 0</em></p>
<p>where <em>F</em> is a fundamental matrix, <em>p_1</em> and <em>p_2</em> are
corresponding points in the first and the second images, respectively.</p>
<p>The function calculates the fundamental matrix using one of four methods
listed above and returns the found fundamental matrix. Normally just one
matrix is found. But in case of the 7-point algorithm, the function may
return up to 3 solutions (<em>9 x 3</em> matrix that stores all 3 matrices
sequentially).</p>
<p>The calculated fundamental matrix may be passed further to "computeCorrespondEpilines"
that finds the epipolar lines corresponding to the specified points. It can
also be passed to"stereoRectifyUncalibrated" to compute the rectification
transformation.
<code></p>
<p>// C++ code:</p>
<p>// Example. Estimation of fundamental matrix using the RANSAC algorithm</p>
<p>int point_count = 100;</p>
<p>vector<Point2f> points1(point_count);</p>
<p>vector<Point2f> points2(point_count);</p>
<p>// initialize the points here... * /</p>
<p>for(int i = 0; i < point_count; i++)</p>
<p>points1[i] =...;</p>
<p>points2[i] =...;</p>
<p>Mat fundamental_matrix =</p>
<p>findFundamentalMat(points1, points2, FM_RANSAC, 3, 0.99);</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>points1</CODE> - Array of <code>N</code> points from the first image. The point
coordinates should be floating-point (single or double precision).<DD><CODE>points2</CODE> - Array of the second image points of the same size and format
as <code>points1</code>.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#findfundamentalmat">org.opencv.calib3d.Calib3d.findFundamentalMat</a></DL>
</DD>
</DL>
<HR>
<A NAME="findFundamentalMat(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f, int, double, double)"><!-- --></A><H3>
findFundamentalMat</H3>
<PRE>
public static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> <B>findFundamentalMat</B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points1,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points2,
int method,
double param1,
double param2)</PRE>
<DL>
<DD><p>Calculates a fundamental matrix from the corresponding points in two images.</p>
<p>The epipolar geometry is described by the following equation:</p>
<p><em>[p_2; 1]^T F [p_1; 1] = 0</em></p>
<p>where <em>F</em> is a fundamental matrix, <em>p_1</em> and <em>p_2</em> are
corresponding points in the first and the second images, respectively.</p>
<p>The function calculates the fundamental matrix using one of four methods
listed above and returns the found fundamental matrix. Normally just one
matrix is found. But in case of the 7-point algorithm, the function may
return up to 3 solutions (<em>9 x 3</em> matrix that stores all 3 matrices
sequentially).</p>
<p>The calculated fundamental matrix may be passed further to "computeCorrespondEpilines"
that finds the epipolar lines corresponding to the specified points. It can
also be passed to"stereoRectifyUncalibrated" to compute the rectification
transformation.
<code></p>
<p>// C++ code:</p>
<p>// Example. Estimation of fundamental matrix using the RANSAC algorithm</p>
<p>int point_count = 100;</p>
<p>vector<Point2f> points1(point_count);</p>
<p>vector<Point2f> points2(point_count);</p>
<p>// initialize the points here... * /</p>
<p>for(int i = 0; i < point_count; i++)</p>
<p>points1[i] =...;</p>
<p>points2[i] =...;</p>
<p>Mat fundamental_matrix =</p>
<p>findFundamentalMat(points1, points2, FM_RANSAC, 3, 0.99);</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>points1</CODE> - Array of <code>N</code> points from the first image. The point
coordinates should be floating-point (single or double precision).<DD><CODE>points2</CODE> - Array of the second image points of the same size and format
as <code>points1</code>.<DD><CODE>method</CODE> - Method for computing a fundamental matrix.
<ul>
<li> CV_FM_7POINT for a 7-point algorithm. <em>N = 7</em>
<li> CV_FM_8POINT for an 8-point algorithm. <em>N >= 8</em>
<li> CV_FM_RANSAC for the RANSAC algorithm. <em>N >= 8</em>
<li> CV_FM_LMEDS for the LMedS algorithm. <em>N >= 8</em>
</ul><DD><CODE>param1</CODE> - Parameter used for RANSAC. It is the maximum distance from a
point to an epipolar line in pixels, beyond which the point is considered an
outlier and is not used for computing the final fundamental matrix. It can be
set to something like 1-3, depending on the accuracy of the point
localization, image resolution, and the image noise.<DD><CODE>param2</CODE> - Parameter used for the RANSAC or LMedS methods only. It
specifies a desirable level of confidence (probability) that the estimated
matrix is correct.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#findfundamentalmat">org.opencv.calib3d.Calib3d.findFundamentalMat</a></DL>
</DD>
</DL>
<HR>
<A NAME="findFundamentalMat(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f, int, double, double, org.opencv.core.Mat)"><!-- --></A><H3>
findFundamentalMat</H3>
<PRE>
public static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> <B>findFundamentalMat</B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points1,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> points2,
int method,
double param1,
double param2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mask)</PRE>
<DL>
<DD><p>Calculates a fundamental matrix from the corresponding points in two images.</p>
<p>The epipolar geometry is described by the following equation:</p>
<p><em>[p_2; 1]^T F [p_1; 1] = 0</em></p>
<p>where <em>F</em> is a fundamental matrix, <em>p_1</em> and <em>p_2</em> are
corresponding points in the first and the second images, respectively.</p>
<p>The function calculates the fundamental matrix using one of four methods
listed above and returns the found fundamental matrix. Normally just one
matrix is found. But in case of the 7-point algorithm, the function may
return up to 3 solutions (<em>9 x 3</em> matrix that stores all 3 matrices
sequentially).</p>
<p>The calculated fundamental matrix may be passed further to "computeCorrespondEpilines"
that finds the epipolar lines corresponding to the specified points. It can
also be passed to"stereoRectifyUncalibrated" to compute the rectification
transformation.
<code></p>
<p>// C++ code:</p>
<p>// Example. Estimation of fundamental matrix using the RANSAC algorithm</p>
<p>int point_count = 100;</p>
<p>vector<Point2f> points1(point_count);</p>
<p>vector<Point2f> points2(point_count);</p>
<p>// initialize the points here... * /</p>
<p>for(int i = 0; i < point_count; i++)</p>
<p>points1[i] =...;</p>
<p>points2[i] =...;</p>
<p>Mat fundamental_matrix =</p>
<p>findFundamentalMat(points1, points2, FM_RANSAC, 3, 0.99);</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>points1</CODE> - Array of <code>N</code> points from the first image. The point
coordinates should be floating-point (single or double precision).<DD><CODE>points2</CODE> - Array of the second image points of the same size and format
as <code>points1</code>.<DD><CODE>method</CODE> - Method for computing a fundamental matrix.
<ul>
<li> CV_FM_7POINT for a 7-point algorithm. <em>N = 7</em>
<li> CV_FM_8POINT for an 8-point algorithm. <em>N >= 8</em>
<li> CV_FM_RANSAC for the RANSAC algorithm. <em>N >= 8</em>
<li> CV_FM_LMEDS for the LMedS algorithm. <em>N >= 8</em>
</ul><DD><CODE>param1</CODE> - Parameter used for RANSAC. It is the maximum distance from a
point to an epipolar line in pixels, beyond which the point is considered an
outlier and is not used for computing the final fundamental matrix. It can be
set to something like 1-3, depending on the accuracy of the point
localization, image resolution, and the image noise.<DD><CODE>param2</CODE> - Parameter used for the RANSAC or LMedS methods only. It
specifies a desirable level of confidence (probability) that the estimated
matrix is correct.<DD><CODE>mask</CODE> - a mask<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#findfundamentalmat">org.opencv.calib3d.Calib3d.findFundamentalMat</a></DL>
</DD>
</DL>
<HR>
<A NAME="findHomography(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f)"><!-- --></A><H3>
findHomography</H3>
<PRE>
public static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> <B>findHomography</B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> srcPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> dstPoints)</PRE>
<DL>
<DD><p>Finds a perspective transformation between two planes.</p>
<p>The functions find and return the perspective transformation <em>H</em>
between the source and the destination planes:</p>
<p><em>s_i [x'_i y'_i 1] ~ H [x_i y_i 1]</em></p>
<p>so that the back-projection error</p>
<p><em>sum _i(x'_i- (h_11 x_i + h_12 y_i + h_13)/(h_(31) x_i + h_32 y_i +
h_33))^2+ (y'_i- (h_21 x_i + h_22 y_i + h_23)/(h_(31) x_i + h_32 y_i +
h_33))^2</em></p>
<p>is minimized. If the parameter <code>method</code> is set to the default
value 0, the function uses all the point pairs to compute an initial
homography estimate with a simple least-squares scheme.</p>
<p>However, if not all of the point pairs (<em>srcPoints_i</em>,<em>dstPoints_i</em>)
fit the rigid perspective transformation (that is, there are some outliers),
this initial estimate will be poor.
In this case, you can use one of the two robust methods. Both methods,
<code>RANSAC</code> and <code>LMeDS</code>, try many different random subsets
of the corresponding point pairs (of four pairs each), estimate the
homography matrix using this subset and a simple least-square algorithm, and
then compute the quality/goodness of the computed homography (which is the
number of inliers for RANSAC or the median re-projection error for LMeDs).
The best subset is then used to produce the initial estimate of the
homography matrix and the mask of inliers/outliers.</p>
<p>Regardless of the method, robust or not, the computed homography matrix is
refined further (using inliers only in case of a robust method) with the
Levenberg-Marquardt method to reduce the re-projection error even more.</p>
<p>The method <code>RANSAC</code> can handle practically any ratio of outliers
but it needs a threshold to distinguish inliers from outliers.
The method <code>LMeDS</code> does not need any threshold but it works
correctly only when there are more than 50% of inliers. Finally, if there are
no outliers and the noise is rather small, use the default method
(<code>method=0</code>).</p>
<p>The function is used to find initial intrinsic and extrinsic matrices.
Homography matrix is determined up to a scale. Thus, it is normalized so that
<em>h_33=1</em>.</p>
<p>Note:</p>
<ul>
<li> A example on calculating a homography for image matching can be found
at opencv_source_code/samples/cpp/video_homography.cpp
</ul>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>srcPoints</CODE> - Coordinates of the points in the original plane, a matrix of
the type <code>CV_32FC2</code> or <code>vector<Point2f></code>.<DD><CODE>dstPoints</CODE> - Coordinates of the points in the target plane, a matrix of
the type <code>CV_32FC2</code> or a <code>vector<Point2f></code>.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#findhomography">org.opencv.calib3d.Calib3d.findHomography</a>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#warpPerspective(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, int, int, org.opencv.core.Scalar)"><CODE>Imgproc.warpPerspective(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, int, int, org.opencv.core.Scalar)</CODE></A>,
<A HREF="../../../org/opencv/core/Core.html#perspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><CODE>Core.perspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)</CODE></A>,
<A HREF="../../../org/opencv/video/Video.html#estimateRigidTransform(org.opencv.core.Mat, org.opencv.core.Mat, boolean)"><CODE>Video.estimateRigidTransform(org.opencv.core.Mat, org.opencv.core.Mat, boolean)</CODE></A>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#getAffineTransform(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f)"><CODE>Imgproc.getAffineTransform(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f)</CODE></A>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#getPerspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat)"><CODE>Imgproc.getPerspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="findHomography(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f, int, double)"><!-- --></A><H3>
findHomography</H3>
<PRE>
public static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> <B>findHomography</B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> srcPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> dstPoints,
int method,
double ransacReprojThreshold)</PRE>
<DL>
<DD><p>Finds a perspective transformation between two planes.</p>
<p>The functions find and return the perspective transformation <em>H</em>
between the source and the destination planes:</p>
<p><em>s_i [x'_i y'_i 1] ~ H [x_i y_i 1]</em></p>
<p>so that the back-projection error</p>
<p><em>sum _i(x'_i- (h_11 x_i + h_12 y_i + h_13)/(h_(31) x_i + h_32 y_i +
h_33))^2+ (y'_i- (h_21 x_i + h_22 y_i + h_23)/(h_(31) x_i + h_32 y_i +
h_33))^2</em></p>
<p>is minimized. If the parameter <code>method</code> is set to the default
value 0, the function uses all the point pairs to compute an initial
homography estimate with a simple least-squares scheme.</p>
<p>However, if not all of the point pairs (<em>srcPoints_i</em>,<em>dstPoints_i</em>)
fit the rigid perspective transformation (that is, there are some outliers),
this initial estimate will be poor.
In this case, you can use one of the two robust methods. Both methods,
<code>RANSAC</code> and <code>LMeDS</code>, try many different random subsets
of the corresponding point pairs (of four pairs each), estimate the
homography matrix using this subset and a simple least-square algorithm, and
then compute the quality/goodness of the computed homography (which is the
number of inliers for RANSAC or the median re-projection error for LMeDs).
The best subset is then used to produce the initial estimate of the
homography matrix and the mask of inliers/outliers.</p>
<p>Regardless of the method, robust or not, the computed homography matrix is
refined further (using inliers only in case of a robust method) with the
Levenberg-Marquardt method to reduce the re-projection error even more.</p>
<p>The method <code>RANSAC</code> can handle practically any ratio of outliers
but it needs a threshold to distinguish inliers from outliers.
The method <code>LMeDS</code> does not need any threshold but it works
correctly only when there are more than 50% of inliers. Finally, if there are
no outliers and the noise is rather small, use the default method
(<code>method=0</code>).</p>
<p>The function is used to find initial intrinsic and extrinsic matrices.
Homography matrix is determined up to a scale. Thus, it is normalized so that
<em>h_33=1</em>.</p>
<p>Note:</p>
<ul>
<li> A example on calculating a homography for image matching can be found
at opencv_source_code/samples/cpp/video_homography.cpp
</ul>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>srcPoints</CODE> - Coordinates of the points in the original plane, a matrix of
the type <code>CV_32FC2</code> or <code>vector<Point2f></code>.<DD><CODE>dstPoints</CODE> - Coordinates of the points in the target plane, a matrix of
the type <code>CV_32FC2</code> or a <code>vector<Point2f></code>.<DD><CODE>method</CODE> - Method used to computed a homography matrix. The following
methods are possible:
<ul>
<li> 0 - a regular method using all the points
<li> CV_RANSAC - RANSAC-based robust method
<li> CV_LMEDS - Least-Median robust method
</ul><DD><CODE>ransacReprojThreshold</CODE> - Maximum allowed reprojection error to treat a
point pair as an inlier (used in the RANSAC method only). That is, if
<p><em>| dstPoints _i - convertPointsHomogeneous(H * srcPoints _i)| >
ransacReprojThreshold</em></p>
<p>then the point <em>i</em> is considered an outlier. If <code>srcPoints</code>
and <code>dstPoints</code> are measured in pixels, it usually makes sense to
set this parameter somewhere in the range of 1 to 10.</p><DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#findhomography">org.opencv.calib3d.Calib3d.findHomography</a>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#warpPerspective(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, int, int, org.opencv.core.Scalar)"><CODE>Imgproc.warpPerspective(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, int, int, org.opencv.core.Scalar)</CODE></A>,
<A HREF="../../../org/opencv/core/Core.html#perspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><CODE>Core.perspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)</CODE></A>,
<A HREF="../../../org/opencv/video/Video.html#estimateRigidTransform(org.opencv.core.Mat, org.opencv.core.Mat, boolean)"><CODE>Video.estimateRigidTransform(org.opencv.core.Mat, org.opencv.core.Mat, boolean)</CODE></A>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#getAffineTransform(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f)"><CODE>Imgproc.getAffineTransform(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f)</CODE></A>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#getPerspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat)"><CODE>Imgproc.getPerspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="findHomography(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f, int, double, org.opencv.core.Mat)"><!-- --></A><H3>
findHomography</H3>
<PRE>
public static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> <B>findHomography</B>(<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> srcPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> dstPoints,
int method,
double ransacReprojThreshold,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mask)</PRE>
<DL>
<DD><p>Finds a perspective transformation between two planes.</p>
<p>The functions find and return the perspective transformation <em>H</em>
between the source and the destination planes:</p>
<p><em>s_i [x'_i y'_i 1] ~ H [x_i y_i 1]</em></p>
<p>so that the back-projection error</p>
<p><em>sum _i(x'_i- (h_11 x_i + h_12 y_i + h_13)/(h_(31) x_i + h_32 y_i +
h_33))^2+ (y'_i- (h_21 x_i + h_22 y_i + h_23)/(h_(31) x_i + h_32 y_i +
h_33))^2</em></p>
<p>is minimized. If the parameter <code>method</code> is set to the default
value 0, the function uses all the point pairs to compute an initial
homography estimate with a simple least-squares scheme.</p>
<p>However, if not all of the point pairs (<em>srcPoints_i</em>,<em>dstPoints_i</em>)
fit the rigid perspective transformation (that is, there are some outliers),
this initial estimate will be poor.
In this case, you can use one of the two robust methods. Both methods,
<code>RANSAC</code> and <code>LMeDS</code>, try many different random subsets
of the corresponding point pairs (of four pairs each), estimate the
homography matrix using this subset and a simple least-square algorithm, and
then compute the quality/goodness of the computed homography (which is the
number of inliers for RANSAC or the median re-projection error for LMeDs).
The best subset is then used to produce the initial estimate of the
homography matrix and the mask of inliers/outliers.</p>
<p>Regardless of the method, robust or not, the computed homography matrix is
refined further (using inliers only in case of a robust method) with the
Levenberg-Marquardt method to reduce the re-projection error even more.</p>
<p>The method <code>RANSAC</code> can handle practically any ratio of outliers
but it needs a threshold to distinguish inliers from outliers.
The method <code>LMeDS</code> does not need any threshold but it works
correctly only when there are more than 50% of inliers. Finally, if there are
no outliers and the noise is rather small, use the default method
(<code>method=0</code>).</p>
<p>The function is used to find initial intrinsic and extrinsic matrices.
Homography matrix is determined up to a scale. Thus, it is normalized so that
<em>h_33=1</em>.</p>
<p>Note:</p>
<ul>
<li> A example on calculating a homography for image matching can be found
at opencv_source_code/samples/cpp/video_homography.cpp
</ul>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>srcPoints</CODE> - Coordinates of the points in the original plane, a matrix of
the type <code>CV_32FC2</code> or <code>vector<Point2f></code>.<DD><CODE>dstPoints</CODE> - Coordinates of the points in the target plane, a matrix of
the type <code>CV_32FC2</code> or a <code>vector<Point2f></code>.<DD><CODE>method</CODE> - Method used to computed a homography matrix. The following
methods are possible:
<ul>
<li> 0 - a regular method using all the points
<li> CV_RANSAC - RANSAC-based robust method
<li> CV_LMEDS - Least-Median robust method
</ul><DD><CODE>ransacReprojThreshold</CODE> - Maximum allowed reprojection error to treat a
point pair as an inlier (used in the RANSAC method only). That is, if
<p><em>| dstPoints _i - convertPointsHomogeneous(H * srcPoints _i)| >
ransacReprojThreshold</em></p>
<p>then the point <em>i</em> is considered an outlier. If <code>srcPoints</code>
and <code>dstPoints</code> are measured in pixels, it usually makes sense to
set this parameter somewhere in the range of 1 to 10.</p><DD><CODE>mask</CODE> - Optional output mask set by a robust method (<code>CV_RANSAC</code>
or <code>CV_LMEDS</code>). Note that the input mask values are ignored.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#findhomography">org.opencv.calib3d.Calib3d.findHomography</a>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#warpPerspective(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, int, int, org.opencv.core.Scalar)"><CODE>Imgproc.warpPerspective(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, int, int, org.opencv.core.Scalar)</CODE></A>,
<A HREF="../../../org/opencv/core/Core.html#perspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><CODE>Core.perspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)</CODE></A>,
<A HREF="../../../org/opencv/video/Video.html#estimateRigidTransform(org.opencv.core.Mat, org.opencv.core.Mat, boolean)"><CODE>Video.estimateRigidTransform(org.opencv.core.Mat, org.opencv.core.Mat, boolean)</CODE></A>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#getAffineTransform(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f)"><CODE>Imgproc.getAffineTransform(org.opencv.core.MatOfPoint2f, org.opencv.core.MatOfPoint2f)</CODE></A>,
<A HREF="../../../org/opencv/imgproc/Imgproc.html#getPerspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat)"><CODE>Imgproc.getPerspectiveTransform(org.opencv.core.Mat, org.opencv.core.Mat)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getOptimalNewCameraMatrix(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, double)"><!-- --></A><H3>
getOptimalNewCameraMatrix</H3>
<PRE>
public static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> <B>getOptimalNewCameraMatrix</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
double alpha)</PRE>
<DL>
<DD><p>Returns the new camera matrix based on the free scaling parameter.</p>
<p>The function computes and returns the optimal new camera matrix based on the
free scaling parameter. By varying this parameter, you may retrieve only
sensible pixels <code>alpha=0</code>, keep all the original image pixels if
there is valuable information in the corners <code>alpha=1</code>, or get
something in between. When <code>alpha>0</code>, the undistortion result is
likely to have some black pixels corresponding to "virtual" pixels outside of
the captured distorted image. The original camera matrix, distortion
coefficients, the computed new camera matrix, and <code>newImageSize</code>
should be passed to "initUndistortRectifyMap" to produce the maps for
"remap".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cameraMatrix</CODE> - Input camera matrix.<DD><CODE>distCoeffs</CODE> - Input vector of distortion coefficients <em>(k_1, k_2, p_1,
p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements. If the vector is
NULL/empty, the zero distortion coefficients are assumed.<DD><CODE>imageSize</CODE> - Original image size.<DD><CODE>alpha</CODE> - Free scaling parameter between 0 (when all the pixels in the
undistorted image are valid) and 1 (when all the source image pixels are
retained in the undistorted image). See "stereoRectify" for details.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#getoptimalnewcameramatrix">org.opencv.calib3d.Calib3d.getOptimalNewCameraMatrix</a></DL>
</DD>
</DL>
<HR>
<A NAME="getOptimalNewCameraMatrix(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, double, org.opencv.core.Size, org.opencv.core.Rect, boolean)"><!-- --></A><H3>
getOptimalNewCameraMatrix</H3>
<PRE>
public static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> <B>getOptimalNewCameraMatrix</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
double alpha,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> newImgSize,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> validPixROI,
boolean centerPrincipalPoint)</PRE>
<DL>
<DD><p>Returns the new camera matrix based on the free scaling parameter.</p>
<p>The function computes and returns the optimal new camera matrix based on the
free scaling parameter. By varying this parameter, you may retrieve only
sensible pixels <code>alpha=0</code>, keep all the original image pixels if
there is valuable information in the corners <code>alpha=1</code>, or get
something in between. When <code>alpha>0</code>, the undistortion result is
likely to have some black pixels corresponding to "virtual" pixels outside of
the captured distorted image. The original camera matrix, distortion
coefficients, the computed new camera matrix, and <code>newImageSize</code>
should be passed to "initUndistortRectifyMap" to produce the maps for
"remap".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cameraMatrix</CODE> - Input camera matrix.<DD><CODE>distCoeffs</CODE> - Input vector of distortion coefficients <em>(k_1, k_2, p_1,
p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements. If the vector is
NULL/empty, the zero distortion coefficients are assumed.<DD><CODE>imageSize</CODE> - Original image size.<DD><CODE>alpha</CODE> - Free scaling parameter between 0 (when all the pixels in the
undistorted image are valid) and 1 (when all the source image pixels are
retained in the undistorted image). See "stereoRectify" for details.<DD><CODE>newImgSize</CODE> - a newImgSize<DD><CODE>validPixROI</CODE> - Optional output rectangle that outlines all-good-pixels
region in the undistorted image. See <code>roi1, roi2</code> description in
"stereoRectify".<DD><CODE>centerPrincipalPoint</CODE> - Optional flag that indicates whether in the new
camera matrix the principal point should be at the image center or not. By
default, the principal point is chosen to best fit a subset of the source
image (determined by <code>alpha</code>) to the corrected image.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#getoptimalnewcameramatrix">org.opencv.calib3d.Calib3d.getOptimalNewCameraMatrix</a></DL>
</DD>
</DL>
<HR>
<A NAME="getValidDisparityROI(org.opencv.core.Rect, org.opencv.core.Rect, int, int, int)"><!-- --></A><H3>
getValidDisparityROI</H3>
<PRE>
public static <A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> <B>getValidDisparityROI</B>(<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> roi1,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> roi2,
int minDisparity,
int numberOfDisparities,
int SADWindowSize)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="initCameraMatrix2D(java.util.List, java.util.List, org.opencv.core.Size)"><!-- --></A><H3>
initCameraMatrix2D</H3>
<PRE>
public static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> <B>initCameraMatrix2D</B>(java.util.List<<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A>> imagePoints,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize)</PRE>
<DL>
<DD><p>Finds an initial camera matrix from 3D-2D point correspondences.</p>
<p>The function estimates and returns an initial camera matrix for the camera
calibration process.
Currently, the function only supports planar calibration patterns, which are
patterns where each object point has z-coordinate =0.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - Vector of vectors of the calibration pattern points in
the calibration pattern coordinate space. In the old interface all the
per-view vectors are concatenated. See "calibrateCamera" for details.<DD><CODE>imagePoints</CODE> - Vector of vectors of the projections of the calibration
pattern points. In the old interface all the per-view vectors are
concatenated.<DD><CODE>imageSize</CODE> - Image size in pixels used to initialize the principal point.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#initcameramatrix2d">org.opencv.calib3d.Calib3d.initCameraMatrix2D</a></DL>
</DD>
</DL>
<HR>
<A NAME="initCameraMatrix2D(java.util.List, java.util.List, org.opencv.core.Size, double)"><!-- --></A><H3>
initCameraMatrix2D</H3>
<PRE>
public static <A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> <B>initCameraMatrix2D</B>(java.util.List<<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A>> imagePoints,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
double aspectRatio)</PRE>
<DL>
<DD><p>Finds an initial camera matrix from 3D-2D point correspondences.</p>
<p>The function estimates and returns an initial camera matrix for the camera
calibration process.
Currently, the function only supports planar calibration patterns, which are
patterns where each object point has z-coordinate =0.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - Vector of vectors of the calibration pattern points in
the calibration pattern coordinate space. In the old interface all the
per-view vectors are concatenated. See "calibrateCamera" for details.<DD><CODE>imagePoints</CODE> - Vector of vectors of the projections of the calibration
pattern points. In the old interface all the per-view vectors are
concatenated.<DD><CODE>imageSize</CODE> - Image size in pixels used to initialize the principal point.<DD><CODE>aspectRatio</CODE> - If it is zero or negative, both <em>f_x</em> and
<em>f_y</em> are estimated independently. Otherwise, <em>f_x = f_y *
aspectRatio</em>.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#initcameramatrix2d">org.opencv.calib3d.Calib3d.initCameraMatrix2D</a></DL>
</DD>
</DL>
<HR>
<A NAME="matMulDeriv(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
matMulDeriv</H3>
<PRE>
public static void <B>matMulDeriv</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> A,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> B,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dABdA,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dABdB)</PRE>
<DL>
<DD><p>Computes partial derivatives of the matrix product for each multiplied
matrix.</p>
<p>The function computes partial derivatives of the elements of the matrix
product <em>A*B</em> with regard to the elements of each of the two input
matrices. The function is used to compute the Jacobian matrices in
"stereoCalibrate" but can also be used in any other similar optimization
function.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>A</CODE> - First multiplied matrix.<DD><CODE>B</CODE> - Second multiplied matrix.<DD><CODE>dABdA</CODE> - First output derivative matrix <code>d(A*B)/dA</code> of size
<em>A.rows*B.cols x (A.rows*A.cols)</em>.<DD><CODE>dABdB</CODE> - Second output derivative matrix <code>d(A*B)/dB</code> of size
<em>A.rows*B.cols x (B.rows*B.cols)</em>.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#matmulderiv">org.opencv.calib3d.Calib3d.matMulDeriv</a></DL>
</DD>
</DL>
<HR>
<A NAME="projectPoints(org.opencv.core.MatOfPoint3f, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.MatOfPoint2f)"><!-- --></A><H3>
projectPoints</H3>
<PRE>
public static void <B>projectPoints</B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints)</PRE>
<DL>
<DD><p>Projects 3D points to an image plane.</p>
<p>The function computes projections of 3D points to the image plane given
intrinsic and extrinsic camera parameters. Optionally, the function computes
Jacobians - matrices of partial derivatives of image points coordinates (as
functions of all the input parameters) with respect to the particular
parameters, intrinsic and/or extrinsic. The Jacobians are used during the
global optimization in "calibrateCamera", "solvePnP", and "stereoCalibrate".
The function itself can also be used to compute a re-projection error given
the current intrinsic and extrinsic parameters.</p>
<p>Note: By setting <code>rvec=tvec=(0,0,0)</code> or by setting
<code>cameraMatrix</code> to a 3x3 identity matrix, or by passing zero
distortion coefficients, you can get various useful partial cases of the
function. This means that you can compute the distorted coordinates for a
sparse set of points or apply a perspective transformation (and also compute
the derivatives) in the ideal zero-distortion setup.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - Array of object points, 3xN/Nx3 1-channel or 1xN/Nx1
3-channel (or <code>vector<Point3f></code>), where N is the number of points
in the view.<DD><CODE>rvec</CODE> - Rotation vector. See "Rodrigues" for details.<DD><CODE>tvec</CODE> - Translation vector.<DD><CODE>cameraMatrix</CODE> - Camera matrix <em>A =
<p>|f_x 0 c_x|
|0 f_y c_y|
|0 0 _1|
</em>.</p><DD><CODE>distCoeffs</CODE> - Input vector of distortion coefficients <em>(k_1, k_2, p_1,
p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements. If the vector is
NULL/empty, the zero distortion coefficients are assumed.<DD><CODE>imagePoints</CODE> - Output array of image points, 2xN/Nx2 1-channel or 1xN/Nx1
2-channel, or <code>vector<Point2f></code>.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#projectpoints">org.opencv.calib3d.Calib3d.projectPoints</a></DL>
</DD>
</DL>
<HR>
<A NAME="projectPoints(org.opencv.core.MatOfPoint3f, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, double)"><!-- --></A><H3>
projectPoints</H3>
<PRE>
public static void <B>projectPoints</B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> jacobian,
double aspectRatio)</PRE>
<DL>
<DD><p>Projects 3D points to an image plane.</p>
<p>The function computes projections of 3D points to the image plane given
intrinsic and extrinsic camera parameters. Optionally, the function computes
Jacobians - matrices of partial derivatives of image points coordinates (as
functions of all the input parameters) with respect to the particular
parameters, intrinsic and/or extrinsic. The Jacobians are used during the
global optimization in "calibrateCamera", "solvePnP", and "stereoCalibrate".
The function itself can also be used to compute a re-projection error given
the current intrinsic and extrinsic parameters.</p>
<p>Note: By setting <code>rvec=tvec=(0,0,0)</code> or by setting
<code>cameraMatrix</code> to a 3x3 identity matrix, or by passing zero
distortion coefficients, you can get various useful partial cases of the
function. This means that you can compute the distorted coordinates for a
sparse set of points or apply a perspective transformation (and also compute
the derivatives) in the ideal zero-distortion setup.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - Array of object points, 3xN/Nx3 1-channel or 1xN/Nx1
3-channel (or <code>vector<Point3f></code>), where N is the number of points
in the view.<DD><CODE>rvec</CODE> - Rotation vector. See "Rodrigues" for details.<DD><CODE>tvec</CODE> - Translation vector.<DD><CODE>cameraMatrix</CODE> - Camera matrix <em>A =
<p>|f_x 0 c_x|
|0 f_y c_y|
|0 0 _1|
</em>.</p><DD><CODE>distCoeffs</CODE> - Input vector of distortion coefficients <em>(k_1, k_2, p_1,
p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements. If the vector is
NULL/empty, the zero distortion coefficients are assumed.<DD><CODE>imagePoints</CODE> - Output array of image points, 2xN/Nx2 1-channel or 1xN/Nx1
2-channel, or <code>vector<Point2f></code>.<DD><CODE>jacobian</CODE> - Optional output 2Nx(10+<numDistCoeffs>) jacobian matrix of
derivatives of image points with respect to components of the rotation
vector, translation vector, focal lengths, coordinates of the principal point
and the distortion coefficients. In the old interface different components of
the jacobian are returned via different output parameters.<DD><CODE>aspectRatio</CODE> - Optional "fixed aspect ratio" parameter. If the parameter
is not 0, the function assumes that the aspect ratio (*fx/fy*) is fixed and
correspondingly adjusts the jacobian matrix.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#projectpoints">org.opencv.calib3d.Calib3d.projectPoints</a></DL>
</DD>
</DL>
<HR>
<A NAME="rectify3Collinear(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, java.util.List, java.util.List, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, double, org.opencv.core.Size, org.opencv.core.Rect, org.opencv.core.Rect, int)"><!-- --></A><H3>
rectify3Collinear</H3>
<PRE>
public static float <B>rectify3Collinear</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs3,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imgpt1,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imgpt3,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R12,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T12,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R13,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T13,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P3,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q,
double alpha,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> newImgSize,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> roi1,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> roi2,
int flags)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="reprojectImageTo3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
reprojectImageTo3D</H3>
<PRE>
public static void <B>reprojectImageTo3D</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> disparity,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> _3dImage,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q)</PRE>
<DL>
<DD><p>Reprojects a disparity image to 3D space.</p>
<p>The function transforms a single-channel disparity map to a 3-channel image
representing a 3D surface. That is, for each pixel <code>(x,y)</code> andthe
corresponding disparity <code>d=disparity(x,y)</code>, it computes:</p>
<p><em>[X Y Z W]^T = Q *[x y disparity(x,y) 1]^T
_3dImage(x,y) = (X/W, Y/W, Z/W) </em></p>
<p>The matrix <code>Q</code> can be an arbitrary <em>4 x 4</em> matrix (for
example, the one computed by "stereoRectify"). To reproject a sparse set of
points {(x,y,d),...} to 3D space, use "perspectiveTransform".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>disparity</CODE> - Input single-channel 8-bit unsigned, 16-bit signed, 32-bit
signed or 32-bit floating-point disparity image.<DD><CODE>_3dImage</CODE> - Output 3-channel floating-point image of the same size as
<code>disparity</code>. Each element of <code>_3dImage(x,y)</code> contains
3D coordinates of the point <code>(x,y)</code> computed from the disparity
map.<DD><CODE>Q</CODE> - <em>4 x 4</em> perspective transformation matrix that can be
obtained with "stereoRectify".<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#reprojectimageto3d">org.opencv.calib3d.Calib3d.reprojectImageTo3D</a></DL>
</DD>
</DL>
<HR>
<A NAME="reprojectImageTo3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, boolean)"><!-- --></A><H3>
reprojectImageTo3D</H3>
<PRE>
public static void <B>reprojectImageTo3D</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> disparity,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> _3dImage,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q,
boolean handleMissingValues)</PRE>
<DL>
<DD><p>Reprojects a disparity image to 3D space.</p>
<p>The function transforms a single-channel disparity map to a 3-channel image
representing a 3D surface. That is, for each pixel <code>(x,y)</code> andthe
corresponding disparity <code>d=disparity(x,y)</code>, it computes:</p>
<p><em>[X Y Z W]^T = Q *[x y disparity(x,y) 1]^T
_3dImage(x,y) = (X/W, Y/W, Z/W) </em></p>
<p>The matrix <code>Q</code> can be an arbitrary <em>4 x 4</em> matrix (for
example, the one computed by "stereoRectify"). To reproject a sparse set of
points {(x,y,d),...} to 3D space, use "perspectiveTransform".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>disparity</CODE> - Input single-channel 8-bit unsigned, 16-bit signed, 32-bit
signed or 32-bit floating-point disparity image.<DD><CODE>_3dImage</CODE> - Output 3-channel floating-point image of the same size as
<code>disparity</code>. Each element of <code>_3dImage(x,y)</code> contains
3D coordinates of the point <code>(x,y)</code> computed from the disparity
map.<DD><CODE>Q</CODE> - <em>4 x 4</em> perspective transformation matrix that can be
obtained with "stereoRectify".<DD><CODE>handleMissingValues</CODE> - Indicates, whether the function should handle
missing values (i.e. points where the disparity was not computed). If
<code>handleMissingValues=true</code>, then pixels with the minimal disparity
that corresponds to the outliers (see :ocv:funcx:"StereoBM.operator()") are
transformed to 3D points with a very large Z value (currently set to 10000).<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#reprojectimageto3d">org.opencv.calib3d.Calib3d.reprojectImageTo3D</a></DL>
</DD>
</DL>
<HR>
<A NAME="reprojectImageTo3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)"><!-- --></A><H3>
reprojectImageTo3D</H3>
<PRE>
public static void <B>reprojectImageTo3D</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> disparity,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> _3dImage,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q,
boolean handleMissingValues,
int ddepth)</PRE>
<DL>
<DD><p>Reprojects a disparity image to 3D space.</p>
<p>The function transforms a single-channel disparity map to a 3-channel image
representing a 3D surface. That is, for each pixel <code>(x,y)</code> andthe
corresponding disparity <code>d=disparity(x,y)</code>, it computes:</p>
<p><em>[X Y Z W]^T = Q *[x y disparity(x,y) 1]^T
_3dImage(x,y) = (X/W, Y/W, Z/W) </em></p>
<p>The matrix <code>Q</code> can be an arbitrary <em>4 x 4</em> matrix (for
example, the one computed by "stereoRectify"). To reproject a sparse set of
points {(x,y,d),...} to 3D space, use "perspectiveTransform".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>disparity</CODE> - Input single-channel 8-bit unsigned, 16-bit signed, 32-bit
signed or 32-bit floating-point disparity image.<DD><CODE>_3dImage</CODE> - Output 3-channel floating-point image of the same size as
<code>disparity</code>. Each element of <code>_3dImage(x,y)</code> contains
3D coordinates of the point <code>(x,y)</code> computed from the disparity
map.<DD><CODE>Q</CODE> - <em>4 x 4</em> perspective transformation matrix that can be
obtained with "stereoRectify".<DD><CODE>handleMissingValues</CODE> - Indicates, whether the function should handle
missing values (i.e. points where the disparity was not computed). If
<code>handleMissingValues=true</code>, then pixels with the minimal disparity
that corresponds to the outliers (see :ocv:funcx:"StereoBM.operator()") are
transformed to 3D points with a very large Z value (currently set to 10000).<DD><CODE>ddepth</CODE> - The optional output array depth. If it is <code>-1</code>, the
output image will have <code>CV_32F</code> depth. <code>ddepth</code> can
also be set to <code>CV_16S</code>, <code>CV_32S</code> or <code>CV_32F</code>.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#reprojectimageto3d">org.opencv.calib3d.Calib3d.reprojectImageTo3D</a></DL>
</DD>
</DL>
<HR>
<A NAME="Rodrigues(org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
Rodrigues</H3>
<PRE>
public static void <B>Rodrigues</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst)</PRE>
<DL>
<DD><p>Converts a rotation matrix to a rotation vector or vice versa.</p>
<p><em>theta <- norm(r)
r <- r/ theta
R = cos(theta) I + (1- cos(theta)) r r^T + sin(theta)
|0 -r_z r_y|
|r_z 0 -r_x|
|-r_y r_x 0|
</em></p>
<p>Inverse transformation can be also done easily, since</p>
<p><em>sin(theta)
|0 -r_z r_y|
|r_z 0 -r_x|
|-r_y r_x 0|
= (R - R^T)/2</em></p>
<p>A rotation vector is a convenient and most compact representation of a
rotation matrix (since any rotation matrix has just 3 degrees of freedom).
The representation is used in the global 3D geometry optimization procedures
like "calibrateCamera", "stereoCalibrate", or "solvePnP".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>src</CODE> - Input rotation vector (3x1 or 1x3) or rotation matrix (3x3).<DD><CODE>dst</CODE> - Output rotation matrix (3x3) or rotation vector (3x1 or 1x3),
respectively.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#rodrigues">org.opencv.calib3d.Calib3d.Rodrigues</a></DL>
</DD>
</DL>
<HR>
<A NAME="Rodrigues(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
Rodrigues</H3>
<PRE>
public static void <B>Rodrigues</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> dst,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> jacobian)</PRE>
<DL>
<DD><p>Converts a rotation matrix to a rotation vector or vice versa.</p>
<p><em>theta <- norm(r)
r <- r/ theta
R = cos(theta) I + (1- cos(theta)) r r^T + sin(theta)
|0 -r_z r_y|
|r_z 0 -r_x|
|-r_y r_x 0|
</em></p>
<p>Inverse transformation can be also done easily, since</p>
<p><em>sin(theta)
|0 -r_z r_y|
|r_z 0 -r_x|
|-r_y r_x 0|
= (R - R^T)/2</em></p>
<p>A rotation vector is a convenient and most compact representation of a
rotation matrix (since any rotation matrix has just 3 degrees of freedom).
The representation is used in the global 3D geometry optimization procedures
like "calibrateCamera", "stereoCalibrate", or "solvePnP".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>src</CODE> - Input rotation vector (3x1 or 1x3) or rotation matrix (3x3).<DD><CODE>dst</CODE> - Output rotation matrix (3x3) or rotation vector (3x1 or 1x3),
respectively.<DD><CODE>jacobian</CODE> - Optional output Jacobian matrix, 3x9 or 9x3, which is a
matrix of partial derivatives of the output array components with respect to
the input array components.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#rodrigues">org.opencv.calib3d.Calib3d.Rodrigues</a></DL>
</DD>
</DL>
<HR>
<A NAME="RQDecomp3x3(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
RQDecomp3x3</H3>
<PRE>
public static double[] <B>RQDecomp3x3</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mtxR,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mtxQ)</PRE>
<DL>
<DD><p>Computes an RQ decomposition of 3x3 matrices.</p>
<p>The function computes a RQ decomposition using the given rotations. This
function is used in "decomposeProjectionMatrix" to decompose the left 3x3
submatrix of a projection matrix into a camera and a rotation matrix.</p>
<p>It optionally returns three rotation matrices, one for each axis, and the
three Euler angles in degrees (as the return value) that could be used in
OpenGL. Note, there is always more than one sequence of rotations about the
three principle axes that results in the same orientation of an object, eg.
see [Slabaugh]. Returned tree rotation matrices and corresponding three Euler
angules are only one of the possible solutions.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>src</CODE> - 3x3 input matrix.<DD><CODE>mtxR</CODE> - Output 3x3 upper-triangular matrix.<DD><CODE>mtxQ</CODE> - Output 3x3 orthogonal matrix.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#rqdecomp3x3">org.opencv.calib3d.Calib3d.RQDecomp3x3</a></DL>
</DD>
</DL>
<HR>
<A NAME="RQDecomp3x3(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
RQDecomp3x3</H3>
<PRE>
public static double[] <B>RQDecomp3x3</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> src,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mtxR,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> mtxQ,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Qx,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Qy,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Qz)</PRE>
<DL>
<DD><p>Computes an RQ decomposition of 3x3 matrices.</p>
<p>The function computes a RQ decomposition using the given rotations. This
function is used in "decomposeProjectionMatrix" to decompose the left 3x3
submatrix of a projection matrix into a camera and a rotation matrix.</p>
<p>It optionally returns three rotation matrices, one for each axis, and the
three Euler angles in degrees (as the return value) that could be used in
OpenGL. Note, there is always more than one sequence of rotations about the
three principle axes that results in the same orientation of an object, eg.
see [Slabaugh]. Returned tree rotation matrices and corresponding three Euler
angules are only one of the possible solutions.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>src</CODE> - 3x3 input matrix.<DD><CODE>mtxR</CODE> - Output 3x3 upper-triangular matrix.<DD><CODE>mtxQ</CODE> - Output 3x3 orthogonal matrix.<DD><CODE>Qx</CODE> - Optional output 3x3 rotation matrix around x-axis.<DD><CODE>Qy</CODE> - Optional output 3x3 rotation matrix around y-axis.<DD><CODE>Qz</CODE> - Optional output 3x3 rotation matrix around z-axis.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#rqdecomp3x3">org.opencv.calib3d.Calib3d.RQDecomp3x3</a></DL>
</DD>
</DL>
<HR>
<A NAME="solvePnP(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
solvePnP</H3>
<PRE>
public static boolean <B>solvePnP</B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec)</PRE>
<DL>
<DD><p>Finds an object pose from 3D-2D point correspondences.</p>
<p>The function estimates the object pose given a set of object points, their
corresponding image projections, as well as the camera matrix and the
distortion coefficients.</p>
<p>Note:</p>
<ul>
<li> An example of how to use solvePNP for planar augmented reality can be
found at opencv_source_code/samples/python2/plane_ar.py
</ul>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - Array of object points in the object coordinate space,
3xN/Nx3 1-channel or 1xN/Nx1 3-channel, where N is the number of points.
<code>vector<Point3f></code> can be also passed here.<DD><CODE>imagePoints</CODE> - Array of corresponding image points, 2xN/Nx2 1-channel or
1xN/Nx1 2-channel, where N is the number of points. <code>vector<Point2f></code>
can be also passed here.<DD><CODE>cameraMatrix</CODE> - Input camera matrix <em>A =
<p>|fx 0 cx|
|0 fy cy|
|0 0 1|
</em>.</p><DD><CODE>distCoeffs</CODE> - Input vector of distortion coefficients <em>(k_1, k_2, p_1,
p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements. If the vector is
NULL/empty, the zero distortion coefficients are assumed.<DD><CODE>rvec</CODE> - Output rotation vector (see "Rodrigues") that, together with
<code>tvec</code>, brings points from the model coordinate system to the
camera coordinate system.<DD><CODE>tvec</CODE> - Output translation vector.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#solvepnp">org.opencv.calib3d.Calib3d.solvePnP</a></DL>
</DD>
</DL>
<HR>
<A NAME="solvePnP(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)"><!-- --></A><H3>
solvePnP</H3>
<PRE>
public static boolean <B>solvePnP</B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec,
boolean useExtrinsicGuess,
int flags)</PRE>
<DL>
<DD><p>Finds an object pose from 3D-2D point correspondences.</p>
<p>The function estimates the object pose given a set of object points, their
corresponding image projections, as well as the camera matrix and the
distortion coefficients.</p>
<p>Note:</p>
<ul>
<li> An example of how to use solvePNP for planar augmented reality can be
found at opencv_source_code/samples/python2/plane_ar.py
</ul>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - Array of object points in the object coordinate space,
3xN/Nx3 1-channel or 1xN/Nx1 3-channel, where N is the number of points.
<code>vector<Point3f></code> can be also passed here.<DD><CODE>imagePoints</CODE> - Array of corresponding image points, 2xN/Nx2 1-channel or
1xN/Nx1 2-channel, where N is the number of points. <code>vector<Point2f></code>
can be also passed here.<DD><CODE>cameraMatrix</CODE> - Input camera matrix <em>A =
<p>|fx 0 cx|
|0 fy cy|
|0 0 1|
</em>.</p><DD><CODE>distCoeffs</CODE> - Input vector of distortion coefficients <em>(k_1, k_2, p_1,
p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements. If the vector is
NULL/empty, the zero distortion coefficients are assumed.<DD><CODE>rvec</CODE> - Output rotation vector (see "Rodrigues") that, together with
<code>tvec</code>, brings points from the model coordinate system to the
camera coordinate system.<DD><CODE>tvec</CODE> - Output translation vector.<DD><CODE>useExtrinsicGuess</CODE> - If true (1), the function uses the provided
<code>rvec</code> and <code>tvec</code> values as initial approximations of
the rotation and translation vectors, respectively, and further optimizes
them.<DD><CODE>flags</CODE> - Method for solving a PnP problem:
<ul>
<li> CV_ITERATIVE Iterative method is based on Levenberg-Marquardt
optimization. In this case the function finds such a pose that minimizes
reprojection error, that is the sum of squared distances between the observed
projections <code>imagePoints</code> and the projected (using
"projectPoints") <code>objectPoints</code>.
<li> CV_P3P Method is based on the paper of X.S. Gao, X.-R. Hou, J. Tang,
H.-F. Chang "Complete Solution Classification for the Perspective-Three-Point
Problem". In this case the function requires exactly four object and image
points.
<li> CV_EPNP Method has been introduced by F.Moreno-Noguer, V.Lepetit and
P.Fua in the paper "EPnP: Efficient Perspective-n-Point Camera Pose
Estimation".
</ul><DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#solvepnp">org.opencv.calib3d.Calib3d.solvePnP</a></DL>
</DD>
</DL>
<HR>
<A NAME="solvePnPRansac(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
solvePnPRansac</H3>
<PRE>
public static void <B>solvePnPRansac</B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec)</PRE>
<DL>
<DD><p>Finds an object pose from 3D-2D point correspondences using the RANSAC
scheme.</p>
<p>The function estimates an object pose given a set of object points, their
corresponding image projections, as well as the camera matrix and the
distortion coefficients. This function finds such a pose that minimizes
reprojection error, that is, the sum of squared distances between the
observed projections <code>imagePoints</code> and the projected (using
"projectPoints") <code>objectPoints</code>. The use of RANSAC makes the
function resistant to outliers. The function is parallelized with the TBB
library.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - Array of object points in the object coordinate space,
3xN/Nx3 1-channel or 1xN/Nx1 3-channel, where N is the number of points.
<code>vector<Point3f></code> can be also passed here.<DD><CODE>imagePoints</CODE> - Array of corresponding image points, 2xN/Nx2 1-channel or
1xN/Nx1 2-channel, where N is the number of points. <code>vector<Point2f></code>
can be also passed here.<DD><CODE>cameraMatrix</CODE> - Input camera matrix <em>A =
<p>|fx 0 cx|
|0 fy cy|
|0 0 1|
</em>.</p><DD><CODE>distCoeffs</CODE> - Input vector of distortion coefficients <em>(k_1, k_2, p_1,
p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements. If the vector is
NULL/empty, the zero distortion coefficients are assumed.<DD><CODE>rvec</CODE> - Output rotation vector (see "Rodrigues") that, together with
<code>tvec</code>, brings points from the model coordinate system to the
camera coordinate system.<DD><CODE>tvec</CODE> - Output translation vector.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#solvepnpransac">org.opencv.calib3d.Calib3d.solvePnPRansac</a></DL>
</DD>
</DL>
<HR>
<A NAME="solvePnPRansac(org.opencv.core.MatOfPoint3f, org.opencv.core.MatOfPoint2f, org.opencv.core.Mat, org.opencv.core.MatOfDouble, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int, float, int, org.opencv.core.Mat, int)"><!-- --></A><H3>
solvePnPRansac</H3>
<PRE>
public static void <B>solvePnPRansac</B>(<A HREF="../../../org/opencv/core/MatOfPoint3f.html" title="class in org.opencv.core">MatOfPoint3f</A> objectPoints,
<A HREF="../../../org/opencv/core/MatOfPoint2f.html" title="class in org.opencv.core">MatOfPoint2f</A> imagePoints,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix,
<A HREF="../../../org/opencv/core/MatOfDouble.html" title="class in org.opencv.core">MatOfDouble</A> distCoeffs,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> rvec,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> tvec,
boolean useExtrinsicGuess,
int iterationsCount,
float reprojectionError,
int minInliersCount,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> inliers,
int flags)</PRE>
<DL>
<DD><p>Finds an object pose from 3D-2D point correspondences using the RANSAC
scheme.</p>
<p>The function estimates an object pose given a set of object points, their
corresponding image projections, as well as the camera matrix and the
distortion coefficients. This function finds such a pose that minimizes
reprojection error, that is, the sum of squared distances between the
observed projections <code>imagePoints</code> and the projected (using
"projectPoints") <code>objectPoints</code>. The use of RANSAC makes the
function resistant to outliers. The function is parallelized with the TBB
library.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - Array of object points in the object coordinate space,
3xN/Nx3 1-channel or 1xN/Nx1 3-channel, where N is the number of points.
<code>vector<Point3f></code> can be also passed here.<DD><CODE>imagePoints</CODE> - Array of corresponding image points, 2xN/Nx2 1-channel or
1xN/Nx1 2-channel, where N is the number of points. <code>vector<Point2f></code>
can be also passed here.<DD><CODE>cameraMatrix</CODE> - Input camera matrix <em>A =
<p>|fx 0 cx|
|0 fy cy|
|0 0 1|
</em>.</p><DD><CODE>distCoeffs</CODE> - Input vector of distortion coefficients <em>(k_1, k_2, p_1,
p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements. If the vector is
NULL/empty, the zero distortion coefficients are assumed.<DD><CODE>rvec</CODE> - Output rotation vector (see "Rodrigues") that, together with
<code>tvec</code>, brings points from the model coordinate system to the
camera coordinate system.<DD><CODE>tvec</CODE> - Output translation vector.<DD><CODE>useExtrinsicGuess</CODE> - If true (1), the function uses the provided
<code>rvec</code> and <code>tvec</code> values as initial approximations of
the rotation and translation vectors, respectively, and further optimizes
them.<DD><CODE>iterationsCount</CODE> - Number of iterations.<DD><CODE>reprojectionError</CODE> - Inlier threshold value used by the RANSAC procedure.
The parameter value is the maximum allowed distance between the observed and
computed point projections to consider it an inlier.<DD><CODE>minInliersCount</CODE> - Number of inliers. If the algorithm at some stage
finds more inliers than <code>minInliersCount</code>, it finishes.<DD><CODE>inliers</CODE> - Output vector that contains indices of inliers in
<code>objectPoints</code> and <code>imagePoints</code>.<DD><CODE>flags</CODE> - Method for solving a PnP problem (see "solvePnP").<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#solvepnpransac">org.opencv.calib3d.Calib3d.solvePnPRansac</a></DL>
</DD>
</DL>
<HR>
<A NAME="stereoCalibrate(java.util.List, java.util.List, java.util.List, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
stereoCalibrate</H3>
<PRE>
public static double <B>stereoCalibrate</B>(java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints1,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs2,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> E,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F)</PRE>
<DL>
<DD><p>Calibrates the stereo camera.</p>
<p>The function estimates transformation between two cameras making a stereo
pair. If you have a stereo camera where the relative position and orientation
of two cameras is fixed, and if you computed poses of an object relative to
the first camera and to the second camera, (R1, T1) and (R2, T2),
respectively (this can be done with "solvePnP"), then those poses definitely
relate to each other. This means that, given (<em>R_1</em>,<em>T_1</em>), it
should be possible to compute (<em>R_2</em>,<em>T_2</em>). You only need to
know the position and orientation of the second camera relative to the first
camera. This is what the described function does. It computes
(<em>R</em>,<em>T</em>) so that:</p>
<p><em>R_2=R*R_1<BR>T_2=R*T_1 + T,</em></p>
<p>Optionally, it computes the essential matrix E:</p>
<p><em>E=
|0 -T_2 T_1|
|T_2 0 -T_0|
|-T_1 T_0 0|</p>
<ul>
<li>R</em>
</ul>
<p>where <em>T_i</em> are components of the translation vector <em>T</em> :
<em>T=[T_0, T_1, T_2]^T</em>. And the function can also compute the
fundamental matrix F:</p>
<p><em>F = cameraMatrix2^(-T) E cameraMatrix1^(-1)</em></p>
<p>Besides the stereo-related information, the function can also perform a full
calibration of each of two cameras. However, due to the high dimensionality
of the parameter space and noise in the input data, the function can diverge
from the correct solution. If the intrinsic parameters can be estimated with
high accuracy for each of the cameras individually (for example, using
"calibrateCamera"), you are recommended to do so and then pass
<code>CV_CALIB_FIX_INTRINSIC</code> flag to the function along with the
computed intrinsic parameters. Otherwise, if all the parameters are estimated
at once, it makes sense to restrict some parameters, for example, pass
<code>CV_CALIB_SAME_FOCAL_LENGTH</code> and <code>CV_CALIB_ZERO_TANGENT_DIST</code>
flags, which is usually a reasonable assumption.</p>
<p>Similarly to "calibrateCamera", the function minimizes the total
re-projection error for all the points in all the available views from both
cameras. The function returns the final value of the re-projection error.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - Vector of vectors of the calibration pattern points.<DD><CODE>imagePoints1</CODE> - Vector of vectors of the projections of the calibration
pattern points, observed by the first camera.<DD><CODE>imagePoints2</CODE> - Vector of vectors of the projections of the calibration
pattern points, observed by the second camera.<DD><CODE>cameraMatrix1</CODE> - Input/output first camera matrix: <em>
<p>|f_x^j 0 c_x^j|
|0 f_y^j c_y^j|
|0 0 1|
</em>, <em>j = 0, 1</em>. If any of <code>CV_CALIB_USE_INTRINSIC_GUESS</code>,
<code>CV_CALIB_FIX_ASPECT_RATIO</code>, <code>CV_CALIB_FIX_INTRINSIC</code>,
or <code>CV_CALIB_FIX_FOCAL_LENGTH</code> are specified, some or all of the
matrix components must be initialized. See the flags description for details.</p><DD><CODE>distCoeffs1</CODE> - Input/output vector of distortion coefficients <em>(k_1,
k_2, p_1, p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements. The
output vector length depends on the flags.<DD><CODE>cameraMatrix2</CODE> - Input/output second camera matrix. The parameter is
similar to <code>cameraMatrix1</code>.<DD><CODE>distCoeffs2</CODE> - Input/output lens distortion coefficients for the second
camera. The parameter is similar to <code>distCoeffs1</code>.<DD><CODE>imageSize</CODE> - Size of the image used only to initialize intrinsic camera
matrix.<DD><CODE>R</CODE> - Output rotation matrix between the 1st and the 2nd camera coordinate
systems.<DD><CODE>T</CODE> - Output translation vector between the coordinate systems of the
cameras.<DD><CODE>E</CODE> - Output essential matrix.<DD><CODE>F</CODE> - Output fundamental matrix.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#stereocalibrate">org.opencv.calib3d.Calib3d.stereoCalibrate</a></DL>
</DD>
</DL>
<HR>
<A NAME="stereoCalibrate(java.util.List, java.util.List, java.util.List, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.TermCriteria, int)"><!-- --></A><H3>
stereoCalibrate</H3>
<PRE>
public static double <B>stereoCalibrate</B>(java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> objectPoints,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints1,
java.util.List<<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A>> imagePoints2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs2,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> E,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F,
<A HREF="../../../org/opencv/core/TermCriteria.html" title="class in org.opencv.core">TermCriteria</A> criteria,
int flags)</PRE>
<DL>
<DD><p>Calibrates the stereo camera.</p>
<p>The function estimates transformation between two cameras making a stereo
pair. If you have a stereo camera where the relative position and orientation
of two cameras is fixed, and if you computed poses of an object relative to
the first camera and to the second camera, (R1, T1) and (R2, T2),
respectively (this can be done with "solvePnP"), then those poses definitely
relate to each other. This means that, given (<em>R_1</em>,<em>T_1</em>), it
should be possible to compute (<em>R_2</em>,<em>T_2</em>). You only need to
know the position and orientation of the second camera relative to the first
camera. This is what the described function does. It computes
(<em>R</em>,<em>T</em>) so that:</p>
<p><em>R_2=R*R_1<BR>T_2=R*T_1 + T,</em></p>
<p>Optionally, it computes the essential matrix E:</p>
<p><em>E=
|0 -T_2 T_1|
|T_2 0 -T_0|
|-T_1 T_0 0|</p>
<ul>
<li>R</em>
</ul>
<p>where <em>T_i</em> are components of the translation vector <em>T</em> :
<em>T=[T_0, T_1, T_2]^T</em>. And the function can also compute the
fundamental matrix F:</p>
<p><em>F = cameraMatrix2^(-T) E cameraMatrix1^(-1)</em></p>
<p>Besides the stereo-related information, the function can also perform a full
calibration of each of two cameras. However, due to the high dimensionality
of the parameter space and noise in the input data, the function can diverge
from the correct solution. If the intrinsic parameters can be estimated with
high accuracy for each of the cameras individually (for example, using
"calibrateCamera"), you are recommended to do so and then pass
<code>CV_CALIB_FIX_INTRINSIC</code> flag to the function along with the
computed intrinsic parameters. Otherwise, if all the parameters are estimated
at once, it makes sense to restrict some parameters, for example, pass
<code>CV_CALIB_SAME_FOCAL_LENGTH</code> and <code>CV_CALIB_ZERO_TANGENT_DIST</code>
flags, which is usually a reasonable assumption.</p>
<p>Similarly to "calibrateCamera", the function minimizes the total
re-projection error for all the points in all the available views from both
cameras. The function returns the final value of the re-projection error.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>objectPoints</CODE> - Vector of vectors of the calibration pattern points.<DD><CODE>imagePoints1</CODE> - Vector of vectors of the projections of the calibration
pattern points, observed by the first camera.<DD><CODE>imagePoints2</CODE> - Vector of vectors of the projections of the calibration
pattern points, observed by the second camera.<DD><CODE>cameraMatrix1</CODE> - Input/output first camera matrix: <em>
<p>|f_x^j 0 c_x^j|
|0 f_y^j c_y^j|
|0 0 1|
</em>, <em>j = 0, 1</em>. If any of <code>CV_CALIB_USE_INTRINSIC_GUESS</code>,
<code>CV_CALIB_FIX_ASPECT_RATIO</code>, <code>CV_CALIB_FIX_INTRINSIC</code>,
or <code>CV_CALIB_FIX_FOCAL_LENGTH</code> are specified, some or all of the
matrix components must be initialized. See the flags description for details.</p><DD><CODE>distCoeffs1</CODE> - Input/output vector of distortion coefficients <em>(k_1,
k_2, p_1, p_2[, k_3[, k_4, k_5, k_6]])</em> of 4, 5, or 8 elements. The
output vector length depends on the flags.<DD><CODE>cameraMatrix2</CODE> - Input/output second camera matrix. The parameter is
similar to <code>cameraMatrix1</code>.<DD><CODE>distCoeffs2</CODE> - Input/output lens distortion coefficients for the second
camera. The parameter is similar to <code>distCoeffs1</code>.<DD><CODE>imageSize</CODE> - Size of the image used only to initialize intrinsic camera
matrix.<DD><CODE>R</CODE> - Output rotation matrix between the 1st and the 2nd camera coordinate
systems.<DD><CODE>T</CODE> - Output translation vector between the coordinate systems of the
cameras.<DD><CODE>E</CODE> - Output essential matrix.<DD><CODE>F</CODE> - Output fundamental matrix.<DD><CODE>criteria</CODE> - a criteria<DD><CODE>flags</CODE> - Different flags that may be zero or a combination of the
following values:
<ul>
<li> CV_CALIB_FIX_INTRINSIC Fix <code>cameraMatrix?</code> and
<code>distCoeffs?</code> so that only <code>R, T, E</code>, and
<code>F</code> matrices are estimated.
<li> CV_CALIB_USE_INTRINSIC_GUESS Optimize some or all of the intrinsic
parameters according to the specified flags. Initial values are provided by
the user.
<li> CV_CALIB_FIX_PRINCIPAL_POINT Fix the principal points during the
optimization.
<li> CV_CALIB_FIX_FOCAL_LENGTH Fix <em>f^j_x</em> and <em>f^j_y</em>.
<li> CV_CALIB_FIX_ASPECT_RATIO Optimize <em>f^j_y</em>. Fix the ratio
<em>f^j_x/f^j_y</em>.
<li> CV_CALIB_SAME_FOCAL_LENGTH Enforce <em>f^0_x=f^1_x</em> and
<em>f^0_y=f^1_y</em>.
<li> CV_CALIB_ZERO_TANGENT_DIST Set tangential distortion coefficients for
each camera to zeros and fix there.
<li> CV_CALIB_FIX_K1,...,CV_CALIB_FIX_K6 Do not change the corresponding
radial distortion coefficient during the optimization. If <code>CV_CALIB_USE_INTRINSIC_GUESS</code>
is set, the coefficient from the supplied <code>distCoeffs</code> matrix is
used. Otherwise, it is set to 0.
<li> CV_CALIB_RATIONAL_MODEL Enable coefficients k4, k5, and k6. To provide
the backward compatibility, this extra flag should be explicitly specified to
make the calibration function use the rational model and return 8
coefficients. If the flag is not set, the function computes and returns only
5 distortion coefficients.
</ul><DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#stereocalibrate">org.opencv.calib3d.Calib3d.stereoCalibrate</a></DL>
</DD>
</DL>
<HR>
<A NAME="stereoRectify(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
stereoRectify</H3>
<PRE>
public static void <B>stereoRectify</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs2,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q)</PRE>
<DL>
<DD><p>Computes rectification transforms for each head of a calibrated stereo
camera.</p>
<p>The function computes the rotation matrices for each camera that (virtually)
make both camera image planes the same plane. Consequently, this makes all
the epipolar lines parallel and thus simplifies the dense stereo
correspondence problem. The function takes the matrices computed by
"stereoCalibrate" as input. As output, it provides two rotation matrices and
also two projection matrices in the new coordinates. The function
distinguishes the following two cases:</p>
<ul>
<li> Horizontal stereo: the first and the second camera views are shifted
relative to each other mainly along the x axis (with possible small vertical
shift). In the rectified images, the corresponding epipolar lines in the left
and right cameras are horizontal and have the same y-coordinate. P1 and P2
look like:
</ul>
<p><em>P1 = f 0 cx_1 0
0 f cy 0
0 0 1 0 </em></p>
<p><em>P2 = f 0 cx_2 T_x*f
0 f cy 0
0 0 1 0,</em></p>
<p>where <em>T_x</em> is a horizontal shift between the cameras and
<em>cx_1=cx_2</em> if <code>CV_CALIB_ZERO_DISPARITY</code> is set.</p>
<ul>
<li> Vertical stereo: the first and the second camera views are shifted
relative to each other mainly in vertical direction (and probably a bit in
the horizontal direction too). The epipolar lines in the rectified images are
vertical and have the same x-coordinate. P1 and P2 look like:
</ul>
<p><em>P1 = f 0 cx 0
0 f cy_1 0
0 0 1 0 </em></p>
<p><em>P2 = f 0 cx 0
0 f cy_2 T_y*f
0 0 1 0,</em></p>
<p>where <em>T_y</em> is a vertical shift between the cameras and
<em>cy_1=cy_2</em> if <code>CALIB_ZERO_DISPARITY</code> is set.</p>
<p>As you can see, the first three columns of <code>P1</code> and
<code>P2</code> will effectively be the new "rectified" camera matrices.
The matrices, together with <code>R1</code> and <code>R2</code>, can then be
passed to "initUndistortRectifyMap" to initialize the rectification map for
each camera.</p>
<p>See below the screenshot from the <code>stereo_calib.cpp</code> sample. Some
red horizontal lines pass through the corresponding image regions. This means
that the images are well rectified, which is what most stereo correspondence
algorithms rely on. The green rectangles are <code>roi1</code> and
<code>roi2</code>. You see that their interiors are all valid pixels.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cameraMatrix1</CODE> - First camera matrix.<DD><CODE>distCoeffs1</CODE> - First camera distortion parameters.<DD><CODE>cameraMatrix2</CODE> - Second camera matrix.<DD><CODE>distCoeffs2</CODE> - Second camera distortion parameters.<DD><CODE>imageSize</CODE> - Size of the image used for stereo calibration.<DD><CODE>R</CODE> - Rotation matrix between the coordinate systems of the first and the
second cameras.<DD><CODE>T</CODE> - Translation vector between coordinate systems of the cameras.<DD><CODE>R1</CODE> - Output 3x3 rectification transform (rotation matrix) for the first
camera.<DD><CODE>R2</CODE> - Output 3x3 rectification transform (rotation matrix) for the second
camera.<DD><CODE>P1</CODE> - Output 3x4 projection matrix in the new (rectified) coordinate
systems for the first camera.<DD><CODE>P2</CODE> - Output 3x4 projection matrix in the new (rectified) coordinate
systems for the second camera.<DD><CODE>Q</CODE> - Output <em>4 x 4</em> disparity-to-depth mapping matrix (see
"reprojectImageTo3D").<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#stereorectify">org.opencv.calib3d.Calib3d.stereoRectify</a></DL>
</DD>
</DL>
<HR>
<A NAME="stereoRectify(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, int, double, org.opencv.core.Size, org.opencv.core.Rect, org.opencv.core.Rect)"><!-- --></A><H3>
stereoRectify</H3>
<PRE>
public static void <B>stereoRectify</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cameraMatrix2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> distCoeffs2,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imageSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> T,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> R2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> P2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> Q,
int flags,
double alpha,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> newImageSize,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> validPixROI1,
<A HREF="../../../org/opencv/core/Rect.html" title="class in org.opencv.core">Rect</A> validPixROI2)</PRE>
<DL>
<DD><p>Computes rectification transforms for each head of a calibrated stereo
camera.</p>
<p>The function computes the rotation matrices for each camera that (virtually)
make both camera image planes the same plane. Consequently, this makes all
the epipolar lines parallel and thus simplifies the dense stereo
correspondence problem. The function takes the matrices computed by
"stereoCalibrate" as input. As output, it provides two rotation matrices and
also two projection matrices in the new coordinates. The function
distinguishes the following two cases:</p>
<ul>
<li> Horizontal stereo: the first and the second camera views are shifted
relative to each other mainly along the x axis (with possible small vertical
shift). In the rectified images, the corresponding epipolar lines in the left
and right cameras are horizontal and have the same y-coordinate. P1 and P2
look like:
</ul>
<p><em>P1 = f 0 cx_1 0
0 f cy 0
0 0 1 0 </em></p>
<p><em>P2 = f 0 cx_2 T_x*f
0 f cy 0
0 0 1 0,</em></p>
<p>where <em>T_x</em> is a horizontal shift between the cameras and
<em>cx_1=cx_2</em> if <code>CV_CALIB_ZERO_DISPARITY</code> is set.</p>
<ul>
<li> Vertical stereo: the first and the second camera views are shifted
relative to each other mainly in vertical direction (and probably a bit in
the horizontal direction too). The epipolar lines in the rectified images are
vertical and have the same x-coordinate. P1 and P2 look like:
</ul>
<p><em>P1 = f 0 cx 0
0 f cy_1 0
0 0 1 0 </em></p>
<p><em>P2 = f 0 cx 0
0 f cy_2 T_y*f
0 0 1 0,</em></p>
<p>where <em>T_y</em> is a vertical shift between the cameras and
<em>cy_1=cy_2</em> if <code>CALIB_ZERO_DISPARITY</code> is set.</p>
<p>As you can see, the first three columns of <code>P1</code> and
<code>P2</code> will effectively be the new "rectified" camera matrices.
The matrices, together with <code>R1</code> and <code>R2</code>, can then be
passed to "initUndistortRectifyMap" to initialize the rectification map for
each camera.</p>
<p>See below the screenshot from the <code>stereo_calib.cpp</code> sample. Some
red horizontal lines pass through the corresponding image regions. This means
that the images are well rectified, which is what most stereo correspondence
algorithms rely on. The green rectangles are <code>roi1</code> and
<code>roi2</code>. You see that their interiors are all valid pixels.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cameraMatrix1</CODE> - First camera matrix.<DD><CODE>distCoeffs1</CODE> - First camera distortion parameters.<DD><CODE>cameraMatrix2</CODE> - Second camera matrix.<DD><CODE>distCoeffs2</CODE> - Second camera distortion parameters.<DD><CODE>imageSize</CODE> - Size of the image used for stereo calibration.<DD><CODE>R</CODE> - Rotation matrix between the coordinate systems of the first and the
second cameras.<DD><CODE>T</CODE> - Translation vector between coordinate systems of the cameras.<DD><CODE>R1</CODE> - Output 3x3 rectification transform (rotation matrix) for the first
camera.<DD><CODE>R2</CODE> - Output 3x3 rectification transform (rotation matrix) for the second
camera.<DD><CODE>P1</CODE> - Output 3x4 projection matrix in the new (rectified) coordinate
systems for the first camera.<DD><CODE>P2</CODE> - Output 3x4 projection matrix in the new (rectified) coordinate
systems for the second camera.<DD><CODE>Q</CODE> - Output <em>4 x 4</em> disparity-to-depth mapping matrix (see
"reprojectImageTo3D").<DD><CODE>flags</CODE> - Operation flags that may be zero or <code>CV_CALIB_ZERO_DISPARITY</code>.
If the flag is set, the function makes the principal points of each camera
have the same pixel coordinates in the rectified views. And if the flag is
not set, the function may still shift the images in the horizontal or
vertical direction (depending on the orientation of epipolar lines) to
maximize the useful image area.<DD><CODE>alpha</CODE> - Free scaling parameter. If it is -1 or absent, the function
performs the default scaling. Otherwise, the parameter should be between 0
and 1. <code>alpha=0</code> means that the rectified images are zoomed and
shifted so that only valid pixels are visible (no black areas after
rectification). <code>alpha=1</code> means that the rectified image is
decimated and shifted so that all the pixels from the original images from
the cameras are retained in the rectified images (no source image pixels are
lost). Obviously, any intermediate value yields an intermediate result
between those two extreme cases.<DD><CODE>newImageSize</CODE> - New image resolution after rectification. The same size
should be passed to "initUndistortRectifyMap" (see the <code>stereo_calib.cpp</code>
sample in OpenCV samples directory). When (0,0) is passed (default), it is
set to the original <code>imageSize</code>. Setting it to larger value can
help you preserve details in the original image, especially when there is a
big radial distortion.<DD><CODE>validPixROI1</CODE> - Optional output rectangles inside the rectified images
where all the pixels are valid. If <code>alpha=0</code>, the ROIs cover the
whole images. Otherwise, they are likely to be smaller (see the picture
below).<DD><CODE>validPixROI2</CODE> - Optional output rectangles inside the rectified images
where all the pixels are valid. If <code>alpha=0</code>, the ROIs cover the
whole images. Otherwise, they are likely to be smaller (see the picture
below).<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#stereorectify">org.opencv.calib3d.Calib3d.stereoRectify</a></DL>
</DD>
</DL>
<HR>
<A NAME="stereoRectifyUncalibrated(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
stereoRectifyUncalibrated</H3>
<PRE>
public static boolean <B>stereoRectifyUncalibrated</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imgSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> H1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> H2)</PRE>
<DL>
<DD><p>Computes a rectification transform for an uncalibrated stereo camera.</p>
<p>The function computes the rectification transformations without knowing
intrinsic parameters of the cameras and their relative position in the space,
which explains the suffix "uncalibrated". Another related difference from
"stereoRectify" is that the function outputs not the rectification
transformations in the object (3D) space, but the planar perspective
transformations encoded by the homography matrices <code>H1</code> and
<code>H2</code>. The function implements the algorithm [Hartley99].</p>
<p>Note:</p>
<p>While the algorithm does not need to know the intrinsic parameters of the
cameras, it heavily depends on the epipolar geometry. Therefore, if the
camera lenses have a significant distortion, it would be better to correct it
before computing the fundamental matrix and calling this function. For
example, distortion coefficients can be estimated for each head of stereo
camera separately by using "calibrateCamera". Then, the images can be
corrected using "undistort", or just the point coordinates can be corrected
with "undistortPoints".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>points1</CODE> - Array of feature points in the first image.<DD><CODE>points2</CODE> - The corresponding points in the second image. The same formats
as in "findFundamentalMat" are supported.<DD><CODE>F</CODE> - Input fundamental matrix. It can be computed from the same set of
point pairs using "findFundamentalMat".<DD><CODE>imgSize</CODE> - Size of the image.<DD><CODE>H1</CODE> - Output rectification homography matrix for the first image.<DD><CODE>H2</CODE> - Output rectification homography matrix for the second image.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#stereorectifyuncalibrated">org.opencv.calib3d.Calib3d.stereoRectifyUncalibrated</a></DL>
</DD>
</DL>
<HR>
<A NAME="stereoRectifyUncalibrated(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Size, org.opencv.core.Mat, org.opencv.core.Mat, double)"><!-- --></A><H3>
stereoRectifyUncalibrated</H3>
<PRE>
public static boolean <B>stereoRectifyUncalibrated</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> F,
<A HREF="../../../org/opencv/core/Size.html" title="class in org.opencv.core">Size</A> imgSize,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> H1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> H2,
double threshold)</PRE>
<DL>
<DD><p>Computes a rectification transform for an uncalibrated stereo camera.</p>
<p>The function computes the rectification transformations without knowing
intrinsic parameters of the cameras and their relative position in the space,
which explains the suffix "uncalibrated". Another related difference from
"stereoRectify" is that the function outputs not the rectification
transformations in the object (3D) space, but the planar perspective
transformations encoded by the homography matrices <code>H1</code> and
<code>H2</code>. The function implements the algorithm [Hartley99].</p>
<p>Note:</p>
<p>While the algorithm does not need to know the intrinsic parameters of the
cameras, it heavily depends on the epipolar geometry. Therefore, if the
camera lenses have a significant distortion, it would be better to correct it
before computing the fundamental matrix and calling this function. For
example, distortion coefficients can be estimated for each head of stereo
camera separately by using "calibrateCamera". Then, the images can be
corrected using "undistort", or just the point coordinates can be corrected
with "undistortPoints".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>points1</CODE> - Array of feature points in the first image.<DD><CODE>points2</CODE> - The corresponding points in the second image. The same formats
as in "findFundamentalMat" are supported.<DD><CODE>F</CODE> - Input fundamental matrix. It can be computed from the same set of
point pairs using "findFundamentalMat".<DD><CODE>imgSize</CODE> - Size of the image.<DD><CODE>H1</CODE> - Output rectification homography matrix for the first image.<DD><CODE>H2</CODE> - Output rectification homography matrix for the second image.<DD><CODE>threshold</CODE> - Optional threshold used to filter out the outliers. If the
parameter is greater than zero, all the point pairs that do not comply with
the epipolar geometry (that is, the points for which <em>|points2[i]^T*F*points1[i]|>threshold</em>)
are rejected prior to computing the homographies. Otherwise,all the points
are considered inliers.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#stereorectifyuncalibrated">org.opencv.calib3d.Calib3d.stereoRectifyUncalibrated</a></DL>
</DD>
</DL>
<HR>
<A NAME="triangulatePoints(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat)"><!-- --></A><H3>
triangulatePoints</H3>
<PRE>
public static void <B>triangulatePoints</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projMatr1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projMatr2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projPoints1,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> projPoints2,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> points4D)</PRE>
<DL>
<DD><p>Reconstructs points by triangulation.</p>
<p>The function reconstructs 3-dimensional points (in homogeneous coordinates)
by using their observations with a stereo camera. Projections matrices can be
obtained from "stereoRectify".</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>projMatr1</CODE> - 3x4 projection matrix of the first camera.<DD><CODE>projMatr2</CODE> - 3x4 projection matrix of the second camera.<DD><CODE>projPoints1</CODE> - 2xN array of feature points in the first image. In case of
c++ version it can be also a vector of feature points or two-channel matrix
of size 1xN or Nx1.<DD><CODE>projPoints2</CODE> - 2xN array of corresponding points in the second image. In
case of c++ version it can be also a vector of feature points or two-channel
matrix of size 1xN or Nx1.<DD><CODE>points4D</CODE> - 4xN array of reconstructed points in homogeneous coordinates.<DT><B>See Also:</B><DD><a href="http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#triangulatepoints">org.opencv.calib3d.Calib3d.triangulatePoints</a>,
<A HREF="../../../org/opencv/calib3d/Calib3d.html#reprojectImageTo3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)"><CODE>reprojectImageTo3D(org.opencv.core.Mat, org.opencv.core.Mat, org.opencv.core.Mat, boolean, int)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="validateDisparity(org.opencv.core.Mat, org.opencv.core.Mat, int, int)"><!-- --></A><H3>
validateDisparity</H3>
<PRE>
public static void <B>validateDisparity</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> disparity,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cost,
int minDisparity,
int numberOfDisparities)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="validateDisparity(org.opencv.core.Mat, org.opencv.core.Mat, int, int, int)"><!-- --></A><H3>
validateDisparity</H3>
<PRE>
public static void <B>validateDisparity</B>(<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> disparity,
<A HREF="../../../org/opencv/core/Mat.html" title="class in org.opencv.core">Mat</A> cost,
int minDisparity,
int numberOfDisparities,
int disp12MaxDisp)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../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>
<a href=http://docs.opencv.org>OpenCV 2.4.8 Documentation</a></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
<A HREF="../../../org/opencv/calib3d/StereoBM.html" title="class in org.opencv.calib3d"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/opencv/calib3d/Calib3d.html" target="_top"><B>FRAMES</B></A>
<A HREF="Calib3d.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="#method_summary">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> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
components/EmailMultiInput/EmailMultiInput.css | scott-riley/loggins | .root {} /* A dummy classname just to pull in all the globals below */
:global .react-tagsinput {
border: 1px solid #ccc;
background: #fff;
padding: 10px;
overflow-y: auto;
border-radius: 3px;
}
:global .react-tagsinput-tag {
display: block;
border: 1px solid color(var(--color-primary) a(25%));
float: left;
padding: 5px;
margin-right: 5px;
margin-bottom: 5px;
text-decoration: none;
border-radius: 2px;
}
:global .react-tagsinput-invalid {
background: #FBD8DB;
color: #90111A;
}
:global .react-tagsinput-validating {
background: #FFFACD;
}
:global .react-tagsinput-remove {
font-weight: bold;
color: color(var(--color-muted));
text-decoration: none;
cursor: pointer;
}
:global .react-tagsinput-remove:before {
content: " x";
}
:global .react-tagsinput-input {
background: transparent;
width: 13rem;
border: 0;
color: #777;
border: 0;
padding: 5px;
margin: 0;
outline: none;
}
|
tbb/doc/html/a00265.html | DrPizza/reed-solomon | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.4"/>
<title>Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.4 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><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="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"><a class="el" href="a00240.html">tbb</a></li><li class="navelem"><a class="el" href="a00018.html">atomic</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">tbb::atomic< T > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="a00018.html">tbb::atomic< T ></a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>atomic</b>()=default (defined in <a class="el" href="a00018.html">tbb::atomic< T ></a>)</td><td class="entry"><a class="el" href="a00018.html">tbb::atomic< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>atomic</b>(T arg) (defined in <a class="el" href="a00018.html">tbb::atomic< T ></a>)</td><td class="entry"><a class="el" href="a00018.html">tbb::atomic< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator=</b>(T rhs) (defined in <a class="el" href="a00018.html">tbb::atomic< T ></a>)</td><td class="entry"><a class="el" href="a00018.html">tbb::atomic< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator=</b>(const atomic< T > &rhs) (defined in <a class="el" href="a00018.html">tbb::atomic< T ></a>)</td><td class="entry"><a class="el" href="a00018.html">tbb::atomic< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
<hr>
<p></p>
Copyright © 2005-2015 Intel Corporation. All Rights Reserved.
<p></p>
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
registered trademarks or trademarks of Intel Corporation or its
subsidiaries in the United States and other countries.
<p></p>
* Other names and brands may be claimed as the property of others.
|
lib/NUnit/src/NUnit-2.5.9.10348/doc/culture.html | acken/AutoTest.Net | <!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- Standard Head Part -->
<head>
<title>NUnit - Culture</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-US">
<link rel="stylesheet" type="text/css" href="nunit.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<!-- End Standard Head Part -->
<body>
<!-- Standard Header for NUnit.org -->
<div id="header">
<a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a>
<div id="nav">
<a href="http://www.nunit.org">NUnit</a>
<a class="active" href="index.html">Documentation</a>
</div>
</div>
<!-- End of Header -->
<div id="content">
<script language="JavaScript" src="codeFuncs.js" ></script> <!-- Do it this way for IE -->
<style><!--
div.code { width: 34em }
--></style>
<h3>CultureAttribute (NUnit 2.4.2)</h3>
<p>The Culture attribute is used to specify cultures for which a test or fixture
should be run. It does not affect the culture setting, but merely uses it to
determine whether to run the test. If you wish to change the culture when
running a test, use the SetCulture attribute instead.</p>
<p>If the specified culture requirements for a test are not met it is skipped.
In the gui, the tree node for the test remains gray and the status bar color is
not affected.</p>
<p>One use of the Culture attribute is to provide alternative tests under different
cultures. You may specify either specific cultures, like "en-GB" or neutral
cultures like "de".</p>
<h4>Test Fixture Syntax</h4>
<div class="code">
<div class="langFilter">
<a href="javascript:Show('DD1')" onmouseover="Show('DD1')"><img src="img/langFilter.gif" width="14" height="14" alt="Language Filter"></a>
<div id="DD1" class="dropdown" style="display: none;" onclick="Hide('DD1')">
<a href="javascript:ShowCS()">C#</a><br>
<a href="javascript:ShowVB()">VB</a><br>
<a href="javascript:ShowMC()">C++</a><br>
<a href="javascript:ShowJS()">J#</a><br>
</div>
</div>
<pre class="cs">namespace NUnit.Tests
{
using System;
using NUnit.Framework;
[TestFixture]
[Culture("fr-FR")]
public class FrenchCultureTests
{
// ...
}
}
</pre>
<pre class="vb">Imports System
Imports Nunit.Framework
Namespace Nunit.Tests
<TestFixture(), Culture("fr-FR")>
Public Class FrenchCultureTests
' ...
End Class
End Namespace
</pre>
<pre class="mc">#using <Nunit.Framework.dll>
using namespace System;
using namespace NUnit::Framework;
namespace NUnitTests
{
[TestFixture]
[Culture("fr-FR")]
public __gc class FrenchCultureTests
{
// ...
};
}
#include "cppsample.h"
namespace NUnitTests {
// ...
}
</pre>
<pre class="js">package NUnit.Tests;
import System.*;
import NUnit.Framework.TestFixture;
/** @attribute NUnit.Framework.TestFixture() */
/** @attribute NUnit.Framework.Culture("fr-FR") */
public class FrenchCultureTests
{
// ...
}
</pre>
</div>
<h4>Test Syntax</h4>
<div class="code">
<div class="langFilter">
<a href="javascript:Show('DD2')" onmouseover="Show('DD2')"><img src="img/langFilter.gif" width="14" height="14" alt="Language Filter"></a>
<div id="DD2" class="dropdown" style="display: none;" onclick="Hide('DD2')">
<a href="javascript:ShowCS()">C#</a><br>
<a href="javascript:ShowVB()">VB</a><br>
<a href="javascript:ShowMC()">C++</a><br>
<a href="javascript:ShowJS()">J#</a><br>
</div>
</div>
<pre class="cs">namespace NUnit.Tests
{
using System;
using NUnit.Framework;
[TestFixture]
public class SuccessTests
{
[Test]
[Culture(Exclude="en,de")]
public void SomeTest()
{ /* ... */ }
}
</pre>
<pre class="vb">Imports System
Imports Nunit.Framework
Namespace Nunit.Tests
<TestFixture()>
Public Class SuccessTests
<Test(), Culture(Exclude="en,de")> Public Sub SomeTest()
' ...
End Sub
End Class
End Namespace
</pre>
<pre class="mc">#using <Nunit.Framework.dll>
using namespace System;
using namespace NUnit::Framework;
namespace NUnitTests
{
[TestFixture]
public __gc class SuccessTests
{
[Test][Culture(Exclude="en,de")] void SomeTest();
};
}
#include "cppsample.h"
namespace NUnitTests {
// ...
}
</pre>
<pre class="js">package NUnit.Tests;
import System.*;
import NUnit.Framework.TestFixture;
/** @attribute NUnit.Framework.TestFixture() */
public class SuccessTests
{
/** @attribute NUnit.Framework.Test() */
/** @attribute NUnit.Framework.Culture(Exclude=en,de") */
public void SomeTest()
{ /* ... */ }
}
</pre>
</div>
<h4>See also...</h4>
<ul>
<li><a href="setCulture.html">SetCultureAttribute</a></ul>
</div>
<!-- Submenu -->
<div id="subnav">
<ul>
<li><a href="index.html">NUnit 2.5.9</a></li>
<ul>
<li><a href="getStarted.html">Getting Started</a></li>
<li><a href="assertions.html">Assertions</a></li>
<li><a href="constraintModel.html">Constraints</a></li>
<li><a href="attributes.html">Attributes</a></li>
<ul>
<li><a href="category.html">Category</a></li>
<li><a href="combinatorial.html">Combinatorial</a></li>
<li id="current"><a href="culture.html">Culture</a></li>
<li><a href="datapoint.html">Datapoint(s)</a></li>
<li><a href="description.html">Description</a></li>
<li><a href="exception.html">Exception</a></li>
<li><a href="explicit.html">Explicit</a></li>
<li><a href="ignore.html">Ignore</a></li>
<li><a href="maxtime.html">Maxtime</a></li>
<li><a href="pairwise.html">Pairwise</a></li>
<li><a href="platform.html">Platform</a></li>
<li><a href="property.html">Property</a></li>
<li><a href="random.html">Random</a></li>
<li><a href="range.html">Range</a></li>
<li><a href="repeat.html">Repeat</a></li>
<li><a href="requiredAddin.html">RequiredAddin</a></li>
<li><a href="requiresMTA.html">Requires MTA</a></li>
<li><a href="requiresSTA.html">Requires STA</a></li>
<li><a href="requiresThread.html">Requires Thread</a></li>
<li><a href="sequential.html">Sequential</a></li>
<li><a href="setCulture.html">SetCulture</a></li>
<li><a href="setup.html">Setup</a></li>
<li><a href="setupFixture.html">SetupFixture</a></li>
<li><a href="suite.html">Suite</a></li>
<li><a href="teardown.html">Teardown</a></li>
<li><a href="test.html">Test</a></li>
<li><a href="testCase.html">TestCase</a></li>
<li><a href="testCaseSource.html">TestCaseSource</a></li>
<li><a href="testFixture.html">TestFixture</a></li>
<li><a href="fixtureSetup.html">TestFixtureSetUp</a></li>
<li><a href="fixtureTeardown.html">TestFixtureTearDown</a></li>
<li><a href="theory.html">Theory</a></li>
<li><a href="timeout.html">Timeout</a></li>
<li><a href="values.html">Values</a></li>
<li><a href="valueSource.html">ValueSource</a></li>
</ul>
<li><a href="runningTests.html">Running Tests</a></li>
<li><a href="extensibility.html">Extensibility</a></li>
<li><a href="releaseNotes.html">Release Notes</a></li>
<li><a href="samples.html">Samples</a></li>
<li><a href="license.html">License</a></li>
</ul>
</ul>
</div>
<!-- End of Submenu -->
<!-- Standard Footer for NUnit.org -->
<div id="footer">
Copyright © 2010 Charlie Poole. All Rights Reserved.
</div>
<!-- End of Footer -->
</body>
</html>
|
ext/dlib-19.4/docs/dlib/any/any_decision_function.h.html | mrkn/ruby-dlib | <html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - any_decision_function.h</title></head><body bgcolor='white'><pre>
<font color='#009900'>// Copyright (C) 2010 Davis E. King (davis@dlib.net)
</font><font color='#009900'>// License: Boost Software License See LICENSE.txt for the full license.
</font><font color='#0000FF'>#ifndef</font> DLIB_AnY_DECISION_FUNCTION_Hh_
<font color='#0000FF'>#define</font> DLIB_AnY_DECISION_FUNCTION_Hh_
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='any.h.html'>any.h</a>"
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../smart_pointers.h.html'>../smart_pointers.h</a>"
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='any_decision_function_abstract.h.html'>any_decision_function_abstract.h</a>"
<font color='#0000FF'>namespace</font> dlib
<b>{</b>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font>
<font color='#0000FF'>typename</font> sample_type_,
<font color='#0000FF'>typename</font> result_type_ <font color='#5555FF'>=</font> <font color='#0000FF'><u>double</u></font>
<font color='#5555FF'>></font>
<font color='#0000FF'>class</font> <b><a name='any_decision_function'></a>any_decision_function</b>
<b>{</b>
<font color='#0000FF'>public</font>:
<font color='#0000FF'>typedef</font> sample_type_ sample_type;
<font color='#0000FF'>typedef</font> result_type_ result_type;
<font color='#0000FF'>typedef</font> default_memory_manager mem_manager_type;
<b><a name='any_decision_function'></a>any_decision_function</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>
<b>{</b>
<b>}</b>
<b><a name='any_decision_function'></a>any_decision_function</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> any_decision_function<font color='#5555FF'>&</font> item
<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>item.data<font face='Lucida Console'>)</font>
<b>{</b>
item.data<font color='#5555FF'>-</font><font color='#5555FF'>></font><font color='#BB00BB'>copy_to</font><font face='Lucida Console'>(</font>data<font face='Lucida Console'>)</font>;
<b>}</b>
<b>}</b>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>></font>
<b><a name='any_decision_function'></a>any_decision_function</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> T<font color='#5555FF'>&</font> item
<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> basic_type<font color='#5555FF'><</font>T<font color='#5555FF'>></font>::type U;
data.<font color='#BB00BB'>reset</font><font face='Lucida Console'>(</font><font color='#0000FF'>new</font> derived<font color='#5555FF'><</font>U<font color='#5555FF'>></font><font face='Lucida Console'>(</font>item<font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'><u>void</u></font> <b><a name='clear'></a>clear</b> <font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>
<b>{</b>
data.<font color='#BB00BB'>reset</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>></font>
<font color='#0000FF'><u>bool</u></font> <b><a name='contains'></a>contains</b> <font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> basic_type<font color='#5555FF'><</font>T<font color='#5555FF'>></font>::type U;
<font color='#0000FF'>return</font> <font color='#0000FF'>dynamic_cast</font><font color='#5555FF'><</font>derived<font color='#5555FF'><</font>U<font color='#5555FF'>></font><font color='#5555FF'>*</font><font color='#5555FF'>></font><font face='Lucida Console'>(</font>data.<font color='#BB00BB'>get</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> <font color='#5555FF'>!</font><font color='#5555FF'>=</font> <font color='#979000'>0</font>;
<b>}</b>
<font color='#0000FF'><u>bool</u></font> <b><a name='is_empty'></a>is_empty</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>return</font> data.<font color='#BB00BB'>get</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font><font color='#5555FF'>=</font> <font color='#979000'>0</font>;
<b>}</b>
result_type <b><a name='operator'></a>operator</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> sample_type<font color='#5555FF'>&</font> item
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#009900'>// make sure requires clause is not broken
</font> <font color='#BB00BB'>DLIB_ASSERT</font><font face='Lucida Console'>(</font><font color='#BB00BB'>is_empty</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font><font color='#5555FF'>=</font> <font color='#979000'>false</font>,
"<font color='#CC0000'>\t result_type any_decision_function::operator()</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\t You can't call operator() on an empty any_decision_function</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\t this: </font>" <font color='#5555FF'><</font><font color='#5555FF'><</font> <font color='#0000FF'>this</font>
<font face='Lucida Console'>)</font>;
<font color='#0000FF'>return</font> data<font color='#5555FF'>-</font><font color='#5555FF'>></font><font color='#BB00BB'>evaluate</font><font face='Lucida Console'>(</font>item<font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>></font>
T<font color='#5555FF'>&</font> <b><a name='cast_to'></a>cast_to</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> basic_type<font color='#5555FF'><</font>T<font color='#5555FF'>></font>::type U;
derived<font color='#5555FF'><</font>U<font color='#5555FF'>></font><font color='#5555FF'>*</font> d <font color='#5555FF'>=</font> <font color='#0000FF'>dynamic_cast</font><font color='#5555FF'><</font>derived<font color='#5555FF'><</font>U<font color='#5555FF'>></font><font color='#5555FF'>*</font><font color='#5555FF'>></font><font face='Lucida Console'>(</font>data.<font color='#BB00BB'>get</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>d <font color='#5555FF'>=</font><font color='#5555FF'>=</font> <font color='#979000'>0</font><font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>throw</font> <font color='#BB00BB'>bad_any_cast</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>return</font> d<font color='#5555FF'>-</font><font color='#5555FF'>></font>item;
<b>}</b>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>></font>
<font color='#0000FF'>const</font> T<font color='#5555FF'>&</font> <b><a name='cast_to'></a>cast_to</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> basic_type<font color='#5555FF'><</font>T<font color='#5555FF'>></font>::type U;
derived<font color='#5555FF'><</font>U<font color='#5555FF'>></font><font color='#5555FF'>*</font> d <font color='#5555FF'>=</font> <font color='#0000FF'>dynamic_cast</font><font color='#5555FF'><</font>derived<font color='#5555FF'><</font>U<font color='#5555FF'>></font><font color='#5555FF'>*</font><font color='#5555FF'>></font><font face='Lucida Console'>(</font>data.<font color='#BB00BB'>get</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>d <font color='#5555FF'>=</font><font color='#5555FF'>=</font> <font color='#979000'>0</font><font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>throw</font> <font color='#BB00BB'>bad_any_cast</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>return</font> d<font color='#5555FF'>-</font><font color='#5555FF'>></font>item;
<b>}</b>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>></font>
T<font color='#5555FF'>&</font> <b><a name='get'></a>get</b><font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> basic_type<font color='#5555FF'><</font>T<font color='#5555FF'>></font>::type U;
derived<font color='#5555FF'><</font>U<font color='#5555FF'>></font><font color='#5555FF'>*</font> d <font color='#5555FF'>=</font> <font color='#0000FF'>dynamic_cast</font><font color='#5555FF'><</font>derived<font color='#5555FF'><</font>U<font color='#5555FF'>></font><font color='#5555FF'>*</font><font color='#5555FF'>></font><font face='Lucida Console'>(</font>data.<font color='#BB00BB'>get</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>d <font color='#5555FF'>=</font><font color='#5555FF'>=</font> <font color='#979000'>0</font><font face='Lucida Console'>)</font>
<b>{</b>
d <font color='#5555FF'>=</font> <font color='#0000FF'>new</font> derived<font color='#5555FF'><</font>U<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>;
data.<font color='#BB00BB'>reset</font><font face='Lucida Console'>(</font>d<font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>return</font> d<font color='#5555FF'>-</font><font color='#5555FF'>></font>item;
<b>}</b>
any_decision_function<font color='#5555FF'>&</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>=</font> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> any_decision_function<font color='#5555FF'>&</font> item
<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#BB00BB'>any_decision_function</font><font face='Lucida Console'>(</font>item<font face='Lucida Console'>)</font>.<font color='#BB00BB'>swap</font><font face='Lucida Console'>(</font><font color='#5555FF'>*</font><font color='#0000FF'>this</font><font face='Lucida Console'>)</font>;
<font color='#0000FF'>return</font> <font color='#5555FF'>*</font><font color='#0000FF'>this</font>;
<b>}</b>
<font color='#0000FF'><u>void</u></font> <b><a name='swap'></a>swap</b> <font face='Lucida Console'>(</font>
any_decision_function<font color='#5555FF'>&</font> item
<font face='Lucida Console'>)</font>
<b>{</b>
data.<font color='#BB00BB'>swap</font><font face='Lucida Console'>(</font>item.data<font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>private</font>:
<font color='#0000FF'>struct</font> <b><a name='base'></a>base</b>
<b>{</b>
<font color='#0000FF'>virtual</font> ~<b><a name='base'></a>base</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <b>{</b><b>}</b>
<font color='#0000FF'>virtual</font> <font color='#0000FF'><u>void</u></font> <b><a name='copy_to'></a>copy_to</b> <font face='Lucida Console'>(</font>
scoped_ptr<font color='#5555FF'><</font>base<font color='#5555FF'>></font><font color='#5555FF'>&</font> dest
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <font color='#5555FF'>=</font> <font color='#979000'>0</font>;
<font color='#0000FF'>virtual</font> result_type <b><a name='evaluate'></a>evaluate</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> sample_type<font color='#5555FF'>&</font> samp
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <font color='#5555FF'>=</font> <font color='#979000'>0</font>;
<b>}</b>;
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>></font>
<font color='#0000FF'>struct</font> <b><a name='derived'></a>derived</b> : <font color='#0000FF'>public</font> base
<b>{</b>
T item;
<b><a name='derived'></a>derived</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <b>{</b><b>}</b>
<b><a name='derived'></a>derived</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> T<font color='#5555FF'>&</font> val<font face='Lucida Console'>)</font> : item<font face='Lucida Console'>(</font>val<font face='Lucida Console'>)</font> <b>{</b><b>}</b>
<font color='#0000FF'>virtual</font> <font color='#0000FF'><u>void</u></font> <b><a name='copy_to'></a>copy_to</b> <font face='Lucida Console'>(</font>
scoped_ptr<font color='#5555FF'><</font>base<font color='#5555FF'>></font><font color='#5555FF'>&</font> dest
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
dest.<font color='#BB00BB'>reset</font><font face='Lucida Console'>(</font><font color='#0000FF'>new</font> derived<font color='#5555FF'><</font>T<font color='#5555FF'>></font><font face='Lucida Console'>(</font>item<font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>virtual</font> result_type <b><a name='evaluate'></a>evaluate</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> sample_type<font color='#5555FF'>&</font> samp
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>return</font> <font color='#BB00BB'>item</font><font face='Lucida Console'>(</font>samp<font face='Lucida Console'>)</font>;
<b>}</b>
<b>}</b>;
scoped_ptr<font color='#5555FF'><</font>base<font color='#5555FF'>></font> data;
<b>}</b>;
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font>
<font color='#0000FF'>typename</font> sample_type,
<font color='#0000FF'>typename</font> result_type
<font color='#5555FF'>></font>
<font color='#0000FF'>inline</font> <font color='#0000FF'><u>void</u></font> <b><a name='swap'></a>swap</b> <font face='Lucida Console'>(</font>
any_decision_function<font color='#5555FF'><</font>sample_type, result_type<font color='#5555FF'>></font><font color='#5555FF'>&</font> a,
any_decision_function<font color='#5555FF'><</font>sample_type, result_type<font color='#5555FF'>></font><font color='#5555FF'>&</font> b
<font face='Lucida Console'>)</font> <b>{</b> a.<font color='#BB00BB'>swap</font><font face='Lucida Console'>(</font>b<font face='Lucida Console'>)</font>; <b>}</b>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T, <font color='#0000FF'>typename</font> U, <font color='#0000FF'>typename</font> V<font color='#5555FF'>></font>
T<font color='#5555FF'>&</font> <b><a name='any_cast'></a>any_cast</b><font face='Lucida Console'>(</font>any_decision_function<font color='#5555FF'><</font>U,V<font color='#5555FF'>></font><font color='#5555FF'>&</font> a<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>return</font> a.<font color='#0000FF'>template</font> cast_to<font color='#5555FF'><</font>T<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; <b>}</b>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T, <font color='#0000FF'>typename</font> U, <font color='#0000FF'>typename</font> V<font color='#5555FF'>></font>
<font color='#0000FF'>const</font> T<font color='#5555FF'>&</font> <b><a name='any_cast'></a>any_cast</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> any_decision_function<font color='#5555FF'><</font>U,V<font color='#5555FF'>></font><font color='#5555FF'>&</font> a<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>return</font> a.<font color='#0000FF'>template</font> cast_to<font color='#5555FF'><</font>T<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; <b>}</b>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<b>}</b>
<font color='#0000FF'>#endif</font> <font color='#009900'>// DLIB_AnY_DECISION_FUNCTION_Hh_
</font>
</pre></body></html> |
third-party/src/boost_1_56_0/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload1.html | rkq/cxxexp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::native_non_blocking (1 of 2 overloads)</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="../native_non_blocking.html" title="seq_packet_socket_service::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="seq_packet_socket_service::native_non_blocking">
<link rel="next" href="overload2.html" title="seq_packet_socket_service::native_non_blocking (2 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../native_non_blocking.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../native_non_blocking.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="boost_asio.reference.seq_packet_socket_service.native_non_blocking.overload1"></a><a class="link" href="overload1.html" title="seq_packet_socket_service::native_non_blocking (1 of 2 overloads)">seq_packet_socket_service::native_non_blocking
(1 of 2 overloads)</a>
</h5></div></div></div>
<p>
Gets the non-blocking mode of the native socket implementation.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">native_non_blocking</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="../native_non_blocking.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../native_non_blocking.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
poly/components/core-home-page-dev/components/core-theme-aware/core-theme-aware.html | mehrdadrafiee/mkaminsky11.github.io | <!--
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<!--
@group Polymer Core Elements
The `core-theme-aware` element is a base element which can be
extended to create elements that can support theming. This element applies
no styling itself; instead it allows the author to create styles that
apply known themes.
The user of a theme-aware element can set a `theme` attribute anywhere
in the dom tree containing the element, ShadowDOM inclusive. The theme-aware
element simply ensures that the element has the appropriate theme class. This
theme class corresponds to the theme attribute.
This means an author can create a set of elements that support a particular
theme, and the user of that set can, for example, set a theme attribute
on the body element to apply that theme inside the body element. The
`core-theme-aware` element also supports nested theming. For example,
the body element might be given theme="standard" but a particuarly subtree
could be given a theme="different".
`core-theme-aware` uses the [Polymer.ThemeAware](#Polymer.ThemeAware) mixin.
Example:
<body theme="pretty">
<core-theme-aware>
auto-styled with class="pretty" as a result of the containing theme
<core-theme-aware>
<section theme="different">
<core-theme-aware>
auto-styled with class="different" as a result of the containing theme
<core-theme-aware>
</section>
</body>
@class core-theme-aware
@status beta
@homepage github.io
-->
<!--
// NOTE: Polymer.ThemeAware methods separately documented so they can be part
// of core-theme-aware.
/**
* When no theme is specified, the value `defaultTheme` will be applied
* as the theme class.
* This is not typically intended for a user to set but is
* useful in an element that extends `core-theme-aware`.
*
* @attribute defaultTheme
* @type string
* @default ''
*/
/**
* The `activeTheme` property stores the current theme. When the activeTheme
* changes, the element's theme class is updated. An element can
* implement the `activeThemeChanged` method to do processing when the
* theme changes.
*
* This is not typically intended for a user to set but is
* useful in an element that extends `core-theme-aware`.
*
* @attribute activeTheme
* @type string
* @default ''
*/
/**
* The theme set by the user of the theme-aware element. The `theme`
* property will only be set if the user has specifically given the
* theme-aware element a theme attribute.
*
* @attribute theme
* @type string
* @default ''
*/
-->
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="core-theme-aware" attributes="theme">
<script>
/**
* `Polymer.ThemeAware` is a helper class that can be used to mixin basic
* theme-aware capability to an element which cannot extend from
* `core-theme-aware` because it extends from another element.
* The `Platform.mixin` method can be used to mixin theme aware capability
* into an element's prototype. Here's an example:
*
* Polymer('my-element', Platform.mixin({
*
* // my-element's properties and methods
* foo: 'foo',
*
* // be sure to call the validateTheme method in the attached method
* // to initialize the theme.
* attached: function() {
* this.validateTheme();
* }
*
* }, Polymer.ThemeAware));
*
* @class Polymer.ThemeAware
*/
Polymer.ThemeAware = {
/**
* When no theme is specified, the value `defaultTheme` will be applied
* as the theme class.
* This is not typically intended for a user to set but is
* useful in an element that extends `core-theme-aware`.
*
* @attribute defaultTheme
* @type string
* @default ''
*/
defaultTheme: '',
// TODO(sorvell): activeTheme exists so that we do not always serialize
// the theme property. This could be addressed instead via the serialize
// block (tbd) like this: serialize: {theme: false}. One issue with this
// approach, however, is that if Platform.mixin is used to supply
// Polymer.ThemeAware, it will overwrite the existing serialize block.
// Perhaps Platform.mixin should also mixin sub-objects?
/**
* The `activeTheme` property stores the current theme. When the activeTheme
* changes, the element's theme class is updated. An element can
* implement the `activeThemeChanged` method to do processing when the
* theme changes.
*
* This is not typically intended for a user to set but is
* useful in an element that extends `core-theme-aware`.
*
* @attribute activeTheme
* @type string
* @default ''
*/
activeTheme: '',
/**
* The theme set by the user of the theme-aware element. The `theme`
* property will only be set if the user has specifically given the
* theme-aware element a theme attribute.
*
* @attribute theme
* @type string
* @default ''
*/
theme: '',
/**
*
*
* @method validateTheme
*/
validateTheme: function() {
var theme = this.theme;
var defaultTheme = this.defaultTheme;
if (!theme) {
var p = this;
while (p && !theme) {
theme = p.getAttribute && p.getAttribute('theme');
defaultTheme = defaultTheme || p.defaultTheme;
p = p.parentNode || p.host;
}
}
this.activeTheme = this.theme || theme || defaultTheme;
},
themeChanged: function() {
this.activeTheme = this.theme;
},
activeThemeChanged: function(old) {
this.classList.switch(old, this.activeTheme);
}
};
Polymer('core-theme-aware', Platform.mixin({
attached: function() {
this.validateTheme();
}
}, Polymer.ThemeAware));
</script>
</polymer-element>
|
components/com_kunena/template/blue_eagle/css/kunena.forum.css | mere/fracturedplanet | @charset "utf-8";
/**
* Kunena Component
* @package Kunena.Template.Blue_Eagle
*
* @copyright (C) 2008 - 2013 Kunena Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.org
*
* Based on FireBoard Component
* @copyright (C) 2006 - 2007 Best Of Joomla All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.bestofjoomla.com
*
**/
/* ------------------------- FONT SIZES FOR BLUE EAGLE
PX EM PCT PT
6px .5em 50% 5pt
7px .583em 58.3% 5pt
8px .667em 66.7% 6pt
9px .75em 75% 7pt
10px .833em 83.3% 8pt
11px .917em 91.7% 8pt
12px 1em 100% 9pt (Base size)
13px 1.083em 108.3% 10pt
14px 1.167em 116.7% 11pt
15px 1.25em 125% 11pt
16px 1.333em 133.3% 12pt
17px 1.417em 141.7% 13pt
18px 1.5em 150% 14pt
19px 1.583em 158.3% 14pt
20px 1.667em 166.7% 15pt
21px 1.75em 175% 16pt
22px 1.833em 183.3% 17pt
23px 1.917em 191.7% 17pt
24px 2em 200% 18pt
----------------------------------------------------------*/
/*
----------------------------------------------------------------------------------------------- */
/* MAIN STYLES
----------------------------------------------------------------------------------------------- */
#Kunena {
padding: 0;
margin: 0;
line-height: 1.333em;
}
#Kunena table tr th,
#Kunena table tr td,
#Kunena div,
#Kunena p,
#Kunena span,
#Kunena ul li,
#Kunena ul li a {
font-size: 1em;
line-height: auto;
}
#Kunena sup {
vertical-align: super;
}
#Kunena sub {
vertical-align: sub;
}
#Kunena ul li,
#Kunena ul li a {
background: none;
margin: 0;
padding: 0;
}
/* Fix .visible-desktop in Bootstrap based templates */
#Kunena td.visible-desktop {
display: table-cell !important;
}
/* Fix form layout issues in Bootstrap based templates */
#Kunena form,
#Kunena select,
#Kunena textarea,
#Kunena input {
margin: 0;
width: auto;
height: auto;
}
/* Resets for Gantry */
#Kunena h1,
#Kunena h2,
#Kunena h3,
#Kunena h4 {
border: 0;
box-shadow: none;
text-shadow: none;
}
#Kunena .clr { clear:both; height:1px; overflow:hidden;}
#Kunena .fltlft {float:left;}
#Kunena .fltrt {float:right;}
#Kunena .kright {text-align:right;}
#Kunena .kleft {text-align:left;}
#Kunena .kcenter {text-align:center;}
#Kunena .nowrap {white-space:nowrap;}
#Kunena .divider {margin:0 3px;}
#Kunena .hidden {overflow:hidden;}
#Kunena a {
text-decoration: none;
font-weight: normal;
}
#Kunena a:link,
#Kunena a:visited,
#Kunena a:active {}
#Kunena a:focus {outline: none;}
#Kunena a:hover {}
#Kunena .overflow {
display: table;
table-layout:fixed;
width: 100%;
}
#Kunena .kxs {
/* 9px */
font-size: .75em;
}
#Kunena .kms {
/* 10px */
font-size: .833em;
}
#Kunena .ks {
/* 11px */
font-size: .917em;
}
#Kunena .km {
/* 12px */
font-size: 1em;
}
#Kunena .kl {
/* 16px */
font-size: 1.333em;
}
#Kunena .kxl {
/* 17px */
font-size: 1.417em;
}
#Kunena .kxxl {
/* 20px */
font-size: 1.667em;
}
#Kunena input.ksmall {
width: 25%;
}
#Kunena input.kmedium {
width: 45%;
}
#Kunena input.klarge {
width: 95%;
}
#Kunena textarea,
#Kunena textarea.kmedium {
font-size: 12px;
width: 95%;
height: 10em;
}
#Kunena textarea.ksmall {
height: 5em;
}
#Kunena textarea.klarge {
height: 20em;
}
#Kunena .knewchar {
font-weight: bold;
margin-left: 3px;
font-size: .75em;
vertical-align:top;
white-space:nowrap;
}
#Kunena table {
width :100%;
border-collapse:collapse;
padding:0;
margin:0;
}
/* Block styling
----------------------------------------------------------------------------------------------- */
#Kunena div.kblock {
display: table;
table-layout:fixed;
width: 100%;
border: none;
margin: 5px 0 0 0;
clear: both;
border-bottom:1px solid;
}
#Kunena .kblock div.kheader {
border-bottom:2px solid;
padding:0 10px 0 10px;
}
#Kunena .kheader h2,
#Kunena .kheader h2 a {
font-weight: bold;
margin-bottom: 0;
padding: 0;
}
#Kunena div.kblock div.ktitle {
text-align: left;
display: table-row;
width:100%;
margin: 0;
word-wrap: break-word;
overflow: hidden;
}
#Kunena div.kblock div.ktitle h1,
#Kunena div.kblock div.ktitle h2 {
border: none;
display: block;
line-height: 1.9em;
font-size:1.333em;
text-indent: 0px;
padding-top: 2px;
margin: 0 10px;
padding: 2px 0;
width: auto;
}
#Kunena div.kblock span.ktoggler {
float: right;
top: 1px;
right: -10px;
height: 1px;
position: relative;
}
#Kunena .ktoggler.close a:hover {
color:#ff0000;
background: url("../images/expand.gif") no-repeat scroll 0 0 transparent;
}
#Kunena .ktoggler.open a:hover {
color:#ff0000;
background: url("../images/shrink.gif") no-repeat scroll 0 0 transparent;
}
#Kunena div.kblock span.select-toggle {
float: right;
top: 5px;
right: 8px;
height: 1px;
position: relative;
}
#Kunena div.kblock div.kcontainer {
display: table-row;
}
#Kunena div.kblock div.kbody {
border-style:solid;
border-width:0px 1px;
overflow: hidden;
word-wrap: break-word;
}
#Kunena div.kblock label {
clear: both;
/*display: block;*/
}
#Kunena div.kblock div.khelprulescontent,
#Kunena div.kblock div.kfheadercontent {
vertical-align: top;
padding: 15px;
/*border: 1px solid;*/
}
#Kunena div.kblock div.khelprulesjump {
border: 1px solid;
}
#Kunena div.kblock div.kactions {
padding: 5px 10px;
line-height: 13px;
}
#Kunena table.kblock {
width: 100%;
margin: 5px 0 0 0;
clear: both;
border-spacing: 0;
}
#Kunena tr.krow0 td {
padding: 4px 8px;
}
#Kunena tr.krow1 td {
padding: 4px 8px;
}
#Kunena tr.krow2 td {
padding: 4px 8px;
}
#Kunena table.kblock .kcol {
padding: 4px 8px;
}
#Kunena .kcol-annid {
text-align: center;
width: 5%;
}
#Kunena .kcol-anndate {
width: 15%;
}
#Kunena .kcol-anntitle {
width: 50%;
}
#Kunena .kcol-annpublish {
text-align: center;
width: 10%;
}
#Kunena .kcol-annedit {
text-align: center;
width: 10%;
}
#Kunena .kcol-anndelete {
text-align: center;
width: 10%;
}
#Kunena table.kblocktable .knewchar {
font-size: .583em;
}
#Kunena tr.ksth {
font-size: 1em;
}
#Kunena tr.ksth th{
padding: 3px 5px;
text-align: center;
}
#Kunena td#kpost-buttons {
text-align:center;
}
#Kunena tr.krow1 td.kcc-row1,
#Kunena tr.krow2 td.kcc-row1 {
background: none;
}
#Kunena td.kcol-ktopicreplies {
text-align: center;
width:1%;
}
#Kunena td.kcol-ktopicreplies strong {
display: block;
font-size: 2.091em;
font-weight: normal;
margin: 4px 0;
}
#Kunena span.kcat-topics,
#Kunena span.kcat-replies {
text-align:center;
font-size: 1em;
}
#Kunena span.kcat-topics-number,
#Kunena span.kcat-replies-number {
display:block;
font-size: 1.417em;
margin:5px 0;
}
#Kunena .ktopic-latest-post,
#Kunena .ktopic-date {
font-size: .917em;
}
#Kunena a.ktopic-title {
font-weight: bold;
font-size: 1.25em;
}
#Kunena div.ktopic-title-cover {
text-align:left;
}
#Kunena div.ktopic-details {
clear:left;
font-size: .977em;
}
#Kunena .klatest-avatar,
#Kunena .ktopic-latest-post-avatar {
display: block;
height: auto;
width: 36px;
padding: 1px;
margin: 4px 6px 2px 0;
border: 1px solid;
float: left;
}
#Kunena img.klist-avatar,
#Kunena .klist-avatar {
height: auto;
width: 36px;
border: 0px
}
#Kunena .klatest-post-info {
display:block;
}
#Kunena .kcredits {
height: 31px;
line-height: 26px;
/*font-size: .833em;*/
}
#Kunena td.kcredits-kintro {
vertical-align: middle;
padding: 0 15px;
}
#Kunena .kfooter {
font-size: .833em;
}
#Kunena .kfooter-time {
}
#Kunena .kalert {
}
#Kunena td.kcol-first {
border-left: none;
border-bottom: 1px solid;
padding: 4px 8px;
vertical-align: middle;
white-space:nowrap;
}
#Kunena td.kcol-mid {
border-left: 1px solid;
border-bottom: 1px solid;
padding: 4px 8px;
vertical-align: middle;
}
#Kunena td.kcol-last {
border-left: 1px solid;
border-bottom: 1px solid;
padding: 4px 8px;
vertical-align: middle;
}
#Kunena td.ktopicmodule {
padding: 0;
}
#Kunena td.ktopicmoderation {
width: 1%;
vertical-align: middle;
}
#Kunena td.kcol-ktopiclastpost {
font-size: .917em;
width: 25%;
vertical-align: middle;
}
/* COLOR ADMINISTRATOR AND MODERATOR
----------------------------------------------------------------------------------------------- */
#Kunena .kwho-admin {
}
#Kunena .kwho-globalmoderator {
}
#Kunena .kwho-moderator {
}
#Kunena .kwho-user {
}
#Kunena .kwho-guest {
}
#Kunena .kwho-banned {
}
#Kunena .kwho-blocked {
}
/* MENU
----------------------------------------------------------------------------------------------- */
#Kunena #ktop {
margin: 0;
border-style: solid;
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 3px;
border-left-width: 0;
vertical-align: bottom;
line-height: 0;
}
#Kunena #ktop span.ktoggler {
margin:-16px 0;
padding:1px 1px 0;
}
#Kunena #ktopmenu {
margin:0.33em 0;
display: inline;
}
#Kunena #ktab {
margin:0 20px 0 0;
top: 0;
}
#Kunena #ktab ul {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
#Kunena #ktab ul ul {
margin: -2px 2px;
padding: 0;
list-style: none;
float: left;
}
#Kunena #ktab li,
#Kunena #ktab div.moduletable ul.menu li {
display: inline;
float: left;
margin: 2px 2px 0 0!important;
padding: 0;
border: 0;
}
#ktab div.moduletable {
background: none;
margin-bottom: 0;
}
#ktab div.moduletable ul.menu,
#ktab div.moduletable ul.menu li a,
#ktab div.moduletable ul.menu li a span {
background-image:none!important;
font-size: 1em;
line-height: 2em;
}
#Kunena #ktab a {
margin: 0;
padding: 0 10px;
text-decoration: none;
border: 0;
display: block;
float: left;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
font-size: 1em;
line-height: 2.3em;
text-indent: 0;
}
#Kunena #ktab a span {
display: block;
font-size: 1em;
line-height: 2.3em;
text-indent: 0;
padding: 0;
}
#Kunena #ktab a:hover,
#Kunena #ktab li.Kunena-item-active a {
background-position: right bottom;
}
#Kunena #ktab a:hover span,
#Kunena #ktab li.Kunena-item-active a span {
background-position: left bottom;
font-style: normal;
text-decoration: none;
}
#Kunena select#searchlist {
margin-bottom: 10px;
float:left;
}
#Kunena select,
#Kunena select:focus,
#Kunena select:hover {
/* background: none repeat scroll 0 0; */
/*font-size: .917em;*/
border: 1px solid;
padding: 0px;
}
#Kunena td.td-1 {
vertical-align:top;
}
/* Using a Joomla menu module */
#Kunena div.moduletable {
margin: 0;
padding: 0;
border:none;
}
#Kunena #ktab ul.menu li.active a {
/* Do not specify background color: template parameter */
}
#Kunena option {
background: none repeat scroll 0 0;
font-size: .917em;
padding: 0px 10px 0px 2px;
}
#Kunena .button,
#Kunena .kbutton {
background: none repeat scroll 0 0;
font-size: .917em;
border: 1px solid;
padding: 0px 4px;
margin-right: 10px;
}
#Kunena .kbutton-back {
}
#Kunena .kbutton-container {
margin-top: 20px;
text-align:center;
}
#Kunena .kbutton-container input.kbutton,
#Kunena .kbutton-container .kbutton,
#Kunena .kbutton-container .kbutton:hover,
#Kunena .kbutton-container .kbutton:focus {
font-size:1em;
font-weight:bold;
padding:4px;
}
#Kunena input.kinput {
border: 1px solid;
}
#Kunena table.klist-bottom td {
padding: 0 5px;
height: 20px;
line-height: 20px;
text-align:center;
}
#Kunena table.klist-bottom td.klist-moderators {
text-align:left;
}
#Kunena .kbutton:hover,
#Kunena .kbutton:focus {
background: none repeat scroll 0 0;
font-size: .917em;
border: 1px solid;
padding: 0px 4px;
}
#Kunena .klist-actions {
border: 1px solid;
margin-top: -1px;
}
#Kunena .klist-actions td {
vertical-align:middle;
padding: 0 10px;
white-space:nowrap;
}
#Kunena .klist-actions-bottom {
border: 1px solid;
margin-bottom: -1px;
}
#Kunena .klist-actions-info {
float: left;
font-weight: bold;
height: 28px;
line-height: 28px;
padding-left: 15px;
padding-right: 10px;
}
#Kunena .klist-actions-info a {
text-decoration: underline;
}
#Kunena .klist-pages {
border-left: 1px solid;
float: right;
font-size: 1.333em;
font-weight: bold;
height: 28px;
line-height: 28px;
padding-left: 10px;
padding-right: 5px;
}
#Kunena .klist-times {
border-left: 1px solid;
height: 28px;
line-height: 28px;
padding-left: 5px;
padding-right: 10px;
}
#Kunena a.klist-pages-link:link,
#Kunena a.klist-pages-link:visited {
text-decoration: underline;
}
#Kunena .klist-pages-link {
padding: 0pt 5px;
}
#Kunena .klist-actions-info-all {
font-weight: bold;
height: 28px;
line-height: 28px;
padding-left: 15px;
padding-right: 10px;
}
#Kunena .klist-actions-goto {
height: 28px;
padding: 0px 2px 0px 2px;
width: 1%;
vertical-align: middle;
}
#Kunena .klist-actions-forum {
border-left: 1px solid;
height: 28px;
padding: 1px 4px 1px 4px;
white-space: nowrap;
vertical-align: middle;
width: 10%;
}
#Kunena .klist-pages-all {
border-left: 1px solid;
font-size: 1.333em;
font-weight: bold;
height: 28px;
line-height: 28px;
padding-left: 5px;
padding-right: 3px;
vertical-align: middle;
text-align: right;
}
#Kunena .klist-times-all {
width: 1%;
border-left: 1px solid;
height: 28px;
line-height: 28px;
padding-left: 5px;
padding-right: 5px;
}
#Kunena .klist-jump-all {
width: 1%;
border-left: 1px solid;
height: 20px;
line-height: 20px;
padding-left: 5px;
padding-right: 5px;
white-space: nowrap;
}
#Kunena .klist-jump-all form {
display: table;
}
#Kunena .klist-times-all .inputboxusl {
/*font-size: .833em;*/
margin: 0pt;
padding: 0pt;
width: 100px;
}
#Kunena .klist-jump-all form .inputbox {
/*font-size: .833em;*/
margin: 0pt;
padding: 0pt;
width: 150px;
}
#Kunena .klist-pages-all table tr td {
height: 28px;
line-height: 28px;
white-space: nowrap;
}
#Kunena td.klist-jump-all input.kjumpgo {
display: none;
}
#Kunena .klist-top {
background: none;
border: 1px solid;
margin: -1px 0px 0px;
width: 100%;
}
#Kunena .klist-bottom {
background:none;
border:1px solid;
margin:0 0 5px;
min-height:2.33em;
padding:1px 5px;
padding-bottom:10px !important;
}
#Kunena .klist-moderators {
clear: left;
}
#Kunena .klist-markallcatsread {
min-height: 27px;
padding: 0px;
overflow: hidden;
border: 1px solid;
}
#Kunena .klist-markallcatsread input.kbutton {
margin: 8px;
}
#Kunena .klist-categories {
border-left: 1px solid;
/* height: 28px;
line-height: 28px; */
padding: 0 5px 0 10px;
white-space: nowrap;
margin: 0;
}
#Kunena div.bannergroup {
text-align:center;
}
/*---------- Pagination ------------- */
#Kunena ul.kpagination{
border:0;
margin:0;
padding:0 5px 0 0;
}
#Kunena .kpagination li{
border:0;
margin:0;
padding:0;
font-size: .667em;
list-style-type:none;
line-height: .667em;
display:inline-block;
}
#Kunena #kflattable ul.kpagination {
width: auto;
font-size: 1.167em;
line-height: 1.167em;
}
#Kunena .kpagination a {
border:solid 1px;
}
#Kunena .kpagination li.page {
margin-right:2px;
}
#Kunena .kpagination li.more {
padding:4px 2px;
font-weight:bold;
}
#Kunena .kpagination .active {
border:solid 1px;
font-weight:bold;
padding:3px 5px;
margin: 2px;
}
#Kunena .kpagination a:link,
#Kunena .kpagination a:visited {
padding:0px 5px;
margin: 2px;
text-decoration:none;
}
#Kunena #kflattable .kpagination a:link,
#Kunena #kflattable .kpagination a:visited {
margin: 0;
}
#Kunena .kpagination a:hover{
border:solid 1px;
}
/* Inline pagination in topics */
#Kunena div.ktopic-title-cover ul.kpagination {
padding-top: 2px;
text-align:left;
/* display:inline; */
}
#Kunena div.ktopic-title-cover ul.kpagination li{
font-size:.833em;
}
#Kunena div.ktopic-title-cover ul.kpagination li.page {
float:left;
padding:4px 3px 0 0;
}
#Kunena div.ktopic-title-cover ul.kpagination a {
border:solid 1px;
}
#Kunena div.ktopic-title-cover ul.kpagination a:hover{
border:solid 1px;
}
#Kunena #kflattable ul.kpagination li {
margin: 0;
}
#Kunena span.ktopic-posted-time {
display: block;
float:left;
font-size: .917em;
padding-right:2px;
}
#Kunena span.ktopic-category {
float:left;
clear:left;
font-size: .917em;
}
#Kunena span.ktopic-views {
text-align:center;
}
#Kunena span.ktopic-views-number {
display: block;
font-size: 1.455em;
margin:5px 0;
text-align:center;
}
#Kunena span.ktopic-by {
float:left;
}
#Kunena span.ktopic-locked {
margin-left: 3px;
text-align: left;
}
/* HEADER
----------------------------------------------------------------------------------------------- */
#Kunena td.kprofileboxcnt {
text-align:left;
width: 95%;
vertical-align:middle;
padding:5px;
}
#Kunena td.kprofileboxcnt ul {
margin: 5px 0 5px 5px;
padding-left: 0;
}
#Kunena td.kprofileboxcnt ul.kprofilebox-link {
margin: 5px 0;
}
#Kunena td.kprofileboxcnt ul.kprofilebox-link li {
height: 10px;
line-height: 10px;
font-size: .917em;
margin-top: 5px;
padding-left:10px !important;
}
#Kunena td.kprofileboxcnt ul li {
list-style-type:none;
display: block;
background: 0 none;
}
#Kunena td.kprofileboxcnt ul.kprofilebox-welcome li {
padding: 2px;
}
#Kunena td.kprofileboxcnt ul.kprofilebox-welcome li input.kbutton {
margin: 0;
}
#Kunena td.kprofileboxcnt ul.kprofilebox-welcome li input.kbutton:hover {
}
#Kunena .kpbox {
margin: 0!important;
padding:0;
}
#Kunena div#kforum-head {
padding: 5px 10px;
vertical-align:middle;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
}
#Kunena table#kforumsearch input.kbutton {
margin: 10px;
}
#Kunena div#kmoderatorslist div.kbody {
border:1px solid;
height:25px;
line-height:25px;
margin:-6px 0 0;
padding:5px;
}
#Kunena div.kmoderatorslist-jump form#jumpto {
margin:5px;
}
#Kunena table.kblock .kcol-search-subject {
width: 70%;
}
#Kunena table.kblock .kcol-search-author {
width: 10%;
}
#Kunena table.kblock .kcol-search-date {
width: 20%;
}
/* SEARCH
----------------------------------------------------------------------------------------------- */
#Kunena fieldset {
border:1px solid;
padding:15px;
margin-bottom: 15px;
}
#Kunena fieldset legend {
font-size: 1.182em;
padding-left: 5px;
padding-right: 5px;
margin: 0 0 0 -5px;
font-weight: bold;
}
#Kunena select#catids option{
padding-left: 5px;
}
#Kunena label.searchlabel {
display:block;
margin-bottom: 5px;
margin-right: 100px;
}
#Kunena input#keywords,
#Kunena input#username {
/*width:250px;*/
margin-right: 10px;
}
#Kunena select#catids {
float:left;
margin-bottom: 20px;
}
#Kunena label#childforums-lbl{
float:left;
clear:left;
}
#Kunena fieldset#search-posts-date select,
#Kunena fieldset#search-posts-sort select {
margin-right: 10px;
}
#Kunena fieldset#search-posts-start select {
margin-left: 10px;
}
#Kunena div.ksearchresult-desc {
padding: 5px;
}
#Kunena div#ksearchresult div.resultmsg {
padding: 15px 0;
clear:left;
}
#Kunena div#ksearchresult span.kmsgtitle a {
font-weight: bold;
}
#Kunena div#ksearchresult span.kmsgdate {
float: left;
}
#Kunena div#ksearchresult div.kresult-title {
border-bottom: 1px solid;
overflow:hidden;
padding-bottom:5px;
}
#Kunena div#ksearchresult td.resultmsg {
padding: 0 10px 10px;
}
#Kunena div#ksearchresult div.resultcat {
padding: 5px 0 0 0;
border-top: 1px dotted;
}
#Kunena div.kadvsearch td.kcol-first,
#Kunena div.kadvsearch td.kcol-mid {
width: 50%;
vertical-align: top;
}
/* PROFILEBOX AND LOGINBOX
----------------------------------------------------------------------------------------------- */
#Kunena ul.kprofilebox-link {
float:right;
}
#Kunena ul.kprofilebox-link li {
background: url("../images/icons/arrow.png") no-repeat left !important;
padding-left: 12px;
display: inline;
padding-right:10px;
}
#Kunena .kprofilebox-left {
width: 5%;
padding: 8px;
border-right: 1px solid;
vertical-align: middle;
}
#Kunena .kprofilebox-right {
border-left: 1px solid;
padding: 8px;
}
#Kunena .klink-block {
padding-top: 5px;
}
#Kunena div.kpbox {
border-bottom: 1px solid;
}
/* CATEGORY LIST
----------------------------------------------------------------------------------------------- */
#Kunena td.kmycount,
#Kunena td.kcol-kcattopics,
#Kunena td.kcol-kcatreplies,
#Kunena td.kcol-ktopicicon,
#Kunena td.kcol-ktopicviews {
white-space:nowrap;
text-align:center;
width: 1%;
vertical-align: middle;
}
.kcol-ktopicicon img {
border: 0 none;
}
#Kunena td.kcol-kcatlastpost {
width: 25%;
text-align:left;
vertical-align: middle;
}
#Kunena td.kcol-knoposts {
width: 25%;
text-align:center;
vertical-align: middle;
}
#Kunena td.kcol-category-icon {
width: 1%;
}
#Kunena #kblock4,
#Kunena #kblock1,
#Kunena .k-bt-cvr1 {
margin-top: 5px;
}
#Kunena table.kblocktable {
border-style: solid;
border-width: 0px 0px 0px 0px;
text-align: left;
}
#Kunena h1,
#Kunena h2 {
text-align: left;
display: block;
width:100%;
line-height: 1.5em;
font-size:1.333em;
padding-top: 2px;
min-height: 1.6em;
margin-top: 0px;
margin-bottom: 0px;
font-weight:bold;
text-transform: none;
}
#Kunena h2 a {
font-weight: bold;
}
#Kunena h1 a:hover,
#Kunena h2 a:hover {
text-decoration: underline;
}
#Kunena h1 a:link,
#Kunena h1 a:active,
#Kunena h1 a:visited {
}
#Kunena h2 span.kright {
float: right;
margin: 0 10px;
}
#Kunena h2 span.kheadbtn {
margin: 0 !important;
}
#Kunena h2 span.kheadbtn a {
font-size: 11px !important;
line-height: 23px;
border: 1px solid;
padding-top: 1px;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
}
#Kunena h2 span.kheadbtn:hover a {
text-decoration: none;
border: 1px solid;
}
#Kunena div.ktitle-desc {
margin-top:-3px;
padding:0 0 6px;
}
#Kunena .kcheckbox {
float:right;
margin-right: -14px;
width: 20px;
}
#Kunena div.kfavorite {
background: url("../images/icons/favoritestar.png") no-repeat left top;
height: 18px;
width: 18px;
display: inline-block;
margin:-25px 4px 0;
float: right;
}
#Kunena .ktitle,
#Kunena a.ktitle {
font-weight: bold;
display: block;
text-decoration: none;
float:left;
}
#Kunena .ktitle a {
font-weight: bold;
text-decoration: none;
}
#Kunena div.kthead-title a {
font-size: .917em;
display: inline-block;
float: left;
padding-bottom: 0;
margin-bottom: 3px;
font-weight: bold;
}
#Kunena div.kthead-desc,
#Kunena div.kthead-moderators {
clear: left;
line-height: 1.2em;
}
#Kunena div.kthead-moderators {
margin-top: 5px;
font-size: .833em;
}
#Kunena div.kthead-desc a {
font-weight:bold;
}
#Kunena div.kthead-desc a:hover {
text-decoration:underline;
}
#Kunena div.kthead-child {
clear: left;
border-top: 1px dotted;
margin-top: 4px;
}
#Kunena table.kcc-table tr td {
border: 0px solid;
}
#Kunena div.kcc-childcat-title {
width: 100%;
display: inline-block;
vertical-align: top;
padding-top: 4px;
line-height: 2em;
text-transform: uppercase;
font-size: .833em;
}
#Kunena div.kcc-table {
display: inline;
}
#Kunena span.kchildcount {
margin-left: 2px;
margin-right: 6px;
display: inline;
font-size: 0.833em;
line-height: 17px;
}
#Kunena div.klatest-subject,
#Kunena div.klatest-subject-by {
margin-left: 5px;
}
#Kunena div.kcc-subcat {
float: left;
display: inline-block;
vertical-align: top;
padding-top: 2px;
}
#Kunena div.kcc-subcat a {
font-size: .917em;
vertical-align: bottom;
}
/* SHOW CATEGORY
----------------------------------------------------------------------------------------------- */
#Kunena img.stickyicon,
#Kunena img.attachicon {
float: right;
border: 0;
margin: 2px;
}
#Kunena img.catavatar {
width: 20px;
height: 20px;
margin-left: 4px;
border: 1px solid;
}
#Kunena .kcontenttablespacer {
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid;
line-height:0.5em;
}
#Kunena .krow1-stickymsg {
}
#Kunena .krow2-stickymsg {
}
/* VIEW PAGE
-------------------------------------------------------------------- */
#Kunena div.kmsg-header {
border-bottom:2px solid;
padding:0;
}
#Kunena div.kmsg-header h2 {
font-size:.917em;
padding:3px 0;
margin-bottom: 0;
}
#Kunena div.kmsg-header-top span.kmsgdate-top,
#Kunena div.kmsg-header-bottom span.kmsgdate-bottom,
#Kunena div.kmsg-header-right span.kmsgdate-right,
#Kunena div.kmsg-header-left span.kmsgdate-left {
width: 180px;
text-align: center;
line-height:1.8em;
padding-left: 10px;
}
#Kunena div.kmsg-header-left span.kmsgdate-left {
float: none;
padding: 0;
padding-bottom: 5px;
}
#Kunena div.kmsg-header-top span.kmsg-title-top,
#Kunena div.kmsg-header-bottom span.kmsg-title-bottom,
#Kunena div.kmsg-header-left span.kmsg-title-left,
#Kunena div.kmsg-header-right span.kmsg-title-right {
/*padding-left:15px;*/
margin-left:5px;
}
#Kunena div.kmsg-header-top span.kmsg-id-top,
#Kunena div.kmsg-header-bottom span.kmsg-id-bottom,
#Kunena div.kmsg-header-left span.kmsg-id-left,
#Kunena div.kmsg-header-right span.kmsg-id-right {
float: right;
margin:0 10px 0 0;
padding: 0
}
#Kunena span.kpost-thankyou {
float: right;
margin-right: 15px;
font-size:0.917em;
}
#Kunena div.kpost-thankyou {
margin-top:4px;
}
#Kunena span.kmsgusertype {
font-weight: normal;
text-decoration: none;
text-decoration: none;
font-style: italic;
}
#Kunena span.kavatar img {
border: 1px solid;
padding: 1px;
margin: 5px;
max-width: 100px;
max-height: 150px;
}
#Kunena span.kmsgtitle,
#Kunena span.kmsgtitle-new {
font-weight: bold;
text-decoration: none;
background: url("../images/msgtitleicon.gif") no-repeat left center;
padding-left: 25px;
line-height: 22px;
font-size: 1.333em;
}
#Kunena span.kmsgtitle-new {
background: url("../images/msgtitlenew.gif") no-repeat left center;
}
#Kunena table.kmsg th.kmsg-date {
vertical-align: middle !important;
}
#Kunena th.kmsg-date span.ktopbottom,
#Kunena th.kmsg-date span.kheader-right {
float: left;
margin:2px 25px;
}
#Kunena span.kmsgdate {
font-weight: normal;
text-decoration: none;
padding-left: 5px;
/*font-size: .833em;*/
white-space: nowrap;
/*float: left;*/
}
#Kunena div.kmsgbody {
display: table;
table-layout: fixed;
width: 100%;
padding: 10px 0 0 0;
margin-top: 5px;
min-height: 180px;
}
#Kunena div.kmsgbody div.kmsgtext {
word-wrap:break-word;
overflow: hidden;
}
#Kunena td.kmessage-right div.kmsgbody,
#Kunena td.kmessage-left div.kmsgbody,
#Kunena td.kmessage-top div.kmsgbody,
#Kunena td.kmessage-bottom div.kmsgbody {
width: 97%;
}
#Kunena div.kmsgbody div.kmsgtext img {
max-width:100%;
max-height: 800px;
}
#Kunena div.kmsgbody div.kmsgtext ul > li {
list-style-type:disc;
}
#Kunena div.kmsgattach {
overflow: hidden;
padding: 8px;
margin-top: 8px;
background:none;
border:1px dotted;
display:block;
}
#Kunena ul.kfile-attach,
#Kunena ul.kfile-attach-editing {
margin:0 0 8px 0;
padding:0;
}
#Kunena ul.kfile-attach li {
list-style-type: none;
margin-top: 10px;
padding-left: 30px;
background:url("../images/icons/attachment.png") no-repeat;
height: 32px;
line-height: 32px;
width: auto;
float: left;
}
#Kunena ul.kfile-attach li span {
padding-left: 10px;
vertical-align:top;
font-size: .833em;
}
#Kunena ul.kfile-attach-editing li span {
vertical-align:top;
padding-left: 2px;
}
#Kunena ul.kfile-attach-editing li {
list-style-type: none;
margin-top: 10px;
line-height: 32px;
}
#Kunena ul.kfile-attach li a img,
#Kunena ul.kfile-attach-editing li a img {
max-width: 32px;
max-height: 32px;
margin-left: 10px;
}
#Kunena span.kmsgtext-xs {
font-size: 0.5em;
}
#Kunena span.kmsgtext-s {
font-size: 0.75em;
}
#Kunena span.kmsgtext-m {
font-size: 1em;
}
#Kunena span.kmsgtext-l {
font-size: 1.25em;
}
#Kunena span.kmsgtext-xl {
font-size: 1.50em;
}
#Kunena span.kmsgtext-xxl {
font-size: 2em;
}
#Kunena div.kmsgtext pre,
#Kunena div.kmsgtext code {
border-left: 5px solid;
border-right: 1px solid;
border-top: 1px solid;
border-bottom: 1px solid;
font-weight: normal;
line-height: 1.5;
margin: 3px 0 10px 0;
padding: 10px 15px;
overflow: auto;
width: auto;
word-wrap:normal;
max-height: 25em;
}
#Kunena table.kmsg th a {
float: right;
}
#Kunena div.kmessage-editmarkup-cover {
padding-top: 5px;
text-align: right;
border-bottom: 1px dotted;
}
#Kunena span.kmessage-editmarkup {
background: no-repeat left center;
height: 16px;
border-left: 1px dotted;
border-right: 1px dotted;
border-top: 1px dotted;
padding: 2px 5px 2px 5px;
margin-left: 3px;
font-size: .75em;
}
#Kunena span.kmessage-informmarkup {
height: 16px;
border-left: 1px dotted;
border-right: 1px dotted;
border-top: 1px dotted;
padding: 2px 5px 2px 5px;
margin-left: 3px;
font-size: .75em;
}
#Kunena div.kmsgsignature {
border-top:1px dotted;
font-size: .833em;
margin:15px 0;
padding:5px 0;
text-align:left;
}
#Kunena div.kmsgsignature img {
max-width:100%;
max-height: 100px;
}
#Kunena div.kmessage-buttons-cover {
float: right;
}
#Kunena div.kmessage-buttons-row {
text-align: left;
height: 15px;
line-height: 15px;
margin: 3px 0px;
line-height: 14px;
white-space: nowrap;
font-size: .917em;
}
#Kunena div.kmessage-thankyou{
border-top: 1px dotted;
clear: both;
}
#Kunena .kreply-form {
border: 1px solid;
padding: 0.5em;
}
#Kunena .kreply-form .inputbox {
border: 1px solid;
margin: 2px 0px;
}
#Kunena div.kmsgtext-article,
#Kunena div.kmsgtext-quote,
#Kunena div.kmsgtext-hide,
#Kunena div.kmsgtext-confidential {
display: block;
border: 1px dotted;
margin: 5px 0pt;
padding: 5px;
font-style: italic;
}
#Kunena div.kmsgtext-article {
}
#Kunena div.kmsgtext-hide {
}
#Kunena div.kmsgtext-confidential {
}
#Kunena div.khide {
background: url("../images/bullet-tips.gif") no-repeat scroll 5px center;
border: 1px dotted;
font-size: 1.3em;
padding: 10px 10px 10px 25px;
}
#Kunena .kmsgimage {
display:inline;
padding: 0 5px;
}
/* AVATAR POSITION
----------------------------------------------------------------------- */
#Kunena div.kmsgtitle {
/*border-bottom:1px solid;
padding-bottom: 5px;*/
}
/* right
----------------------------------------*/
#Kunena td.kprofile-right {
width: 170px;
min-width: 170px;
border-bottom: 1px solid;
border-left: 1px solid;
vertical-align:top;
}
#Kunena td.kmessage-right {
width: 100%;
overflow: hidden;
padding: 10px 10px 0px 10px;
vertical-align: top;
}
#Kunena td.kbuttonbar-right {
vertical-align:bottom;
width: 100%;
height: 1em;
margin: 3px;
border-bottom: 1px solid;
padding: 3px 10px;
}
/* left
----------------------------------------*/
#Kunena td.kprofile-left {
vertical-align: top;
width: 170px;
min-width: 170px;
border-bottom: 1px solid;
border-right: 1px solid;
}
#Kunena td.kmessage-left {
overflow: hidden;
width: 100%;
padding: 10px 10px 0px 10px;
vertical-align: top !important;
}
#Kunena td.kbuttonbar-left {
vertical-align:bottom;
width: 100%;
height: 1em;
margin: 3px;
border-bottom: 1px solid;
padding: 3px 10px;
}
#Kunena .kunapproved td {
}
#Kunena .kdeleted td {
}
#Kunena div.kprofile {
text-align: center;
padding: 5px;
}
/* User info on posts
----------------------------------------*/
/* Left and right layouts */
#Kunena ul.kpost-profile li {
padding: 0px;
}
#Kunena ul.kpost-profile {
margin:8px 0;
padding: 0;
text-align:center;
line-height: 1.5em;
}
#Kunena ul.kpost-profile li {
list-style-type: none;
display:block;
padding-bottom: 1px;
text-align:center !important;
}
#Kunena ul.kpost-profile li.kpost-username {font-size: 1.333em;}
#Kunena ul.kpost-profile li.kpost-usertype {}
#Kunena ul.kpost-profile li.kpost-avatar{}
#Kunena ul.kpost-profile li.kpost-userrank{}
#Kunena ul.kpost-profile li.kpost-userrank-img {}
#Kunena ul.kpost-profile li.kpost-userrank-img img{vertical-align: text-top;}
#Kunena ul.kpost-profile li.kpost-online-img{}
#Kunena ul.kpost-profile li.kpost-online-img img {vertical-align: text-top;}
#Kunena ul.kpost-profile li.kpost-karma {}
#Kunena li.kpost-karma span.kmsgkarma {
}
#Kunena span.kkarma-minus {
background: url("../media/iconsets/profile/default/default.png") no-repeat 0px -294px;
height: 14px;
width: 14px;
display: inline-block;
margin: -2px 0;
}
#Kunena span.kkarma-plus {
background: url("../media/iconsets/profile/default/default.png") no-repeat 0px -313px;
height: 14px;
width: 14px;
display: inline-block;
margin: -2px 0;
}
#Kunena li.kpost-userposts{
margin : 0px;
}
#Kunena ul.kpost-profile li.kpost-smallicons{
margin: 0px auto;
width: 90%;
}
#Kunena ul.kpost-profile li.kpost-personal{
text-align: center;
font-style:italic;
}
#Kunena span.kpost-online-status-yes {
display:inline-block;
background: url("../images/icons/online.gif") no-repeat;
height: 15px;
width: 74px;
vertical-align: text-top;
}
#Kunena span.kpost-online-status-no {
display:inline-block;
background: url("../images/icons/offline.gif") no-repeat;
height: 15px;
width: 74px;
vertical-align: text-top;
}
#Kunena li.kpost-online-status-top-yes {
display:block;
float: left;
padding-right:5px;
background: url("../images/icons/online.gif") no-repeat;
height: 15px;
width: 74px;
}
#Kunena li.kpost-online-status-top-no {
display:block;
float: left;
padding-right:5px;
background: url("../images/icons/offline.gif") no-repeat;
height: 15px;
width: 74px;
}
/* Top and bottom layouts */
#Kunena ul#kpost-profiletop {
margin:0;
padding: 0;
}
#Kunena ul#kpost-profiletop li {
list-style-type: none;
display:block;
padding: 0;
}
#Kunena ul#kpost-profiletop li.kpost-avatar{
float:left;
clear:left;
margin-right: 5px;
}
#Kunena ul#kpost-profiletop li.kpost-userrank{
padding-right: 5px;
}
#Kunena ul#kpost-profiletop li.kpost-smallicons{
float:right;
width: auto;
padding-top: 5px;
}
#Kunena ul#kpost-profiletop li.kpost-personal{
text-align: center;
font-style:italic;
float:right;
width: 40%;
padding-top: 5px;
}
/* top
----------------------------------------*/
#Kunena ul#kpost-profiletop li.kpost-userrank-img {
display: block;
}
#Kunena td.kprofile-top {
vertical-align: top;
border-bottom: 1px solid;
padding: 5px;
}
#Kunena td.kmessage-top {
width: 100%;
padding: 10px 10px 0px 10px;
}
#Kunena td.kbuttonbar-top {
width: 100%;
margin: 3px;
border-bottom: 1px solid;
padding: 3px 10px;
}
#Kunena div.ktopbottom-avatar {
float: left;
}
#Kunena div.kprofile-mid {
padding: 0px 5px;
display: inline;
text-align: left;
vertical-align: middle;
float:left;
}
#Kunena div.kprofile-right {
display: inline;
vertical-align: middle;
float:right;
width: 15%;
text-align:right;
}
#Kunena div.kpersonal {
padding: 0px 20px;
display: inline;
text-align: left;
vertical-align: middle;
float:left;
}
/* bottom
----------------------------------------*/
#Kunena td.kprofile-bottom {
vertical-align: bottom;
border-bottom: 1px solid;
border-top: 1px solid;
padding: 5px;
}
#Kunena td.kmessage-bottom {
width: 100%;
overflow: hidden;
padding: 10px 10px 0px 10px;
}
#Kunena td.kbuttonbar-bottom {
width: 100%;
margin: 3px;
padding: 3px 10px;
}
/* Stats on main page */
#Kunena ul#kstatslistleft,
#Kunena ul#kstatslistright {
margin: 0;
padding: 0;
}
#Kunena ul#kstatslistleft li,
#Kunena ul#kstatslistright li {
list-style-type:none;
display:block;
margin-left: 0;
padding: 1px 0px 1px 0;
background: none;
line-height: 1.333em;
}
#Kunena ul#kstatslistright li strong a {
font-weight:bold;
}
/*
POST PAGE
-------------------------------------------------------------------- */
#Kunena #kpost-message .postinput {
width: 94%;
border: 1px solid;
padding: 3px 5px;
}
#Kunena #kpost-message .postinput:hover,
#Kunena #kpost-message .postinput:focus {
width: 94%;
border: 1px solid;
padding: 3px 5px;
}
#Kunena #kpostmessage tr.krow2 td.kcol-ktopicicons table {
width: 95%;
}
#Kunena #kpostmessage tr.krow2 td.kcol-ktopicicons td {
border: 1px solid;
width: 99%;
}
#Kunena #kpostmessage tr.krow1 .kpostbuttonset td.kposthint {
border: 1px solid;
padding: 2px 5px;
}
#Kunena table#kpostmessage .kposthint .kinputbox {
border: 0px solid;
width: 99%;
}
#Kunena .kpostbuttonset {
width: 95%;
margin: 2px;
border: 1px solid;
}
#Kunena tr.krow1 .kpostbuttons {
border: 1px solid;
}
#Kunena table#kpostmessage .ktxtarea {
overflow: auto;
/* IMPORTANT: height must be set in px */
height: 200px;
border: 1px solid;
}
#Kunena table.kreview-table td.author {
width: 15%;
text-align: center;
}
#Kunena td.kcaptcha {
text-align: left;
vertical-align:middle;
height: 35px;
}
#Kunena div#khistory td.kauthor,
#Kunena div#ksearchresult td.kresultauthor {
text-align:center;
}
#Kunena div#khistory td.khistorymsg {
text-align:left;
padding: 10px;
}
#Kunena div#khistory span.khistory-msgdate {
float:left;
padding-left: 10px;
}
#Kunena div#khistory tr.ksth a {
float:right;
padding-right: 10px;
}
/* ---- Post Previews ---- */
#Kunena textarea#kbbcode-message {
width: 95%;
float: left;
}
#Kunena #kbbcode-preview {
/* IMPORTANT: do not set height - controlled by js */
border: 1px solid;
overflow: scroll;
}
#Kunena div.kbbcode-preview-bottom {
/* IMPORTANT: do not set height - controlled by js */
float:left;
clear:left;
width: 95%;
margin-top: 10px;
}
#Kunena div.kbbcode-preview-right {
/* IMPORTANT: do not set height - controlled by js */
float:right;
width: 48%;
margin-right: 10px;
}
#Kunena #kpostmessage tr.krow1 .kpostbuttonset td,
#Kunena #kpostmessage tr.krow2 .kpostbuttonset td {
border-bottom: 1px solid;
}
#Kunena #kpost-message td.kcol-first {
width: 15%;
text-align: right;
vertical-align: middle;
}
#Kunena #kpost-result div {
border: 1px solid;
font-size: 1em;
}
#Kunena #kpost-buttons {
padding: 4px;
}
#Kunena #kpost-buttons .kbutton {
padding: 4px;
font-weight: bold;
font-size: 1em;
}
#Kunena div#kcolor-palette,
#Kunena div#link,
#Kunena div#image,
#Kunena div#video {
border-bottom: 1px solid;
margin-bottom: 5px;
padding-bottom: 5px;
}
/* FORUM ICON BUTTONS
----------------------------------------------------------------------------------------------- */
#Kunena .kicon-button {
text-transform: uppercase;
/* We need to use fixed font size: button does not grow */
font-size: 11px;
text-decoration: none;
cursor: pointer;
line-height: 145%;
display: inline-block;
background-image: url("../media/iconsets/buttons/default/default.png") !important;
background-repeat: repeat-x;
border: none;
margin:0 5px;
}
/*
#Kunena a.kicon-button:hover {
background-position: 0 -480px !important;
}
*/
#Kunena .kicon-button span {
background-color: inherit;
background-image: inherit;
background-repeat: no-repeat;
border:0;
display: inline-block;
margin:0 -5px;
}
#Kunena .kicon-button span span {
height: 18px;
display: inline-block;
margin: 0;
padding: 0 7px 0 20px;
background-repeat: no-repeat;
}
#Kunena a.kicon-button span span:hover {
text-decoration: underline;
}
/* Need the hover states to fix Beez in Joomla 1.6 */
#Kunena .kbuttonuser,
#Kunena .kbuttonuser:hover {
background-position: 0 -360px;
}
#Kunena .kbuttononline-yes,
#Kunena .kbuttonmod,
#Kunena .kbuttononline-yes:hover,
#Kunena .kbuttonmod:hover{
background-position: 0 -200px;
}
#Kunena .kbuttononline-no,
#Kunena .kbuttongen,
#Kunena .kbuttoncomm,
#Kunena .kbuttononline-no:hover,
#Kunena .kbuttongen:hover,
#Kunena .kbuttoncomm:hover {
background-position: 0 -480px;
}
#Kunena .kbuttononline-yes span span,
#Kunena .kbuttonmod span span,
#Kunena .kbuttononline-yes span span:hover,
#Kunena .kbuttonmod span span:hover{
background-position: right -220px;
}
#Kunena .kbuttonuser span span,
#Kunena .kbuttonuser span span:hover {
background-position: right -380px;
}
#Kunena .kbuttononline-no span span,
#Kunena .kbuttongen span span,
#Kunena .kbuttoncomm span span,
#Kunena .kbuttononline-no span span:hover,
#Kunena .kbuttongen span span:hover,
#Kunena .kbuttoncomm span span:hover {
background-position: right -500px;
}
#Kunena .kbuttononline-yes span span,
#Kunena .kbuttononline-no span span {
padding: 0 7px;
height: 15px;
}
#Kunena .kbuttononline-yes span.online-yes {background-position: 0 0px;}
#Kunena .kbuttononline-no span.online-no {background-position: 0 -400px;}
#Kunena .kbuttoncomm span.reply {background-position: 0 -460px;}
#Kunena .kbuttoncomm span.quote {background-position: 0 -440px;}
#Kunena .kbuttoncomm span.newtopic {background-position: 0 -420px;}
#Kunena .kbuttonuser span.layout-flat {background-position: 0 -240px}
#Kunena .kbuttonuser span.layout-flat span {padding: 0 7px;}
#Kunena .kbuttonuser span.layout-threaded {background-position: 0 -240px}
#Kunena .kbuttonuser span.layout-threaded span {padding: 0 7px;}
#Kunena .kbuttonuser span.layout-indented {background-position: 0 -240px}
#Kunena .kbuttonuser span.layout-indented span {padding: 0 7px;}
#Kunena .kbuttonuser span.thankyou {background-position: 0 -340px;}
#Kunena .kbuttonuser span.favorite {background-position: 0 -260px;}
#Kunena .kbuttonuser span.subscribe {background-position: 0 -320px;}
#Kunena .kbuttonuser span.markread {background-position: 0 -300px;}
#Kunena .kbuttonuser span.report {background-position: 0 -320px;}
#Kunena .kbuttonmod span.merge {background-position: 0 -100px;}
#Kunena .kbuttonmod span.edit {background-position: 0 -60px;}
#Kunena .kbuttonmod span.delete {background-position: 0 -40px;}
#Kunena .kbuttonmod span.permdelete {background-position: 0 -40px;}
#Kunena .kbuttonmod span.undelete {background-position: 0 -20px;}
#Kunena .kbuttonmod span.move {background-position: 0 -140px;}
#Kunena .kbuttonmod span.sticky {background-position: 0 -180px;}
#Kunena .kbuttonmod span.lock {background-position: 0 -80px;}
#Kunena .kbuttonmod span.split {background-position: 0 -160px;}
#Kunena .kbuttonmod span.approve {background-position: 0 -180px;}
#Kunena .kbuttonmod span.moderate {background-position: 0 -120px;}
/* Goto Up/down buttons */
#Kunena a.kbuttongoto {
}
#Kunena a.kbuttongoto span.top {
background: url("../images/icons/top_arrow.gif") no-repeat left top;
height: 18px;
width: 18px;
display: block;
}
#Kunena a.kbuttongoto span.bottom {
background: url("../images/icons/bottom_arrow.gif") no-repeat left top;
height: 18px;
width: 18px;
display: block;
}
#Kunena div#kreport-container {
/*border:1px solid;*/
height:1%;
overflow:auto;
padding:10px 10px 30px;
}
#Kunena form.kform-report,
#Kunena form.kform-report label,
#Kunena form.kform-report input,
#Kunena form.kform-report textarea {
float:left;
clear:both;
}
#Kunena form.kform-report label {
margin-top: 15px;
}
#Kunena form.kform-report input,
#Kunena form.kform-report textarea {
border:1px solid;
}
#Kunena div.kreportstatus {
text-align:center;
margin: 30px 0;
}
/*
BBCODE BUTTONS
-------------------------------------------------------------------- */
#Kunena img.kbbcode {
cursor: pointer;
margin-top: 4px;
margin-right: 1px;
padding: 0px;
}
#Kunena img.kbbcode:hover {
cursor: pointer;
margin-top: 4px;
margin-right: 1px;
padding: 0px;
}
#Kunena .kbbcode-colortable {
cursor: pointer;
width: 100%;
margin-left: auto;
margin-right: auto;
}
#Kunena div#kbbcode-size-options {
margin:2px 0 0;
}
#Kunena div#kbbcode-size-options span {
vertical-align: middle;
display: inline-block;
line-height: 24px;
}
#Kunena div#kbbcode-size-options span:hover {
cursor: pointer;
padding: 0px;
}
#Kunena table.kpostbuttonset tr td.kpostbuttons select.kslcbox {
position: relative;
bottom: 5px;
}
#Kunena #kbbcode-toolbar {
list-style-position:inside;
list-style-type:none;
height:18px;
margin:2px 0 2px;
padding:0;
position:relative;
}
#Kunena #kbbcode-toolbar li {
float:left;
list-style-image:none !important;
list-style-type:none !important;
margin:0;
padding:0;
}
#Kunena #kbbcode-toolbar li a {
background-repeat: no-repeat;
display:block;
height:18px;
width:18px;
margin-right: 2px;
}
#Kunena #kbbcode-toolbar li a:hover {
cursor: pointer;
padding: 0px;
}
#Kunena #kbbcode-toolbar li span {
display:none;
}
#Kunena ul#kbbcode-toolbar li a#kbbcode-separator1,
#Kunena ul#kbbcode-toolbar li a#kbbcode-separator2,
#Kunena ul#kbbcode-toolbar li a#kbbcode-separator3,
#Kunena ul#kbbcode-toolbar li a#kbbcode-separator4,
#Kunena ul#kbbcode-toolbar li a#kbbcode-separator5,
#Kunena ul#kbbcode-toolbar li a#kbbcode-separator6,
#Kunena ul#kbbcode-toolbar li a#kbbcode-separator7,
#Kunena ul#kbbcode-toolbar li a#kbbcode-separator8 {
background-position:-400px 0;
width: 8px;
cursor: default;
}
#Kunena ul#kbbcode-toolbar li a#kbbcode-bold-button {background-position:0 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-italic-button {background-position:-18px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-underline-button {background-position:-36px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-strike-button {background-position:-54px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-sub-button {background-position:-72px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-sup-button {background-position:-90px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-size-button {background-position:-108px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-color-button {background-position:-126px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-spoiler-button {background-position:-144px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-hide-button {background-position:-162px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-ulist-button {background-position:-180px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-olist-button {background-position:-198px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-list-button {background-position:-216px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-left-button {background-position:-234px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-center-button {background-position:-252px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-right-button {background-position:-270px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-quote-button {background-position:-288px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-code-button {background-position:-306px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-image-button {background-position:-324px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-link-button {background-position:-342px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-table-button {background-position:0 -18px;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-module-button {background-position:-18px -18px;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-ebay-button {background-position:-360px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-video-button {background-position:-378px 0;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-map-button {background-position:-72px -18px;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-attach-button {background-position:-36px -18px;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-gallery-button {background-position:-54px -18px;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-poll-button {background-position:-90px -18px;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-previewbottom-button {background-position:-252px -18px;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-previewright-button {background-position:-270px -18px;}
#Kunena ul#kbbcode-toolbar li a#kbbcode-help-button {background-position:-396px -18px;}
#Kunena .kspoiler {
cursor:pointer;
}
#Kunena .kattachment .hasTip {
display: inline;
}
#Kunena .kattachment .kbutton {
/* font-size: 1em; */
}
#Kunena #kattachments {
line-height:18px;
}
#Kunena #kattachments a {
background-repeat: no-repeat;
display:inline-block;
height:18px;
width:18px;
margin-right: 2px;
}
#Kunena #kattachments a {
background-position:-216px -18px;
}
/* Define default image if not set in admin config */
#Kunena #kbbcode-toolbar li a,
#Kunena #kattachments a {
background-image:url("../media/iconsets/editor/default/default.png");
}
/*
Multi file upload for bbcode editor
-------------------------------------------------------------------- */
#kfilename {}
#Kunena .kfile-input-textbox {/* float: left; */ display: inline-block; }
#kupload {}
#Kunena .kfile-hide {
position: relative;
width: 100px;
height: 23px;
overflow: hidden;
}
#Kunena .kfile-input-button,
#Kunena .kfile-input-button:hover,
#Kunena .kfile-input-button:focus {
top: 0px;
background: none;
font-size: .833em !important;
border: 1px solid;
padding: 3px 6px;
cursor:pointer;
}
#Kunena .kfile-input-button:hover,
#Kunena .kfile-input-button:focus {
background: none;
border: 1px solid;
}
#Kunena .kattachment-remove,
#Kunena .kattachment-insert {
background: none;
font-size: .917em !important;
border: 1px solid;
padding: 3px 6px;
}
#Kunena .kattachment-remove:hover,
#Kunena .kattachment-insert:hover {
font-size:0.917em !important;
padding: 3px 6px;
}
#Kunena .kattachment-insert {
margin-left: 20px;
}
#Kunena .kfile-input {
font-size: 23px;
position: absolute;
right: 0px;
top: -10px;
/* CSS3 standard */
opacity: 0;
/* For IE */
filter:alpha(opacity=0);
}
#Kunena #kbbcode-filelist {
padding: 0;
list-style: none;
margin: 0;
}
#Kunena #kbbcode-filelist .file-invalid {
cursor: pointer;
padding-left: 48px;
line-height: 24px;
margin-bottom: 1px;
}
#Kunena #kbbcode-filelist .file-invalid span {
padding: 1px;
}
#Kunena #kbbcode-filelist .file {
line-height: 2em;
padding-left: 22px;
}
#Kunena #kbbcode-filelist .file span,
#Kunena #kbbcode-filelist .file a {
padding: 0 4px;
}
#Kunena #kbbcode-filelist .file .file-size {
}
#Kunena #kbbcode-filelist .file .file-error {
}
#Kunena #kbbcode-filelist .file .file-progress {
width: 125px;
height: 12px;
vertical-align: middle;
}
/*
POLLS
-------------------------------------------------------------------- */
label.kpoll-title-lbl {
display:inline-block;
margin: 10px 15px 10px 5px;
}
label.kpoll-term-lbl {
display:inline-block;
margin: 10px 15px 10px 30px;
}
#kpoll-text-help {
font-weight: bold;
padding: 0px 10px;
margin: 3px;
}
#kpoll-text-help p {
padding: 5px 10px;
}
#kpoll-form-vote fieldset {
border: 0 none;
margin:0;
padding:0;
}
#kpoll-form-vote legend {
text-indent: -9999px;
}
#kpoll-form-vote ul {
margin:0 0 0 20px;
padding: 0;
}
#kpoll-form-vote ul li {
list-style-type:none;
line-height: 30px;
list-style: none !important;
}
#kpoll-btns {
margin: 0;
}
#Kunena div.kpolldesc td.kpoll-option {
text-align: left;
width: 60%;
padding: 3px 8px;
}
#Kunena div.kpolldesc td.kpoll-bar {
text-align: left;
width: 20%;
}
#Kunena div.kpolldesc td.kpoll-number,
#Kunena div.kpolldesc td.kpoll-percent {
text-align: center;
width: 10%;
}
#Kunena #kpoll-button-vote {
margin: 20px 20px 20px 30px;
}
/* PATHWAY
----------------------------------------------------------------------------------------------- */
#Kunena .kforum-pathway {
padding: 5px;
line-height: 18px;
margin: -5px 0 0;
border-left: 1px solid;
border-right: 1px solid;
}
#Kunena .kforum-pathway-bottom {
padding: 3px;
line-height: 18px;
margin: -1px 0 5px 0;
border: 1px solid;
}
#Kunena .kforum-pathway-bottom img {
vertical-align:text-bottom;
}
#Kunena .path-element-first {
font-weight: normal;
height: 18px;
line-height: 18px;
background: url("../images/pathway_start.gif") no-repeat left center;
display: inline;
padding: 1px 3px 1px 22px;
}
#Kunena .path-element-first a:link,
#Kunena .path-element-first a:visited {
font-weight: normal;
text-decoration: none;
background: none;
}
#Kunena .path-element-last,
#Kunena .path-element-last a:link {
font-weight: bold;
text-decoration: none;
text-indent: 5px;
display: inline;
}
#Kunena .kforum-pathway .path-element,
#Kunena .kforum-pathway-bottom .path-element {
background: url("../images/icons/arrow.png") no-repeat left center;
padding-left: 12px;
display: inline;
font-weight: normal;
height: 18px;
line-height: 18px;
padding-right: 3px;
}
#Kunena .kforum-pathway .path-element-last,
#Kunena .kforum-pathway-bottom .path-element-last {
height: 18px;
line-height: 18px;
background: url("../images/pathway_finallink.gif") no-repeat left center;
padding: 1px 5px 1px 37px;
}
#Kunena .path-element-users {
display: inline;
margin-top: 21px;
}
/*
FORUM HEADER DESCRIPTION
-------------------------------------------------------------------- */
#Kunena .kforum-headerdesc {
padding: 3px;
line-height: 18px;
margin: -1px 0 0 0;
border: 1px solid;
}
#Kunena .kforum-headerdesc td{
padding: 8px;
}
/*
HELP, RULES, UPLOAD AVATAR, ANNOUNCEMENT
-------------------------------------------------------------------- */
#Kunena div.kannouncement h2 {
table-layout:fixed;
word-wrap:break-word;
}
#Kunena div#kannouncement .kanndesc {
padding: 5px 10px;
}
#Kunena img.calendar {
margin: 5px 0 -5px 5px;
}
#Kunena td.kuadesc,
#Kunena td.kcreditsdesc {
vertical-align: top;
padding: 15px;
/*border: 1px solid;*/
}
#Kunena td.kcreditsdesc div.kfooter {
text-align:center;
}
#Kunena .kcredits-intro {
margin:5px;
padding:15px 30px;
text-align:left;
border: 1px solid;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
#Kunena .kteam {
margin: 0;
padding: 0;
}
#Kunena .kteammember {
list-style-type:circle;
margin:0 10px;
padding:0;
text-align:left;
background: transparent none;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
#Kunena .kcredits-more {
padding: 10px 20px;
margin: 15px;
border: 1px solid;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
#Kunena .kcredits-language {
padding: 10px 20px;
border: 1px solid;
margin: 15px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
#Kunena .kstatsicon {
background: url("../images/icons/stats.png") no-repeat center top;
width: 32px;
height: 32px;
}
#Kunena div#searchuser_tbody div.search-user {
padding:5px 10px;
float: left;
}
#Kunena div#searchuser_tbody div.userlist-jump {
float: right;
}
#Kunena tr.userlist th {
padding: 3px;
text-align: center;
}
#Kunena div#userlist_tbody td,
#Kunena table#kuserlist_bottom th {
padding: 4px 8px;
}
#Kunena div#userlist-tbody td {
text-align: center;
}
#Kunena table#kuserlist-bottom div {
text-align: center;
padding: 3px;
}
/* STATISTICS PAGE
------------------------------------------------------------------- */
#Kunena tr.ksth th.kname {
width: 50%;
text-align: left;
}
#Kunena tr.ksth th.kbar {
width: 40%;
}
#Kunena tr.ksth th.knr {
width: 10%;
}
#Kunena div.kwhoisonline td.kcol-first,
#Kunena div.kgenstats td.kcol-first,
#Kunena div.kfrontstats td.kcol-first {
width: 1%;
}
#Kunena div.kgenstats th {
text-align: left !important;
}
#Kunena div.kedituser td.kcol-first,
#Kunena div.keditavatar td.kcol-first,
#Kunena div.keditprofile td.kcol-first,
#Kunena div.keditsettings td.kcol-first {
width: 120px;
}
#Kunena div.klogin div.kbody,
#Kunena div.kinfomessage div.kbody {
padding: 15px;
text-align: center;
}
/* WHO IS ONLINE
------------------------------------------------------------------- */
#Kunena .kwhoicon {
background: url("../images/icons/who_is_online.png") no-repeat center top;
width: 32px;
height: 32px;
}
#Kunena khidden-ktitle {}
#Kunena kwho-total {}
#Kunena .kwholegend {
border-top: 1px dotted;
width: 100%;
margin-top: 5px;
padding-top: 5px;
}
#Kunena .kwhoonline {
border-bottom: 1px dotted;
width: 100%;
padding-bottom: 5px;
}
#Kunena #kwhoispage td.td-3 {
text-align:left;
}
/* MODERATOR PAGE
-------------------------------------------------------------------- */
#Kunena div#kmod-container {
/*border: 1px solid;*/
margin: 0;
padding: 10px 10px 30px 10px;
overflow:hidden;
height: 1%;
clear:left;
}
#Kunena div#kmod-container div {
padding: 5px 0;
}
#Kunena div#kmod-leftcol {
width: 47%;
float:left;
clear:left;
}
#Kunena div#kmod-rightcol {
width: 47%;
float:right;
}
#Kunena div.kmoderate-message {
border:1px solid;
padding:5px !important;
margin:5px 0;
display:inline-block;
width:98%;
}
#Kunena div.kmoderate-message h4 {
margin:0;
padding:0;
}
#Kunena div.kmoderate-message div.kmessage-avatar {
float:left;
padding:5px 5px 0 0;
}
#Kunena div.kmoderate-message div.kmessage-msgtext {
margin-left: 42px;
}
#Kunena td.krowmoderation input.kbutton {
margin: 0 0 0 5px;;
}
#Kunena table#kaddban td.kcol-first {
width: 35%;
}
#Kunena table#kaddban td.kcol-mid textarea {
width: 100%;
height: 50px;
}
#Kunena table#kaddban td.kcol-mid input {
width: 100%;
}
#Kunena table#kforumsearch th {
padding: 0px;
}
#Kunena td.krowmoderation {
text-align: right;
}
#Kunena div.banhistory th.kid {
width:2%;
}
#Kunena div.banhistory th.kbanfrom {
width:14%;
}
#Kunena div.banhistory th.kbanstart,
#Kunena div.banhistory th.kbanexpire,
#Kunena div.banhistory th.kbancreate {
width:20%;
}
#Kunena div.banhistory th.kbanmodify {
width:24%;
}
/* PROFILE
-------------------------------------------------------------------- */
#Kunena .kicon-profile {
background-repeat: no-repeat;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: text-top;
margin-right: 3px;
background-image: url("../media/iconsets/profile/default/default.png");
}
#Kunena span.kicon-profile-website,
#Kunena span.kicon-profile-pm {
vertical-align: top;
margin-top: 3px;
}
#Kunena .kicon-profile-aim { background-position: 0 0; }
#Kunena .kicon-profile-bebo { background-position: 0 -21px; }
#Kunena .kicon-profile-birthdate { background-position: 0 -42px; }
#Kunena .kicon-profile-blogspot { background-position: 0 -63px; }
#Kunena .kicon-profile-delicious { background-position: 0 -84px; }
#Kunena .kicon-profile-digg { background-position: 0 -105px; }
#Kunena .kicon-profile-email { background-position: 0 -126px; }
#Kunena .kicon-profile-facebook { background-position: 0 -147px; }
#Kunena .kicon-profile-gender-female { background-position: 0 -168px; }
#Kunena .kicon-profile-flickr { background-position: 0 -189px; }
#Kunena .kicon-profile-friendfeed { background-position: 0 -210px; }
#Kunena .kicon-profile-gender-unknown { background-position: 0 -231px; }
#Kunena .kicon-profile-gtalk { background-position: 0 -252px; }
#Kunena .kicon-profile-icq { background-position: 0 -273px; }
#Kunena .kicon-profile-karmaminus { background-position: 0 -294px; }
#Kunena .kicon-profile-karmaplus { background-position: 0 -313px; }
#Kunena .kicon-profile-linkedin { background-position: 0 -332px; }
#Kunena .kicon-profile-location { background-position: 0 -353px; }
#Kunena .kicon-profile-gender-male { background-position: 0 -374px; }
#Kunena .kicon-profile-msn { background-position: 0 -395px; }
#Kunena .kicon-profile-myspace { background-position: 0 -416px; }
#Kunena .kicon-profile-pm { background-position: 0 -437px; }
#Kunena .kicon-profile-remind { background-position: 0 -458px; }
#Kunena .kicon-profile-skype { background-position: 0 -479px; }
#Kunena .kicon-profile-twitter { background-position: 0 -500px; }
#Kunena .kicon-profile-website { background-position: 0 -521px; }
#Kunena .kicon-profile-yim { background-position: 0 -542px; }
#Kunena .kicon-profile-aim-off { background-position: 0 -563px; }
#Kunena .kicon-profile-bebo-off { background-position: 0 -584px; }
#Kunena .kicon-profile-birthday-off { background-position: 0 -605px; }
#Kunena .kicon-profile-blogspot-off { background-position: 0 -626px; }
#Kunena .kicon-profile-delicious-off { background-position: 0 -647px; }
#Kunena .kicon-profile-digg-off { background-position: 0 -668px; }
#Kunena .kicon-profile-facebook-off { background-position: 0 -689px; }
#Kunena .kicon-profile-flickr-off { background-position: 0 -710px; }
#Kunena .kicon-profile-friendfeed-off { background-position: 0 -731px; }
#Kunena .kicon-profile-gender-off { background-position: 0 -752px; }
#Kunena .kicon-profile-gtalk-off { background-position: 0 -773px; }
#Kunena .kicon-profile-icq-off { background-position: 0 -794px; }
#Kunena .kicon-profile-linkedin-off { background-position: 0 -815px; }
#Kunena .kicon-profile-msn-off { background-position: 0 -836px; }
#Kunena .kicon-profile-myspace-off { background-position: 0 -857px; }
#Kunena .kicon-profile-pm-off { background-position: 0 -878px; }
#Kunena .kicon-profile-remind-off { background-position: 0 -899px; }
#Kunena .kicon-profile-skype-off { background-position: 0 -920px; }
#Kunena .kicon-profile-twitter-off { background-position: 0 -941px; }
#Kunena .kicon-profile-website-off { background-position: 0 -962px; }
#Kunena .kicon-profile-yim-off { background-position: 0 -983px; }
#Kunena div#kprofile-leftcol { width: 200px; font-size: 1em; float:left; /*margin-right: 10px;*/}
#Kunena div.kavatar-lg {
width: 200px;
height: 200px;
border: 1px solid;
display: table-cell;
vertical-align:middle;
text-align:center;
}
#Kunena div.kavatar-lg img { }
#Kunena div#kprofile-stats { margin-top: 15px;}
#Kunena div#kprofile-stats ul { margin: 0 0 0 3px; padding: 0;}
#Kunena div#kprofile-stats ul li { list-style-type: none; padding-top: 5px; clear:both; font-size:.917em; white-space: normal; }
#Kunena div#kprofile-stats ul li span.konline-status-yes {
display:block;
background: url("../images/icons/online.gif") no-repeat;
height: 16px;
width: 70px;
}
#Kunena div#kprofile-stats ul li span.konline-status-no {
display:block;
background: url("../images/icons/offline.gif") no-repeat;
height: 16px;
width: 70px;
}
div#kprofile-stats ul li span.krankname {
display:block;
margin-right: 5px;
font-weight:bold;
float:left;
}
div#kprofile-stats ul li span.krank-admin {
display:block;
background: url("../images/ranks/rankadmin.gif") no-repeat;
height: 16px;
width: 70px;
margin-right: 5px;
float:right;
margin-top: 0;
}
#Kunena div#kprofile-rightcol {
/*display:inline-block;
float:left;
margin-left:10px;
width:75%;*/
}
#Kunena table#kprofile td.kcol-left {
padding: 10px 10px 30px;
vertical-align: top;
}
#Kunena table#kprofile td.kcol-right {
border-left: 0;
padding: 10px 10px 30px;
vertical-align: top;
}
#Kunena div#kprofile-rightcoltop {width: 100%;}
#Kunena div.kprofile-rightcol1 {
width: 45%;
}
#Kunena div.kprofile-rightcol1 ul {margin: 0;padding: 0;}
#Kunena div.kprofile-rightcol1 ul li,
#Kunena div.kprofile-rightcol2 ul li {
list-style-type: none !important;
background: 0 none;
padding-bottom: 8px;
padding-left: 0;
}
#Kunena div#kprofile-stats ul li {
list-style-type: none !important;
background: 0 none;
padding-left: 0;
}
#Kunena li.bd a {
margin-left: 10px;
}
#Kunena div.kiconrow {
padding-right: 10px;
padding-bottom: 5px;
float:left;
}
#Kunena div.kiconrow span,
#Kunena div.kiconprofile span {
background-repeat: no-repeat;
display:block;
float:left;
margin: 0 5px 5px 0;
border: 0 none;
}
#Kunena div.kiconprofile span.birthday {
background-image: none;
border: 0 none;
}
#Kunena div.clrline {
clear:both;
border-top: 1px solid;
margin: 15px 0 20px 0;
line-height: 10px;
}
#Kunena div#kprofile-rightcolbot { }
#Kunena div.kprofile-rightcol1 h4 { margin:10px 0 0 0; padding: 0; font-size: 1em; font-weight:bold;}
#Kunena div.kprofile-rightcol1 p { margin:0; padding: 0;}
#Kunena div.kprofile-rightcol2 { float:right; width: 45%; margin-left: 10px;}
#Kunena div.kprofile-rightcol2 ul {margin: 0;padding: 0;}
#Kunena div.kprofile-rightcol2 ul li {list-style-type: none !important; padding-bottom: 8px;}
#Kunena div.kprofile-rightcol2 ul li span.email {
float:left;
display:block;
background: url("../images/icons/email.png") no-repeat;
height: 16px;
width: 16px;
margin-right: 5px;
}
#Kunena div.kprofile-rightcol2 ul li span.website {
float:left;
margin-right: 5px;
}
#Kunena dd.kprofile-modtools h4 {
margin-bottom: 5px;
margin-left: 5px;
}
#Kunena dd.kprofile-modtools ul li span {
margin-right: 15px;
}
#Kunena dd.kprofile-modtools ul li {
padding-bottom: 5px;
}
#Kunena li.usertype {
font-weight:bold;
}
#Kunena li.kprofile-rank {
}
#Kunena li.kprofile-rank img {
}
/* Tabs
----------------------------------*/
#Kunena #kprofile-tabs {
width: 100%;
margin-top: 0px;
}
#Kunena dl.tabs {
float: left;
margin: 10px 0 -1px 0;
z-index: 50;
}
#Kunena dl.tabs dt {
float: left;
padding: 4px 6px;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
margin: 0;
}
#Kunena dl.tabs dt.open {
border-bottom: 1px solid;
z-index: 100;
}
#Kunena div.current {
clear: both;
border: 1px solid;
padding: 10px 10px;
overflow: hidden;
}
#Kunena div.current dd {
padding: 0;
margin: 0;
}
#Kunena dt.kprofile-modbtn {
}
#Kunena dd.kprofile-modtools ul {
margin:0;
padding:0;
margin-left: 5px;
}
#Kunena dd.kprofile-modtools ul li {
list-style-type:none;
}
#Kunena dd.kprofile-modtools .kcheckbox {
float:left;
clear:left;
}
#Kunena dd.kprofile-modtools label {
float:left;
clear:right;
margin: 3px 10px 10px 5px;
}
#Kunena input.kbutton {
margin: 10px 0 0 5px;
}
#Kunena form#jumpto { margin: 5px; }
#Kunena form#jumpto input.kbutton { margin: 0px;}
#Kunena table.klist-top td.klist-markallcatsread input.kbutton { vertical-align:middle; margin: 5px;}
/* SLIDERS
----------------------------------------------------------------------------------------------- */
#Kunena span#kprofilebox-status {
font-weight:bold;
display:block;
height: 14px;
width: 15px;
}
#Kunena #kprofilebox-toggle {
display:block;
height: 15px;
width: 15px;
margin-right: 1px;
margin-top: -14px;
border: 1px solid;
}
#Kunena a.close {
display:block;
background: url("../images/shrink.gif") no-repeat;
height: 15px;
width: 15px;
}
#Kunena a.open {
display:block;
background: url("../images/expand.gif") no-repeat;
height: 15px;
width: 15px;
}
/* FOOTER
----------------------------------------------------------------------------------------------- */
#Kunena .kcredits {
text-align: center;
}
#Kunena .kfooter {
text-align: center;
}
#Kunena img.rsslink {
float:right;
margin-top: 10px;
margin-right: 3px;
}
/* Mootools Autocompleter CSS classes
----------------------------------------------------------------------------------------------- */
/* DO NOT ADD #Kunena into these rules! */
ul.autocompleter-choices {
position: absolute;
margin: 0;
padding: 0;
list-style: none;
border: 1px solid;
text-align: left;
z-index: 50;
}
ul.autocompleter-choices li {
position: relative;
margin: -2px 0 0 0;
padding: 0.2em 1.5em 0.2em 1em;
display: block;
float: none !important;
cursor: pointer;
font-weight: normal;
white-space: nowrap;
font-size: 1em;
line-height: 1.5em;
}
ul.autocompleter-choices li.kautocompleter-selected {
}
ul.autocompleter-choices span.kautocompleter-queried {
display: inline;
float: none;
font-weight: bold;
margin: 0;
padding: 0;
}
ul.autocompleter-choices li.kautocompleter-selected span.kautocompleter-queried {
}
/* for form-validation
------------------------------------------------------ */
#Kunena #kpost-message .invalid {
border: 1px solid !important;
}
/* SHOW ICONS
----------------------------------------------------------------------------------------------- */
#Kunena span.kicon {
background: none;
border: 0;
margin: 0;
padding: 0;
display: inline-block;
}
#Kunena span.ktopicattach {
background: url("../images/icons/attachment.png") no-repeat left center;
margin: 2px;
width: 32px;
height: 32px;
float:right;
}
#Kunena span.kfavoritestar {
background: url("../images/icons/favoritestar.png") no-repeat left center;
width: 16px;
height: 16px;
}
#Kunena span.kfavoritestar-grey {
background: url("../images/icons/favoritestar-grey.png") no-repeat left center;
width: 16px;
height: 16px;
}
#Kunena span.ktopiclocked,
#Kunena span.kforumlocked {
background: url("../images/icons/lock_sm.png") no-repeat left center;
width: 16px;
height: 16px;
}
#Kunena span.kforumbottom {
background: url("../images/icons/bottom_arrow.gif") no-repeat left center;
width: 18px;
height: 15px;
}
#Kunena span.kforumtop {
background: url("../images/icons/top_arrow.gif") no-repeat left center;
width: 18px;
height: 15px;
}
#Kunena span.krss {
background: url("../images/icons/rss.png") no-repeat left center;
width: 24px;
height: 24px;
margin: 5px 5px 0 -29px;
}
#Kunena div.krss-block {
float: right;
}
#Kunena span.kforummoderated {
background: url("../images/icons/tmoder.gif") no-repeat left center;
width: 16px;
height: 16px;
}
#Kunena span.kreadforum,
#Kunena span.knotloginforum {
background: url("../images/icons/folder_nonew.png") no-repeat left center;
width: 32px;
height: 32px;
}
#Kunena span.kunreadforum {
background: url("../images/icons/folder.png") no-repeat left center;
width: 32px;
height: 32px;
}
#Kunena span.kreadforum-sm,
#Kunena span.knotloginforum-sm {
background: url("../images/icons/folder_nonew_sm.png") no-repeat left center;
width: 12px;
height: 12px;
margin-right: 3px;
vertical-align: middle;
}
#Kunena span.kunreadforum-sm {
background: url("../images/icons/folder_sm.png") no-repeat left center;
width: 12px;
height: 12px;
margin-right: 3px;
vertical-align: middle;
}
.kgooglemap {
width: 100%;
display:block;
height:480px;
overflow:hidden;
position:relative;
}
.kgooglemap img {
max-width:none !important;
}
/* Fix for Atomic Template */
#ktab .joomla-nav {
background-color: transparent;
border: 0 none;
}
/* Threaded view
----------------------------------------------------------------------------------------------- */
#Kunena .ktree {
width: 15px;
height: 27px;
margin: -9px 0;
display: inline-block;
background: url("../images/treenodes-ltr.png") no-repeat left center;
}
#Kunena .ktree-crossedge { background-position: -45px 0; }
#Kunena .ktree-lastedge { background-position: -75px 0; }
#Kunena .ktree-root { background-position: -15px 0; }
#Kunena .ktree-single { background-position: 0 0; }
#Kunena .ktree-leaf { background-position: -90px 0; }
#Kunena .ktree-node { background-position: -60px 0; }
#Kunena .ktree-edge { background-position: -30px 0; }
#Kunena .ktree-gap { background-position: -105px 0; }
#Kunena .ktree-empty { background: none; }
/* Fix Atomic Joomla 1.6 template*/
.span-16 {
width: 100% !important;
}
/* --------------------------------------------------------------- */
/* Fix Joomla 1.6 & 1.7 image border */
#Kunena a img {border:none;}
/* --------------------------------------------------------------- */
/* Fix ol li numbers */
#Kunena ol li {list-style-position:inside;}
/* kunena Poll*/
#Kunena div.kpolldesc img.jr-forum-stat-bar
{
height: 20px !important;
max-height: 20px !important;
}
img.kstats-bar
{
height: 20px !important;
max-height: 20px !important;
}
/* Fix avatar on bootstrap templates */
#Kunena img.kavatar {height:auto !important; max-width:inherit !important;}
|
typo3/sysext/impexp/Resources/Private/Partials/ContentOverview.html | ahmedRguei/job | <f:if condition="{import.mode} == 'import'">
<f:then>
<h2>
<f:if condition="{inData.import_file}">
<f:then><f:translate key="importdata_structureHasBeenImported" /></f:then>
<f:else>
<f:if condition="{inData.file}">
<f:translate key="filterpage_structureToBeImported" />
</f:if>
</f:else>
</f:if>
</h2>
</f:then>
<f:else>
<f:if condition="{inData.action} == 'export'">
<h2><f:translate key="execlistqu_structureToBeExported" /></h2>
</f:if>
</f:else>
</f:if>
<div>
<f:if condition="{contentOverview.dat.header.pagetree -> f:count()} > 0">
<strong><f:translate key="impexpcore_displaycon_insidePagetree" /></strong>
<br /><br />
<table border="0" cellpadding="0" cellspacing="1">
<tr class="bgColor5 tableheader">
<td><f:translate key="impexpcore_displaycon_controls" /></td>
<td><f:translate key="impexpcore_displaycon_title" /></td>
<td><f:translate key="impexpcore_displaycon_size" /></td>
<td><f:translate key="impexpcore_displaycon_message" /></td>
<f:if condition="{contentOverview.update}">
<td><f:translate key="impexpcore_displaycon_updateMode" /></td>
<td><f:translate key="impexpcore_displaycon_currentPath" /></td>
</f:if>
<f:if condition="{contentOverview.showDiff}">
<td><f:translate key="impexpcore_displaycon_result" /></td>
</f:if>
</tr>
<f:for each="{contentOverview.pagetreeLines}" as="line">
<tr class="{line.class}">
<td><f:format.raw>{line.controls}</f:format.raw></td>
<td nowrap="nowrap"><f:format.raw>{line.preCode}{line.title}</f:format.raw></td>
<td nowrap="nowrap"><f:format.raw>{line.fileSize}</f:format.raw></td>
<td nowrap="nowrap"><f:format.raw>{line.message}</f:format.raw></td>
<f:if condition="{contentOverview.update}">
<td nowrap="nowrap"><f:format.raw>{line.updateMode}</f:format.raw></td>
<td nowrap="nowrap"><f:format.raw>{line.updatePath}</f:format.raw></td>
</f:if>
<f:if condition="{contentOverview.showDiff}">
<td><f:format.raw>{line.showDiffContent}</f:format.raw></td>
</f:if>
</tr>
</f:for>
</table>
<br /><br />
</f:if>
<f:if condition="{contentOverview.remainingRecords -> f:count()} > 0">
<strong><f:translate key="impexpcore_singlereco_outsidePagetree" /></strong>
<br /><br />
<table border="0" cellpadding="0" cellspacing="1">
<tr class="bgColor5 tableheader">
<td><f:translate key="impexpcore_displaycon_controls" /></td>
<td><f:translate key="impexpcore_displaycon_title" /></td>
<td><f:translate key="impexpcore_displaycon_size" /></td>
<td><f:translate key="impexpcore_displaycon_message" /></td>
<f:if condition="{contentOverview.update}">
<td><f:translate key="impexpcore_displaycon_updateMode" /></td>
<td><f:translate key="impexpcore_displaycon_currentPath" /></td>
</f:if>
<f:if condition="{contentOverview.showDiff}">
<td><f:translate key="impexpcore_displaycon_result" /></td>
</f:if>
</tr>
<f:for each="{contentOverview.remainingRecords}" as="line">
<tr class="{line.class}">
<td><f:format.raw>{line.controls}</f:format.raw></td>
<td nowrap="nowrap"><f:format.raw>{line.preCode}{line.title}</f:format.raw></td>
<td nowrap="nowrap"><f:format.raw>{line.fileSize}</f:format.raw></td>
<td nowrap="nowrap"><f:format.raw>{line.message}</f:format.raw></td>
<f:if condition="{contentOverview.update}">
<td nowrap="nowrap"><f:format.raw>{line.updateMode}</f:format.raw></td>
<td nowrap="nowrap"><f:format.raw>{line.updatePath}</f:format.raw></td>
</f:if>
<f:if condition="{contentOverview.showDiff}">
<td><f:format.raw>{line.showDiffContent}</f:format.raw></td>
</f:if>
</tr>
</f:for>
</table>
</f:if>
</div>
|
Schrodinger/Schrodinger_2015-2_docs/maestro/help_MaterialsScience_advanced/primex/input_data_db.html | platinhom/ManualHom | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="../support/help.css" charset="ISO-8859-1" type="text/css" />
<title>Input Data Dialog Box</title>
</head>
<body>
<table bgcolor="#dcdcdc" border="0" cellspacing="0" width="100%">
<tr><td>
<p><img src="../images/common/schrodinger_logo.png" align="left" alt=""
border="0" hspace="5" vspace="5" /></p>
</td></tr>
<tr><td>
<h1 class="title">Input Data Dialog Box</h1>
</td></tr>
</table>
<ul>
<li><a href="#summary">Summary</a></li>
<li><a href="#opening">Opening the <span class="GUI">Input Data</span> Dialog Box</a></li>
<li><a href="#features"><span class="GUI">Input Data</span> Dialog Box Features</a></li>
<li><a href="#links">Related Topics</a></li>
</ul>
<a name="summary"></a>
<h2>Summary</h2>
<p>
In this dialog box you specify the source of the model structure,
sequence, reflections, and optional map, and set the space group and unit cell
parameters. When you click OK, the data is copied into the project and any
requested initial processing is performed.
</p>
<a name="opening"></a>
<h2>Opening the Input Data Dialog Box</h2>
<p>To open the <span class="GUI">Input Data</span> dialog box, you can:</p>
<ul>
<li><p>Click <span class="GUI">Input Data</span> in the
<span class="GUI">PrimeX</span> panel.</p></li>
</ul>
<a name="features"></a>
<h2>Input Data Dialog Box Features</h2>
<ul>
<li><a href="#feature1"><span class="GUI">Use structure from</span> options</a></li>
<li><a href="#feature2"><span class="GUI">Use sequence from </span> options</a></li>
<li><a href="#feature3"><span class="GUI">Reflection data</span> input controls</a></li>
<li><a href="#feature5"><span class="GUI">Space group</span> section</a></li>
<li><a href="#feature6"><span class="GUI">Unit cell parameters</span> section</a></li>
</ul>
<a name="feature1"></a>
<h3>Use Structure From Options</h3>
<p>These options allow you to specify the source of the initial guess
at the structure. The two options are:
</p>
<ul>
<li><p><span class="GUI">File</span> — Read the initial guess from a
file. You can specify the file name in the <span class="GUI">File name</span>
text box, or click <span class="GUI">Browse</span> and navigate to the desired
file. The file must be in PDB or Maestro format. The space group and cell
parameters are also read from the file if possible, and replace existing
definitions.</p></li>
<li><p><span class="GUI">Workspace</span> — Use the structure in the
Workspace as the initial guess. </p></li>
</ul>
<p>In addition, the <span class="GUI">Assign bond orders</span> option prepares
the structure by assigning bond orders and treating metal atoms when the
structure is imported. If you do not use this option, you can perform these
tasks later using the <span class="GUI">Protein Preparation Wizard</span> panel.
</p>
<a name="feature2"></a>
<h3>Use Sequence From Options</h3>
<p>These options allow you to specify the source of the protein sequence. This
sequence is also known as the <i>reference</i> sequence. The two options are:
</p>
<ul>
<li><p><span class="GUI">File</span> — Read the sequence from a
file. You can specify the file name in the <span class="GUI">File name</span>
text box, or click <span class="GUI">Browse</span> and navigate to the desired
file. The file must be in PDB, Maestro, or FASTA format.</p>
</li>
<li><p><span class="GUI">Workspace</span> — Use the sequence of the
structure in the Workspace as the initial guess. </p></li>
</ul>
<a name="feature3"></a>
<h3>Reflection data input controls</h3>
<p>Specify the file containing the reflection data. You can specify the file
name in the text box, or click <span class="GUI">Browse</span> and navigate to
the desired file. In addition to the reflections, the space group and cell
parameters are read from the file if they are available and can be read by
Maestro, and replace any existing definitions.
</p>
<p>If the reflection data file contains a test set, this set is used.
If the reflection data file does not contain a test set, or the test set is
inadequate, the <span class="GUI">Input Data – Test Set</span>
dialog box opens. This dialog box displays the number of reflections, and allows
you to select a random test set, by percentage or by number of reflections.
Note that this selection is made before rejecting any reflections, so it is
possible that reflections in the test set could be discarded. </p>
<a name="feature5"></a>
<h3>Space group section</h3>
<p>In this section you specify the space group. You can enter the group number
in the text box, or click <span class="GUI">Choose</span> and choose the space
group from the list provided in the <span class="GUI">Choose Space Group</span>
dialog box.
</p>
<a name="feature6"></a>
<h3>Unit cell parameters section</h3>
<p>In this section you can specify the unit cell parameters. The parameters are
automatically read from the reflection data file, and you can adjust them if you
wish.
</p>
<p><b>Note:</b> You can only adjust these parameters in this dialog box.
Although in principle you could edit the values in the Project Table, this
does not change the parameters used by PrimeX.</p>
<a name="feature7"></a>
<h3>Calculation Settings Button</h3>
<p>This button opens the
<a href="calculation_settings_db.html"><span class="GUI">Calculation Settings</span>
dialog box</a>, in which you can set the resolution limit, overall B-factor scaling,
choose a bulk solvent correction, set limits for rejecting reflections, choose
whether to include hydrogen atoms in the output, specify restraints on planar
groups, and set various real-space refinement options.
</p>
<a name="links"></a>
<h2>Related Topics</h2>
<ul>
<li><a href="calculation_settings_db.html">Calculation Settings Dialog Box</a></li>
</ul>
<hr />
<table width="100%">
<tr><td><p class="small"><a href="../support/legal_notice.html" target="LegalNoticeWindow">Legal Notice</a></p></td>
<td>
<table align="right">
<tr><td><p class="small">
File: primex/input_data_db.html<br />
Last updated: 08 May 2013
</p></td></tr>
</table>
</td></tr>
</table>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.