path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
|---|---|---|
html/GeoExt/GXM-master/docs/source/FeatureStore.html
|
ARPASMR/IRIS_lombardia
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The source code</title>
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
<style type="text/css">
.highlight { display: block; background-color: #ddd; }
</style>
<script type="text/javascript">
function highlight() {
document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
}
</script>
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js">/*
* Copyright (c) 2012 The Open Source Geospatial Foundation
*
* Published under the BSD license.
*
* See http://svn.geoext.org/sandbox/gxm/geoext/gxm/license.txt for the full
* text of the license.
*/
<span id='GXM-data-FeatureStore'>/**
</span> * @class GXM.data.FeatureStore
*
* The class that is used to construct a GXM FeatureStore.
*/
Ext.define('GXM.data.FeatureStore', {
extend: 'Ext.data.Store',
requires: [
'GXM.version',
'GXM.data.FeatureModel'
],
xtype: 'gxm_featurestore',
config: {
<span id='GXM-data-FeatureStore-cfg-model'> /** @cfg {string} model
</span> * The identifier for the model to be used.
*/
model: 'GXM.data.FeatureModel',
<span id='GXM-data-FeatureStore-cfg-proxy'> /** @cfg {String/Ext.data.Proxy/Object} proxy
</span> * The proxy to be used by the store.
*/
proxy: {
type: 'memory',
reader: {
type: 'json',
root: ''
}
}
},
<span id='GXM-data-FeatureStore-method-getFeatureByIndex'> /**
</span> * Returns the feature object of the record at the given index.
* @param {Integer} idx The index of the record having the feature to return.
* @return {OpenLayers.Feature} The feature object the record at the given index contains.
*/
getFeatureByIndex: function(idx) {
return this.getAt(idx).raw;
}
});</pre>
</body>
</html>
|
Source/AcaciaLex/lib/javadoc/impl/lexer/ImplState.html
|
google-code/acacia-lex
|
<!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_12) on Sun Dec 05 00:26:08 EET 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
ImplState
</TITLE>
<META NAME="date" CONTENT="2010-12-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="ImplState";
}
}
</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/ImplState.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../impl/lexer/ImplLexerFactory.html" title="class in impl.lexer"><B>PREV CLASS</B></A>
<A HREF="../../impl/lexer/ImplStateFactory.html" title="class in impl.lexer"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?impl/lexer/ImplState.html" target="_top"><B>FRAMES</B></A>
<A HREF="ImplState.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">
impl.lexer</FONT>
<BR>
Class ImplState</H2>
<PRE>
java.lang.Object
<IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>impl.lexer.ImplState</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../lexer/StateDesc.html" title="interface in lexer">StateDesc</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>ImplState</B><DT>extends java.lang.Object<DT>implements <A HREF="../../lexer/StateDesc.html" title="interface in lexer">StateDesc</A></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>protected <A HREF="../../lexer/Lexer.html" title="interface in lexer">Lexer</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../impl/lexer/ImplState.html#lexer">lexer</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected java.util.List<<A HREF="../../lexer/Token.html" title="class in lexer">Token</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../impl/lexer/ImplState.html#tokens">tokens</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="../../impl/lexer/ImplState.html#ImplState(lexer.Lexer)">ImplState</A></B>(<A HREF="../../lexer/Lexer.html" title="interface in lexer">Lexer</A> lexer)</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> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../impl/lexer/ImplState.html#addTokens()">addTokens</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../impl/lexer/ImplState.html#executeMethod(java.lang.Object, int)">executeMethod</A></B>(java.lang.Object instance,
int methodNum)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../lexer/Token.html" title="class in lexer">Token</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../impl/lexer/ImplState.html#findMatchingStartToken(lexer.Token, java.util.regex.Matcher, lexer.Status)">findMatchingStartToken</A></B>(<A HREF="../../lexer/Token.html" title="class in lexer">Token</A> token,
java.util.regex.Matcher matcher,
<A HREF="../../lexer/Status.html" title="class in lexer">Status</A> status)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../lexer/Token.html" title="class in lexer">Token</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../impl/lexer/ImplState.html#findMatchingToken(lexer.Token, java.util.regex.Matcher, lexer.Status)">findMatchingToken</A></B>(<A HREF="../../lexer/Token.html" title="class in lexer">Token</A> token,
java.util.regex.Matcher matcher,
<A HREF="../../lexer/Status.html" title="class in lexer">Status</A> status)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../lexer/Lexer.html" title="interface in lexer">Lexer</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../impl/lexer/ImplState.html#getLexer()">getLexer</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../lexer/Token.html" title="class in lexer">Token</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../impl/lexer/ImplState.html#getTokens()">getTokens</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../impl/lexer/ImplState.html#newStateInstance()">newStateInstance</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../impl/lexer/ImplState.html#setLexer(lexer.Lexer)">setLexer</A></B>(<A HREF="../../lexer/Lexer.html" title="interface in lexer">Lexer</A> lexer)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ 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="tokens"><!-- --></A><H3>
tokens</H3>
<PRE>
protected java.util.List<<A HREF="../../lexer/Token.html" title="class in lexer">Token</A>> <B>tokens</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="lexer"><!-- --></A><H3>
lexer</H3>
<PRE>
protected <A HREF="../../lexer/Lexer.html" title="interface in lexer">Lexer</A> <B>lexer</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="ImplState(lexer.Lexer)"><!-- --></A><H3>
ImplState</H3>
<PRE>
public <B>ImplState</B>(<A HREF="../../lexer/Lexer.html" title="interface in lexer">Lexer</A> lexer)</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="addTokens()"><!-- --></A><H3>
addTokens</H3>
<PRE>
public void <B>addTokens</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../lexer/StateDesc.html#addTokens()">addTokens</A></CODE> in interface <CODE><A HREF="../../lexer/StateDesc.html" title="interface in lexer">StateDesc</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getTokens()"><!-- --></A><H3>
getTokens</H3>
<PRE>
public java.util.List<<A HREF="../../lexer/Token.html" title="class in lexer">Token</A>> <B>getTokens</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../lexer/StateDesc.html#getTokens()">getTokens</A></CODE> in interface <CODE><A HREF="../../lexer/StateDesc.html" title="interface in lexer">StateDesc</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="findMatchingToken(lexer.Token, java.util.regex.Matcher, lexer.Status)"><!-- --></A><H3>
findMatchingToken</H3>
<PRE>
public <A HREF="../../lexer/Token.html" title="class in lexer">Token</A> <B>findMatchingToken</B>(<A HREF="../../lexer/Token.html" title="class in lexer">Token</A> token,
java.util.regex.Matcher matcher,
<A HREF="../../lexer/Status.html" title="class in lexer">Status</A> status)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../lexer/StateDesc.html#findMatchingToken(lexer.Token, java.util.regex.Matcher, lexer.Status)">findMatchingToken</A></CODE> in interface <CODE><A HREF="../../lexer/StateDesc.html" title="interface in lexer">StateDesc</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="findMatchingStartToken(lexer.Token, java.util.regex.Matcher, lexer.Status)"><!-- --></A><H3>
findMatchingStartToken</H3>
<PRE>
public <A HREF="../../lexer/Token.html" title="class in lexer">Token</A> <B>findMatchingStartToken</B>(<A HREF="../../lexer/Token.html" title="class in lexer">Token</A> token,
java.util.regex.Matcher matcher,
<A HREF="../../lexer/Status.html" title="class in lexer">Status</A> status)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../lexer/StateDesc.html#findMatchingStartToken(lexer.Token, java.util.regex.Matcher, lexer.Status)">findMatchingStartToken</A></CODE> in interface <CODE><A HREF="../../lexer/StateDesc.html" title="interface in lexer">StateDesc</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getLexer()"><!-- --></A><H3>
getLexer</H3>
<PRE>
public <A HREF="../../lexer/Lexer.html" title="interface in lexer">Lexer</A> <B>getLexer</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../lexer/StateDesc.html#getLexer()">getLexer</A></CODE> in interface <CODE><A HREF="../../lexer/StateDesc.html" title="interface in lexer">StateDesc</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the lexer</DL>
</DD>
</DL>
<HR>
<A NAME="setLexer(lexer.Lexer)"><!-- --></A><H3>
setLexer</H3>
<PRE>
public void <B>setLexer</B>(<A HREF="../../lexer/Lexer.html" title="interface in lexer">Lexer</A> lexer)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../lexer/StateDesc.html#setLexer(lexer.Lexer)">setLexer</A></CODE> in interface <CODE><A HREF="../../lexer/StateDesc.html" title="interface in lexer">StateDesc</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>lexer</CODE> - the lexer to set</DL>
</DD>
</DL>
<HR>
<A NAME="newStateInstance()"><!-- --></A><H3>
newStateInstance</H3>
<PRE>
public java.lang.Object <B>newStateInstance</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../lexer/StateDesc.html#newStateInstance()">newStateInstance</A></CODE> in interface <CODE><A HREF="../../lexer/StateDesc.html" title="interface in lexer">StateDesc</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="executeMethod(java.lang.Object, int)"><!-- --></A><H3>
executeMethod</H3>
<PRE>
public java.lang.Object <B>executeMethod</B>(java.lang.Object instance,
int methodNum)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../lexer/StateDesc.html#executeMethod(java.lang.Object, int)">executeMethod</A></CODE> in interface <CODE><A HREF="../../lexer/StateDesc.html" title="interface in lexer">StateDesc</A></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/ImplState.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../impl/lexer/ImplLexerFactory.html" title="class in impl.lexer"><B>PREV CLASS</B></A>
<A HREF="../../impl/lexer/ImplStateFactory.html" title="class in impl.lexer"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?impl/lexer/ImplState.html" target="_top"><B>FRAMES</B></A>
<A HREF="ImplState.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>
|
_includes/other_information.html
|
periloso/CurriculaEngine
|
<div class='section otherinfo'><h2>{{site.data[transfile].other_information}}</h2>
<div class='group'>
<table>
{% for information in site.other_information %}
{% if information.lang == page.shortlang %}
<tr>
<td><b>{{ information.title }}</b></td>
<td>{{ information.description }}</td>
</tr>
{% endif %}
{% endfor %}
</table>
</div>
<div class='lastgroup'>
<table class='references'>
<tr>
<td>{{site.data[transfile].references}}</td>
<td id='references'></td>
</tr>
</table>
</div>
</div>
|
doc/libc/unix/notbsd/linux/other/NFT_RANGE_EQ.v.html
|
surrsurus/edgequest
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.NFT_RANGE_EQ.html">
</head>
<body>
<p>Redirecting to <a href="constant.NFT_RANGE_EQ.html">constant.NFT_RANGE_EQ.html</a>...</p>
<script>location.replace("constant.NFT_RANGE_EQ.html" + location.search + location.hash);</script>
</body>
</html>
|
avAdmin/admin-directives/question-option-details/question-option-details.html
|
agoravoting/agora-core-view
|
<!-- shown when not being edited -->
<div ng-if="!answerBeingEdited()" class="not-editing">
<div class="col-sm-10">
<span
class="text"
ng-click="setEdit(electionEditable() && true)">
<span
ng-if="electionEditable()"
class="glyphicon glyphicon-edit">
</span>
{{ answer.text }}
</span>
</div>
<div class="col-sm-2 buttons text-right">
<i
class="fa fa-times fa-sw"
ng-if="electionEditable()"
ng-click="delOption(questionIndex(), $index)">
</i>
</div>
</div>
<!-- shown when being edited -->
<form ng-if="answerBeingEdited()" name="answer-form" class="answer-form">
<!-- buttons -->
<div class="row">
<div class="pull-left">
<div class="btn-group action-buttons" role="group">
<button
type="button"
class="btn btn-default active"
ng-click="setEdit(false)">
<span class="glyphicon glyphicon-edit"></span>
</button>
<button
type="button"
class="btn btn-default"
ng-click="delOption(questionIndex(), $index)">
<span class="glyphicon glyphicon-trash"></span>
</button>
</div>
</div>
</div>
<!-- text -->
<div class="row">
<div class="form-group">
<label
for="text"
class="control-label col-sm-3"
ng-i18next="avAdmin.questions.option.textFieldLabel">
</label>
<div class="col-sm-9">
<input
type="text"
class="form-control"
autofocus
ng-model="answer.text"
name="text"
ui-keypress="{
enter: 'setEdit(false, $event)',
27: 'setEdit(false, $event)'}"
ng-i18next="[placeholder]avAdmin.questions.option.textFieldPlaceholder"/>
</div>
</div>
</div>
<!-- details -->
<div class="row">
<div class="form-group">
<label
for="text"
class="control-label col-sm-3"
ng-i18next="avAdmin.questions.option.detailsFieldLabel">
</label>
<div class="col-sm-9">
<textarea
type="text"
class="form-control"
ng-model="answer.details"
name="text"
ui-keypress="{
enter: 'setEdit(false, $event)',
27: 'setEdit(false, $event)'}"
ng-i18next="avAdmin.questions.option.detailsFieldPlaceholder">
</textarea>
</div>
</div>
</div>
<!-- category -->
<div class="row">
<div class="form-group">
<label
for="text"
class="control-label col-sm-3"
ng-i18next="avAdmin.questions.option.categoryFieldLabel">
</label>
<div class="col-sm-9">
<input
type="text"
class="form-control"
ng-model="answer.category"
name="text"
ui-keypress="{
enter: 'setEdit(false, $event)',
27: 'setEdit(false, $event)'}"
ng-i18next="[placeholder]avAdmin.questions.option.categoryFieldPlaceholder" />
</div>
</div>
</div>
<!-- URL -->
<div class="row">
<div class="form-group">
<label
for="text"
class="control-label col-sm-3"
ng-i18next="avAdmin.questions.option.urlFieldLabel">
</label>
<div class="col-sm-9">
<input
type="text"
class="form-control"
ng-model="answer.urls[0].url"
name="text"
ui-keypress="{
enter: 'setEdit(false, $event)',
27: 'setEdit(false, $event)'}"
ng-i18next="[placeholder]avAdmin.questions.option.urlFieldPlaceholder" />
</div>
</div>
</div>
<!-- Image URL -->
<div class="row">
<div class="form-group">
<label
for="text"
class="control-label col-sm-3"
ng-i18next="avAdmin.questions.option.imageUrlFieldLabel">
</label>
<div class="col-sm-9">
<input
type="text"
class="form-control"
ng-model="answer.urls[1].url"
name="text"
ui-keypress="{
enter: 'setEdit(false, $event)',
27: 'setEdit(false, $event)'}"
ng-i18next="[placeholder]avAdmin.questions.option.imageUrlFieldPlaceholder" />
</div>
</div>
</div>
</form>
|
apps/web/src/app/dashboard/dashlets/birthday/dashlet-birthdays.component.html
|
digitaldeacon/memberhive2
|
<mat-card class="dashlet-card">
<mat-card-header>
<mat-card-title fxLayout="row" fxLayoutAlign="space-between center">
<h3 i18n="@@birthday.upcoming">Upcoming Birthdays</h3>
<div>
<button mat-icon-button matTooltip="move dashlet">
<mat-icon class="handle">tab_unselected</mat-icon>
</button>
<button mat-icon-button (click)="settingsDlg()"><mat-icon>more_vert</mat-icon></button>
</div>
</mat-card-title>
</mat-card-header>
<mat-card-content>
<div>
<mat-card-subtitle><span i18n="@@today">Today</span> <mat-divider></mat-divider></mat-card-subtitle>
<p *ngIf="peopleBdToday?.length == 0" i18n="@@birthday.none">No birthdays today</p>
<mat-list>
<mat-list-item *ngFor="let person of peopleBdToday">
<mat-icon mat-list-icon class="birthday-notice">cake</mat-icon>
<img mat-list-avatar src="{{person.avatar}}" alt="{{person.fullName}}" />
<div matLine>
<span>{{person.fullName}}</span>
</div>
<div matLine>
<a [routerLink]="['/person/view', person.uid]" i18n="@@btn.view">view</a> |
<a href="javascript:void(0)"
(click)="interactionsDlg(person)"
i18n="@@btn.interactions">interaction</a>
</div>
<div><b>{{person.age}}</b></div>
</mat-list-item>
</mat-list>
</div>
<div>
<mat-card-subtitle>
<ng-container i18n="@@date.range">Next {{range}} days</ng-container>
<mat-divider></mat-divider>
</mat-card-subtitle>
<mat-list>
<mat-list-item *ngFor="let person of peopleBdRange">
<span mat-list-avatar class="date-rounded">{{person.birthday | date: 'MMM d'}}</span>
<img mat-list-avatar src="{{person.avatar}}" alt="{{person.fullName}}" />
<div matLine>
<span matLine>
{{person.fullName}} (<i>{{birthdayIn(person.birthday)}}</i>)
</span>
<span matLine>
<a [routerLink]="['/person/view', person.uid]" i18n="@@btn.view">view</a> |
<a href="javascript:void(0)"
(click)="interactionsDlg(person)"
i18n="@@btn.remind">reminde me</a>
</span>
</div>
<b>{{person.age + 1}}</b>
</mat-list-item>
</mat-list>
</div>
</mat-card-content>
</mat-card>
|
ckanext/cdrc/templates/product/snippets/help.html
|
spacelis/ckan-ckanext-cdrc
|
<div class="module module-narrow module-shallow">
<h2 class="module-heading">
<i class="icon-large icon-info-sign"></i>
<!-- {{ _('What are Products?') }} -->
</h2>
<div class="module-content">
<!-- {% trans %} -->
<!-- <p>Organizations act like publishing departments for datasets (for -->
<!-- example, the Department of Health). This means that datasets can be -->
<!-- published by and belong to a department instead of an individual -->
<!-- user.</p> -->
<!-- <p>Within organizations, admins can assign roles and authorise its -->
<!-- members, giving individual users the right to publish datasets from -->
<!-- that particular organisation (e.g. Office of National Statistics).</p> -->
<!-- {% endtrans %} -->
</div>
</div>
|
daceui/static/tablesorter-master/docs/example-widget-reflow.html
|
ecreall/daceui
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jQuery plugin: Tablesorter 2.0 - Table Reflow Widget (beta)</title>
<!-- jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- Demo stuff -->
<link class="ui-theme" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/cupertino/jquery-ui.css">
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/jq.css">
<link href="css/prettify.css" rel="stylesheet">
<script src="js/prettify.js"></script>
<script src="js/docs.js"></script>
<!-- Tablesorter: required -->
<link rel="stylesheet" href="../css/theme.blue.css">
<script src="../js/jquery.tablesorter.js"></script>
<script src="../js/jquery.tablesorter.widgets.js"></script>
<style>
/* override bootstrap link colors */
.ui-widget-content a {
color: #428BCA;
}
.ui-widget-content a:hover {
text-decoration: underline;
}
/*** column selector custom css only popup ***/
.columnSelectorWrapper {
position: relative;
margin: 10px 0;
display: inline-block;
}
.columnSelector, .hidden {
display: none;
}
.columnSelectorButton {
background: #99bfe6;
border: #888 1px solid;
color: #111;
border-radius: 5px;
padding: 5px;
}
#colSelect1:checked + label {
background: #5797d7;
border-color: #555;
}
#colSelect1:checked ~ #columnSelector {
display: block;
}
.columnSelector {
width: 120px;
position: absolute;
top: 30px;
padding: 10px;
background: #fff;
border: #99bfe6 1px solid;
border-radius: 5px;
}
.columnSelector label {
display: block;
}
.columnSelector label:nth-child(1) {
border-bottom: #99bfe6 solid 1px;
margin-bottom: 5px;
}
.columnSelector input {
margin-right: 5px;
}
.columnSelector .disabled {
color: #ddd;
}
</style>
<script src="../js/widgets/widget-columnSelector.js"></script>
<style>
/* REQUIRED CSS: change your reflow breakpoint here (35em below) */
@media ( max-width: 35em ) {
.ui-table-reflow td,
.ui-table-reflow th {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
/* if not using the stickyHeaders widget (not the css3 version)
* the "!important" flag, and "height: auto" can be removed */
width: 100% !important;
height: auto !important;
}
/* reflow widget */
.ui-table-reflow tbody td[data-title]:before {
color: #469;
font-size: .9em;
content: attr(data-title);
float: left;
width: 50%;
white-space: pre-wrap;
text-align: bottom;
display: inline-block;
}
/* reflow2 widget */
table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
display: block;
padding: .4em 0;
margin: .4em 0;
text-transform: uppercase;
font-size: .9em;
font-weight: 400;
}
table.ui-table-reflow .ui-table-cell-label {
padding: .4em;
min-width: 30%;
display: inline-block;
margin: -.4em 1em -.4em -.4em;
}
}
.ui-table-reflow .ui-table-cell-label {
display: none;
}
</style>
<script src="../js/widgets/widget-reflow.js"></script>
<script id="js">$(function() {
// simple reflow widget (table with 1 header row)
$("#table1").tablesorter({
theme: 'blue',
widgets: ['zebra', 'reflow'],
widgetOptions : {
// class name added to make it responsive (class name within media query)
reflow_className : 'ui-table-reflow',
// header attribute containing modified header name
reflow_headerAttrib : 'data-name',
// data attribute added to each tbody cell
// it contains the header cell text, visible upon reflow
reflow_dataAttrib : 'data-title'
}
});
// simple reflow widget + columnSelector & stickyHeaders widgets
$("#table2").tablesorter({
theme: 'blue',
widgets: ['zebra', 'reflow', 'columnSelector', 'stickyHeaders'],
widgetOptions : {
// target the column selector markup
columnSelector_container : $('#columnSelector'),
// data attribute containing column name to use in the selector container
// make it use the same as reflow_headerAttrib
columnSelector_name : 'data-name',
// header attribute containing modified header name
reflow_headerAttrib : 'data-name'
}
});
// reflow2 widget (table with multiple header rows)
$("#table3").tablesorter({
theme: 'blue',
widgets: ['zebra', 'reflow2'],
widgetOptions: {
// class name added to make it responsive (class name within media query)
reflow2_className : 'ui-table-reflow',
// ignore header cell content with this class name
reflow2_classIgnore : 'ui-table-reflow-ignore',
// header attribute containing modified header name
reflow2_headerAttrib : 'data-name',
// class name applied to thead labels
reflow2_labelClass : 'ui-table-cell-label',
// class name applied to first row thead label
reflow2_labelTop : 'ui-table-cell-label-top'
}
});
});</script>
</head>
<body>
<div id="banner">
<h1>table<em>sorter</em></h1>
<h2>Table Reflow Widget (beta)</h2>
<h3>Flexible client-side table sorting</h3>
<a href="index.html">Back to documentation</a>
</div>
<div id="main">
<p></p>
<br>
<div class="accordion">
<h3><a href="#">Notes</a></h3>
<div>
<ul>
<li>This widget will <strong>only work</strong> in tablesorter version 2.8+ and jQuery version 1.7+.</li>
<li>The <strong>required css</strong>, shown below, is needed to make this widget work, but is completely customizable.</li>
<li>This demo sets the reflow breakpoint to 35em; so you'll need to resize your browser window to see this widget in action.</li>
<li>This widget is compatible with the column selector widget; but please note:
<ul>
<li>When a column is hidden, it will not show up when the table reflow occurs</li>
<li>For an example, see the second demo "Reflow + columnSelector widget" below.</li>
<li>The column selector widget, by default, has an additional breakpoint at "30em". So if the column selector is set to "Auto" and you continue to reduce the browser width after the table reflows, you'll see "Geometry" row disappear.</li>
</ul>
</li>
<li>It may not have been necessary to create two versions of this widget, but it was done because:
<ul>
<li>The first "reflow" widget does not add additional content to the tbody table cells, but it did not work well when attempting to add multiple content rows within the data-attribute. It would work if the css explicitly has the content set with a break like this (<a href="http://www.w3.org/TR/CSS2/generate.html#x18">ref</a>):
<pre class="prettyprint lang-css">content: "row1 \A row2";</pre>
But sadly, this method does not work when a data-attribute with the same content is used:
<pre class="prettyprint lang-css">content: attr(data-title);</pre>
The second method ignores the backslash and shows <code>"row1 \A row2"</code>
</li>
<li><span class="label label-info">Update</span>: After some discussion in <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=988694">bugzilla</a>, I discovered that it is possible to add multiple lines of content usigin a data-attribute by setting a <code>white-space: pre;</code> css definition and using <code>&#10</code> instead of <code>\A</code> (<a href="http://jsfiddle.net/96pwE/5/">demo</a>), but I think I'll keep the second reflow version because it actually allows styling.</li>
<li>Adding bold elements to every table tbody cell is the method used by jQuery Mobile; so, a second reflow widget "reflow2" was created to do the same, and work properly with a thead containing multiple rows.</li>
</ul>
</li>
<li>
If you do not want the sortable headers to show when the table reflows, include this css within the media query:<br>
<br>
<pre class="prettyprint lang-css">table.ui-table-reflow thead { display: none; }</pre>
</li>
</ul>
</div>
<h3><a href="#">Reflow Widget</a></h3>
<div>
<ul>
<li>This version adds a <code>data-title</code> attribute (modifiable by the <code>reflow_dataAttrib</code> option), to every table body cell.</li>
<li>The required css shows the contents of this data-attribute when the browser width reaches the set break point.</li>
<li>So, this widget does not add any additional content to the table cells; which might be preferred if the table content should not be changed.</li>
<li>Do not use this version of the widget for a table with more than one header row.</li>
</ul>
<h4>Reflow widget default options (added inside of tablesorter <code>widgetOptions</code>)</h4>
<table class="tablesorter-blue">
<thead>
<tr><th>Option</th><th>Description</th></tr>
</thead>
<tbody>
<tr class="odd">
<td>reflow_className</td>
<td>
This class name is added to the table to make it responsive. The class name is the same as that used by <a href="http://demos.jquerymobile.com/1.4.2/table-reflow/">jQuery Mobile</a>.<br>
<br>
<pre class="prettyprint lang-html"><table class="tablesorter tablesorter-blue ui-table-reflow">...</table></pre>
<br>
Default value: <code>"ui-table-reflow"</code>
</td>
</tr>
<tr>
<td>reflow_headerAttrib</td>
<td>
Set this option to use your desired data-attribute. The set data-attribute contains the alternative header title added to every table body cell when the table reflows.<br>
<br>
For example, the "Sex" column below is renamed to "Gender" within the reflow cells:
<pre class="prettyprint lang-html"><th data-name="Gender">Sex</th></pre>
<br>
Default value: <code>"data-name"</code>
</td>
</tr>
<tr class="odd">
<td>reflow_dataAttrib</td>
<td>
Set this option to use your desired data-attribute which is added to every table body cell. It will contain the header name which is shown once the table reflows.<br>
<br>
For example, all of table body cells will show the contents from the set data-attribute when the table reflows:
<pre class="prettyprint lang-html"><td data-title="Gender">female</td></pre>
<br>
Default value: <code>"data-title"</code>
</td>
</tr>
</tbody>
</table>
</div>
<h3><a href="#">Reflow2 Widget</a></h3>
<div>
<ul>
<li>This version of the reflow widget adds a bold element (<code><b></code>), containing the header cell name, to every table body cell.</li>
<li>The required css shows these elements when the browser width reaches the set break point.</li>
<li>Use this version of the widget for a table with <strong>more than one</strong> header row.</li>
<li>So, this widget does add additional content to the table tbody cells; this might not be preferred if the table content should not be changed.</li>
<li>If an update occurs, this widget will remove all cell elements, and replace them, even if the headers have changed.</li>
<li>In very large tables, initialization of the table may be slightly delayed.</li>
</ul>
<h4>Reflow2 widget default options (added inside of tablesorter <code>widgetOptions</code>)</h4>
<table class="tablesorter-blue">
<thead>
<tr><th>Option</th><th>Description</th></tr>
</thead>
<tbody>
<tr class="odd">
<td>reflow2_className</td>
<td>
This class name is added to the table to make it responsive. The class name is the same as that used by <a href="http://demos.jquerymobile.com/1.4.2/table-reflow/">jQuery Mobile</a>.<br>
<br>
<pre class="prettyprint lang-html"><table class="tablesorter tablesorter-blue ui-table-reflow">...</table></pre>
<br>
Default value: <code>"ui-table-reflow"</code>
</td>
</tr>
<tr>
<td>reflow2_classIgnore</td>
<td>
Set this option to use your desired class name. Any header cell with this class name will have it's contents ignored.<br>
<br>
For example, this is the "Paris" header cell in table3 below:
<pre class="prettyprint lang-html"><th class="ui-table-reflow-ignore sorter-false">Paris</th></pre>
<br>
Default value: <code>"ui-table-reflow-ignore"</code>
</td>
</tr>
<tr class="odd">
<td>reflow2_headerAttrib</td>
<td>
Set this option to use your desired data-attribute. The set data-attribute contains the alternative header title added to every table body cell when the table reflows.<br>
<br>
For example, the "Sex" column below is renamed to "Gender" within the reflow cells:
<pre class="prettyprint lang-html"><th data-name="Gender">Sex</th></pre>
<br>
Default value: <code>"data-name"</code>
</td>
</tr>
<tr>
<td>reflow2_labelClass</td>
<td>
Set this option to use your desired class name.<br>
<br>
When the table reflows, the bold element (<code><b></code>) with this class name will be revealed; it must also be defined within the media query to display this element as an "inline-block", so it shares the row with the cell content
<h4>CSS</h4>
<pre class="prettyprint lang-css">/* additional selectors needed to increase css specificity */
table.ui-table-reflow .ui-table-cell-label {
padding: .4em;
min-width: 30%;
display: inline-block;
margin: -.4em 1em -.4em -.4em;
}</pre>
<h4>HTML</h4>
<pre class="prettyprint lang-html"><th>
<b class="remove-me ui-table-cell-label">Month</b>
Jaunuary
</th></pre>
<br>
Default value: <code>"ui-table-cell-label"</code>
</td>
</tr>
<tr class="odd">
<td>reflow2_labelTop</td>
<td>
Set this option to use your desired class name.<br>
<br>
When the table reflows, the all upper header cell content is also included in every corresponding column table cell within a bold element (<code><b></code>); it must also be defined within the media query to display this element as a "block"
<h4>CSS</h4>
<pre class="prettyprint lang-css">/* additional selectors needed to increase css specificity */
table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
display: block;
padding: .4em 0;
margin: .4em 0;
text-transform: uppercase;
font-size: .9em;
font-weight: 400;
}</pre>
<h4>HTML</h4>
<pre class="prettyprint lang-html"><td>
<b class="remove-me ui-table-cell-label ui-table-cell-label-top">Average Temperatures (C)</b>
<b class="remove-me ui-table-cell-label">Minimum Temp</b>
3
</td>
</pre>
<br>
Default value: <code>"ui-table-cell-label-top"</code>
</td>
</tr>
</tbody>
</table>
</div>
<h3><a href="#">Required CSS</a></h3>
<div>
The reflow widgets require the following css to hide/show header cell content within each table cell. Remove the css for whichever reflow widget that is not being used, as desired.<br>
<br>
<pre class="prettyprint lang-css">/* REQUIRED CSS: change your reflow breakpoint here (35em below) */
@media ( max-width: 35em ) {
/* uncomment out the line below if you don't want the sortable headers to show */
/* table.ui-table-reflow thead { display: none; } */
/* css for reflow & reflow2 widgets */
.ui-table-reflow td,
.ui-table-reflow th {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
/* if not using the stickyHeaders widget (not the css3 version)
* the "!important" flag, and "height: auto" can be removed */
width: 100% !important;
height: auto !important;
}
/* reflow widget only */
.ui-table-reflow tbody td[data-title]:before {
color: #469;
font-size: .9em;
content: attr(data-title);
float: left;
width: 50%;
white-space: pre-wrap;
text-align: bottom;
display: inline-block;
}
/* reflow2 widget only */
table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
display: block;
padding: .4em 0;
margin: .4em 0;
text-transform: uppercase;
font-size: .9em;
font-weight: 400;
}
table.ui-table-reflow .ui-table-cell-label {
padding: .4em;
min-width: 30%;
display: inline-block;
margin: -.4em 1em -.4em -.4em;
}
} /* end media query */
/* reflow2 widget */
.ui-table-reflow .ui-table-cell-label {
display: none;
}</pre>
</div>
</div>
</p>
<h1>Demo <small>(Resize the browser window)</small></h1>
<div id="demo"><h3>Reflow widget only</h3>
<table id="table1">
<thead>
<tr>
<th>Rank</th>
<th>Age</th>
<th>Total</th>
<th>Discount</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr><td>1</td><td>25</td><td>$5.95</td><td>22%</td><td>Jun 26, 2013 7:22 AM</td></tr>
<tr><td>11</td><td>12</td><td>$82.99</td><td>5%</td><td>Aug 21, 2013 12:21 PM</td></tr>
<tr><td>12</td><td>51</td><td>$99.29</td><td>18%</td><td>Oct 13, 2013 1:15 PM</td></tr>
<tr><td>51</td><td>28</td><td>$9.99</td><td>20%</td><td>Jul 6, 2013 8:14 AM</td></tr>
<tr><td>21</td><td>33</td><td>$19.99</td><td>25%</td><td>Dec 10, 2012 5:14 AM</td></tr>
<tr><td>013</td><td>18</td><td>$65.89</td><td>45%</td><td>Jan 12, 2013 11:14 AM</td></tr>
<tr><td>005</td><td>45</td><td>$153.19</td><td>45%</td><td>Jan 18, 2014 9:12 AM</td></tr>
<tr><td>10</td><td>3</td><td>$5.29</td><td>4%</td><td>Jan 8, 2013 5:11 PM</td></tr>
<tr><td>16</td><td>24</td><td>$14.19</td><td>14%</td><td>Jan 14, 2014 11:23 AM</td></tr>
<tr><td>66</td><td>22</td><td>$13.19</td><td>11%</td><td>Jan 18, 2013 9:12 AM</td></tr>
<tr><td>100</td><td>18</td><td>$55.20</td><td>15%</td><td>Feb 12, 2013 7:23 PM</td></tr>
<tr><td>55</td><td>65</td><td>$123.00</td><td>32%</td><td>Jan 20, 2014 1:12 PM</td></tr>
<tr><td>9</td><td>25</td><td>$22.09</td><td>17%</td><td>Jun 11, 2013 10:55 AM</td></tr>
<tr><td>13</td><td>12</td><td>$19.99</td><td>18%</td><td>Jan 20, 2014 7:45 PM</td></tr>
<tr><td>73</td><td>58</td><td>$129.19</td><td>39%</td><td>Jan 20, 2014 10:11 AM</td></tr>
</tbody>
</table>
<h3>Reflow + columnSelector widget</h3>
<!-- This selector markup is completely customizable -->
<div class="columnSelectorWrapper">
<input id="colSelect1" type="checkbox" class="hidden">
<label class="columnSelectorButton" for="colSelect1">Column</label>
<div id="columnSelector" class="columnSelector">
<!-- this div is where the column selector is added -->
</div>
</div> (When "Auto" is set, the table becomes responsive; resize the browser window to see it work)
<table id="table2">
<thead>
<tr>
<th data-priority="critical">Name</th>
<th data-priority="critical">Major</th>
<th data-priority="6" data-name="Gender">Sex</th>
<th data-priority="4">English</th>
<th data-priority="5">Japanese</th>
<th data-priority="3">Calculus</th>
<th data-priority="2">Geometry</th>
</tr>
</thead>
<tfoot>
<tr><th>Name</th><th>Major</th><th>Sex</th><th>English</th><th>Japanese</th><th>Calculus</th><th>Geometry</th></tr>
</tfoot>
<tbody>
<tr><td>Student03</td><td>Languages</td><td>female</td><td>85</td><td>95</td><td>80</td><td>85</td></tr>
<tr><td>Student04</td><td>Languages</td><td>male</td><td>60</td><td>55</td><td>100</td><td>100</td></tr>
<tr><td>Student05</td><td>Languages</td><td>female</td><td>68</td><td>80</td><td>95</td><td>80</td></tr>
<tr><td>Student12</td><td>Mathematics</td><td>female</td><td>100</td><td>75</td><td>70</td><td>85</td></tr>
<tr><td>Student13</td><td>Languages</td><td>female</td><td>100</td><td>80</td><td>100</td><td>90</td></tr>
<tr><td>Student14</td><td>Languages</td><td>female</td><td>50</td><td>45</td><td>55</td><td>90</td></tr>
<tr><td>Student15</td><td>Languages</td><td>male</td><td>95</td><td>35</td><td>100</td><td>90</td></tr>
<tr><td>Student16</td><td>Languages</td><td>female</td><td>100</td><td>50</td><td>30</td><td>70</td></tr>
<tr><td>Student17</td><td>Languages</td><td>female</td><td>80</td><td>100</td><td>55</td><td>65</td></tr>
<tr><td>Student18</td><td>Mathematics</td><td>male</td><td>30</td><td>49</td><td>55</td><td>75</td></tr>
<tr><td>Student19</td><td>Languages</td><td>male</td><td>68</td><td>90</td><td>88</td><td>70</td></tr>
<tr><td>Student20</td><td>Mathematics</td><td>male</td><td>40</td><td>45</td><td>40</td><td>80</td></tr>
<tr><td>Student01</td><td>Languages</td><td>male</td><td>80</td><td>70</td><td>75</td><td>80</td></tr>
<tr><td>Student02</td><td>Mathematics</td><td>male</td><td>90</td><td>88</td><td>100</td><td>90</td></tr>
<tr><td>Student06</td><td>Mathematics</td><td>male</td><td>100</td><td>99</td><td>100</td><td>90</td></tr>
<tr><td>Student07</td><td>Mathematics</td><td>male</td><td>85</td><td>68</td><td>90</td><td>90</td></tr>
<tr><td>Student08</td><td>Languages</td><td>male</td><td>100</td><td>90</td><td>90</td><td>85</td></tr>
<tr><td>Student09</td><td>Mathematics</td><td>male</td><td>80</td><td>50</td><td>65</td><td>75</td></tr>
<tr><td>Student10</td><td>Languages</td><td>male</td><td>85</td><td>100</td><td>100</td><td>90</td></tr>
<tr><td>Student11</td><td>Languages</td><td>male</td><td>86</td><td>85</td><td>100</td><td>100</td></tr>
</tbody>
</table>
<h3>Reflow2 widget (multiple thead rows)</h3>
<table id="table3">
<thead>
<tr>
<th class="ui-table-reflow-ignore sorter-false">Paris</th>
<th colspan="2">Average Temperatures (C)</th>
<th colspan="2">Average Rainfall</th>
</tr>
<tr>
<th>Month</th>
<th>Minimum Temp</th>
<th>Maximum Temp</th>
<th>Precipitaion (mm)</th>
<th>Rainfall Days</th>
</tr>
</thead>
<tbody>
<tr><th>Jaunuary</th><td>3</td><td>8</td><td>17.8</td><td>10</td></tr>
<tr><th>February</th><td>2</td><td>9</td><td>21.7</td><td>9</td></tr>
<tr><th>March</th><td>4</td><td>13</td><td>24.2</td><td>10</td></tr>
<tr><th>April</th><td>6</td><td>15</td><td>24.6</td><td>11</td></tr>
<tr><th>May</th><td>10</td><td>20</td><td>26.2</td><td>10</td></tr>
<tr><th>June</th><td>13</td><td>23</td><td>25.1</td><td>9</td></tr>
<tr><th>July</th><td>15</td><td>25</td><td>21.7</td><td>7</td></tr>
<tr><th>August</th><td>15</td><td>25</td><td>21.4</td><td>7</td></tr>
<tr><th>September</th><td>11</td><td>21</td><td>15.6</td><td>8</td></tr>
<tr><th>October</th><td>9</td><td>17</td><td>25.3</td><td>11</td></tr>
<tr><th>November</th><td>5</td><td>11</td><td>22.4</td><td>12</td></tr>
<tr><th>December</th><td>3</td><td>8</td><td>26.6</td><td>12</td></tr>
</tbody>
</table></div>
<h1>HTML</h1>
<div id="html">
<pre class="prettyprint lang-html"></pre>
</div>
<h1>Javascript</h1>
<div id="javascript">
<pre class="prettyprint lang-js"></pre>
</div>
</div>
</body>
</html>
|
newclient/scripts/components/config/general/expand-instructions-toggle/style.css
|
kuali/research-coi
|
/*
The Conflict of Interest (COI) module of Kuali Research
Copyright © 2005-2016 Kuali, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU 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/>
*/
.container {
padding: 5px 0 10px 23px;
font-size: 17px;
}
.checkbox {
margin-right: 10px;
}
.label {
vertical-align: middle;
}
|
doc/javacode/html/interfaceorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats_1_1_c_c_n_categorized_statistics.html
|
chenatu/ccnx-underlay
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Content-Centric Networking in Java: org.ccnx.ccn.impl.CCNStats.CCNCategorizedStatistics Interface Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="navpath"><b>org</b>.<b>ccnx</b>.<b>ccn</b>.<a class="el" href="namespaceorg_1_1ccnx_1_1ccn_1_1impl.html">impl</a>.<a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html">CCNStats</a>.<a class="el" href="interfaceorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats_1_1_c_c_n_categorized_statistics.html">CCNCategorizedStatistics</a>
</div>
</div>
<div class="contents">
<h1>org.ccnx.ccn.impl.CCNStats.CCNCategorizedStatistics Interface Reference</h1><!-- doxytag: class="org::ccnx::ccn::impl::CCNStats::CCNCategorizedStatistics" -->
<p><a href="interfaceorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats_1_1_c_c_n_categorized_statistics-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Object[] </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats_1_1_c_c_n_categorized_statistics.html#a0292396b28105be42fa25f56212f2142">getCategoryNames</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get a list of the category keys. <a href="#a0292396b28105be42fa25f56212f2142"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html">CCNStats</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats_1_1_c_c_n_categorized_statistics.html#aeb9b9bd7b7135e92ce8c28f2ca62eef6">getStatsByName</a> (Object category) throws ClassCastException</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the statistics associated with the key. <a href="#aeb9b9bd7b7135e92ce8c28f2ca62eef6"></a><br/></td></tr>
</table>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a0292396b28105be42fa25f56212f2142"></a><!-- doxytag: member="org::ccnx::ccn::impl::CCNStats::CCNCategorizedStatistics::getCategoryNames" ref="a0292396b28105be42fa25f56212f2142" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Object [] org.ccnx.ccn.impl.CCNStats.CCNCategorizedStatistics.getCategoryNames </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get a list of the category keys. </p>
<p>The <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html#af3831b945faa9846334ad02bc2e832e8" title="Dump the counters in the preferred format to a String for display.">toString()</a> method of the key should be meaningful. </p>
<p>Implemented in <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1profiles_1_1versioning_1_1_versioning_interest.html#a1e0ca1045419bc40952e0a8895e2f51a">org.ccnx.ccn.profiles.versioning.VersioningInterest</a>.</p>
</div>
</div>
<a class="anchor" id="aeb9b9bd7b7135e92ce8c28f2ca62eef6"></a><!-- doxytag: member="org::ccnx::ccn::impl::CCNStats::CCNCategorizedStatistics::getStatsByName" ref="aeb9b9bd7b7135e92ce8c28f2ca62eef6" args="(Object category)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html">CCNStats</a> org.ccnx.ccn.impl.CCNStats.CCNCategorizedStatistics.getStatsByName </td>
<td>(</td>
<td class="paramtype">Object </td>
<td class="paramname"> <em>category</em></td>
<td> ) </td>
<td> throws ClassCastException</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the statistics associated with the key. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>name</em> </td><td></td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>May be null if category is not found </dd></dl>
<dl><dt><b>Exceptions:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>ClassCastException</em> </td><td>if cateogry is not appropriate </td></tr>
</table>
</dd>
</dl>
<p>Implemented in <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1profiles_1_1versioning_1_1_versioning_interest.html#a5c6937bf41e8946a972553d6fd2399cb">org.ccnx.ccn.profiles.versioning.VersioningInterest</a>.</p>
</div>
</div>
<hr/>The documentation for this interface was generated from the following file:<ul>
<li>src/org/ccnx/ccn/impl/CCNStats.java</li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Mon Feb 4 11:58:51 2013 for Content-Centric Networking in Java by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
|
wiki/docs/4.1/html/dir_d882e15b9c2469edb9fb4e5663b2d39f.html
|
Chinchilla-Software-Com/CQRS
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.16"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CQRS.NET: Properties Directory Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CQRS.NET
 <span id="projectnumber">4.1</span>
</div>
<div id="projectbrief">A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.16 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</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('dir_d882e15b9c2469edb9fb4e5663b2d39f.html','');});
/* @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="headertitle">
<div class="title">Properties Directory Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
Files</h2></td></tr>
<tr class="memitem:Ninject_2Cqrs_8Ninject_8Mongo_2Properties_2AssemblyInfo_8cs"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><b>Ninject/Cqrs.Ninject.Mongo/Properties/AssemblyInfo.cs</b></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_bcbb2cf9a3d3d83e5515c82071a07177.html">Framework</a></li><li class="navelem"><a class="el" href="dir_aeab9c509861352f3ed3b04436717e37.html">Ninject</a></li><li class="navelem"><a class="el" href="dir_75fc8efaea6c4731e2c1069bc34514d2.html">Cqrs.Ninject.Mongo</a></li><li class="navelem"><a class="el" href="dir_d882e15b9c2469edb9fb4e5663b2d39f.html">Properties</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li>
</ul>
</div>
</body>
</html>
|
build/linux/work/hardware/tools/arm/share/doc/gcc-arm-none-eabi/html/gcc/Function-Specific-Option-Pragmas.html
|
dcuartielles/SmartWatch
|
<html lang="en">
<head>
<title>Function Specific Option Pragmas - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Pragmas.html#Pragmas" title="Pragmas">
<link rel="prev" href="Push_002fPop-Macro-Pragmas.html#Push_002fPop-Macro-Pragmas" title="Push/Pop Macro Pragmas">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010 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 ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Function-Specific-Option-Pragmas"></a>
Previous: <a rel="previous" accesskey="p" href="Push_002fPop-Macro-Pragmas.html#Push_002fPop-Macro-Pragmas">Push/Pop Macro Pragmas</a>,
Up: <a rel="up" accesskey="u" href="Pragmas.html#Pragmas">Pragmas</a>
<hr>
</div>
<h4 class="subsection">6.57.13 Function Specific Option Pragmas</h4>
<dl>
<dt><code>#pragma GCC target (</code><var>"string"</var><code>...)</code><dd><a name="index-pragma-GCC-target-3363"></a>
This pragma allows you to set target specific options for functions
defined later in the source file. One or more strings can be
specified. Each function that is defined after this point will be as
if <code>attribute((target("STRING")))</code> was specified for that
function. The parenthesis around the options is optional.
See <a href="Function-Attributes.html#Function-Attributes">Function Attributes</a>, for more information about the
<code>target</code> attribute and the attribute syntax.
<p>The <code>#pragma GCC target</code> attribute is not implemented in GCC versions earlier
than 4.4 for the i386/x86_64 and 4.6 for the PowerPC backends. At
present, it is not implemented for other backends.
</dl>
<dl>
<dt><code>#pragma GCC optimize (</code><var>"string"</var><code>...)</code><dd><a name="index-pragma-GCC-optimize-3364"></a>
This pragma allows you to set global optimization options for functions
defined later in the source file. One or more strings can be
specified. Each function that is defined after this point will be as
if <code>attribute((optimize("STRING")))</code> was specified for that
function. The parenthesis around the options is optional.
See <a href="Function-Attributes.html#Function-Attributes">Function Attributes</a>, for more information about the
<code>optimize</code> attribute and the attribute syntax.
<p>The ‘<samp><span class="samp">#pragma GCC optimize</span></samp>’ pragma is not implemented in GCC
versions earlier than 4.4.
</dl>
<dl>
<dt><code>#pragma GCC push_options</code><dt><code>#pragma GCC pop_options</code><dd><a name="index-pragma-GCC-push_005foptions-3365"></a><a name="index-pragma-GCC-pop_005foptions-3366"></a>
These pragmas maintain a stack of the current target and optimization
options. It is intended for include files where you temporarily want
to switch to using a different ‘<samp><span class="samp">#pragma GCC target</span></samp>’ or
‘<samp><span class="samp">#pragma GCC optimize</span></samp>’ and then to pop back to the previous
options.
<p>The ‘<samp><span class="samp">#pragma GCC push_options</span></samp>’ and ‘<samp><span class="samp">#pragma GCC pop_options</span></samp>’
pragmas are not implemented in GCC versions earlier than 4.4.
</dl>
<dl>
<dt><code>#pragma GCC reset_options</code><dd><a name="index-pragma-GCC-reset_005foptions-3367"></a>
This pragma clears the current <code>#pragma GCC target</code> and
<code>#pragma GCC optimize</code> to use the default switches as specified
on the command line.
<p>The ‘<samp><span class="samp">#pragma GCC reset_options</span></samp>’ pragma is not implemented in GCC
versions earlier than 4.4.
</dl>
</body></html>
|
wiki/docs/2.0/html/classCqrs_1_1Azure_1_1DocumentDb_1_1DataStores_1_1AzureDocumentDbDataStore_a2d91050f17273687e44a121623803e7a.html
|
cdmdotnet/CQRS
|
<!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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CQRS.NET: Cqrs.Azure.DocumentDb.DataStores.AzureDocumentDbDataStore.Add</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CQRS.NET
 <span id="projectnumber">2.0</span>
</div>
<div id="projectbrief">A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classCqrs_1_1Azure_1_1DocumentDb_1_1DataStores_1_1AzureDocumentDbDataStore_a2d91050f17273687e44a121623803e7a.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
<a id="a2d91050f17273687e44a121623803e7a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2d91050f17273687e44a121623803e7a">◆ </a></span>Add() <span class="overload">[2/2]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1DataStores_1_1AzureDocumentDbDataStore.html">Cqrs.Azure.DocumentDb.DataStores.AzureDocumentDbDataStore</a>< TData >.Add </td>
<td>(</td>
<td class="paramtype">IEnumerable< TData > </td>
<td class="paramname"><em>data</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Implements <a class="el" href="interfaceCqrs_1_1DataStores_1_1IDataStore_a906f3f2f80db7a549a4170eca4653e26.html#a906f3f2f80db7a549a4170eca4653e26">Cqrs.DataStores.IDataStore< TData ></a>.</p>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespaceCqrs.html">Cqrs</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Azure.html">Azure</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Azure_1_1DocumentDb.html">DocumentDb</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Azure_1_1DocumentDb_1_1DataStores.html">DataStores</a></li><li class="navelem"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1DataStores_1_1AzureDocumentDbDataStore.html">AzureDocumentDbDataStore</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
wiki/docs/4.2/html/interfaceCqrs_1_1Authentication_1_1ISingleSignOnTokenWithUserRsn_a3ba8dbde50e032ebc76c96a5ff40f47f.html
|
cdmdotnet/CQRS
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.16"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CQRS.NET: Cqrs.Authentication.ISingleSignOnTokenWithUserRsn.UserRsn</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CQRS.NET
 <span id="projectnumber">4.2</span>
</div>
<div id="projectbrief">A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.16 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</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('interfaceCqrs_1_1Authentication_1_1ISingleSignOnTokenWithUserRsn_a3ba8dbde50e032ebc76c96a5ff40f47f.html','');});
/* @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="contents">
<a id="a3ba8dbde50e032ebc76c96a5ff40f47f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3ba8dbde50e032ebc76c96a5ff40f47f">◆ </a></span>UserRsn</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Guid Cqrs.Authentication.ISingleSignOnTokenWithUserRsn.UserRsn</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span><span class="mlabel">set</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The Rsn of the user doing the operation. When used by an external 3rd party this is the person being impersonated, not the 3rd party system itself. </p>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespaceCqrs.html">Cqrs</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Authentication.html">Authentication</a></li><li class="navelem"><a class="el" href="interfaceCqrs_1_1Authentication_1_1ISingleSignOnTokenWithUserRsn.html">ISingleSignOnTokenWithUserRsn</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li>
</ul>
</div>
</body>
</html>
|
wiki/docs/api/html/wiki/docs/api/2.2/html/Cqrs.Azure.DocumentDb.DataStores.html
|
cdmdotnet/CQRS
|
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Cqrs.Azure.DocumentDb.DataStores
| CQRS.NET API Reference Documentation version 2.2 </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Cqrs.Azure.DocumentDb.DataStores
| CQRS.NET API Reference Documentation version 2.2 ">
<meta name="generator" content="docfx 2.22.2.0">
<link rel="shortcut icon" href="../../../../../favicon.ico">
<link rel="stylesheet" href="../../../../../styles/docfx.vendor.css">
<link rel="stylesheet" href="../../../../../styles/docfx.css">
<link rel="stylesheet" href="../../../../../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../../../../../">
</head>
<body data-spy="scroll" data-target="#affix">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../../index.html">
<img id="logo" class="svg" src="../../../../../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items"></div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Cqrs.Azure.DocumentDb.DataStores">
<h1 id="Cqrs_Azure_DocumentDb_DataStores" data-uid="Cqrs.Azure.DocumentDb.DataStores" class="text-break">Namespace Cqrs.Azure.DocumentDb.DataStores
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Cqrs.Azure.DocumentDb.DataStores.AzureDocumentDbDataStore-1.html">AzureDocumentDbDataStore<TData></a></h4>
<section><p>A <a class="xref" href="Cqrs.DataStores.IDataStore-1.html">IDataStore<TData></a> that uses Azure DocumentDB (CosmosDB) for storage.</p>
</section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../../../../../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../../../../../styles/docfx.js"></script>
<script type="text/javascript" src="../../../../../styles/main.js"></script>
</body>
</html>
|
wiki/docs/2.2/html/classCqrs_1_1Services_1_1BasicServiceParameterResolver_ab1de06b3744da74df0708545666c9f6f.html
|
cdmdotnet/CQRS
|
<!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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CQRS.NET: Cqrs.Services.BasicServiceParameterResolver.TryResolveUnResolvedType</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CQRS.NET
 <span id="projectnumber">2.2</span>
</div>
<div id="projectbrief">A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classCqrs_1_1Services_1_1BasicServiceParameterResolver_ab1de06b3744da74df0708545666c9f6f.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
<a id="ab1de06b3744da74df0708545666c9f6f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab1de06b3744da74df0708545666c9f6f">◆ </a></span>TryResolveUnResolvedType()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">abstract bool <a class="el" href="classCqrs_1_1Services_1_1BasicServiceParameterResolver.html">Cqrs.Services.BasicServiceParameterResolver</a>< TServiceParameter, TAuthenticationToken >.TryResolveUnResolvedType </td>
<td>(</td>
<td class="paramtype">Type </td>
<td class="paramname"><em>dataContractType</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">Type </td>
<td class="paramname"><em>declaredType</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">DataContractResolver </td>
<td class="paramname"><em>knownTypeResolver</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ref XmlDictionaryString </td>
<td class="paramname"><em>typeName</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ref XmlDictionaryString </td>
<td class="paramname"><em>typeNamespace</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Try to resolve an types <a class="el" href="classCqrs_1_1Services_1_1BasicServiceParameterResolver_adbc4b10f8931db30768d7ca84bdb0260.html#adbc4b10f8931db30768d7ca84bdb0260" title="Maps a data contract type to an xsi:type name and namespace during serialization. ...">TryResolveType</a> fails to. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">dataContractType</td><td>The type to map.</td></tr>
<tr><td class="paramname">declaredType</td><td>The type declared in the data contract.</td></tr>
<tr><td class="paramname">knownTypeResolver</td><td>The known type resolver.</td></tr>
<tr><td class="paramname">typeName</td><td>The xsi:type name.</td></tr>
<tr><td class="paramname">typeNamespace</td><td>The xsi:type namespace.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>true if mapping succeeded; otherwise, false.</dd></dl>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespaceCqrs.html">Cqrs</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Services.html">Services</a></li><li class="navelem"><a class="el" href="classCqrs_1_1Services_1_1BasicServiceParameterResolver.html">BasicServiceParameterResolver</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
docs/html/search/defines_9.html
|
bertcarnell/oa
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="defines_9.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div id="SRResults"></div>
<script type="text/javascript"><!--
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
--></script>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
--></script>
</div>
</body>
</html>
|
3rdparty/jaxen-1.1.1/docs/apidocs/org/jaxen/class-use/Function.html
|
simeshev/parabuild-ci
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_07) on Sat May 05 15:06:52 EDT 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface org.jaxen.Function (jaxen 1.1.1 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../javadoc-style.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Interface org.jaxen.Function (jaxen 1.1.1 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../org/jaxen/Function.html" title="interface in org.jaxen"><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/jaxen//class-useFunction.html" target="_top"><B>FRAMES</B></A>
<A HREF="Function.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.jaxen.Function</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/jaxen/Function.html" title="interface in org.jaxen">Function</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jaxen"><B>org.jaxen</B></A></TD>
<TD>
This package defines the core Jaxen API to the XPath engine. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jaxen.function"><B>org.jaxen.function</B></A></TD>
<TD>
Standard XPath function library. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jaxen.function.ext"><B>org.jaxen.function.ext</B></A></TD>
<TD>
Extension functions to the standard XPath function library. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jaxen.function.xslt"><B>org.jaxen.function.xslt</B></A></TD>
<TD>
XPath functions which are defined in XSLT. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.jaxen"><!-- --></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/jaxen/Function.html" title="interface in org.jaxen">Function</A> in <A HREF="../../../org/jaxen/package-summary.html">org.jaxen</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/jaxen/package-summary.html">org.jaxen</A> that return <A HREF="../../../org/jaxen/Function.html" title="interface in org.jaxen">Function</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/jaxen/Function.html" title="interface in org.jaxen">Function</A></CODE></FONT></TD>
<TD><CODE><B>SimpleFunctionContext.</B><B><A HREF="../../../org/jaxen/SimpleFunctionContext.html#getFunction(java.lang.String, java.lang.String, java.lang.String)">getFunction</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> namespaceURI,
<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> prefix,
<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> localName)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/jaxen/Function.html" title="interface in org.jaxen">Function</A></CODE></FONT></TD>
<TD><CODE><B>FunctionContext.</B><B><A HREF="../../../org/jaxen/FunctionContext.html#getFunction(java.lang.String, java.lang.String, java.lang.String)">getFunction</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> namespaceURI,
<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> prefix,
<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> localName)</CODE>
<BR>
An implementation should return a <code>Function</code> implementation object
based on the namespace URI and local name of the function-call
expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/jaxen/Function.html" title="interface in org.jaxen">Function</A></CODE></FONT></TD>
<TD><CODE><B>ContextSupport.</B><B><A HREF="../../../org/jaxen/ContextSupport.html#getFunction(java.lang.String, java.lang.String, java.lang.String)">getFunction</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> namespaceURI,
<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> prefix,
<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> localName)</CODE>
<BR>
Retrieve a <code>Function</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/jaxen/Function.html" title="interface in org.jaxen">Function</A></CODE></FONT></TD>
<TD><CODE><B>Context.</B><B><A HREF="../../../org/jaxen/Context.html#getFunction(java.lang.String, java.lang.String, java.lang.String)">getFunction</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> namespaceURI,
<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> prefix,
<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> localName)</CODE>
<BR>
Retrieve a <code>Function</code>.</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/jaxen/package-summary.html">org.jaxen</A> with parameters of type <A HREF="../../../org/jaxen/Function.html" title="interface in org.jaxen">Function</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>SimpleFunctionContext.</B><B><A HREF="../../../org/jaxen/SimpleFunctionContext.html#registerFunction(java.lang.String, java.lang.String, org.jaxen.Function)">registerFunction</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> namespaceURI,
<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> localName,
<A HREF="../../../org/jaxen/Function.html" title="interface in org.jaxen">Function</A> function)</CODE>
<BR>
Register a new function.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.jaxen.function"><!-- --></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/jaxen/Function.html" title="interface in org.jaxen">Function</A> in <A HREF="../../../org/jaxen/function/package-summary.html">org.jaxen.function</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/jaxen/function/package-summary.html">org.jaxen.function</A> that implement <A HREF="../../../org/jaxen/Function.html" title="interface in org.jaxen">Function</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/jaxen/function/BooleanFunction.html" title="class in org.jaxen.function">BooleanFunction</A></B></CODE>
<BR>
<b>4.3</b> <code><i>boolean</i> boolean(<i>object</i>)</code></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/jaxen/function/CeilingFunction.html" title="class in org.jaxen.function">CeilingFunction</A></B></CODE>
<BR>
<b>4.4</b> <code><i>number</i> ceiling(<i>number</i>)</code>
<blockquote src="http://www.w3.org/TR/xpath"></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/jaxen/function/ConcatFunction.html" title="class in org.jaxen.function">ConcatFunction</A></B></CODE>
<BR>
<b>4.2</b> <code><i>string</i> concat(<i>string</i>,<i>string</i>,<i>string*</i>)</code></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/jaxen/function/ContainsFunction.html" title="class in org.jaxen.function">ContainsFunction</A></B></CODE>
<BR>
<b>4.2</b> <code><i>boolean</i> contains(<i>string</i>,<i>string</i>)</code></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/jaxen/function/CountFunction.html" title="class in org.jaxen.function">CountFunction</A></B></CODE>
<BR>
<b>4.1</b> <code><i>number</i> count(<i>node-set</i>)</code></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/jaxen/function/FalseFunction.html" title="class in org.jaxen.function">FalseFunction</A></B></CODE>
<BR>
<b>4.3</b> <code><i>boolean</i> false()</code></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/jaxen/function/FloorFunction.html" title="class in org.jaxen.function">FloorFunction</A></B></CODE>
<BR>
<b>4.4</b> <code><i>number</i> floor(<i>number</i>)</code></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/jaxen/function/IdFunction.html" title="class in org.jaxen.function">IdFunction</A></B></CODE>
<BR>
<b>4.1</b> <code><i>node-set</i> id(<i>object</i>)</code></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/jaxen/function/LangFunction.html" title="class in org.jaxen.function">LangFunction</A></B></CODE>
<BR>
<b>4.3</b> <code><i>boolean</i> lang(<i>string</i>)</code></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/jaxen/function/LastFunction.html" title="class in org.jaxen.function">LastFunction</A></B></CODE>
<BR>
<b>4.1</b> <code><i>number</i> last()</code></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/jaxen/function/LocalNameFunction.html" title="class in org.jaxen.function">LocalNameFunction</A></B></CODE>
<BR>
<b>4.1</b> <code><i>string</i> local-name(<i>node-set?</i>)</code></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/jaxen/function/NameFunction.html" title="class in org.jaxen.function">NameFunction</A></B></CODE>
<BR>
<b>4.1</b> <code><i>string</i> name(<i>node-set?</i>)</code></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/jaxen/function/NamespaceUriFunction.html" title="class in org.jaxen.function">NamespaceUriFunction</A></B></CODE>
<BR>
<b>4.1</b>
<code><i>string</i> namespace-uri(<i>node-set?</i>)</code></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/jaxen/function/NormalizeSpaceFunction.html" title="class in org.jaxen.function">NormalizeSpaceFunction</A></B></CODE>
<BR>
<b>4.2</b> <code><i>string</i> normalize-space(<i>string</i>)</code></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/jaxen/function/NotFunction.html" title="class in org.jaxen.function">NotFunction</A></B></CODE>
<BR>
<b>4.3</b> <code><i>boolean</i> not(<i>boolean</i>)</code></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/jaxen/function/NumberFunction.html" title="class in org.jaxen.function">NumberFunction</A></B></CODE>
<BR>
<b>4.4</b> <code><i>number</i> number(<i>object</i>)</code>
<blockquote src="http://www.w3.org/TR/xpath#function-number"></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/jaxen/function/PositionFunction.html" title="class in org.jaxen.function">PositionFunction</A></B></CODE>
<BR>
<b>4.1</b> <code><i>number</i> position()</code></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/jaxen/function/RoundFunction.html" title="class in org.jaxen.function">RoundFunction</A></B></CODE>
<BR>
<b>4.4</b> <code><i>number</i> round(<i>number</i>)</code></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/jaxen/function/StartsWithFunction.html" title="class in org.jaxen.function">StartsWithFunction</A></B></CODE>
<BR>
<b>4.2</b> <code><i>boolean</i> starts-with(<i>string</i>,<i>string</i>)</code></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/jaxen/function/StringFunction.html" title="class in org.jaxen.function">StringFunction</A></B></CODE>
<BR>
<b>4.2</b> <code><i>string</i> string(<i>object</i>)</code></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/jaxen/function/StringLengthFunction.html" title="class in org.jaxen.function">StringLengthFunction</A></B></CODE>
<BR>
<b>4.2</b> <code><i>number</i> string-length(<i>string</i>)</code></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/jaxen/function/SubstringAfterFunction.html" title="class in org.jaxen.function">SubstringAfterFunction</A></B></CODE>
<BR>
<b>4.2</b> <code><i>string</i> substring-after(<i>string</i>,<i>string</i>)</code></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/jaxen/function/SubstringBeforeFunction.html" title="class in org.jaxen.function">SubstringBeforeFunction</A></B></CODE>
<BR>
<b>4.2</b> <code><i>string</i> substring-before(<i>string</i>,<i>string</i>)</code></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/jaxen/function/SubstringFunction.html" title="class in org.jaxen.function">SubstringFunction</A></B></CODE>
<BR>
<b>4.2</b>
<code><i>string</i> substring(<i>string</i>,<i>number</i>,<i>number?</i>)</code></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/jaxen/function/SumFunction.html" title="class in org.jaxen.function">SumFunction</A></B></CODE>
<BR>
<b>4.4</b> <code><i>number</i> sum(<i>node-set</i>)</code></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/jaxen/function/TranslateFunction.html" title="class in org.jaxen.function">TranslateFunction</A></B></CODE>
<BR>
<b>4.2</b>
<code><i>string</i> translate(<i>string</i>,<i>string</i>,<i>string</i>)</code></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/jaxen/function/TrueFunction.html" title="class in org.jaxen.function">TrueFunction</A></B></CODE>
<BR>
<b>4.3</b> <code><i>boolean</i> true()</code></TD>
</TR>
</TABLE>
<P>
<A NAME="org.jaxen.function.ext"><!-- --></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/jaxen/Function.html" title="interface in org.jaxen">Function</A> in <A HREF="../../../org/jaxen/function/ext/package-summary.html">org.jaxen.function.ext</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/jaxen/function/ext/package-summary.html">org.jaxen.function.ext</A> that implement <A HREF="../../../org/jaxen/Function.html" title="interface in org.jaxen">Function</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/jaxen/function/ext/EndsWithFunction.html" title="class in org.jaxen.function.ext">EndsWithFunction</A></B></CODE>
<BR>
<code><i>boolean</i> ends-with(<i>string</i>,<i>string</i>)</code></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/jaxen/function/ext/EvaluateFunction.html" title="class in org.jaxen.function.ext">EvaluateFunction</A></B></CODE>
<BR>
<code><i>node-set</i> evaluate(<i>string</i>)</code></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/jaxen/function/ext/LocaleFunctionSupport.html" title="class in org.jaxen.function.ext">LocaleFunctionSupport</A></B></CODE>
<BR>
An abstract base class for Locale-specific extension
functions.</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/jaxen/function/ext/LowerFunction.html" title="class in org.jaxen.function.ext">LowerFunction</A></B></CODE>
<BR>
<code><i>string</i> lower-case(<i>string</i>)</code>
This function can take a second parameter of the
<code>Locale</code> to use for the String conversion.</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/jaxen/function/ext/UpperFunction.html" title="class in org.jaxen.function.ext">UpperFunction</A></B></CODE>
<BR>
<code><i>string</i> upper-case(<i>string</i>)</code>
This function can take a second parameter of the
<code>Locale</code> to use for the String conversion.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.jaxen.function.xslt"><!-- --></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/jaxen/Function.html" title="interface in org.jaxen">Function</A> in <A HREF="../../../org/jaxen/function/xslt/package-summary.html">org.jaxen.function.xslt</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/jaxen/function/xslt/package-summary.html">org.jaxen.function.xslt</A> that implement <A HREF="../../../org/jaxen/Function.html" title="interface in org.jaxen">Function</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/jaxen/function/xslt/DocumentFunction.html" title="class in org.jaxen.function.xslt">DocumentFunction</A></B></CODE>
<BR>
Implements the XSLT document() function</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/jaxen/Function.html" title="interface in org.jaxen"><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/jaxen//class-useFunction.html" target="_top"><B>FRAMES</B></A>
<A HREF="Function.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 © 2001-2007 Codehaus. All Rights Reserved.
</BODY>
</HTML>
|
templates/frontOffice/default/contact-success.html
|
AznStyle/lwb2
|
{extends file="contact.html"}
{block name="contact-form"}
<div class="contact-success alert alert-success" style="text-align: center">
<h2 class="icon-comments">{intl l="Thanks !"}</h2>
<p>{intl l="Thanks for your message, we will contact as soon as possible."}</p>
</div>
{/block}
|
it/it-tests/src/test/resources/user/ExternalAuthenticationTest/external-user-details.html
|
Builders-SonarSource/sonarqube-bis
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-/W3C/DTD XHTML 1.0 Strict/EN" "http:/www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http:/www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http:/selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>external_user_details</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr>
<td rowspan="1" colspan="3">external_user_details</td>
</tr>
</thead>
<tbody>
<tr>
<td>open</td>
<td>/sessions/new</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>id=login</td>
<td>tester</td>
</tr>
<tr>
<td>type</td>
<td>id=password</td>
<td>123</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>commit</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.js-user-authenticated</td>
<td></td>
</tr>
<tr>
<td>open</td>
<td>/account/</td>
<td></td>
</tr>
<tr>
<td>waitForText</td>
<td>id=login</td>
<td>tester</td>
</tr>
<tr>
<td>waitForText</td>
<td>id=name</td>
<td>Tester Testerovich</td>
</tr>
<tr>
<td>waitForText</td>
<td>id=email</td>
<td>tester@example.org</td>
</tr>
</tbody>
</table>
</body>
</html>
|
src/customlogic.html
|
scheng123/falstad-simulator-offline-html5
|
<html manifest="manifest.appcache"><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"><style>#header + #content > #left > #rlblock_left,
#content > #right > .dose > .dosesingle,
#content > #center > .dose > .dosesingle
{display:none !important;}</style><style>img[src="http://s05.flagcounter.com/count/pTvk/bg=FFFFFF/txt=000000/border=CCCCCC/columns=6/maxflags=36/viewers=0/labels=0/"]
{display:none !important;}</style></head><body><h1>Custom Logic</h1>
You can implement your own simple logic devices with custom logic chips. (located under "Digital Chips")
<p>
Every custom logic device has a model name, which points to a model that describes how it works. You can have any number of
devices with the same model. Editing the model changes the behavior of all devices that use that model.
</p><p>
When editing the model, you specify the inputs, the outputs, some info text (which is shown in the lower right
corner when hovering the mouse over a device), and the definition.
</p><p>
The inputs (and outputs) is a comma separated list of <b>short</b> pin labels (one or two characters max). You can also
specify inverted labels, like <tt>/Q</tt> for <span style="text-decoration: overline">Q</span>. Example: <tt>A,B,/C,/D</tt>
</p><p>
The definition is multiple lines of the form <i>input</i><tt>=</tt><i>output</i>. The first <i>input</i> pattern that matches the
input pins is chosen, and the output pins are set to match the <i>output</i> pattern. The pattern can contain bit values
(<tt>0</tt>, <tt>1</tt>), transitions (<tt>+</tt>, <tt>-</tt>), wildcards/don't cares (<tt>?</tt>), and pattern letters
(<tt>A</tt>, <tt>B</tt>, etc.). The <i>input</i> has to be at least as long as the number of input pins. If it's longer,
than the additional pattern characters will be matched against the output pins; this allows you to create devices with state.
</p><p>
Examples:
</p><p>
</p><h3> 3 input NAND: </h3>
<p>
Inputs: <tt>A,B,C</tt><br>
Outputs: <tt>X</tt><br>
Definition:</p><pre>111=0
???=1
</pre>
<p>
If all three inputs are 1, the output is 0. Otherwise, it's 1.
</p><p>
</p><h3>Full adder:</h3>
<p>
Inputs: <tt>A,B,C</tt><br>
Outputs: <tt>S,C</tt><br>
Definition:</p><pre>111=11
110=10
011=10
101=10
100=01
010=01
001=01
000=00
</pre>
<h3>SR Latch:</h3>
<p>
Inputs: <tt>S,R</tt><br>
Outputs: <tt>Q,/Q</tt><br>
Definition:</p><pre>?? 00=10
10 ??=10
01 ??=01
?? AB=AB
</pre>
The input pattern (the left side of the equals sign) matches S, R, Q, and
<span style="text-decoration: overline">Q</span>, in that order. The right side of
the equals sign specifies the resulting Q and
<span style="text-decoration: overline">Q</span>.
<p>
The first line sets the Q output if both outputs are low (this is needed
when resetting the circuit).
The next line sets the outputs to 1,0 if set is high. The second line
sets the outputs to 0,1 if reset is high. The next
line keeps the outputs the same otherwise. (The first two letters match
the input pins and the second two letters match the output
pins. Spaces are ignored, but are added here for clarity.)
</p><h3>D Flip Flop:</h3>
<p>
Inputs: <tt>D,Clk</tt><br>
Outputs: <tt>Q,/Q</tt><br>
Definition:</p><pre>?? 00=10
0+ ??=01
1+ ??=10
?? AB=AB
</pre>
The first line sets the Q output if both outputs are low (this is needed when resetting the circuit).
The next two lines set the Q output to match the D input on a rising transition of the clock. The last
line keeps the outputs the same otherwise.
<h3>JK Flip Flop:</h3>
<p>
Inputs: <tt>J,K,Clk</tt><br>
Outputs: <tt>Q,/Q</tt><br>
Definition:</p><pre>??? 00=10
00- AB=AB
10- ??=10
01- ??=01
11- AB=BA
??? AB=AB
</pre>
The first line sets the Q output if both outputs are low (this is needed when resetting the circuit).
The next four
lines implement the JK flip flop logic
on a negative transition of the clock. The last line keeps the outputs the same otherwise.
<h3>Digital Comparator:</h3>
<p>
Inputs: <tt>A2,A1,A0,B2,B1,B0</tt><br>
Outputs: <tt>Eq,A>,A<</tt><br>
Definition:</p><pre>ABC ABC=100
1?? 0??=010
A1? A0?=010
AB1 AB0=010
??? ???=001
</pre>
The first lines checks if the two inputs are equal. The next three lines test if A is larger. Otherwise, B must be larger.
</body></html>
|
poi-3.9/docs/apidocs/org/apache/poi/hssf/record/class-use/ExtSSTRecord.InfoSubRecord.html
|
brenthand/Panda
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Mon Nov 26 17:21:48 MSK 2012 -->
<TITLE>
Uses of Class org.apache.poi.hssf.record.ExtSSTRecord.InfoSubRecord (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2012-11-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.hssf.record.ExtSSTRecord.InfoSubRecord (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/hssf/record/ExtSSTRecord.InfoSubRecord.html" title="class in org.apache.poi.hssf.record"><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/hssf/record/\class-useExtSSTRecord.InfoSubRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="ExtSSTRecord.InfoSubRecord.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.hssf.record.ExtSSTRecord.InfoSubRecord</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/hssf/record/ExtSSTRecord.InfoSubRecord.html" title="class in org.apache.poi.hssf.record">ExtSSTRecord.InfoSubRecord</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.poi.hssf.record"><B>org.apache.poi.hssf.record</B></A></TD>
<TD>Record package contains class representations for XLS binary strutures. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.poi.hssf.record"><!-- --></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/hssf/record/ExtSSTRecord.InfoSubRecord.html" title="class in org.apache.poi.hssf.record">ExtSSTRecord.InfoSubRecord</A> in <A HREF="../../../../../../org/apache/poi/hssf/record/package-summary.html">org.apache.poi.hssf.record</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/hssf/record/package-summary.html">org.apache.poi.hssf.record</A> that return <A HREF="../../../../../../org/apache/poi/hssf/record/ExtSSTRecord.InfoSubRecord.html" title="class in org.apache.poi.hssf.record">ExtSSTRecord.InfoSubRecord</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../../org/apache/poi/hssf/record/ExtSSTRecord.InfoSubRecord.html" title="class in org.apache.poi.hssf.record">ExtSSTRecord.InfoSubRecord</A>[]</CODE></FONT></TD>
<TD><CODE><B>ExtSSTRecord.</B><B><A HREF="../../../../../../org/apache/poi/hssf/record/ExtSSTRecord.html#getInfoSubRecords()">getInfoSubRecords</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hssf/record/ExtSSTRecord.InfoSubRecord.html" title="class in org.apache.poi.hssf.record"><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/hssf/record/\class-useExtSSTRecord.InfoSubRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="ExtSSTRecord.InfoSubRecord.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 2012 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
HipChat.AdiumMessageStyle/Contents/Resources/Template.html
|
schisamo/hipchat-adium-message-style
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<base href="%@">
<script type="text/javascript" defer="defer">
// NOTE:
// Any percent signs in this file must be escaped!
// Use two escape signs (%%) to display it, this is passed through a format call!
function appendHTML(html) {
var node = document.getElementById("Chat");
var range = document.createRange();
range.selectNode(node);
var documentFragment = range.createContextualFragment(html);
node.appendChild(documentFragment);
}
// a coalesced HTML object buffers and outputs DOM objects en masse.
// saves A LOT of CSS recalculation time when loading many messages.
// (ex. a long twitter timeline)
function CoalescedHTML() {
var self = this;
this.fragment = document.createDocumentFragment();
this.timeoutID = 0;
this.coalesceRounds = 0;
this.isCoalescing = false;
this.isConsecutive = undefined;
this.shouldScroll = undefined;
var appendElement = function (elem) {
document.getElementById("Chat").appendChild(elem);
};
function outputHTML() {
var insert = document.getElementById("insert");
if(!!insert && self.isConsecutive) {
insert.parentNode.replaceChild(self.fragment, insert);
} else {
if(insert)
insert.parentNode.removeChild(insert);
// insert the documentFragment into the live DOM
appendElement(self.fragment);
}
alignChat(self.shouldScroll);
// reset state to empty/non-coalescing
self.shouldScroll = undefined;
self.isConsecutive = undefined;
self.isCoalescing = false;
self.coalesceRounds = 0;
}
// creates and returns a new documentFragment, containing all content nodes
// which can be inserted as a single node.
function createHTMLNode(html) {
var range = document.createRange();
range.selectNode(document.getElementById("Chat"));
html = range.createContextualFragment(html);
return hipChatizeHTML(html);
}
// removes first insert node from the internal fragment.
function rmInsertNode() {
var insert = self.fragment.querySelector("#insert");
if(insert)
insert.parentNode.removeChild(insert);
}
function setShouldScroll(flag) {
if(flag && undefined === self.shouldScroll)
self.shouldScroll = flag;
}
// hook in a custom method to append new data
// to the chat.
this.setAppendElementMethod = function (func) {
if(typeof func === 'function')
appendElement = func;
}
// (re)start the coalescing timer.
// we wait 25ms for a new message to come in.
// If we get one, restart the timer and wait another 10ms.
// If not, run outputHTML()
// We do this a maximum of 400 times, for 10s max that can be spent
// coalescing input, since this will block display.
this.coalesce = function() {
window.clearTimeout(self.timeoutID);
self.timeoutID = window.setTimeout(outputHTML, 25);
self.isCoalescing = true;
self.coalesceRounds += 1;
if(400 < self.coalesceRounds)
self.cancel();
}
// if we need to append content into an insertion div,
// we need to clear the buffer and cancel the timeout.
this.cancel = function() {
if(self.isCoalescing) {
window.clearTimeout(self.timeoutID);
outputHTML();
}
}
// coalased analogs to the global functions
this.append = function(html, shouldScroll) {
// if we started this fragment with a consecuative message,
// cancel and output before we continue
if(self.isConsecutive) {
self.cancel();
}
self.isConsecutive = false;
rmInsertNode();
var node = createHTMLNode(html);
self.fragment.appendChild(node);
node = null;
setShouldScroll(shouldScroll);
self.coalesce();
}
this.appendNext = function(html, shouldScroll) {
if(undefined === self.isConsecutive)
self.isConsecutive = true;
var node = createHTMLNode(html);
var insert = self.fragment.querySelector("#insert");
if(insert) {
insert.parentNode.replaceChild(node, insert);
} else {
self.fragment.appendChild(node);
}
node = null;
setShouldScroll(shouldScroll);
self.coalesce();
}
this.replaceLast = function (html, shouldScroll) {
rmInsertNode();
var node = createHTMLNode(html);
var lastMessage = self.fragment.lastChild;
lastMessage.parentNode.replaceChild(node, lastMessage);
node = null;
setShouldScroll(shouldScroll);
}
}
var coalescedHTML;
//Appending new content to the message view
function appendMessage(html) {
var shouldScroll;
// Only call nearBottom() if should scroll is undefined.
if(undefined === coalescedHTML.shouldScroll) {
shouldScroll = nearBottom();
} else {
shouldScroll = coalescedHTML.shouldScroll;
}
appendMessageNoScroll(html, shouldScroll);
}
function appendMessageNoScroll(html, shouldScroll) {
shouldScroll = shouldScroll || false;
// always try to coalesce new, non-griuped, messages
coalescedHTML.append(html, shouldScroll)
}
function appendNextMessage(html){
var shouldScroll;
if(undefined === coalescedHTML.shouldScroll) {
shouldScroll = nearBottom();
} else {
shouldScroll = coalescedHTML.shouldScroll;
}
appendNextMessageNoScroll(html, shouldScroll);
}
function appendNextMessageNoScroll(html, shouldScroll){
shouldScroll = shouldScroll || false;
// only group next messages if we're already coalescing input
coalescedHTML.appendNext(html, shouldScroll);
}
function replaceLastMessage(html){
var shouldScroll;
// only replace messages if we're already coalescing
if(coalescedHTML.isCoalescing){
if(undefined === coalescedHTML.shouldScroll) {
shouldScroll = nearBottom();
} else {
shouldScroll = coalescedHTML.shouldScroll;
}
coalescedHTML.replaceLast(html, shouldScroll);
} else {
shouldScroll = nearBottom();
//Retrieve the current insertion point, then remove it
//This requires that there have been an insertion point... is there a better way to retrieve the last element? -evands
var insert = document.getElementById("insert");
if(insert){
var parentNode = insert.parentNode;
parentNode.removeChild(insert);
var lastMessage = document.getElementById("Chat").lastChild;
document.getElementById("Chat").removeChild(lastMessage);
}
//Now append the message itself
appendHTML(html);
alignChat(shouldScroll);
}
}
//Auto-scroll to bottom. Use nearBottom to determine if a scrollToBottom is desired.
function nearBottom() {
return ( document.body.scrollTop >= ( document.body.offsetHeight - ( window.innerHeight * 1.2 ) ) );
}
function scrollToBottom() {
document.body.scrollTop = document.body.offsetHeight;
}
//Dynamically exchange the active stylesheet
function setStylesheet( id, url ) {
var code = "<style id=\"" + id + "\" type=\"text/css\" media=\"screen,print\">";
if( url.length )
code += "@import url( \"" + url + "\" );";
code += "</style>";
var range = document.createRange();
var head = document.getElementsByTagName( "head" ).item(0);
range.selectNode( head );
var documentFragment = range.createContextualFragment( code );
head.removeChild( document.getElementById( id ) );
head.appendChild( documentFragment );
}
/* Converts emoticon images to textual emoticons; all emoticons in message if alt is held */
document.onclick = function imageCheck() {
var node = event.target;
if (node.tagName.toLowerCase() != 'img')
return;
imageSwap(node, false);
}
/* Converts textual emoticons to images if textToImagesFlag is true, otherwise vice versa */
function imageSwap(node, textToImagesFlag) {
var shouldScroll = nearBottom();
var images = [node];
if (event.altKey) {
while (node.id != "Chat" && node.parentNode.id != "Chat")
node = node.parentNode;
images = node.querySelectorAll(textToImagesFlag ? "a" : "img");
}
for (var i = 0; i < images.length; i++) {
textToImagesFlag ? textToImage(images[i]) : imageToText(images[i]);
}
alignChat(shouldScroll);
}
function textToImage(node) {
if (!node.getAttribute("isEmoticon"))
return;
//Swap the image/text
var img = document.createElement('img');
img.setAttribute('src', node.getAttribute('src'));
img.setAttribute('alt', node.firstChild.nodeValue);
img.className = node.className;
node.parentNode.replaceChild(img, node);
}
function imageToText(node)
{
if (client.zoomImage(node) || !node.alt)
return;
var a = document.createElement('a');
a.setAttribute('onclick', 'imageSwap(this, true)');
a.setAttribute('src', node.getAttribute('src'));
a.setAttribute('isEmoticon', true);
a.className = node.className;
var text = document.createTextNode(node.alt);
a.appendChild(text);
node.parentNode.replaceChild(a, node);
}
//Align our chat to the bottom of the window. If true is passed, view will also be scrolled down
function alignChat(shouldScroll) {
var windowHeight = window.innerHeight;
if (windowHeight > 0) {
var contentElement = document.getElementById('Chat');
var heightDifference = (windowHeight - contentElement.offsetHeight);
if (heightDifference > 0) {
contentElement.style.position = 'relative';
contentElement.style.top = heightDifference + 'px';
} else {
contentElement.style.position = 'static';
}
}
if (shouldScroll) scrollToBottom();
}
window.onresize = function windowDidResize(){
alignChat(true/*nearBottom()*/); //nearBottom buggy with inactive tabs
}
function initStyle() {
alignChat(true);
if(!coalescedHTML)
coalescedHTML = new CoalescedHTML();
}
</script>
<style type="text/css">
.actionMessageUserName { display:none; }
.actionMessageBody:before { content:"*"; }
.actionMessageBody:after { content:"*"; }
* { word-wrap:break-word; text-rendering: optimizelegibility; }
img.scaledToFitImage { height: auto; max-width: 100%%; }
</style>
<!-- This style is shared by all variants. !-->
<style id="baseStyle" type="text/css" media="screen,print">
%@
</style>
<!-- Although we call this mainStyle for legacy reasons, it's actually the variant style !-->
<style id="mainStyle" type="text/css" media="screen,print">
@import url( "%@" );
</style>
</head>
<body onload="initStyle();" style="==bodyBackground==">
%@
<div id="Chat">
</div>
%@
</body>
</html>
|
blog/category.html
|
Eighty20/blogeighty20.github.io
|
---
layout: page
title: Categories
---
{% comment%}
Here we generate all the categories.
{% endcomment%}
{% assign rawcats = "" %}
{% for post in site.posts %}
{% assign tcats = post.category | join:'|' | append:'|' %}
{% assign rawcats = rawcats | append:tcats %}
{% endfor %}
{% assign rawcats = rawcats | split:'|' | sort %}
{% assign cats = "" %}
{% for cat in rawcats %}
{% if cat != "" %}
{% if cats == "" %}
{% assign cats = cat | split:'|' %}
{% endif %}
{% unless cats contains cat %}
{% assign cats = cats | join:'|' | append:'|' | append:cat | split:'|' %}
{% endunless %}
{% endif %}
{% endfor %}
<h1 class="page-title">
<a href="/">Posts</a> | {{ page.title }}
</h1>
<br/>
<div class="posts">
<p>
{% for ct in cats %}
<a href="#{{ ct | slugify }}" class="codinfox-category-mark" style="color:#999;text-decoration: none;"> {{ ct }} </a>
{% endfor %}
<a href="#no-category" class="codinfox-category-mark" style="color:#999;text-decoration: none;"> No Category </a>
</p>
{% for ct in cats %}
<h2 id="{{ ct | slugify }}">{{ ct }}</h2>
<ul class="codinfox-category-list">
{% for post in site.posts %}
{% if post.category contains ct %}
<li>
<h3>
<span>
<a href="{{ post.url }}">{{ post.title }}</a>
<small>{{ post.date | date_to_string }}</small>
</span>
{% for tag in post.tags %}
<a class="codinfox-tag-mark" href="/blog/tag/#{{ tag | slugify }}">{{ tag }}</a>
{% endfor %}
</h3>
</li>
{% endif %}
{% endfor %}
</ul>
{% endfor %}
<h2 id="no-category">No Category</h2>
<ul class="codinfox-category-list">
{% for post in site.posts %}
{% unless post.category %}
<li>
<h3>
<a href="{{ post.url }}">
{{ post.title }}
<small>{{ post.date | date_to_string }}</small>
</a>
{% for tag in post.tags %}
<a class="codinfox-tag-mark" href="/blog/tag/#{{ tag | slugify }}">{{ tag }}</a>
{% endfor %}
</h3>
</li>
{% endunless %}
{% endfor %}
</ul>
</div>
|
hadoop-2.7.3/share/doc/hadoop/api/org/apache/hadoop/fs/class-use/RawLocalFileSystem.html
|
TK-TarunW/ecosystem
|
<!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_111) on Thu Aug 18 01:51:16 UTC 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.hadoop.fs.RawLocalFileSystem (Apache Hadoop Main 2.7.3 API)</title>
<meta name="date" content="2016-08-18">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.fs.RawLocalFileSystem (Apache Hadoop Main 2.7.3 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/hadoop/fs/class-use/RawLocalFileSystem.html" target="_top">Frames</a></li>
<li><a href="RawLocalFileSystem.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.hadoop.fs.RawLocalFileSystem" class="title">Uses of Class<br>org.apache.hadoop.fs.RawLocalFileSystem</h2>
</div>
<div class="classUseContainer">No usage of org.apache.hadoop.fs.RawLocalFileSystem</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html" title="class in org.apache.hadoop.fs">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/hadoop/fs/class-use/RawLocalFileSystem.html" target="_top">Frames</a></li>
<li><a href="RawLocalFileSystem.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
|
docs/api/java/org/apache/sysds/lops/package-summary.html
|
apache/incubator-systemml
|
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.sysds.lops (Apache SystemDS 2.3.0-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.sysds.lops (Apache SystemDS 2.3.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package org.apache.sysds.lops</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Append.html" title="class in org.apache.sysds.lops">Append</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AppendG.html" title="class in org.apache.sysds.lops">AppendG</a></th>
<td class="colLast">
<div class="block">TODO Additional compiler enhancements:
1) Partial Shuffle Elimination - Any full or aligned blocks could be directly output from the mappers
to the result index.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AppendGAlignedSP.html" title="class in org.apache.sysds.lops">AppendGAlignedSP</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AppendM.html" title="class in org.apache.sysds.lops">AppendM</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AppendR.html" title="class in org.apache.sysds.lops">AppendR</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Binary.html" title="class in org.apache.sysds.lops">Binary</a></th>
<td class="colLast">
<div class="block">Lop to perform binary operation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BinaryM.html" title="class in org.apache.sysds.lops">BinaryM</a></th>
<td class="colLast">
<div class="block">Lop to perform binary operation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BinaryScalar.html" title="class in org.apache.sysds.lops">BinaryScalar</a></th>
<td class="colLast">
<div class="block">Lop to perform binary scalar operations.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BinaryUAggChain.html" title="class in org.apache.sysds.lops">BinaryUAggChain</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CentralMoment.html" title="class in org.apache.sysds.lops">CentralMoment</a></th>
<td class="colLast">
<div class="block">Lop to perform cross product operation</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Checkpoint.html" title="class in org.apache.sysds.lops">Checkpoint</a></th>
<td class="colLast">
<div class="block">Lop for checkpoint operations.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Compression.html" title="class in org.apache.sysds.lops">Compression</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CoVariance.html" title="class in org.apache.sysds.lops">CoVariance</a></th>
<td class="colLast">
<div class="block">Lop to compute covariance between two 1D matrices</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CSVReBlock.html" title="class in org.apache.sysds.lops">CSVReBlock</a></th>
<td class="colLast">
<div class="block">Lop to convert CSV data into SystemDS data format</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Ctable.html" title="class in org.apache.sysds.lops">Ctable</a></th>
<td class="colLast">
<div class="block">Lop to perform ternary operation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CumulativeOffsetBinary.html" title="class in org.apache.sysds.lops">CumulativeOffsetBinary</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CumulativePartialAggregate.html" title="class in org.apache.sysds.lops">CumulativePartialAggregate</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Data.html" title="class in org.apache.sysds.lops">Data</a></th>
<td class="colLast">
<div class="block">Lop to represent data objects.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DataGen.html" title="class in org.apache.sysds.lops">DataGen</a></th>
<td class="colLast">
<div class="block">Defines a LOP that generates data.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DeCompression.html" title="class in org.apache.sysds.lops">DeCompression</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DnnTransform.html" title="class in org.apache.sysds.lops">DnnTransform</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Federated.html" title="class in org.apache.sysds.lops">Federated</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FunctionCallCP.html" title="class in org.apache.sysds.lops">FunctionCallCP</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="GroupedAggregate.html" title="class in org.apache.sysds.lops">GroupedAggregate</a></th>
<td class="colLast">
<div class="block">Lop to perform grouped aggregates</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="GroupedAggregateM.html" title="class in org.apache.sysds.lops">GroupedAggregateM</a></th>
<td class="colLast">
<div class="block">Lop to perform mr map-side grouped aggregates
(restriction: sum, w/o weights, ngroups), groups broadcasted</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LeftIndex.html" title="class in org.apache.sysds.lops">LeftIndex</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Local.html" title="class in org.apache.sysds.lops">Local</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Lop.html" title="class in org.apache.sysds.lops">Lop</a></th>
<td class="colLast">
<div class="block">Base class for all Lops.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LopProperties.html" title="class in org.apache.sysds.lops">LopProperties</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MapMult.html" title="class in org.apache.sysds.lops">MapMult</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MapMultChain.html" title="class in org.apache.sysds.lops">MapMultChain</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MatMultCP.html" title="class in org.apache.sysds.lops">MatMultCP</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MMCJ.html" title="class in org.apache.sysds.lops">MMCJ</a></th>
<td class="colLast">
<div class="block">Lop to perform cross product operation</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MMRJ.html" title="class in org.apache.sysds.lops">MMRJ</a></th>
<td class="colLast">
<div class="block">Lop to perform cross product operation</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MMTSJ.html" title="class in org.apache.sysds.lops">MMTSJ</a></th>
<td class="colLast">
<div class="block">Lop to perform transpose-identity operation (t(X)%*%X or X%*%t(X)),
used to represent CP and MR instruction but in case of MR there is
an additional Aggregate at the reducers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MMZip.html" title="class in org.apache.sysds.lops">MMZip</a></th>
<td class="colLast">
<div class="block">Lop to perform zip matrix multiplication</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Nary.html" title="class in org.apache.sysds.lops">Nary</a></th>
<td class="colLast">
<div class="block">Lop to perform an operation on a variable number of operands.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="OutputParameters.html" title="class in org.apache.sysds.lops">OutputParameters</a></th>
<td class="colLast">
<div class="block">class to maintain output parameters for a lop.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ParameterizedBuiltin.html" title="class in org.apache.sysds.lops">ParameterizedBuiltin</a></th>
<td class="colLast">
<div class="block">Defines a LOP for functions.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PartialAggregate.html" title="class in org.apache.sysds.lops">PartialAggregate</a></th>
<td class="colLast">
<div class="block">Lop to perform a partial aggregation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PickByCount.html" title="class in org.apache.sysds.lops">PickByCount</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PMapMult.html" title="class in org.apache.sysds.lops">PMapMult</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PMMJ.html" title="class in org.apache.sysds.lops">PMMJ</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ReBlock.html" title="class in org.apache.sysds.lops">ReBlock</a></th>
<td class="colLast">
<div class="block">Lop to perform reblock operation</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="RightIndex.html" title="class in org.apache.sysds.lops">RightIndex</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SortKeys.html" title="class in org.apache.sysds.lops">SortKeys</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SpoofFused.html" title="class in org.apache.sysds.lops">SpoofFused</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Sql.html" title="class in org.apache.sysds.lops">Sql</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Ternary.html" title="class in org.apache.sysds.lops">Ternary</a></th>
<td class="colLast">
<div class="block">Lop to perform Sum of a matrix with another matrix multiplied by Scalar.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TernaryAggregate.html" title="class in org.apache.sysds.lops">TernaryAggregate</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Transform.html" title="class in org.apache.sysds.lops">Transform</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UAggOuterChain.html" title="class in org.apache.sysds.lops">UAggOuterChain</a></th>
<td class="colLast">
<div class="block">TODO Currently this lop only support the right hand side in distributed cache.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Unary.html" title="class in org.apache.sysds.lops">Unary</a></th>
<td class="colLast">
<div class="block">Lop to perform following operations: with one operand -- NOT(A), ABS(A),
SQRT(A), LOG(A) with two operands where one of them is a scalar -- H=H*i,
H=H*5, EXP(A,2), LOG(A,2)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnaryCP.html" title="class in org.apache.sysds.lops">UnaryCP</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="WeightedCrossEntropy.html" title="class in org.apache.sysds.lops">WeightedCrossEntropy</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WeightedCrossEntropyR.html" title="class in org.apache.sysds.lops">WeightedCrossEntropyR</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="WeightedDivMM.html" title="class in org.apache.sysds.lops">WeightedDivMM</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WeightedDivMMR.html" title="class in org.apache.sysds.lops">WeightedDivMMR</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="WeightedSigmoid.html" title="class in org.apache.sysds.lops">WeightedSigmoid</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WeightedSigmoidR.html" title="class in org.apache.sysds.lops">WeightedSigmoidR</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="WeightedSquaredLoss.html" title="class in org.apache.sysds.lops">WeightedSquaredLoss</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WeightedSquaredLossR.html" title="class in org.apache.sysds.lops">WeightedSquaredLossR</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="WeightedUnaryMM.html" title="class in org.apache.sysds.lops">WeightedUnaryMM</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WeightedUnaryMMR.html" title="class in org.apache.sysds.lops">WeightedUnaryMMR</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AppendM.CacheType.html" title="enum in org.apache.sysds.lops">AppendM.CacheType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BinaryM.VectorType.html" title="enum in org.apache.sysds.lops">BinaryM.VectorType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Compression.CompressConfig.html" title="enum in org.apache.sysds.lops">Compression.CompressConfig</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Ctable.OperationTypes.html" title="enum in org.apache.sysds.lops">Ctable.OperationTypes</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DeCompression.CompressConfig.html" title="enum in org.apache.sysds.lops">DeCompression.CompressConfig</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="GroupedAggregateM.CacheType.html" title="enum in org.apache.sysds.lops">GroupedAggregateM.CacheType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LeftIndex.LixCacheType.html" title="enum in org.apache.sysds.lops">LeftIndex.LixCacheType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Lop.SimpleInstType.html" title="enum in org.apache.sysds.lops">Lop.SimpleInstType</a></th>
<td class="colLast">
<div class="block">Lop types</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Lop.Type.html" title="enum in org.apache.sysds.lops">Lop.Type</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Lop.VisitStatus.html" title="enum in org.apache.sysds.lops">Lop.VisitStatus</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MapMult.CacheType.html" title="enum in org.apache.sysds.lops">MapMult.CacheType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MapMultChain.ChainType.html" title="enum in org.apache.sysds.lops">MapMultChain.ChainType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MMCJ.MMCJType.html" title="enum in org.apache.sysds.lops">MMCJ.MMCJType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MMTSJ.MMTSJType.html" title="enum in org.apache.sysds.lops">MMTSJ.MMTSJType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PickByCount.OperationTypes.html" title="enum in org.apache.sysds.lops">PickByCount.OperationTypes</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PMMJ.CacheType.html" title="enum in org.apache.sysds.lops">PMMJ.CacheType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WeightedCrossEntropy.WCeMMType.html" title="enum in org.apache.sysds.lops">WeightedCrossEntropy.WCeMMType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="WeightedDivMM.WDivMMType.html" title="enum in org.apache.sysds.lops">WeightedDivMM.WDivMMType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WeightedSigmoid.WSigmoidType.html" title="enum in org.apache.sysds.lops">WeightedSigmoid.WSigmoidType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="WeightedSquaredLoss.WeightsType.html" title="enum in org.apache.sysds.lops">WeightedSquaredLoss.WeightsType</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WeightedUnaryMM.WUMMType.html" title="enum in org.apache.sysds.lops">WeightedUnaryMM.WUMMType</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Exception Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LopsException.html" title="class in org.apache.sysds.lops">LopsException</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright © 2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>
|
web/gui/src/main/webapp/app/view/intent/intent.html
|
maxkondr/onos-porta
|
<!--
~ Copyright 2015 Open Networking Laboratory
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<!-- Intent partial HTML -->
<div id="ov-intent">
<div class="tabular-header">
<h2>Intents ({{tableData.length}} total)</h2>
<div class="ctrl-btns">
<div class="refresh" ng-class="{active: autoRefresh}"
icon icon-size="36" icon-id="refresh"
ng-click="toggleRefresh()"></div>
</div>
</div>
<div class="summary-list" onos-fixed-header>
<div class="table-header"
onos-sortable-header
sort-params="sortParams"
sort-callback="sortCallback(sortParams)">
<table>
<tr>
<td colId="appId" sortable>Application ID </td>
<td colId="key" sortable>Key </td>
<td colId="type" sortable>Type </td>
<td colId="priority" sortable>Priority </td>
<td colId="state" sortable>State </td>
</tr>
</table>
</div>
<div class="table-body">
<table>
<tr ng-hide="tableData.length" class="no-data ignore-width">
<td colspan="5">
No Intents found
</td>
</tr>
<tr ng-repeat-start="intent in tableData">
<td>{{intent.appId}}</td>
<td>{{intent.key}}</td>
<td>{{intent.type}}</td>
<td>{{intent.priority}}</td>
<td>{{intent.state}}</td>
</tr>
<tr>
<td class="resources" colspan="5">{{intent.resources}}</td>
</tr>
<tr ng-repeat-end ng-repeat-done>
<td class="details" colspan="5">{{intent.details}}</td>
</tr>
</table>
</div>
</div>
</div>
|
tags/Mood/index.html
|
rockjins/rockjins.github.com
|
<!doctype html>
<html class="theme-next pisces use-motion" lang="zh-Hans">
<head>
<script type="text/javascript">
var _speedMark = new Date();
</script>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.1" rel="stylesheet" type="text/css" />
<meta name="keywords" content="Hexo, NexT" />
<link rel="alternate" href="/atom.xml" title="Rockjins Blog" type="application/atom+xml" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.1" />
<meta name="description" content="Teenager Dream Of Freedom">
<meta property="og:type" content="website">
<meta property="og:title" content="Rockjins Blog">
<meta property="og:url" content="http://yoursite.com/tags/Mood/index.html">
<meta property="og:site_name" content="Rockjins Blog">
<meta property="og:description" content="Teenager Dream Of Freedom">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Rockjins Blog">
<meta name="twitter:description" content="Teenager Dream Of Freedom">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Pisces',
sidebar: {"position":"left","display":"post","offset":12,"offset_float":0,"b2t":false,"scrollpercent":false},
fancybox: true,
motion: true,
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://yoursite.com/tags/Mood/"/>
<title>标签: Mood | Rockjins Blog</title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96870452-1', 'auto');
ga('send', 'pageview');
</script>
<div class="container sidebar-position-left ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">Rockjins Blog</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">Mad World</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br />
分类
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
归档
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br />
标签
</a>
</li>
<li class="menu-item menu-item-search">
<a href="javascript:;" class="popup-trigger">
<i class="menu-item-icon fa fa-search fa-fw"></i> <br />
搜索
</a>
</li>
</ul>
<div class="site-search">
<div class="popup search-popup local-search-popup">
<div class="local-search-header clearfix">
<span class="search-icon">
<i class="fa fa-search"></i>
</span>
<span class="popup-btn-close">
<i class="fa fa-times-circle"></i>
</span>
<div class="local-search-input-wrapper">
<input autocomplete="off"
placeholder="搜索..." spellcheck="false"
type="text" id="local-search-input">
</div>
</div>
<div id="local-search-result"></div>
</div>
</div>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div id="posts" class="posts-collapse">
<div class="collection-title">
<h1>Mood<small>标签</small>
</h1>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2016/12/12/2016-12-12-evil/" itemprop="url">
<span itemprop="name"> 恶魔的呢喃 </span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-12-12T00:00:00+08:00"
content="2016-12-12" >
12-12
</time>
</div>
</header>
</article>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/avatar.jpg"
alt="余震" />
<p class="site-author-name" itemprop="name">余震</p>
<p class="site-description motion-element" itemprop="description">Teenager Dream Of Freedom</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">57</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">7</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">45</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="feed-link motion-element">
<a href="/atom.xml" rel="alternate">
<i class="fa fa-rss"></i>
RSS
</a>
</div>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/rockjins" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>
GitHub
</a>
</span>
<span class="links-of-author-item">
<a href="http://weibo.com/rockjins" target="_blank" title="Weibo">
<i class="fa fa-fw fa-weibo"></i>
Weibo
</a>
</span>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
© 2016 -
<span itemprop="copyrightYear">2017</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">余震</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Pisces
</a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.1"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.1"></script>
<script type="text/javascript" src="/js/src/affix.js?v=5.1.1"></script>
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.1.1"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.1"></script>
<script type="text/javascript">
// Popup Window;
var isfetched = false;
var isXml = true;
// Search DB path;
var search_path = "search.xml";
if (search_path.length === 0) {
search_path = "search.xml";
} else if (search_path.endsWith("json")) {
isXml = false;
}
var path = "/" + search_path;
// monitor main search box;
var onPopupClose = function (e) {
$('.popup').hide();
$('#local-search-input').val('');
$('.search-result-list').remove();
$('#no-result').remove();
$(".local-search-pop-overlay").remove();
$('body').css('overflow', '');
}
function proceedsearch() {
$("body")
.append('<div class="search-popup-overlay local-search-pop-overlay"></div>')
.css('overflow', 'hidden');
$('.search-popup-overlay').click(onPopupClose);
$('.popup').toggle();
var $localSearchInput = $('#local-search-input');
$localSearchInput.attr("autocapitalize", "none");
$localSearchInput.attr("autocorrect", "off");
$localSearchInput.focus();
}
// search function;
var searchFunc = function(path, search_id, content_id) {
'use strict';
// start loading animation
$("body")
.append('<div class="search-popup-overlay local-search-pop-overlay">' +
'<div id="search-loading-icon">' +
'<i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i>' +
'</div>' +
'</div>')
.css('overflow', 'hidden');
$("#search-loading-icon").css('margin', '20% auto 0 auto').css('text-align', 'center');
$.ajax({
url: path,
dataType: isXml ? "xml" : "json",
async: true,
success: function(res) {
// get the contents from search data
isfetched = true;
$('.popup').detach().appendTo('.header-inner');
var datas = isXml ? $("entry", res).map(function() {
return {
title: $("title", this).text(),
content: $("content",this).text(),
url: $("url" , this).text()
};
}).get() : res;
var input = document.getElementById(search_id);
var resultContent = document.getElementById(content_id);
var inputEventFunction = function() {
var searchText = input.value.trim().toLowerCase();
var keywords = searchText.split(/[\s\-]+/);
if (keywords.length > 1) {
keywords.push(searchText);
}
var resultItems = [];
if (searchText.length > 0) {
// perform local searching
datas.forEach(function(data) {
var isMatch = false;
var hitCount = 0;
var searchTextCount = 0;
var title = data.title.trim();
var titleInLowerCase = title.toLowerCase();
var content = data.content.trim().replace(/<[^>]+>/g,"");
var contentInLowerCase = content.toLowerCase();
var articleUrl = decodeURIComponent(data.url);
var indexOfTitle = [];
var indexOfContent = [];
// only match articles with not empty titles
if(title != '') {
keywords.forEach(function(keyword) {
function getIndexByWord(word, text, caseSensitive) {
var wordLen = word.length;
if (wordLen === 0) {
return [];
}
var startPosition = 0, position = [], index = [];
if (!caseSensitive) {
text = text.toLowerCase();
word = word.toLowerCase();
}
while ((position = text.indexOf(word, startPosition)) > -1) {
index.push({position: position, word: word});
startPosition = position + wordLen;
}
return index;
}
indexOfTitle = indexOfTitle.concat(getIndexByWord(keyword, titleInLowerCase, false));
indexOfContent = indexOfContent.concat(getIndexByWord(keyword, contentInLowerCase, false));
});
if (indexOfTitle.length > 0 || indexOfContent.length > 0) {
isMatch = true;
hitCount = indexOfTitle.length + indexOfContent.length;
}
}
// show search results
if (isMatch) {
// sort index by position of keyword
[indexOfTitle, indexOfContent].forEach(function (index) {
index.sort(function (itemLeft, itemRight) {
if (itemRight.position !== itemLeft.position) {
return itemRight.position - itemLeft.position;
} else {
return itemLeft.word.length - itemRight.word.length;
}
});
});
// merge hits into slices
function mergeIntoSlice(text, start, end, index) {
var item = index[index.length - 1];
var position = item.position;
var word = item.word;
var hits = [];
var searchTextCountInSlice = 0;
while (position + word.length <= end && index.length != 0) {
if (word === searchText) {
searchTextCountInSlice++;
}
hits.push({position: position, length: word.length});
var wordEnd = position + word.length;
// move to next position of hit
index.pop();
while (index.length != 0) {
item = index[index.length - 1];
position = item.position;
word = item.word;
if (wordEnd > position) {
index.pop();
} else {
break;
}
}
}
searchTextCount += searchTextCountInSlice;
return {
hits: hits,
start: start,
end: end,
searchTextCount: searchTextCountInSlice
};
}
var slicesOfTitle = [];
if (indexOfTitle.length != 0) {
slicesOfTitle.push(mergeIntoSlice(title, 0, title.length, indexOfTitle));
}
var slicesOfContent = [];
while (indexOfContent.length != 0) {
var item = indexOfContent[indexOfContent.length - 1];
var position = item.position;
var word = item.word;
// cut out 100 characters
var start = position - 20;
var end = position + 80;
if(start < 0){
start = 0;
}
if (end < position + word.length) {
end = position + word.length;
}
if(end > content.length){
end = content.length;
}
slicesOfContent.push(mergeIntoSlice(content, start, end, indexOfContent));
}
// sort slices in content by search text's count and hits' count
slicesOfContent.sort(function (sliceLeft, sliceRight) {
if (sliceLeft.searchTextCount !== sliceRight.searchTextCount) {
return sliceRight.searchTextCount - sliceLeft.searchTextCount;
} else if (sliceLeft.hits.length !== sliceRight.hits.length) {
return sliceRight.hits.length - sliceLeft.hits.length;
} else {
return sliceLeft.start - sliceRight.start;
}
});
// select top N slices in content
var upperBound = parseInt('1');
if (upperBound >= 0) {
slicesOfContent = slicesOfContent.slice(0, upperBound);
}
// highlight title and content
function highlightKeyword(text, slice) {
var result = '';
var prevEnd = slice.start;
slice.hits.forEach(function (hit) {
result += text.substring(prevEnd, hit.position);
var end = hit.position + hit.length;
result += '<b class="search-keyword">' + text.substring(hit.position, end) + '</b>';
prevEnd = end;
});
result += text.substring(prevEnd, slice.end);
return result;
}
var resultItem = '';
if (slicesOfTitle.length != 0) {
resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + highlightKeyword(title, slicesOfTitle[0]) + "</a>";
} else {
resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + title + "</a>";
}
slicesOfContent.forEach(function (slice) {
resultItem += "<a href='" + articleUrl + "'>" +
"<p class=\"search-result\">" + highlightKeyword(content, slice) +
"...</p>" + "</a>";
});
resultItem += "</li>";
resultItems.push({
item: resultItem,
searchTextCount: searchTextCount,
hitCount: hitCount,
id: resultItems.length
});
}
})
};
if (keywords.length === 1 && keywords[0] === "") {
resultContent.innerHTML = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>'
} else if (resultItems.length === 0) {
resultContent.innerHTML = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>'
} else {
resultItems.sort(function (resultLeft, resultRight) {
if (resultLeft.searchTextCount !== resultRight.searchTextCount) {
return resultRight.searchTextCount - resultLeft.searchTextCount;
} else if (resultLeft.hitCount !== resultRight.hitCount) {
return resultRight.hitCount - resultLeft.hitCount;
} else {
return resultRight.id - resultLeft.id;
}
});
var searchResultList = '<ul class=\"search-result-list\">';
resultItems.forEach(function (result) {
searchResultList += result.item;
})
searchResultList += "</ul>";
resultContent.innerHTML = searchResultList;
}
}
if ('auto' === 'auto') {
input.addEventListener('input', inputEventFunction);
} else {
$('.search-icon').click(inputEventFunction);
input.addEventListener('keypress', function (event) {
if (event.keyCode === 13) {
inputEventFunction();
}
});
}
// remove loading animation
$(".local-search-pop-overlay").remove();
$('body').css('overflow', '');
proceedsearch();
}
});
}
// handle and trigger popup window;
$('.popup-trigger').click(function(e) {
e.stopPropagation();
if (isfetched === false) {
searchFunc(path, 'local-search-input', 'local-search-result');
} else {
proceedsearch();
};
});
$('.popup-btn-close').click(onPopupClose);
$('.popup').click(function(e){
e.stopPropagation();
});
$(document).on('keyup', function (event) {
var shouldDismissSearchPopup = event.which === 27 &&
$('.search-popup').is(':visible');
if (shouldDismissSearchPopup) {
onPopupClose();
}
});
</script>
<script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.1.js"></script>
<script>AV.initialize("mUzlxxbLTRPVV67VbOYpi6bH-gzGzoHsz", "lRsL1tJMw9QpKCvBwIWy0TJn");</script>
<script>
function showTime(Counter) {
var query = new AV.Query(Counter);
var entries = [];
var $visitors = $(".leancloud_visitors");
$visitors.each(function () {
entries.push( $(this).attr("id").trim() );
});
query.containedIn('url', entries);
query.find()
.done(function (results) {
var COUNT_CONTAINER_REF = '.leancloud-visitors-count';
if (results.length === 0) {
$visitors.find(COUNT_CONTAINER_REF).text(0);
return;
}
for (var i = 0; i < results.length; i++) {
var item = results[i];
var url = item.get('url');
var time = item.get('time');
var element = document.getElementById(url);
$(element).find(COUNT_CONTAINER_REF).text(time);
}
for(var i = 0; i < entries.length; i++) {
var url = entries[i];
var element = document.getElementById(url);
var countSpan = $(element).find(COUNT_CONTAINER_REF);
if( countSpan.text() == '') {
countSpan.text(0);
}
}
})
.fail(function (object, error) {
console.log("Error: " + error.code + " " + error.message);
});
}
function addCount(Counter) {
var $visitors = $(".leancloud_visitors");
var url = $visitors.attr('id').trim();
var title = $visitors.attr('data-flag-title').trim();
var query = new AV.Query(Counter);
query.equalTo("url", url);
query.find({
success: function(results) {
if (results.length > 0) {
var counter = results[0];
counter.fetchWhenSave(true);
counter.increment("time");
counter.save(null, {
success: function(counter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(counter.get('time'));
},
error: function(counter, error) {
console.log('Failed to save Visitor num, with error message: ' + error.message);
}
});
} else {
var newcounter = new Counter();
/* Set ACL */
var acl = new AV.ACL();
acl.setPublicReadAccess(true);
acl.setPublicWriteAccess(true);
newcounter.setACL(acl);
/* End Set ACL */
newcounter.set("title", title);
newcounter.set("url", url);
newcounter.set("time", 1);
newcounter.save(null, {
success: function(newcounter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(newcounter.get('time'));
},
error: function(newcounter, error) {
console.log('Failed to create');
}
});
}
},
error: function(error) {
console.log('Error:' + error.code + " " + error.message);
}
});
}
$(function() {
var Counter = AV.Object.extend("Counter");
if ($('.leancloud_visitors').length == 1) {
addCount(Counter);
} else if ($('.post-title-link').length > 1) {
showTime(Counter);
}
});
</script>
<script type="text/javascript" src="https://tajs.qq.com/stats?sId=62288553" charset="UTF-8"></script>
</body>
</html>
|
docs/dev/apidocs/dollar/internal/runtime/script/api/exceptions/class-use/DollarExitError.html
|
neilellis/dollar
|
<!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 (9-Debian) on Thu Sep 28 23:12:19 GMT 2017 -->
<title>Uses of Class dollar.internal.runtime.script.api.exceptions.DollarExitError (Dollar 0.4.5195 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="date" content="2017-09-28">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../../jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class dollar.internal.runtime.script.api.exceptions.DollarExitError (Dollar 0.4.5195 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../../../";loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="fixedNav">
<!-- ========= 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="../../../../../../../dollar/internal/runtime/script/api/exceptions/DollarExitError.html" title="class in dollar.internal.runtime.script.api.exceptions">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?dollar/internal/runtime/script/api/exceptions/class-use/DollarExitError.html" target="_top">Frames</a></li>
<li><a href="DollarExitError.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>
<ul class="navListSearch">
<li><span>SEARCH: </span>
<input type="text" id="search" value=" " disabled="disabled">
<input type="reset" id="reset" value=" " disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
<div class="header">
<h2 title="Uses of Class dollar.internal.runtime.script.api.exceptions.DollarExitError" class="title">Uses of Class<br>dollar.internal.runtime.script.api.exceptions.DollarExitError</h2>
</div>
<div class="classUseContainer">No usage of dollar.internal.runtime.script.api.exceptions.DollarExitError</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="../../../../../../../dollar/internal/runtime/script/api/exceptions/DollarExitError.html" title="class in dollar.internal.runtime.script.api.exceptions">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?dollar/internal/runtime/script/api/exceptions/class-use/DollarExitError.html" target="_top">Frames</a></li>
<li><a href="DollarExitError.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017. All rights reserved.</small></p>
</body>
</html>
|
css/jquery.fancybox-1.3.4.css
|
spotlessmanagementinc/spotlessmanagementinc.github.io
|
/*
* FancyBox - jQuery Plugin
* Simple and fancy lightbox alternative
*
* Examples and documentation at: http://fancybox.net
*
* Copyright (c) 2008 - 2010 Janis Skarnelis
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
*
* Version: 1.3.4 (11/11/2010)
* Requires: jQuery v1.3+
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden;
z-index: 1104;
display: none;
}
#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url(../images/fancybox/fancybox.png);
}
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}
#fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}
#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
}
#fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #fff;
}
#fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
}
#fancybox-close {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
cursor: pointer;
z-index: 1103;
display: none;
}
#fancybox-error {
color: #444;
font: normal 12px/20px Arial;
padding: 14px;
margin: 0;
}
#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}
#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
background: transparent url('../images/fancybox/blank.gif');
z-index: 1102;
display: none;
}
#fancybox-left {
left: 0px;
}
#fancybox-right {
right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
position: absolute;
top: 50%;
left: -9999px;
width: 30px;
height: 30px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}
#fancybox-left-ico {
background-image: url('../images/fancybox/fancybox.png');
background-position: -40px -30px;
}
#fancybox-right-ico {
background-image: url('../images/fancybox/fancybox.png');
background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
left: 20px;
}
#fancybox-right:hover span {
left: auto;
right: 20px;
}
.fancybox-bg {
position: absolute;
padding: 0;
margin: 0;
border: 0;
width: 20px;
height: 20px;
z-index: 1001;
}
#fancybox-bg-n {
top: -20px;
left: 0;
width: 100%;
background-image: url('../images/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
top: -20px;
right: -20px;
background-image: url('../images/fancybox/fancybox.png');
background-position: -40px -162px;
}
#fancybox-bg-e {
top: 0;
right: -20px;
height: 100%;
background-image: url('../images/fancybox/fancybox-y.png');
background-position: -20px 0px;
}
#fancybox-bg-se {
bottom: -20px;
right: -20px;
background-image: url('../images/fancybox/fancybox.png');
background-position: -40px -182px;
}
#fancybox-bg-s {
bottom: -20px;
left: 0;
width: 100%;
background-image: url('../images/fancybox/fancybox-x.png');
background-position: 0px -20px;
}
#fancybox-bg-sw {
bottom: -20px;
left: -20px;
background-image: url('../images/fancybox/fancybox.png');
background-position: -40px -142px;
}
#fancybox-bg-w {
top: 0;
left: -20px;
height: 100%;
background-image: url('../images/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
top: -20px;
left: -20px;
background-image: url('../images/fancybox/fancybox.png');
background-position: -40px -122px;
}
#fancybox-title {
font-family: Georgia, Serif;
font-size: 12px;
z-index: 1102;
text-shadow: none;
}
.fancybox-title-inside {
padding-bottom: 10px;
text-align: center;
color: #333;
background: #fff;
position: relative;
}
.fancybox-title-outside {
padding-top: 10px;
color: #fff;
}
.fancybox-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #FFF;
text-align: left;
}
#fancybox-title-over {
padding: 10px;
background-image: url('../images/fancybox/fancy_title_over.png');
display: block;
}
.fancybox-title-float {
position: absolute;
left: 0;
bottom: -20px;
height: 32px;
}
#fancybox-title-float-wrap {
border: none;
border-collapse: collapse;
width: auto;
}
#fancybox-title-float-wrap td {
border: none;
white-space: nowrap;
}
#fancybox-title-float-left {
padding: 0 0 0 15px;
background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
color: #FFF;
line-height: 29px;
font-weight: bold;
padding: 0 0 3px 0;
background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
padding: 0 0 0 15px;
background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
position: absolute; margin-top: 0;
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
|
src/test/resources/testdata/Paragraphs/052 remove-add Text start of formatting_variant_1/expected.html
|
nuxeo/daisydiff
|
<html><head><link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/DaisyDiff/DaisyDiff@5f7a3960f531179f59b0abdf6947efb0b72eaaa6/css/diff.css"></link></head>
<p>This is a <u><span class="diff-html-removed" id="removed-diff-0" previous="first-diff" changeId="removed-diff-0" next="added-diff-0">sample </span><span class="diff-html-added" id="added-diff-0" previous="removed-diff-0" changeId="added-diff-0" next="last-diff">green </span>paragraph that will be used</u> for tests.</p>
</html>
|
docs/namespace-Akamai.Open.EdgeGrid.Exception.html
|
akamai-open/edgegrid-auth-php
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Namespace Akamai\Open\EdgeGrid\Exception | Akamai {OPEN} EdgeGrid Authentication for PHP</title>
<link rel="stylesheet" href="resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71">
<link rel="stylesheet" href="resources/style.css?70c1d062672daa3f906b72e4f5d03d4bc5c4174d">
</head>
<body>
<nav id="navigation" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="navbar-brand">Akamai {OPEN} EdgeGrid Authentication for PHP</a>
</div>
<div class="collapse navbar-collapse">
<form id="search" class="navbar-form navbar-left" role="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<div class="form-group">
<input type="text" name="q" class="search-query form-control" placeholder="Search">
</div>
</form>
<ul class="nav navbar-nav">
<li class="active">
<span>Namespace</span> </li>
<li>
<span>Class</span> </li>
<li class="divider-vertical"></li>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
</div>
</div>
</nav>
<div id="left">
<div id="menu">
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li class="active">
<a href="namespace-Akamai.html">
Akamai<span></span>
</a>
<ul>
<li class="active">
<a href="namespace-Akamai.Open.html">
Open<span></span>
</a>
<ul>
<li class="active">
<a href="namespace-Akamai.Open.EdgeGrid.html">
EdgeGrid<span></span>
</a>
<ul>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.Authentication.html">
Authentication<span></span>
</a>
<ul>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.Authentication.Exception.html">
Exception<span></span>
</a>
<ul>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.Authentication.Exception.SignerException.html">
SignerException </a>
</li>
</ul></li></ul></li>
<li class="active">
<a href="namespace-Akamai.Open.EdgeGrid.Exception.html">
Exception<span></span>
</a>
<ul>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.Exception.HandlerException.html">
HandlerException </a>
</li>
</ul></li>
<li>
<a href="namespace-Akamai.Open.EdgeGrid.Handler.html">
Handler </a>
</li>
</ul></li></ul></li></ul></li>
</ul>
</div>
<div id="elements">
<h3>Exceptions</h3>
<ul>
<li><a href="class-Akamai.Open.EdgeGrid.Exception.HandlerException.html">HandlerException</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<div id="content" class="namespace">
<h1>Namespace <a href="namespace-Akamai.html">Akamai</a>\<a href="namespace-Akamai.Open.html">Open</a>\<a href="namespace-Akamai.Open.EdgeGrid.html">EdgeGrid</a>\Exception</h1>
<div class="panel panel-default">
<div class="panel-heading"><h2>Namespaces summary</h2></div>
<table class="summary table table-bordered table-striped" id="namespaces">
<tr>
<td class="name"><a href="namespace-Akamai.Open.EdgeGrid.Exception.HandlerException.html">Akamai\Open\EdgeGrid\Exception\HandlerException</a></td>
</tr>
</table>
</div>
<div class="panel panel-default">
<div class="panel-heading"><h2>Exceptions summary</h2></div>
<table class="summary table table-bordered table-striped" id="exceptions">
<tr>
<td class="name"><a href="class-Akamai.Open.EdgeGrid.Exception.HandlerException.html">HandlerException</a></td>
<td>Class HandlerException</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Akamai {OPEN} EdgeGrid Authentication for PHP API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js?e7bf76431f60a10c8b1dad71ab5350e14f10e387"></script>
<script src="elementlist.js?5b03e41a47938c43cd2d25caaee563a0d198ea99"></script>
</body>
</html>
|
lib/Jena-2.6.4/doc/examples/class-hierarchy/Main.java.html
|
BiGCAT-UM/wp2lod
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<LINK REL=STYLESHEET TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<META NAME="GENERATOR" CONTENT="Java2HTML Version 1.3.1">
<TITLE>jena.examples.ontology.classHierarchy.Main (Java2HTML)</TITLE>
</HEAD>
<BODY><TABLE id="Header" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td colspan="2" width="33%"> </td>
<td align="center" colspan="2" width="33%">
<font size="4">Main.java</font>
</td>
<td align="right" colspan="2" width="33%"> </td>
</tr>
</TABLE>
<pre ID="Classes">
<A NAME="1"></A><FONT ID="FormalComment">/*****************************************************************************
<A NAME="2"></A> * Source code information
<A NAME="3"></A> * -----------------------
<A NAME="4"></A> * Original author Ian Dickinson, HP Labs Bristol
<A NAME="5"></A> * Author email ian.dickinson@hp.com
<A NAME="6"></A> * Package Jena 2
<A NAME="7"></A> * Web http://sourceforge.net/projects/jena/
<A NAME="8"></A> * Created 22-Aug-2003
<A NAME="9"></A> * Filename $RCSfile: Main.java.html,v $
<A NAME="10"></A> * Revision $Revision: 1.4 $
<A NAME="11"></A> * Release status $State: Exp $
<A NAME="12"></A> *
<A NAME="13"></A> * Last modified on $Date: 2007/01/17 10:44:18 $
<A NAME="14"></A> * by $Author: andy_seaborne $
<A NAME="15"></A> *
<A NAME="16"></A> * (c) Copyright 2002, 2003, 2004, 2005, 2006, 2007 Hewlett-Packard Development Company, LP
<A NAME="17"></A> * (see footer for full conditions)
<A NAME="18"></A> *****************************************************************************/</FONT>
<A NAME="19"></A>
<A NAME="20"></A><FONT ID="SingleLineComment">// Package
<A NAME="21"></A></FONT><FONT ID="SingleLineComment">///////////////
<A NAME="22"></A></FONT><FONT ID="Package">package</FONT> jena.examples.ontology.classHierarchy;
<A NAME="23"></A>
<A NAME="24"></A>
<A NAME="25"></A><FONT ID="SingleLineComment">// Imports
<A NAME="26"></A></FONT><FONT ID="SingleLineComment">///////////////
<A NAME="27"></A></FONT><FONT ID="Import">import</FONT> com.hp.hpl.jena.ontology.*;
<A NAME="28"></A><FONT ID="Import">import</FONT> com.hp.hpl.jena.rdf.model.ModelFactory;
<A NAME="29"></A>
<A NAME="30"></A>
<A NAME="31"></A><FONT ID="FormalComment">/**
<A NAME="32"></A> * <p>
<A NAME="33"></A> * Execution wrapper for class hierarchy example
<A NAME="34"></A> * </p>
<A NAME="35"></A> *
<A NAME="36"></A> * @author Ian Dickinson, HP Labs
<A NAME="37"></A> * (<a href="mailto:Ian.Dickinson@hp.com" >email</a>)
<A NAME="38"></A> * @version CVS $Id: Main.java.html,v 1.4 2007/01/17 10:44:18 andy_seaborne Exp $
<A NAME="39"></A> */</FONT>
<A NAME="40"></A><FONT ID="Public">public</FONT> <FONT ID="Class">class</FONT> Main {
<A NAME="41"></A> <FONT ID="SingleLineComment">// Constants
<A NAME="42"></A></FONT> <FONT ID="SingleLineComment">//////////////////////////////////
<A NAME="43"></A></FONT>
<A NAME="44"></A> <FONT ID="SingleLineComment">// Static variables
<A NAME="45"></A></FONT> <FONT ID="SingleLineComment">//////////////////////////////////
<A NAME="46"></A></FONT>
<A NAME="47"></A> <FONT ID="SingleLineComment">// Instance variables
<A NAME="48"></A></FONT> <FONT ID="SingleLineComment">//////////////////////////////////
<A NAME="49"></A></FONT>
<A NAME="50"></A> <FONT ID="SingleLineComment">// Constructors
<A NAME="51"></A></FONT> <FONT ID="SingleLineComment">//////////////////////////////////
<A NAME="52"></A></FONT>
<A NAME="53"></A> <FONT ID="SingleLineComment">// External signature methods
<A NAME="54"></A></FONT> <FONT ID="SingleLineComment">//////////////////////////////////
<A NAME="55"></A></FONT>
<A NAME="56"></A> <FONT ID="Public">public</FONT> <FONT ID="Static">static</FONT> <FONT ID="Void">void</FONT> main( String[] args ) {
<A NAME="57"></A> OntModel m = ModelFactory.createOntologyModel( OntModelSpec.OWL_MEM, <FONT ID="Null">null</FONT> );
<A NAME="58"></A>
<A NAME="59"></A> <FONT ID="SingleLineComment">// we have a local copy of the wine ontology
<A NAME="60"></A></FONT> m.getDocumentManager().addAltEntry( <FONT ID="StringLiteral">"http://www.w3.org/2001/sw/WebOnt/guide-src/wine"</FONT>,
<A NAME="61"></A> <FONT ID="StringLiteral">"file:testing/reasoners/bugs/wine.owl"</FONT> );
<A NAME="62"></A> m.getDocumentManager().addAltEntry( <FONT ID="StringLiteral">"http://www.w3.org/2001/sw/WebOnt/guide-src/food"</FONT>,
<A NAME="63"></A> <FONT ID="StringLiteral">"file:testing/reasoners/bugs/food.owl"</FONT> );
<A NAME="64"></A>
<A NAME="65"></A> m.read( <FONT ID="StringLiteral">"http://www.w3.org/2001/sw/WebOnt/guide-src/wine"</FONT> );
<A NAME="66"></A>
<A NAME="67"></A> <FONT ID="New">new</FONT> <A HREF="ClassHierarchy.java.html">ClassHierarchy</A>().showHierarchy( System.out, m );
<A NAME="68"></A> }
<A NAME="69"></A>
<A NAME="70"></A>
<A NAME="71"></A> <FONT ID="SingleLineComment">// Internal implementation methods
<A NAME="72"></A></FONT> <FONT ID="SingleLineComment">//////////////////////////////////
<A NAME="73"></A></FONT>
<A NAME="74"></A> <FONT ID="SingleLineComment">//==============================================================================
<A NAME="75"></A></FONT> <FONT ID="SingleLineComment">// Inner class definitions
<A NAME="76"></A></FONT> <FONT ID="SingleLineComment">//==============================================================================
<A NAME="77"></A></FONT>
<A NAME="78"></A>}
<A NAME="79"></A>
<A NAME="80"></A>
<A NAME="81"></A><FONT ID="MultiLineComment">/*
<A NAME="82"></A> (c) Copyright 2002, 2003, 2004, 2005, 2006, 2007 Hewlett-Packard Development Company, LP
<A NAME="83"></A> All rights reserved.
<A NAME="84"></A>
<A NAME="85"></A> Redistribution and use in source and binary forms, with or without
<A NAME="86"></A> modification, are permitted provided that the following conditions
<A NAME="87"></A> are met:
<A NAME="88"></A>
<A NAME="89"></A> 1. Redistributions of source code must retain the above copyright
<A NAME="90"></A> notice, this list of conditions and the following disclaimer.
<A NAME="91"></A>
<A NAME="92"></A> 2. Redistributions in binary form must reproduce the above copyright
<A NAME="93"></A> notice, this list of conditions and the following disclaimer in the
<A NAME="94"></A> documentation and/or other materials provided with the distribution.
<A NAME="95"></A>
<A NAME="96"></A> 3. The name of the author may not be used to endorse or promote products
<A NAME="97"></A> derived from this software without specific prior written permission.
<A NAME="98"></A>
<A NAME="99"></A> THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
<A NAME="100"></A> IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
<A NAME="101"></A> OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
<A NAME="102"></A> IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
<A NAME="103"></A> INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
<A NAME="104"></A> NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
<A NAME="105"></A> DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
<A NAME="106"></A> THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
<A NAME="107"></A> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
<A NAME="108"></A> THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<A NAME="109"></A>*/</FONT>
<A NAME="110"></A>
<A NAME="111"></A></pre>
</BODY>
</HTML>
|
src/dotnetstarter/wwwroot/VistaCursos.html
|
JoseDavid09/disenosoftwareversion1-0-1478757530052
|
<!DOCTYPE html>
<html>
<head>
<title>Tutor Cognitivo - Version 1.0 | Cursos</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="css/style6.css" type="text/css" />
</head>
<body>
<h1>Cursos</h1>
<hr />
<section>
<p>Seleccione la acción que desea realizar: </p>
<button1 type="button">Registrar Curso</button1>
<button2 type="button">Registrar Categoria</button2>
</section>
<hr />
<table align="left" border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<th scope="row"> </th>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
</body>
</html>
|
DocFormats/filters/ooxml/tests/word/images/common.css
|
apache/incubator-corinthia
|
@page {
size: A4 portrait;
}
body {
counter-reset: h1 h2 h3 h4 h5 h6 figure table;
margin-bottom: 12.10084%;
margin-left: 15.12605%;
margin-right: 15.12605%;
margin-top: 12.10084%;
}
figure {
-uxwrite-display-name: "Figure";
margin-bottom: 12pt;
margin-left: auto;
margin-right: auto;
margin-top: 12pt;
text-align: center;
}
p.Normal {
-uxwrite-default: true;
-uxwrite-display-name: "Normal";
}
span.Default_Paragraph_Font {
-uxwrite-default: true;
-uxwrite-display-name: "Default Paragraph Font";
}
table.Normal_Table {
-uxwrite-default: true;
-uxwrite-display-name: "Normal Table";
}
table.Normal_Table > * > tr > td {
padding-bottom: 0pt;
padding-left: 5.4pt;
padding-right: 5.4pt;
padding-top: 0pt;
}
|
docs/dev/dollar-core/apidocs/overview-summary.html
|
sillelien/dollar
|
<!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 (9-Debian) on Thu Sep 28 23:12:52 GMT 2017 -->
<title>Overview (Dollar Core - API for writing dynamic Java 0.4.5195 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="date" content="2017-09-28">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (Dollar Core - API for writing dynamic Java 0.4.5195 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "./";loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="fixedNav">
<!-- ========= 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 class="navBarCell1Rev">Overview</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?overview-summary.html" target="_top">Frames</a></li>
<li><a href="overview-summary.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>
<ul class="navListSearch">
<li><span>SEARCH: </span>
<input type="text" id="search" value=" " disabled="disabled">
<input type="reset" id="reset" value=" " disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
<div class="header">
<h1 class="title">Dollar Core - API for writing dynamic Java 0.4.5195 API</h1>
</div>
<div class="contentContainer"><a name="Packages">
<!-- -->
</a>
<table class="overviewSummary" summary="Packages table, listing packages, and an explanation">
<caption><span>Packages</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">
<th class="colFirst" scope="row"><a href="dollar/api/package-summary.html">dollar.api</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="dollar/api/collections/package-summary.html">dollar.api.collections</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="dollar/api/exceptions/package-summary.html">dollar.api.exceptions</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="dollar/api/execution/package-summary.html">dollar.api.execution</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="dollar/api/guard/package-summary.html">dollar.api.guard</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="dollar/api/js/package-summary.html">dollar.api.js</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="dollar/api/json/package-summary.html">dollar.api.json</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="dollar/api/json/impl/package-summary.html">dollar.api.json.impl</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="dollar/api/monitor/package-summary.html">dollar.api.monitor</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="dollar/api/plugin/package-summary.html">dollar.api.plugin</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="dollar/api/script/package-summary.html">dollar.api.script</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="dollar/api/scripting/package-summary.html">dollar.api.scripting</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="dollar/api/time/package-summary.html">dollar.api.time</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="dollar/api/types/package-summary.html">dollar.api.types</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="dollar/api/types/meta/package-summary.html">dollar.api.types.meta</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="dollar/api/types/prediction/package-summary.html">dollar.api.types.prediction</a></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="dollar/api/uri/package-summary.html">dollar.api.uri</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="dollar/test/package-summary.html">dollar.test</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</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 class="navBarCell1Rev">Overview</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?overview-summary.html" target="_top">Frames</a></li>
<li><a href="overview-summary.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014–2017. All rights reserved.</small></p>
</body>
</html>
|
www/templates/map.html
|
bunhann/IonicEventApp
|
<ion-view title="地図">
<ion-content scroll="false">
<ui-gmap-google-map center="map.center" zoom="map.zoom">
<ui-gmap-markers models="map.markers" coords="'self'" icon="'icon'" click="onClick()">
<ui-gmap-windows show="hoge">
<div ng-non-bindable>{{title}}</div>
</ui-gmap-windows>
</ui-gmap-markers>
</ui-gmap-google-map>
</ion-content>
</ion-view>
|
reference/Lab-Medicine-12.html
|
sachsmc/sachsmc.github.io
|
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Biospecimen Preanalytical Variables Program: A Multiassay Comparison of Effects of Delay to Fixation and Fixation Duration on Nucleic Acid Quality (2019) Archives of pathology & laboratory medicine — Lab-Medicine-12 • sachsmc</title>
<!-- favicons -->
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="../apple-touch-icon.png" />
<link rel="apple-touch-icon" type="image/png" sizes="120x120" href="../apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" type="image/png" sizes="76x76" href="../apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" type="image/png" sizes="60x60" href="../apple-touch-icon-60x60.png" />
<!-- jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/sandstone/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js" integrity="sha256-FiZwavyI2V6+EXO1U+xzLG3IKldpiTFf3153ea9zikQ=" crossorigin="anonymous"></script>
<!-- sticky kit -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script>
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../pkgdown.js"></script>
<meta property="og:title" content="The Biospecimen Preanalytical Variables Program: A Multiassay Comparison of Effects of Delay to Fixation and Fixation Duration on Nucleic Acid Quality (2019) Archives of pathology & laboratory medicine — Lab-Medicine-12" />
<meta property="og:description" content="National Cancer Institute Biospecimen Preanalytical Variables Research Program; Carithers, LJ; Agarwal, R; Guan, P; Odeh, H; Sachs, MC; Engel, KB; Greytak, SR; Barcus, M; Soria, C; Lih, CJ; Williams, PM; Branton, PA; Sobin, L; Fombonne, B; Bocklage, T; Andry, C; Duffy, ER; Sica, G; Dhir, R; Jewell, S; Roche, N; Moore, HM" />
<meta property="og:image" content="/logo.png" />
<meta name="twitter:card" content="summary" />
<!-- mathjax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container template-reference-topic">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../index.html">sachsmc</a>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1983.9.7</span>
</span>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="../reference/index.html">Publications</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Articles
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="../articles/git.html">git and github</a>
</li>
<li>
<a href="../articles/knit.html">Introduction to `knitr`</a>
</li>
<li>
<a href="../articles/research.html">Organizing your approach to a research study</a>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>The Biospecimen Preanalytical Variables Program: A Multiassay Comparison of Effects of Delay to Fixation and Fixation Duration on Nucleic Acid Quality (2019) Archives of pathology & laboratory medicine</h1>
<div class="hidden name"><code>Lab-Medicine-12.Rd</code></div>
</div>
<div class="ref-description">
<p>National Cancer Institute Biospecimen Preanalytical Variables Research Program; Carithers, LJ; Agarwal, R; Guan, P; Odeh, H; Sachs, MC; Engel, KB; Greytak, SR; Barcus, M; Soria, C; Lih, CJ; Williams, PM; Branton, PA; Sobin, L; Fombonne, B; Bocklage, T; Andry, C; Duffy, ER; Sica, G; Dhir, R; Jewell, S; Roche, N; Moore, HM</p>
</div>
<h2 class="hasAnchor" id="details"><a class="anchor" href="#details"></a>Details</h2>
<p>Archives of pathology & laboratory medicine (2019): . <a href='https://doi.org/10.5858/arpa.2018-0172-OA'>https://doi.org/10.5858/arpa.2018-0172-OA</a></p>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
<ul class="nav nav-pills nav-stacked">
<li><a href="#details">Details</a></li>
</ul>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by Michael Sachs.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.3.0.</p>
</div>
</footer>
</div>
</body>
</html>
|
sample-spring-boot-kitchensink/build/docs/javadoc/com/example/bot/spring/webapplication/domain/Tour.html
|
zysjimmy/Line-chatbot-for-COMP3111
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Mon Nov 20 18:57:31 HKT 2017 -->
<title>Tour (sample-spring-boot-kitchensink 1.9.0-SNAPSHOT API)</title>
<meta name="date" content="2017-11-20">
<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="Tour (sample-spring-boot-kitchensink 1.9.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../com/example/bot/spring/webapplication/domain/Customer.html" title="class in com.example.bot.spring.webapplication.domain"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../com/example/bot/spring/webapplication/domain/UQ.html" title="class in com.example.bot.spring.webapplication.domain"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/example/bot/spring/webapplication/domain/Tour.html" target="_top">Frames</a></li>
<li><a href="Tour.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.example.bot.spring.webapplication.domain</div>
<h2 title="Class Tour" class="title">Class Tour</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.example.bot.spring.webapplication.domain.Tour</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">Tour</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#Tour--">Tour</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#getMinTourist--">getMinTourist</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#getNameOfHotel--">getNameOfHotel</a></span>()</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#getRegisteredNum--">getRegisteredNum</a></span>()</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#getTourCapacity--">getTourCapacity</a></span>()</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#getTourDate--">getTourDate</a></span>()</code> </td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#getTourGuideId--">getTourGuideId</a></span>()</code> </td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#getTourId--">getTourId</a></span>()</code> </td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#getTourName--">getTourName</a></span>()</code> </td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#setMinTourist-int-">setMinTourist</a></span>(int minTourist)</code> </td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#setNameOfHotel-java.lang.String-">setNameOfHotel</a></span>(java.lang.String nameOfHotel)</code> </td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#setRegisteredNum-int-">setRegisteredNum</a></span>(int registeredNum)</code> </td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#setTourCapacity-int-">setTourCapacity</a></span>(int tourCapacity)</code> </td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#setTourDate-java.lang.String-">setTourDate</a></span>(java.lang.String tourDate)</code> </td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#setTourGuideId-int-">setTourGuideId</a></span>(int tourGuideId)</code> </td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#setTourId-java.lang.String-">setTourId</a></span>(java.lang.String tourId)</code> </td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/example/bot/spring/webapplication/domain/Tour.html#setTourName-java.lang.String-">setTourName</a></span>(java.lang.String tourName)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Tour--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Tour</h4>
<pre>public Tour()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setTourId-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTourId</h4>
<pre>public void setTourId(java.lang.String tourId)</pre>
</li>
</ul>
<a name="getTourId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTourId</h4>
<pre>public java.lang.String getTourId()</pre>
</li>
</ul>
<a name="setTourName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTourName</h4>
<pre>public void setTourName(java.lang.String tourName)</pre>
</li>
</ul>
<a name="getTourName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTourName</h4>
<pre>public java.lang.String getTourName()</pre>
</li>
</ul>
<a name="setTourDate-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTourDate</h4>
<pre>public void setTourDate(java.lang.String tourDate)</pre>
</li>
</ul>
<a name="getTourDate--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTourDate</h4>
<pre>public java.lang.String getTourDate()</pre>
</li>
</ul>
<a name="setTourGuideId-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTourGuideId</h4>
<pre>public void setTourGuideId(int tourGuideId)</pre>
</li>
</ul>
<a name="getTourGuideId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTourGuideId</h4>
<pre>public int getTourGuideId()</pre>
</li>
</ul>
<a name="setNameOfHotel-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setNameOfHotel</h4>
<pre>public void setNameOfHotel(java.lang.String nameOfHotel)</pre>
</li>
</ul>
<a name="getNameOfHotel--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNameOfHotel</h4>
<pre>public java.lang.String getNameOfHotel()</pre>
</li>
</ul>
<a name="setTourCapacity-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTourCapacity</h4>
<pre>public void setTourCapacity(int tourCapacity)</pre>
</li>
</ul>
<a name="getTourCapacity--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTourCapacity</h4>
<pre>public int getTourCapacity()</pre>
</li>
</ul>
<a name="setRegisteredNum-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRegisteredNum</h4>
<pre>public void setRegisteredNum(int registeredNum)</pre>
</li>
</ul>
<a name="getRegisteredNum--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRegisteredNum</h4>
<pre>public int getRegisteredNum()</pre>
</li>
</ul>
<a name="setMinTourist-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMinTourist</h4>
<pre>public void setMinTourist(int minTourist)</pre>
</li>
</ul>
<a name="getMinTourist--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getMinTourist</h4>
<pre>public int getMinTourist()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../com/example/bot/spring/webapplication/domain/Customer.html" title="class in com.example.bot.spring.webapplication.domain"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../com/example/bot/spring/webapplication/domain/UQ.html" title="class in com.example.bot.spring.webapplication.domain"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/example/bot/spring/webapplication/domain/Tour.html" target="_top">Frames</a></li>
<li><a href="Tour.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
mysite/pages/static/pages/css/main.css
|
cjlee112/socraticqs2
|
@charset "UTF-8";
/*
* Author: Karl Ollars
* Email: karlmagnusollars@gmail.com
*/
html {
margin-top: 0 !important; }
body {
background: #fff;
font: normal 14px/24px "proxima-nova", sans-serif;
color: #4d4d4d;
-webkit-font-smoothing: antialiased; }
.no-scroll {
overflow: hidden; }
.browserupgrade {
position: absolute;
top: 92px;
left: 0;
width: 100%;
padding: 20px;
background: #fff;
text-align: center;
z-index: 10; }
.container {
padding-left: 28px;
padding-right: 28px; }
h1, h2, h3, h4, h5 {
font-family: "proxima-nova", sans-serif;
font-weight: 300;
color: #307FE2;
margin: 0;
padding: 0; }
h1 {
font-size: 36px;
line-height: 44px;
color: #fff; }
h2 {
font-size: 28px;
line-height: 32px;
color: #307FE2; }
h3 {
font-size: 21px;
line-height: 24px;
margin: 48px 0 28px 0; }
h4 {
font-size: 21px;
line-height: 24px;
color: #307FE2;
margin: 0 0 20px 0; }
a, a:visited {
color: #307FE2;
text-decoration: none;
transition: color 0.3s; }
a:hover, a:active {
color: #307FE2;
text-decoration: underline; }
img {
max-width: 100%;
height: auto; }
p {
margin: 0; }
p + p {
margin-top: 26px; }
ol {
counter-reset: li;
margin: 34px 0 0 0;
padding: 0 0 8px 0; }
ol li {
list-style: none;
position: relative;
padding: 0 0 0 44px;
margin: 0 0 20px 0; }
ol li:last-child {
margin: 0; }
ol li:before {
content: counter(li);
counter-increment: li;
position: absolute;
top: 0;
left: 0;
display: block;
min-width: 24px;
padding: 3px 4px;
font-size: 12px;
line-height: 16px;
color: #307FE2;
text-align: center;
border: 1px solid #307FE2;
border-radius: 12px; }
ul {
list-style: none;
margin: 0;
padding: 0; }
ul.nav li {
list-style-image: none; }
ul.dropdown-menu li {
padding: 5px; }
ul.dropdown-menu li .form-group {
margin-bottom: 0; }
ul li {
list-style-image: url(../img/list-icon.svg);
list-style-position: inside; }
ul li:last-child {
margin: 0; }
ul.nav.navbar-nav li.child {
background: none; }
ul.nav.navbar-nav li.child.selected {
font-weight: bold; }
dl {
margin: 0; }
dt, dd {
display: block; }
blockquote {
background: #06038D;
color: #F0F0F5;
border-radius: 4px;
padding: 32px 40px 34px 40px;
font-size: 18px;
line-height: 28px;
position: relative;
border: 0;
margin: 52px 0; }
blockquote:before {
content: '“';
position: absolute;
font-family: Georgia, serif;
font-style: italic;
font-size: 100px;
line-height: 100px;
vertical-align: top;
color: #307FE2;
top: -20px;
left: -19px; }
blockquote small {
color: #9291CB;
font-size: 14px;
line-height: 20px;
margin-top: 8px; }
blockquote small:before {
display: none; }
.btn, .btn:visited, input[type=submit] {
font-family: "proxima-nova", sans-serif;
background: #307FE2;
background: rgba(48, 127, 226, 0.85);
border: 0;
box-shadow: none;
border-radius: 4px;
vertical-align: middle;
color: #fff;
font-weight: normal;
margin: 32px 0 0 0;
display: inline-block;
transition: background 0.2s;
font-size: 14px;
line-height: 20px;
padding: 8px 24px; }
.btn.btn-large, .btn:visited.btn-large, input[type=submit].btn-large {
font-size: 16px;
line-height: 20px;
padding: 16px 60px; }
input[type=submit] {
font-size: 16px;
line-height: 20px;
padding: 16px 60px; }
.btn:hover, .btn:active, .btn:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
background: #307FE2;
color: #fff;
text-decoration: none;
box-shadow: none;
outline: none; }
label {
display: block;
font-size: 14px;
font-weight: normal;
margin: 34px 0 4px 0; }
input[type=text], input[type=password], textarea {
display: block;
width: 100%;
font-family: "proxima-nova", sans-serif;
font-size: 14px;
line-height: 20px;
padding: 14px 20px;
background: #fff;
border: 1px solid #D7D7E0;
color: #333;
box-shadow: none;
border-radius: 4px;
transition: all 0.3s; }
input[type=text]:focus, input[type=password]:focus, textarea:focus {
outline: 0;
border: 1px solid #307FE2; }
textarea {
height: 120px; }
form input[type=submit] {
margin-top: 40px;
width: 100%; }
form ul {
list-style: none;
padding: 0;
margin: 0; }
form li {
margin: 0;
padding: 0;
background: #fff !important; }
form li:first-child label {
margin-top: 0; }
form small {
font-size: 14px;
line-height: 24px;
color: #808080;
display: block;
margin-bottom: 12px; }
.validation_message {
margin: 4px 0 0;
color: #F03737; }
.validation_error, .gform_confirmation_message {
text-align: center;
margin: 0;
padding: 20px;
color: #fff;
background: #E07D7D;
border-radius: 2px; }
.validation_error {
margin-bottom: 40px; }
.gform_confirmation_message {
background: #dff0d8;
border: 1px solid #d6e9c6;
color: #3c763d; }
.gform_footer {
position: relative; }
.gform_ajax_spinner {
width: 16px;
height: 16px;
position: absolute;
top: 60px;
left: -32px;
display: block !important; }
::-webkit-input-placeholder {
color: #999; }
::-moz-placeholder {
color: #999; }
:-ms-input-placeholder {
color: #999; }
.brand {
position: absolute;
top: 40px;
z-index: 1; }
.brand img {
height: 14px; }
.hero {
position: relative;
padding: 0;
background: #ccc url(../img/hero-bg.jpg) no-repeat center center;
background-size: cover; }
.hero .inner {
padding: 170px 0 180px 0;
font-size: 16px;
line-height: 28px;
text-align: center; }
.hero h1, .hero p {
color: #fff;
max-width: 712px; }
.hero h1 {
margin: 0 auto; }
.hero p {
margin: 13px auto 35px auto; }
.hero .btn {
margin: 0; }
.hero .cta-bar {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
width: 100%;
background: #fff;
background: rgba(255, 255, 255, 0.98);
border-bottom: 1px solid #F0F0F0;
color: #808080; }
.hero .cta-bar p {
font-size: 14px;
line-height: 28px;
margin: 16px 0;
vertical-align: middle;
color: #999; }
.hero .cta-bar .extra {
display: none; }
.hero .cta-bar .scroll {
visibility: visible;
transition: opacity 1s ease; }
.hero .cta-bar .btn {
visibility: hidden;
opacity: 0;
position: absolute;
margin: 0;
top: 12px;
right: 0;
transition: opacity 1s ease; }
.hero .cta-bar .mouse {
vertical-align: middle;
position: relative;
display: inline-block;
width: 19px;
height: 28px;
border: 1px solid #aaa;
border-radius: 14px;
margin-left: 16px; }
.hero .cta-bar .mouse-wheel {
position: absolute;
top: 7px;
left: 7px;
width: 3px;
height: 3px;
background: #aaa;
border-radius: 2px;
animation: scroll-animation 2s ease-in-out infinite; }
@keyframes scroll-animation {
0% {
opacity: 1;
top: 7px; }
25% {
opacity: 1;
top: 14px; }
50% {
opacity: 0;
top: 14px; }
75% {
opacity: 0;
top: 7px; }
100% {
opacity: 1;
top: 7px; } }
section {
border-top: 1px solid #F0F0F5; }
section header {
padding: 54px 0;
background: #fff;
border-bottom: 1px solid #F0F0F5; }
section header p {
margin: 20px 0 0 0;
max-width: 720px; }
section:not(.section-share) iframe {
max-width: 100%;
width: 100%;
height: 300px;
margin: 72px 0 0 0; }
.hero + section {
border-top: 0; }
.section-text-with-image {
padding: 80px 0 72px 0; }
.section-text-with-image .right {
float: right; }
.section-text-with-image figure {
width: 322px;
max-width: 100%;
display: block;
margin: 46px auto 74px auto; }
.section-text-with-image figcaption {
font-size: 12px;
line-height: 16px;
color: #999;
background: #FAFAFC;
border-top: 1px solid #EBEBF0;
border-bottom: 1px solid #EBEBF0;
margin: 20px 0 0 0;
padding: 12px 28px; }
.section-text-with-image img {
width: 100%;
height: auto;
display: block; }
.section-text-with-image h2 {
margin: 0 0 46px 0; }
.section-2-cols-centered {
padding: 80px 0 72px 0;
text-align: center; }
.section-2-cols-centered h2 {
font-size: 28px;
line-height: 32px;
margin: 0 0 26px 0; }
.section-3-cards .cards-container {
background: #FAFAFC;
padding: 0px 0 60px 0; }
.section-3-cards .col-md-4 .card {
border-bottom: 2px solid #06038D; }
.section-3-cards .col-md-4:nth-child(2) .card {
border-bottom: 2px solid #307FE2; }
.section-3-cards .col-md-4:nth-child(3) .card {
border-bottom: 2px solid #FCE300; }
.section-3-cards .card {
margin-top: 60px; }
.card {
background: #fff; }
.card img {
width: 100%;
height: auto; }
.card .inner {
padding: 36px 40px 32px 40px; }
.card h3 {
margin: 0 0 12px 0; }
.section-2-cols {
padding: 0 0 60px 0; }
.section-2-cols.section-2-cols-bg {
background: #FAFAFC; }
.section-2-cols .col-md-6 {
margin-top: 60px; }
.section-2-cols .col-md-6 h3 {
margin-top: 0; }
.section-2-cols .col-md-6 iframe {
margin-top: 0; }
.list-questions {
list-style: none;
margin: 76px 0;
padding: 0; }
.list-questions li {
padding: 0 0 0 36px;
background: url(../img/list-question.png) no-repeat 0 4px;
margin: 0 0 12px 0; }
.section-2-cards {
background: #FAFAFC;
padding: 0 0 60px 0; }
.section-2-cards .card {
border-radius: 0;
overflow: hidden;
margin-top: 60px; }
.list-checklist {
list-style: none;
margin: 32px 0 0 0;
padding: 0; }
.list-checklist li {
padding: 1px 0 0 44px;
background: url(../img/list-checkmark.png) no-repeat 0 0;
margin: 0 0 19px 0; }
.list-header {
font-weight: bold; }
.faq {
margin: 60px 0 80px 0; }
.faq dt {
font-weight: normal;
color: #307FE2;
display: block;
padding: 20px 0 20px 40px;
background: url(../img/faq-expand.png) no-repeat 0 20px;
cursor: pointer;
border-bottom: 1px solid #EBEBF0;
transition: 0.2s; }
.faq dt:hover {
opacity: 0.6; }
.faq dd {
display: block; }
.faq dd {
display: none;
padding: 20px 0 20px 40px; }
.section-centered-background {
background-color: #ccc;
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
color: #fff;
text-align: center;
padding: 114px 0 112px 0; }
.section-centered-background h2 {
color: #fff;
margin: 0 0 20px 0; }
.section-centered-background p {
margin: 0; }
.section-form {
padding: 80px 0; }
.section-form .alert {
text-align: center;
padding: 28px 0;
margin: 0; }
.section-share {
background: #06038D;
background-image: linear-gradient(135deg, #12109E, #040275);
text-align: center;
padding: 114px 0; }
.section-share h2 {
color: #fff;
margin: 0 0 40px; }
.section-share .fb_iframe_widget {
top: -8px; }
.section-share .fb_iframe_widget, .section-share .twitter-share-button, .section-share .IN-widget, .section-share .container div:last-child {
margin: 20px auto !important;
display: block !important; }
.footer-main {
background: #FAFAFC;
padding: 40px 0;
color: #999;
text-align: center; }
@media (max-width: 767px) {
.section-text-with-image .right {
width: 100%; } }
@media (min-width: 768px) {
html, body, main {
height: 100%; }
.hero {
height: 100%;
min-height: 540px;
font-size: 0;
/* Vertical align fix */
position: relative; }
.hero:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%; }
.hero .inner {
padding: 0;
display: inline-block;
vertical-align: middle;
width: 100%; }
.hero .cta-bar.affix, .hero .cta-bar.affix-bottom {
position: fixed;
top: 0;
left: 0;
bottom: auto;
z-index: 100; }
.hero .cta-bar.affix .scroll, .hero .cta-bar.affix-bottom .scroll {
opacity: 0;
visibility: hidden; }
.hero .cta-bar.affix .btn, .hero .cta-bar.affix-bottom .btn {
opacity: 1;
visibility: visible; }
.hero .cta-bar .info {
float: left; }
.hero .cta-bar .extra {
position: relative;
display: block;
float: right; }
.section-text-with-image figure {
position: relative;
top: 8px;
left: 0;
margin: 0; }
.section-share h2 {
margin-bottom: 0; }
.section-share .fb_iframe_widget, .section-share .twitter-share-button, .section-share .IN-widget, .section-share .container div:last-child {
margin: 20px !important;
display: inline-block !important; }
.section-share .twitter-share-button {
position: relative !important;
top: 20px; } }
@media (min-width: 992px) {
.section-text-with-image, .section-2-cols-centered {
padding: 112px 0; } }
@media (min-width: 1200px) {
.section-text-with-image figure {
left: 67px;
margin: 0; } }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.list-questions li {
background-image: url(../img/list-question@2x.png);
background-size: 16px 16px; }
.list-checklist li {
background-image: url(../img/list-checkmark@2x.png);
background-size: 24px 24px; }
ul li {
background-image: url(../img/list-icon@2x.png);
background-size: 12px 12px; }
.faq dt {
background-image: url(../img/faq-expand@2x.png);
background-size: 19px 19px; } }
#cms-top + .navbar-fixed-top {
margin-top: 46px; }
/*# sourceMappingURL=main.css.map */
|
includes/dataTypeInputTemplates.html
|
davidhay25/FHIRSampleCreator
|
<!-- WARNING: I think this is redundant...-->
<div class="rounded-box" ng-show="dataType"> <!-- The top for a box around the data entry form-->
<div class="row">
<div class="col-md-11 col-sm-11">
<div><em>{{selectedChild.definition}}</em></div>
</div>
</div>
<br />
<div ng-show="dataType=='Address'">
<ng-include src="'/prTemplates/address.html'"></ng-include>
</div>
<div ng-show="dataType=='ContactPoint'">
<ng-include src="'/prTemplates/contactpoint.html'"></ng-include>
</div>
<div ng-show="dataType=='HumanName'">
<ng-include src="'/prTemplates/humanname.html'"></ng-include>
</div>
<div ng-show="dataType=='Timing'">
<ng-include src="'/prTemplates/timing.html'"></ng-include>
</div>
<div ng-show="dataType=='Narrative'">
<div class="row">
<div class="col-md-10 col-sm-10 col-md-offset-2" >
<textarea class="form-control" rows="3" ng-model="results.narrative"></textarea>
</div>
</div>
</div>
<div ng-show="dataType=='Annotation'">
<div class="row">
<div class="col-md-2 col-sm-2">
<strong>Author</strong>
</div>
<div class="col-md-10 col-sm-10">
<input type="text" class="form-control" ng-model="results.annotation.authorString"/>
</div>
</div>
<div class="row">
<div class="col-md-2 col-sm-2">
<strong>Note</strong>
</div>
<div class="col-md-10 col-sm-10">
<textarea class="form-control" rows="3" ng-model="results.annotation.text"></textarea>
</div>
</div>
</div>
<div ng-show="dataType=='Ratio'"> <!-- Quantity x 2-->
<div class="row">
<div class="col-md-2 col-sm-2 col-md-offset-1">
<input type="text" class="form-control" placeholder = "Amt" ng-model="results.ratio_num_amount"/>
</div>
<div class="col-md-2 col-sm-2">
<input type="text" class="form-control" placeholder = "Units" ng-model="results.ratio_num_units"/>
</div>
<div class="col-md-1 col-sm-1">
/
</div>
<div class="col-md-2 col-sm-2">
<input type="text" class="form-control" placeholder = "Amt" ng-model="results.ratio_denom_amount"/>
</div>
<div class="col-md-2 col-sm-2">
<input type="text" class="form-control" placeholder = "Units" ng-model="results.ratio_denom_units"/>
</div>
</div>
</div>
<div ng-show="dataType=='Identifier'">
<div class="row">
<div class="col-md-2 col-sm-2 control-label">Value</div>
<div class="col-md-8 col-sm-8">
<input type="text" class="form-control" ng-model="results.identifier_value" id="identifier_value"/>
</div>
</div>
<div class="row">
<div class="col-md-2 col-sm-2 control-label">System</div>
<div class="col-md-8 col-sm-8">
<input class="form-control" type="text" ng-model="results.identifier_system"/>
</div>
</div>
</div>
<div ng-show="dataType=='Reference'">
<ng-include src="'/prTemplates/reference.html'"></ng-include>
</div>
<div ng-show="dataType=='boolean'">
<div>{{element.short}}</div>
<div class="row">
<div class=" col-md-6 col-sm-6">
<div class="btn-group">
<label class="btn btn-primary" ng-model="results.boolean" uib-btn-radio="true">True</label>
<label class="btn btn-primary" ng-model="results.boolean" uib-btn-radio="false">False</label>
</div>
</div>
<div class=" col-md-2 col-sm-2">
<div class="checkbox">
<input type="checkbox" ng-model="results.boolean"/>
</div>
</div>
</div>
</div>
<div ng-show="dataType=='string'">
<div>{{element.short}}</div>
<input type="text" class="form-control" ng-model="results.string"/>
</div>
<div ng-show="dataType=='positiveInt'">
<div>{{element.short}}</div>
<input type="text" class="form-control" ng-model="results.positiveint"/>
</div>
<div ng-show="dataType=='integer'" >
<div>{{element.short}}</div>
<input type="text" class="form-control" ng-model="results.integer"/>
</div>
<div ng-show="dataType=='decimal'" >
<div>{{element.short}}</div>
<input type="text" class="form-control" ng-model="results.decimal"/>
</div>
<div ng-show="dataType=='id'">
<div>{{element.short}}</div>
<!--
<input type="text" class="form-control" ng-model="results.id"/>
-->
<div><strong><em>The Id of the resource cannot be set in this client</em></strong></div>
</div>
<div ng-show="dataType=='Signature'">
<div>{{element.short}}</div>
<!--
<input type="text" class="form-control" ng-model="results.id"/>
-->
<div><strong><em>A Signature cannot be set in this client</em></strong></div>
</div>
<div ng-show="dataType=='uri'">
<input type="text" class="form-control" ng-model="results.uri"/>
</div>
<div ng-show="dataType=='code'">
<ng-include src="'/prTemplates/code.html'"></ng-include>
</div>
<div ng-show="dataType=='CodeableConcept'">
<ng-include src="'/prTemplates/codeableconcept.html'"></ng-include>
</div>
<div ng-show="dataType=='Coding'">
<ng-include src="'/prTemplates/coding.html'"></ng-include>
</div>
<div ng-show="dataType=='date'">
<div class="row">
<div class="col-md-7 col-sm-7 col-centered">
<div uib-datepicker ng-model="results.date_start" class="well well-sm"></div>
</div>
</div>
</div>
<div ng-show="dataType=='dateTime' || dataType=='instant'">
<div class="row">
<div class="col-md-7 col-sm-7 col-centered">
<!-- <uib-datepicker ng-model="results.date_start" datepicker-options="show-weeks" class="well well-sm"></uib-datepicker>-->
<div uib-datepicker ng-model="results.date_start" class="well well-sm"></div>
</div>
<div class="col-md-4 col-sm-4">
</div>
</div>
<div class="row" ng-show="dataType=='instant'">
<div class="col-md-7 col-sm-7 col-centered">
<timepicker ng-model="results.time"></timepicker>
</div>
<div class="col-md-4 col-sm-4">
</div>
</div>
</div>
<div ng-show="dataType=='Period'">
<ng-include src="'/prTemplates/period.html'"></ng-include>
</div>
<div ng-show="dataType=='Quantity'">
<ng-include src="'/prTemplates/quantity.html'"></ng-include>
</div>
<div ng-show="dataType=='Range'"> <!-- Quantity x 2-->
<div class="row">
<div class="col-md-3 col-sm-3">
Between <input type="text" class="form-control" placeholder = "Start Amount" ng-model="results.range_amount_start"/>
</div>
<div class="col-md-3 col-sm-3">
and <input type="text" class="form-control" placeholder = "End Amount" ng-model="results.range_amount_end"/>
</div>
<div class="col-md-3 col-sm-3">
(units) <input type="text" class="form-control" placeholder = "Units" ng-model="results.range_units"/>
</div>
</div>
</div>
<div ng-show="dataType=='Age'">
<div class="row">
<div class="col-md-2 col-sm-2">
<input type="text" class="form-control" ng-model="results.age.value"/>
</div>
<div class="col-md-10 col-sm-10">
<div class="row">
<div class="col-md-3 col-sm-3" ng-repeat="unit in UCUMAgeUnits">
<input type="radio" name="age" ng-model="results.ageunits" value="{{unit}}"> {{unit.display}}
</div>
</div>
</div>
</div>
</div>
<div ng-show="dataType=='Money'">
<div class="row">
<div class="col-md-2 col-sm-2">
<input type="text" class="form-control" ng-model="results.money_amount"/>
</div>
<div class="col-md-10 col-sm-10">
<div class="row">
<div class="col-md-3 col-sm-3" ng-repeat="unit in UCUMMoneyUnits">
<input type="radio" name="age" ng-model="results.money_units" value="{{unit}}"> {{unit.display}}
</div>
</div>
</div>
</div>
</div>
<div ng-show="dataType=='Complex'">
<ng-include src="'/prTemplates/complex.html'"></ng-include>
</div>
<div ng-show="dataType">
<br />
<div class="row" >
<div class="col-md-6 col-sm-6">
{{dtSelectError}}
</div>
<div class="col-md-6 col-sm-6">
<button class="btn btn-primary pull-right" style="margin:8px"
ng-click="saveNewDataType()">Save Element</button>
<button class="btn btn-danger pull-right" style="margin:8px"
ng-click="cancel()">Cancel</button>
</div>
</div>
</div>
</div> <!-- closes the div that suppounds the data entry form-->
|
src/testpage/index.html
|
qmachine/qmachine
|
<!DOCTYPE html>
<!--
index.html ~~
~~ (c) SRW, 08 Aug 2014
~~ last updated 15 Jan 2015
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Sean Wilkinson">
<title>QMachine Test Page</title>
</head>
<body>
<noscript>This page requires JavaScript.</noscript>
<h1>QMachine Test Page</h1>
<div>
For more information, please visit the
<a href="https://www.qmachine.org" target="_blank">QMachine homepage</a>.
</div>
<!--
NOTE: This test page wasn't passing the PhantomJS-based unit tests when the
test machine was offline, because some of the tests were trying to load
CoffeeScript from a web-based CDN.
-->
<script async src="./coffeescript.js"></script>
<script async src="./qm.js"></script>
</body>
</html>
|
grddl-0.3/doc/javadoc/allclasses-noframe.html
|
jianglili007/pretty-printer
|
<!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_02) on Mon Sep 24 16:51:15 BST 2007 -->
<TITLE>
All Classes
</TITLE>
<META NAME="date" CONTENT="2007-09-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/hp/hpl/jena/grddl/GRDDLReader.html" title="class in com.hp.hpl.jena.grddl">GRDDLReader</A>
<BR>
<A HREF="com/hp/hpl/jena/grddl/GRDDLSecurityException.html" title="class in com.hp.hpl.jena.grddl">GRDDLSecurityException</A>
<BR>
<A HREF="com/hp/hpl/jena/grddl/GRDDLVersion.html" title="class in com.hp.hpl.jena.grddl">GRDDLVersion</A>
<BR>
</FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
tpl/User/default/Jianshen_edit.html
|
taobataoma/saivi
|
<include file="Public:head"/>
<script src="{Saivi::RES}/js/date/WdatePicker.js"></script>
<script type="text/javascript" src="{Saivi::RES}/js/formCheck/formcheck.js"> </script>
<div class="content">
<div class="cLineB">
<h4>编辑健身中心</h4>
<a href="javascript:history.go(-1);" class="right btnGrayS vm" style="margin-top:-27px" >返回</a></div>
<div class="msgWrap">
<form class="form" method="post" action="{Saivi::U('Jianshen/upsave')}" enctype="multipart/form-data" >
<TABLE class="userinfoArea" style=" margin:20px 0 0 0;" border="0" cellSpacing="0" cellPadding="0" width="100%">
<TBODY>
<input type="hidden" class="px" id="id" value="{Saivi:$_GET['id']}" name="id" style="width:500px" >
<input type="hidden" class="px" id="token" value="{Saivi:$_SESSION['token']}" name="token" style="width:500px" >
<TR>
<TH valign="top"><label for="keyword">图文消息标题:</label></TH>
<TD><input type="input" class="px" id="title" value="{Saivi:$info.title}" name="title" style="width:400px" >
<br/>
</TD>
<TD></TD>
</TR>
<TR>
<TH valign="top"><label for="keyword">图文消息触发关键词:</label></TH>
<TD><input type="input" class="px" id="keyword" value="{Saivi:$info.keyword}" name="keyword" style="width:200px" >
<br/>
请输入关键词,10个字以内 </TD>
<TD></TD>
</TR>
<TR>
<TH valign="top"><label for="keyword">图文消息封面:</label></TH>
<TD><input type="input" class="px" id="picurl" value="{Saivi:$info.picurl}" name="picurl" style="width:400px" >
<br />
<script src="/tpl/static/upyun.js"></script>
<a href="###" onclick="upyunPicUpload('picurl',700,420,'{Saivi:$token}')" class="a_upload">上传</a>
<a href="###" onclick="viewImg('picurl')">预览</a> </TD>
<TD></TD>
</TR>
<TR>
<TH valign="top"><label for="keyword">相册名称:</label></TH>
<TD><input type="input" class="px" id="name" value="{Saivi:$info.name}" name="name" style="width:300px" >
<br/>
相册名称 建议10字内 </TD>
<TD></TD>
</TR>
<TR>
<TH valign="top"><label for="keyword">简介头部图片:</label></TH>
<TD><input type="input" class="px" id="toppicurl" value="{Saivi:$info.toppicurl}" name="toppicurl" style="width:400px" >
<br />
<a href="###" onclick="upyunPicUpload('toppicurl',700,420,'{Saivi:$token}')" class="a_upload">上传</a>
<a href="###" onclick="viewImg('toppicurl')">预览</a> </TD>
<TD></TD>
</TR>
<TR>
<TH valign="top"><label for="keyword">健身房头部图片:</label></TH>
<TD><input type="input" class="px" id="roompicurl" value="{Saivi:$info.roompicurl}" name="roompicurl" style="width:400px" >
<br />
<a href="###" onclick="upyunPicUpload('roompicurl',700,420,'{Saivi:$token}')" class="a_upload">上传</a>
<a href="###" onclick="viewImg('roompicurl')">预览</a> </TD>
<TD></TD>
</TR>
<TR>
<TH valign="top"><label for="keyword">地址</label></TH>
<TD><input type="input" class="px" id="address" value="{Saivi:$info.address}" name="address" style="width:500px" onchange="loadmap()" >
<br/>
</TD>
<TD></TD>
</TR>
<TR>
<TH valign="top"><label for="keyword">经纬地址</label></TH>
<td><div class="control-group">
<label class="control-label" for="suggestId"></label>
<div class="controls">
<div id="l-map" style="width:605px; height:320px;"> </div>
<div id="r-result">
<input type="input" class="px" id="lng" value="" name="lng" style="width:80px;">
<input type="input" class="px" id="lat" value="" name="lat" style="width:80px;">
<input type="hidden" name="city" class="px" id="city" size="20" value=""/>
</div>
<div id="searchResultPanel" style="border:1px solid #C0C0C0;width:350px;height:auto;"> </div></td>
</tr>
<TR>
<TH valign="top"><label for="keyword">健身中心简介:</label></TH>
<TD><input type="input" class="px" id="content" value="{Saivi:$info.content}" name="content" style="width:500px;display:none;" >
<br/>
</TD>
<TD></TD>
</TR>
<TR>
<TH valign="top"><label for="keyword">项目简介:</label></TH>
<TD><input type="input" class="px" id="content1" value="{Saivi:$info.xmcontent}" name="xmcontent" style="width:500px;display:none;" >
<br/>
</TD>
<TD></TD>
</TR>
<TR>
<TH valign="top"><label for="keyword">交通配套:</label></TH>
<TD><input type="input" class="px" id="content2" value="{Saivi:$info.jtcontent}" name="jtcontent" style="width:500px;display:none;" >
<br/>
</TD>
<TD></TD>
</TR>
<TR>
<TH></TH>
<TD><button type="submit" name="button" class="btnGreen left" >保存</button>
<div class="clr"></div></TD>
</TR>
</TBODY>
</TABLE>
</form>
</div>
</div>
<script src="{Saivi::RES}/js/baidu.js" type="text/javascript" type="text/javascript" >
</script>
<script type="text/javascript">
var map = new BMap.Map("l-map");
var myGeo = new BMap.Geocoder();
//map.addControl(new BMap.MapTypeControl({mapTypes: [BMAP_NORMAL_MAP,BMAP_HYBRID_MAP]})); //2D图,卫星图
//map.addControl(new BMap.MapTypeControl({anchor: BMAP_ANCHOR_TOP_LEFT})); //左上角,默认地图控件
//alert(city);
var currentPoint ;
var marker1;
var marker2;
map.enableScrollWheelZoom();
//var point = new BMap.Point(116.331398,39.897445);
map.enableDragging();
map.enableContinuousZoom();
map.addControl(new BMap.NavigationControl());
map.addControl(new BMap.ScaleControl());
map.addControl(new BMap.OverviewMapControl());
var point = new BMap.Point({Saivi:$info.lng},{Saivi:$info.lat});
doit(point);
window.setTimeout(function(){
auto();
},100);
function auto(){
var geolocation = new BMap.Geolocation();
geolocation.getCurrentPosition(function(r){
if(this.getStatus() == BMAP_STATUS_SUCCESS){
//var mk = new BMap.Marker(r.point);
//map.addOverlay(mk);
// point = r.point;
//map.panTo(r.point);
var point = new BMap.Point(r.point.lng,r.point.lat);
marker1 = new BMap.Marker(point); // 创建标注
map.addOverlay(marker1);
var opts = {
width : 220, // 信息窗口宽度 220-730
height: 60, // 信息窗口高度 60-650
title : "" // 信息窗口标题
}
var infoWindow = new BMap.InfoWindow("定位成功这是你当前的位置!,移动红点标注目标位置,你也可以直接修改上方位置,系统自动定位!", opts); // 创建信息窗口对象
marker1.openInfoWindow(infoWindow); // 打开信息窗口
doit(point);
}else {
}
})
}
function doit(point){
//map.centerAndZoom(point,12);
//myGeo.getPoint(city, function(point){
if (point) {
//window.external.setlngandlat(point.lng,point.lat);
//alert(point.lng + " ddd " + point.lat);
document.getElementById('lat').value = point.lat;
document.getElementById('lng').value =point.lng;
map.setCenter(point);
map.centerAndZoom(point, 15);
map.panTo(point);
var cp = map.getCenter();
myGeo.getLocation(point, function(result){
/*if (result){
document.getElementById('suggestId').value = result.address;
} */
});
marker2 = new BMap.Marker(point); // 创建标注
var opts = {
width : 220, // 信息窗口宽度 220-730
height: 60, // 信息窗口高度 60-650
title : "" // 信息窗口标题
}
var infoWindow = new BMap.InfoWindow("拖拽地图或红点,在地图上用红点标注您的店铺位置。", opts); // 创建信息窗口对象
marker2.openInfoWindow(infoWindow); // 打开信息窗口
map.addOverlay(marker2); // 将标注添加到地图中
marker2.enableDragging();
marker2.addEventListener("dragend", function(e){
document.getElementById('lat').value =e.point.lat;
document.getElementById('lng').value =e.point.lng;
myGeo.getLocation(new BMap.Point(e.point.lng,e.point.lat), function(result){
if (result){
//$('suggestId').value = result.address;
//$('city').value = result.city;
// alert(result.address)
// window.external.setaddress(result.address);//setarrea(result.address);//
//marker1.setPoint(new BMap.Point(e.point.lng,e.point.lat)); // 移动标注
marker2.setPoint(new BMap.Point(e.point.lng,e.point.lat));
map.panTo(new BMap.Point(e.point.lng,e.point.lat));
//window.external.setlngandlat(e.point.lng,e.point.lat);
}
});
});
map.addEventListener("dragend", function showInfo(){
var cp = map.getCenter();
myGeo.getLocation(new BMap.Point(cp.lng,cp.lat), function(result){
if (result){
//document.getElementById('suggestId').value = result.address;
document.getElementById('lat').value =cp.lat;
document.getElementById('lng').value =cp.lng;
// window.external.setaddress(result.address);//setarrea(result.address);//
//alert(point.lng + " ddd " + point.lat);
//marker1.setPoint(new BMap.Point(cp.lng,cp.lat)); // 移动标注
marker2.setPoint(new BMap.Point(cp.lng,cp.lat));
map.panTo(new BMap.Point(cp.lng,cp.lat));
//window.external.setlngandlat(cp.lng,cp.lat);
}
});
});
map.addEventListener("dragging", function showInfo(){
var cp = map.getCenter();
//marker1.setPoint(new BMap.Point(cp.lng,cp.lat)); // 移动标注
marker2.setPoint(new BMap.Point(cp.lng,cp.lat));
map.panTo(new BMap.Point(cp.lng,cp.lat));
map.centerAndZoom(marker2.getPoint(), map.getZoom());
});
}
//}, province);
}
function loadmap() {
var province = document.getElementById('city').value;
var city = document.getElementById('address').value ;
// 将结果显示在地图上,并调整地图视野
myGeo.getPoint(city, function(point){
if (point) {
//marker1.setPoint(new BMap.Point(point.lng,point.lat)); // 移动标注
marker2.setPoint(new BMap.Point(point.lng,point.lat));
//window.external.setlngandlat(marker2.getPoint().lng,marker2.getPoint().lat);
//alert(point.lng + " ddd " + point.lat);
document.getElementById('lat').value =point.lat;
document.getElementById('lng').value =point.lng;
map.panTo(new BMap.Point(marker2.getPoint().lng,marker2.getPoint().lat));
map.centerAndZoom(marker2.getPoint(), map.getZoom());
}}, province);
}
function setarrea(address,city) {
//$('suggestId').value = address;
//$('city').value=city;
window.setTimeout(function(){
loadmap();
},2000);
}
function initarreawithpoint(lng,lat){
window.setTimeout(function(){
//marker1.setPoint(new BMap.Point(lng,lat)); // 移动标注
marker2.setPoint(new BMap.Point(lng,lat));
//window.external.setlngandlat(lng,lat);
map.panTo(new BMap.Point(lng,lat));
map.centerAndZoom(marker2.getPoint(), map.getZoom());
}, 2000);
}
</script>
<div class="clr"></div>
</div>
</div>
</div>
<!--底部-->
</div>
<include file="Public:footer"/>
|
JGDMS/src/site/resources/old-static-site/doc/internals/org/apache/river/jeri/internal/http/class-use/TimedMap.Mapping.html
|
pfirmstone/JGDMS
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60) on Mon Mar 28 17:12:20 AEST 2016 -->
<title>Uses of Class org.apache.river.jeri.internal.http.TimedMap.Mapping (River-Internet vtrunk API Documentation (internals))</title>
<meta name="date" content="2016-03-28">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.river.jeri.internal.http.TimedMap.Mapping (River-Internet vtrunk API Documentation (internals))";
}
}
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/river/jeri/internal/http/TimedMap.Mapping.html" title="class in org.apache.river.jeri.internal.http">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/river/jeri/internal/http/class-use/TimedMap.Mapping.html" target="_top">Frames</a></li>
<li><a href="TimedMap.Mapping.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.river.jeri.internal.http.TimedMap.Mapping" class="title">Uses of Class<br>org.apache.river.jeri.internal.http.TimedMap.Mapping</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/river/jeri/internal/http/TimedMap.Mapping.html" title="class in org.apache.river.jeri.internal.http">TimedMap.Mapping</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.river.jeri.internal.http">org.apache.river.jeri.internal.http</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.river.jeri.internal.http">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/apache/river/jeri/internal/http/TimedMap.Mapping.html" title="class in org.apache.river.jeri.internal.http">TimedMap.Mapping</a> in <a href="../../../../../../../org/apache/river/jeri/internal/http/package-summary.html">org.apache.river.jeri.internal.http</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/river/jeri/internal/http/package-summary.html">org.apache.river.jeri.internal.http</a> that return <a href="../../../../../../../org/apache/river/jeri/internal/http/TimedMap.Mapping.html" title="class in org.apache.river.jeri.internal.http">TimedMap.Mapping</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>private <a href="../../../../../../../org/apache/river/jeri/internal/http/TimedMap.Mapping.html" title="class in org.apache.river.jeri.internal.http">TimedMap.Mapping</a></code></td>
<td class="colLast"><span class="typeNameLabel">TimedMap.Evictor.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/river/jeri/internal/http/TimedMap.Evictor.html#nextEvicted--">nextEvicted</a></span>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/river/jeri/internal/http/TimedMap.Mapping.html" title="class in org.apache.river.jeri.internal.http">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/river/jeri/internal/http/class-use/TimedMap.Mapping.html" target="_top">Frames</a></li>
<li><a href="TimedMap.Mapping.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 2007-2013, multiple authors.<br>Licensed under the <a href=http://www.apache.org/licenses/LICENSE-2.0 target=child >Apache License, Version 2.0</a>, see the <a href=../../../../../../../doc-files/NOTICE target=child >NOTICE</a> file for attributions.</small></p>
</body>
</html>
|
eoncloud_web/render/templates/partial_login_form.html
|
lyndonChen/eonboard
|
{% load i18n %}
<form class="login-form" action="/login/" method="post">
{% trans "Email" as username_str %}
{% trans "Password" as pwd_str %}
{% csrf_token %}
<h3 class="form-title">{% trans "Login" %}</h3>
{% if error %}
<div class="alert alert-danger">
<button class="close" data-close="alert"></button>
<span id="errorMsg">{{ error }}</span>
<span id="errorMsg2" style="display:none;"> {% trans "Enter any username and password." %} </span>
</div>
{% else %}
<div class="alert alert-danger display-hide">
<button class="close" data-close="alert"></button>
<span id="errorMsg"> {% trans "Enter any username and password." %} </span>
<span id="errorMsg2" style="display:none;"> {% trans "Enter any username and password." %} </span>
</div>
{% endif %}
<div class="form-group">
<!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
<label class="control-label visible-ie8 visible-ie9">{% trans "Username" %}</label>
<input class="form-control form-control-solid placeholder-no-fix" type="text" autocomplete="off"
placeholder="{{ username_str }}" name="username"/>
</div>
<div class="form-group">
<label class="control-label visible-ie8 visible-ie9">{% trans "Password" %}</label>
<input class="form-control form-control-solid placeholder-no-fix" type="password" autocomplete="off"
placeholder="{{ pwd_str }}" name="password"/>
</div>
<div class="form-actions">
<button type="submit" class="btn btn-success uppercase"><i class="fa fa-key"></i> {% trans "Login" %}</button>
<!--a href="/find-password/" class="forget-password">{% trans 'Forgot Password' %}</a-->
</div>
<div class="create-account">
<!--p>
<a href="/signup/" class="uppercase">{% trans "Create an account" %}</a>
</p-->
</div>
</form>
|
pages/ios/components_status_bar.html
|
haymaker17/mobile_labs
|
<div class="container components">
<section>
<h1>Status Bar</h1>
<div class="flexContainer half">
<div>
<p>The Status Bar displays important information about the device and its current environment.</p>
<p class="add_space"><a href="img/ios/components/bars/status_bar/.zip" class="icon"><img src="img/icons_web/arrow_download.svg" height="25" width="25">Status Bar<br><span>2.9 MB (.zip)</span></a></p>
</div>
<div data-sr="ease-in, over .5s">
<figure>
<div class="videoplayer">
<img src="img/ios/components/bars/status_bar/login_01.png" class="video_poster_image" alt="Navbar" width="338" height="599">
<video class="video" preload="auto">
<source id="mp4" src="videos/login_01.mp4" type="video/mp4">
<p>Your user agent does not support the HTML5 Video element.</p>
</video>
</div>
<img src="img/ios/components/bars/status_bar/login_01.png" width="338" height="599">
<div class="figure_text">A white background fill is used for the Status Bar on "Walkthrough" screens.</div>
</figure>
<figure>
<div class="videoplayer">
<img src="img/ios/components/bars/status_bar/new_expense.png" alt="Navbar" width="338" height="599"/>
</div>
<div class="figure_text">A Dark Grey background fill is used for the Status Bar on "Unsaved" screens.</div>
</figure>
<!-- <figure><img src="img/ios/components/bars/navbar_02.png" alt="Navbar" width="338" height="599"/></figure> -->
</div>
</div>
</section>
<section>
<h3>Specs</h3>
<div class="flexContainer half">
<div>
<p>
Usage and Color:
<!-- There are three instances where the background color should change on the Status Bar. -->
<ul>
<li>Default background fill: Concur Blue #0078C8</li>
<li>"Unsaved" background fill: Dark Grey #7F8F97</li>
<li>"Walkthrough" background fill: White #FFFFFF</li>
</ul>
</p>
</div>
<div>
<figure class="diagram">
<img class="redlines_on" src="img/ios/components/bars/status_bar/redline_status_bar_on.png" alt="Status Bar"/></a>
<img class="redlines_off" src="img/ios/components/bars/status_bar/redline_status_bar_off.png" alt="Status Bar"/>
<div class="figure_text">Redlines with Status Bar</div>
</figure>
<!-- <figure><img src="img/ios/components/bars/navbar_01.png" alt="Navbar" width="338" height="599"/></figure> -->
<!-- <figure><img src="img/ios/components/bars/navigation_bar/settings.png" alt="Navbar" width="338" height="599"/></figure> -->
<!-- <figure><img src="img/ios/components/bars/navbar_02.png" alt="Navbar" width="338" height="599"/></figure> -->
</div>
</div>
</section>
<!--
<section>
<h3>Code Sample</h3>
<div class="flexContainer">
<div class="code_sample">
<table class="code_sample_table">
<tbody>
<tr><td><pre>// View 3 - Custom right bar button with a view</pre></td></tr>
<tr><td><pre>// View 3 - Custom right bar button with a view</pre></td></tr>
<tr><td><pre>UISegmentedControl *segmentedControl = [[UISegmentedControl alloc] initWithItems:</pre></td></tr>
<tr><td><pre>[NSArray arrayWithObjects:</pre></td></tr>
<tr><td><pre>[UIImage imageNamed:@"up.png"],</pre></td></tr>
<tr><td><pre>[UIImage imageNamed:@"down.png"],</pre></td></tr>
<tr><td><pre>nil]];</pre></td></tr>
<tr><td><pre><br></pre></td></tr>
<tr><td><pre>[segmentedControl addTarget:self action:@selector(segmentAction:) forControlEvents:UIControlEventValueChanged];</pre></td></tr>
<tr><td><pre>segmentedControl.frame = CGRectMake(0, 0, 90, kCustomButtonHeight);</pre></td></tr>
<tr><td><pre>segmentedControl.segmentedControlStyle = UISegmentedControlStyleBar;</pre></td></tr>
<tr><td><pre>segmentedControl.momentary = YES;</pre></td></tr>
<tr><td><pre><br></pre></td></tr>
<tr><td><pre>defaultTintColor = segmentedControl.tintColor; // Keep track if this if you need it later.</pre></td></tr>
<tr><td><pre>UIBarButtonItem *segmentBarItem = [[UIBarButtonItem alloc] initWithCustomView:segmentedControl];</pre></td></tr>
<tr><td><pre>self.navigationItem.rightBarButtonItem = segmentBarItem;</pre></td></tr>
</tbody>
</table>
</div>
</div>
</section>
-->
<!--
<section>
<h3>Filter Bar</h3>
<div class="flexContainer half">
<div>
<p>It can be useful to display a filter/sort bar when there are clearly defined or typical categories in which users might want to refine their search. The filter/sort bar is displayed anchored to the bottom of the page and displays the number of results as well as the filter/sort buttons</p>
</div>
<div>
<figure><img src="img/ios/components/bars/filter_bar.png" alt="Navbar" width="338" height="599"/></figure>
</div>
</div>
</section>
-->
</div>
<script>
$(document).ready(function() {
//show the video and hide the poster image
$(".video_poster_image").on("click", function(e){
//get which one we clicked on
var video_index = $(this).siblings(".video").index("video");
var video = $("video")[video_index];
//play the video and hide the image
video.play();
//$(this).hide();
$(this).fadeOut();
//$(".bg_image").hide(alert('bla'));
});
//hide the video and show the poster image when the movie ends
$(".video").on("ended", function() {
//$(this).siblings(".video_poster_image").show();
$(this).siblings(".video_poster_image").fadeIn();
});
//pause/play functionality
$(".video").on("click",function(){
//get which one we clicked on
var video_index = $(this).index("video");
var video = $("video")[video_index];
//play/pause the video
if (video.paused) {
video.play();
}
else {
video.pause();
}
})
});
$(function() {
$(".changelist").on("click","a", function(ev){
ev.preventDefault();
getGithubCommits();
})
});
</script>
|
docs/GoogleApiAdsAdWords/v201109/Paging.html
|
jcroll/google-api-adwords-php
|
<?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 Paging</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 Paging</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">Specifies the page of results to return in the response. A page is specified by the result position to start at and the maximum number of results to return.</p>
<p class="notes">
Located in <a class="field" href="_adwords---src---Google---Api---Ads---AdWords---v201109---AdExtensionOverrideService.php.html">/adwords/src/Google/Api/Ads/AdWords/v201109/AdExtensionOverrideService.php</a> (line <span class="field">238</span>)
</p>
<pre></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">integer</span>
<a href="#$numberResults" title="details" class="var-name">$numberResults</a>
</div>
<div class="var-title">
<span class="var-type">integer</span>
<a href="#$startIndex" title="details" class="var-name">$startIndex</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">Paging</span>
<a href="#__construct" title="details" class="method-name">__construct</a>
([<span class="var-type"></span> <span class="var-name">$startIndex</span> = <span class="var-default">NULL</span>], [<span class="var-type"></span> <span class="var-name">$numberResults</span> = <span class="var-default">NULL</span>])
</div>
<div class="method-definition">
<span class="method-result">the</span>
<a href="#getNamespace" title="details" class="method-name">getNamespace</a>
()
</div>
<div class="method-definition">
<span class="method-result">the</span>
<a href="#getXsiTypeName" title="details" class="method-name">getXsiTypeName</a>
()
</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$numberResults" id="$numberResults"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<span class="var-title">
<span class="var-type">integer</span>
<span class="var-name">$numberResults</span>
(line <span class="line-number">249</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
</div>
<a name="var$startIndex" id="$startIndex"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<span class="var-title">
<span class="var-type">integer</span>
<span class="var-name">$startIndex</span>
(line <span class="line-number">243</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
</div>
</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="method__construct" id="__construct"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">Constructor __construct</span> (line <span class="line-number">267</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">Paging</span>
<span class="method-name">
__construct
</span>
([<span class="var-type"></span> <span class="var-name">$startIndex</span> = <span class="var-default">NULL</span>], [<span class="var-type"></span> <span class="var-name">$numberResults</span> = <span class="var-default">NULL</span>])
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$startIndex</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$numberResults</span> </li>
</ul>
</div>
<a name="methodgetNamespace" id="getNamespace"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">getNamespace</span> (line <span class="line-number">255</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Gets the namesapce of this class</p>
<ul class="tags">
<li><span class="field">return:</span> namespace of this class</li>
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">the</span>
<span class="method-name">
getNamespace
</span>
()
</div>
</div>
<a name="methodgetXsiTypeName" id="getXsiTypeName"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">getXsiTypeName</span> (line <span class="line-number">263</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Gets the xsi:type name of this class</p>
<ul class="tags">
<li><span class="field">return:</span> xsi:type name of this class</li>
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">the</span>
<span class="method-name">
getXsiTypeName
</span>
()
</div>
</div>
</div>
</div>
<p class="notes" id="credit">
Documentation generated by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
</p>
</div></body>
</html>
|
Documentation/html/Classes/AutoScalingSuspendedProcessUnmarshaller.html
|
abovelabs/aws-ios-sdk
|
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>AutoScalingSuspendedProcessUnmarshaller Class Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<meta name="viewport" content="width=550" />
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
<meta name="generator" content="appledoc 2.0.5 (build 789)" />
</head>
<body>
<header id="top_header">
<div id="library" class="hideInXcode">
<h1><a id="libraryTitle" href="../index.html">AWS SDK for iOS v1.4.3 </a></h1>
<a id="developerHome" href="../index.html">Amazon Web Services, Inc.</a>
</div>
<div id="title" role="banner">
<h1 class="hideInXcode">AutoScalingSuspendedProcessUnmarshaller Class Reference</h1>
</div>
<ul id="headerButtons" role="toolbar">
<li id="toc_button">
<button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
</li>
<li id="jumpto_button" role="navigation">
<select id="jumpTo">
<option value="top">Jump To…</option>
<option value="overview">Overview</option>
</select>
</li>
</ul>
</header>
<nav id="tocContainer" class="isShowingTOC">
<ul id="toc" role="tree">
<li role="treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#overview">Overview</a></span></li>
</ul>
</nav>
<article>
<div id="contents" class="isShowingTOC" role="main">
<a title="AutoScalingSuspendedProcessUnmarshaller Class Reference" name="top"></a>
<div class="main-navigation navigation-top">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="header">
<div class="section-header">
<h1 class="title title-header">AutoScalingSuspendedProcessUnmarshaller Class Reference</h1>
</div>
</div>
<div id="container">
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<td class="specification-title">Inherits from</td>
<td class="specification-value">AutoScalingResponseUnmarshaller : AmazonServiceResponseUnmarshaller : <a href="../Classes/AmazonUnmarshallerXMLParserDelegate.html">AmazonUnmarshallerXMLParserDelegate</a> : NSObject</td>
</tr><tr>
<td class="specification-title">Declared in</td>
<td class="specification-value">AutoScalingSuspendedProcessUnmarshaller.h</td>
</tr>
</tbody></table></div>
<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Suspended Process Unmarshaller</p>
</div>
</div>
<div class="main-navigation navigation-bottom">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="footer"><script src="/urchin.js" type="text/javascript"></script><script type="text/javascript">urchinTracker();</script>
<hr />
<div class="footer-copyright">
<p><span class="copyright">© 2012 Amazon Web Services, Inc.. All rights reserved. (Last updated: 2012-10-05)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
</div>
</div>
</div>
</article>
<script type="text/javascript">
function jumpToChange()
{
window.location.hash = this.options[this.selectedIndex].value;
}
function toggleTOC()
{
var contents = document.getElementById('contents');
var tocContainer = document.getElementById('tocContainer');
if (this.getAttribute('class') == 'open')
{
this.setAttribute('class', '');
contents.setAttribute('class', '');
tocContainer.setAttribute('class', '');
window.name = "hideTOC";
}
else
{
this.setAttribute('class', 'open');
contents.setAttribute('class', 'isShowingTOC');
tocContainer.setAttribute('class', 'isShowingTOC');
window.name = "";
}
return false;
}
function toggleTOCEntryChildren(e)
{
e.stopPropagation();
var currentClass = this.getAttribute('class');
if (currentClass == 'children') {
this.setAttribute('class', 'children open');
}
else if (currentClass == 'children open') {
this.setAttribute('class', 'children');
}
return false;
}
function tocEntryClick(e)
{
e.stopPropagation();
return true;
}
function init()
{
var selectElement = document.getElementById('jumpTo');
selectElement.addEventListener('change', jumpToChange, false);
var tocButton = document.getElementById('table_of_contents');
tocButton.addEventListener('click', toggleTOC, false);
var taskTreeItem = document.getElementById('task_treeitem');
if (taskTreeItem.getElementsByTagName('li').length > 0)
{
taskTreeItem.setAttribute('class', 'children');
taskTreeItem.firstChild.setAttribute('class', 'disclosure');
}
var tocList = document.getElementById('toc');
var tocEntries = tocList.getElementsByTagName('li');
for (var i = 0; i < tocEntries.length; i++) {
tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
}
var tocLinks = tocList.getElementsByTagName('a');
for (var i = 0; i < tocLinks.length; i++) {
tocLinks[i].addEventListener('click', tocEntryClick, false);
}
if (window.name == "hideTOC") {
toggleTOC.call(tocButton);
}
}
window.onload = init;
// If showing in Xcode, hide the TOC and Header
if (navigator.userAgent.match(/xcode/i)) {
document.getElementById("contents").className = "hideInXcode"
document.getElementById("tocContainer").className = "hideInXcode"
document.getElementById("top_header").className = "hideInXcode"
}
</script>
</body>
</html>
|
tools/ironruby/lib/ironruby/gems/1.8/doc/rubygems-1.3.6/rdoc/classes/Gem/InstallUpdateOptions.src/M000216.html
|
ThoughtWorksStudios/excel-2010-mingle-addin
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>install_update_defaults_str (Gem::InstallUpdateOptions)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/rubygems/install_update_options.rb, line 112</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install_update_defaults_str</span>
<span class="ruby-value str">'--rdoc --no-force --no-test --wrappers'</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html>
|
tests/dom/moveNode02-input.html
|
corinthia/corinthia-editorlib
|
<!DOCTYPE html>
<html>
<head>
<script>
function performTest(api)
{
var ps = document.getElementsByTagName("P");
var position = new api.Position(ps[0],0);
api.Position.trackWhileExecuting([position],function() {
api.DOM.insertBefore(document.body,ps[0].childNodes[0],ps[1]);
});
var tt = api.DOM.createElement(document,"tt");
api.tests.TestLib.insertAtPosition(position,tt);
}
</script>
</head>
<body><p><span>Zero</span><span>One</span></p><p>Two</p><p>Three</p></body></html>
|
docs/dyn/datafusion_v1.projects.locations.versions.html
|
googleapis/google-api-python-client
|
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="datafusion_v1.html">Cloud Data Fusion API</a> . <a href="datafusion_v1.projects.html">projects</a> . <a href="datafusion_v1.projects.locations.html">locations</a> . <a href="datafusion_v1.projects.locations.versions.html">versions</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#list">list(parent, latestPatchOnly=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists possible versions for Data Fusion instances in the specified project and location.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="list">list(parent, latestPatchOnly=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists possible versions for Data Fusion instances in the specified project and location.
Args:
parent: string, Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. (required)
latestPatchOnly: boolean, Whether or not to return the latest patch of every available minor version. If true, only the latest patch will be returned. Ex. if allowed versions is [6.1.1, 6.1.2, 6.2.0] then response will be [6.1.2, 6.2.0]
pageSize: integer, The maximum number of items to return.
pageToken: string, The next_page_token value to use if there are additional results to retrieve for this list request.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for the list available versions request.
"availableVersions": [ # Represents a list of versions that are supported.
{ # The Data Fusion version. This proto message stores information about certain Data Fusion version, which is used for Data Fusion version upgrade.
"availableFeatures": [ # Represents a list of available feature names for a given version.
"A String",
],
"defaultVersion": True or False, # Whether this is currently the default version for Cloud Data Fusion
"type": "A String", # Type represents the release availability of the version
"versionNumber": "A String", # The version number of the Data Fusion instance, such as '6.0.1.0'.
},
],
"nextPageToken": "A String", # Token to retrieve the next page of results or empty if there are no more results in the list.
}</pre>
</div>
<div class="method">
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
<pre>Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
</body></html>
|
Cordova/HomeInspection/www/app/shop/product-details.html
|
revnique/HomeInspection
|
<ion-modal-view class="ion-modal">
<ion-header-bar>
<h1 class="title">{{product.name}}</h1>
<button class="button button-icon icon ion-android-close" ng-click="closeProductDetails();"></button>
</ion-header-bar>
<ion-content class="padding shop">
<label class="item item-input item-select">
<div class="input-label">Size:</div>
<select ng-options="size for size in sizes" ng-model="product.size"><option value="">Select Size</option> </select>
</label>
<label class="item item-input">
<span class="input-label">Amount:</span>
<input type="number" ng-model="product.amount">
</label>
<button class="button waves-effect waves-teal button-balanced button-outline button-block" ng-click="addToCart(product);">Save</button>
</ion-content>
</ion-modal-view>
|
apidoc/light/classes/zebkit.ui.event.KeyEvent.html
|
barmalei/zebkit
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>zebkit.ui.event.KeyEvent - zebkit</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/dune-light.css">
<link rel="stylesheet" href="../assets/css/main.light.css" id="site_styles">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc" style="padding-top:16px;">
<div class="yui3-g">
<table style="width:auto">
<tr style="background:none">
<td valign="top" align="left" >
<div id="sidebar" class="yui3-u">
<div id="classes" class="sidebox">
<div class="hd">
<h2 class="no-toc">All packages</h2>
</div>
<div class="bd">
<ul>
<li>
<a href="../classes/environment.html">environment</a>
</li>
<li>
<a href="../classes/zebkit.html">zebkit</a>
</li>
<li>
<a href="../classes/zebkit.data.html">zebkit.data</a>
</li>
<li>
<a href="../classes/zebkit.draw.html">zebkit.draw</a>
</li>
<li>
<a href="../classes/zebkit.io.html">zebkit.io</a>
</li>
<li>
<a href="../classes/zebkit.layout.html">zebkit.layout</a>
</li>
<li>
<a href="../classes/zebkit.ui.html">zebkit.ui</a>
</li>
<li>
<a href="../classes/zebkit.ui.date.html">zebkit.ui.date</a>
</li>
<li>
<a href="../classes/zebkit.ui.design.html">zebkit.ui.design</a>
</li>
<li>
<a href="../classes/zebkit.ui.event.html">zebkit.ui.event</a>
</li>
<li>
<a href="../classes/zebkit.ui.grid.html">zebkit.ui.grid</a>
</li>
<li>
<a href="../classes/zebkit.ui.tree.html">zebkit.ui.tree</a>
</li>
<li>
<a href="../classes/zebkit.ui.vk.html">zebkit.ui.vk</a>
</li>
<li>
<a href="../classes/zebkit.ui.web.html">zebkit.ui.web</a>
</li>
<li>
<a href="../classes/zebkit.util.html">zebkit.util</a>
</li>
<li>
<a href="../classes/zebkit.web.html">zebkit.web</a>
</li>
</ul>
</div>
</div>
<div id="classes" class="sidebox">
<div class="hd">
<table border="0" cellpadding="0" cellspecing="0">
<tr>
<td>
<h2 class="no-toc">All classes</h2>
</td>
<td>
<input id="search" style="width:95%;" type=text value=""/>
</td>
</tr>
</table>
</div>
<div class="bd">
<table id="allClasses" style="background:none;" border="0">
<tr class="classNameCell" className="zebkit.Class" name="allClassesItem">
<td>
<a href="../classes/zebkit.Class.html">zebkit.Class</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Class.zObject" name="allClassesItem">
<td>
<a href="../classes/zebkit.Class.zObject.html">zebkit.Class.zObject</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.DataModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.DataModel.html">zebkit.data.DataModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.Item" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.Item.html">zebkit.data.Item</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.ListModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.ListModel.html">zebkit.data.ListModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.Matrix" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.Matrix.html">zebkit.data.Matrix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.SingleLineTxt" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.SingleLineTxt.html">zebkit.data.SingleLineTxt</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.Text" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.Text.html">zebkit.data.Text</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.TextEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.TextEvent.html">zebkit.data.TextEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.TextModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.TextModel.html">zebkit.data.TextModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.TreeModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.TreeModel.html">zebkit.data.TreeModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.DoIt" name="allClassesItem">
<td>
<a href="../classes/zebkit.DoIt.html">zebkit.DoIt</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ArrowView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ArrowView.html">zebkit.draw.ArrowView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.BaseTextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.BaseTextRender.html">zebkit.draw.BaseTextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.BaseViewProvider" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.BaseViewProvider.html">zebkit.draw.BaseViewProvider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Border" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Border.html">zebkit.draw.Border</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.CheckboxView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.CheckboxView.html">zebkit.draw.CheckboxView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.CompositeView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.CompositeView.html">zebkit.draw.CompositeView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.CutStringRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.CutStringRender.html">zebkit.draw.CutStringRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.DecoratedTextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.DecoratedTextRender.html">zebkit.draw.DecoratedTextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Dotted" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Dotted.html">zebkit.draw.Dotted</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Etched" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Etched.html">zebkit.draw.Etched</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.FunctionRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.FunctionRender.html">zebkit.draw.FunctionRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Gradient" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Gradient.html">zebkit.draw.Gradient</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Line" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Line.html">zebkit.draw.Line</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.PasswordText" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.PasswordText.html">zebkit.draw.PasswordText</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Pattern" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Pattern.html">zebkit.draw.Pattern</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.PentahedronShape" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.PentahedronShape.html">zebkit.draw.PentahedronShape</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Picture" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Picture.html">zebkit.draw.Picture</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Radial" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Radial.html">zebkit.draw.Radial</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.RadioView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.RadioView.html">zebkit.draw.RadioView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Raised" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Raised.html">zebkit.draw.Raised</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Render" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Render.html">zebkit.draw.Render</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.rgb" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.rgb.html">zebkit.draw.rgb</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.RoundBorder" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.RoundBorder.html">zebkit.draw.RoundBorder</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Shape" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Shape.html">zebkit.draw.Shape</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.StringRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.StringRender.html">zebkit.draw.StringRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Sunken" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Sunken.html">zebkit.draw.Sunken</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.TextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.TextRender.html">zebkit.draw.TextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ThumbView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ThumbView.html">zebkit.draw.ThumbView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.TitledBorder" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.TitledBorder.html">zebkit.draw.TitledBorder</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ToggleView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ToggleView.html">zebkit.draw.ToggleView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.TriangleShape" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.TriangleShape.html">zebkit.draw.TriangleShape</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.View" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.View.html">zebkit.draw.View</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ViewSet" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ViewSet.html">zebkit.draw.ViewSet</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.WrappedTextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.WrappedTextRender.html">zebkit.draw.WrappedTextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Dummy" name="allClassesItem">
<td>
<a href="../classes/zebkit.Dummy.html">zebkit.Dummy</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Event" name="allClassesItem">
<td>
<a href="../classes/zebkit.Event.html">zebkit.Event</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.EventProducer" name="allClassesItem">
<td>
<a href="../classes/zebkit.EventProducer.html">zebkit.EventProducer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Font" name="allClassesItem">
<td>
<a href="../classes/zebkit.Font.html">zebkit.Font</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Interface" name="allClassesItem">
<td>
<a href="../classes/zebkit.Interface.html">zebkit.Interface</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.HTTP" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.HTTP.html">zebkit.io.HTTP</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.JRPC" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.JRPC.html">zebkit.io.JRPC</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.Service" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.Service.html">zebkit.io.Service</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.XRPC" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.XRPC.html">zebkit.io.XRPC</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.BorderLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.BorderLayout.html">zebkit.layout.BorderLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.Constraints" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.Constraints.html">zebkit.layout.Constraints</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.FlowLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.FlowLayout.html">zebkit.layout.FlowLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.GridLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.GridLayout.html">zebkit.layout.GridLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.Layout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.Layout.html">zebkit.layout.Layout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.Layoutable" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.Layoutable.html">zebkit.layout.Layoutable</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.ListLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.ListLayout.html">zebkit.layout.ListLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.PercentLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.PercentLayout.html">zebkit.layout.PercentLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.RasterLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.RasterLayout.html">zebkit.layout.RasterLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.StackLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.StackLayout.html">zebkit.layout.StackLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Listeners" name="allClassesItem">
<td>
<a href="../classes/zebkit.Listeners.html">zebkit.Listeners</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Package" name="allClassesItem">
<td>
<a href="../classes/zebkit.Package.html">zebkit.Package</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.PathSearch" name="allClassesItem">
<td>
<a href="../classes/zebkit.PathSearch.html">zebkit.PathSearch</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ArrowButton" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ArrowButton.html">zebkit.ui.ArrowButton</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.BaseList" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.BaseList.html">zebkit.ui.BaseList</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.BoldLabel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.BoldLabel.html">zebkit.ui.BoldLabel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.BorderPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.BorderPan.html">zebkit.ui.BorderPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Button" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Button.html">zebkit.ui.Button</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Checkbox" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Checkbox.html">zebkit.ui.Checkbox</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Checkbox.Box" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Checkbox.Box.html">zebkit.ui.Checkbox.Box</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.CollapsiblePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.CollapsiblePan.html">zebkit.ui.CollapsiblePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.html">zebkit.ui.Combo</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.ComboPadPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.ComboPadPan.html">zebkit.ui.Combo.ComboPadPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.ContentPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.ContentPan.html">zebkit.ui.Combo.ContentPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.EditableContentPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.EditableContentPan.html">zebkit.ui.Combo.EditableContentPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.ReadonlyContentPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.ReadonlyContentPan.html">zebkit.ui.Combo.ReadonlyContentPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.CompList" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.CompList.html">zebkit.ui.CompList</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.CompRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.CompRender.html">zebkit.ui.CompRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Cursor" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Cursor.html">zebkit.ui.Cursor</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.Calendar" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.Calendar.html">zebkit.ui.date.Calendar</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.Calendar.MonthsCombo" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.Calendar.MonthsCombo.html">zebkit.ui.date.Calendar.MonthsCombo</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.DateInputField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.DateInputField.html">zebkit.ui.date.DateInputField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.DateRangeInput" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.DateRangeInput.html">zebkit.ui.date.DateRangeInput</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.DateTextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.DateTextField.html">zebkit.ui.date.DateTextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.MonthDaysGrid" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.MonthDaysGrid.html">zebkit.ui.date.MonthDaysGrid</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.MonthDaysGrid.DayPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.MonthDaysGrid.DayPan.html">zebkit.ui.date.MonthDaysGrid.DayPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.PopupCalendarMix" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.PopupCalendarMix.html">zebkit.ui.date.PopupCalendarMix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.design.FormTreeModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.design.FormTreeModel.html">zebkit.ui.design.FormTreeModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.design.ShaperBorder" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.design.ShaperBorder.html">zebkit.ui.design.ShaperBorder</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.design.ShaperPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.design.ShaperPan.html">zebkit.ui.design.ShaperPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.DrawFocusMarker" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.DrawFocusMarker.html">zebkit.ui.DrawFocusMarker</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.Clipboard" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.Clipboard.html">zebkit.ui.event.Clipboard</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.CompEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.CompEvent.html">zebkit.ui.event.CompEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.CursorManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.CursorManager.html">zebkit.ui.event.CursorManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.EventManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.EventManager.html">zebkit.ui.event.EventManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.FocusEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.FocusEvent.html">zebkit.ui.event.FocusEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.FocusManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.FocusManager.html">zebkit.ui.event.FocusManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.KeyEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.KeyEvent.html">zebkit.ui.event.KeyEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.Manager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.Manager.html">zebkit.ui.event.Manager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.MenuEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.MenuEvent.html">zebkit.ui.event.MenuEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.PointerEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.PointerEvent.html">zebkit.ui.event.PointerEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.ShortcutEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.ShortcutEvent.html">zebkit.ui.event.ShortcutEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.ShortcutManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.ShortcutManager.html">zebkit.ui.event.ShortcutManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.TrackInputEventState" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.TrackInputEventState.html">zebkit.ui.event.TrackInputEventState</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.WinEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.WinEvent.html">zebkit.ui.event.WinEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.EvStatePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.EvStatePan.html">zebkit.ui.EvStatePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.FireEventRepeatedly" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.FireEventRepeatedly.html">zebkit.ui.FireEventRepeatedly</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.BaseCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.BaseCaption.html">zebkit.ui.grid.BaseCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CaptionViewProvider" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CaptionViewProvider.html">zebkit.ui.grid.CaptionViewProvider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CellSelectMode" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CellSelectMode.html">zebkit.ui.grid.CellSelectMode</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CellsVisibility" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CellsVisibility.html">zebkit.ui.grid.CellsVisibility</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.ColSelectMode" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.ColSelectMode.html">zebkit.ui.grid.ColSelectMode</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CompGridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CompGridCaption.html">zebkit.ui.grid.CompGridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CompGridCaption.TitlePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CompGridCaption.TitlePan.html">zebkit.ui.grid.CompGridCaption.TitlePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.DefEditors" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.DefEditors.html">zebkit.ui.grid.DefEditors</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.DefViews" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.DefViews.html">zebkit.ui.grid.DefViews</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.Grid" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.Grid.html">zebkit.ui.grid.Grid</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.GridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.GridCaption.html">zebkit.ui.grid.GridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.GridStretchPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.GridStretchPan.html">zebkit.ui.grid.GridStretchPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.LeftCompGridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.LeftCompGridCaption.html">zebkit.ui.grid.LeftCompGridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.LeftGridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.LeftGridCaption.html">zebkit.ui.grid.LeftGridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.Metrics" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.Metrics.html">zebkit.ui.grid.Metrics</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.RowSelectMode" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.RowSelectMode.html">zebkit.ui.grid.RowSelectMode</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.StrippedRows" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.StrippedRows.html">zebkit.ui.grid.StrippedRows</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Group" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Group.html">zebkit.ui.Group</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.HostDecorativeViews" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.HostDecorativeViews.html">zebkit.ui.HostDecorativeViews</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ImageLabel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ImageLabel.html">zebkit.ui.ImageLabel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ImagePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ImagePan.html">zebkit.ui.ImagePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Label" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Label.html">zebkit.ui.Label</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Line" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Line.html">zebkit.ui.Line</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.LinearRulerPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.LinearRulerPan.html">zebkit.ui.LinearRulerPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Link" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Link.html">zebkit.ui.Link</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.List" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.List.html">zebkit.ui.List</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.List.ViewProvider" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.List.ViewProvider.html">zebkit.ui.List.ViewProvider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Menu" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Menu.html">zebkit.ui.Menu</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Menubar" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Menubar.html">zebkit.ui.Menubar</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.MenuItem" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.MenuItem.html">zebkit.ui.MenuItem</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.MobileScrollMan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.MobileScrollMan.html">zebkit.ui.MobileScrollMan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Panel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Panel.html">zebkit.ui.Panel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PassTextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PassTextField.html">zebkit.ui.PassTextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PointRulerPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PointRulerPan.html">zebkit.ui.PointRulerPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PointRulerPan.DeltaPointsGenerator" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PointRulerPan.DeltaPointsGenerator.html">zebkit.ui.PointRulerPan.DeltaPointsGenerator</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PointRulerPan.PointsGenerator" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PointRulerPan.PointsGenerator.html">zebkit.ui.PointRulerPan.PointsGenerator</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PopupLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PopupLayer.html">zebkit.ui.PopupLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PopupLayerMix" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PopupLayerMix.html">zebkit.ui.PopupLayerMix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Progress" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Progress.html">zebkit.ui.Progress</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Radiobox" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Radiobox.html">zebkit.ui.Radiobox</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RootLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RootLayer.html">zebkit.ui.RootLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RootLayerMix" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RootLayerMix.html">zebkit.ui.RootLayerMix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RulerPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RulerPan.html">zebkit.ui.RulerPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RulerPan.NumLabels" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RulerPan.NumLabels.html">zebkit.ui.RulerPan.NumLabels</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RulerPan.PercentageLabels" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RulerPan.PercentageLabels.html">zebkit.ui.RulerPan.PercentageLabels</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Scroll" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Scroll.html">zebkit.ui.Scroll</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ScrollManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ScrollManager.html">zebkit.ui.ScrollManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ScrollPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ScrollPan.html">zebkit.ui.ScrollPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Slider" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Slider.html">zebkit.ui.Slider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.SplitPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.SplitPan.html">zebkit.ui.SplitPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.StackPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.StackPan.html">zebkit.ui.StackPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.StatePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.StatePan.html">zebkit.ui.StatePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.StatusBarPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.StatusBarPan.html">zebkit.ui.StatusBarPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Tabs" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Tabs.html">zebkit.ui.Tabs</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Tabs.TabView" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Tabs.TabView.html">zebkit.ui.Tabs.TabView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TextArea" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TextArea.html">zebkit.ui.TextArea</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TextField.html">zebkit.ui.TextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TextField.HintRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TextField.HintRender.html">zebkit.ui.TextField.HintRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Toolbar" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Toolbar.html">zebkit.ui.Toolbar</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Tooltip" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Tooltip.html">zebkit.ui.Tooltip</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TooltipManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TooltipManager.html">zebkit.ui.TooltipManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.BaseTree" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.BaseTree.html">zebkit.ui.tree.BaseTree</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.CompTree" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.CompTree.html">zebkit.ui.tree.CompTree</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.DefEditors" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.DefEditors.html">zebkit.ui.tree.DefEditors</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.DefViews" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.DefViews.html">zebkit.ui.tree.DefViews</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.Tree" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.Tree.html">zebkit.ui.tree.Tree</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ViewPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ViewPan.html">zebkit.ui.ViewPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.CursorManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.CursorManager.html">zebkit.ui.web.CursorManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlCanvas" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlCanvas.html">zebkit.ui.web.HtmlCanvas</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlElement" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlElement.html">zebkit.ui.web.HtmlElement</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlFocusableElement" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlFocusableElement.html">zebkit.ui.web.HtmlFocusableElement</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlLayer.html">zebkit.ui.web.HtmlLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlLink" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlLink.html">zebkit.ui.web.HtmlLink</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlScrollContent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlScrollContent.html">zebkit.ui.web.HtmlScrollContent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlTextArea" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlTextArea.html">zebkit.ui.web.HtmlTextArea</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlTextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlTextField.html">zebkit.ui.web.HtmlTextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlTextInput" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlTextInput.html">zebkit.ui.web.HtmlTextInput</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlWindow" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlWindow.html">zebkit.ui.web.HtmlWindow</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.PopupLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.PopupLayer.html">zebkit.ui.web.PopupLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.RootLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.RootLayer.html">zebkit.ui.web.RootLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.VideoPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.VideoPan.html">zebkit.ui.web.VideoPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.WinLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.WinLayer.html">zebkit.ui.web.WinLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Window" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Window.html">zebkit.ui.Window</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.WinLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.WinLayer.html">zebkit.ui.WinLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.zCanvas" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.zCanvas.html">zebkit.ui.zCanvas</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.URI" name="allClassesItem">
<td>
<a href="../classes/zebkit.URI.html">zebkit.URI</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.Position" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.Position.html">zebkit.util.Position</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.Position.Metric" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.Position.Metric.html">zebkit.util.Position.Metric</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.SingleColPosition" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.SingleColPosition.html">zebkit.util.SingleColPosition</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.TasksSet" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.TasksSet.html">zebkit.util.TasksSet</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.TasksSet.Task" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.TasksSet.Task.html">zebkit.util.TasksSet.Task</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.Clipboard" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.Clipboard.html">zebkit.web.Clipboard</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.KeyEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.KeyEvent.html">zebkit.web.KeyEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.KeyEventUninfier" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.KeyEventUninfier.html">zebkit.web.KeyEventUninfier</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.MouseWheelSupport" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.MouseWheelSupport.html">zebkit.web.MouseWheelSupport</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.PointerEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.PointerEvent.html">zebkit.web.PointerEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.PointerEventUnifier" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.PointerEventUnifier.html">zebkit.web.PointerEventUnifier</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Zson" name="allClassesItem">
<td>
<a href="../classes/zebkit.Zson.html">zebkit.Zson</a>
</td>
</tr>
</table>
</div>
</div>
<script>
var root = document.getElementById("allClasses");
document.getElementById("search").addEventListener('input', function(e) {
var items = document.getElementsByName("allClassesItem"),
value = this.value.trim().toLowerCase();
for(var i = 0; i < items.length; i++) {
var item = items[i];
if (value.length < 3 || item.getAttribute("className").toLowerCase().indexOf(value) >= 0) {
item.style.display = "block";
} else {
item.style.display = "none";
};
}
});
</script> </div>
</td>
<td valign="top" align="left">
<div id="main" class="yui3-u">
<div class="content">
<div class="hd">
<table width="100%">
<tr>
<td>
<strong>
Class
</strong>
<strong class="name"">
zebkit.ui.event.KeyEvent
</strong>
<br/>
<strong>
extends
</strong>
<span class="type"><<a href="../classes/zebkit.Event.html" class="crosslink">zebkit.Event</a>></span>
</td>
<td align="right" valign="top">
<a href="../classes/zebkit.ui.event.html">
<zebkit.ui.event>
</a>
</td>
<tr>
</table>
</div>
<br/>
<div class="intro">
<p>Input key event class.</p>
</div>
<strong>Constructor:</strong><a name="methods_zebkit.ui.event.KeyEvent"></a>
<div class="method item">
<span class="foundat">
</span>
<strong class="name"><code>zebkit.ui.event.KeyEvent</code> (<code> </code>)</strong>
<br/>
</div>
<br/>
<br/>
<div id="classdocs">
<ul>
<li>
<a href="#methods">
Methods
</a>
</li>
<li>
<a href="#attrs">
Attributes
</a>
</li>
<li>
<a href="#implementations">
Direct implementations
</a>
</li>
</ul>
<div>
<div id="methods">
<div class="bd">
<br/>
</div>
<table>
<tr>
<td><a name="methods_getModifierState"></a>
<div class="method item">
<span class="foundat">
</span>
<strong> public </strong>
<span class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</span>
<strong class="name"><code>getModifierState</code> (<code>m</code>)</strong>
<br/>
<p>Get the given modifier key state. The following modifier key codes are supported:
"Meta", "Control", "Shift", "Alt".</p>
<br/>
<strong>Parameters:</strong>
<ul class="params">
<li>
<span class="name"><code>m</code></span>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</strong>
<p>a modifier key code</p>
</li>
</ul>
<br/>
<div class="returns">
<strong>
Returns:
</strong>
<span class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</span>
<p>true if the modifier key state is pressed.</p>
</div>
</div>
</td>
</tr>
</table>
</div>
<div id="attrs">
<br/><br/>
<div class="attrs">
<strong>Inherited attributes:</strong>
<br/>
<div style="padding:6px;">
<small style="white-space: nowrap;">
<strong> public </strong>
<img title="readonly" width="14" height="14" src="../assets/css/lock.png" />
<strong class="type">
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a>
</strong>
<a href="zebkit.Event.html#atttrs_source">
source
</a>
</small>
</div>
<br/><br/>
</div>
<br/>
<table>
<tr>
<td>
<a name="attrs_altKey"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</strong>
<strong class="name" style="color:orange;">
<code>altKey</code>
</strong>
<br>
<p>Boolean that shows state of ALT key.</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_code"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<Strung>
</strong>
<strong class="name" style="color:orange;">
<code>code</code>
</strong>
<br>
<p>A code of a pressed key</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_ctrlKey"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</strong>
<strong class="name" style="color:orange;">
<code>ctrlKey</code>
</strong>
<br>
<p>Boolean that shows state of CTRL key.</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_device"></a>
<div class="attrs item">
<strong> public </strong>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</strong>
<strong class="name" style="color:orange;">
<code>device</code>
</strong>
<br>
<p>Input device type. Can be for instance "keyboard", vkeyboard" (virtual keyboard)</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_key"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</strong>
<strong class="name" style="color:orange;">
<code>key</code>
</strong>
<br>
<p>A pressed key</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_metaKey"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</strong>
<strong class="name" style="color:orange;">
<code>metaKey</code>
</strong>
<br>
<p>Boolean that shows state of META key.</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_repeat"></a>
<div class="attrs item">
<strong> public </strong>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a>>
</strong>
<strong class="name" style="color:orange;">
<code>repeat</code>
</strong>
<br>
<p>Repeat counter</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_shiftKey"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</strong>
<strong class="name" style="color:orange;">
<code>shiftKey</code>
</strong>
<br>
<p>Boolean that shows state of SHIFT key.</p>
</div>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
<a name="attrs_timeStamp"></a>
<div class="attrs item">
<strong> public </strong>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a>>
</strong>
<strong class="name" style="color:orange;">
<code>timeStamp</code>
</strong>
<br>
<p>Time stamp</p>
</div>
</td>
</tr>
</table>
</div>
<div id="implementations">
<br/>
<ul style="column-count:2;column-gap:20px;list-style:none;">
<li>
<a href="zebkit.web.KeyEvent.html">
zebkit.web.KeyEvent
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/js/tabs.js"></script>
</body>
</html>
|
dist/styles/landing.css
|
robotscissors/bloc-jams-angular
|
body.landing {
background-color: rgb(58,23,63);
}
.hero-content .hero-title {
position: absolute;
top: 40%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
font-size: 4rem;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.5rem;
text-shadow: 1px 1px 0px rgb(58,23,63);
}
.selling-points {
position: relative;
}
.point {
position: relative;
padding: 2rem;
text-align: center;
opacity: 1;
-webkit-transform: scaleX(0.9) translateY(3rem);
-moz-transform: scaleX(0.9) translateY(3rem);
transform: scaleX(0.9) translateY(3rem);
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.point .point-title {
font-size: 1.25rem;
}
.ion-music-note,
.ion-radio-waves,
.ion-iphone {
color: rgb(233,50,117);
font-size: 5rem;
}
|
playbulb-candle/styles.css
|
scheib/webbluetoothcg-demos
|
body {
margin: 0 auto;
background-color: #333;
max-width: 300px;
font-family: Roboto;
color: white;
}
canvas {
margin-top: 20px;
cursor: crosshair;
}
label {
display: block !important;
height: 28px !important;
}
body.connected #step1 {
display: none;
}
#step1 {
display: inherit;
}
body #step2 {
display: none;
}
body.connected #step2 {
display: inherit;
}
body.connecting #loading {
display: block;
text-align: center;
padding-top: 24px;
}
#title {
font-family: Roboto;
color: rgb(255, 255, 255);
font-size: 24px;
letter-spacing: -.02em;
text-align: center;
width: 100%;
padding: 12px 0;
padding-top: 340px;
}
#loading {
display: none;
}
#deviceName {
font-family: Roboto;
background: transparent;
border: 0;
color: rgb(255, 255, 255);
font-size: 24px;
letter-spacing: -.02em;
text-align: center;
width: 100%;
outline: none;
margin: 12px 0;
}
#stats {
background-color: #222222;
margin: 12px 0;
padding: 12px;
color: rgb(169, 169, 169);
border-radius: 4px;
}
#batteryLevel::before {
content: 'Battery: ';
}
#connect {
color: white;
background-color: #4CAF50;
width: 100%;
font-weight: bold;
display: none;
}
#buttons {
background-color: #222222;
margin: 0 0 12px 0;
padding: 12px;
border-radius: 4px;
letter-spacing: -0.02em;
}
#no-bluetooth {
display: none;
}
.no-bluetooth-card-square.mdl-card {
width: 100%;
min-height: 160px !important;
}
.no-bluetooth-card-square > .mdl-card__title {
color: #fff;
background: #c33;
}
#view-source {
margin: 24px 0;
}
#view-source a {
display: flex;
align-items: center;
justify-content: center;
color: inherit;
text-decoration: initial;
}
#view-source a img {
width: 16px;
height: 16px;
padding-right: 6px;
}
#view-source a:hover {
text-decoration: underline;
}
|
Opera Extension/Repro Now/popup.html
|
VinayendraTN/ReproNow
|
<link rel="stylesheet" href="bootstrap.min.css" >
<script src="jquery-3.2.1.slim.min.js"></script>
<script src="popper.min.js"></script>
<script src="bootstrap.min.js"></script>
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<style type="text/css">
.navbar{
display:block;
}
.card{
width:300px;
height:350px;
overflow-y:auto;
}
.card-block{
text-align: center;
padding-top:5%;
}
.form{
padding-left:10%;
padding-top:5%;
font-size: 14px;
display:block;
}
.textbox{
width:90%;
font-size: 14px;
line-height: 1;
}
.hidebutton{
display: none;
}
.TextBoxName{
padding-right:5%;
}
.selectOption{
width:90%;
}
.bottomBar{
cursor: pointer;
float: bottom;
bottom: 0px;
position: absolute;
width:150px;
margin-bottom: 0;
border-bottom-right-radius: 0rem;
border-bottom-left-radius: .25rem;
}
.topBar{
cursor: pointer;
float: top;
top: 0px;
position: relative;
}
.pointer{
cursor: pointer;
}
.buttongp{
padding-top:10px;
padding-bottom:0px;
}
.list-group-item{
padding-left:0.75rem;
padding-right:0.75rem;
}
.actionButton{
margin-bottom:0px;
margin-right:10px;
line-height: 1.5;
}
.buttonIcons{
line-height: 1.0;
}
.videoName{
font-size: 14px;
}
.setright{
right: 0px;
}
</style>
<div class="card">
<nav class="navbar navbar-inverse"> <!--bg-primary-->
<!--div style="color:white;">ReproNow</div-->
<!--div class="navbar-brand" align="center"-->
<center>
<img src="Complete_Logo.png" height="14" alt="">
</center>
</nav>
<div class="mainPage">
<div class="card-block">
<button type="button" id="start" class="btn btn-success">
<span class="fa fa-video-camera" aria-hidden="true"></span> Start Recording
</button>
<button type="button" id="stop" class="btn btn-danger hidebutton">
<span class="fa fa-video-camera" aria-hidden="true"></span> Stop Recording
</button>
</div>
<form>
<div class="form">
<div class="form-group">
<label for="recName" class="TextBoxName" >Name </label>
<input type="text" class="form-control textbox" id="recName" value="Record_1243">
</div>
<div class="form-group selectOption">
<label for="SelectedOption" class="TextBoxName" >Option</label>
<select class="custom-select" id="SelectedOption">
<option selected value="ActiveAndNavigated">Capture network of active tab and navigated tabs</option>
<option value="OnlyActive">Capture network of most recent activated tab</option>
<option value="OnlySelected">Capture network of only current tab [URL bar won't be shown]</option>
<option value="AllTabs">Capture network of all tabs</option>
</select>
</div>
</div>
<!--div class="bg-faded list-group-item list-group-item-action bottomBar"><div style="text-align: center;">View History <i class="fa fa-history fa-2" aria-hidden="true"></i></div-->
<div class="bg-faded list-group-item list-group-item-action bottomBar historyBut"><div style="text-align: center;">History <i class="fa fa-history fa-2" aria-hidden="true"></i></div>
</div>
<div class="bg-faded list-group-item list-group-item-action bottomBar setright uploadBut"><div style="text-align: center;">Previewer <i class="fa fa-eye fa-2" aria-hidden="true"></i></div>
</div>
</form>
</div>
<div class="secondPage" style="display:none">
<div class="bg-faded list-group-item list-group-item-action topBar"><div style="text-align: center;"><i class="fa fa-undo fa-2" aria-hidden="true"></i> Back</div>
</div>
<div id="listgrp" class="list-group">
</div>
</div>
</div>
<script src="popup.js"></script>
|
_posts/network/rcamden/2015-05-15-suggestions-for-database-syncing-with-phonegap-cordova.html
|
phonegap/blog
|
---
title: Suggestions for Database Syncing with PhoneGap/Cordova
date: 2015-05-15 12:55:54 Z
tags:
- PhoneGap Network
type: post
format: html
external: true
status: publish
author: Raymond Camden
link: http://www.raymondcamden.com/2015/05/15/suggestions-for-database-syncing-with-phonegapcordova
---
Shai asked me an interesting question that I thought would be good to discuss here, and get feedback from my audience. Their question was: Hello Ray, I'm a long follower of your blog. I am also a MobileFirst & PhoneGap developer. I wanted to consult with you, if I may, what is your suggestion about […]
|
doc/0.9.12-incubating/guacamole-ext/org/apache/guacamole/token/package-frame.html
|
mike-jumper/incubator-guacamole-website
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sat Mar 18 18:54:07 PDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.guacamole.token (guacamole-ext 0.9.12-incubating API)</title>
<meta name="date" content="2017-03-18">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../org/apache/guacamole/token/package-summary.html" target="classFrame">org.apache.guacamole.token</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="StandardTokens.html" title="class in org.apache.guacamole.token" target="classFrame">StandardTokens</a></li>
<li><a href="TokenFilter.html" title="class in org.apache.guacamole.token" target="classFrame">TokenFilter</a></li>
</ul>
</div>
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75289145-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
docs/apidocs/com/cloudera/oryx/ml/package-tree.html
|
OryxProject/oryx
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.cloudera.oryx.ml Class Hierarchy (Oryx 2.8.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.cloudera.oryx.ml Class Hierarchy (Oryx 2.8.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/cloudera/oryx/lambda/speed/package-tree.html">Prev</a></li>
<li><a href="../../../../com/cloudera/oryx/ml/param/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/cloudera/oryx/ml/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 com.cloudera.oryx.ml</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">com.cloudera.oryx.ml.<a href="../../../../com/cloudera/oryx/ml/MLUpdate.html" title="class in com.cloudera.oryx.ml"><span class="typeNameLink">MLUpdate</span></a><M> (implements com.cloudera.oryx.api.batch.<a href="../../../../com/cloudera/oryx/api/batch/BatchLayerUpdate.html" title="interface in com.cloudera.oryx.api.batch">BatchLayerUpdate</a><K,M,U>)</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/cloudera/oryx/lambda/speed/package-tree.html">Prev</a></li>
<li><a href="../../../../com/cloudera/oryx/ml/param/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/cloudera/oryx/ml/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014–2018. All rights reserved.</small></p>
</body>
</html>
|
Blog_Spring/target/classes/static/index.html
|
esaezgil/trainingUPM
|
<html>
<head>
<meta charset="UTF-8" />
</head>
<body>
<h1>Blog de Enrique Saez Gil</h1>
<form action="newEntry" method="post">
<p>
<b>Nueva entrada de Blog :</b>
</p>
<br></br>
<p align="left">
<b>Nombre:</b> <input type='text' name='nombre' />
</p>
<p align="left">
<b>Título</b> <input type='text' name='titulo' />
</p>
<p align="left">
<b>Comentario</b>
<TEXTAREA name='mensaje' ROWS=4 COLS=40></TEXTAREA>
</p>
<input type='submit' name ='insertar' value='Enviar' />
</form>
</body>
</html>
|
client/htmls/private/ajax/Settings/projWizard.html
|
Durgesh1988/core
|
<form action="" id="myForm3" class="content">
<div class="widget-box">
<div class="widget-header">
<h4 class="widget-margin" style="color:black;">Create Project
<span class="widget-toolbar no-border">
<div class="wizardAdd">
<a href="ajax/Settings/projWizard.html" id="createNewProj" style="margin-right:11px;" class="btn btn-primary"><i class="ace-icon ace-icon fa fa-plus bigger-110"></i> Add New Project</a>
</div>
</span>
</h4>
</div>
<div class="widget-body">
<div class="widget-main" style="min-height:200px">
<div class="jarviswidget" id="wid-id-3" data-widget-editbutton="false" data-widget-custombutton="false">
<div>
<div class="widget-body no-padding">
<div class="col-lg-6 col-md-6">
<label for="name">Name:<span class="control-label redSpan"> *</span></label>
<label id="msgOrgName" style="display:none;color:red;float:right;">Required</label>
<br>
<input autofocus name="ctl00$MainContent$orgname" value="" id="projectname" class="form-control" type="text" cdata="catalyst" cat-validation="required,nospecial,max15,nospace" unique="true" uniqueconditionedby="projectname,orgname,productgroupname">
</div>
<div class="col-lg-6 col-md-6">
<label for="name">Description:</label>
<input name="ctl00$MainContent$orgname" value="" id="description" class="form-control" type="text" cdata="catalyst" maxlength="50">
</div>
<div class="col-lg-6 col-md-6" style="margin-top:25px;">
<label for="">Organization:<span class="control-label redSpan"> *</span></label>
<select id="orgname" class="chooseOrganization form-control width-100" linkedfields="['productgroupname','environmentname','teamname']" cdata="catalyst" cat-validation="required">
</select>
</div>
<div class="col-lg-6 col-md-6" style="margin-top:25px;">
<label for="">Business Group:<span class="control-label redSpan"> *</span></label>
<select id="productgroupname" class="chooseBG form-control width-100" linkedto="orgname" cdata="catalyst" cat-validation="required">
</select>
</div>
<div class="col-lg-6 col-md-6 smart-form hidden" style="margin-top:25px;">
<label for="category">Environments:</label>
<div id="environmentname" multiselect="multiselect" datatype="select" sourcepath="3" datapath="masterjson.rows.row" linkedto="orgname" class="input-group from-control col-md-12 widthBox" cdata="catalyst">
</div>
</div>
<!-- end widget content -->
</div>
</div>
</div>
</div>
</div>
<div class="widget-toolbox clearfix">
<div class="btn-group pull-right">
<button name="next1" id="saveProj" style="margin-right:11px;" class="saveFormWizard saveProjWizard btn btn-primary"><i class="ace-icon fa fa-check bigger-110"></i> Save</i></button>
<input type="button" disabled="disabled" name="next1" id="nextProjWizard" class="nextFormWizard btn btn-primary" value="Next"/>
</div>
</div>
</div>
</form>
<script>
//to get the businessGroupname corresponding to the organisation.
function getBusinessGroupName(orgId) {
$.get('/d4dMasters/readmasterjsonnew/2', function(data) {
for (var i = 0; i < data.length; i++) {
if (data[i].orgname_rowid[0] === orgId) {
var $option = $('<option></option>').val(data[i].productgroupname).attr('rowid', data[i].rowid).html(data[i].productgroupname);
$('#productgroupname').append($option);
}
}
});
}
//if orgId already available
if (selectedDropdownValue) {
$('.btn-2 a').parent('.bwizard-steps li').removeClass('active').addClass('green-btn');
$('.btn-3 a').parent('.bwizard-steps li').removeClass('active').addClass('green-btn');
var $optionSelect = $('<option></option').val(orgForBg).attr('rowid', selectedDropdownValue).html(orgForBg);
$('#orgname').append($optionSelect);
getBusinessGroupName(selectedDropdownValue);
$('.nextFormWizard').removeAttr('disabled');
} else {
$('.btn-3 a').removeClass('not-activeAnchor');
orgNameForSetup = $('#orgDropdown option:last').attr('rowid');
orgIdForSetup = $('#orgDropdown option:last').val();
$('#orgDropdown option:last').attr('selected', 'selected')
var $optionSelect = $('<option></option').val(orgNameForSetup).attr('rowid', orgIdForSetup).html(orgNameForSetup);
$('#orgname').append($optionSelect);
$('#orgname').change(function(e) {
$('#productgroupname').empty();
var orgValue = $('#orgname option:selected').attr('rowid');
orgValueSelected = $('#orgname option:selected').attr('rowid');
getBusinessGroupName(orgIdForSetup);
});
}
$('#orgname').trigger('change');
enableUniqueCheckingForInputs(4);
//form submit for project.
$('#myForm3').submit(function() {
$(this).validate();
if ($(this).valid) {
if (!saveform('4')) {
return false;
}
} else {
toastr.error('invalid form submitted'); // for demo
}
return false; // for demo
});
$('#createNewProj').click(function(e){
$('.content').empty();
e.preventDefault();
$('.content').load(this.getAttribute('href'));
});
$(".nextFormWizard").click(function() {
$('#wizardActionListLoader').show();
$('#configManagement a').attr('href','ajax/Settings/configManagementWizard.html');
$('#configManagement a').trigger('click');
$('#startConfig a, #orgConfiguration a').addClass('green-btn').removeClass('process-btn');
$('.wizardFlow').empty();
toastr.success('Step 1 - Org Setup Completed');
$('#createNew').removeClass('hidden');
$('#cancelWizard').addClass('hidden');
});
</script>
|
_includes/social-buttons.html
|
mailopl/sass-bootstrap
|
<div class="bs-social">
<ul class="bs-social-buttons">
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=alademann&repo=sass-bootstrap&type=watch&count=true" width="100" height="20" title="Star on Github"></iframe>
</li>
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=alademann&repo=sass-bootstrap&type=fork&count=true" width="100" height="20" title="Fork on Github"></iframe>
</li>
</ul>
</div>
|
Hash/css.css
|
RomanZavodskikh/iLab
|
.list_declaration
{
border: outset black 2px;
background: yellow;
}
.attention
{
color: red;
font-size: 125%;
}
.msg
{
border: outset black 4px;
background: red;
}
.hash_declaration
{
border: outset black 6px;
background: green;
padding: 0 10 0 10;
}
|
Proyecto/librerias/jdatechooser_bin_doc_1_1_1/javadoc/datechooser/controller/DateChooseController.html
|
AndresJMM/Proyecto
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_09) on Wed Aug 01 14:02:12 EEST 2007 -->
<TITLE>
DateChooseController (DateChooser javadoc)
</TITLE>
<META NAME="keywords" CONTENT="datechooser.controller.DateChooseController interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="DateChooseController (DateChooser javadoc)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DateChooseController.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../datechooser/controller/ControllerException.html" title="class in datechooser.controller"><B>PREV CLASS</B></A>
<A HREF="../../datechooser/controller/EventHandler.html" title="class in datechooser.controller"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?datechooser/controller/DateChooseController.html" target="_top"><B>FRAMES</B></A>
<A HREF="DateChooseController.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | 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">
datechooser.controller</FONT>
<BR>
Interface DateChooseController</H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../datechooser/controller/EventHandler.html" title="class in datechooser.controller">EventHandler</A>, <A HREF="../../datechooser/controller/EventHandlerMultiply.html" title="class in datechooser.controller">EventHandlerMultiply</A>, <A HREF="../../datechooser/controller/FooEventHandler.html" title="class in datechooser.controller">FooEventHandler</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>DateChooseController</B></DL>
</PRE>
<P>
Controller interface for daychooser panel.<br>
Общий интерфейс контроллера панели выбора даты.
<P>
<P>
<DL>
<DT><B>Since:</B></DT>
<DD>1.0</DD>
<DT><B>Author:</B></DT>
<DD>Androsov Vadim</DD>
</DL>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></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><A HREF="../../datechooser/controller/DateChooseController.html#reBound()">reBound</A></B>()</CODE>
<BR>
When panel size changes.</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="../../datechooser/controller/DateChooseController.html#setView(datechooser.view.GridPane)">setView</A></B>(<A HREF="../../datechooser/view/GridPane.html" title="class in datechooser.view">GridPane</A> palette)</CODE>
<BR>
Attaches to day selection panel.</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="reBound()"><!-- --></A><H3>
reBound</H3>
<PRE>
void <B>reBound</B>()</PRE>
<DL>
<DD>When panel size changes.<br>
Используется в случаях, когда размер панели меняется.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setView(datechooser.view.GridPane)"><!-- --></A><H3>
setView</H3>
<PRE>
void <B>setView</B>(<A HREF="../../datechooser/view/GridPane.html" title="class in datechooser.view">GridPane</A> palette)</PRE>
<DL>
<DD>Attaches to day selection panel.<br>
Устанавливает панель календаря, подключая к ней себя (контроллер).
<P>
<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/DateChooseController.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../datechooser/controller/ControllerException.html" title="class in datechooser.controller"><B>PREV CLASS</B></A>
<A HREF="../../datechooser/controller/EventHandler.html" title="class in datechooser.controller"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?datechooser/controller/DateChooseController.html" target="_top"><B>FRAMES</B></A>
<A HREF="DateChooseController.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
tests/object_onerror.html
|
liunian/compatibility-detector
|
<html chrome_comp_test='object_onerror'>
<head>
</head>
<body>
<object classid="1" onerror="alert('err')" expectedProblems="BT2022"></object>
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" onerror="alert('err')"></object>
</body>
</html>
|
docs/files/addon_authorizers_osf-token.js.html
|
crcresearch/ember-osf
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>addon/authorizers/osf-token.js - Ember OSF Addon</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="icon" href="../assets/favicon.ico">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="https://cdn.cos.io/static/images/cos_wide.png" title="Ember OSF Addon"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.6.0</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/ajax-helpers.html">ajax-helpers</a></li>
<li><a href="../classes/Analytics.html">Analytics</a></li>
<li><a href="../classes/auth.html">auth</a></li>
<li><a href="../classes/author-link.html">author-link</a></li>
<li><a href="../classes/buildSecondaryNavLinks.html">buildSecondaryNavLinks</a></li>
<li><a href="../classes/CasAuthenticatedRouteMixin.html">CasAuthenticatedRouteMixin</a></li>
<li><a href="../classes/Citation.html">Citation</a></li>
<li><a href="../classes/citation-widget.html">citation-widget</a></li>
<li><a href="../classes/Collection.html">Collection</a></li>
<li><a href="../classes/Comment.html">Comment</a></li>
<li><a href="../classes/comment-detail.html">comment-detail</a></li>
<li><a href="../classes/comment-form.html">comment-form</a></li>
<li><a href="../classes/comment-pane.html">comment-pane</a></li>
<li><a href="../classes/CommentableMixin.html">CommentableMixin</a></li>
<li><a href="../classes/CommentReport.html">CommentReport</a></li>
<li><a href="../classes/Contributor.html">Contributor</a></li>
<li><a href="../classes/current-user.html">current-user</a></li>
<li><a href="../classes/discover-page.html">discover-page</a></li>
<li><a href="../classes/DraftRegistration.html">DraftRegistration</a></li>
<li><a href="../classes/dropzone-widget.html">dropzone-widget</a></li>
<li><a href="../classes/elastic-query.html">elastic-query</a></li>
<li><a href="../classes/elem-id.html">elem-id</a></li>
<li><a href="../classes/eosf-project-nav.html">eosf-project-nav</a></li>
<li><a href="../classes/faceted-search.html">faceted-search</a></li>
<li><a href="../classes/File.html">File</a></li>
<li><a href="../classes/file-browser.html">file-browser</a></li>
<li><a href="../classes/file-browser-icon.html">file-browser-icon</a></li>
<li><a href="../classes/file-chooser component.html">file-chooser component</a></li>
<li><a href="../classes/file-manager.html">file-manager</a></li>
<li><a href="../classes/file-renderer.html">file-renderer</a></li>
<li><a href="../classes/file-version.html">file-version</a></li>
<li><a href="../classes/file-widget.html">file-widget</a></li>
<li><a href="../classes/FileCacheBypassMixin.html">FileCacheBypassMixin</a></li>
<li><a href="../classes/FileItemMixin.html">FileItemMixin</a></li>
<li><a href="../classes/FileProvider.html">FileProvider</a></li>
<li><a href="../classes/FileVersion.html">FileVersion</a></li>
<li><a href="../classes/filterReplace.html">filterReplace</a></li>
<li><a href="../classes/fix-special-char.html">fix-special-char</a></li>
<li><a href="../classes/fix-special-char-helper.html">fix-special-char-helper</a></li>
<li><a href="../classes/fixstring.html">fixstring</a></li>
<li><a href="../classes/GenericDataADapter.html">GenericDataADapter</a></li>
<li><a href="../classes/getDisplayName.html">getDisplayName</a></li>
<li><a href="../classes/HostAppNameMixin.html">HostAppNameMixin</a></li>
<li><a href="../classes/ifFilter.html">ifFilter</a></li>
<li><a href="../classes/InfinityCustomMixin.html">InfinityCustomMixin</a></li>
<li><a href="../classes/Institution.html">Institution</a></li>
<li><a href="../classes/license-picker.html">license-picker</a></li>
<li><a href="../classes/Log.html">Log</a></li>
<li><a href="../classes/Metaschema.html">Metaschema</a></li>
<li><a href="../classes/navbar-auth-dropdown.html">navbar-auth-dropdown</a></li>
<li><a href="../classes/new-navbar-auth-dropdown.html">new-navbar-auth-dropdown</a></li>
<li><a href="../classes/Node.html">Node</a></li>
<li><a href="../classes/NodeActionsMixin.html">NodeActionsMixin</a></li>
<li><a href="../classes/NodeLink.html">NodeLink</a></li>
<li><a href="../classes/oauth-popup.html">oauth-popup</a></li>
<li><a href="../classes/osf-copyright.html">osf-copyright</a></li>
<li><a href="../classes/osf-footer.html">osf-footer</a></li>
<li><a href="../classes/osf-mode-footer.html">osf-mode-footer</a></li>
<li><a href="../classes/osf-navbar.html">osf-navbar</a></li>
<li><a href="../classes/osf-paginator.html">osf-paginator</a></li>
<li><a href="../classes/osf-services.html">osf-services</a></li>
<li><a href="../classes/OsfAdapter.html">OsfAdapter</a></li>
<li><a href="../classes/OsfAgnosticAuthController.html">OsfAgnosticAuthController</a></li>
<li><a href="../classes/OsfAgnosticAuthRoute.html">OsfAgnosticAuthRoute</a></li>
<li><a href="../classes/OsfCookieAuthenticator.html">OsfCookieAuthenticator</a></li>
<li><a href="../classes/OsfCookieAuthorizer.html">OsfCookieAuthorizer</a></li>
<li><a href="../classes/OsfCookieLoginController.html">OsfCookieLoginController</a></li>
<li><a href="../classes/OsfCookieLoginRoute.html">OsfCookieLoginRoute</a></li>
<li><a href="../classes/OsfModel.html">OsfModel</a></li>
<li><a href="../classes/OsfSerializer.html">OsfSerializer</a></li>
<li><a href="../classes/OsfTokenAuthenticator.html">OsfTokenAuthenticator</a></li>
<li><a href="../classes/OsfTokenAuthorizer.html">OsfTokenAuthorizer</a></li>
<li><a href="../classes/OsfTokenLoginControllerMixin.html">OsfTokenLoginControllerMixin</a></li>
<li><a href="../classes/OsfTokenLoginRouteMixin.html">OsfTokenLoginRouteMixin</a></li>
<li><a href="../classes/PaginatedControllerMixin.html">PaginatedControllerMixin</a></li>
<li><a href="../classes/PaginatedRouteMixin.html">PaginatedRouteMixin</a></li>
<li><a href="../classes/pagination-control.html">pagination-control</a></li>
<li><a href="../classes/permissions.html">permissions</a></li>
<li><a href="../classes/Preprint.html">Preprint</a></li>
<li><a href="../classes/providerRegex.html">providerRegex</a></li>
<li><a href="../classes/Registration.html">Registration</a></li>
<li><a href="../classes/RegistrationActionsMixin.html">RegistrationActionsMixin</a></li>
<li><a href="../classes/search-dropdown.html">search-dropdown</a></li>
<li><a href="../classes/search-facet-daterange.html">search-facet-daterange</a></li>
<li><a href="../classes/search-facet-language.html">search-facet-language</a></li>
<li><a href="../classes/search-facet-locked.html">search-facet-locked</a></li>
<li><a href="../classes/search-facet-source.html">search-facet-source</a></li>
<li><a href="../classes/search-facet-typeahead.html">search-facet-typeahead</a></li>
<li><a href="../classes/search-facet-worktype.html">search-facet-worktype</a></li>
<li><a href="../classes/search-facet-worktype-button.html">search-facet-worktype-button</a></li>
<li><a href="../classes/search-facet-worktype-hierarchy.html">search-facet-worktype-hierarchy</a></li>
<li><a href="../classes/search-help-modal.html">search-help-modal</a></li>
<li><a href="../classes/search-result.html">search-result</a></li>
<li><a href="../classes/service-links.html">service-links</a></li>
<li><a href="../classes/sign-up.html">sign-up</a></li>
<li><a href="../classes/sortOptionDisplay.html">sortOptionDisplay</a></li>
<li><a href="../classes/TaggableMixin.html">TaggableMixin</a></li>
<li><a href="../classes/tags-widget.html">tags-widget</a></li>
<li><a href="../classes/Taxonomy.html">Taxonomy</a></li>
<li><a href="../classes/theme.html">theme</a></li>
<li><a href="../classes/total-share-results.html">total-share-results</a></li>
<li><a href="../classes/User.html">User</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/adapters.html">adapters</a></li>
<li><a href="../modules/authenticators.html">authenticators</a></li>
<li><a href="../modules/authorizers.html">authorizers</a></li>
<li><a href="../modules/components.html">components</a></li>
<li><a href="../modules/const.html">const</a></li>
<li><a href="../modules/ember-osf.html">ember-osf</a></li>
<li><a href="../modules/helpers.html">helpers</a></li>
<li><a href="../modules/mixins.html">mixins</a></li>
<li><a href="../modules/models.html">models</a></li>
<li><a href="../modules/serializers.html">serializers</a></li>
<li><a href="../modules/services.html">services</a></li>
<li><a href="../modules/transforms.html">transforms</a></li>
<li><a href="../modules/utils.html">utils</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: addon/authorizers/osf-token.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
import Base from 'ember-simple-auth/authorizers/base';
/**
* @module ember-osf
* @submodule authorizers
*/
/**
* Ember-simple-auth compatible authorizer based on OAuth2 bearer tokens.
*
* Intended to be used with the authenticator of the same name.
*
* @class OsfTokenAuthorizer
* @extends ember-simple-auth/BaseAuthorizer
*/
export default Base.extend({
authorize(sessionData, setHeader) {
setHeader('Authorization', `Bearer ${sessionData.attributes.accessToken}`);
}
});
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
mobile_citizenrequest/src/offline.html
|
lheberlie/mobile-webapps-js
|
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no">
<!--
Apple-Specific Meta Tag Keys
https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193-SW2
-->
<!-- // Safari iOS apps only -->
<!-- Sets whether a web application runs in full-screen mode -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Sets the style of the status bar for a web application -->
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- // Chrome for Android -->
<meta name="mobile-web-app-capable" content="yes">
<title>esrijs mobile boilerplate</title>
</head>
<body>
<h1>You need a network connection to view this content.</h1>
</body>
</html>
|
samples/Elmah.Io.Umbraco.HealthChecksExample/Umbraco/Views/install/user.html
|
elmahio/elmah.io.umbraco
|
<div ng-controller="Umbraco.Install.UserController">
<h1>Install Umbraco 8</h1>
<p>Enter your name, email and password to install Umbraco 8 with its default settings, alternatively you can customize your installation</p>
<form name="myForm" class="form-horizontal" novalidate ng-submit="validateAndInstall();">
<div class="row">
<div class="span8">
<div class="pull-right">
<div class="control-group">
<label class="control-label" for="name">Name</label>
<div class="controls">
<input type="text" id="name" name="name" placeholder="Full name" required ng-model="installer.current.model.name" />
</div>
</div>
<div class="control-group">
<label class="control-label" for="email">Email</label>
<div class="controls">
<input type="email" id="email" name="email" placeholder="you@example.com" val-email required ng-model="installer.current.model.email" />
<small class="inline-help">Your email will be used as your login</small>
</div>
</div>
<div class="control-group">
<label class="control-label" for="password">Password</label>
<div class="controls">
<!-- why isn't this masked: https://www.nngroup.com/articles/stop-password-masking/ -->
<input type="text" name="installer.current.model.password"
ng-minlength="{{installer.current.model.minCharLength}}"
ng-pattern="passwordPattern"
autocorrect="off"
autocapitalize="off"
autocomplete="off"
required
ng-model="installer.current.model.password" id="password" />
<small class="inline-help">At least {{installer.current.model.minCharLength}} characters long</small>
<small ng-if="installer.current.model.minNonAlphaNumericLength > 0" class="inline-help">
At least {{installer.current.model.minNonAlphaNumericLength}} symbol{{installer.current.model.minNonAlphaNumericLength > 1 ? 's' : ''}}
</small>
</div>
</div>
<div class="control-group">
<div class="controls">
<label>
<input type="checkbox"
id="subscribeToNewsLetter"
name="subscribeToNewsLetter"
ng-model="installer.current.model.subscribeToNewsLetter" />
Keep me updated on Umbraco Versions, Security Bulletins and Community News
</label>
</div>
</div>
<div class="control-group" ng-class="{disabled:myForm.$invalid}">
<div class="controls">
<input type="submit" ng-disabled="myForm.$invalid" value="Install" class="btn btn-success" />
<button class="btn btn-info control-customize" ng-disabled="myForm.$invalid" ng-click="validateAndForward()">Customize</button>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
|
docs/reference/jobj_class.html
|
kevinykuo/sparklyr
|
---
title: "Superclasses of object"
aliases:
- reference/sparklyr/latest/jobj_class.html
---
<div class="doc-page">
<div class="doc-page-index">
<ul data-gumshoe>
<li><a href="#arguments">Arguments</a></li>
</ul>
</div>
<div class="doc-page-body">
<p>Extract the classes that a Java object inherits from. This is the jobj equivalent of <code>class()</code>.</p>
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class='fu'>jobj_class</span>(<span class='no'>jobj</span>, <span class='kw'>simple_name</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)</code></pre></div>
<h2 id="arguments">Arguments</h2>
<table class="ref-arguments">
<colgroup>
<col class="name" />
<col class="desc" />
</colgroup>
<tr>
<td>jobj</td>
<td><p>A <code>spark_jobj</code></p></td>
</tr>
<tr>
<td>simple_name</td>
<td><p>Whether to return simple names, defaults to TRUE</p></td>
</tr>
</table>
</div>
</div>
|
resources/corpus-utf8/D86.html
|
radelin/search_engine
|
<!doctype html>
<!--[if lt IE 7 ]> <html class="ie6 noIE" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7 noIE" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8 noIE" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9 noIE" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://ogp.me/ns/fb#"> <!--<![endif]-->
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<title> L'heure de Fred a sonné</title>
<meta name="description" content="Ce matin-là, ce fan de football est triste. Il a assisté la veille à l'élimination de Barcelone par Chelsea en Ligue des champions. « J'aime bea" />
<meta name="keywords" content="" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@le_parisien">
<meta name="twitter:creator" content="@le_parisien">
<meta property="og:site_name" content="leparisien.fr" />
<meta property="fb:app_id" content="177619252338205" />
<meta property="og:type" content="article" />
<meta property="og:title" content=" L'heure de Fred a sonné" />
<meta property="og:image" content="http://www.leparisien.fr/imgs/facebook/logo-grand.jpg" />
<meta property="og:url" content="http://www.leparisien.fr/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" />
<meta property="og:description" content="Ce matin-là, ce fan de football est triste. Il a assisté la veille à l'élimination de Barcelone par Chelsea en Ligue des champions. « J'aime beaucoup le Barça et son buteur..." />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" language="javascript" src="http://s1.lprs1.fr/_assets/js/connect.js"></script>
<script type="text/javascript" language="javascript" src="/scripts/redirect-mobiles/general.js"></script>
<link rel="shortcut icon" href="http://www.leparisien.fr/favicon.ico" />
<link rel="canonical" href="http://www.leparisien.fr/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php"> <meta name="news_keywords" content="" />
<!-- meta outbrain -->
<meta name="outbrain" content="lp-archives" /><script type="text/javascript">
sas_pageid="2358/16864";
sas_target= "";
</script>
<!-- APPEL SCRIPT PUB -->
<script type="text/javascript" language="javascript" src="/scripts/ads-ext.js"></script>
<script type="text/javascript" language="javascript" src="/scripts/ads.leparisien.js"></script>
<!-- POSITIONS BLOCP 19, 21, 23, 25, 27, -->
<link rel="stylesheet" type="text/css" media="screen" href="/loaders/0cb9f93c1049267045f32e94648ab46d.css" />
<link rel="stylesheet" type="text/css" media="screen" href="/fonts/font-style.css" /> <script type="text/javascript" language="javascript" src="/loaders/96b8c77e7ba2b9a15e74cbafa62eeb9e.js"></script>
<script type="text/javascript">
var $j = jQuery;
$(function() {
if($(".lazy").length != 0){
$("#colArticle img.lazy, div.section-article img.lazy, div.section-slider img.lazy, section.dernieresactus img.lazy").lazyload({
effect : "fadeIn",
threshold : 100
});
$("#colDroite img.lazy, .section-droite img.lazy").lazyload({
effect : "fadeIn",
threshold : 100
});
}
});
</script>
<script type="text/javascript" language="javascript" src="/loaders/5da0f37610dc332a7e80f93c9b8ed628.js"></script>
<script type="text/javascript" language="javascript" src="/loaders/5c4a57dcc79f04e7631a36f87091b00f.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="/loaders/1a1c530b074074492e9be588b9242270.css" />
<link rel="stylesheet" type="text/css" media="print" href="/styles/v2012/printArticle.css" />
<script type="text/javascript" language="javascript" src="/loaders/0c133db06492138a8cbe146810e49ee4.js"></script>
<!--[if lt IE 9]>
<link rel="stylesheet" href="/styles/v2012/ie-style.css" />
<script src="/scripts/v2012/ie-html5.js"></script>
<![endif]-->
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<![endif]-->
<script type="text/javascript">
var FOGLIO=window.FOGLIO||{};FOGLIO.queue=FOGLIO.queue||{};FOGLIO.tag_s=new Date().getTime();FOGLIO.app_id="3";FOGLIO.cr=1;FOGLIO.sr=0.5;FOGLIO.ft="546c15c7ea2907dd2715485cb000742f8450fa05";FOGLIO.q=function(a,b){FOGLIO.queue[a]=FOGLIO.queue[a]||[];FOGLIO.queue[a].push(b)};(function(){var f,d,a,b=document.createElement("iframe");b.src="javascript:false";(b.frameElement||b).style.cssText="width: 0; height: 0; border: 0; display: none;";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(b,a);try{d=b.contentWindow.document}catch(c){f=document.domain;b.src="javascript:var d=document.open();d.domain='"+f+"';void(0);";d=b.contentWindow.document}d.open()._l=function(){var e=this.createElement("script");if(f){this.domain=f}e.id="boomr-if-as";e.src=window.location.protocol=="https:"?"https://d3phbp7p78bdk9.cloudfront.net/common/foglio.js":"http://foglio.basilic.io/common/foglio.js";this.body.appendChild(e)};d.write('<bo'+'dy onload="document._l();">');d.close()})();
FOGLIO.q('segment', {name: 'pagetype', value: 'article'});
</script>
<script src="/scripts/foglio-observer.0.6.js"></script>
<!-- Colonne R03 -->
<!--col R03 -->
<!--/col R03 --><!-- /Colonne R03 -->
</head>
<body id="archives" class="article defaut home" >
<div id="fb-root"></div>
<script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>
<!-- viadeo -->
<script type="text/javascript">var viadeoWidgetsJsUrl = document.location.protocol+"//widgets.viadeo.com";(function(){var e = document.createElement('script'); e.type='text/javascript'; e.async = true;e.src = viadeoWidgetsJsUrl+'/js/viadeowidgets.js';var s = document.getElementsByTagName('head')[0]; s.appendChild(e);})();</script>
<!-- INTERSTITIEL -->
<div id="Ads_2078" class="ads">
<script type="text/javascript">
<!-- // sas_manager.render(2078);
if (typeof Ads != "undefined") {Ads.display(sas_pageid,2078,sas_target);}
//-->
</script>
</div>
<div id="cookieParisien">
<div class="largeurpage">
En naviguant sur notre site, vous acceptez l’utilisation de cookies pour vous proposer une navigation optimale et nous permettre de réaliser des statistiques de visites.
<span class="btn-sup100 btn-couleur btnSmall">ok</span>
<a href="/cookies/">En savoir plus</a>
</div>
</div>
<header id="parisien-header">
<div class="largeurpage">
<!-- menu principal -->
<aside id="cont-menuPrincipal">
<ul id="menuPrincipal" class="largeurpage">
<li class="active" >
<a href="/" >Actualités</a>
</li>
<li>
<a href="/sports/actualite-sports" >Sports</a>
</li>
<li>
<a href="/info-paris-ile-de-france-oise" >Ma ville</a>
</li>
<li>
<a href="/loisirs-spectacles/actualites-informations-videos-loisirs-spectacles.php" >Culture<span class="normal"> & </span>Loisirs</a>
</li>
<li><a href="http://videos.leparisien.fr">Le Parisien TV</a></li>
<li >
<a href="/diaporamas/photos/">Photos</a>
</li>
<li>
<a href="http://participez.leparisien.fr">Participez !</a>
</li>
<li>
<a href="/laparisienne/" >La Parisienne</a>
</li>
<li>
<a href="http://etudiant.aujourdhui.fr/etudiant/" >Étudiant</a>
</li>
<li >
<a href="/services/">Pratique</a>
</li>
<li>
<a href="http://forum.leparisien.fr/" >Forum</a>
</li>
<li class="abonnes">
<a href="/espace-premium/offres-abonnements.php">Abonnés</a>
</li>
</ul>
</aside>
<script>
if(typeof lp_connect != 'undefined'){
sso = lp_connect;
if(sso==null){sso='';abo=false;prenom='';pseudo='';email='';nom='';avatar='';}
if(sso!=''){
nom = user.lastname;
prenom= user.firstname;
pseudo= user.username;
email=user.email;
address= user.address;
civilite=user.type;
id_client=user.userId;
avatar=user.avatar;
facebookId=user.facebookId;
googleId=user.googleId;
abo=user.abo;
}
}else{
sso='';
abo=false;
prenom='';
pseudo='';
email='';
nom='';
avatar='';
}
if(sso && abo) {
$("#menuPrincipal .abonnes a").attr("href", "/espace-premium/accueil/index.php");
}
</script>
<div id="cont-haut">
<div class="cont">
<div class="parisien-recherche">
<span class="annotation"><a href="/actualites-a-la-une.php" title="Toute l'actualité">Toute l'actualité</a>, 18 septembre 2014, mis à jour à 20h20</span>
<form class="formulaireParisien formRecherche" method="get" action="/recherche/recherche.php">
<input class="champs search" type="text" name="q" value="Rechercher sur le site" />
<input class="submit" name="ok" type="submit" value="ok" />
</form>
</div> <a id="parisien-logo" href="/">Le Parisien</a>
<div class="cont-right">
<div id="meConnecter" class="clearfix">
<div class="etat-connecter clearfix">
<div class="cont-id clearfix">
<figure class="mon-avatar avatar-fb picto-img droite">
<script type="text/javascript" >
if(avatar != ''){
document.write('<img src="' + avatar + '" width="44" height="44" />');
}
</script>
</figure>
<p class="droite">
<a href="http://connect.leparisien.fr/mon-compte"><span><script type="text/javascript">document.write( prenom + ' ' + nom );</script></span></a>
<a href="http://connect.leparisien.fr/logout">Me déconnecter</a>
</p>
<div id="bloc-partage" class="clearfix">
<div class="contParametres clearfix">
<ul id="barre-activite" class="droite cleafix">
<li class="clearfix icones">
<span class="small-picto parametres">Paramètres</span>
<span class="small-picto fleche">Ouvrir</span>
</li>
</ul>
<div id="cont-activite-infobulles">
<div class="infobulle-activite info-parametres">
<ul>
<li><a href="http://connect.leparisien.fr/mon-compte">Mes informations</a></li>
<li><a href="http://connect.leparisien.fr/newsletters">Newsletters</a></li>
<li><a href="http://connect.leparisien.fr/mes-achats">Mes achats</a></li>
<li><a href="http://connect.leparisien.fr/mes-abonnements">Mes abonnements</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="etat-deconnecter clearfix">
<div class="cont-id clearfix">
<ul class="droite clearfix">
<li class="droite"><a href="http://connect.leparisien.fr/google?target=http%3A%2F%2Fwww.leparisien.fr%2Fconnect" class="picto30x30 picto-gplus pictoImg">Google+</a></li>
<li class="droite"><a href="http://connect.leparisien.fr/facebook?target=http%3A%2F%2Fwww.leparisien.fr%2Fconnect" class="picto30x30 picto-fb pictoImg">Facebook</a></li>
<li class="droite btnConnexion"><a href="/" class="identifiezVous"><span class="picto-avatar picto30x30 pictoImg droite"></span>Mon compte <span>Inscrivez-vous</span></a></li>
</ul>
</div>
<script>
$("#meConnecter .btnConnexion").click(function(e){
e.preventDefault();
$('#contPopups').bPopup({
modalColor: '#000',
opacity: 0.7,
content: 'iframe',
closeClass: "close1",
loadUrl: "http://www.leparisien.fr/internals/popup?template=connexion&origin="+ encodeURIComponent(window.location.href),
positionStyle: "fixed",
contentContainer:'#PopupContent'
});
});
//---------- FB partage --------------//
$('#barre-activite').infobulle({
infobulle:'#cont-activite-infobulles',
position_bulle: "bas-droite",
events : "click"
});
</script>
<div id="abonnezVous">
<a onclick="return xt_adc(this, 'INT-8-Y||Z')" href="/espace-premium/offrenumerique.php" class="btn-sup100 btn-couleur btn-abonnezvous">Abonnez-vous : <span class="small">à partir de </span><span class="prix">1€</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" >
if(sso != ''){ $('#meConnecter .etat-deconnecter').hide(); $('#meConnecter .etat-connecter').show();}
</script>
<div id="enavant" class="">
<div class="clearfix">
<!-- à suivre -->
<nav id="aSuivre" class="clearfix">
<div class="enavant"><p>à suivre</p></div>
<ul><li><a href="http://www.leparisien.fr/economie/comprenez-vous-quelque-chose-a-la-politique-fiscale-du-gouvernement-17-09-2014-4142701.php" >Question du jour</a></li><li><a href="http://www.leparisien.fr/politique/en-direct-suivez-le-grand-oral-de-francois-hollande-18-09-2014-4145321.php" >Hollande, le grand oral</a></li><li><a href="http://www.leparisien.fr/laparisienne/sante/msf-une-volontaire-francaise-infectee-par-ebola-17-09-2014-4142813.php" >Ebola</a></li><li><a href="http://www.leparisien.fr/environnement/orages-trois-personnes-sont-mortes-mercredi-soir-dans-un-camping-de-l-herault-18-09-2014-4144405.php" >Orages meurtriers</a></li><li><a href="http://www.leparisien.fr/psg-foot-paris-saint-germain/ligue-des-champions-le-psg-en-mauvaise-posture-apres-son-nul-face-a-l-ajax-18-09-2014-4142997.php" >Ajax-PSG</a></li></ul>
</nav> <!-- Boutons sociaux -->
<ul id="suivezNous" class="suivezParisien">
<li class="fb picto-img btn-carre30x30"><a href="/reseaux-sociaux/facebook/index.php" class="a" target="_blank">Facebook</a></li>
<li class="twitter picto-img btn-carre30x30"><a href="https://twitter.com/le_Parisien" class="a" target="_blank">Twitter</a></li>
<li class="gplus picto-img btn-carre30x30"><a href="https://plus.google.com/+LeParisien/posts" class="a" target="_blank">Google +</a></li>
<li class="noSousMenu pinterest picto-img btn-carre30x30"><a href="http://pinterest.com/leparisienfr/" class="a" target="_blank">Pinterest</a></li>
<li class="noSousMenu mobile picto-img btn-carre30x30"><a href="/services/mobiles/index.php" class="a">Mobile</a></li>
<li class="noSousMenu newsletter picto-img btn-carre30x30"><a href="http://connect.leparisien.fr/newsletters" class="a">Newsletter</a></li>
</ul>
<!-- Infobulles -->
<div id="suivezNous-infobulle" class="suivezParisien-bulle">
<!-- Facebook -->
<div class="infobulle fb">
<div class="fb-like-box" data-href="http://www.facebook.com/leparisien" data-width="300" data-show-faces="true" data-border-color="#fff" data-stream="false" data-header="false"></div>
<div class="fb btn-sup100">
<a href="" class="a">Se connecter avec Facebook</a>
</div>
</div>
<!-- Twitter -->
<div class="infobulle twitter">
<div class="logo-carre">Le Parisien</div>
<div class="contTwitter">
<p>Le Parisien sur Twitter<a href="https://twitter.com/#!/le_Parisien">@le_Parisien</a></p>
<a href="https://twitter.com/le_Parisien" class="twitter-follow-button" data-lang="fr" data-dnt="true" data-size="small">Suivre @le_Parisien</a> </div>
<script>
!function(d,s,id){
var js,fjs=d.getElementsByTagName(s)[0];
if(!d.getElementById(id)){
js=d.createElement(s);
js.id=id;js.src="//platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);
}
}(document,"script","twitter-wjs");
</script>
</div>
<!-- Google + -->
<div class="infobulle googleplus">
<div class="fb-overlay-arrow"></div>
<!-- Place this tag where you want the badge to render. -->
<div class="g-plus" data-height="69" data-href="//plus.google.com/113751853814636595376" data-rel="author"></div>
<div class="g-plusone" data-annotation="none"></div>
<!-- Place this tag after the last badge tag. -->
<script type="text/javascript">
window.___gcfg = {lang: 'fr'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</div> </div>
</div>
</div>
</header>
<!-- Position de la pub -->
<div class="position-pub top top largeurpage">
<!-- BANNIERE HEADER -->
<div id="Ads_630" class="ads">
<script type="text/javascript">
<!-- // sas_manager.render(630);
if (typeof Ads != "undefined") {Ads.display(sas_pageid,630,sas_target);}
//-->
</script>
</div>
</div>
<!-- menu secondaire -->
<div id="menuSecondaire" class="parisienMenu menuSecondaire largeurpage">
<!-- ACTU -->
<nav class="actualites">
<ul class="clearfix">
<li >
<a href="http://www.leparisien.fr/">à la une</a>
</li>
<li >
<a href="/societe/actualites-informations-parisien-societe.php">Société</a>
</li>
<li >
<a href="/faits-divers/actualites-informations-videos-faits-divers.php">Faits divers</a>
</li>
<li >
<a href="/politique/actualites-informations-videos-politique.php">Politique</a>
</li>
<li >
<a href="/economie/actualites-informations-videos-economie.php">Economie</a>
</li>
<li >
<a href="/automobile/">Auto</a>
</li>
<li >
<a href="/international/actualites-informations-videos-international.php">International</a>
</li>
<li >
<a href="/actualite-people-medias/" >People</a>
</li>
<li >
<a href="/insolite/">Insolite</a>
</li>
<li >
<a href="/high-tech/">High-Tech</a>
</li>
<li >
<a href="/sciences/">Sciences</a>
</li>
<li >
<a href="/blogs/">Blogs</a>
</li>
<li >
<a href="/laparisienne/sante/">Santé</a>
</li>
</ul>
</nav>
</div>
<div id="gene">
<!-- PAPIER PEINT -->
<div id="Ads_2077" class="ads">
<script type="text/javascript">
<!-- // sas_manager.render(2077);
if (typeof Ads != "undefined") {Ads.display(sas_pageid,2077,sas_target);}
//-->
</script>
</div>
<!-- template ventre : ventre_rubrique_2col.tpl -->
<div class="contenerGlobal">
<div class="contenerGlobalInside">
<div class="contenerLeft">
<!--col R10 -->
<!-- ###debut-BLOC### AUTRES - Contenu Page Include Php - MBLOC - LARGE-->
<!--bMnoniso - template : bloc_page_includephp.tpl -->
<style type="text/css">
.corpArticle .actionsReagir .reactions a.nb span {border:0 none;}
div#reactions {border-color:#CCDCE4;}
</style>
<btn_impr>
<div class="corpArticle">
<div class="filAriane">
<a href="http://www.leparisien.fr" title="Actualité">Actualité</a> >
<h4>Culture / Loisirs</h4>
</div><!-- /filAriane -->
<div class="titre">
<h1> L'heure de Fred a sonné</h1>
<h2>Portrait. Dans « Dépression et des potes », qui sort aujourd'hui, Fred Testot, compère d'Omar Sy sur Canal +, devient lui aussi tête d'affiche au grand écran.</h2>
<p class="auteurPubli">Publié le 02.05.2012 </div><!-- /titre -->
<btn_noimpr>
<div class="share">
<!-- recommande/like FB -->
<span class="facebook">
<div class="fb-like" data-href="http://www.leparisien.fr/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" data-send="false" data-width="370" data-show-faces="false" data-action="recommend" data-font="arial"></div>
</span>
<!-- Envoyer Ami -->
<span class="envoyerAmi"><a href="/partager/index.php?url=http://www.leparisien.fr/archives/article.php&codepub=16864" onclick="xt_click(this,'C','8','SHARING_envoyeraunami','N')"><img src="/imgs/article/picto-email.gif" alt="Envoyer" width="26" height="20" class="last" title="Envoyer" /></a></span>
<!-- viadeo -->
<div class="viadeo" style="float:right; margin-right:10px;"><div class="viadeo-share" data-url="http://www.leparisien.fr/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" data-display="btnlight" data-count="none" data-align="right" data-language="fr" data-partner-id="hEOatknDnumkhwvtbzEkeyjmag"></div></div>
<!-- + 1 Google -->
<span class="plusUnGoogle"><g:plusone size="medium" count="false"></g:plusone></span>
<!-- Twitter -->
<span class="twitter">
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.leparisien.fr/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" data-text=" L'heure de Fred a sonné" data-counturl="http://www.leparisien.fr/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" data-via="le_Parisien" data-lang="fr" data-count="horizontal">Tweeter</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</span>
</div>
</btn_noimpr>
<btn_noimpr>
<div class="actionsReagir">
<script type="text/javascript" src="/commentaires/get_nb_com.js.php?top_rub=par:www:archives&m=2014091820&list=2012/05/02/1980694"></script>
<p class="reactions" style="background:url(/imgs/article/bg-reagir-right.png) no-repeat right center;"><script>wa3(1980694,'/reactions/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php');</script></p>
<p class="actions">
<a href="javascript:void(0);" onclick="augmenterTexteV2();" title="Agrandir le texte"><img src="/imgs/article/picto-fontsize-big.gif" alt="Agrandir le texte" width="23" height="18"></a>
<a href="javascript:void(0);" onclick="diminuerTexteV2();" title="Diminuer le texte"><img src="/imgs/article/picto-fontsize-small.gif" alt="Diminuer le texte" width="20" height="18"></a>
<a href="javascript:void(0);" onclick="ouvrePopUp('/imprimer.php','true');" title="Imprimer l'article"><img src="/imgs/article/picto-print.gif" alt="Imprimer l'article" width="14" height="18" class="print"></a>
<a href="http://www.leparisien.fr/services/mobiles/application-iphone.php" title="Tout leParisien.fr sur votre mobile"><img src="/imgs/article/picto-mobile.gif" alt="Tout leParisien.fr sur votre mobile" width="12" height="18"></a>
</p>
</div>
</btn_noimpr>
<div class="texte archive" id="content">
Ce matin-là, ce fan de football est triste. Il a assisté la veille à l'élimination de Barcelone par Chelsea en Ligue des champions. « J'aime beaucoup le Barça et son buteur Lionel Messi, mais c'est le football… » Fred Testot n'est pas éliminé, lui. A 35 ans, c'est son heure, après celle d'Omar Sy. Dans « Dépression et des potes », la comédie d'Arnaud Lemort, six mois après l'avènement de son complice dans « Intouchables », Fred s'impose à son tour comme tête d'affiche.
<!-- Compléments -->
<btn_noimpr>
<div id="pubComplementsArt">
</div>
</btn_noimpr>
Tandis que « Sur la piste du Marsupilami », d'Alain Chabat, dans lequel il joue un savant diabolique comique, cumule 4,5 millions d'entrées, le comédien sera sur le grand écran à deux reprises à une semaine d'intervalle. Mercredi prochain dans « Sea, No Sex and Sun », de Christophe Turpin, avec Antoine Duléry et Julie Ferrier, et dès aujourd'hui à l'affiche de cette comédie.<br />
Dans « Dépression et des potes », produit par Dominique Farrugia, Fred Testot joue Franck, un « type qui a un boulot plutôt cool, directeur de casting, voix de doublage, et amoureux d'une belle Brésilienne, raconte Fred. Mais il ne vit pas le moment présent. Piégé par son côté négatif, il tombe dans une grosse déprime. Et lui qui est égoïste va avoir besoin de sa bande de potes. Et Franck va même être le révélateur de leur propre dépression… » L'acteur ajoute : « Ce film, c'est un message d'amitié et de rigolade. »<br />
Fred Testot n'a jamais connu la dépression, dit-il. « J'ai décidé d'être heureux parce que c'est bon pour la santé, comme l'a dit Voltaire. Pourtant, dans notre métier, une dépression peut arriver. Moi, ça fait quinze ans que je me demande régulièrement si on va encore m'appeler pour faire des choses. Je me souviens qu'en 2003, avec Omar on avait arrêté « le SAV des émissions » pour notre spectacle. On n'avait jamais fait de scène. Au début, il y avait cinq personnes dans la salle! C'était difficile. Mais on a beaucoup appris de cette expérience. »<br />
Fred a découvert « Intouchables » en juin 2011, plusieurs mois avant sa sortie : « Je pleurais de rire et d'émotion. Et j'avais tout prédit. » Il se réjouit du succès de son ami. « On m'offre même des coups à boire pour que je le remercie! L'autre jour, Omar et moi trinquions encore à tous ses prix, y compris au Festival de Tokyo, comme meilleur acteur. » Et les deux potes, aux agendas chargés avec les enregistrements du SAV, n'ont qu'une envie : se retrouver bientôt sur scène pour un spectacle. « Notre devise, c'est Doucement on est pressés, un titre emprunté à une amie coach. Outre un spectacle, on prépare surtout le film qu'on fera ensemble. Quant au SAV, tous les ans, le contrat s'arrête au 30 juin. Chaque année, c'est comme cela avec Canal +. On verra bien avec Omar… »<br />
En attendant, dès le 8 juin, Fred Testot rejoindra le plateau de tournage du « Grand Méchant Loup » (ou « la Véritable Histoire des trois petits cochons »), que réalisera le duo Nicolas et Bruno (« la Personne aux deux personnes ») avec Kad Merad, Benoît Poelvoorde, Zabou Breitman, Valérie Donzelli. L'histoire de trois frères qui vivent heureux jusqu'au jour où leur maman a un accident. Après ce tournage, Fred Testot prendra des vacances en Corse, son île refuge. Et le football ne sera pas loin. « Je suis supporteur de Bastia, qui remonte en Ligue 1, je suis très content! » Lui aussi monte d'un cran.
</div><!-- /content -->
<p class="source">
Le Parisien </p><!-- /source -->
<btn_noimpr>
<div class="share">
<!-- recommande/like FB -->
<span class="facebook">
<div class="fb-like" data-href="http://www.leparisien.fr/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" data-send="false" data-width="370" data-show-faces="false" data-action="recommend" data-font="arial"></div>
</span>
<!-- Envoyer Ami -->
<span class="envoyerAmi"><a href="/partager/index.php?url=http://www.leparisien.fr/archives/article.php&codepub=16864" onclick="xt_click(this,'C','8','SHARING_envoyeraunami','N')"><img src="/imgs/article/picto-email.gif" alt="Envoyer" width="26" height="20" class="last" title="Envoyer" /></a></span>
<!-- viadeo -->
<div class="viadeo" style="float:right; margin-right:10px;"><div class="viadeo-share" data-url="http://www.leparisien.fr/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" data-display="btnlight" data-count="none" data-align="right" data-language="fr" data-partner-id="hEOatknDnumkhwvtbzEkeyjmag"></div></div>
<!-- + 1 Google -->
<span class="plusUnGoogle"><g:plusone size="medium" count="false"></g:plusone></span>
<!-- Twitter -->
<span class="twitter">
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.leparisien.fr/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" data-text=" L'heure de Fred a sonné" data-counturl="http://www.leparisien.fr/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" data-via="le_Parisien" data-lang="fr" data-count="horizontal">Tweeter</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</span>
</div>
</btn_noimpr>
<div class="actionsReagir"><p class="reactions" style="background:url(/imgs/article/bg-reagir-right.png) no-repeat right center;"><script>wa3(1980694,'/reactions/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php');</script></p></div>
</div><!-- /corpsArticle -->
<script type="text/javascript">
var ULTIMEDIA_mdtk = "01828157";
var ULTIMEDIA_target = "ultimedia_wrapper";
var ULTIMEDIA_date = "20120502"; // Insérez ici la date de publication ou de modification de l'article au format 20140521
var ULTIMEDIA_resize = true;
</script>
<script type="text/javascript" src="http://www.ultimedia.com/js/common/smart.js"></script>
<!-- Commentaires -->
<div id="blocreactions" class="pageReactions">
<link rel="stylesheet" type="text/css" href="/styles/commentaires.css">
<div id="reactions" class="page-article blocHome" style="border-top:1px solid #CCDCE4">
<div class="reactions">
<div class="entete">
<p><span class="chiffres">1</span> réaction</p>
<p class="cliquez">> <a href="/reactions/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" title="">Cliquez ici pour lire les <span class="chiffres">1 réaction</span> à l’article</a></p>
</div>
<ul class="commentaires"><li class="commentaire" itemprop="comment" itemscope itemtype="http://schema.org/Comment">
<div class="vignette">
<figure>
<img src="/img/pictos/parisien/picto-avatar46x46.jpg" />
</figure>
</div>
<div class="cont">
<p class="ref"><span class="nom" itemprop="author">Bilou</span> 12/05/2012 - 21h28</p>
<p itemprop="text">J'ai vu des extraits ça risque de faire un bide.</p></div>
<div class="clear"></div>
</li></ul>
</div>
<div class="bottom">
<p class="cliquez">> <a href="/reactions/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" title="Lire les réactions">Cliquez ici pour lire les <span class="chiffres">1 réaction</span> à l’article</a></p>
</div>
</div>
<script type="text/javascript">
$j(document).ready(function() {
$j(".commentaire .btns").hide();
$j(".commentaire").hover(
function(){
$j(this).find(".btns").slideDown();
},
function(){
$j(this).find(".btns").slideUp();
}
);
$j("a.reponse").click(function(){
$j("#reac-log-reac").val("En réponse @"+$j(this).parent().parent().find("span.nom").text()+". ");
$j("#reac-log-reac:visible").focus();
$j("#reac-nolog-reac").val("En réponse @"+$j(this).parent().parent().find("span.nom").text()+". ");
$j("#reac-nolog-reac:visible").focus();
return false;
});
});
</script>
</div>
</btn_impr>
<img src="http://logp2.xiti.com/go.ad?xts=40086&atc=INT-26-Y||Z&type=AT&url=http://www.leparisien.fr/img/contenu/tracking.png">
<!-- ###fin-BLOC### AUTRES - Contenu Page Include Php - MBLOC - LARGE-->
<!-- ###debut-BLOC### NEW OUTBRAIN - 8 Articles no photo-->
<!--bH-->
<div class="OUTBRAIN articleVotreville" data-src="http://www.leparisien.fr/cinema/actualite-cinema/l-heure-de-fred-a-sonne-02-05-2012-1980694.php" data-widget-id="AR_5" data-ob-template="leparisien"></div>
<script type="text/javascript" src="http://widgets.outbrain.com/outbrain.js"></script>
<!-- ###fin-BLOC### NEW OUTBRAIN - 8 Articles no photo-->
<!--/col R10 -->
</div><!-- contenerLeft -->
<!-- COLONNE DROITE -->
<div class="contenerRight">
<!--col R30 -->
<!-- ###debut-BLOC### PUB - PAVE (632)-->
<!--bH-->
<div class="pos-pub bloc300">
<div style="text-align: center">
<div id="Ads_632" class="ads">
<script type="text/javascript">
<!-- // sas_manager.render(632);
if (typeof Ads != "undefined") {Ads.display(sas_pageid,632,sas_target);}
//-->
</script>
</div>
</div>
</div>
<!-- ###fin-BLOC### PUB - PAVE (632)-->
<!-- ###debut-BLOC### flash actu - bloc Dépêches AFP - AUTO - 300-->
<!--bMext - template : bloc_depeches.tpl -->
<!--module-->
<div class="module-actu-310 border-red">
<div class="topred uneligne"><p style="margin: 0pt; float:left">FLASH ACTUALITÉ </p>
<fieldset>
<select class="champ" id="depeches-afp">
<option value="depeches-0">DERNIÈRE MINUTE</option>
<option value="depeches-1" >ÉCONOMIE</option>
<option value="depeches-2" >POLITIQUE</option>
<option value="depeches-3" >INTERNATIONAL</option>
<option value="depeches-4" >SPORTS</option>
<option value="depeches-5" >CULTURE</option>
<option value="depeches-6" >HIGH TECH</option>
<option value="depeches-7" >INSOLITE</option>
<option value="depeches-8" >SANTE</option>
<option value="depeches-9" >SCIENCES</option>
</select>
</fieldset>
</div>
<ul class="depeches depeches-0" style="display:block" >
<li>
<span class="heure">20h00</span> <a href="/flash-actualite-sports/basket-parker-a-fond-en-2015-et-2016-18-09-2014-4145993.php" class="titre" title="Basket: Parker "à fond" en 2015 et 2016">Basket: Parker "à fond" en 2015 et 2016</a>
</li>
<li>
<span class="heure">19h47</span> <a href="/flash-actualite-monde/ukraine-a-washington-porochenko-met-le-monde-en-garde-contre-la-russie-18-09-2014-4145963.php" class="titre" title="Ukraine: à Washington, Porochenko met le monde en garde contre la Russie">Ukraine: à Washington, Porochenko met le monde en garde contre la Russie</a>
</li>
<li>
<span class="heure">19h44</span> <a href="/flash-actualite-economie/zalando-pret-a-entrer-dans-la-danse-des-marches-comme-le-geant-chinois-alibaba-18-09-2014-4145957.php" class="titre" title="Zalando prêt à entrer dans la danse des marchés, comme le géant chinois Alibaba">Zalando prêt à entrer dans la danse des marchés, comme le géant chinois Alibaba</a>
</li>
<li>
<span class="heure">19h36</span> <a href="/flash-actualite-culture/mode-a-milan-variations-chromatiques-et-geometriques-18-09-2014-4145947.php" class="titre" title="Mode à Milan: variations chromatiques et géométriques">Mode à Milan: variations chromatiques et géométriques</a>
</li>
<li>
<span class="heure">19h32</span> <a href="/flash-actualite-economie/hollande-sonne-la-mobilisation-pour-relancer-l-apprentissage-voie-d-excellence-18-09-2014-4145933.php" class="titre" title="Hollande sonne la mobilisation pour relancer l'apprentissage, "voie d'excellence"">Hollande sonne la mobilisation pour relancer l'apprentissage, "voie d'excellence"</a>
</li>
<li>
<span class="heure">19h26</span> <a href="/flash-actualite-sports/uefa-la-finale-de-la-ligue-des-champions-a-milan-en-2016-18-09-2014-4145917.php" class="titre" title="UEFA: la finale de la Ligue des champions à Milan en 2016">UEFA: la finale de la Ligue des champions à Milan en 2016</a>
</li>
<li>
<span class="heure">19h20</span> <a href="/flash-actualite-monde/syrie-kerry-accuse-assad-d-avoir-viole-l-accord-sur-les-armes-chimiques-18-09-2014-4145911.php" class="titre" title="Syrie: Kerry accuse Assad d'avoir violé l'accord sur les armes chimiques">Syrie: Kerry accuse Assad d'avoir violé l'accord sur les armes chimiques</a>
</li>
</ul>
<div class="depeches depeches-0" style="display:block" >
<br class="clear"/>
<div class="bas">
<!--<a href="/flash-actualite-monde/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>-->
<a href="/flash-actualite-derniere-minute/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>
</div>
</div>
<ul class="depeches depeches-1" >
<li>
<span class="heure">19h44</span> <a href="/flash-actualite-economie/zalando-pret-a-entrer-dans-la-danse-des-marches-comme-le-geant-chinois-alibaba-18-09-2014-4145957.php" class="titre" title="Zalando prêt à entrer dans la danse des marchés, comme le géant chinois Alibaba">Zalando prêt à entrer dans la danse des marchés, comme le géant chinois Alibaba</a>
</li>
<li>
<span class="heure">19h32</span> <a href="/flash-actualite-economie/hollande-sonne-la-mobilisation-pour-relancer-l-apprentissage-voie-d-excellence-18-09-2014-4145933.php" class="titre" title="Hollande sonne la mobilisation pour relancer l'apprentissage, "voie d'excellence"">Hollande sonne la mobilisation pour relancer l'apprentissage, "voie d'excellence"</a>
</li>
<li>
<span class="heure">19h17</span> <a href="/flash-actualite-economie/dette-hollande-assure-ne-pas-savoir-si-moody-s-va-baisser-la-note-de-la-france-18-09-2014-4145893.php" class="titre" title="Dette: Hollande assure ne pas savoir si Moody's va baisser la note de la France">Dette: Hollande assure ne pas savoir si Moody's va baisser la note de la France</a>
</li>
<li>
<span class="heure">18h24</span> <a href="/flash-actualite-economie/pacte-de-responsabilite-les-engagements-doivent-etre-tenus-selon-hollande-18-09-2014-4145807.php" class="titre" title="Pacte de responsabilité: les engagements doivent être tenus selon Hollande">Pacte de responsabilité: les engagements doivent être tenus selon Hollande</a>
</li>
<li>
<span class="heure">17h47</span> <a href="/flash-actualite-economie/hollande-la-france-ne-fera-pas-davantage-que-50-milliards-d-euros-d-economie-18-09-2014-4145727.php" class="titre" title="Hollande: la France "ne fera pas davantage" que 50 milliards d'euros d'économie">Hollande: la France "ne fera pas davantage" que 50 milliards d'euros d'économie</a>
</li>
<li>
<span class="heure">17h25</span> <a href="/flash-actualite-economie/bayer-veut-se-concentrer-sur-la-pharmacie-et-l-agrochimie-18-09-2014-4145645.php" class="titre" title="Bayer veut se concentrer sur la pharmacie et l'agrochimie">Bayer veut se concentrer sur la pharmacie et l'agrochimie</a>
</li>
<li>
<span class="heure">15h48</span> <a href="/flash-actualite-economie/wall-street-ouvre-en-legere-hausse-rassuree-par-la-fed-18-09-2014-4145479.php" class="titre" title="Wall Street monte, aidée par la Fed et l'emploi américain">Wall Street monte, aidée par la Fed et l'emploi américain</a>
</li>
</ul>
<div class="depeches depeches-1" >
<br class="clear"/>
<div class="bas">
<!--<a href="/flash-actualite-economie/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>-->
<a href="/flash-actualite-economie/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>
</div>
</div>
<ul class="depeches depeches-2" >
<li>
<span class="heure">18h47</span> <a href="/flash-actualite-politique/sans-vote-de-confiance-a-valls-hollande-aurait-dissous-l-assemblee-18-09-2014-4145859.php" class="titre" title="Sans vote de confiance à Valls, Hollande aurait dissous l'Assemblée">Sans vote de confiance à Valls, Hollande aurait dissous l'Assemblée</a>
</li>
<li>
<span class="heure">18h21</span> <a href="/flash-actualite-politique/thomas-thevenoud-n-est-pas-digne-de-rester-depute-selon-hollande-18-09-2014-4145799.php" class="titre" title="Thomas Thévenoud n'est "pas digne" de rester député, selon Hollande">Thomas Thévenoud n'est "pas digne" de rester député, selon Hollande</a>
</li>
<li>
<span class="heure">18h16</span> <a href="/flash-actualite-politique/hollande-grave-et-combatif-annonce-un-appui-militaire-en-irak-18-09-2014-4145785.php" class="titre" title="Hollande annonce des frappes aériennes en Irak et défend son action">Hollande annonce des frappes aériennes en Irak et défend son action</a>
</li>
<li>
<span class="heure">18h05</span> <a href="/flash-actualite-politique/hollande-les-mistral-pourraient-etre-livres-si-le-cessez-le-feu-est-respecte-18-09-2014-4145753.php" class="titre" title="Hollande: les Mistral pourraient être livrés si le "cessez-le feu est respecté"">Hollande: les Mistral pourraient être livrés si le "cessez-le feu est respecté"</a>
</li>
<li>
<span class="heure">17h47</span> <a href="/flash-actualite-economie/hollande-la-france-ne-fera-pas-davantage-que-50-milliards-d-euros-d-economie-18-09-2014-4145727.php" class="titre" title="Hollande: la France "ne fera pas davantage" que 50 milliards d'euros d'économie">Hollande: la France "ne fera pas davantage" que 50 milliards d'euros d'économie</a>
</li>
<li>
<span class="heure">17h26</span> <a href="/flash-actualite-politique/hollande-devant-la-presse-pour-un-grand-oral-apres-une-rentree-calamiteuse-18-09-2014-4145651.php" class="titre" title="Hollande devant la presse: il n'y aura pas de troupes au sol en Irak">Hollande devant la presse: il n'y aura pas de troupes au sol en Irak</a>
</li>
<li>
<span class="heure">17h19</span> <a href="/flash-actualite-politique/taxis-et-vtc-le-parlement-s-apprete-a-adopter-la-proposition-de-loi-thevenoud-18-09-2014-4145627.php" class="titre" title="Taxis et VTC: le Parlement s'apprête à adopter la proposition de loi Thévenoud">Taxis et VTC: le Parlement s'apprête à adopter la proposition de loi Thévenoud</a>
</li>
</ul>
<div class="depeches depeches-2" >
<br class="clear"/>
<div class="bas">
<!--<a href="/flash-actualite-politique/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>-->
<a href="/flash-actualite-politique/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>
</div>
</div>
<ul class="depeches depeches-3" >
<li>
<span class="heure">19h47</span> <a href="/flash-actualite-monde/ukraine-a-washington-porochenko-met-le-monde-en-garde-contre-la-russie-18-09-2014-4145963.php" class="titre" title="Ukraine: à Washington, Porochenko met le monde en garde contre la Russie">Ukraine: à Washington, Porochenko met le monde en garde contre la Russie</a>
</li>
<li>
<span class="heure">19h20</span> <a href="/flash-actualite-monde/syrie-kerry-accuse-assad-d-avoir-viole-l-accord-sur-les-armes-chimiques-18-09-2014-4145911.php" class="titre" title="Syrie: Kerry accuse Assad d'avoir violé l'accord sur les armes chimiques">Syrie: Kerry accuse Assad d'avoir violé l'accord sur les armes chimiques</a>
</li>
<li>
<span class="heure">17h46</span> <a href="/flash-actualite-monde/ebola-hollande-annonce-l-installation-d-un-hopital-militaire-en-guinee-18-09-2014-4145713.php" class="titre" title="Ebola: Hollande annonce l'installation d'un hôpital militaire en Guinée">Ebola: Hollande annonce l'installation d'un hôpital militaire en Guinée</a>
</li>
<li>
<span class="heure">17h18</span> <a href="/flash-actualite-culture/bienvenue-chez-l-empereur-la-maison-d-auguste-rouvre-a-rome-18-09-2014-4145619.php" class="titre" title="Bienvenue chez l'empereur: la maison d'Auguste rouvre à Rome">Bienvenue chez l'empereur: la maison d'Auguste rouvre à Rome</a>
</li>
<li>
<span class="heure">16h58</span> <a href="/flash-actualite-monde/le-froid-et-les-roquettes-menacent-les-mineurs-ukrainiens-de-vilkhivka-18-09-2014-4145987.php" class="titre" title="Le froid et les roquettes menacent les mineurs ukrainiens de Vilkhivka">Le froid et les roquettes menacent les mineurs ukrainiens de Vilkhivka</a>
</li>
<li>
<span class="heure">16h28</span> <a href="/informations/le-groupe-ei-diffuse-une-video-du-journaliste-britannique-otage-john-cantlie-18-09-2014-4145533.php" class="titre" title="Le groupe EI diffuse une vidéo du journaliste britannique otage John Cantlie">Le groupe EI diffuse une vidéo du journaliste britannique otage John Cantlie</a>
</li>
<li>
<span class="heure">15h43</span> <a href="/flash-actualite-sante/ebola-la-sierra-leone-va-confiner-sa-population-18-09-2014-4145471.php" class="titre" title="Ebola: la Sierra Leone va confiner sa population">Ebola: la Sierra Leone va confiner sa population</a>
</li>
</ul>
<div class="depeches depeches-3" >
<br class="clear"/>
<div class="bas">
<!--<a href="/flash-actualite-sante/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>-->
<a href="/flash-actualite-monde/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>
</div>
</div>
<ul class="depeches depeches-4" >
<li>
<span class="heure">20h00</span> <a href="/flash-actualite-sports/basket-parker-a-fond-en-2015-et-2016-18-09-2014-4145993.php" class="titre" title="Basket: Parker "à fond" en 2015 et 2016">Basket: Parker "à fond" en 2015 et 2016</a>
</li>
<li>
<span class="heure">19h26</span> <a href="/flash-actualite-sports/uefa-la-finale-de-la-ligue-des-champions-a-milan-en-2016-18-09-2014-4145917.php" class="titre" title="UEFA: la finale de la Ligue des champions à Milan en 2016">UEFA: la finale de la Ligue des champions à Milan en 2016</a>
</li>
<li>
<span class="heure">18h06</span> <a href="/flash-actualite-sports/coupe-davis-2015-la-france-ira-en-allemagne-au-premier-tour-18-09-2014-4145763.php" class="titre" title="Coupe Davis 2015: la France ira en Allemagne au premier tour">Coupe Davis 2015: la France ira en Allemagne au premier tour</a>
</li>
<li>
<span class="heure">17h59</span> <a href="/flash-actualite-sports/tennis-alize-cornet-en-demi-finales-a-canton-18-09-2014-4145759.php" class="titre" title="Tennis: Alizé Cornet en demi-finales à Canton">Tennis: Alizé Cornet en demi-finales à Canton</a>
</li>
<li>
<span class="heure">16h31</span> <a href="/flash-actualite-sports/allemagne-ribery-frustre-par-les-blessures-18-09-2014-4145565.php" class="titre" title="Allemagne: Ribéry frustré par les blessures">Allemagne: Ribéry frustré par les blessures</a>
</li>
<li>
<span class="heure">15h55</span> <a href="/flash-actualite-sports/ecosse-andy-murray-monte-au-filet-pour-le-oui-a-l-independance-18-09-2014-4145487.php" class="titre" title="Ecosse: Andy Murray monte au filet pour le oui à l'indépendance">Ecosse: Andy Murray monte au filet pour le oui à l'indépendance</a>
</li>
<li>
<span class="heure">15h20</span> <a href="/flash-actualite-sports/cyclisme-le-record-de-l-heure-dernier-defi-de-jens-voigt-18-09-2014-4145433.php" class="titre" title="Cyclisme: le record de l'heure, dernier défi de Jens Voigt">Cyclisme: le record de l'heure, dernier défi de Jens Voigt</a>
</li>
</ul>
<div class="depeches depeches-4" >
<br class="clear"/>
<div class="bas">
<!--<a href="/flash-actualite-sports/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>-->
<a href="/flash-actualite-sports/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>
</div>
</div>
<ul class="depeches depeches-5" >
<li>
<span class="heure">19h36</span> <a href="/flash-actualite-culture/mode-a-milan-variations-chromatiques-et-geometriques-18-09-2014-4145947.php" class="titre" title="Mode à Milan: variations chromatiques et géométriques">Mode à Milan: variations chromatiques et géométriques</a>
</li>
<li>
<span class="heure">18h01</span> <a href="/flash-actualite-culture/le-louvre-veut-mieux-accueillir-ses-millions-de-visiteurs-sous-la-pyramide-18-09-2014-4145743.php" class="titre" title="Le Louvre veut mieux accueillir ses millions de visiteurs sous la pyramide">Le Louvre veut mieux accueillir ses millions de visiteurs sous la pyramide</a>
</li>
<li>
<span class="heure">17h18</span> <a href="/flash-actualite-culture/bienvenue-chez-l-empereur-la-maison-d-auguste-rouvre-a-rome-18-09-2014-4145619.php" class="titre" title="Bienvenue chez l'empereur: la maison d'Auguste rouvre à Rome">Bienvenue chez l'empereur: la maison d'Auguste rouvre à Rome</a>
</li>
<li>
<span class="heure">15h02</span> <a href="/flash-actualite-culture/en-alsace-les-terroirs-s-organisent-face-aux-vins-du-nouveau-monde-18-09-2014-4145411.php" class="titre" title="En Alsace, les terroirs s'organisent face aux vins du Nouveau monde">En Alsace, les terroirs s'organisent face aux vins du Nouveau monde</a>
</li>
<li>
<span class="heure">14h59</span> <a href="/flash-actualite-culture/chanson-arthur-h-sa-cavale-au-canada-18-09-2014-4145415.php" class="titre" title="Chanson: Arthur H, sa cavale au Canada">Chanson: Arthur H, sa cavale au Canada</a>
</li>
<li>
<span class="heure">14h13</span> <a href="/flash-actualite-culture/decouvrir-rome-au-pas-de-course-avec-les-visites-guidees-jogging-18-09-2014-4145363.php" class="titre" title="Découvrir Rome au pas de course avec les visites guidées "jogging"">Découvrir Rome au pas de course avec les visites guidées "jogging"</a>
</li>
<li>
<span class="heure">13h09</span> <a href="/flash-actualite-culture/prix-femina-le-jury-boycotte-le-meurice-propriete-du-sultanat-de-brunei-pour-cause-de-charia-18-09-2014-4145319.php" class="titre" title="Prix Femina: le jury boycotte le Meurice, propriété du sultanat de Brunei, pour cause de charia">Prix Femina: le jury boycotte le Meurice, propriété du sultanat de Brunei, pour cause de charia</a>
</li>
</ul>
<div class="depeches depeches-5" >
<br class="clear"/>
<div class="bas">
<!--<a href="/flash-actualite-culture/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>-->
<a href="/flash-actualite-culture/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>
</div>
</div>
<ul class="depeches depeches-6" >
<li>
<span class="heure">17h40</span> <a href="/flash-actualite-high-tech/donnees-personnelles-apple-renforce-la-securite-sur-l-iphone-et-l-ipad-18-09-2014-4145703.php" class="titre" title="Données personnelles: Apple renforce la sécurité sur l'iPhone et l'iPad">Données personnelles: Apple renforce la sécurité sur l'iPhone et l'iPad</a>
</li>
<li>
<span class="heure">16h57</span> <a href="/flash-actualite-high-tech/dire-ne-pas-dire-quand-l-academie-repond-aux-internautes-18-09-2014-4145569.php" class="titre" title=""Dire, ne pas dire": quand l'Académie répond aux internautes">"Dire, ne pas dire": quand l'Académie répond aux internautes</a>
</li>
<li>
<span class="heure">15h29</span> <a href="/flash-actualite-high-tech/ecosse-voteyes-voteno-la-bataille-de-l-independance-sur-les-reseaux-sociaux-18-09-2014-4145445.php" class="titre" title="Écosse: #voteyes, #voteno, la bataille de l'indépendance sur les réseaux sociaux">Écosse: #voteyes, #voteno, la bataille de l'indépendance sur les réseaux sociaux</a>
</li>
<li>
<span class="heure">13h28</span> <a href="/flash-actualite-high-tech/ecosse-andy-murray-penche-du-cote-du-oui-a-l-independance-18-09-2014-4145335.php" class="titre" title="Ecosse: Andy Murray penche du côté du oui à l'indépendance">Ecosse: Andy Murray penche du côté du oui à l'indépendance</a>
</li>
<li>
<span class="heure">11h18</span> <a href="/flash-actualite-culture/tokyo-game-show-2014-le-jeu-change-et-modifie-la-facon-de-jouer-18-09-2014-4145155.php" class="titre" title="Tokyo Game Show 2014: "le jeu change et modifie la façon de jouer"">Tokyo Game Show 2014: "le jeu change et modifie la façon de jouer"</a>
</li>
<li>
<span class="heure">10h52</span> <a href="/flash-actualite-economie/telecoms-ericsson-va-arreter-les-modems-des-centaines-de-postes-supprimes-18-09-2014-4145057.php" class="titre" title="Télécoms: Ericsson va arrêter les modems, des centaines de postes supprimés">Télécoms: Ericsson va arrêter les modems, des centaines de postes supprimés</a>
</li>
<li>
<span class="heure">08h38</span> <a href="/flash-actualite-economie/ue-concurrence-news-corp-denonce-le-pouvoir-ecrasant-de-google-18-09-2014-4144865.php" class="titre" title="UE/concurrence: News Corp dénonce le pouvoir "écrasant" de Google">UE/concurrence: News Corp dénonce le pouvoir "écrasant" de Google</a>
</li>
</ul>
<div class="depeches depeches-6" >
<br class="clear"/>
<div class="bas">
<!--<a href="/flash-actualite-economie/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>-->
<a href="/flash-actualite-high-tech/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>
</div>
</div>
<ul class="depeches depeches-7" >
<li>
<span class="heure">19h19</span> <a href="/flash-actualite-insolite/une-jaguar-decapotable-retrouvee-46-ans-apres-avoir-ete-volee-a-new-york-18-09-2014-4145897.php" class="titre" title="Une Jaguar décapotable retrouvée 46 ans après avoir été volée à New York">Une Jaguar décapotable retrouvée 46 ans après avoir été volée à New York</a>
</li>
<li>
<span class="heure">14h13</span> <a href="/flash-actualite-culture/decouvrir-rome-au-pas-de-course-avec-les-visites-guidees-jogging-18-09-2014-4145363.php" class="titre" title="Découvrir Rome au pas de course avec les visites guidées "jogging"">Découvrir Rome au pas de course avec les visites guidées "jogging"</a>
</li>
<li>
<span class="heure">12h04</span> <a href="/flash-actualite-insolite/hong-kong-un-voleur-de-diamant-perdu-par-sa-maladresse-18-09-2014-4145257.php" class="titre" title="Hong Kong: un voleur de diamant perdu par sa maladresse">Hong Kong: un voleur de diamant perdu par sa maladresse</a>
</li>
<li>
<span class="heure">14h11</span> <a href="/flash-actualite-insolite/isere-elle-retrouve-deux-cranes-au-fond-de-sa-cave-17-09-2014-4142331.php" class="titre" title="Isère: elle retrouve deux crânes au fond de sa cave">Isère: elle retrouve deux crânes au fond de sa cave</a>
</li>
<li>
<span class="heure">20h19</span> <a href="/flash-actualite-insolite/rome-chapelles-et-tombes-a-vendre-compter-jusqu-a-650-000-euros-16-09-2014-4140127.php" class="titre" title="Rome: chapelles et tombes à vendre, compter jusqu'à 650.000 euros...">Rome: chapelles et tombes à vendre, compter jusqu'à 650.000 euros...</a>
</li>
<li>
<span class="heure">12h14</span> <a href="/flash-actualite-insolite/dans-les-entrailles-d-un-calamar-colossal-16-09-2014-4139411.php" class="titre" title="Dans les entrailles d'un calamar colossal">Dans les entrailles d'un calamar colossal</a>
</li>
<li>
<span class="heure">17h25</span> <a href="/flash-actualite-insolite/croatie-des-coqs-trop-bruyants-chassent-les-touristes-15-09-2014-4137117.php" class="titre" title="Croatie: des coqs trop bruyants chassent les touristes">Croatie: des coqs trop bruyants chassent les touristes</a>
</li>
</ul>
<div class="depeches depeches-7" >
<br class="clear"/>
<div class="bas">
<!--<a href="/flash-actualite-insolite/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>-->
<a href="/flash-actualite-insolite/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>
</div>
</div>
<ul class="depeches depeches-8" >
<li>
<span class="heure">18h12</span> <a href="/flash-actualite-sante/appelez-la-aida-mais-evitez-la-un-film-d-animation-sur-le-moustique-tigre-18-09-2014-4145769.php" class="titre" title="Appelez-la Aida... mais évitez-la: un film d'animation sur le moustique-tigre">Appelez-la Aida... mais évitez-la: un film d'animation sur le moustique-tigre</a>
</li>
<li>
<span class="heure">17h46</span> <a href="/flash-actualite-monde/ebola-hollande-annonce-l-installation-d-un-hopital-militaire-en-guinee-18-09-2014-4145713.php" class="titre" title="Ebola: Hollande annonce l'installation d'un hôpital militaire en Guinée">Ebola: Hollande annonce l'installation d'un hôpital militaire en Guinée</a>
</li>
<li>
<span class="heure">17h12</span> <a href="/flash-actualite-sante/ebola-2-630-morts-5-357-cas-18-09-2014-4145609.php" class="titre" title="Ebola: 2.630 morts, 5.357 cas">Ebola: 2.630 morts, 5.357 cas</a>
</li>
<li>
<span class="heure">15h43</span> <a href="/flash-actualite-sante/ebola-la-sierra-leone-va-confiner-sa-population-18-09-2014-4145471.php" class="titre" title="Ebola: la Sierra Leone va confiner sa population">Ebola: la Sierra Leone va confiner sa population</a>
</li>
<li>
<span class="heure">11h52</span> <a href="/flash-actualite-sante/la-federation-hospitaliere-de-france-s-en-prend-au-carcan-des-35-heures-18-09-2014-4145221.php" class="titre" title="La Fédération hospitalière de France s'en prend au "carcan des 35 heures"">La Fédération hospitalière de France s'en prend au "carcan des 35 heures"</a>
</li>
<li>
<span class="heure">11h05</span> <a href="/flash-actualite-sante/en-asie-la-cigarette-n-a-pas-fini-de-faire-un-tabac-18-09-2014-4145127.php" class="titre" title="En Asie, la cigarette n'a pas fini de faire un tabac">En Asie, la cigarette n'a pas fini de faire un tabac</a>
</li>
<li>
<span class="heure">10h31</span> <a href="/flash-actualite-sante/ebola-quarantaines-couvre-feux-confinements-quelle-efficacite-contre-le-virus-18-09-2014-4145033.php" class="titre" title="Ebola: quarantaines, couvre-feux, confinements, quelle efficacité contre le virus?">Ebola: quarantaines, couvre-feux, confinements, quelle efficacité contre le virus?</a>
</li>
</ul>
<div class="depeches depeches-8" >
<br class="clear"/>
<div class="bas">
<!--<a href="/flash-actualite-sante/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>-->
<a href="/flash-actualite-sante/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>
</div>
</div>
<ul class="depeches depeches-9" >
<li>
<span class="heure">17h35</span> <a href="/flash-actualite-sciences/ariane-6-les-francais-font-monter-la-pression-en-faveur-d-un-lancement-rapide-18-09-2014-4145679.php" class="titre" title="Ariane 6: les Français font monter la pression en faveur d'un lancement rapide">Ariane 6: les Français font monter la pression en faveur d'un lancement rapide</a>
</li>
<li>
<span class="heure">21h14</span> <a href="/flash-actualite-sciences/le-patron-d-arianespace-souhaite-une-ariane-6-au-plus-vite-17-09-2014-4142855.php" class="titre" title="Le patron d'Arianespace souhaite une Ariane 6 au plus vite">Le patron d'Arianespace souhaite une Ariane 6 au plus vite</a>
</li>
<li>
<span class="heure">19h46</span> <a href="/flash-actualite-sciences/les-chimpanzes-n-ont-pas-besoin-de-l-homme-pour-se-faire-la-guerre-17-09-2014-4142769.php" class="titre" title="Les chimpanzés n'ont pas besoin de l'homme pour se faire la guerre">Les chimpanzés n'ont pas besoin de l'homme pour se faire la guerre</a>
</li>
<li>
<span class="heure">19h25</span> <a href="/flash-actualite-sante/les-edulcorants-augmenteraient-le-risque-de-diabete-17-09-2014-4142727.php" class="titre" title="Les édulcorants augmenteraient le risque de diabète">Les édulcorants augmenteraient le risque de diabète</a>
</li>
<li>
<span class="heure">10h21</span> <a href="/flash-actualite-culture/royaume-uni-le-dernier-combat-du-roi-richard-iii-raconte-par-la-science-17-09-2014-4142065.php" class="titre" title="Royaume-Uni: le dernier combat du roi Richard III, raconté par la science">Royaume-Uni: le dernier combat du roi Richard III, raconté par la science</a>
</li>
<li>
<span class="heure">23h00</span> <a href="/flash-actualite-economie/la-nasa-retient-boeing-et-spacex-pour-construire-les-premiers-vaisseaux-prives-habites-16-09-2014-4140243.php" class="titre" title="La Nasa choisit Boeing et SpaceX pour ses deux premiers vaisseaux privés habités">La Nasa choisit Boeing et SpaceX pour ses deux premiers vaisseaux privés habités</a>
</li>
<li>
<span class="heure">20h58</span> <a href="/flash-actualite-economie/iss-boeing-spacex-ou-sierra-nevada-la-nasa-devoile-son-choix-mardi-16-09-2014-4140161.php" class="titre" title="ISS: Boeing, SpaceX ou Sierra Nevada, la Nasa dévoile son choix mardi">ISS: Boeing, SpaceX ou Sierra Nevada, la Nasa dévoile son choix mardi</a>
</li>
</ul>
<div class="depeches depeches-9" >
<br class="clear"/>
<div class="bas">
<!--<a href="/flash-actualite-economie/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>-->
<a href="/flash-actualite-sciences/" title="Toutes les dépêches">TOUTES LES DÉPÊCHES</a>
</div>
</div>
</div>
<!--module-->
<!-- ###fin-BLOC### flash actu - bloc Dépêches AFP - AUTO - 300-->
<!-- ###debut-BLOC### Articles les plus lus/commentés/partagés-->
<!--bMnorm - template : bloc_compteur_une.tpl -->
<script type="text/javascript">
document.write('<script type="text/javascript" src="/articleslesplus/lus.php?r="' + Math.random()+'"><\/script>');
document.write('<script type="text/javascript" src="/articleslesplus/partages.php?r="' + Math.random()+'"><\/script>');
document.write('<script type="text/javascript" src="/articleslesplus/commentes.php?r="' + Math.random()+'"><\/script>');
</script>
<script type="text/javascript">
function display_lus()
{
if(typeof(lus)!='undefined')
{
//alert(lus.length);
if(lus.length>0)
{
for(var i=0;i<lus.length;i++)
{
var jour=lus[i].date.substr(8,2)+'/'+lus[i].date.substr(5,2)+'/'+lus[i].date.substr(0,4); // 2008-12-04 14:45:00 -> 04.11.2008, 07h00
var heure=lus[i].date.substr(11,2)+'h'+lus[i].date.substr(14,2);
if(i == lus.length-1)
document.write('<li class="last">');
else
document.write('<li>');
document.write('<span class="date">le '+jour+' à '+heure+'</span><a href="'+lus[i].url+'" title="'+lus[i].titre+'">'+lus[i].titre+'</a></li>');
document.write('</li>');
}
}
}
}
function display_partages()
{
if(typeof(partages)!='undefined')
{
//alert(partages.length);
if(partages.length>0)
{
for(var i=0;i<partages.length;i++)
{
var jour=partages[i].date.substr(8,2)+'/'+partages[i].date.substr(5,2)+'/'+partages[i].date.substr(0,4); // 2008-12-04 14:45:00 -> 04.11.2008, 07h00
var heure=partages[i].date.substr(11,2)+'h'+partages[i].date.substr(14,2);
if(i == partages.length-1)
document.write('<li class="last">');
else
document.write('<li>');
document.write('<span class="date">le '+jour+' à '+heure+'</span><a href="'+partages[i].url+'" title="'+partages[i].titre+'">'+partages[i].titre+'</a></li>');
document.write('</li>');
}
}
}
}
function display_commentes()
{
if(typeof(commentes)!='undefined')
{
//alert(commentes.length);
if(commentes.length>0)
{
for(var i=0;i<commentes.length;i++)
{
var jour=commentes[i].date.substr(8,2)+'/'+commentes[i].date.substr(5,2)+'/'+commentes[i].date.substr(0,4); // 2008-12-04 14:45:00 -> 04.11.2008, 07h00
var heure=commentes[i].date.substr(11,2)+'h'+commentes[i].date.substr(14,2);
if(i == commentes.length-1)
document.write('<li class="last">');
else
document.write('<li>');
document.write('<span class="date">le '+jour+' à '+heure+'</span><a href="'+commentes[i].url+'" title="'+commentes[i].titre+'">'+commentes[i].titre+'</a></li>');
document.write('</li>');
}
}
}
}
</script>
<!-- Les articles les plus -->
<div class="module-actu-310 module-bas border-darkblue clearfix">
<div class="top-lesplus height30">LES ARTICLES LES PLUS...</div>
<ul class="menu-lesplus">
<li id="onglet1" class="actif"><a href="#" title="CONSULTÉS">CONSULTÉS</a></li>
<li id="onglet2"><a href="#" title="COMMENTÉS">COMMENTÉS</a></li>
<li id="onglet3" style="border-right:none;"><a href="#" title="PARTAGÉS">PARTAGÉS</a></li>
</ul>
<div class="marqueur-lesplus"><img id="img-marqueur-lesplus" src="/imgs/homeg/bloc-lesplus-marqueurON.png" alt="LES ARTICLES LES PLUS..." title="LES ARTICLES LES PLUS..." /></div>
<ul class="liste lesarticleslesplus" id="lesplusconsultes" style="display:block">
<script type="text/javascript">
display_lus();
</script>
</ul>
<ul class="liste lesarticleslesplus" id="lespluscommentes" style="display:none">
<script type="text/javascript">
display_commentes();
</script>
</ul>
<ul class="liste lesarticleslesplus" id="lespluspartages" style="display:none">
<script type="text/javascript">
display_partages();
</script>
</ul>
</div>
<!-- ###fin-BLOC### Articles les plus lus/commentés/partagés-->
<!-- ###debut-BLOC### WEB - Les plus recommandes - Box Facebook Like/recommandations LP - 300-->
<!--bH-->
<div class="bloc300-article contEditorial boxFacebook clearfix">
<p class="section-droite-title">Articles les + recommandés</p>
<div class="fb-like-box clearfix" data-href="http://www.facebook.com/leparisien" data-width="298" data-show-faces="false" data-border-color="#fff" data-stream="false" data-header="false"></div>
<!--<div class="fb-activity" data-site="www.leparisien.fr" data-app-id="177619252338205" data-max-age="2" data-width="298" data-height="360" data-header="false" data-linktarget="_parent" data-border-color="#fff" data-font="tahoma" data-recommendations="true"></div>
<fb:activity site="leparisien.fr" app_id="177619252338205" width="298" height="400" header="false" linktarget="_parent" border_color="#fff" font="arial" recommendations="true"></fb:activity> -->
<div class="fb-activity fb-recommendations clearfix" data-site="leparisien.fr" data-app-id="177619252338205" data-max-age="2" data-width="298" data-height="400" data-header="false" data-linktarget="_parent" data-border-color="#fff" data-font="tahoma" data-recommendations="true"></div>
</div>
<!-- ###fin-BLOC### WEB - Les plus recommandes - Box Facebook Like/recommandations LP - 300-->
<!-- ###debut-BLOC### PUB - PAVE PUBLI-REDAC (715)-->
<!--bH-->
<div class="pub-spot">
<div style="text-align: center;">
<div id="Ads_715" class="ads">
<script type="text/javascript">
<!-- // sas_manager.render(715);
if (typeof Ads != "undefined") {Ads.display(sas_pageid,715,sas_target);}
//-->
</script>
</div>
</div>
</div><!--pub-spot-->
<!-- ###fin-BLOC### PUB - PAVE PUBLI-REDAC (715)-->
<!--/col R30 --> </div> <!-- contenerRight -->
<!--supprimer-->
</div><!-- contenerGlobalInside -->
</div><!-- contenerGlobal -->
<div class="clear"></div>
<!-- /template ventre : ventre_rubrique_2col.tpl -->
</div> <!--gene-->
<!-- BLOCS TESTAPIC -->
<section class="sectionBlocsP parisien-section pratique clearfix">
<div class="gauche">
<style>
@-webkit-keyframes AutoSlide {
0%, 15% { margin-left: 0px; /* première image et dernière*/}
35%, 50% { margin-left: -300px; /*2ème image*/}
70%, 85% { margin-left: -600px; /*3ème image*/}
99.99% { margin-left: -900px;}
}
@-moz-keyframes AutoSlide {
0%, 15% { margin-left: 0px; /* première image et dernière*/}
35%, 50% { margin-left: -300px; /*2ème image*/}
70%, 85% { margin-left: -600px; /*3ème image*/}
99.99% { margin-left: -900px;}
}
@keyframes AutoSlide {
0%, 15% { margin-left: 0px; /* première image et dernière*/}
35%, 50% { margin-left: -300px; /*2ème image*/}
70%, 85% { margin-left: -600px; /*3ème image*/}
99.99% { margin-left: -900px;}
}
#eContent li { float: left; /*on aligne les éléments du slideshow*/}
#eContent { position: relative; top: 30px; width: 3300px; height: 219px; padding: 0; margin: 0; -webkit-animation : AutoSlide 10s ease-out infinite; -moz-animation : AutoSlide 10s ease-out infinite; animation : AutoSlide 10s ease-out infinite;}
#eContent img, #eContent .cont-texte, #eContent .btn-sup100 { position: inherit;}
#eContent .btn-sup100 { float: right;}
#eContent img {vertical-align: middle;}
.blocPartenaire300_v2.blocPartenaire-pratique .cont-texte { height: 39px; border-right:2px solid #ccdce4;}
#eContent .cont-texte p { max-width: 150px;}
#eContent .notification {position:absolute; bottom:61px; width:300px; height:25px; line-height:25px; background-color:#cc3333; text-align:center; font-size:14px; color:#fff; }
.blocPartenaire-pratique .btn-sup100 {bottom:20px;}
</style>
<script type="text/javascript">
(function(){
var bpl = document.createElement('link');
bpl.type = 'text/css';
bpl.rel = 'stylesheet';
bpl.media = 'screen';
bpl.href = 'http://s3.lprs1.fr/render/css/blocs-partenaires.css?k=b284e387a226411a45ed0cf3ce7e1707';
bpl.id = 'bpl';
if(!document.getElementById('bpl')){
(document.getElementsByTagName('head')[0]).appendChild(bpl);
}
})();
</script>
<aside class="blocPartenaire blocPartenaire300_v2 blocPartenaire-pratique">
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http%3A%2F%2Flocation-vente-immobilier.leparisien.fr%2Frecherche-location.html" title="IMMOBILIER" target="_blank">
<p class="cont-titre">
<span class="titre">IMMOBILIER</span>
<span>avec Explorimmo.com</span>
</p>
</a>
<ul id="eContent">
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http://location-vente-immobilier.leparisien.fr/annonce-2453954.html#xtor=AD-242[Flux_LeParisien]" target="_parent">
<div class="notification">
<span class="transaction">1 pièce</span>
<span class="localisation">Paris 19ème (75)</span>
<span class="prix">580 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300ExplorimmoCarrousel-locationIdf/541a5a62d194c.jpg" alt="Paris 19ème (75) - Appartement - 1 pièce" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http://location-vente-immobilier.leparisien.fr/annonce-25736061-1.html#xtor=AD-242[Flux_LeParisien]" target="_parent">
<div class="notification">
<span class="transaction">4 pièces</span>
<span class="localisation">Paris 3ème (75)</span>
<span class="prix">4 120 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300ExplorimmoCarrousel-locationIdf/541a5a630189c.jpg" alt="Paris 3ème (75) - Appartement - 4 pièces" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http://location-vente-immobilier.leparisien.fr/annonce-1951950.html#xtor=AD-242[Flux_LeParisien]" target="_parent">
<div class="notification">
<span class="transaction">6 pièces</span>
<span class="localisation">Paris 7ème (75)</span>
<span class="prix">5 500 €</span>
</div>
<img src="http://s3.lprs1.fr/_assets/img/design/standard/placeholder/placeholder-explorimmo.png" alt="Paris 7ème (75) - Appartement - 6 pièces" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http://location-vente-immobilier.leparisien.fr/annonce-30705201-1.html#xtor=AD-242[Flux_LeParisien]" target="_parent">
<div class="notification">
<span class="transaction">2 pièces</span>
<span class="localisation">Courbevoie (92)</span>
<span class="prix">1 400 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300ExplorimmoCarrousel-locationIdf/541a5a634e688.jpg" alt="Courbevoie (92) - Appartement - 2 pièces" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http://location-vente-immobilier.leparisien.fr/annonce-899014.html#xtor=AD-242[Flux_LeParisien]" target="_parent">
<div class="notification">
<span class="transaction">1 pièce</span>
<span class="localisation">Paris 18ème (75)</span>
<span class="prix">610 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300ExplorimmoCarrousel-locationIdf/541a5a63711bc.jpg" alt="Paris 18ème (75) - Appartement - 1 pièce" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http://location-vente-immobilier.leparisien.fr/annonce-1951954.html#xtor=AD-242[Flux_LeParisien]" target="_parent">
<div class="notification">
<span class="transaction">3 pièces</span>
<span class="localisation">Paris 11ème (75)</span>
<span class="prix">1 725 €</span>
</div>
<img src="http://s3.lprs1.fr/_assets/img/design/standard/placeholder/placeholder-explorimmo.png" alt="Paris 11ème (75) - Appartement - 3 pièces" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http://location-vente-immobilier.leparisien.fr/annonce-29707222-1.html#xtor=AD-242[Flux_LeParisien]" target="_parent">
<div class="notification">
<span class="transaction">5 pièces</span>
<span class="localisation">Paris 6ème (75)</span>
<span class="prix">5 600 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300ExplorimmoCarrousel-locationIdf/541a5a63d2b2f.jpg" alt="Paris 6ème (75) - Appartement - 5 pièces" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http://location-vente-immobilier.leparisien.fr/annonce-1848826.html#xtor=AD-242[Flux_LeParisien]" target="_parent">
<div class="notification">
<span class="transaction">3 pièces</span>
<span class="localisation">Paris 15ème (75)</span>
<span class="prix">2 350 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300ExplorimmoCarrousel-locationIdf/541a5a640149f.jpg" alt="Paris 15ème (75) - Appartement - 3 pièces" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http://location-vente-immobilier.leparisien.fr/annonce-2541844.html#xtor=AD-242[Flux_LeParisien]" target="_parent">
<div class="notification">
<span class="transaction">3 pièces</span>
<span class="localisation">Beauvais (60)</span>
<span class="prix">6 833 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300ExplorimmoCarrousel-locationIdf/541a5a64442e9.jpg" alt="Beauvais (60) - Divers - 3 pièces" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http://location-vente-immobilier.leparisien.fr/annonce-2453954.html#xtor=AD-242[Flux_LeParisien]" target="_parent">
<div class="notification">
<span class="transaction">1 pièce</span>
<span class="localisation">Paris 19ème (75)</span>
<span class="prix">580 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300ExplorimmoCarrousel-locationIdf/541a5a62d194c.jpg" alt="Paris 19ème (75) - Appartement - 1 pièce" width="300" height="133">
</a>
</li>
</ul>
<div class="cont-texte">
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[4]-[77]-[1469]-[2]-[1]-[0]-[1441]-&type=AT&url=http%3A%2F%2Flocation-vente-immobilier.leparisien.fr%2Frecherche-location.html" title="IMMOBILIER" target="_blank">
<p>Trouvez ici votre future location en Île de France </p>
<span class="btn-sup100 btn-couleur">Trouver</span>
</a>
</div>
</aside><script type="text/javascript">var lpBLOCP = lpBLOCP || {};lpBLOCP.eid = lpBLOCP.eid || [];lpBLOCP.addEncart = function(id) {lpBLOCP.eid.push(id);};lpBLOCP.eid.push(1469);</script> </div>
<div class="middle">
<style>
@-webkit-keyframes AutoSlide {
0%, 15% { margin-left: 0px; /* première image et dernière*/}
35%, 50% { margin-left: -300px; /*2ème image*/}
70%, 85% { margin-left: -600px; /*3ème image*/}
99.99% { margin-left: -900px;}
}
@-moz-keyframes AutoSlide {
0%, 15% { margin-left: 0px; /* première image et dernière*/}
35%, 50% { margin-left: -300px; /*2ème image*/}
70%, 85% { margin-left: -600px; /*3ème image*/}
99.99% { margin-left: -900px;}
}
@keyframes AutoSlide {
0%, 15% { margin-left: 0px; /* première image et dernière*/}
35%, 50% { margin-left: -300px; /*2ème image*/}
70%, 85% { margin-left: -600px; /*3ème image*/}
99.99% { margin-left: -900px;}
}
#autoContent li { float: left; /*on aligne les éléments du slideshow*/}
#autoContent { position: relative; top: 30px; width: 3300px; height: 219px; padding: 0; margin: 0; -webkit-animation : AutoSlide 10s ease-out infinite; -moz-animation : AutoSlide 10s ease-out infinite; animation : AutoSlide 10s ease-out infinite;}
#autoContent img, #autoContent .cont-texte, #autoContent .btn-sup100 { position: inherit;}
#autoContent .btn-sup100 { float: right;}
#autoContent img {vertical-align: middle; margin-top:-35px;}
.blocPartenaire300_v2.blocPartenaire-pratique .cont-texte { height: 39px; border-right:2px solid #ccdce4;}
#autoContent .cont-texte p { max-width: 150px;}
#autoContent .notification {position:absolute; bottom:61px; width:300px; height:25px; line-height:25px; background-color:#0070c0 !important; text-align:center; font-size:14px; color:#fff; }
.blocPartenaire-pratique .btn-sup100 {bottom:20px;}
</style>
<script type="text/javascript">
(function(){
var bpl = document.createElement('link');
bpl.type = 'text/css';
bpl.rel = 'stylesheet';
bpl.media = 'screen';
bpl.href = 'http://s3.lprs1.fr/render/css/blocs-partenaires.css?k=b284e387a226411a45ed0cf3ce7e1707';
bpl.id = 'bpl';
if(!document.getElementById('bpl')){
(document.getElementsByTagName('head')[0]).appendChild(bpl);
}
})();
</script>
<aside class="blocPartenaire blocPartenaire300_v2 blocPartenaire-pratique">
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[5]-[81]-[1583]-[2]-[1]-[0]-[1692]-&type=AT&url=http%3A%2F%2Fauto-moto.leparisien.fr%2F" title="ANNONCES AUTO" target="_blank">
<p class="cont-titre">
<span class="titre">ANNONCES AUTO</span>
<span>avec LaCentrale.fr</span>
</p>
</a>
<ul id="autoContent">
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[5]-[81]-[1583]-[2]-[1]-[0]-[1692]-&type=AT&url=http://auto-moto.leparisien.fr/auto-occasion-annonce-25171478.html" target="_parent">
<div class="notification">
<span class="transaction">SMART</span>
<span class="localisation">FORTWO</span>
<span class="prix">9 900 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300AutoMotoCarrousel/541a5a652d814.jpg" alt="SMART - FORTWO - 9 900 €" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[5]-[81]-[1583]-[2]-[1]-[0]-[1692]-&type=AT&url=http://auto-moto.leparisien.fr/auto-occasion-annonce-25173559.html" target="_parent">
<div class="notification">
<span class="transaction">VOLKSWAGEN</span>
<span class="localisation">TOURAN</span>
<span class="prix">16 490 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300AutoMotoCarrousel/541a5a6550620.jpg" alt="VOLKSWAGEN - TOURAN - 16 490 €" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[5]-[81]-[1583]-[2]-[1]-[0]-[1692]-&type=AT&url=http://auto-moto.leparisien.fr/auto-occasion-annonce-25172606.html" target="_parent">
<div class="notification">
<span class="transaction">RENAULT</span>
<span class="localisation">KOLEOS</span>
<span class="prix">21 990 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300AutoMotoCarrousel/541a5a6568cbd.jpg" alt="RENAULT - KOLEOS - 21 990 €" width="300" height="213">
</a>
</li>
<li>
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[5]-[81]-[1583]-[2]-[1]-[0]-[1692]-&type=AT&url=http://auto-moto.leparisien.fr/auto-occasion-annonce-25171478.html" target="_parent">
<div class="notification">
<span class="transaction">SMART</span>
<span class="localisation">FORTWO</span>
<span class="prix">9 900 €</span>
</div>
<img src="http://s3.lprs1.fr/images/blocs-partenaires/300AutoMotoCarrousel/541a5a652d814.jpg" alt="SMART - FORTWO - 9 900 €" width="300" height="213">
</a>
</li>
</ul>
<div class="cont-texte">
<a href="http://logp2.xiti.com/go.ad?xts=40086&atc=PUB-[5]-[81]-[1583]-[2]-[1]-[0]-[1692]-&type=AT&url=http%3A%2F%2Fauto-moto.leparisien.fr%2F" title="ANNONCES AUTO" target="_blank">
<p>Trouvez ici la<br> voiture idéale !</p>
<span class="btn-sup100 btn-couleur">Trouver</span>
</a>
</div>
</aside><script type="text/javascript">var lpBLOCP = lpBLOCP || {};lpBLOCP.eid = lpBLOCP.eid || [];lpBLOCP.addEncart = function(id) {lpBLOCP.eid.push(id);};lpBLOCP.eid.push(1583);</script> </div>
<div class="droite">
<style type="text/css">iframe.noScrolling { width: 298px; height: 248px; overflow: hidden; border: none;}</style>
<aside class="blocPartenaire">
<iframe src="http://cshoppingbox.partner.leguide.com/leparisien/006_autres.htm" name="leguide" width="300" height="250" class="noScrolling" scrolling="no"></iframe>
</aside><script type="text/javascript">var lpBLOCP = lpBLOCP || {};lpBLOCP.eid = lpBLOCP.eid || [];lpBLOCP.addEncart = function(id) {lpBLOCP.eid.push(id);};lpBLOCP.eid.push(1395);</script> </div>
</section>
<!-- SMART / BANNIERE FOOTER -->
<div class="position-pub top largeurpage">
<div id="Ads_651" class="ads">
<script type="text/javascript">
<!-- // sas_manager.render(651);
if (typeof Ads != "undefined") {Ads.display(sas_pageid,651,sas_target);}
//-->
</script>
</div>
</div>
<section id="footer-parisien" class="footer clearfix">
<aside class="cont-reseaux bgCouleur">
<div class="largeurpage">
<ul id="suivezNousFooter" class="suivezParisien clearfix">
<li class="fb picto-img btn-carre30x30">
<a href="http://www.facebook.com/leparisien" target="_blank" title="Facebook" class="a">Facebook</a>
</li>
<li class="twitter picto-img btn-carre30x30">
<a href="https://twitter.com/#!/le_Parisien" target="_blank" title="Twitter" class="a">Twitter</a>
</li>
<li class="gplus picto-img btn-carre30x30">
<a href="https://plus.google.com/+LeParisien/posts" target="_blank" title="Google +" class="a">Google +</a>
</li>
<li class="noSousMenu pinterest picto-img btn-carre30x30">
<a href="http://pinterest.com/leparisienfr/" target="_blank" title="Pinterest" class="a">Pinterest</a>
</li>
<li class="noSousMenu mobile">
<a href="http://www.leparisien.fr/services/mobiles/index.php" title="Mobile & tablette">
<div class="mobile picto-img btn-carre30x30">
<span class="a"></span>
</div>
<p>Mobile & tablette</p>
</a>
</li>
<li class="noSousMenu newsletter">
<a href="http://www.leparisien.fr/espace-premium/mon-compte/newsletters.php" title="Newsletter">
<div class="newsletter picto-img btn-carre30x30">
<span class="a"></span>
</div>
<p>Recevoir nos Newsletters</p>
</a>
</li>
</ul>
<div class="parisien-recherche">
<form class="formulaire-parisien formRecherche jqtransformdone" method="get" action="http://www.leparisien.fr/recherche/recherche.php">
<input class="champs search" type="text" value="Rechercher sur le site" name="q" />
<input class="submit" type="submit" value="ok" name="ok" onclick="xt_med('C', '25', 'HEADER_RECHERCHE', 'N')" />
</form>
</div>
</div>
</aside>
<div class="menuFooter largeurpage clearfix">
<a class="logoFooter" href="http://www.leparisien.fr" title="Le Parisien">Le Parisien</a>
<nav>
<ul class="clearfix">
<li class="active"><a href="http://www.leparisien.fr/actualites-informations-direct-videos-parisien.php" title="à la une">à la une</a></li>
<li><a href="http://www.leparisien.fr/automobile/" title="Auto">Auto</a></li>
<li><a href="http://www.leparisien.fr/blogs/" title="Blogs">Blogs</a></li>
<li><a href="http://www.leparisien.fr/economie/" title="Économie">Économie</a></li>
<li><a href="http://www.leparisien.fr/environnement/" title="environnement">environnement</a></li>
<li><a href="http://www.leparisien.fr/faits-divers/" title="Faits divers">Faits divers</a></li>
<li><a href="http://www.leparisien.fr/high-tech/" title="Hight Tech">High Tech</a></li>
<li><a href="http://www.leparisien.fr/international/" title="International">International</a></li>
<li><a href="http://www.leparisien.fr/laparisienne/" title="La Parisienne" class="texteCouleur">La Parisienne</a></li>
<li><a href="http://www.leparisien.fr/actualite-people-medias/" title="People">People</a></li>
<li><a href="http://www.leparisien.fr/politique/" title="Politique">Politique</a></li>
<li><a href="http://www.leparisien.fr/psg-foot-paris-saint-germain.php" title="PSG Footer">PSG Foot</a></li>
<li><a href="http://www.leparisien.fr/societe/" title="Société">Société</a></li>
<li><a href="http://www.leparisien.fr/sports/" title="Sports">Sports</a></li>
<li><a href="http://hippisme-turf.leparisien.fr/" title="Sport hippique">Sport hippique</a></li>
<li><a href="http://etudiant.aujourdhui.fr/etudiant/" title="Étudiant">Étudiant</a></li>
</ul>
</nav>
</div>
<div class="largeurpage rubriqueSite clearfix">
<article>
<ul class="first">
<li class="title"><h1>Info locale</h1></li>
<li><a href="http://www.leparisien.fr/accueil/paris-75.php" title="75 Paris"><span>75</span> Paris</a></li>
<li><a href="http://www.leparisien.fr/accueil/seine-et-marne-77.php" title="77 Seine-et-Marne"><span>77</span> Seine-et-Marne</a></li>
<li><a href="http://www.leparisien.fr/accueil/yvelines-78.php" title="78 Yvelines"><span>78</span> Yvelines</a></li>
<li><a href="http://www.leparisien.fr/accueil/essonne-91.php" title="91 Essonne"><span>91</span> Essonne</a></li>
<li><a href="http://www.leparisien.fr/accueil/hauts-de-seine-92.php" title="92 Hauts-de-Seine"><span>92</span> Hauts-de-Seine</a></li>
<li><a href="http://www.leparisien.fr/accueil/seine-saint-denis-93.php" title="93 Seine-Saint-Denis"><span>93</span> Seine-Saint-Denis</a></li>
<li><a href="http://www.leparisien.fr/accueil/val-de-marne-94.php" title="94 Val-de-Marne"><span>94</span> Val-de-Marne</a></li>
<li><a href="http://www.leparisien.fr/accueil/val-d-oise-95.php" title="95 Val d'Oise"><span>95</span> Val d'Oise</a></li>
<li><a href="http://www.leparisien.fr/accueil/oise-60.php" title="60 Oise"><span>60</span> Oise</a></li>
</ul>
</article>
<article>
<ul>
<li class="title"><h1>Services du Parisien</h1></li>
<li><a href="http://www.leparisien.fr/boutique/index.php" title="Boutique le Parisien">Boutique le Parisien</a></li>
<li><a href="http://www.leparisien.fr/services/circulation-direct/index.php" title="État du trafic en temps réel">État du trafic en temps réel</a></li>
<li><a href="http://astrologie.leparisien.fr/astrologie/zodiaque.html" title="Horoscope">Horoscope</a></li>
<li><a href="http://www.leparisien.fr/meteo/meteo-france/" title="Météo">Météo</a></li>
<li><a href="http://www.leparisien.fr/bons-plans/code-promo/fnac-1.php" title="Codes promos Fnac">Codes promos Fnac</a></li>
<li><a href="/boutique/index.php" title="Une personnalisée">Une personnalisée</a></li>
<li><a href="http://www.leparisien.fr/jeux/jeu-concours.php" title="Jeux">Jeux</a></li>
<li><a href="http://forum.leparisien.fr/" title="Forums">Forums</a></li>
<li><a href="http://forum.leparisien.fr/laparisienne/" title="Forum La Parisienne">Forum La Parisienne</a></li>
</ul>
</article>
<article>
<ul>
<li class="title"><h1>Événements</h1></li>
<li><a href="http://etudiant.aujourdhui.fr/etudiant/orientation/apb-admission-postbac.html">Admission Post Bac</a></li>
<li><a href="http://forum.aujourdhui.fr/">Forum étudiant</a></li>
<li><a href="http://etudiant.aujourdhui.fr/etudiant/info/candidature-spontanee.html">Candidature spontanée</a></li>
<li><a href="http://etudiant.aujourdhui.fr/etudiant/agenda/journees-du-patrimoine.html">Journées du Patrimoine</a></li>
<li><a href="http://www.parisetudiant.com/etudiant/sortir.html">Sortir à Paris</a></li>
<li><a href="http://etudiant.aujourdhui.fr/etudiant/info/exemple-de-cv.html">Exemples de CV</a></li>
<li><a href="http://www.parisetudiant.com/etudiant/sortir/after-work.html">Afterwork</a></li>
<li><a href="http://www.ptitchef.com/" target="_blank">Recettes de cuisine faciles</a></li>
</ul>
</article>
<article>
<ul>
<li class="title"><h1>Publicité</h1></li>
<li><a href="http://www.leparisien.fr/annonces/" title="Annonceurs">Annonceurs</a></li>
<li><a href="http://petites-annonces.leparisien.fr/pal" title="Publiez votre annonce">Publiez votre annonce</a></lI>
<li><a href="http://avisdemarches.leparisien.fr" title="Marchés publics">Marchés publics</a></li>
<li><a href="http://www.amaurymedias.fr/pdf/2012/chiffres-cles/chiffresLP.pdf" title="Chiffres clés (PDF)" target="_blank">Chiffres clés (PDF)</a></li>
</ul>
</article>
</div>
<div class="siteGroupe largeurpage clearfix">
<article class="clearfix">
<ul class="clearfix">
<li class="title"><h1><a href="http://www.amaury.com/" target="_blank">Sites du groupe Amaury</a></h1></li>
<li><a href="http://www.lequipe.fr/" title="L'Équipe" target="_blank">L'Équipe</a></li>
<li><a href="http://www.lequipemag.fr/" title="L’Equipe Magazine" target="_blank">L’Equipe Magazine</a></li>
<li><a href="http://www.francefootball.fr/" title="France Football" target="_blank">France Football</a></li>
<li><a href="http://www.parisjob.com/" title="Paris Job" target="_blank">Paris Job</a></li>
<li><a href="http://www.aso.fr/fr/homepage.html" title="Amaury Sport Organisation" target="_blank">Amaury Sport Organisation</a></li>
<li><a href="http://www.velomagazine.fr/" title="Vélo Magazine" target="_blank">Vélo Magazine</a></li>
<li><a href="http://www.lequipe.fr/Golf/" title="Le Journal du Golf" target="_blank">Le Journal du Golf</a></li>
<li><a href="http://www.ilosport.fr/" title="Ilosport" target="_blank">Ilosport</a></li>
<li><a href="http://www.sportetstyle.fr/" title="Sport&Style" target="_blank">Sport&Style</a></li>
<li><a href="http://www.leparisien.fr/annonces/" title="Nos autres sites partenaires" target="_blank">Nos autres sites partenaires</a></li>
</ul>
<ul class="logosPartenaires clearfix">
<li class="lequipe picto-logo">L'Équipe</li>
<li class="franceFoot picto-logo">France Football</li>
<li class="parisJob picto-logo">Paris Job</li>
<li class="aso picto-logo">Amaury Sport Organisation</li>
<li class="veloMag picto-logo">Vélo Magazine</li>
<li class="golf picto-logo">Le Journal du Golf</li>
</ul>
</article>
<div class="marketingParisien bonsPlansparisien clearfix">
<a href="/bons-plans/code-promo/" title="Bons plans du Parisien">
<p>
<span class="title">Économisez de l'argent !</span>
Retrouvez toutes les réductions, codes promos et cashback
<span class="title"><u>cliquez ici !</u></span>
</p>
<span class="img">Installez</span>
</a>
</div>
</div>
<aside class="footer largeurpage clearfix">
<ul>
<li><a href="" title="Le Parisien">© Le Parisien</a></li>
<li><a href="http://www.leparisien.fr/services/ecrire/index.php" title="Nous écrire">Nous écrire</a></li>
<li><a href="http://www.leparisien.fr/services/kifekoi/accueil.htm" title="Qui sommes-nous">Qui sommes-nous</a></li>
<li><a href="http://www.leparisien.fr/services/ethique/ethique.php" title="Éthique">Éthique</a></li>
<li><a href="http://www.leparisien.fr/cookies/" title="Cookies">Cookies</a></li>
<li><a href="http://www.leparisien.fr/espace-professionnel/" title="Espace Pro">Espace Pro</a></li>
<li><a href="http://www.leparisien.fr/espace-premium/cgu.php" title="CGU">CGU</a></li>
<!--<li><a href="" title="Plan du site">Plan du site</a></li>-->
<li><a href="http://actualites.leparisien.fr/" title="Index de l'actualité">Index de l'actualité</a></li>
<li><a href="http://informations.leparisien.fr" title="Archives">Archives</a></li>
<li><a href="http://www.leparisien.fr/recrutement/" title="Recrutement">Recrutement</a></li>
<li><a href="http://www.leparisien.fr/services/rss/" title="RSS">RSS</a></li>
<li class="last"><a href="http://www.leparisien.fr/communiques-presse/" title="Espace presse">Espace presse</a></li>
</ul>
</aside>
</section>
<script type="text/javascript">
if(sso && abo ){
$('.content-abo').show();
$('.content-no-abo').hide();
}
</script>
<!-- AJOUT RADAR CEDEXIS -->
<script type="text/javascript">
if (Math.random() > 0.9) (function(w, d) { var a = function() { var a = d.createElement('script'); a.type = 'text/javascript'; a.async = 'async'; a.src = '//' + ((w.location.protocol === 'https:') ?
's3.amazonaws.com/cdx-radar/' : 'radar.cedexis.com/') + '01-10076-radar10.min.js'; d.body.appendChild(a); };
if (w.addEventListener) { w.addEventListener('load', a, false); } else if (w.attachEvent) { w.attachEvent('onload', a); }
}(window, document));
</script>
<script type="text/javascript">
$(window).load(function(){
if($("#bloc300Resize").length != 0){
resizeBloc300();
}
});
function resizeBloc300(){
$bloc300Resize = $("#bloc300Resize ul");
hDroite = $("#colDroite").outerHeight();
hGauche = $("#colArticle").outerHeight();
var diff = hGauche - hDroite;
var hauteurItem = $bloc300Resize.find("li").outerHeight(); //px, en dur pour l'instant, 65px + 5px de margin-bottom
var nbItems = Math.floor(diff / hauteurItem); //items à rajouter ou enlever, arrondi à l'inférieur
// si on souhaite arrondir au supérieur, il faut utiliser Math.ceil
var newHeight = (nbItems * hauteurItem) + $bloc300Resize.height();
$bloc300Resize.height(newHeight);
if(diff < -700 ){
$bloc300Resize.height(nbItems*3);
}
}
</script>
<!-- TOASTER BEGIN //-->
<style>
#toaster {display:none; position:fixed;left: 0; bottom: 0; width: 100%; z-index: 99999999999999;background-color: #0078b4; height: 45px;}
#toaster .largeurpage {position: relative;}
#toaster a:hover {text-decoration: none; color:#000;}
#toaster strong {margin-right: 10px;}
#toaster .titre {text-transform: uppercase; background-color: #333; color: #FFFFFF;font-size: 11px; font-weight: bold;background-image: url("/img/effets/parisien/asuivre-effet.png");
background-repeat: no-repeat;background-position: top right; padding: 0px 10px;margin: 0 10px 0 0;}
#toaster #enContinu { z-index: 3; height: 45px; line-height: 30px;}
#toaster #enContinu a:hover {color: #000;}
#toaster #enContinu a {color: #FFFFFF; }
#toaster #enContinu a,
#toaster #enContinu p {height: 45px;}
</style>
<div id="toaster">
<div id="enContinu" class="largeurpage clearfix">
<p id="toaster-type-alerte" class="titre gauche">Alerte Info</p>
<a class="gauche" href="/" onclick="return xt_click(this,'C','25','Clics-blocs::toaster','N')"><strong id="toaster-time"></strong><span id="toaster-title" ></span></a>
</div>
</div>
<script type="text/javascript">
function processToaster(data){
var updated_at = data['updated_at'].split(/[- :]/);
var hh = updated_at[3];
var mm = updated_at[4];
if ($.cookie('toaster')) {
var toaster_obj = JSON.parse($.cookie('toaster'));
if (toaster_obj && (data['titre'] != toaster_obj['titre']) ) {
$.cookie('toaster', JSON.stringify(data), { path: '/', domain: 'leparisien.fr' });
// Affiche le toaster "Alerte Info:"
$('#toaster-type-alerte').html("Alerte Info:");
$('#toaster-title').html(data['titre']);
$('#toaster-time').html(hh + ":" + mm);
$('#toaster').fadeOut().delay(1000).fadeIn();
}
} else {
// Affiche le toaster "À la une:"
$('#toaster-type-alerte').html("À la une:");
$('#toaster-title').html(data['titre']);
$('#toaster-time').html(hh + ":" + mm);
$('#toaster').delay(10000).fadeIn();
$.cookie('toaster', JSON.stringify(data), { path: '/', domain: 'leparisien.fr' });
}
}
function checkToaster(){
var toaster_url = "http://www.leparisien.fr/scripts/toaster/toaster.php";
$.getJSON(toaster_url, processToaster);
}
checkToaster();
var inter = setInterval("checkToaster()", 120000);
</script>
<!-- TOASTER END //-->
<!-- Begin comScore Tag -->
<script>
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "18519897" });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
</script>
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=18519897&cv=2.0&cj=1" />
</noscript>
<!-- End comScore Tag -->
<!-- Marqueur XITI/ -->
<script type="text/javascript" src="http://www.leparisien.fr/scripts/cookie_xiti.js"></script>
<script type="text/javascript">
<!--
xtnv = document; //parent.document or top.document or document
xtsd = "http://logp2";
xtsite = "40086";
xtn2 = "8"; // level 2 site
xtpage = "ARCHIVES::home_archives"; //page name (with the use of :: to create chapters)
xtdi = ""; //implication degree
xt_ati = "INT-2-16-9||Z,INT-4-16-9||Z,INT-6-Y||Z,INT-7-Y||Z,INT-8-Y||Z,INT-9-Y||Z,INT-10-Y||Z,INT-26-Y||Z,PUB-[D_1]-[68],PUB-[D_1]-[69]"; //Ad Tracking impression name (separated by ,)
xtan = getCookie_xiti('id_sso');
xt_ac = "";
//do not modify below
if (window.xtparam!=null){window.xtparam+="&ati="+xt_ati;}
else{window.xtparam="&ati="+xt_ati;};
//-->
</script>
<script type="text/javascript" src="http://www.leparisien.fr/xtcore.js"></script>
<noscript><img width="1" height="1" alt="" src="http://logp2.xiti.com/hit.xiti?s=40086&s2=8&p=ARCHIVES::home_archives&di=&" ></noscript>
<!-- /Marqueur XITI -->
<!-- TAG COMMANDER START //-->
<script language="javascript">
<!--
var tc_vars = new Array();
tc_vars["env_work"] = 'prod';
tc_vars["env_template"] = 'article';
tc_vars["env_urlrewritten"] = '/archives/article.php';
tc_vars["env_dnt"] = '';
tc_vars["subscriber_id"] = '';
tc_vars["subscriber_email"] = '';
tc_vars["page_categorie"] = 'par:www:archives:article';
tc_vars["page_name"] = '';
tc_vars["article_type"] = '';
tc_vars["article_keywords"] = '';
tc_vars["type_abonnement"] = '';
tc_vars["type_of_payment"] = '';
tc_vars["subscriber_amount"] = '';
tc_vars["order_id"] = '';
tc_vars["subscriber_new"] = '';
tc_vars["subscriber_connect"] = '0';
//-->
</script>
<script type="text/javascript" language="javascript" src="/loaders/1e3f2585bd7cd035e74742a26e2bb42d.js"></script>
<noscript><iframe src="//redirect675.tagcommander.com/utils/noscript.php?id=3&mode=iframe" width="1" height="1"></iframe></noscript>
<!-- TAG COMMANDER END //-->
<script type="text/javascript">
var lpBLOCP = lpBLOCP || {};
lpBLOCP.sp = 0.1; // 100% data collection rate
lpBLOCP.sub = 's3.';
lpBLOCP.eid = lpBLOCP.eid || [];
lpBLOCP.addEncart = function(id) {lpBLOCP.eid.push(id);};
if (Math.random() < lpBLOCP.sp) {
(function() {
var lpblocpjs = document.createElement("script");
lpblocpjs.type = "text/javascript";
lpblocpjs.async = true;
lpblocpjs.src = "http://"+lpBLOCP.sub+"lprs1.fr/collect/blocp/collect.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(lpblocpjs, s);
})();
}
</script>
<!-- HABILLAGE TRANSPARENT START //-->
<script>
var is_body_wallpaper = $("body").css("background-image").indexOf("manchettepub");
if (is_body_wallpaper === -1) {
$('body').bind('click', function (e) {
var elem, evt = e ? e : event;
if (evt.srcElement) {
elem = evt.srcElement;
}
else if (evt.target) {
elem = evt.target;
}
if (elem instanceof HTMLBodyElement) {
window.location = "/";
}
});
}
</script>
<!-- HABILLAGE TRANSPARENT END //-->
<script src="/scripts/v2012/adblock_leparisien.js"></script>
<!-- CHARTBEAT BEGIN //-->
<script type='text/javascript'>
var _sf_async_config={};
/** CONFIGURATION START **/
_sf_async_config.uid = 52341;
_sf_async_config.domain = 'leparisien.fr';
_sf_async_config.useCanonical = false;
_sf_async_config.sections = 'par:www:archives:article';
_sf_async_config.authors = 'leparisien';
/** CONFIGURATION END **/
(function(){
function loadChartbeat() {
window._sf_endpt=(new Date()).getTime();
var e = document.createElement('script');
e.setAttribute('language', 'javascript');
e.setAttribute('type', 'text/javascript');
e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');
document.body.appendChild(e);
}
var oldonload = window.onload;
window.onload = (typeof window.onload != 'function') ?
loadChartbeat : function() { oldonload(); loadChartbeat(); };
})();
</script>
<!-- CHARTBEAT END //-->
<!-- MESURE DU TEMPS DE LA PUB //-->
<script type='text/javascript'>
FOGLIO.q('mark', {name:'basDePage', value:new Date().getTime()});
</script>
</body>
</html>
|
docs/com/nextome/geojsonify/package-frame.html
|
Nextome/GeoJson-Viewer
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Sat Jul 15 12:04:00 CEST 2017 -->
<title>com.nextome.geojsonify</title>
<meta name="date" content="2017-07-15">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../com/nextome/geojsonify/package-summary.html" target="classFrame">com.nextome.geojsonify</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="GeoJsonify.html" title="class in com.nextome.geojsonify" target="classFrame">GeoJsonify</a></li>
</ul>
</div>
</body>
</html>
|
html/css/style.css
|
shlomif/perl6-examples
|
html, body {
margin: 0;
background: #EFEFEF;
font-family: sans-serif !important; /*override font from perl.css stylesheet, until we can get rid of it*/
}
html {
padding: 0;
width: 100%;
position: relative;
min-height: 100%;
}
body {
padding: 0 2em;
width: auto;
margin-bottom: 5.5em; /* max footer height */
}
.title {
margin-top: 0;
text-align: center;
}
.subtitle {
text-align: center;
font-style: italic;
}
pre {
background-color: #DFDFDF;
border: 1px solid #CFCFCF;
padding: 0.6ex;
color: black;
white-space: pre-wrap;
word-wrap: break-word;
}
pre a, pre a:visited, pre a:link {
text-decoration: underline;
color: black;
}
pre a:hover, pre a:link:hover {
text-decoration: none;
color: inherit;
}
img, svg {
max-width: 100%;
}
tr:nth-child(odd) {
background-color: #F5EF7B;
}
tr:nth-child(even) {
background-color: none;
}
td {
padding: 0.4em;
}
td p {
margin: 0;
}
.pretty-box {
border: 0.2em solid;
background-style: solid;
border-radius: 1em;
box-shadow: 0.5em 0.5em 1em #888888;
padding: 2em;
}
.red {
border-color: #E43B59;
background-color: #E47286;
}
.green {
border-color: #8BC313;
background-color: #C0E472;
}
.dark-green {
border-color: #8BC313;
background-color: #A0CE3D;
}
.darker-green {
border-color: #8BC313;
background-color: #8BC313;
}
.blue {
border-color: #63A4FF;
background-color: #80B5FF;
}
.yellow {
border-color: #F2C100;
background-color: #F5EF7B;
}
#header {
font-family: sans-serif;
font-weight: bold;
border-radius: 0 0 4em 4em;
margin: -2em auto 0; /*extra top padding and negative margin preserves bleed-off illusion for shadow*/
padding: 3em 0em 0em 0em;
line-height: 2em;
overflow: hidden;
border-top: none;
}
#header > a {
color: #000000;
text-decoration: none;
font-size: 2em;
margin-left: 1.5em;
}
#logo {
display: inline-block;
margin: -0.75em 0 -0.5em -0.5em;
border: none;
vertical-align: middle;
}
#search {
float: right;
margin-right: 1.5em;
margin-bottom: 0.5em;
width: 32%;
min-width: 9em;
max-width: 35em;
visibility: hidden; /*visibility is set to visible in search.js if javascript is supported*/
}
#search label {
float: left;
font-size: 1.25em;
}
#search div {
overflow: hidden;
border-width: 0.1em;
border-style: solid;
border-radius: 0.5em;
padding: 0 0.5em;
background-color: #FFFFFF;
}
#query {
outline: none;
border: none;
margin: 0;
padding: 0;
width: 100%;
background: none;
color: #777777;
}
#query:focus {
color: #000000;
}
.menu {
border: none;
text-align: center;
display: block;
font-weight: normal;
}
.menu-items {
display: inline-block;
margin-right: auto;
margin-left: auto;
margin-bottom: -0.1em;
width: 100%;
height: 2.6em;
line-height: 1.8em;
}
.menu-item {
display: inline-block;
padding-right: 1.0em;
font-size: 1.1em;
margin: 0.4em 0;
}
.menu-item+.menu-item {
border-left: 2px ridge rgba(192,228,114,0.6); /* #C0E472 */
padding-left: 1.1em;
}
.menu-item.selected+.menu-item {
border-left: none;
}
.menu-item.selected {
border-radius: 1em 1em 0 0;
box-shadow: 0.5em 0.5em 1em #888888;
display: inline-block;
border-left: none;
border-bottom: solid inherit;
color: black;
text-decoration: none;
padding-left: 0.9em;
padding-right: 0.9em;
margin-top: 0.3em;
line-height: 2.1em;
}
#formalities { font-style: italic; }
#content-wrapper { padding-bottom: 2em; }
#content {
margin: 2em auto;
overflow: hidden;
max-width: 800px;
background: #FFFFFF;
background-image: url(/images/camelia-faded.png);
background-repeat: no-repeat;
background-position: right 2em top 2em;
}
#content dt {
font-weight: bold;
margin-bottom: 0.2em;
}
#content dd {
margin-bottom: 1em;
}
#content hr {
border: none;
margin: 0 3em;
padding: 0;
height: 20px;
background-color: transparent;
background-image: radial-gradient(#F5EF7B 30%, transparent 30%);
background-size: 25px 25px;
background-repeat: round no-repeat;
background-position: 0 center;
}
#content p:nth-child(2) {
margin-top: 0;
padding-top: 0;
}
#footer-wrapper {
position: absolute;
bottom: 0;
width: 100%;
margin: 0 -2em;
padding-bottom: 2em;
overflow: hidden;
max-height: 5.5em; /* max footer height */
}
#footer {
margin: 0 2em;
padding: 0 1em;
}
|
Part3/playable_web_demo/ArkanoidTutorialPart3.html
|
011235813N/build-arkanoid-with-unity
|
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity Web Player | ArkanoidP1</title>
<script type='text/javascript' src='jquery.min.js'></script>
<script type="text/javascript">
<!--
var unityObjectUrl = "UnityObject2.js";
if (document.location.protocol == 'https:')
unityObjectUrl = unityObjectUrl.replace("http://", "https://ssl-");
document.write('<script type="text\/javascript" src="' + unityObjectUrl + '"><\/script>');
-->
</script>
<script type="text/javascript">
<!--
var config = {
width: 600,
height: 400,
params: { enableDebugging:"0" }
};
var u = new UnityObject2(config);
jQuery(function() {
var $missingScreen = jQuery("#unityPlayer").find(".missing");
var $brokenScreen = jQuery("#unityPlayer").find(".broken");
$missingScreen.hide();
$brokenScreen.hide();
u.observeProgress(function (progress) {
switch(progress.pluginStatus) {
case "broken":
$brokenScreen.find("a").click(function (e) {
e.stopPropagation();
e.preventDefault();
u.installPlugin();
return false;
});
$brokenScreen.show();
break;
case "missing":
$missingScreen.find("a").click(function (e) {
e.stopPropagation();
e.preventDefault();
u.installPlugin();
return false;
});
$missingScreen.show();
break;
case "installed":
$missingScreen.remove();
break;
case "first":
break;
}
});
u.initPlugin(jQuery("#unityPlayer")[0], "ArkanoidTutorialPart3.unity3d");
});
-->
</script>
<style type="text/css">
<!--
body {
font-family: Helvetica, Verdana, Arial, sans-serif;
background-color: white;
color: black;
text-align: center;
}
a:link, a:visited {
color: #000;
}
a:active, a:hover {
color: #666;
}
p.header {
font-size: small;
}
p.header span {
font-weight: bold;
}
p.footer {
font-size: x-small;
}
div.content {
margin: auto;
width: 600px;
}
div.broken,
div.missing {
margin: auto;
position: relative;
top: 50%;
width: 193px;
}
div.broken a,
div.missing a {
height: 63px;
position: relative;
top: -31px;
}
div.broken img,
div.missing img {
border-width: 0px;
}
div.broken {
display: none;
}
div#unityPlayer {
cursor: default;
height: 400px;
width: 600px;
}
-->
</style>
</head>
<body>
<p class="header"><span>Unity Web Player | </span>ArkanoidP1</p>
<div class="content">
<div id="unityPlayer">
<div class="missing">
<a href="http://unity3d.com/webplayer/" title="Unity Web Player. Install now!">
<img alt="Unity Web Player. Install now!" src="http://webplayer.unity3d.com/installation/getunity.png" width="193" height="63" />
</a>
</div>
<div class="broken">
<a href="http://unity3d.com/webplayer/" title="Unity Web Player. Install now! Restart your browser after install.">
<img alt="Unity Web Player. Install now! Restart your browser after install." src="http://webplayer.unity3d.com/installation/getunityrestart.png" width="193" height="63" />
</a>
</div>
</div>
</div>
<p class="footer">« created with <a href="http://unity3d.com/unity/" title="Go to unity3d.com">Unity</a> »</p>
</body>
</html>
|
doc/alu/HyperSpec/Body/sec_16-1.html
|
jasom/eclipse-lisp
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!-- Common Lisp HyperSpec (TM), version 3.0 generated by kmp on Thu, 2-May-1996 10:21am EDT -->
<HTML>
<HEAD>
<TITLE>CLHS: Section 16.1</TITLE>
<META HTTP-EQUIV="Author" CONTENT="Kent M. Pitman">
<META HTTP-EQUIV="Organization" CONTENT="The Harlequin Group Limited">
<LINK REL=TOP HREF="../FrontMatter/index.html">
<LINK REL=COPYRIGHT HREF="../FrontMatter/About-HyperSpec.html#Legal">
<LINK REL=DISCLAIMER HREF="../FrontMatter/About-HyperSpec.html#Disclaimer">
<LINK REL=PREV HREF="chap-16.html">
<LINK REL=UP HREF="chap-16.html">
<LINK REL=NEXT HREF="sec_16-1-1.html">
</HEAD>
<BODY BGCOLOR="#c0c0c0">
<H1><A REV=MADE HREF="http://www.harlequin.com/"><IMG ALT="[HARLEQUIN]" SRC="../Graphics/Harlequin-Small.gif" ALIGN=Bottom></A><A REL=TOP HREF="../FrontMatter/index.html"><IMG ALT="[Common Lisp HyperSpec (TM)]" SRC="../Graphics/HyperSpec-Small.gif" ALIGN=Bottom></A> <A REL=PREV HREF="chap-16.html"><IMG ALT="[Previous]" SRC="../Graphics/Prev.gif" ALIGN=Bottom></A><A REL=UP HREF="chap-16.html"><IMG ALT="[Up]" SRC="../Graphics/Up.gif" ALIGN=Bottom></A><A REL=NEXT HREF="sec_16-1-1.html"><IMG ALT="[Next]" SRC="../Graphics/Next.gif" ALIGN=Bottom></A></H1>
<HR>
<H2>
16.1 String Concepts</H2> <P>
<A REL=CHILD HREF="sec_16-1-1.html"><H2>
16.1.1 Implications of Strings Being Arrays</H2></A><P>
<A REL=CHILD HREF="sec_16-1-2.html"><H2>
16.1.2 Subtypes of STRING</H2></A><P>
<HR>
<A REL=NAVIGATOR HREF="../FrontMatter/Starting-Points.html"><IMG ALT="[Starting Points]" SRC="../Graphics/Starting-Points.gif" ALIGN=Bottom></A><A REL=TOC HREF="../FrontMatter/Chapter-Index.html"><IMG ALT="[Contents]" SRC="../Graphics/Contents.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../FrontMatter/Master-Index.html"><IMG ALT="[Index]" SRC="../Graphics/Index.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../FrontMatter/Symbol-Index.html"><IMG ALT="[Symbols]" SRC="../Graphics/Symbols.gif" ALIGN=Bottom></A><A REL=GLOSSARY HREF="../Body/sec_26-1.html"><IMG ALT="[Glossary]" SRC="../Graphics/Glossary.gif" ALIGN=Bottom></A><A HREF="../Issues/Issues-Categorized.html"><IMG ALT="[Issues]" SRC="../Graphics/Issues.gif" ALIGN=Bottom></A><BR>
<A REL=COPYRIGHT HREF="../FrontMatter/About-HyperSpec.html#Legal"><I>Copyright 1996, The Harlequin Group Limited. All Rights Reserved.</I></A><P>
</BODY>
</HTML>
|
doc/apiGuide/Qtc-Gui-QErrorMessage.html
|
keera-studios/hsQt
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Qtc.Gui.QErrorMessage</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
><SCRIPT TYPE="text/javascript"
>window.onload = function () {setSynopsis("mini_Qtc-Gui-QErrorMessage.html")};</SCRIPT
></HEAD
><BODY
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="topbar"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD
><IMG SRC="haskell_icon.gif" WIDTH="16" HEIGHT="16" ALT=" "
></TD
><TD CLASS="title"
></TD
><TD CLASS="topbut"
><A HREF="index.html"
>Contents</A
></TD
><TD CLASS="topbut"
><A HREF="doc-index.html"
>Index</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="modulebar"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD
><FONT SIZE="6"
>Qtc.Gui.QErrorMessage</FONT
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
>Documentation</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqErrorMessage"
><A NAME="t%3AQqErrorMessage"
></A
></A
><B
>QqErrorMessage</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qErrorMessage"
><A NAME="v%3AqErrorMessage"
></A
></A
><B
>qErrorMessage</B
> :: x1 -> IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqErrorMessage')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqErrorMessage" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqErrorMessage"
>QqErrorMessage</A
> ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqErrorMessage"
>QqErrorMessage</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQWidget"
>QWidget</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QchangeEvent"
><A NAME="t%3AQchangeEvent"
></A
></A
><B
>QchangeEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:changeEvent"
><A NAME="v%3AchangeEvent"
></A
></A
><B
>changeEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QchangeEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QchangeEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQchangeEvent"
>QchangeEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQchangeEvent"
>QchangeEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qdone"
><A NAME="t%3AQdone"
></A
></A
><B
>Qdone</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:done"
><A NAME="v%3Adone"
></A
></A
><B
>done</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qdone')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qdone" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdone"
>Qdone</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Int</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdone"
>Qdone</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Int</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdone"
>Qdone</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Int</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdone"
>Qdone</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Int</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:qErrorMessageQtHandler"
><A NAME="v%3AqErrorMessageQtHandler"
></A
></A
><B
>qErrorMessageQtHandler</B
> :: () -> IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ())</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QshowMessage"
><A NAME="t%3AQshowMessage"
></A
></A
><B
>QshowMessage</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:showMessage"
><A NAME="v%3AshowMessage"
></A
></A
><B
>showMessage</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QshowMessage')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QshowMessage" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQshowMessage"
>QshowMessage</A
> String</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:qErrorMessage_delete"
><A NAME="v%3AqErrorMessage_delete"
></A
></A
><B
>qErrorMessage_delete</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> a -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:qErrorMessage_deleteLater"
><A NAME="v%3AqErrorMessage_deleteLater"
></A
></A
><B
>qErrorMessage_deleteLater</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> a -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qaccept"
><A NAME="t%3AQaccept"
></A
></A
><B
>Qaccept</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:accept"
><A NAME="v%3Aaccept"
></A
></A
><B
>accept</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qaccept')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qaccept" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQaccept"
>Qaccept</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQaccept"
>Qaccept</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQaccept"
>Qaccept</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQaccept"
>Qaccept</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QadjustPosition"
><A NAME="t%3AQadjustPosition"
></A
></A
><B
>QadjustPosition</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:adjustPosition"
><A NAME="v%3AadjustPosition"
></A
></A
><B
>adjustPosition</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QadjustPosition')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QadjustPosition" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQadjustPosition"
>QadjustPosition</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQWidget"
>QWidget</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQadjustPosition"
>QadjustPosition</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQWidget"
>QWidget</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QcloseEvent"
><A NAME="t%3AQcloseEvent"
></A
></A
><B
>QcloseEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:closeEvent"
><A NAME="v%3AcloseEvent"
></A
></A
><B
>closeEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QcloseEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QcloseEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcloseEvent"
>QcloseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQCloseEvent"
>QCloseEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcloseEvent"
>QcloseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQCloseEvent"
>QCloseEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QcontextMenuEvent"
><A NAME="t%3AQcontextMenuEvent"
></A
></A
><B
>QcontextMenuEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:contextMenuEvent"
><A NAME="v%3AcontextMenuEvent"
></A
></A
><B
>contextMenuEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QcontextMenuEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QcontextMenuEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcontextMenuEvent"
>QcontextMenuEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQContextMenuEvent"
>QContextMenuEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcontextMenuEvent"
>QcontextMenuEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQContextMenuEvent"
>QContextMenuEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qevent"
><A NAME="t%3AQevent"
></A
></A
><B
>Qevent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:event"
><A NAME="v%3Aevent"
></A
></A
><B
>event</B
> :: x0 -> x1 -> IO Bool</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qevent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qevent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQevent"
>Qevent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQevent"
>Qevent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QeventFilter"
><A NAME="t%3AQeventFilter"
></A
></A
><B
>QeventFilter</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:eventFilter"
><A NAME="v%3AeventFilter"
></A
></A
><B
>eventFilter</B
> :: x0 -> x1 -> IO Bool</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QeventFilter')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QeventFilter" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQeventFilter"
>QeventFilter</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQObject"
>QObject</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQeventFilter"
>QeventFilter</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQObject"
>QObject</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQeventFilter"
>QeventFilter</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQObject"
>QObject</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQeventFilter"
>QeventFilter</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQObject"
>QObject</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t2))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QkeyPressEvent"
><A NAME="t%3AQkeyPressEvent"
></A
></A
><B
>QkeyPressEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:keyPressEvent"
><A NAME="v%3AkeyPressEvent"
></A
></A
><B
>keyPressEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QkeyPressEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QkeyPressEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQkeyPressEvent"
>QkeyPressEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQKeyEvent"
>QKeyEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQkeyPressEvent"
>QkeyPressEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQKeyEvent"
>QKeyEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QminimumSizeHint"
><A NAME="t%3AQminimumSizeHint"
></A
></A
><B
>QminimumSizeHint</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:minimumSizeHint"
><A NAME="v%3AminimumSizeHint"
></A
></A
><B
>minimumSizeHint</B
> :: x0 -> x1 -> IO <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QminimumSizeHint')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QminimumSizeHint" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQminimumSizeHint"
>QminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQminimumSizeHint"
>QminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQminimumSizeHint"
>QminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQminimumSizeHint"
>QminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqminimumSizeHint"
><A NAME="t%3AQqminimumSizeHint"
></A
></A
><B
>QqminimumSizeHint</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qminimumSizeHint"
><A NAME="v%3AqminimumSizeHint"
></A
></A
><B
>qminimumSizeHint</B
> :: x0 -> x1 -> IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQSize"
>QSize</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqminimumSizeHint')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqminimumSizeHint" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqminimumSizeHint"
>QqminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqminimumSizeHint"
>QqminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqminimumSizeHint"
>QqminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqminimumSizeHint"
>QqminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qreject"
><A NAME="t%3AQreject"
></A
></A
><B
>Qreject</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:reject"
><A NAME="v%3Areject"
></A
></A
><B
>reject</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qreject')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qreject" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQreject"
>Qreject</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQreject"
>Qreject</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQreject"
>Qreject</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQreject"
>Qreject</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QresizeEvent"
><A NAME="t%3AQresizeEvent"
></A
></A
><B
>QresizeEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:resizeEvent"
><A NAME="v%3AresizeEvent"
></A
></A
><B
>resizeEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QresizeEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QresizeEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresizeEvent"
>QresizeEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQResizeEvent"
>QResizeEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresizeEvent"
>QresizeEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQResizeEvent"
>QResizeEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetVisible"
><A NAME="t%3AQsetVisible"
></A
></A
><B
>QsetVisible</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setVisible"
><A NAME="v%3AsetVisible"
></A
></A
><B
>setVisible</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetVisible')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetVisible" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetVisible"
>QsetVisible</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetVisible"
>QsetVisible</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetVisible"
>QsetVisible</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetVisible"
>QsetVisible</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QshowEvent"
><A NAME="t%3AQshowEvent"
></A
></A
><B
>QshowEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:showEvent"
><A NAME="v%3AshowEvent"
></A
></A
><B
>showEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QshowEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QshowEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQshowEvent"
>QshowEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQShowEvent"
>QShowEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQshowEvent"
>QshowEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQShowEvent"
>QShowEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsizeHint"
><A NAME="t%3AQsizeHint"
></A
></A
><B
>QsizeHint</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:sizeHint"
><A NAME="v%3AsizeHint"
></A
></A
><B
>sizeHint</B
> :: x0 -> x1 -> IO <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsizeHint')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsizeHint" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsizeHint"
>QsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsizeHint"
>QsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsizeHint"
>QsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsizeHint"
>QsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqsizeHint"
><A NAME="t%3AQqsizeHint"
></A
></A
><B
>QqsizeHint</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qsizeHint"
><A NAME="v%3AqsizeHint"
></A
></A
><B
>qsizeHint</B
> :: x0 -> x1 -> IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQSize"
>QSize</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqsizeHint')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqsizeHint" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqsizeHint"
>QqsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqsizeHint"
>QqsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqsizeHint"
>QqsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqsizeHint"
>QqsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QactionEvent"
><A NAME="t%3AQactionEvent"
></A
></A
><B
>QactionEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:actionEvent"
><A NAME="v%3AactionEvent"
></A
></A
><B
>actionEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QactionEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QactionEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQactionEvent"
>QactionEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQActionEvent"
>QActionEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQactionEvent"
>QactionEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQActionEvent"
>QActionEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QaddAction"
><A NAME="t%3AQaddAction"
></A
></A
><B
>QaddAction</B
> x0 x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:addAction"
><A NAME="v%3AaddAction"
></A
></A
><B
>addAction</B
> :: x0 -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QaddAction')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QaddAction" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQaddAction"
>QaddAction</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQAction"
>QAction</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQaddAction"
>QaddAction</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQAction"
>QAction</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQaddAction"
>QaddAction</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQAction"
>QAction</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQaddAction"
>QaddAction</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQAction"
>QAction</A
> t1) (IO ())</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qcreate"
><A NAME="t%3AQcreate"
></A
></A
><B
>Qcreate</B
> x0 x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:create"
><A NAME="v%3Acreate"
></A
></A
><B
>create</B
> :: x0 -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qcreate')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qcreate" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qdestroy"
><A NAME="t%3AQdestroy"
></A
></A
><B
>Qdestroy</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:destroy"
><A NAME="v%3Adestroy"
></A
></A
><B
>destroy</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qdestroy')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qdestroy" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) Bool Bool)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) Bool Bool)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) Bool Bool)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) Bool Bool)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdevType"
><A NAME="t%3AQdevType"
></A
></A
><B
>QdevType</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:devType"
><A NAME="v%3AdevType"
></A
></A
><B
>devType</B
> :: x0 -> x1 -> IO Int</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdevType')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdevType" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdevType"
>QdevType</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdevType"
>QdevType</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdevType"
>QdevType</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdevType"
>QdevType</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdragEnterEvent"
><A NAME="t%3AQdragEnterEvent"
></A
></A
><B
>QdragEnterEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:dragEnterEvent"
><A NAME="v%3AdragEnterEvent"
></A
></A
><B
>dragEnterEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdragEnterEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdragEnterEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdragEnterEvent"
>QdragEnterEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragEnterEvent"
>QDragEnterEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdragEnterEvent"
>QdragEnterEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragEnterEvent"
>QDragEnterEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdragLeaveEvent"
><A NAME="t%3AQdragLeaveEvent"
></A
></A
><B
>QdragLeaveEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:dragLeaveEvent"
><A NAME="v%3AdragLeaveEvent"
></A
></A
><B
>dragLeaveEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdragLeaveEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdragLeaveEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdragLeaveEvent"
>QdragLeaveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragLeaveEvent"
>QDragLeaveEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdragLeaveEvent"
>QdragLeaveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragLeaveEvent"
>QDragLeaveEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdragMoveEvent"
><A NAME="t%3AQdragMoveEvent"
></A
></A
><B
>QdragMoveEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:dragMoveEvent"
><A NAME="v%3AdragMoveEvent"
></A
></A
><B
>dragMoveEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdragMoveEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdragMoveEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdragMoveEvent"
>QdragMoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragMoveEvent"
>QDragMoveEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdragMoveEvent"
>QdragMoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragMoveEvent"
>QDragMoveEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdropEvent"
><A NAME="t%3AQdropEvent"
></A
></A
><B
>QdropEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:dropEvent"
><A NAME="v%3AdropEvent"
></A
></A
><B
>dropEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdropEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdropEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdropEvent"
>QdropEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDropEvent"
>QDropEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdropEvent"
>QdropEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDropEvent"
>QDropEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QenabledChange"
><A NAME="t%3AQenabledChange"
></A
></A
><B
>QenabledChange</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:enabledChange"
><A NAME="v%3AenabledChange"
></A
></A
><B
>enabledChange</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QenabledChange')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QenabledChange" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQenabledChange"
>QenabledChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQenabledChange"
>QenabledChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQenabledChange"
>QenabledChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQenabledChange"
>QenabledChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QenterEvent"
><A NAME="t%3AQenterEvent"
></A
></A
><B
>QenterEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:enterEvent"
><A NAME="v%3AenterEvent"
></A
></A
><B
>enterEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QenterEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QenterEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQenterEvent"
>QenterEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQenterEvent"
>QenterEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfocusInEvent"
><A NAME="t%3AQfocusInEvent"
></A
></A
><B
>QfocusInEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:focusInEvent"
><A NAME="v%3AfocusInEvent"
></A
></A
><B
>focusInEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfocusInEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfocusInEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusInEvent"
>QfocusInEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFocusEvent"
>QFocusEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusInEvent"
>QfocusInEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFocusEvent"
>QFocusEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfocusNextChild"
><A NAME="t%3AQfocusNextChild"
></A
></A
><B
>QfocusNextChild</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:focusNextChild"
><A NAME="v%3AfocusNextChild"
></A
></A
><B
>focusNextChild</B
> :: x0 -> x1 -> IO Bool</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfocusNextChild')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfocusNextChild" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusNextChild"
>QfocusNextChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusNextChild"
>QfocusNextChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusNextChild"
>QfocusNextChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusNextChild"
>QfocusNextChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfocusNextPrevChild"
><A NAME="t%3AQfocusNextPrevChild"
></A
></A
><B
>QfocusNextPrevChild</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:focusNextPrevChild"
><A NAME="v%3AfocusNextPrevChild"
></A
></A
><B
>focusNextPrevChild</B
> :: x0 -> x1 -> IO Bool</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfocusNextPrevChild')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfocusNextPrevChild" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusNextPrevChild"
>QfocusNextPrevChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusNextPrevChild"
>QfocusNextPrevChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusNextPrevChild"
>QfocusNextPrevChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusNextPrevChild"
>QfocusNextPrevChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfocusOutEvent"
><A NAME="t%3AQfocusOutEvent"
></A
></A
><B
>QfocusOutEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:focusOutEvent"
><A NAME="v%3AfocusOutEvent"
></A
></A
><B
>focusOutEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfocusOutEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfocusOutEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusOutEvent"
>QfocusOutEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFocusEvent"
>QFocusEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusOutEvent"
>QfocusOutEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFocusEvent"
>QFocusEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfocusPreviousChild"
><A NAME="t%3AQfocusPreviousChild"
></A
></A
><B
>QfocusPreviousChild</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:focusPreviousChild"
><A NAME="v%3AfocusPreviousChild"
></A
></A
><B
>focusPreviousChild</B
> :: x0 -> x1 -> IO Bool</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfocusPreviousChild')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfocusPreviousChild" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusPreviousChild"
>QfocusPreviousChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusPreviousChild"
>QfocusPreviousChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusPreviousChild"
>QfocusPreviousChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfocusPreviousChild"
>QfocusPreviousChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfontChange"
><A NAME="t%3AQfontChange"
></A
></A
><B
>QfontChange</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:fontChange"
><A NAME="v%3AfontChange"
></A
></A
><B
>fontChange</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfontChange')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfontChange" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfontChange"
>QfontChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFont"
>QFont</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQfontChange"
>QfontChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFont"
>QFont</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QheightForWidth"
><A NAME="t%3AQheightForWidth"
></A
></A
><B
>QheightForWidth</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:heightForWidth"
><A NAME="v%3AheightForWidth"
></A
></A
><B
>heightForWidth</B
> :: x0 -> x1 -> IO Int</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QheightForWidth')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QheightForWidth" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQheightForWidth"
>QheightForWidth</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Int</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQheightForWidth"
>QheightForWidth</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Int</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQheightForWidth"
>QheightForWidth</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Int</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQheightForWidth"
>QheightForWidth</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Int</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QhideEvent"
><A NAME="t%3AQhideEvent"
></A
></A
><B
>QhideEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:hideEvent"
><A NAME="v%3AhideEvent"
></A
></A
><B
>hideEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QhideEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QhideEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQhideEvent"
>QhideEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQHideEvent"
>QHideEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQhideEvent"
>QhideEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQHideEvent"
>QHideEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QinputMethodEvent"
><A NAME="t%3AQinputMethodEvent"
></A
></A
><B
>QinputMethodEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:inputMethodEvent"
><A NAME="v%3AinputMethodEvent"
></A
></A
><B
>inputMethodEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QinputMethodEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QinputMethodEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQinputMethodEvent"
>QinputMethodEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQInputMethodEvent"
>QInputMethodEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQinputMethodEvent"
>QinputMethodEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQInputMethodEvent"
>QInputMethodEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QinputMethodQuery"
><A NAME="t%3AQinputMethodQuery"
></A
></A
><B
>QinputMethodQuery</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:inputMethodQuery"
><A NAME="v%3AinputMethodQuery"
></A
></A
><B
>inputMethodQuery</B
> :: x0 -> x1 -> IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQVariant"
>QVariant</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QinputMethodQuery')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QinputMethodQuery" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQinputMethodQuery"
>QinputMethodQuery</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) <A HREF="Qtc-Enums-Core-Qt.html#t%3AInputMethodQuery"
>InputMethodQuery</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQinputMethodQuery"
>QinputMethodQuery</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) <A HREF="Qtc-Enums-Core-Qt.html#t%3AInputMethodQuery"
>InputMethodQuery</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQinputMethodQuery"
>QinputMethodQuery</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) <A HREF="Qtc-Enums-Core-Qt.html#t%3AInputMethodQuery"
>InputMethodQuery</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQinputMethodQuery"
>QinputMethodQuery</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) <A HREF="Qtc-Enums-Core-Qt.html#t%3AInputMethodQuery"
>InputMethodQuery</A
></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QkeyReleaseEvent"
><A NAME="t%3AQkeyReleaseEvent"
></A
></A
><B
>QkeyReleaseEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:keyReleaseEvent"
><A NAME="v%3AkeyReleaseEvent"
></A
></A
><B
>keyReleaseEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QkeyReleaseEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QkeyReleaseEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQkeyReleaseEvent"
>QkeyReleaseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQKeyEvent"
>QKeyEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQkeyReleaseEvent"
>QkeyReleaseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQKeyEvent"
>QKeyEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QlanguageChange"
><A NAME="t%3AQlanguageChange"
></A
></A
><B
>QlanguageChange</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:languageChange"
><A NAME="v%3AlanguageChange"
></A
></A
><B
>languageChange</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QlanguageChange')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QlanguageChange" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQlanguageChange"
>QlanguageChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQlanguageChange"
>QlanguageChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQlanguageChange"
>QlanguageChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQlanguageChange"
>QlanguageChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QleaveEvent"
><A NAME="t%3AQleaveEvent"
></A
></A
><B
>QleaveEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:leaveEvent"
><A NAME="v%3AleaveEvent"
></A
></A
><B
>leaveEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QleaveEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QleaveEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQleaveEvent"
>QleaveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQleaveEvent"
>QleaveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qmetric"
><A NAME="t%3AQmetric"
></A
></A
><B
>Qmetric</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:metric"
><A NAME="v%3Ametric"
></A
></A
><B
>metric</B
> :: x0 -> x1 -> IO Int</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qmetric')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qmetric" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmetric"
>Qmetric</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) <A HREF="Qtc-Enums-Gui-QPaintDevice.html#t%3APaintDeviceMetric"
>PaintDeviceMetric</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmetric"
>Qmetric</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) <A HREF="Qtc-Enums-Gui-QPaintDevice.html#t%3APaintDeviceMetric"
>PaintDeviceMetric</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmetric"
>Qmetric</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) <A HREF="Qtc-Enums-Gui-QPaintDevice.html#t%3APaintDeviceMetric"
>PaintDeviceMetric</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmetric"
>Qmetric</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) <A HREF="Qtc-Enums-Gui-QPaintDevice.html#t%3APaintDeviceMetric"
>PaintDeviceMetric</A
></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmouseDoubleClickEvent"
><A NAME="t%3AQmouseDoubleClickEvent"
></A
></A
><B
>QmouseDoubleClickEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:mouseDoubleClickEvent"
><A NAME="v%3AmouseDoubleClickEvent"
></A
></A
><B
>mouseDoubleClickEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmouseDoubleClickEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmouseDoubleClickEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmouseDoubleClickEvent"
>QmouseDoubleClickEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmouseDoubleClickEvent"
>QmouseDoubleClickEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmouseMoveEvent"
><A NAME="t%3AQmouseMoveEvent"
></A
></A
><B
>QmouseMoveEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:mouseMoveEvent"
><A NAME="v%3AmouseMoveEvent"
></A
></A
><B
>mouseMoveEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmouseMoveEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmouseMoveEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmouseMoveEvent"
>QmouseMoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmouseMoveEvent"
>QmouseMoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmousePressEvent"
><A NAME="t%3AQmousePressEvent"
></A
></A
><B
>QmousePressEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:mousePressEvent"
><A NAME="v%3AmousePressEvent"
></A
></A
><B
>mousePressEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmousePressEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmousePressEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmousePressEvent"
>QmousePressEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmousePressEvent"
>QmousePressEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmouseReleaseEvent"
><A NAME="t%3AQmouseReleaseEvent"
></A
></A
><B
>QmouseReleaseEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:mouseReleaseEvent"
><A NAME="v%3AmouseReleaseEvent"
></A
></A
><B
>mouseReleaseEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmouseReleaseEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmouseReleaseEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmouseReleaseEvent"
>QmouseReleaseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmouseReleaseEvent"
>QmouseReleaseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qmove"
><A NAME="t%3AQmove"
></A
></A
><B
>Qmove</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:move"
><A NAME="v%3Amove"
></A
></A
><B
>move</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qmove')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qmove" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) Int Int)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qqmove"
><A NAME="t%3AQqmove"
></A
></A
><B
>Qqmove</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qmove"
><A NAME="v%3Aqmove"
></A
></A
><B
>qmove</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qqmove')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qqmove" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqmove"
>Qqmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqmove"
>Qqmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmoveEvent"
><A NAME="t%3AQmoveEvent"
></A
></A
><B
>QmoveEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:moveEvent"
><A NAME="v%3AmoveEvent"
></A
></A
><B
>moveEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmoveEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmoveEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmoveEvent"
>QmoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMoveEvent"
>QMoveEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQmoveEvent"
>QmoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMoveEvent"
>QMoveEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QpaintEngine"
><A NAME="t%3AQpaintEngine"
></A
></A
><B
>QpaintEngine</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:paintEngine"
><A NAME="v%3ApaintEngine"
></A
></A
><B
>paintEngine</B
> :: x0 -> x1 -> IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPaintEngine"
>QPaintEngine</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QpaintEngine')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QpaintEngine" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQpaintEngine"
>QpaintEngine</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQpaintEngine"
>QpaintEngine</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQpaintEngine"
>QpaintEngine</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQpaintEngine"
>QpaintEngine</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QpaintEvent"
><A NAME="t%3AQpaintEvent"
></A
></A
><B
>QpaintEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:paintEvent"
><A NAME="v%3ApaintEvent"
></A
></A
><B
>paintEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QpaintEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QpaintEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQpaintEvent"
>QpaintEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPaintEvent"
>QPaintEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQpaintEvent"
>QpaintEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPaintEvent"
>QPaintEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QpaletteChange"
><A NAME="t%3AQpaletteChange"
></A
></A
><B
>QpaletteChange</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:paletteChange"
><A NAME="v%3ApaletteChange"
></A
></A
><B
>paletteChange</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QpaletteChange')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QpaletteChange" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQpaletteChange"
>QpaletteChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPalette"
>QPalette</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQpaletteChange"
>QpaletteChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPalette"
>QPalette</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qrepaint"
><A NAME="t%3AQrepaint"
></A
></A
><B
>Qrepaint</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:repaint"
><A NAME="v%3Arepaint"
></A
></A
><B
>repaint</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qrepaint')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qrepaint" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQRegion"
>QRegion</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQRegion"
>QRegion</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,,,) Int Int Int Int)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QresetInputContext"
><A NAME="t%3AQresetInputContext"
></A
></A
><B
>QresetInputContext</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:resetInputContext"
><A NAME="v%3AresetInputContext"
></A
></A
><B
>resetInputContext</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QresetInputContext')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QresetInputContext" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresetInputContext"
>QresetInputContext</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresetInputContext"
>QresetInputContext</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresetInputContext"
>QresetInputContext</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresetInputContext"
>QresetInputContext</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qresize"
><A NAME="t%3AQresize"
></A
></A
><B
>Qresize</B
> x0 x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:resize"
><A NAME="v%3Aresize"
></A
></A
><B
>resize</B
> :: x0 -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qresize')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qresize" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) Int Int) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) Int Int) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,) Int Int) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) Int Int) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) Int Int) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,) Int Int) (IO ())</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qqresize"
><A NAME="t%3AQqresize"
></A
></A
><B
>Qqresize</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qresize"
><A NAME="v%3Aqresize"
></A
></A
><B
>qresize</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qqresize')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qqresize" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqresize"
>Qqresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQSize"
>QSize</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqresize"
>Qqresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQSize"
>QSize</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetGeometry"
><A NAME="t%3AQsetGeometry"
></A
></A
><B
>QsetGeometry</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setGeometry"
><A NAME="v%3AsetGeometry"
></A
></A
><B
>setGeometry</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetGeometry')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetGeometry" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ((,,,) Int Int Int Int)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqsetGeometry"
><A NAME="t%3AQqsetGeometry"
></A
></A
><B
>QqsetGeometry</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qsetGeometry"
><A NAME="v%3AqsetGeometry"
></A
></A
><B
>qsetGeometry</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqsetGeometry')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqsetGeometry" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqsetGeometry"
>QqsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRect"
>QRect</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQqsetGeometry"
>QqsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRect"
>QRect</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetMouseTracking"
><A NAME="t%3AQsetMouseTracking"
></A
></A
><B
>QsetMouseTracking</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setMouseTracking"
><A NAME="v%3AsetMouseTracking"
></A
></A
><B
>setMouseTracking</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetMouseTracking')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetMouseTracking" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetMouseTracking"
>QsetMouseTracking</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetMouseTracking"
>QsetMouseTracking</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetMouseTracking"
>QsetMouseTracking</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsetMouseTracking"
>QsetMouseTracking</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QtabletEvent"
><A NAME="t%3AQtabletEvent"
></A
></A
><B
>QtabletEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:tabletEvent"
><A NAME="v%3AtabletEvent"
></A
></A
><B
>tabletEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QtabletEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QtabletEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQtabletEvent"
>QtabletEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQTabletEvent"
>QTabletEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQtabletEvent"
>QtabletEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQTabletEvent"
>QTabletEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QupdateMicroFocus"
><A NAME="t%3AQupdateMicroFocus"
></A
></A
><B
>QupdateMicroFocus</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:updateMicroFocus"
><A NAME="v%3AupdateMicroFocus"
></A
></A
><B
>updateMicroFocus</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QupdateMicroFocus')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QupdateMicroFocus" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQupdateMicroFocus"
>QupdateMicroFocus</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQupdateMicroFocus"
>QupdateMicroFocus</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQupdateMicroFocus"
>QupdateMicroFocus</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQupdateMicroFocus"
>QupdateMicroFocus</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QwheelEvent"
><A NAME="t%3AQwheelEvent"
></A
></A
><B
>QwheelEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:wheelEvent"
><A NAME="v%3AwheelEvent"
></A
></A
><B
>wheelEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QwheelEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QwheelEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQwheelEvent"
>QwheelEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQWheelEvent"
>QWheelEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQwheelEvent"
>QwheelEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQWheelEvent"
>QWheelEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QwindowActivationChange"
><A NAME="t%3AQwindowActivationChange"
></A
></A
><B
>QwindowActivationChange</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:windowActivationChange"
><A NAME="v%3AwindowActivationChange"
></A
></A
><B
>windowActivationChange</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QwindowActivationChange')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QwindowActivationChange" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQwindowActivationChange"
>QwindowActivationChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQwindowActivationChange"
>QwindowActivationChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQwindowActivationChange"
>QwindowActivationChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQwindowActivationChange"
>QwindowActivationChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) Bool</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QchildEvent"
><A NAME="t%3AQchildEvent"
></A
></A
><B
>QchildEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:childEvent"
><A NAME="v%3AchildEvent"
></A
></A
><B
>childEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QchildEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QchildEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQchildEvent"
>QchildEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQChildEvent"
>QChildEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQchildEvent"
>QchildEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQChildEvent"
>QChildEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QconnectNotify"
><A NAME="t%3AQconnectNotify"
></A
></A
><B
>QconnectNotify</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:connectNotify"
><A NAME="v%3AconnectNotify"
></A
></A
><B
>connectNotify</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QconnectNotify')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QconnectNotify" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQconnectNotify"
>QconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQconnectNotify"
>QconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQconnectNotify"
>QconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQconnectNotify"
>QconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) String</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QcustomEvent"
><A NAME="t%3AQcustomEvent"
></A
></A
><B
>QcustomEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:customEvent"
><A NAME="v%3AcustomEvent"
></A
></A
><B
>customEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QcustomEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QcustomEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcustomEvent"
>QcustomEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQcustomEvent"
>QcustomEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdisconnectNotify"
><A NAME="t%3AQdisconnectNotify"
></A
></A
><B
>QdisconnectNotify</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:disconnectNotify"
><A NAME="v%3AdisconnectNotify"
></A
></A
><B
>disconnectNotify</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdisconnectNotify')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdisconnectNotify" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdisconnectNotify"
>QdisconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdisconnectNotify"
>QdisconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdisconnectNotify"
>QdisconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQdisconnectNotify"
>QdisconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) String</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qreceivers"
><A NAME="t%3AQreceivers"
></A
></A
><B
>Qreceivers</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:receivers"
><A NAME="v%3Areceivers"
></A
></A
><B
>receivers</B
> :: x0 -> x1 -> IO Int</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qreceivers')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qreceivers" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQreceivers"
>Qreceivers</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQreceivers"
>Qreceivers</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQreceivers"
>Qreceivers</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQreceivers"
>Qreceivers</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) String</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qsender"
><A NAME="t%3AQsender"
></A
></A
><B
>Qsender</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:sender"
><A NAME="v%3Asender"
></A
></A
><B
>sender</B
> :: x0 -> x1 -> IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQObject"
>QObject</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qsender')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qsender" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsender"
>Qsender</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsender"
>Qsender</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsender"
>Qsender</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQsender"
>Qsender</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QtimerEvent"
><A NAME="t%3AQtimerEvent"
></A
></A
><B
>QtimerEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:timerEvent"
><A NAME="v%3AtimerEvent"
></A
></A
><B
>timerEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QtimerEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QtimerEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQtimerEvent"
>QtimerEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessageSc"
>QErrorMessageSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQTimerEvent"
>QTimerEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QErrorMessage.html#t%3AQtimerEvent"
>QtimerEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQErrorMessage"
>QErrorMessage</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQTimerEvent"
>QTimerEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="botbar"
>Produced by <A HREF="http://www.haskell.org/haddock/"
>Haddock</A
> version 2.4.2</TD
></TR
></TABLE
></BODY
></HTML
>
|
Pods/Documentation/MTPocket/html/index.html
|
FamilySearch/FamilySearchCocoa
|
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MTPocket 0.8.0 Reference</title>
<link rel="stylesheet" type="text/css" href="css/styles.css" media="all" />
<link rel="stylesheet" type="text/css" media="print" href="css/stylesPrint.css" />
<meta name="generator" content="appledoc 2.0.5 (build 789)" />
</head>
<body>
<header id="top_header">
<div id="library" class="hideInXcode">
<h1><a id="libraryTitle" href="index.html">MTPocket 0.8.0 </a></h1>
<a id="developerHome" href="index.html">Adam Kirk</a>
</div>
<div id="title" role="banner">
<h1 class="hideInXcode">MTPocket 0.8.0 Reference</h1>
</div>
<ul id="headerButtons" role="toolbar"></ul>
</header>
<article>
<div id="overview_contents" role="main">
<div class="main-navigation navigation-top">
<a href="hierarchy.html">Next</a>
</div>
<div id="header">
<div class="section-header">
<h1 class="title title-header">MTPocket 0.8.0 Reference</h1>
</div>
</div>
<div id="container">
<div class="section section-overview index-overview">
<h1>MTPocket</h1>
<p>A objective-c networking library that doesn’t suck.
Gives you a request object that does all the work for you and a response object that has all the info you’d ever want to know about the transaction.
SUPER easy to use, see examples below.</p>
<h3>Advantages</h3>
<ol>
<li>It gives you comprehensive response object that contains all the info you’d ever want to know about the response:
<ul>
<li>a boolean success property, yes or no if successful.</li>
<li>the dictionary/array object generated from the response data.</li>
<li>the raw data returned by the server (for debugging).</li>
<li>the raw data returned by the server converted to a UTF-8 encoded string (for even easier debugging).</li>
<li>the original request object.</li>
<li>the apple response object (has status codes, etc.).</li>
<li>an error object, nil if no error.</li>
<li>a status property with common status codes mapped to easy to remember/autocompleted enums.</li>
<li>the format the response is in (JSON/XML/TEXT).</li>
</ul>
</li>
<li>It allows you to have fine grained control, if you want it, or you can use convenience methods.</li>
<li>It allows you to either call it synchronously so you can control what queue its on, which I like, or asynchronously if you want to monitor progress, etc.</li>
<li>It’s dead simple, two simple components, a request and response object.</li>
<li>The enums help a lot and clearly imply your options.</li>
<li>Easily upload files as multipart/form-data.</li>
<li>Track the progress of a large download or upload.</li>
</ol>
<h3>Installation</h3>
<p>In your Podfile, add this line:</p>
<pre><code>pod "MTPocket"
</code></pre>
<p>pod? => <a href="https://github.com/CocoaPods/CocoaPods/">https://github.com/CocoaPods/CocoaPods/</a></p>
<p>NOTE: You may need to add <code>-all_load</code> to “Other Linker Flags” in your targets build settings if the pods library only contains categories.</p>
<h3>Example Usage</h3>
<p>Let’s start simple:</p>
<pre><code>MTPocketResponse *response = [MTPocketRequest requestForURL:URL format:MTPocketFormatHTML].send;
if (response.success) {
// yeah!
}
else {
if (response.status == MTPocketResultNoConnection) {
NSLog(@"No internets.");
}
}
</code></pre>
<p>Next steps:</p>
<pre><code>MTPocketResponse *response = [MTPocketRequest requestForURL:[NSURL URLWithString:@"stitches" relativeToURL:_baseURL]
method:MTPocketMethodGET
format:MTPocketFormatJSON
username:@"username"
password:@"password"
body:nil].send;
if (response.success) {
NSLog(@"%@", [[response.body firstObject] objectForKey:@"thread_color"]); // => red
}
else if (response.status == MTPocketStatusUnauthorized) {
// code to let user update their login info
}
</code></pre>
<p>Post to the server:</p>
<pre><code>NSDictionary *dict = @{ @"stitch" : @{ @"thread_color" : @"blue", @"length" : @3 } };
MTPocketResponse *response = [MTPocketRequest requestForURL:[NSURL URLWithString:@"stitches" relativeToURL:_baseURL]
method:MTPocketMethodPOST
format:MTPocketFormatJSON
username:nil
password:nil
body:dict].send;
</code></pre>
<p>An easy async example:</p>
<pre><code>NSURLConnection *connection = [MTPocketAsyncRequest asyncRequestForURL:BASE_URL
method:MTPocketMethodGET
format:MTPocketFormatHTML
body:nil
success:^(MTPocketResponse *successResponse) {
NSLog(@"%@", response.body);
} failure:^(MTPocketResponse *response) {
NSLog(@"%@", response.error);
}
].send;
</code></pre>
<p>Let’s monitor the progress of a large request:</p>
<pre><code>NSURLConnection *connection = [MTPocketAsyncRequest asyncRequestForURL:BASE_URL
downloadProgress:^(long long bytesLoaded, long long bytesTotal) {
NSLog(@"%@/%@", @(bytesLoaded), @(bytesTotal));
}
success:^(MTPocketResponse *successResponse) {
NSLog(@"%@", response.body);
}
failure:^(MTPocketResponse *response) {
NSLog(@"%@", response.error);
}
].send;
</code></pre>
<p>Easy enough, now let’s download a file and save it to disk:</p>
<pre><code>NSString *location = [DOCS_DIR stringByAppendingPathComponent:@"test.mp3"];
NSURLConnection *connection = [MTPocketAsyncRequest asyncRequestForURL:DOWNLOAD_FILE_URL
destinationPath:location
downloadProgress:^(long long bytesLoaded, long long bytesTotal) {
NSLog(@"%@/%@", @(bytesLoaded), @(bytesTotal));
}
success:^(MTPocketResponse *successResponse) {
NSLog(@"%@", response.body);
}
failure:^(MTPocketResponse *response) {
NSLog(@"%@", response.error);
}
].send;
</code></pre>
<p>Ok, now this is cool, because normally it would be a lot of work:</p>
<pre><code>NSString *imagePath = [[NSBundle mainBundle] pathForResource:@"test" ofType:@"jpg"];
NSData *fileData = [NSData dataWithContentsOfFile:imagePath];
NSURLConnection *connection = [MTPocketAsyncRequest asyncRequestForURL:UPLOAD_FILE_URL
format:MTPocketFormatJSON
body:fileData
uploadFilename:@"test.jpg"
uploadFormField:@"files[]"
uploadMIMEType:@"image/jpeg"
uploadProgress:^(long long bytesLoaded, long long bytesTotal) {
NSLog(@"%@/%@", @(bytesLoaded), @(bytesTotal));
}
success:^(MTPocketResponse *successResponse) {
NSLog(@"%@", response.body);
}
failure:^(MTPocketResponse *response) {
NSLog(@"%@", response.error);
}
].send;
</code></pre>
<p>That’s just the standard stuff. say you want to cook your own totally custom request:</p>
<pre><code>NSURLConnection *connection = [MTPocketAsyncRequest asyncRequestForURL:BASE_URL
method:MTPocketMethodGET
format:MTPocketFormatHTML
body:nil
success:^(MTPocketResponse *successResponse) {
NSLog(@"%@", response.body);
} failure:^(MTPocketResponse *response) {
NSLog(@"%@", response.error);
}];
request.username = @"custom";
request.password = @"request";
request.headers = @{ @"Super-Rare-Header" : @"Value" };
request.timeout = 15; // seconds
// then fire it off (this is different than above where we create the request and fire it off at the same time).
NSURLConnection *connection = [request send];
</code></pre>
<h3>Screenshots</h3>
<p>As you can see, while debugging, MTPocket provides you with a LOT of very useful information about responses from server:</p>
<p>!<a href="https://dl.dropbox.com/u/2771219/github/MTPocket/1.png" title="XCode Debugger Interface">Alt screenshot of debugger in XCode</a></p>
<p>Printing the body of the response:</p>
<p>!<a href="https://dl.dropbox.com/u/2771219/github/MTPocket/2.png" title="Printing body of response">Alt screenshot of console in XCode</a></p>
<h3>Enums</h3>
<pre><code>// MTPocketResult
typedef enum {
MTPocketResultSuccess,
MTPocketResultCreated,
MTPocketResultUnauthorized,
MTPocketResultUnprocessable,
MTPocketResultNotFound,
MTPocketResultNoConnection,
MTPocketStatusServerError,
MTPocketResultOther,
} MTPocketResult;
// MTPocketFormat
typedef enum {
MTPocketFormatJSON,
MTPocketFormatXML,
MTPocketFormatHTML,
MTPocketFormatTEXT
} MTPocketFormat;
// MTPocketMethod
typedef enum {
MTPocketMethodGET,
MTPocketMethodPOST,
MTPocketMethodPUT,
MTPocketMethodDELETE
} MTPocketMethod;
</code></pre>
<h3>The Request Object</h3>
<pre><code>@property (readonly) NSURL *URL; // (Required, Read-only)
@property ( nonatomic) MTPocketMethod method; // Default: MTPocketMethodGET
@property ( nonatomic) MTPocketFormat format; // Defaut: MTPocketFormatJSON
@property (strong, nonatomic) NSString *username; // (optional) HTTP Basic auth
@property (strong, nonatomic) NSString *password;
@property (strong, nonatomic) id body; // Can be an NSDictionary, NSArray, NSString, NSData, or nil
@property (strong, nonatomic) NSDictionary *headers; // (optional)
@property ( nonatomic) NSTimeInterval timeout; // (optional)
</code></pre>
<h3>The Response Object</h3>
<pre><code>@property (readonly) BOOL success; // Easily determine if the request was 100% sucessful. Otherwise, lots of data in other properties to deal with the failure.
@property (readonly) MTPocketStatus status; // A Mapping of common HTTP status codes to enum.
@property (readonly) MTPocketFormat format; // The format of the original content. Will always be the same as the request format.
@property (readonly) id body; // The response body. Depending on the format, could be an NSString, NSArray, NSDictionary or nil.
@property (readonly) NSError *error; // Could be nil, but should check this for important info if its not nil.
@property (readonly) NSURLRequest *request; // The original request made to the server (for debugging).
@property (readonly) NSData *data; // The data returned form the server (for debugging).
@property (readonly) NSString *text; // The data converted to a string returned form the server (for debugging).
@property (readonly) NSData *requestData; // The data that was sent as the body with the request (for debugging).
@property (readonly) NSString *requestText; // The data sent with the request converted to a string (for debugging).
@property (readonly) NSDictionary *requestHeaders;
@property (readonly) NSInteger statusCode; // The actual integer status code of the response.
@property (readonly) NSString *MIMEType; // What the server reports as the content type of the response.
@property (readonly) NSInteger expectedContentLength; // What the server reports as the expected content length of the response.
@property (readonly) NSString *fileDownloadedPath; // The path of the file if it successfully downloaded and is guaranteed to exist at the path.
</code></pre>
</div>
<div class="index-column">
<h2 class="index-title">Class References</h2>
<ul>
<li><a href="Classes/MTPocketAsyncRequest.html">MTPocketAsyncRequest</a></li>
<li><a href="Classes/MTPocketRequest.html">MTPocketRequest</a></li>
<li><a href="Classes/MTPocketResponse.html">MTPocketResponse</a></li>
</ul>
</div>
</div>
<div class="main-navigation navigation-bottom">
<a href="hierarchy.html">Next</a>
</div>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">© 2012 Adam Kirk. All rights reserved. (Last updated: 2012-12-17)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
</div>
</div>
</div>
</article>
</body>
</html>
|
jgoodies-looks-2.6.0/docs/api/com/jgoodies/looks/windows/class-use/WindowsScrollBarUI.html
|
pohh-mell/BeerHousePOS
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Thu Feb 27 00:03:31 CET 2014 -->
<title>Uses of Class com.jgoodies.looks.windows.WindowsScrollBarUI (JGoodies Looks 2.6 API)</title>
<meta name="date" content="2014-02-27">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.jgoodies.looks.windows.WindowsScrollBarUI (JGoodies Looks 2.6 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/jgoodies/looks/windows/WindowsScrollBarUI.html" title="class in com.jgoodies.looks.windows">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/jgoodies/looks/windows/class-use/WindowsScrollBarUI.html" target="_top">Frames</a></li>
<li><a href="WindowsScrollBarUI.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.jgoodies.looks.windows.WindowsScrollBarUI" class="title">Uses of Class<br>com.jgoodies.looks.windows.WindowsScrollBarUI</h2>
</div>
<div class="classUseContainer">No usage of com.jgoodies.looks.windows.WindowsScrollBarUI</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/jgoodies/looks/windows/WindowsScrollBarUI.html" title="class in com.jgoodies.looks.windows">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/jgoodies/looks/windows/class-use/WindowsScrollBarUI.html" target="_top">Frames</a></li>
<li><a href="WindowsScrollBarUI.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 JGoodies Software GmbH. All Rights Reserved. </small></p>
</body>
</html>
|
PlanetWars/Content/Site.css
|
reichlew/planet-wars-competition
|
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
/* Game CSS */
.game-container {
position: relative;
background: black;
padding: .5em;
text-align: center;
color: white;
}
.game-container .game-info {
top: .5em;
z-index: 1;
font-weight: bold;
font-size: 20px;
position: absolute;
text-align: left;
}
.game-container #game-id {
font-weight: bold;
font-size: 20px;
margin: 0 0 6px 0;
}
.game-container #game-turns {
font-size: 18px;
color: #666;
margin: 0 0 12px 0;
}
.game-container #game-turns span {
color: white;
}
.game-container #game-players {
font-weight: bold;
font-size: 25px;
color: lime;
margin: 0 0 6px 0;
}
.game-container #game-players li span {
color: white;
}
.game-container #game-players li[data-id='1'] {
color: #c53e30;
}
.game-container #game-players li[data-id='2'] {
color: #3797bf;
}
.game-container #game-over {
display: none;
color: #cabd4f;
font-size: 25px;
font-weight: bold;
position: absolute;
text-transform: uppercase;
white-space: nowrap;
}
.game-container #game-over span {
font-size: 14px;
text-transform: none;
}
.game-container .game-canvas {
margin: 0 auto;
}
.game-container .game-canvas canvas#game {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
|
docs/html/files.html
|
broken/litesql
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>LiteSQL: File Index</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="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>File List</h1>Here is a list of all documented files with brief descriptions:<table>
<tr><td class="indexkey"><a class="el" href="backend_8hpp.html">backend.hpp</a> <a href="backend_8hpp-source.html">[code]</a></td><td class="indexvalue">Classes Backend, Backend::Cursor and Backend::Result </td></tr>
<tr><td class="indexkey"><b>compatibility.hpp</b> <a href="compatibility_8hpp-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="cursor_8hpp.html">cursor.hpp</a> <a href="cursor_8hpp-source.html">[code]</a></td><td class="indexvalue">Contains class Cursor </td></tr>
<tr><td class="indexkey"><a class="el" href="database_8hpp.html">database.hpp</a> <a href="database_8hpp-source.html">[code]</a></td><td class="indexvalue">Database-class </td></tr>
<tr><td class="indexkey"><a class="el" href="datasource_8hpp.html">datasource.hpp</a> <a href="datasource_8hpp-source.html">[code]</a></td><td class="indexvalue">SelectObjectQuery<T> and DataSource<T> </td></tr>
<tr><td class="indexkey"><a class="el" href="datetime_8hpp.html">datetime.hpp</a> <a href="datetime_8hpp-source.html">[code]</a></td><td class="indexvalue">Constains Date, Time and DateTime - classes </td></tr>
<tr><td class="indexkey"><a class="el" href="except_8hpp.html">except.hpp</a> <a href="except_8hpp-source.html">[code]</a></td><td class="indexvalue">Litesql's exception classes </td></tr>
<tr><td class="indexkey"><a class="el" href="expr_8hpp.html">expr.hpp</a> <a href="expr_8hpp-source.html">[code]</a></td><td class="indexvalue">Contains Expr-class hierarchy and operator overloadings for them </td></tr>
<tr><td class="indexkey"><a class="el" href="field_8hpp.html">field.hpp</a> <a href="field_8hpp-source.html">[code]</a></td><td class="indexvalue">FieldType- and Field-classes </td></tr>
<tr><td class="indexkey"><a class="el" href="litesql_8hpp.html">litesql.hpp</a> <a href="litesql_8hpp-source.html">[code]</a></td><td class="indexvalue">Include this from your project </td></tr>
<tr><td class="indexkey"><a class="el" href="mysql_8hpp.html">mysql.hpp</a> <a href="mysql_8hpp-source.html">[code]</a></td><td class="indexvalue">MySQL MySQL::Cursor MySQL::Backend </td></tr>
<tr><td class="indexkey"><a class="el" href="operations_8hpp.html">operations.hpp</a> <a href="operations_8hpp-source.html">[code]</a></td><td class="indexvalue">Select<T>, intersect<T>, union_<T>, except<T> </td></tr>
<tr><td class="indexkey"><a class="el" href="persistent_8hpp.html">persistent.hpp</a> <a href="persistent_8hpp-source.html">[code]</a></td><td class="indexvalue">Persistent </td></tr>
<tr><td class="indexkey"><a class="el" href="postgresql_8hpp.html">postgresql.hpp</a> <a href="postgresql_8hpp-source.html">[code]</a></td><td class="indexvalue">PostgreSQL PostgreSQL::Result PostgreSQL::Cursor </td></tr>
<tr><td class="indexkey"><a class="el" href="relation_8hpp.html">relation.hpp</a> <a href="relation_8hpp-source.html">[code]</a></td><td class="indexvalue">See <a class="el" href="usage_using_relations.html">Using Relations</a> </td></tr>
<tr><td class="indexkey"><a class="el" href="selectquery_8hpp.html">selectquery.hpp</a> <a href="selectquery_8hpp-source.html">[code]</a></td><td class="indexvalue">SelectQuery-class </td></tr>
<tr><td class="indexkey"><a class="el" href="split_8hpp.html">split.hpp</a> <a href="split_8hpp-source.html">[code]</a></td><td class="indexvalue">Class Split </td></tr>
<tr><td class="indexkey"><a class="el" href="sqlite3_8hpp.html">sqlite3.hpp</a> <a href="sqlite3_8hpp-source.html">[code]</a></td><td class="indexvalue">SQLite3 SQLite3::Result SQLite3::Cursor </td></tr>
<tr><td class="indexkey"><a class="el" href="string_8hpp.html">string.hpp</a> <a href="string_8hpp-source.html">[code]</a></td><td class="indexvalue">Helpful string utils </td></tr>
<tr><td class="indexkey"><a class="el" href="types_8hpp.html">types.hpp</a> <a href="types_8hpp-source.html">[code]</a></td><td class="indexvalue">Class Record and typedef Records </td></tr>
<tr><td class="indexkey"><a class="el" href="updatequery_8hpp.html">updatequery.hpp</a> <a href="updatequery_8hpp-source.html">[code]</a></td><td class="indexvalue">UpdateQuery-class </td></tr>
<tr><td class="indexkey"><a class="el" href="utils_8hpp.html">utils.hpp</a> <a href="utils_8hpp-source.html">[code]</a></td><td class="indexvalue">Includes <a class="el" href="string_8hpp.html" title="helpful string utils">string.hpp</a> and <a class="el" href="split_8hpp.html" title="contains class Split">split.hpp</a> </td></tr>
</table>
</div>
<hr />
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=113304&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
|
cas-server-core/src/main/java/org/jasig/cas/ticket/registry/package.html
|
weskerhluffy/cacas-server-3.4.7
|
<html>
<body>
<p>This package contains the classes related to maintaining the
persistance of the Tickets for retrieval later by the Central
Authentication Service.</p>
</body>
</html>
|
examples/layer-segment.html
|
wavesjs/waves-ui
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Segment Layer</title>
<link rel="stylesheet" type="text/css" href="./assets/common.css" />
<link rel="stylesheet" type="text/css" href="./assets/prism.css" />
<script src="../waves-ui.umd.js"></script>
<script src="./assets/prism.js"></script>
<script src="./assets/insert-code.js"></script>
</head>
<body>
<h1>Segment Layer</h1>
<!-- SIMPLE USAGE -->
<h2 id="simple-use">Simple Usage</h2>
<div class="track" id="track-1"></div>
<script class="example" rel="track-1">
(function() {
var $track = document.querySelector('#track-1');
var width = $track.getBoundingClientRect().width;
var height = 200;
var duration = 20;
// some data to visualize
var data = [
{ x: 2, width: 4, color: 'steelblue', opacity: 0.8 },
{ x: 10, width: 5, color: 'orange', opacity: 0.8 },
{ x: 14, width: 3, color: 'green', opacity: 0.8 },
];
// define the numbr of pixels per seconds the timeline should display
var pixelsPerSecond = width / duration;
// create a timeline
var timeline = new wavesUI.core.Timeline(pixelsPerSecond, width);
// create a new track into the `track-1` element and give it a id ('main')
timeline.createTrack($track, height, 'main');
// create the layer
var segmentLayer = new wavesUI.helpers.SegmentLayer(data, {
height: height,
displayHandlers: false,
});
// insert the layer inside the 'main' track
timeline.addLayer(segmentLayer, 'main');
// add an hover effect on the segments
timeline.on('event', function(e) {
var segment;
var eventType = e.type;
if (eventType !== 'mouseover' && eventType !== 'mouseout') { return; }
segment = segmentLayer.getItemFromDOMElement(e.target);
if (segment !== null) {
var datum = segmentLayer.getDatumFromItem(segment);
datum.opacity = eventType === 'mouseover' ? 1 : 0.8;
segmentLayer.updateShapes();
}
});
}());
</script>
<div class="track" id="track-2"></div>
<script class="example" rel="track-2">
(function() {
var $track = document.querySelector('#track-2');
var width = $track.getBoundingClientRect().width;
var height = 200;
var duration = 20;
var yDomain = [0, 10];
// some data to visualize
var data = [
{ x: 2, width: 4, y: 0, height: 6, color: 'steelblue', opacity: 0.8 },
{ x: 10, width: 5, y: 2, height: 8, color: 'orange', opacity: 0.8 },
{ x: 14, width: 3, y: 3, height: 4, color: 'green', opacity: 0.8 },
];
// define the numbr of pixels per seconds the timeline should display
var pixelsPerSecond = width / duration;
// create a timeline
var timeline = new wavesUI.core.Timeline(pixelsPerSecond, width);
// create a new track into the `track-1` element and give it a id ('main')
timeline.createTrack($track, height, 'main');
// create the layer
var segmentLayer = new wavesUI.helpers.SegmentLayer(data, {
height: height,
displayHandlers: false,
yDomain: yDomain,
});
// insert the layer inside the 'main' track
timeline.addLayer(segmentLayer, 'main');
// add an hover effect on the segments
timeline.on('event', function(e) {
var segment;
var eventType = e.type;
if (eventType !== 'mouseover' && eventType !== 'mouseout') { return; }
segment = segmentLayer.getItemFromDOMElement(e.target);
if (segment !== null) {
var datum = segmentLayer.getDatumFromItem(segment);
datum.opacity = eventType === 'mouseover' ? 1 : 0.8;
segmentLayer.updateShapes();
}
});
}());
</script>
<!-- ADVANCED USAGE -->
<h2 id="advanced-use">Advanced Usage</h2>
<div class="track" id="track-3"></div>
<script class="example" rel="track-3">
(function() {
var $track = document.querySelector('#track-3');
var width = $track.getBoundingClientRect().width;
var height = 200;
var duration = 20;
var data = [
{ start: 2, duration: 4, color: 'steelblue', text: 'label 1' },
{ start: 10, duration: 5, color: 'orange', text: 'label 2' },
{ start: 14, duration: 3, color: 'green', text: 'label 3' },
];
var pixelsPerSecond = width / duration;
var timeline = new wavesUI.core.Timeline(pixelsPerSecond, width);
var track = new wavesUI.core.Track($track, height);
var segmentLayer = new wavesUI.core.Layer('collection', data, {
height: height
});
var timeContext = new wavesUI.core.LayerTimeContext(timeline.timeContext);
segmentLayer.setTimeContext(timeContext);
segmentLayer.configureShape(wavesUI.shapes.AnnotatedSegment, {
x: function(d, v) {
if (v !== undefined) { d.start = v; }
return d.start;
},
width: function(d, v) {
if (v !== undefined) { d.duration = v; }
return d.duration;
}
});
segmentLayer.setBehavior(new wavesUI.behaviors.SegmentBehavior());
timeline.state = new wavesUI.states.SimpleEditionState(timeline);
track.add(segmentLayer);
timeline.add(track);
timeline.tracks.render();
timeline.tracks.update();
}());
</script>
</body>
</html>
|
docs/Joobsbox_Controllers/CautaController.html
|
valentinbora/joobsbox-php
|
<?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 CautaController</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"><img src="../media/images/Class_logo.png"
alt=" Class"
title=" Class"
style="vertical-align: middle"> CautaController</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="notes">
Located in <a class="field" href="_Controllers---CautaController.php.html">/Controllers/CautaController.php</a> (line <span class="field">16</span>)
</p>
<pre>Zend_Controller_Action
|
--CautaController</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">
<img src="../media/images/Variable.png" alt=" " />
<span class="var-type">mixed</span>
<a href="#$_model" title="details" class="var-name">$_model</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">
<img src="../media/images/Method.png" alt=" "/>
<span class="method-result">void</span>
<a href="#indexAction" title="details" class="method-name">indexAction</a>
()
</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$_model" id="$_model"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<img src="../media/images/Variable.png" />
<span class="var-title">
<span class="var-type">mixed</span>
<span class="var-name">$_model</span>
(line <span class="line-number">17</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
</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="methodindexAction" id="indexAction"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<img src="../media/images/Method.png" />
<span class="method-title">indexAction</span> (line <span class="line-number">19</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
indexAction
</span>
()
</div>
</div>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Mon, 13 Apr 2009 19:03:32 +0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.2</a>
</p>
</div></body>
</html>
|
TinyMT-src-1.0.1 Orig C Code/TinyMTJump-src-1.1/readme-jp.html
|
RobertGBryan/TinyMTCPP
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html" />
<meta name="keywords" content="tiny mt" />
<title>TinyMT Jump Function</title>
<style type="text/css">
TABLE.numeric TD {text-align:right}
DD.gray {color:gray}
body {margin-right:10%;margin-left:10%}
</style>
</head>
<body>
<h2>TinyMT Jump Function</h2>
<h2>READ ME FIRST</h2>
<p>
Jump 関数は疑似乱数生成器 TinyMT の内部状態をN個先にジャンプさせます。
Nが大きい場合、このジャンプはN個の疑似乱数を生成するよりもずっと速く実行出来ます。
Jump 関数を使用することによって、疑似乱数の出力の中から重複しない部分列を得ること
ができます。
</p>
<p>Jump 関数はC言語で書かれていて、標準ライブラリ以外のライブラリを使用していません。
ただし、c99 の stdint.h と inttypes.h を使用しています。
</p>
<h2>TinyMTを用いて疑似乱数列を並列に生成する方法の比較</h2>
<ol>
<li>パラメータを一つ使用し、seedを変えることによって複数の疑似乱
数列を得る方法。この方法によって得られた数列は一つの疑似乱数列
の部分数列ですが、それぞれの部分数列が他の部分数列とどれだけ離
れているかを知ることは難しい。最悪の場合、疑似乱数列が重複する
可能性があります。ただし、重複する可能性は通常無視出来るほど小
さいと考えられます。一方、同一のパラメータを使用することから、
マルチスレッドのようなメモリ共有並列モデルでは、パラメータを定
数にすることができます。
</li>
<li>パラメータを一つ使用し、jumpによって、複数の疑似乱数列を得る
方法。この方法によって得られる数列も一つの疑似乱数列の部分数列
ですが、それがお互いにどのくらい離れているかは、分かっています。
つまり、jump で指定した値だけ離れています。<!-- この方法で得られる数
列は、同じパラメータセットから作られるので、特定のビットの間に
線形関係が存在するかも知れません。そのような線形関係はモンテ
カルロ・シミュレーションの結果に影響するかも知れないし、影響し
ないかも知れません。-->マルチスレッドなどのメモリ共有並列モデルで
は、パラメータを定数にすることができます。
</li>
<li>個々の疑似乱数列に異なるパラメータを使用して、複数の疑似乱数列を得る方法。
三つの方法の中で、各疑似乱数列の独立性が最も高いと考えられます。
パラメータを定数にすることが出来ないのでメモリ消費量が増えます。</li>
</ol>
<p>このjump関数は二番目の方法を提供します。ただし、メモリを節約するプログラムは
用意していないので、メモリを節約したければ、ユーザー自身で構造体を書き換え、
パラメータを定数として定義する必要があります。</p>
<h2>使用方法</h2>
<h3>テストプログラムのコンパイル</h3>
<p>
Jump プログラムは単独ではコンパイルできません。TinyMT のソースファイルが
必要です。また、実行にはTinyMTDCの出力パラメータが必要です。</p>
<ol>
<li>アーカイブファイルを解凍します。</li>
<li>出来たディレクトリ(TinyMTJump-src-xxx)の中のjumpディレクトリを
TinyMTのディクレクトリにコピーします。</li>
<pre>
TinyMT-src-xxx
+---dc
+---tinymt
+---jump
</pre>
<li>コピーしたjumpディレクトリにcd します。</li>
<li>make all でテスト用のプログラムがコンパイルされます。</li>
<li><b>./jump_test32 d8524022ed8dff4a8dcc50c798faba43 8f7011ee fc78ff1f 3793fdff 1298</b></li>
<li>OK が表示されていることと、NGが表示されていないことを確認します。</li>
</ol>
<h3>関数の説明</h3>
<pre>
void tinymt32_jump(tinymt32c_t *tiny,
uint64_t lower_step,
uint64_t upper_step,
const char * poly_str);
</pre>
<dl>
<dt>この関数はtinymt32の内部状態をlower_step と upper_step で表される
0から2<sup>128</sup>-1の範囲内の任意のステップ先にジャンプさせます。
</dt>
<dd>tiny は状態をjumpさせるtinymt32_t 型の構造体です。
tiny は初期化をしてある必要があります。jump 後の状態で上書きされます。</dd>
<dd>lower_step と upper_step は何個先の状態にjumpするかを示します。</dd>
<dd>poly_str は tinymt32dc の出力のパラメータセットの中のcharacteristic
カラムを文字列として渡します。</dd>
</dl>
<pre>
void calculate_jump_polynomial(f2_polynomial *jump_poly,
uint64_t lower_step,
uint64_t upper_step,
const char * poly_str);
</pre>
<dt>この関数は、特性多項式とlower_step, upper_stepからジャンプ多項式を計算します。
この関数の実行にはやや時間がかかります。ジャンプ多項式を一度求めたら、それを複数回
使用するとよいでしょう。ただし、特性多項式が異なる場合は、ジャンプ多項式を計算し
なおす必要があります。
</dt>
<dd>jump_poly には計算結果のジャンプ多項式が入ります。</dd>
<dd>lower_step と upper_step は何個先の状態にjumpするかを示します。</dd>
<dd>poly_str は tinymt32dc の出力のパラメータセットの中のcharacteristic
カラムを文字列として渡します。</dd>
</dl>
<pre>
void tinymt32_jump_by_polynomial(tinymt32_t *tiny,
f2_polynomial * jump_poly);
</pre>
<dl>
<dt>この関数は計算済みのジャンプ多項式を使って、tinymt32の内部状態をジャンプさせます。
ジャンプ多項式の計算よりもこの関数によるジャンプの方が速いので、多項式を何度も
計算するよりこの関数を複数回実行した方が速くなります。
</dt>
<dd>tiny は状態をjumpさせるtinymt32_t 型の構造体です。
tiny は初期化をしてある必要があります。jump 後の状態で上書きされます。</dd>
<dd>jump_polyはcalculate_jump_polynomial関数で計算したジャンプ多項式です。
ここで使用するtinyの特性多項式を使って計算したジャンプ多項式でなければなりません。
</dd>
</dl>
<h3>サンプルプログラム</h3>
<p>サンプルプログラム<a href="sample.c">sample.c</a>を挙げておきます。</p>
</body>
</html>
|
app/views/myse_questions.html
|
jorik041/stackprinter
|
$def with (username, user_id, result, service, pagination, category)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="StackPrinter - The Stack Exchange Printer Suite">
<meta name="keywords" content="printer friendly stackoverflow stackapps stack exchange">
<title>MySe - StackPrinter</title>
<link rel="stylesheet" href="/stylesheets/search.css">
<link rel="stylesheet" href="/stylesheets/main.css">
<link rel="stylesheet" href="/stylesheets/jquery-ui.css">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<script type="text/javascript" src="/javascripts/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="/javascripts/jquery-ui.min.js"></script>
<script type="text/javascript" src="/javascripts/main.js"></script>
</head>
<body>
<div id="back">
<a href="/myse"><img src="/images/profile.png"/></a>
</div>
<div id="title" class="main"><img src="$(supported_services.info[service]['icon_url'])"/>$(supported_services.info[service]['name']) <i>$category</i> questions <br></div>
<p id="input"><a target="_new" href="http://$(service).com/users/$(user_id)/$(username)">$(username)</a></p>
<table cellpadding="2" cellspacing="0">
$for question in result:
<tr class="$loop.parity">
<td class="printer">
<a target="_blank" href="/export?question=$(question.question_id)&format=HTML&service=$(question.service)&linktohome=false"/>
<img title="Printer-Friendly" src="images/printer_black.png"/>
</a>
</td>
<td class="quicklook">
<a onclick="javascript:quicklook($(question.question_id),'$(question.service)');return false;" href="#"/>
<img title="Quicklook" src="images/quicklook.png"/>
</a>
</td>
<td class="counters">
[$question.get_votes()]<br>[$question.answer_count]
</td>
<td class="title">
<a target="_blank" href="$question.url"/>$htmlquote(question.title)</a><br>
<span class="tag">
[$(", ".join([tag for tag in question.tags_list]))]
</span>
</td>
<td class="date">
[$(question.creation_date.strftime('%Y-%m-%d'))]
</td>
</tr>
$if loop.last:
</table>
<table id="pagination">
<tr>
<td class="pagination_found">Found: $commify(pagination.total)</td>
<td class="pagination_page">
$if pagination.has_previous_entries():
<a href="/myse?category=$(category)&service=$(service)&userid=$(user_id)&page=$(pagination.page-1)&pagesize=$(pagination.pagesize)">« prev </a>
$for page in pagination.get_pretty_pagination():
$if page != -1:
<a href="/myse?category=$(category)&service=$(service)&userid=$(user_id)&page=$(page)&pagesize=$(pagination.pagesize)">
$if page == pagination.page:|$(page)|
$else: $page
</a>
$else:
$pagination.separator
$if pagination.has_more_entries():
<a href="/myse?category=favorites&service=$(service)&userid=$(user_id)&page=$(pagination.page+1)&pagesize=$(pagination.pagesize)"> next »</a>
</td>
<td class="pagination_pagesize">Pagesize: $pagination.pagesize</td>
</tr>
</table>
$else:
$if len(result) == 0:
<p id="not_found">
No questions found
</p>
</body>
</html>
|
gtk/GTK_3.8/detourious/gtk-3.0/gtk-frames.css
|
ilar81/detourious-e19
|
/***********
* Borders *
***********/
/* border and inner stroke */
.button,
.frame,
.notebook {
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
from (shade (@theme_bg_color, 0.7)),
to (shade (@theme_bg_color, 0.7)));
-unico-inner-stroke-style: custom;
-unico-inner-stroke-color: alpha (shade (@theme_bg_color, 1.26), 0.2);
}
.button:insensitive,
.frame:insensitive,
.notebook:insensitive {
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
from (shade (@theme_bg_color, 0.8)),
to (shade (@theme_bg_color, 0.8)));
}
/* inset */
.button:active,
.button:insensitive,
.check,
.entry,
.radio {
-unico-outer-stroke-style: custom;
-unico-outer-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
from (alpha (shade (@theme_bg_color, 0.9), 0.6)),
to (alpha (shade (@theme_bg_color, 1.05), 0.6)));
}
/* shadow */
.button,
.primary-toolbar.toolbar.raised.button,
.check:active,
.frame,
.notebook .button,
.notebook,
.radio:active {
-unico-outer-stroke-style: custom;
-unico-outer-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
from (alpha (shade (@theme_bg_color, 0.05), 0.05)),
to (alpha (shade (@theme_bg_color, 0.05), 0.09)));
}
/* frame */
.frame {
border-radius: 0;
border-style: solid;
border-color: shade (@theme_bg_color, 0.85);
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
from (shade (@theme_bg_color, 0.8)),
to (shade (@theme_bg_color, 0.8)));
}
/* GtkScrolledWindow */
GtkScrolledWindow.frame {
border-style: solid;
border-color: @internal_element_color;
border-width: 1px;
border-radius: 0;
}
/****************
* Text Entries *
****************/
.entry,
.toolbar.entry {
background-color: @theme_base_color;
/*background-image: -gtk-gradient (linear,
left top, left bottom,
from (shade (@theme_base_color, 0.82)),
color-stop (0.12, shade (@theme_base_color, 0.98)),
color-stop (0.16, shade (@theme_base_color, 1.0)),
to (@theme_base_color));*/
border-radius: 3px;
border-width: 1px;
border-style: solid;
border-top-color: shade(@theme_bg_color, 0.6);
border-right-color: shade(@theme_bg_color, 0.75);
border-bottom-color: shade(@theme_bg_color, 0.77);
border-left-color: shade(@theme_bg_color, 0.75);
-unico-border-gradient: -gtk-gradient (linear,
left top, left bottom,
from (shade (@theme_border_color_b, 1.00)),
to (shade (@theme_border_color_a, 1.00)));
box-shadow: inset 0px 1px alpha(@theme_fg_color, 0.15);
padding: 3px 5px 3px 5px;
}
.entry:focused {
/*border-color: @theme_selected_bg_color;*/
border-color: shade(@theme_selected_bg_color, 0.8);
box-shadow: inset 0px 1px alpha(@theme_selected_bg_color, 0.95),
inset 1px 0px alpha(@theme_selected_bg_color, 0.95),
inset -1px 0px alpha(@theme_selected_bg_color, 0.95),
inset 0px -1px alpha(@theme_selected_bg_color, 0.95);
-unico-border-gradient: none;
}
.entry:selected,
.entry:selected:focused {
background-color: @selected_bg_color;
color: @selected_fg_color;
}
.entry:insensitive {
background-color: @insensitive_bg_color;
border-top-color: shade(@theme_bg_color, 0.8);
border-right-color: shade(@theme_bg_color, 0.85);
border-bottom-color: shade(@theme_bg_color, 0.88);
border-left-color: shade(@theme_bg_color, 0.85);
-unico-border-gradient: -gtk-gradient (linear,
left top, left bottom,
from (shade (@inactive_frame_border_a, 1.00)),
to (shade (@inactive_frame_border_b, 1.00)));
box-shadow: inset 0px 1px alpha(@theme_fg_color, 0.1);
}
.entry.progressbar {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
border-width: 1px;
border-radius: 1px;
border-color: @progressbar_border;
}
/******************
* combobox entry *
******************/
.primary-toolbar GtkComboBox.combobox-entry .entry,
.primary-toolbar GtkComboBox.combobox-entry .entry:active,
.primary-toolbar GtkComboBox.combobox-entry .entry:focus,
.primary-toolbar GtkComboBox.combobox-entry .entry:insensitive,
GtkComboBox.combobox-entry .entry,
GtkComboBox.combobox-entry .entry:active,
GtkComboBox.combobox-entry .entry:focus,
GtkComboBox.combobox-entry .entry:insensitive {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-width: 1px 0 1px 1px;
padding: 4px 5px 4px 5px;
}
.primary-toolbar GtkComboBox.combobox-entry .button,
.primary-toolbar GtkComboBox.combobox-entry .button:hover,
.primary-toolbar GtkComboBox.combobox-entry .button:active,
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive,
GtkComboBox.combobox-entry .button,
GtkComboBox.combobox-entry .button:hover,
GtkComboBox.combobox-entry .button:active,
GtkComboBox.combobox-entry .button:insensitive {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-width: 1px 1px 1px 1px;
}
GtkComboBox.combobox-entry .button {
padding: 2px;
border-top-color: #acacac;
border-right-color: #9b9b9b;
border-left-color: #9b9b9b;
border-bottom-color: #7f7f7f;
border-image: none;
}
GtkComboBox.combobox-entry .button:insensitive {
border-top-color: #afafaf;
border-right-color: #c1c1c1;
border-left-color: #c1c1c1;
border-bottom-color: #d2d2d2;
}
GtkComboBox.combobox-entry .button:active {
border-top-color: #848484;
border-right-color: #828282;
border-left-color: #828282;
border-bottom-color: #777777;
}
GtkComboBox.combobox-entry .button:hover {
border-top-color: #858585;
border-right-color: #7e7e7e;
border-left-color: #7e7e7e;
border-bottom-color: #757575;
}
/**************
* Separators *
**************/
.view.separator,
.separator {
color: shade(@theme_bg_color, 0.8);
border-color: shade(@theme_bg_color, 0.8);
border-style: solid;
}
.button .separator,
.button.separator {
border-color: shade (@theme_bg_color, 0.7);
-unico-inner-stroke-color: alpha (shade (@button_bg_color, 1.26), 0.5);
-unico-inner-stroke-gradient: none;
}
.notebook .button .separator,
.notebook .button.separator {
border-color: shade (@theme_bg_color, 0.7);
-unico-inner-stroke-color: alpha (shade (@dark_bg_color, 1.26), 0.5);
-unico-inner-stroke-gradient: none;
}
.button .separator:insensitive,
.button.separator:insensitive {
border-color: shade (@theme_bg_color, 0.9);
-unico-inner-stroke-color: alpha (shade (@button_bg_color, 1.26), 0.6);
-unico-inner-stroke-gradient: none;
}
.menuitem.separator {
-GtkMenuItem-horizontal-padding: 0;
border: none;
color: shade(@theme_bg_color, 0.82);
}
/******************
* pane separator *
******************/
.pane-separator {
color: shade (@theme_bg_color, 0.7);
background-color: @theme_bg_color;
}
|
objectCart/software/src/web/docs/system/gov/nih/nci/system/query/hibernate/class-use/HQLCriteria.html
|
NCIP/cadsr-objectcart
|
<!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_43) on Tue Aug 06 14:46:48 EDT 2013 -->
<TITLE>
Uses of Class gov.nih.nci.system.query.hibernate.HQLCriteria (caCORE SDK 4.5 API Documentation)
</TITLE>
<META NAME="date" CONTENT="2013-08-06">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class gov.nih.nci.system.query.hibernate.HQLCriteria (caCORE SDK 4.5 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="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate"><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="../../../../../../../overview-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?gov/nih/nci/system/query/hibernate/\class-useHQLCriteria.html" target="_top"><B>FRAMES</B></A>
<A HREF="HQLCriteria.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>gov.nih.nci.system.query.hibernate.HQLCriteria</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="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gov.nih.nci.system.applicationservice"><B>gov.nih.nci.system.applicationservice</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gov.nih.nci.system.applicationservice.impl"><B>gov.nih.nci.system.applicationservice.impl</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gov.nih.nci.system.dao.orm"><B>gov.nih.nci.system.dao.orm</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gov.nih.nci.system.dao.orm.translator"><B>gov.nih.nci.system.dao.orm.translator</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gov.nih.nci.system.query.hql"><B>gov.nih.nci.system.query.hql</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gov.nih.nci.system.web"><B>gov.nih.nci.system.web</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gov.nih.nci.system.web.util"><B>gov.nih.nci.system.web.util</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="gov.nih.nci.system.applicationservice"><!-- --></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="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> in <A HREF="../../../../../../../gov/nih/nci/system/applicationservice/package-summary.html">gov.nih.nci.system.applicationservice</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="../../../../../../../gov/nih/nci/system/applicationservice/package-summary.html">gov.nih.nci.system.applicationservice</A> with parameters of type <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><E> java.util.List<E></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>ApplicationService.</B><B><A HREF="../../../../../../../gov/nih/nci/system/applicationservice/ApplicationService.html#query(gov.nih.nci.system.query.hibernate.HQLCriteria)">query</A></B>(<A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> hqlCriteria)</CODE>
<BR>
Retrieves the result from the data source using the HQL query.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><E> java.util.List<E></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>ApplicationServiceFacade.</B><B><A HREF="../../../../../../../gov/nih/nci/system/applicationservice/ApplicationServiceFacade.html#query(gov.nih.nci.system.query.hibernate.HQLCriteria)">query</A></B>(<A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> hqlCriteria)</CODE>
<BR>
<B>Deprecated.</B> Retrieves the result from the data source using the HQL query.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><E> java.util.List<E></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>ApplicationService.</B><B><A HREF="../../../../../../../gov/nih/nci/system/applicationservice/ApplicationService.html#query(gov.nih.nci.system.query.hibernate.HQLCriteria, java.lang.String)">query</A></B>(<A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> hqlCriteria,
java.lang.String targetClassName)</CODE>
<BR>
<B>Deprecated.</B> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><E> java.util.List<E></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>ApplicationServiceFacade.</B><B><A HREF="../../../../../../../gov/nih/nci/system/applicationservice/ApplicationServiceFacade.html#query(gov.nih.nci.system.query.hibernate.HQLCriteria, java.lang.String)">query</A></B>(<A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> hqlCriteria,
java.lang.String targetClassName)</CODE>
<BR>
<B>Deprecated.</B> </TD>
</TR>
</TABLE>
<P>
<A NAME="gov.nih.nci.system.applicationservice.impl"><!-- --></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="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> in <A HREF="../../../../../../../gov/nih/nci/system/applicationservice/impl/package-summary.html">gov.nih.nci.system.applicationservice.impl</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="../../../../../../../gov/nih/nci/system/applicationservice/impl/package-summary.html">gov.nih.nci.system.applicationservice.impl</A> with parameters of type <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><E> java.util.List<E></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>ApplicationServiceImpl.</B><B><A HREF="../../../../../../../gov/nih/nci/system/applicationservice/impl/ApplicationServiceImpl.html#query(gov.nih.nci.system.query.hibernate.HQLCriteria)">query</A></B>(<A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> hqlCriteria)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><E> java.util.List<E></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>ApplicationServiceImpl.</B><B><A HREF="../../../../../../../gov/nih/nci/system/applicationservice/impl/ApplicationServiceImpl.html#query(gov.nih.nci.system.query.hibernate.HQLCriteria, java.lang.String)">query</A></B>(<A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> hqlCriteria,
java.lang.String targetClassName)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="gov.nih.nci.system.dao.orm"><!-- --></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="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> in <A HREF="../../../../../../../gov/nih/nci/system/dao/orm/package-summary.html">gov.nih.nci.system.dao.orm</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="../../../../../../../gov/nih/nci/system/dao/orm/package-summary.html">gov.nih.nci.system.dao.orm</A> with parameters of type <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../../../gov/nih/nci/system/dao/Response.html" title="class in gov.nih.nci.system.dao">Response</A></CODE></FONT></TD>
<TD><CODE><B>ORMDAOImpl.</B><B><A HREF="../../../../../../../gov/nih/nci/system/dao/orm/ORMDAOImpl.html#query(gov.nih.nci.system.dao.Request, gov.nih.nci.system.query.hibernate.HQLCriteria)">query</A></B>(<A HREF="../../../../../../../gov/nih/nci/system/dao/Request.html" title="class in gov.nih.nci.system.dao">Request</A> request,
<A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> hqlCriteria)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="gov.nih.nci.system.dao.orm.translator"><!-- --></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="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> in <A HREF="../../../../../../../gov/nih/nci/system/dao/orm/translator/package-summary.html">gov.nih.nci.system.dao.orm.translator</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">Fields in <A HREF="../../../../../../../gov/nih/nci/system/dao/orm/translator/package-summary.html">gov.nih.nci.system.dao.orm.translator</A> declared as <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></CODE></FONT></TD>
<TD><CODE><B>NestedCriteria2HQL.</B><B><A HREF="../../../../../../../gov/nih/nci/system/dao/orm/translator/NestedCriteria2HQL.html#hqlCriteria">hqlCriteria</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="../../../../../../../gov/nih/nci/system/dao/orm/translator/package-summary.html">gov.nih.nci.system.dao.orm.translator</A> that return <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></CODE></FONT></TD>
<TD><CODE><B>NestedCriteria2HQL.</B><B><A HREF="../../../../../../../gov/nih/nci/system/dao/orm/translator/NestedCriteria2HQL.html#prepareQuery(java.lang.StringBuffer)">prepareQuery</A></B>(java.lang.StringBuffer hql)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></CODE></FONT></TD>
<TD><CODE><B>NestedCriteria2HQL.</B><B><A HREF="../../../../../../../gov/nih/nci/system/dao/orm/translator/NestedCriteria2HQL.html#translate()">translate</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></CODE></FONT></TD>
<TD><CODE><B>CQL2HQL.</B><B><A HREF="../../../../../../../gov/nih/nci/system/dao/orm/translator/CQL2HQL.html#translate(gov.nih.nci.system.query.cql.CQLQuery, boolean, boolean)">translate</A></B>(<A HREF="../../../../../../../gov/nih/nci/system/query/cql/CQLQuery.html" title="class in gov.nih.nci.system.query.cql">CQLQuery</A> query,
boolean eliminateSubclasses,
boolean caseSensitive)</CODE>
<BR>
Translates a CQL query into an HQL string.</TD>
</TR>
</TABLE>
<P>
<A NAME="gov.nih.nci.system.query.hql"><!-- --></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="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> in <A HREF="../../../../../../../gov/nih/nci/system/query/hql/package-summary.html">gov.nih.nci.system.query.hql</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> in <A HREF="../../../../../../../gov/nih/nci/system/query/hql/package-summary.html">gov.nih.nci.system.query.hql</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="../../../../../../../gov/nih/nci/system/query/hql/DeleteHQLQuery.html" title="class in gov.nih.nci.system.query.hql">DeleteHQLQuery</A></B></CODE>
<BR>
</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="../../../../../../../gov/nih/nci/system/query/hql/InsertHQLQuery.html" title="class in gov.nih.nci.system.query.hql">InsertHQLQuery</A></B></CODE>
<BR>
</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="../../../../../../../gov/nih/nci/system/query/hql/SearchHQLQuery.html" title="class in gov.nih.nci.system.query.hql">SearchHQLQuery</A></B></CODE>
<BR>
</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="../../../../../../../gov/nih/nci/system/query/hql/UpdateHQLQuery.html" title="class in gov.nih.nci.system.query.hql">UpdateHQLQuery</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="gov.nih.nci.system.web"><!-- --></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="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> in <A HREF="../../../../../../../gov/nih/nci/system/web/package-summary.html">gov.nih.nci.system.web</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="../../../../../../../gov/nih/nci/system/web/package-summary.html">gov.nih.nci.system.web</A> that return <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></CODE></FONT></TD>
<TD><CODE><B>RESTfulResource.</B><B><A HREF="../../../../../../../gov/nih/nci/system/web/RESTfulResource.html#buildHQLCriteria(java.lang.String, java.util.List, java.util.Map, javax.ws.rs.core.UriInfo, java.lang.String)">buildHQLCriteria</A></B>(java.lang.String className,
java.util.List<java.lang.reflect.Field> searchFields,
java.util.Map matrixParams,
javax.ws.rs.core.UriInfo uriInfo,
java.lang.String dbType)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></CODE></FONT></TD>
<TD><CODE><B>RESTfulResource.</B><B><A HREF="../../../../../../../gov/nih/nci/system/web/RESTfulResource.html#getAssociationCriteria(java.lang.Class, java.lang.String, int, int, java.util.List, java.util.Map, javax.ws.rs.core.UriInfo, java.lang.String)">getAssociationCriteria</A></B>(java.lang.Class sourceClass,
java.lang.String associationName,
int start,
int size,
java.util.List<java.lang.reflect.Field> searchFields,
java.util.Map matrixParams,
javax.ws.rs.core.UriInfo uriInfo,
java.lang.String dbType)</CODE>
<BR>
Generate HQLCriteria for an association</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></CODE></FONT></TD>
<TD><CODE><B>RESTfulResource.</B><B><A HREF="../../../../../../../gov/nih/nci/system/web/RESTfulResource.html#getAssociationCriteria(java.lang.Class, java.lang.String, java.lang.String, int, int)">getAssociationCriteria</A></B>(java.lang.Class sourceClass,
java.lang.String associationName,
java.lang.String id,
int start,
int size)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="gov.nih.nci.system.web.util"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> in <A HREF="../../../../../../../gov/nih/nci/system/web/util/package-summary.html">gov.nih.nci.system.web.util</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../gov/nih/nci/system/web/util/package-summary.html">gov.nih.nci.system.web.util</A> with parameters of type <A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Object[]</CODE></FONT></TD>
<TD><CODE><B>HTTPUtils.</B><B><A HREF="../../../../../../../gov/nih/nci/system/web/util/HTTPUtils.html#getResultSet(gov.nih.nci.system.query.hibernate.HQLCriteria)">getResultSet</A></B>(<A HREF="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate">HQLCriteria</A> hqlCriteria)</CODE>
<BR>
Returns an array of result objects</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="../../../../../../../gov/nih/nci/system/query/hibernate/HQLCriteria.html" title="class in gov.nih.nci.system.query.hibernate"><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="../../../../../../../overview-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?gov/nih/nci/system/query/hibernate/\class-useHQLCriteria.html" target="_top"><B>FRAMES</B></A>
<A HREF="HQLCriteria.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
This API was generated by the caCORE Software Development Kit (SDK)
</BODY>
</HTML>
|
lib/CodeMirror/doc/compress.html
|
applemelonpan/java-properties-editor-app
|
<!doctype html>
<title>CodeMirror: Compression Helper</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="docs.css">
<script src="../lib/codemirror.js"></script>
<script src="../mode/javascript/javascript.js"></script>
<link rel=stylesheet href="../lib/codemirror.css">
<div id=nav>
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="logo.png"></a>
<ul>
<li><a href="../index.html">Home</a>
<li><a href="manual.html">Manual</a>
<li><a href="https://github.com/codemirror/codemirror">Code</a>
</ul>
<ul>
<li><a class=active href="#">Compression helper</a>
</ul>
</div>
<article>
<h2>Script compression helper</h2>
<p>To optimize loading CodeMirror, especially when including a
bunch of different modes, it is recommended that you combine and
minify (and preferably also gzip) the scripts. This page makes
those first two steps very easy. Simply select the version and
scripts you need in the form below, and
click <strong>Compress</strong> to download the minified script
file.</p>
<form id="form" action="http://marijnhaverbeke.nl/uglifyjs" method="post" onsubmit="generateHeader();">
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px;">
<option value="http://codemirror.net/">HEAD</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.1.0;f=">5.1</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.0.0;f=">5.0</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.13.0;f=">4.13</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.12.0;f=">4.12</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.11.0;f=">4.11</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.10.0;f=">4.10</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.9.0;f=">4.9</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.8.0;f=">4.8</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.7.0;f=">4.7</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.6.0;f=">4.6</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.5.0;f=">4.5</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.4.0;f=">4.4</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.3.0;f=">4.3</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.2.1;f=">4.2</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.2.0;f=">4.2</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.1.0;f=">4.1</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=4.0.3;f=">4.0</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.23.0;f=">3.23</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.22.0;f=">3.22</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.21.0;f=">3.21</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.20.0;f=">3.20</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.19.0;f=">3.19</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.18.0;f=">3.18</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.16.0;f=">3.16</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.15.0;f=">3.15</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.14.0;f=">3.14</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.13.0;f=">3.13</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v3.12;f=">3.12</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v3.11;f=">3.11</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v3.1;f=">3.1</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v3.02;f=">3.02</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v3.01;f=">3.01</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v3.0;f=">3.0</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.38;f=">2.38</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.37;f=">2.37</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.36;f=">2.36</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.35;f=">2.35</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.34;f=">2.34</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.33;f=">2.33</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.32;f=">2.32</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.31;f=">2.31</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.3;f=">2.3</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.25;f=">2.25</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.24;f=">2.24</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.23;f=">2.23</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.22;f=">2.22</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.21;f=">2.21</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.2;f=">2.2</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.18;f=">2.18</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.16;f=">2.16</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.15;f=">2.15</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.13;f=">2.13</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.12;f=">2.12</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.11;f=">2.11</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.1;f=">2.1</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.02;f=">2.02</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.01;f=">2.01</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.0;f=">2.0</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=beta2;f=">beta2</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=beta1;f=">beta1</option>
</select></p>
<select multiple="multiple" size="20" name="code_url" style="width: 40em;" class="field" id="files">
<optgroup label="CodeMirror Library">
<option value="http://codemirror.net/lib/codemirror.js" selected>codemirror.js</option>
</optgroup>
<optgroup label="Modes">
<option value="http://codemirror.net/mode/apl/apl.js">apl.js</option>
<option value="http://codemirror.net/mode/asciiarmor/asciiarmor.js">asciiarmor.js</option>
<option value="http://codemirror.net/mode/clike/clike.js">clike.js</option>
<option value="http://codemirror.net/mode/clojure/clojure.js">clojure.js</option>
<option value="http://codemirror.net/mode/cmake/cmake.js">cmake.js</option>
<option value="http://codemirror.net/mode/cobol/cobol.js">cobol.js</option>
<option value="http://codemirror.net/mode/coffeescript/coffeescript.js">coffeescript.js</option>
<option value="http://codemirror.net/mode/commonlisp/commonlisp.js">commonlisp.js</option>
<option value="http://codemirror.net/mode/css/css.js">css.js</option>
<option value="http://codemirror.net/mode/cypher/cypher.js">cypher.js</option>
<option value="http://codemirror.net/mode/d/d.js">d.js</option>
<option value="http://codemirror.net/mode/dart/dart.js">dart.js</option>
<option value="http://codemirror.net/mode/diff/diff.js">diff.js</option>
<option value="http://codemirror.net/mode/django/django.js">django.js</option>
<option value="http://codemirror.net/mode/dockerfile/dockerfile.js">dockerfile.js</option>
<option value="http://codemirror.net/mode/dtd/dtd.js">dtd.js</option>
<option value="http://codemirror.net/mode/dylan/dylan.js">dylan.js</option>
<option value="http://codemirror.net/mode/ebnf/ebnf.js">ebnf.js</option>
<option value="http://codemirror.net/mode/ecl/ecl.js">ecl.js</option>
<option value="http://codemirror.net/mode/eiffel/eiffel.js">eiffel.js</option>
<option value="http://codemirror.net/mode/erlang/erlang.js">erlang.js</option>
<option value="http://codemirror.net/mode/forth/forth.js">forth.js</option>
<option value="http://codemirror.net/mode/fortran/fortran.js">fortran.js</option>
<option value="http://codemirror.net/mode/gfm/gfm.js">gfm.js</option>
<option value="http://codemirror.net/mode/gas/gas.js">gas.js</option>
<option value="http://codemirror.net/mode/gherkin/gherkin.js">gherkin.js</option>
<option value="http://codemirror.net/mode/go/go.js">go.js</option>
<option value="http://codemirror.net/mode/groovy/groovy.js">groovy.js</option>
<option value="http://codemirror.net/mode/haml/haml.js">haml.js</option>
<option value="http://codemirror.net/mode/handlebars/handlebars.js">handlebars.js</option>
<option value="http://codemirror.net/mode/haskell/haskell.js">haskell.js</option>
<option value="http://codemirror.net/mode/haxe/haxe.js">haxe.js</option>
<option value="http://codemirror.net/mode/htmlembedded/htmlembedded.js">htmlembedded.js</option>
<option value="http://codemirror.net/mode/htmlmixed/htmlmixed.js">htmlmixed.js</option>
<option value="http://codemirror.net/mode/http/http.js">http.js</option>
<option value="http://codemirror.net/mode/idl/idl.js">idl.js</option>
<option value="http://codemirror.net/mode/jade/jade.js">jade.js</option>
<option value="http://codemirror.net/mode/javascript/javascript.js">javascript.js</option>
<option value="http://codemirror.net/mode/jinja2/jinja2.js">jinja2.js</option>
<option value="http://codemirror.net/mode/julia/julia.js">julia.js</option>
<option value="http://codemirror.net/mode/kotlin/kotlin.js">kotlin.js</option>
<option value="http://codemirror.net/mode/livescript/livescript.js">livescript.js</option>
<option value="http://codemirror.net/mode/lua/lua.js">lua.js</option>
<option value="http://codemirror.net/mode/markdown/markdown.js">markdown.js</option>
<option value="http://codemirror.net/mode/mirc/mirc.js">mirc.js</option>
<option value="http://codemirror.net/mode/mllike/mllike.js">mllike.js</option>
<option value="http://codemirror.net/mode/modelica/modelica.js">modelica.js</option>
<option value="http://codemirror.net/mode/mumps/mumps.js">mumps.js</option>
<option value="http://codemirror.net/mode/nginx/nginx.js">nginx.js</option>
<option value="http://codemirror.net/mode/ntriples/ntriples.js">ntriples.js</option>
<option value="http://codemirror.net/mode/octave/octave.js">octave.js</option>
<option value="http://codemirror.net/mode/pascal/pascal.js">pascal.js</option>
<option value="http://codemirror.net/mode/pegjs/pegjs.js">pegjs.js</option>
<option value="http://codemirror.net/mode/perl/perl.js">perl.js</option>
<option value="http://codemirror.net/mode/php/php.js">php.js</option>
<option value="http://codemirror.net/mode/pig/pig.js">pig.js</option>
<option value="http://codemirror.net/mode/properties/properties.js">properties.js</option>
<option value="http://codemirror.net/mode/python/python.js">python.js</option>
<option value="http://codemirror.net/mode/puppet/puppet.js">puppet.js</option>
<option value="http://codemirror.net/mode/q/q.js">q.js</option>
<option value="http://codemirror.net/mode/r/r.js">r.js</option>
<option value="http://codemirror.net/mode/rpm/rpm.js">rpm.js</option>
<option value="http://codemirror.net/mode/rst/rst.js">rst.js</option>
<option value="http://codemirror.net/mode/ruby/ruby.js">ruby.js</option>
<option value="http://codemirror.net/mode/rust/rust.js">rust.js</option>
<option value="http://codemirror.net/mode/sass/sass.js">sass.js</option>
<option value="http://codemirror.net/mode/scala/scala.js">scala.js</option>
<option value="http://codemirror.net/mode/scheme/scheme.js">scheme.js</option>
<option value="http://codemirror.net/mode/shell/shell.js">shell.js</option>
<option value="http://codemirror.net/mode/sieve/sieve.js">sieve.js</option>
<option value="http://codemirror.net/mode/slim/slim.js">slim.js</option>
<option value="http://codemirror.net/mode/smalltalk/smalltalk.js">smalltalk.js</option>
<option value="http://codemirror.net/mode/smarty/smarty.js">smarty.js</option>
<option value="http://codemirror.net/mode/solr/solr.js">solr.js</option>
<option value="http://codemirror.net/mode/soy/soy.js">soy.js</option>
<option value="http://codemirror.net/mode/sparql/sparql.js">sparql.js</option>
<option value="http://codemirror.net/mode/spreadsheet/spreadsheet.js">spreadsheet.js</option>
<option value="http://codemirror.net/mode/stylus/stylus.js">stylus.js</option>
<option value="http://codemirror.net/mode/sql/sql.js">sql.js</option>
<option value="http://codemirror.net/mode/stex/stex.js">stex.js</option>
<option value="http://codemirror.net/mode/tcl/tcl.js">tcl.js</option>
<option value="http://codemirror.net/mode/textile/textile.js">textile.js</option>
<option value="http://codemirror.net/mode/tiddlywiki/tiddlywiki.js">tiddlywiki.js</option>
<option value="http://codemirror.net/mode/tiki/tiki.js">tiki.js</option>
<option value="http://codemirror.net/mode/toml/toml.js">toml.js</option>
<option value="http://codemirror.net/mode/tornado/tornado.js">tornado.js</option>
<option value="http://codemirror.net/mode/troff/troff.js">troff.js</option>
<option value="http://codemirror.net/mode/turtle/turtle.js">turtle.js</option>
<option value="http://codemirror.net/mode/vb/vb.js">vb.js</option>
<option value="http://codemirror.net/mode/vbscript/vbscript.js">vbscript.js</option>
<option value="http://codemirror.net/mode/velocity/velocity.js">velocity.js</option>
<option value="http://codemirror.net/mode/verilog/verilog.js">verilog.js</option>
<option value="http://codemirror.net/mode/xml/xml.js">xml.js</option>
<option value="http://codemirror.net/mode/xquery/xquery.js">xquery.js</option>
<option value="http://codemirror.net/mode/yaml/yaml.js">yaml.js</option>
<option value="http://codemirror.net/mode/z80/z80.js">z80.js</option>
</optgroup>
<optgroup label="Add-ons">
<option value="http://codemirror.net/addon/selection/active-line.js">active-line.js</option>
<option value="http://codemirror.net/addon/hint/anyword-hint.js">anyword-hint.js</option>
<option value="http://codemirror.net/addon/fold/brace-fold.js">brace-fold.js</option>
<option value="http://codemirror.net/addon/edit/closebrackets.js">closebrackets.js</option>
<option value="http://codemirror.net/addon/edit/closetag.js">closetag.js</option>
<option value="http://codemirror.net/addon/runmode/colorize.js">colorize.js</option>
<option value="http://codemirror.net/addon/comment/comment.js">comment.js</option>
<option value="http://codemirror.net/addon/fold/comment-fold.js">comment-fold.js</option>
<option value="http://codemirror.net/addon/comment/continuecomment.js">continuecomment.js</option>
<option value="http://codemirror.net/addon/edit/continuelist.js">continuelist.js</option>
<option value="http://codemirror.net/addon/hint/css-hint.js">css-hint.js</option>
<option value="http://codemirror.net/addon/dialog/dialog.js">dialog.js</option>
<option value="http://codemirror.net/addon/fold/foldcode.js">foldcode.js</option>
<option value="http://codemirror.net/addon/fold/foldgutter.js">foldgutter.js</option>
<option value="http://codemirror.net/addon/display/fullscreen.js">fullscreen.js</option>
<option value="http://codemirror.net/addon/wrap/hardwrap.js">hardwrap.js</option>
<option value="http://codemirror.net/addon/hint/html-hint.js">html-hint.js</option>
<option value="http://codemirror.net/addon/fold/indent-fold.js">indent-fold.js</option>
<option value="http://codemirror.net/addon/hint/javascript-hint.js">javascript-hint.js</option>
<option value="http://codemirror.net/addon/lint/javascript-lint.js">javascript-lint.js</option>
<option value="http://codemirror.net/addon/lint/json-lint.js">json-lint.js</option>
<option value="http://codemirror.net/addon/lint/lint.js">lint.js</option>
<option value="http://codemirror.net/addon/mode/loadmode.js">loadmode.js</option>
<option value="http://codemirror.net/addon/fold/markdown-fold.js">markdown-fold.js</option>
<option value="http://codemirror.net/addon/selection/mark-selection.js">mark-selection.js</option>
<option value="http://codemirror.net/addon/search/match-highlighter.js">match-highlighter.js</option>
<option value="http://codemirror.net/addon/edit/matchbrackets.js">matchbrackets.js</option>
<option value="http://codemirror.net/addon/edit/matchtags.js">matchtags.js</option>
<option value="http://codemirror.net/addon/merge/merge.js">merge.js</option>
<option value="http://codemirror.net/addon/mode/multiplex.js">multiplex.js</option>
<option value="http://codemirror.net/addon/mode/overlay.js">overlay.js</option>
<option value="http://codemirror.net/addon/display/placeholder.js">placeholder.js</option>
<option value="http://codemirror.net/addon/display/rulers.js">rulers.js</option>
<option value="http://codemirror.net/addon/runmode/runmode.js">runmode.js</option>
<option value="http://codemirror.net/addon/runmode/runmode.node.js">runmode.node.js</option>
<option value="http://codemirror.net/addon/runmode/runmode-standalone.js">runmode-standalone.js</option>
<option value="http://codemirror.net/addon/search/search.js">search.js</option>
<option value="http://codemirror.net/addon/search/searchcursor.js">searchcursor.js</option>
<option value="http://codemirror.net/addon/hint/show-hint.js">show-hint.js</option>
<option value="http://codemirror.net/addon/mode/simple.js">simple.js</option>
<option value="http://codemirror.net/addon/scroll/simplescrollbars.js">simplescrollbars.js</option>
<option value="http://codemirror.net/addon/hint/sql-hint.js">sql-hint.js</option>
<option value="http://codemirror.net/addon/edit/trailingspace.js">trailingspace.js</option>
<option value="http://codemirror.net/addon/tern/tern.js">tern.js</option>
<option value="http://codemirror.net/addon/fold/xml-fold.js">xml-fold.js</option>
<option value="http://codemirror.net/addon/hint/xml-hint.js">xml-hint.js</option>
<option value="http://codemirror.net/addon/hint/yaml-lint.js">yaml-lint.js</option>
</optgroup>
<optgroup label="Keymaps">
<option value="http://codemirror.net/keymap/emacs.js">emacs.js</option>
<option value="http://codemirror.net/keymap/sublime.js">sublime.js</option>
<option value="http://codemirror.net/keymap/vim.js">vim.js</option>
</optgroup>
</select>
<p>
<button type="submit">Compress</button> with <a href="http://github.com/mishoo/UglifyJS/">UglifyJS</a>
</p>
<input type="hidden" id="header" name="header">
<p>Custom code to add to the compressed file:<textarea name="js_code" style="width: 100%; height: 15em;" class="field" id="js_code"></textarea></p>
</form>
<script type="text/javascript">
CodeMirror.fromTextArea(document.getElementById("js_code")).getWrapperElement().className += " field";
function setVersion(ver) {
var urlprefix = ver.options[ver.selectedIndex].value;
var select = document.getElementById("files"), m;
for (var optgr = select.firstChild; optgr; optgr = optgr.nextSibling)
for (var opt = optgr.firstChild; opt; opt = opt.nextSibling) {
if (opt.nodeName != "OPTION")
continue;
else if (m = opt.value.match(/^http:\/\/codemirror.net\/(.*)$/))
opt.value = urlprefix + m[1];
else if (m = opt.value.match(/http:\/\/marijnhaverbeke.nl\/git\/codemirror\?a=blob_plain;hb=[^;]+;f=(.*)$/))
opt.value = urlprefix + m[1];
}
}
function generateHeader() {
var versionNode = document.getElementById("version");
var version = versionNode.options[versionNode.selectedIndex].label
var filesNode = document.getElementById("files");
var optGroupHeaderIncluded;
// Generate the comment
var str = "/* CodeMirror - Minified & Bundled\n";
str += " Generated on " + new Date().toLocaleDateString() + " with http://codemirror.net/doc/compress.html\n";
str += " Version: " + version + "\n\n";
for (var group = filesNode.firstChild; group; group = group.nextSibling) {
optGroupHeaderIncluded = false;
for (var option = group.firstChild; option; option = option.nextSibling) {
if (option.nodeName !== "OPTION") {
continue;
} else if (option.selected) {
if (!optGroupHeaderIncluded) {
str += " " + group.label + ":\n";
optGroupHeaderIncluded = true;
}
str += " - " + option.label + "\n";
}
}
}
str += " */\n\n";
document.getElementById("header").value = str;
}
</script>
</article>
|
templates/admin/managevents.html
|
jolth/CowFleet-1.0.0
|
$def with (session, msg=None)
$# Nombre del cliente:
$var username: $session.username.nombre1.lower().capitalize() $session.username.apellido1.lower().capitalize()
<h2>Gestión de Eventos</h2>
<div id="view"></div>
<p>$msg</p>
<!--<p><a class="activate_modal" name="first_window" href="#">Primera ventana modal</a></p>-->
<!-- mask modal -->
<!--<div id="mask" class="close_modal"></div>-->
<!-- Ventanas Modal -->
<!--<div id="first_window" class="modal_window1" style="width:95%; height:90%"></div>-->
<!--<script type="text/javascript" src="/static/js/picnet.table.filter.min.js"></script>-->
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>-->
<script>
jQuery(document).ready(function(){
var refreshId = setInterval( function() {
viewAjax();
}, 60000);
var viewAjax = function(){
jQuery('#view').load('/admin/viewmanagevent');
};
viewAjax();
//jQuery(':input').addClass('input');
//jQuery(':input').css('padding', '1px');
//getNumEvents();
});
</script>
|
corehq/apps/sms/templates/sms/chat_contacts.html
|
puttarajubr/commcare-hq
|
{% extends 'hqwebapp/two_column.html' %}
{% load i18n %}
{% load hq_shared_tags %}
{% block title %}{% trans "Chat over SMS" %}{% endblock %}
{% block page-title %}
<ul class="breadcrumb">
<li>
<a href="{% url "sms_default" domain %}"><strong>{% trans "Messaging" %}</strong></a> <span class="divider">></span>
</li>
<li class="active">
<div id="report-title"><a href="{% url "chat_contacts" domain %}">{% trans "Chat over SMS" %}</a></div>
</li>
</ul>
{% endblock %}
{% block head %}{{ block.super }}
{% include "imports/datatables.html" %}
<script type="text/javascript" src="{% static 'reports/javascripts/config.dataTables.bootstrap.js' %}"></script>
{% endblock %}
{% block js-inline %}{{ block.super }}
<script>
var contactListTable = null;
function FilterViewModel() {
'use strict';
var self = this;
self.filterText = ko.observable();
self.performFilter = function() {
contactListTable.fnFilter(self.filterText());
};
self.clearFilter = function() {
self.filterText("");
self.performFilter();
};
}
$(function(){
contactListTable = $("#contact_list").dataTable({
"aoColumnDefs": [
{
"aTargets": [0],
"fnRender": function(obj) {
return '<a target="_blank" href="'+obj.aData[4]+'">'+obj.aData[0]+'</a>'+
'<span class="btn btn-primary pull-right" '+
'onClick="window.open(\''+obj.aData[5]+'\', \'_blank\', \'location=no,menubar=no,scrollbars=no,status=no,toolbar=no,height=400,width=400\');">'+
'{% trans "Chat" %} <i class="icon icon-white icon-share-alt"></i></span>';
}
}
],
"bProcessing": true,
"bServerSide": true,
"bSort": false,
"bFilter": true,
"oLanguage": {
"sLengthMenu": "{% trans "Show" %} _MENU_ {% trans "contacts per page" %}",
"sProcessing": '<img src="{% static "hqwebapp/img/ajax-loader.gif" %}" alt="loading indicator" /> {% trans "Loading Contacts..." %}',
"sInfo": "{% trans "Showing _START_ to _END_ of _TOTAL_ contacts" %}",
"sInfoFiltered": "{% trans "(filtered from _MAX_ total contacts)" %}",
},
"sAjaxSource": "{% url "chat_contact_list" domain %}",
"sDom": "lrtip",
"sPaginationType": "bootstrap"
});
var filterViewModel = new FilterViewModel();
ko.applyBindings(filterViewModel, $('#id_filter').get(0));
});
</script>
{% endblock %}
{% block main_column %}
<div id="id_filter" style="padding-bottom: 50px;" class="input-append">
<input id="id_filter_text" type="text" data-bind="value: filterText" placeholder="{% trans "Search by name or phone number" %}" />
<button class="btn btn-primary" data-bind="click: performFilter">{% trans "Search" %}</button>
<button class="btn" data-bind="click: clearFilter">{% trans "Clear" %}</button>
</div>
<table id="contact_list" class="table table-striped table-bordered">
<thead>
<tr>
<th>{% trans "Contact Name" %}</th>
<th>{% trans "Contact Type" %}</th>
<th>{% trans "Phone Number" %}</th>
</tr>
</thead>
</table>
{% endblock %}
|
docs/Joobsbox_Themes/_Themes---joobsbox---views---scripts---rss---index.phtml.html
|
valentinbora/joobsbox-php
|
<?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 page index.phtml</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="file-name"><img src="../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/Themes/joobsbox/views/scripts/rss/index.phtml</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">author:</span> Valentin Bora <<a href="mailto:contact@valentinbora.com">contact@valentinbora.com</a>></li>
<li><span class="field">version:</span> 1.0</li>
<li><span class="field">copyright:</span> Copyright (c) 2009 Joobsbox. (http://www.joobsbox.com)</li>
<li><span class="field">license:</span> <a href="http://www.joobsbox.com/joobsbox-php-license">http://www.joobsbox.com/joobsbox-php-license</a></li>
</ul>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Mon, 25 May 2009 14:19:07 +0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.2</a>
</p>
</div></body>
</html>
|
apps/reports/templates/custom/pathfinder/government_report.html
|
icomms/wqmanager
|
<div id="government-report">
<h2 align="center">Pathfinder International</h2>
<h3 align="center">Tutunzane - Community Home Based Care Program</h3>
<h4 align="center">Report period: {{ startdate|date }} - {{ enddate|date }}</h4>
<br>
<b>Ward Supervisor Name:</b> {{ supervisor_name }}       
<b>Supervisor Code:</b> {{ supervisor_code }}        
<b>Ward:</b> {{ ward }}        
<b>Municipality/District:</b> {{ district }}        
<br><br>
<table>
<thead>
<tr>
<th>1</th>
<th>2</th>
<th colspan=3>3</th>
<th colspan=2>4</th>
<th colspan=2>5</th>
<th colspan=2>6</th>
<th colspan=2>7</th>
<th colspan=9>8</th>
<th>9</th>
<th>10</th>
<th colspan=2>11</th>
<th colspan=2>12</th>
{% if showtest %}
<th colspan=6>Testing</th>
{% endif %}
</tr>
<tr>
<th rowspan=3>CHBCP code</th>
<th rowspan=3>CHBCP Name</th>
<th colspan=3>Visits, but...</th>
<th colspan=6>Contact...</th>
<th colspan=2 rowspan=2>Sex</th>
<th colspan=9 rowspan=2>Referrals</th>
<th rowspan=3>Type of drugs patient uses*</th>
<th rowspan=3>ITNs / waterguard supplied</th>
<th colspan=4>Primary Caregiver</th>
{% if showtest %}
<th colspan=3>In Report Period</th>
<th colspan=3>All Time</th>
{% endif %}
</tr>
<tr>
<th rowspan=2>Death</th>
<th rowspan=2>Transfer</th>
<th rowspan=2>Not at home</th>
<th colspan=2>New</th>
<th colspan=2>First visit</th>
<th colspan=2>Freq visits</th>
<th colspan=2>New</th>
<th colspan=2>Revisit</th>
{% if showtest %}
<th rowspan=2>Unique Clients</th>
<th rowspan=2>Reg Forms</th>
<th rowspan=2>Followup Forms</th>
<th rowspan=2>Unique Clients</th>
<th rowspan=2>Reg Forms</th>
<th rowspan=2>Followup Forms</th>
{% endif %}
</tr>
<tr>
<th>PLHA</th>
<th>Chron</th>
<th>PLHA</th>
<th>Chron</th>
<th>PLHA</th>
<th>Chron</th>
<th>Male</th>
<th>Female</th>
<th>VCT</th>
<th>OI</th>
<th>CTC</th>
<th>CTC-ARV</th>
<th>PMTCT</th>
<th>FP</th>
<th>SG</th>
<th>OVC</th>
<th>TB</th>
<th>Male</th>
<th>Female</th>
<th>Male</th>
<th>Female</th>
</tr>
</thead>
<tbody>
{% for chw in all_data %}
<tr class="{% cycle 'odd' 'even' %}">
<td>{{ chw.chw_id }}</td>
<td>{{ chw.chw_name }}</td>
<td>{{ chw.deaths }}</td>
<td>{{ chw.transfers }}</td>
<td>{{ chw.not_at_home }}</td>
<td>{{ chw.new_plha }}</td>
<td>{{ chw.new_chron }}</td>
<td>{{ chw.first_visit_plha }}</td>
<td>{{ chw.first_visit_chron }}</td>
<td>{{ chw.freq_visits_plha }}</td>
<td>{{ chw.freq_visits_chron }}</td>
<td>{{ chw.male }}</td>
<td>{{ chw.female }}</td>
<td>{{ chw.ref_vct }}</td>
<td>{{ chw.ref_oi }}</td>
<td>{{ chw.ref_ctc }}</td>
<td>{{ chw.ref_ctc_arv }}</td>
<td>{{ chw.ref_pmtct }}</td>
<td>{{ chw.ref_fp }}</td>
<td>{{ chw.ref_sg }}</td>
<td>{{ chw.ref_ovc }}</td>
<td>{{ chw.ref_tb }}</td>
<td>{{ chw.get_drug_counts_string|safe }}</td>
<td>{{ chw.get_water_itn_counts_string|safe }}</td>
<td>{{ chw.pcg_new_male }}</td>
<td>{{ chw.pcg_new_female }}</td>
<td>{{ chw.pcg_existing_male }}</td>
<td>{{ chw.pcg_existing_female }}</td>
{% if showtest %}
<td>{{ chw.clients_in_period }}</td>
<td>{{ chw.reg_forms_in_period }}</td>
<td>{{ chw.followup_forms_in_period }}</td>
<td>{{ chw.clients }}</td>
<td>{{ chw.reg_forms }}</td>
<td>{{ chw.followup_forms }}</td>
{% endif %}
{% endfor %}
</tbody>
</table>
</div>
<h3>Legend</h3>
<table border="3">
</table>
<table border="3">
<thead>
<tr>
<th>i. Type of drugs</th>
<th>ii. Supplied</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1=Cotrimoxazole<br>
2=ARV<br>
3=Anti TB<br>
4=TB Prophylaxis<br>
5=Trial traditional medicines in hospital<br>
6=Not on medication as prescribed above<br>
</td>
<td>
1=ITN<br>
2=Water guard
</td>
</tbody>
</table>
|
manual/sc/200.html
|
apfeltee/lysee
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Lysee 参考手册 - 2.安装和运行</title>
<meta name="author" content="libudi@hotmail.com">
<meta name="copyright" content="copyright 2003-2010 LiBUDI(libudi@hotmail.com)">
<link href="index.css" rel="stylesheet" type="text/css">
<link href="logo.ico" rel="Shortcut Icon">
</head>
<body>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="8">
<tr>
<td align="left" valign="middle"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top"><a href="index.html"><img src="logo.png" width="327" height="70" border="0"></a></td>
<td align="right" valign="bottom"> <a href="100.html"><PREV</a> <a href="index.html">HOME</a> <a href="300.html">NEXT></a></td>
</tr>
</table></td>
</tr>
<tr>
<td class="footer_line"><strong>2. </strong><strong>安装和运行</strong><br> </td>
</tr>
<tr>
<td> <p name="install"><a name="install"></a><strong>2.1. 安装</strong><br>
<br>
首先请检查并下载最新的安装程序,然后在安装前请仔细阅读安装程序附带的安装说明:
</p>
<blockquote>
<table border="0" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC">
<tr valign="top" bgcolor="#FFFFFF">
<th bgcolor="#FFDDFF">操作系统</th>
<th>说明</th>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="left" bgcolor="#FFDFFF">Windows</td>
<td>运行下载的安装程序即可,默认安装在 c:\lysee 目录</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="left" bgcolor="#FFDFFF">Linux/Unix</td>
<td>下载源代码,解下缩,在源代码目录输入命令“make;sudo make install”进行编译和安装</td>
</tr>
</table></blockquote>
</td>
</tr>
<tr>
<td><a name="folder"></a><strong>2.2. 安装目录结构 <br>
</strong> <blockquote>
<table width="0%" border="0" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#FFFFFF">
<th bgcolor="#FFDFFF">名称</th>
<th>类型</th>
<th>Linux/Unix</th>
<th>Windows</th>
<th>说明</th>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">modules</div></td>
<td><div align="center">文件夹</div></td>
<td><div align="center">*</div></td>
<td align="center">*</td>
<td>存放可装载 Lysee 模块</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">manual</div></td>
<td><div align="center">文件夹</div></td>
<td><div align="center">*</div></td>
<td align="center">*</td>
<td>参考手册</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">src</div></td>
<td><div align="center">文件夹</div></td>
<td><div align="center">*</div></td>
<td align="center">*</td>
<td> lseu.pas,lysee.h,lysee.c 等接口文件</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">cgi-bin</div></td>
<td><div align="center">文件夹</div></td>
<td><div align="center">*</div></td>
<td align="center">*</td>
<td>示例 Lysee Script Page (LSP) 处理页面</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">temp</div></td>
<td><div align="center">文件夹</div></td>
<td><div align="center">*</div></td>
<td align="center">*</td>
<td>临时文件夹,缺省为网页上传文件的临时存放处</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">LICENSE</div></td>
<td><div align="center">文件</div></td>
<td><div align="center">*</div></td>
<td align="center">*</td>
<td>许可文件</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">lysee.dll</div></td>
<td><div align="center">内核</div></td>
<td><div align="center"></div></td>
<td align="center">*</td>
<td>用 Delphi 或 Free Pascal 编译的内核</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">lysee.so</div></td>
<td><div align="center">内核</div></td>
<td><div align="center">*</div></td>
<td align="center"> </td>
<td>用 Free Pascal 编译的内核</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">lysee.config</div></td>
<td><div align="center">文件</div></td>
<td><div align="center">*</div></td>
<td align="center">*</td>
<td>内核配置文件</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">lysee.exe</div></td>
<td><div align="center">程序</div></td>
<td><div align="center"></div></td>
<td align="center">*</td>
<td>用 Free Pascal 或 Delphi 编译的 Lysee 解释程序</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">lysee_gcc.exe</div></td>
<td><div align="center">程序</div></td>
<td><div align="center"></div></td>
<td align="center">*</td>
<td>用 GCC 编译的 Lysee 解释程序</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">lysee_fpc.exe</div></td>
<td><div align="center">程序</div></td>
<td><div align="center">*</div></td>
<td align="center">*</td>
<td>用 Free Pascal 编译的 Lysee 解释程序</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">lysee</div></td>
<td><div align="center">程序</div></td>
<td><div align="center">*</div></td>
<td align="center"> </td>
<td>用 Free Pascal 编译的 Lysee 解释程序</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">lysee_pad.exe</div></td>
<td><div align="center">程序</div></td>
<td><div align="center"></div></td>
<td align="center">*</td>
<td>Lysee 脚本文件编辑器,支持语法加亮</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">lysee_pad</div></td>
<td><div align="center">程序</div></td>
<td><div align="center">*</div></td>
<td align="center"> </td>
<td>用 Free Pascal 编译的脚本编辑器,支持语法加亮</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF"><div align="center">classes.htm</div></td>
<td><div align="center">文件</div></td>
<td><div align="center">*</div></td>
<td align="center">*</td>
<td>Lysee 内建类型参考</td>
</tr>
</table></blockquote></td>
</tr>
<tr>
<td><a name="config"></a><strong>2.3. 配置</strong><br>
<br>
安装完毕后,请将 Lysee 的安装目录添加到系统或当前用户的搜索路径中,或为其建立调用别名:
<br>
<blockquote>
<table border="0" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC">
<tr valign="top" bgcolor="#FFFFFF">
<th bgcolor="#FFDFFF">操作系统</th>
<th>方法</th>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="left" bgcolor="#FFDFFF">Windows</td>
<td>打开“我的电脑/属性/高级/环境变量/系统变量”将 lysee 安装目录追加到 PATH 变量中即可</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="left" bgcolor="#FFDFFF">Linux/Unix</td>
<td>将命令“<span class="lsp_code">alias lysee='/usr/local/lysee/lysee'</span>”追加到 ~/.bashrc 文件中</td>
</tr>
</table></blockquote>
修改“lysee.config”文件调整 Lysee 内核的配置:
<strong><br>
</strong> <blockquote>
<table width="0%" border="0" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#FFFFFF">
<th>参数名称</th>
<th>说明</th>
<th>默认值</th>
</tr>
<tr bgcolor="#FFFFFF">
<td align="left">lse_tmpath</td>
<td>指定临时文件夹和上传文件的临时存放处</td>
<td>${LYSEE}/temp</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="left">lse_search</td>
<td>指定模块搜索路径</td>
<td>${LYSEE}/modules</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="left">lse_create_log</td>
<td>是否创建并打开日志文件</td>
<td>false</td>
</tr>
</table></blockquote>
修改“lysee.config”文件可以使用以下预定义常量:
<strong><br>
</strong> <blockquote>
<table width="0%" border="0" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#FFFFFF">
<th>常量名称</th>
<th>常量说明</th>
<th>常量值</th>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td><div align="left">${confile}</div></td>
<td>内核配置文件名</td>
<td>“lysee.config”文件完整路径名</td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td><div align="left">${kernel}</div></td>
<td>内核文件名</td>
<td>内核文件完整路径名</td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td><div align="left">${kndir}</div></td>
<td>内核文件所在目录</td>
<td>内核文件所在目录完整名称</td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td><div align="left">${knpath}</div></td>
<td>内核文件所在文件夹</td>
<td>内核文件所在目录完整路径名,含路径分隔符</td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td><div align="left">${home}</div></td>
<td>当前用户根目录</td>
<td>当前用户根目录完整路径名,含路径分隔符</td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td><div align="left">${program}</div></td>
<td>装载 Lysee 内核运行的程序</td>
<td>程序文件的完整路径名</td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td><div align="left">${tmpath}</div></td>
<td>临时文件夹</td>
<td>通过“lysee.config”文件设置,含路径分隔符</td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td><div align="left">${search}</div></td>
<td>模块搜索路径</td>
<td>通过“lysee.config”文件设置</td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td><div align="left">${keywords}</div></td>
<td>关键子列表</td>
<td>关键子列表</td>
</tr>
<tr align="left" bgcolor="#FFFFFF">
<td>${mimefile}</td>
<td>MIME文件名</td>
<td>安装目录下"mime.config"文件完整路径名</td>
</tr>
</table></blockquote></td>
</tr>
<tr>
<td><a name="test"></a><strong>2.4. 测试运行</strong><br>
<br>
打开一个终端窗口,键入“lysee”并回车,lysee 将打印一个“>>> ”提示符等待你输入后续命令,键入“/q”退出:
<br>
<blockquote>
<table border="0" cellpadding="0" cellspacing="0" class="console">
<tr>
<td nowrap class="dosprompt">D:\www.lysee.net><span class="lsp_code">lysee</span><br>
Lysee 0.1.6.387 - Copyright (C) 2003-2009 LiBUDI - www.lysee.net<br>
<br>
:: /C=CANCEL /F=FILE /Q=QUIT /R=RESTART ::<br>
<br>
>>> /q<br>
D:\www.lysee.net> </td>
</tr>
</table></blockquote>
未出现以上画面说明 lysee 安装目录不在当前用户的搜索路径中,这时必须使用绝对路径名:<br>
<blockquote>
<table border="0" cellpadding="0" cellspacing="0" class="console">
<tr>
<td nowrap class="dosprompt">D:\www.lysee.net><span class="lsp_code">c:\lysee\lysee</span><br>
Lysee 0.1.6.387 - Copyright (C) 2003-2009 LiBUDI - www.lysee.net<br>
<br>
:: /C=CANCEL /F=FILE /Q=QUIT /R=RESTART ::<br>
<br>
>>> /q<br>
D:\www.lysee.net> </td>
</tr>
</table>
</blockquote>
</td>
</tr>
<tr>
<td><a name="hello" id="hello"></a><strong>2.5. Hello World</strong><br>
<br>
第一个程序我们从“Hello World”开始,请打开一个终端窗口启动 lysee 并按示例输入“<span class="lsp_code">= "hello world";</span>”:
<br>
<blockquote>
<table border="0" cellpadding="0" cellspacing="0" class="console">
<tr>
<td nowrap class="dosprompt">D:\www.lysee.net><span class="lsp_code">lysee</span><br>
Lysee 0.1.6.387 - Copyright (C) 2003-2009 LiBUDI - www.lysee.net<br>
<br>
:: /C=CANCEL /F=FILE /Q=QUIT /R=RESTART ::<br>
<br>
>>> <span class="lsp_code">= "Hello World";</span><br>
Hello World <br>
>>></td>
</tr>
</table> </blockquote>
第一个 Lysee 程序“Hello World”做完了,简单吗?<br>
<br>
<table border="0" cellspacing="0" cellpadding="0">
<tr align="left" valign="top">
<th>[说明]</th>
<td> </td>
<td>1. 符号“>>> ”提示操作员输入的 Lysee 代码或命令。</td>
</tr>
<tr align="left" valign="top">
<td> </td>
<td> </td>
<td>2. “<span class="lsp_code">= "Hello World";</span>”表示打印字符串“Hello World”,操作符“<span class="lsp_code">=</span>”用于打印跟在其后的内容。</td>
</tr>
<tr align="left" valign="top">
<td> </td>
<td> </td>
<td>3. Lysee 语句用分号进行分隔,交互模式下必须在最后一句代码后输入分号表示结束。 </td>
</tr>
</table></td>
</tr>
<tr>
<td><a name="file" id="file"></a><strong>2.6. 执行程序文件</strong><br>
<br>
我们将代码“<span class="lsp_code">= "hello world";</span>”存入文件“hw.ls”,并用 Lysee 直接在命令行执行此文件:<br>
<blockquote>
<table border="0" cellpadding="0" cellspacing="0" class="console">
<tr>
<td nowrap class="dosprompt">D:\www.lysee.net><span class="lsp_code">echo ="hello world"; > hw.ls</span><br>
D:\www.lysee.net><span class="lsp_code">lysee hw.ls</span><br>
Hello World <br>
D:\www.lysee.net></td>
</tr>
</table> </blockquote>
<table border="0" cellspacing="0" cellpadding="0">
<tr align="left" valign="top">
<th>[说明]</th>
<td> </td>
<td>1. echo 命令将其后的参数通过转向符“<span class="lsp_code">></span>”存入文件“hw.ls”。</td>
</tr>
<tr align="left" valign="top">
<td> </td>
<td> </td>
<td>2. Lysee 执行完文件后自动退出。</td>
</tr>
<tr align="left" valign="top">
<td> </td>
<td> </td>
<td>3. Lysee 程序文件的后缀名为“.ls”。</td>
</tr>
<tr align="left" valign="top">
<td> </td>
<td> </td>
<td>4. 应将复杂的操作保存到程序文件中以方便调试和重复使用。</td>
</tr>
</table></td>
</tr>
<tr>
<td><a name="usage" id="usage"></a><strong>2.6. 命令行参数</strong><br>
<br>
Lysee 的命令行参数比较丰富,通过命令行“<span class="lsp_code">lysee --help</span>”可以将它们打印出来:<br>
<blockquote>
<table cellpadding="0" cellspacing="0" class="console">
<tr>
<td nowrap class="dosprompt">D:\www.lysee.net><span class="lsp_code">lysee --help</span><br>
Lysee 0.1.6.387 - interactive LYSEE script interpreter<br>
<br>
Usage: lysee [OPTION]... [FILE [ARGS]...]<br>
<br>
Option:<br> -v, --version display the version of lysee and exit.<br> -h, --help print this help and exit.<br>
-s, --search=PATH set module search path.<br> -S, --script=SCRIPT execute script.<br> -w, --wait=SECONDS wait for some seconds before going on.<br> -t, --times=COUNT execute specified times.<br>
-p, --pause pause after execute script file.<br> <br>
File:<br> .ls execute this file directly.<br> .lsp, .html, .htm, .* execute as a LSP file (Lysee Script Page).<br>
<br>
Args:<br> * arguments for file execution.<br>
<br>
D:\www.lysee.net></td>
</tr>
</table> </blockquote>
选项(Option):
<br> <blockquote>
<table border="0" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC">
<tr valign="top" bgcolor="#FFFFFF">
<th colspan="2" bgcolor="#FFDFFF">选项</th>
<th>附加参数</th>
<th>说明</th>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF">-v</td>
<td bgcolor="#FFDFFF">--version</td>
<td align="center">无</td>
<td>打印 Lysee 的版本信息后退出</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF">-h</td>
<td bgcolor="#FFDFFF">--help</td>
<td align="center">无</td>
<td>打印帮助信息后退出</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF">-s</td>
<td bgcolor="#FFDFFF">--search</td>
<td align="center">用分号隔开的搜索路径列表</td>
<td>为 Lysee 附加模块搜索路径</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF">-w</td>
<td bgcolor="#FFDFFF">--wait</td>
<td align="center">秒数</td>
<td>执行前等待指定的秒数</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF">-t</td>
<td bgcolor="#FFDFFF">--times</td>
<td align="center">次数</td>
<td>反复执行程序文件指定的次数</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td bgcolor="#FFDFFF">-p</td>
<td bgcolor="#FFDFFF">--pause</td>
<td align="center">无</td>
<td>执行完程序文件后暂停</td>
</tr>
</table> </blockquote>
文件(File):<br>
<blockquote>
<table border="0" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC">
<tr valign="top" bgcolor="#FFFFFF">
<th bgcolor="#FFDFFF">文件后缀</th>
<th>文件类型</th>
<th>说明</th>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="center" bgcolor="#FFDFFF">.ls</td>
<td align="center">Lysee 程序或模块文件</td>
<td>由纯 Lysee 代码构成</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="center" bgcolor="#FFDFFF">.lsp</td>
<td align="center">LSP(<span class="lsp_code">L</span>ysee <span class="lsp_code">S</span>cript <span class="lsp_code">P</span>age)文件</td>
<td>嵌入 Lysee 代码的 HTML 文件,用于动态生成 web 页面</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="center" bgcolor="#FFDFFF">.htm</td>
<td align="center">HTML 文件</td>
<td>等同于 LSP 文件</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="center" bgcolor="#FFDFFF">.html</td>
<td align="center">HTML 文件</td>
<td>等同于 LSP 文件</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="center" bgcolor="#FFDFFF">*</td>
<td align="center">其它后缀的文本文件</td>
<td>Lysee 解释器将其认为是 LSP 文件</td>
</tr>
</table></blockquote>
参数(Args):<br>
<br>
Lysee 执行文件或代码(-S 选项)时,参数部分传递进内核保存在字符串列表 <strong>__args__</strong> 中,程序代码可以直接访问到。<br>
<br>
命令行示例: <br> <blockquote>
<table border="0" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC">
<tr valign="top" bgcolor="#FFFFFF">
<th bgcolor="#FFDFFF">命令行</th>
<th>说明</th>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="left" bgcolor="#FFDFFF">lysee backup.ls "skip=.tmp,.bak,....,.dcu,.ppu" </td>
<td>备份 lysee 工程目录,忽略指定的文件</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="left" bgcolor="#FFDFFF">lysee -w 3600 -t 9999 spider.ls </td>
<td>不间断,每1小时执行一次爬行机器人</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td align="left" bgcolor="#FFDFFF">lysee logout.lsp user=mack</td>
<td>注销用户 mack 的登陆信息</td>
</tr>
</table></blockquote></td>
</tr>
<tr>
<td align="right" class="footer_line"><a href="100.html"><PREV</a> <a href="index.html">HOME</a> <a href="300.html">NEXT></a></td>
</tr>
</table>
</body>
</html>
|
v0.13.2/generated/statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llnull.html
|
statsmodels/statsmodels.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llnull — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llr" href="statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llr.html" />
<link rel="prev" title="statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llf" href="statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llf.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llnull" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.2</span>
<span class="md-header-nav__topic"> statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llnull </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="get" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../../versions-v2.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../discretemod.html" class="md-tabs__link">Regression with Discrete Dependent Variable</a></li>
<li class="md-tabs__item"><a href="statsmodels.discrete.discrete_model.GeneralizedPoissonResults.html" class="md-tabs__link">statsmodels.discrete.discrete_model.GeneralizedPoissonResults</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../regression.html" class="md-nav__link">Linear Regression</a>
</li>
<li class="md-nav__item">
<a href="../glm.html" class="md-nav__link">Generalized Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a>
</li>
<li class="md-nav__item">
<a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a>
</li>
<li class="md-nav__item">
<a href="../rlm.html" class="md-nav__link">Robust Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a>
</li>
<li class="md-nav__item">
<a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../anova.html" class="md-nav__link">ANOVA</a>
</li>
<li class="md-nav__item">
<a href="../other_models.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">othermod</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llnull.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-discrete-discrete-model-generalizedpoissonresults-llnull">
<h1 id="generated-statsmodels-discrete-discrete-model-generalizedpoissonresults-llnull--page-root">statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llnull<a class="headerlink" href="#generated-statsmodels-discrete-discrete-model-generalizedpoissonresults-llnull--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt class="sig sig-object py" id="statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llnull">
<span class="sig-prename descclassname"><span class="pre">GeneralizedPoissonResults.</span></span><span class="sig-name descname"><span class="pre">llnull</span></span><a class="headerlink" href="#statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llnull" title="Permalink to this definition">¶</a></dt>
<dd><p>Value of the constant-only loglikelihood</p>
</dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llf.html" title="statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llf"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llf </span>
</div>
</a>
<a href="statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llr.html" title="statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llr"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.discrete.discrete_model.GeneralizedPoissonResults.llr </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 08, 2022.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html>
|
v0.13.2/generated/statsmodels.robust.robust_linear_model.RLM.predict.html
|
statsmodels/statsmodels.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.robust.robust_linear_model.RLM.predict — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.robust.robust_linear_model.RLM.score" href="statsmodels.robust.robust_linear_model.RLM.score.html" />
<link rel="prev" title="statsmodels.robust.robust_linear_model.RLM.loglike" href="statsmodels.robust.robust_linear_model.RLM.loglike.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.robust.robust_linear_model.RLM.predict" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.2</span>
<span class="md-header-nav__topic"> statsmodels.robust.robust_linear_model.RLM.predict </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="get" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../../versions-v2.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../rlm.html" class="md-tabs__link">Robust Linear Models</a></li>
<li class="md-tabs__item"><a href="statsmodels.robust.robust_linear_model.RLM.html" class="md-tabs__link">statsmodels.robust.robust_linear_model.RLM</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../regression.html" class="md-nav__link">Linear Regression</a>
</li>
<li class="md-nav__item">
<a href="../glm.html" class="md-nav__link">Generalized Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a>
</li>
<li class="md-nav__item">
<a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a>
</li>
<li class="md-nav__item">
<a href="../rlm.html" class="md-nav__link">Robust Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a>
</li>
<li class="md-nav__item">
<a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../anova.html" class="md-nav__link">ANOVA</a>
</li>
<li class="md-nav__item">
<a href="../other_models.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">othermod</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.robust.robust_linear_model.RLM.predict.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-robust-robust-linear-model-rlm-predict">
<h1 id="generated-statsmodels-robust-robust-linear-model-rlm-predict--page-root">statsmodels.robust.robust_linear_model.RLM.predict<a class="headerlink" href="#generated-statsmodels-robust-robust-linear-model-rlm-predict--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py method">
<dt class="sig sig-object py" id="statsmodels.robust.robust_linear_model.RLM.predict">
<span class="sig-prename descclassname"><span class="pre">RLM.</span></span><span class="sig-name descname"><span class="pre">predict</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">params</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">exog</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/robust/robust_linear_model.html#RLM.predict"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#statsmodels.robust.robust_linear_model.RLM.predict" title="Permalink to this definition">¶</a></dt>
<dd><p>Return linear predicted values from a design matrix.</p>
<dl class="field-list">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl>
<dt><strong>params</strong><span class="classifier"><a class="reference external" href="https://numpy.org/doc/stable/glossary.html#term-array_like" title="(in NumPy v1.22)"><span>array_like</span></a></span></dt><dd><p>Parameters of a linear model</p>
</dd>
<dt><strong>exog</strong><span class="classifier"><a class="reference external" href="https://numpy.org/doc/stable/glossary.html#term-array_like" title="(in NumPy v1.22)"><span>array_like</span></a>, optional.</span></dt><dd><p>Design / exogenous data. Model exog is used if None.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl class="simple">
<dt><code class="xref py py-obj docutils literal notranslate"><span class="pre">An</span></code> <a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.22)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">array</span></code></a> <code class="xref py py-obj docutils literal notranslate"><span class="pre">of</span></code> <code class="xref py py-obj docutils literal notranslate"><span class="pre">fitted</span></code> <code class="xref py py-obj docutils literal notranslate"><span class="pre">values</span></code></dt><dd></dd>
</dl>
</dd>
</dl>
</dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.robust.robust_linear_model.RLM.loglike.html" title="statsmodels.robust.robust_linear_model.RLM.loglike"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.robust.robust_linear_model.RLM.loglike </span>
</div>
</a>
<a href="statsmodels.robust.robust_linear_model.RLM.score.html" title="statsmodels.robust.robust_linear_model.RLM.score"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.robust.robust_linear_model.RLM.score </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 08, 2022.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html>
|
packs/Resources/common.css
|
leadingcode/sandcat
|
select.file-list > option
{
behavior:file-icon;
padding:2px 2px 2px 20px;
foreground-repeat: no-repeat;
foreground-position: 2px 50%;
}
widget.file-list.large { width:100%; height:*; flow:h-flow; border-spacing:3px; }
widget.file-list.large > option {
behavior:file-icon; -icon-size:"large"; // use large icons
padding:40px 2px 2px 2px;
foreground-repeat: no-repeat;
foreground-position: 50% 2px;
/*width:max-intrinsic;*/
width:80px;
height:20px;
overflow-x: hidden;
text-align: center;
text-overflow: ellipsis;
}
widget[type="select"]
{
width:100%%;height:100%%;
}
|
backend/web/assets/2b74a9e1/css/common.css
|
zhouzhe1157/admin
|
.f5_border{ border:1px solid #f5f5f5;}
/*内容页缩略图添加编辑框*/
.small_content_right{float:left;width:250px;height:auto}
.thumb_block{margin:5px auto;height:200px;width:200px;border:5px solid #f5f5f5;text-align:center}
.add_thumb_trigger{ display:block;width:135px;height:113px; margin:19px auto; background:url(../images/upload-pic.png);}
.thumb_img{display:none;width:135px;height:113px; margin:19px auto;cursor:pointer}
.thumb_btn_block{height:50px;line-height:25px;width:200px; background:#f5f5f5;float:left}
.thumb_btn_ctn{height:25px;width:150px;margin:0 auto;}
.thumb_btn_ctn div{float:left;width:68px;text-align:center;background:#ccc;border-right:1px solid #000;border-bottom:1px solid #000;border-top:1px solid #fff;border-left:1px solid #fff;cursor:pointer;overflow:hidden}
.thumb_cut_btn{margin-right:10px;}
/*上传文件页面样式*/
.tab_header{height:25px;line-height:25px;margin:0px 0px 0px 0px;padding:0px 5px;float:left;font-size:12px;width:502px;}
.tab_header li{padding:0px 5px;;float:left;list-style:none;cursor:pointer;margin:0px 5px;border:1px solid #E2E4E3; background:#EEF1F8;height:24px;}
.tab_header li.tab_on{background:#ffffff;position:relative;border-bottom:none;bottom:-1px; display:block;}
.tab_header li.tab_off{background:#EEF1F8}
div.tab_content{width:98%;float:left;border:1px solid #E2E4E3; padding:5px;overflow:hidden;}
.flash-success{width:100%;background:#E5F1F4;font-weight:bold;color:#ff0000;z-index:999;position:absolute;top:0px;left:0px;height:20px;line-height:20px;text-indent:10px;}
/*多图片上传样式*/
.multi_pic_block{width:520px;float:left;padding:5px;}
.multi_pic{border:1px solid #ccc;}
.pic_url_now{width:250px;float:left;border:1px solid #f5f5f5;height:20px;line-height:20px}
.original_url{width:100px;float:left;margin-left:20px;border:1px solid #f5f5f5;height:20px;line-height:20px}
.delete_pic_unit{width:50px;margin-left:5px;}
.multi_pic_btn{color:#000;float:left;padding:0px 5px;margin-left:15px;background:#ccc;border-right:1px solid #333;border-bottom:1px solid #333;cursor:pointer}
#imgshow{
position:absolute;
border:1px solid #ccc;
background:#333;
padding:5px;
color:#fff;
display:none;
width:250px;
height:250px;
}
.photo_editor {width:250px;height:450px; }
.photo_editor_menu {width:240px;height:25px;overflow:hidden;margin:5px auto 0px auto;border-bottom:1px solid #E9E9E9;padding-bottom:5px;line-height:25px;text-align:center;color:red;}
.photo_editor_menu a {width:65px;height:25px;overflow:hidden;display:block;float:left;background:#427FB8;color:#FFF;line-height:25px;text-align:center;margin-left:10px;}
.photo_editor_list {width:240px;height:450px;overflow:auto;overflow-x:hidden;margin:10px auto 0px auto;}
.photo_editor_list ul {width:240px;height:auto;overflow:auto;}
.photo_editor_list ul li {width:120px;height:95px;overflow:hidden;float:left;text-align:center;margin-bottom:15px;}
.photo_editor_list ul li img {width:100px;height:90px;overflow:hidden;display:block;margin:0 auto;}
.photo_editor_list ul li a:link img{border:#D3D3D3 1px solid;padding:1px;}
.photo_editor_list ul li a:visited img{border:#D3D3D3 1px solid;padding:1px;}
.photo_editor_list ul li a:hover img{border:#FF6600 2px solid;padding:0px;}
|
examples/area-chart/index.html
|
rma-consulting/rc-d3
|
<!DOCTYPE html>
<html class="js">
<title>Area Chart</title>
<header>
<link rel="stylesheet" href="../root-styles.css">
</header>
<body>
<div id="root"></div>
<script>
__REACT_DEVTOOLS_GLOBAL_HOOK__ = parent.__REACT_DEVTOOLS_GLOBAL_HOOK__
</script>
<script src="/__build__/shared.js"></script>
<script src="/__build__/area-chart.js"></script>
</body>
</html>
|
static/css/bootstrap-theme.css
|
dbh937/Planbook
|
/*!
* Bootstrap v3.0.0 by @fat and @mdo
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0));
background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e0e0e0, 100%);
background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.btn-primary {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
background-image: -webkit-linear-gradient(top, #428bca, 0%, #2d6ca2, 100%);
background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
background-repeat: repeat-x;
border-color: #2b669a;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #2d6ca2;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #2d6ca2;
border-color: #2b669a;
}
.btn-success {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #419641, 100%);
background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
background-repeat: repeat-x;
border-color: #3e8f3e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.btn-warning {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #eb9316, 100%);
background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
background-repeat: repeat-x;
border-color: #e38d13;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.btn-danger {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c12e2a, 100%);
background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
background-repeat: repeat-x;
border-color: #b92c28;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.btn-info {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #2aabd2, 100%);
background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
background-repeat: repeat-x;
border-color: #28a4c9;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #357ebd;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.navbar-default {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1e2488), to(#15195e));
background-image: -webkit-linear-gradient(top, #1e2488, 0%, #15195e, 100%);
background-image: -moz-linear-gradient(top, #1e2488 0%, #15195e 100%);
background-image: linear-gradient(to bottom, #1e2488 0%, #15195e 100%);
background-repeat: repeat-x;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e2488', endColorstr='#ff15195e', GradientType=0);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#101349), to(#131756));
background-image: -webkit-linear-gradient(top, #101349, 0%, #131756, 100%);
background-image: -moz-linear-gradient(top, #101349 0%, #131756 100%);
background-image: linear-gradient(to bottom, #101349 0%, #131756 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff101349', endColorstr='#ff131756', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%);
background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
}
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828));
background-image: -webkit-linear-gradient(top, #222222, 0%, #282828, 100%);
background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%);
background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%);
background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
background-repeat: repeat-x;
border-color: #b2dba1;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}
.alert-info {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%);
background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
background-repeat: repeat-x;
border-color: #9acfea;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}
.alert-warning {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%);
background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
background-repeat: repeat-x;
border-color: #f5e79e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}
.alert-danger {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%);
background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
background-repeat: repeat-x;
border-color: #dca7a7;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}
.progress {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #3071a9;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%);
background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
background-repeat: repeat-x;
border-color: #3278b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.panel-success > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%);
background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%);
background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%);
background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%);
background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%);
background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
background-repeat: repeat-x;
border-color: #dcdcdc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
|
public/modules/users/views/authentication/signin.client.view.html
|
peppy6582/serviceLogs
|
<section class="row" data-ng-controller="AuthenticationController">
<h3 class="col-md-12 text-center">Sign in</h3>
<div class="col-xs-offset-2 col-xs-8 col-md-offset-5 col-md-2">
<form data-ng-submit="signin()" class="signin form-horizontal" autocomplete="off">
<fieldset>
<div class="form-group">
<label for="username">Username</label>
<input type="text" id="username" name="username" class="form-control" data-ng-model="credentials.username" placeholder="Username">
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" id="password" name="password" class="form-control" data-ng-model="credentials.password" placeholder="Password">
</div>
<div class="text-center form-group">
<button type="submit" class="btn btn-primary">Sign in</button> or
<a href="/#!/signup">Sign up</a>
</div>
<div class="forgot-password">
<a href="/#!/password/forgot">Forgot your password?</a>
</div>
<div data-ng-show="error" class="text-center text-danger">
<strong data-ng-bind="error"></strong>
</div>
</fieldset>
</form>
</div>
</section>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.