text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
{% extends 'voteapp/base.html' %}
{% block content %}
<h1>Logs</h1>
<div class="container-fluid log_table">
<div class="row">
<div class="h4 col-sm-3"><u>Time</u></div>
<div class="h4 col-sm-2"><u>Username</u></div>
<div class="h4 col-sm-7"><u>Action</u></div>
</div>
{% for log in logs %}
<div class="row">
<div class="col-sm-3">{{ log.time_stamp }}</div>
<div class="col-sm-2">{{ log.voter }}</div>
<div class="col-sm-7">{{ log.action }}</div>
</div>
{% endfor %}
</div>
{% endblock %}
| dmm34/voteapp | voteapp/templates/voteapp/view_logs.html | HTML | mit | 621 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>generic-environments: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+2 / generic-environments - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
generic-environments
<small>
8.9.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-02-24 00:36:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-02-24 00:36:37 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.11 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.7.1+2 Formal proof management system.
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/http://lacl.u-pec.fr/polonowski/Develop/Generic_Env/gen-env.html"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/GenericEnvironments"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: generic environments"
"keyword: typing"
"keyword: type theory"
"category: Mathematics/Logic/Type theory"
]
authors: [
"Emmanuel Polonowski <[email protected]> [http://lacl.u-pec.fr/polonowski/]"
]
bug-reports: "https://github.com/coq-contribs/generic-environments/issues"
dev-repo: "git+https://github.com/coq-contribs/generic-environments.git"
synopsis: "Generic_Environments"
description: """
Generic_Environments is a library which provides an abstract data type of environments, as a functor parameterized by a module defining variables, and a function which builds environments for such variables with any Type of type. Usual operations over environments are defined, along with an extensive set of basic and more advanced properties. Moreover, an implementation using lists satisfying and all the required properties is provided."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/generic-environments/archive/v8.9.0.tar.gz"
checksum: "md5=788e6b890d773b8b8df665e8bf910994"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-generic-environments.8.9.0 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2).
The following dependencies couldn't be met:
- coq-generic-environments -> coq >= 8.9
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-generic-environments.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.1+2/generic-environments/8.9.0.html | HTML | mit | 7,414 |
<!DOCTYPE html>
<html>
<head></head>
<body>
<div><!--(bake second.html)--></div>
<div><span>Hello World</span></div>
</body>
</html> | werk85/grunt-bake | test/expected/inline_no_process.html | HTML | mit | 140 |
{exp:user:entries channel="articles|blog|columns" status="open" user_author_id="{embed:author_id}" limit="4"}
{if total_results > "1"}
{if count == "1"}
<h3>More from this Author</h3>
<ul class="author-more">
{/if}
{if entry_id != {embed:current_entry}}
<li><a href="{site_url}{if channel_short_name=='blog'}{channel_short_name}/post/{url_title}{if:elseif channel_short_name=='articles'}article/{url_title}{if:elseif channel_short_name=='columns'}column/{url_title}{/if}">{title}</a></li>
{/if}
{if count == total_results}</ul>{/if}
{/if}
{/exp:user:entries}
| MikaCaldera/AListApart | templates/default_site/embeds.group/author-more.html | HTML | mit | 615 |
<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">
<title>{{appName}} - {{title}}</title>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta name="keywords" content="node.js, express, mongoose, mongodb, angularjs, swig">
<meta name="description" content="MEAN - A Modern Stack: MongoDB, ExpressJS, AngularJS, NodeJS. (BONUS: Passport User Support).">
<meta property="fb:app_id" content="APP_ID">
<meta property="og:title" content="{{appName}} - {{title}}">
<meta property="og:description" content="MEAN - A Modern Stack: MongoDB, ExpressJS, AngularJS, NodeJS. (BONUS: Passport User Support).">
<meta property="og:type" content="website">
<meta property="og:url" content="APP_URL">
<meta property="og:image" content="APP_LOGO">
<meta property="og:site_name" content="MEAN - A Modern Stack">
<meta property="fb:admins" content="APP_ADMIN">
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.css">
{% for file in aggregatedassets.header.css %}
<link rel="stylesheet" href="{{file}}">
{% endfor %}
{% for file in aggregatedassets.footer.css %}
<link rel="stylesheet" href="{{file}}">
{% endfor %}
{% for file in aggregatedassets.header.js %}
<script type="text/javascript" src="{{file}}"></script>
{% endfor %}
{% for file in assets.core.css %}
<link rel="stylesheet" href="/{{file}}">
{% endfor %}
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
| jithu21/acme | packages/system/server/views/includes/head.html | HTML | mit | 1,648 |
<!DOCTYPE html>
<html lang="ko">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<title>Junshoong의 기술블로그</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" href="../theme/css/pygment.css" />
<link rel="stylesheet" href="../theme/css/style.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
</head>
<body>
<div class="container-fluid">
<div class="row justify-content-start sticky-top header">
<div class="col-1 header-img">
<img class="profile-img" src="../images/profile.png">
</div>
<div class="col header-title">
<h2 class="sitename"><a href=".."> Junshoong의 기술블로그 </a></h2>
</div>
</div> <div class="row justify-content-around">
<div class="col-md-8 content">
<div class="posts">
<div class="post">
<h1 class="post-title">
<a href="../python/pyqt5-install/">[Python] PyQt5 설치</a>
</h1>
<span class="post-date">2016-02-08, Mon</span>
<p>
<p>GUI를 해볼까 하면서 Python GUI를 찾아봤다. 리눅스 환경에도 적절하고, 크로스플랫폼 지원도 한다고 하니, 이게 좋겠다 싶어 받기로 했다. 일단 PyQt는 …</p>
</p>
</div>
<div class="post">
<h1 class="post-title">
<a href="../life/money-student/">[Life] 돈 대학생 - 반값등록금 집회</a>
</h1>
<span class="post-date">2016-02-06, Sat</span>
<p>
<iframe title='6.24 반값등록금 촛불집회 - 공감(돈 대학생)' width='768px' height='432px' src='http://videofarm.daum.net/controller/video/viewer/Video.html?vid=NLxdlIoZhw8$&play_loc=undefined&alert=true' frameborder='0' scrolling='no' ></iframe>
<blockquote>
<h2>돈 대학생</h2>
<p>꼭두새벽 일어나 꽉 찬 지하철에 몸을 겨우 끼어 넣고 학교로 향한다<br>
점점 흐려지는 지루한 목소리는 기억이나 할런지 꾸벅꾸벅 …</p></blockquote>
</p>
</div>
<div class="post">
<h1 class="post-title">
<a href="../english/acronym-initialism-diff/">[English] Acronym과 Initialism의 차이점</a>
</h1>
<span class="post-date">2016-02-01, Mon</span>
<p>
<p>공부를 하다가 abbr. 이라는 단어를 보게 되었다. abbr. 은 abbreviation의 약자로, abbreviation의 뜻 "약어, 약자"를 의미한다.</p>
<p>그러니까 abbr.은 …</p>
</p>
</div>
<div class="post">
<h1 class="post-title">
<a href="../etc/web-accessibility-slide/">[ETC] 웹 접근성(Web Accessibility)이란?</a>
</h1>
<span class="post-date">2016-01-28, Thu</span>
<p>
<p>웹 접근성에 관해 몇 주간 공부하고 교육 받으면서 쌓인걸 풀어 봤다. ppt는 처음 만들어봤는데 괜찮은지 모르겠다. 개인적으로 이렇게 심플한 느낌이 …</p>
</p>
</div>
<div class="post">
<h1 class="post-title">
<a href="../english/blinking-flashing-diff/">[English] blinking 과 flashing의 차이</a>
</h1>
<span class="post-date">2016-01-26, Tue</span>
<p>
<p>KWCAG를 공부하는 중 원칙 2인 운용의 용이성 중 지침 2.3의 광과민성 발작 예방 관련한 검사 항목 2.3.1 …</p>
</p>
</div>
<div class="post">
<h1 class="post-title">
<a href="../movie/dont-forgot-me-review/">[Movie] 영화, 나를 잊지 말아요를 보고</a>
</h1>
<span class="post-date">2016-01-11, Mon</span>
<p>
<p><a href="http://movie.daum.net/moviedetail/moviedetailMain.do?movieId=78587">나를 잊지 말아요 - 다음</a></p>
<p>정우성은 잘생겼고, 김하늘은 이뻤다. '기억'이라는 소재를 쓴 만큼 그만한 재미는 이끌어낸 것 같다. '기억'이라는 소재가 요즘처럼 …</p>
</p>
</div>
<div class="post">
<h1 class="post-title">
<a href="../nginx/nginx-django-gunicorn/">[Nginx] Django+gunicorn 사용환경에서 외부에서 접속하기</a>
</h1>
<span class="post-date">2016-01-09, Sat</span>
<p>
<p>이걸로 몇 일 동안 고생을 한지 모르겠다. 집 네트워크의 80번 포트가 공유기 설정으로 열려있어서 웹서버로 사용할 수 있지 않을까 했는데 …</p>
</p>
</div>
</div>
<p class="paginator">
<a href="../9/">«</a>
10 / 15
<a href="../11/">»</a>
</p>
</div>
<div class="col-md-3 sidebar">
<div class="list-group category">
<div class="list-group-item list-group-item-primary"> Category </div>
<a class="list-group-item list-group-item-action category-item" href="../agile/">
Agile
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../angular/">
Angular
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../blog/">
Blog
<span class="category-item-count">(3)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../book/">
Book
<span class="category-item-count">(3)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../css/">
CSS
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../ctf/">
CTF
<span class="category-item-count">(4)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../devops/">
DevOps
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../django/">
Django
<span class="category-item-count">(6)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../docker/">
Docker
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../editor/">
Editor
<span class="category-item-count">(3)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../english/">
English
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../etc/">
ETC
<span class="category-item-count">(11)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../game/">
Game
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../git/">
Git
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../life/">
Life
<span class="category-item-count">(22)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../linux/">
Linux
<span class="category-item-count">(19)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../mac/">
Mac
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../movie/">
Movie
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../nginx/">
Nginx
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../pelican/">
Pelican
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../python/">
Python
<span class="category-item-count">(8)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../regex/">
Regex
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../shell/">
Shell
<span class="category-item-count">(2)</span>
</a>
</div>
<div class="list-group social">
<div class="list-group-item list-group-item-primary"> Social </div>
<a class="list-group-item list-group-item-action" href="mailto:[email protected]"> email </a>
<a class="list-group-item list-group-item-action" href="https://www.facebook.com/vaporize93"> facebook </a>
<a class="list-group-item list-group-item-action" href="https://www.linkedin.com/in/junshoong"> linkedin </a>
<a class="list-group-item list-group-item-action" href="https://www.slideshare.net/junshoong"> slideshare </a>
<a class="list-group-item list-group-item-action" href="https://github.com/junshoong"> github </a>
<a class="list-group-item list-group-item-action" href="https://www.stackoverflow.com/users/4466697/junsu-kim"> stack-overflow </a>
<a class="list-group-item list-group-item-action" href=""> FEED </a>
</div>
</div> </div>
</div>
</body>
</html> | vaporize93/blog | 10/index.html | HTML | mit | 10,262 |
{% extends "home/html.html" %}
{% block body %}
{% include 'home/section.html' %}
{% endblock %} | hakancelik96/coogger | core/cooggerapp/templates/card/blogs.html | HTML | mit | 96 |
<!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 Sat May 30 16:09:24 CEST 2015 -->
<title>NearestPillPacManVS</title>
<meta name="date" content="2015-05-30">
<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="NearestPillPacManVS";
}
//-->
</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/NearestPillPacManVS.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="../../../pacman/controllers/examples/NearestPillPacMan.html" title="class in pacman.controllers.examples"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../pacman/controllers/examples/RandomGhosts.html" title="class in pacman.controllers.examples"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?pacman/controllers/examples/NearestPillPacManVS.html" target="_top">Frames</a></li>
<li><a href="NearestPillPacManVS.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">pacman.controllers.examples</div>
<h2 title="Class NearestPillPacManVS" class="title">Class NearestPillPacManVS</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../pacman/controllers/Controller.html" title="class in pacman.controllers">pacman.controllers.Controller</a><<a href="../../../pacman/game/Constants.MOVE.html" title="enum in pacman.game">Constants.MOVE</a>></li>
<li>
<ul class="inheritance">
<li>pacman.controllers.examples.NearestPillPacManVS</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.lang.Runnable</dd>
</dl>
<hr>
<br>
<pre>public final class <span class="strong">NearestPillPacManVS</span>
extends <a href="../../../pacman/controllers/Controller.html" title="class in pacman.controllers">Controller</a><<a href="../../../pacman/game/Constants.MOVE.html" title="enum in pacman.game">Constants.MOVE</a>></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="../../../pacman/controllers/examples/NearestPillPacManVS.html#NearestPillPacManVS()">NearestPillPacManVS</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><a href="../../../pacman/game/Constants.MOVE.html" title="enum in pacman.game">Constants.MOVE</a></code></td>
<td class="colLast"><code><strong><a href="../../../pacman/controllers/examples/NearestPillPacManVS.html#getMove(pacman.game.Game,%20long)">getMove</a></strong>(<a href="../../../pacman/game/Game.html" title="class in pacman.game">Game</a> game,
long timeDue)</code>
<div class="block">Compute the next move given a copy of the current game and a time the move has to be computed by.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_pacman.controllers.Controller">
<!-- -->
</a>
<h3>Methods inherited from class pacman.controllers.<a href="../../../pacman/controllers/Controller.html" title="class in pacman.controllers">Controller</a></h3>
<code><a href="../../../pacman/controllers/Controller.html#getMove()">getMove</a>, <a href="../../../pacman/controllers/Controller.html#hasComputed()">hasComputed</a>, <a href="../../../pacman/controllers/Controller.html#run()">run</a>, <a href="../../../pacman/controllers/Controller.html#terminate()">terminate</a>, <a href="../../../pacman/controllers/Controller.html#update(pacman.game.Game,%20long)">update</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="NearestPillPacManVS()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>NearestPillPacManVS</h4>
<pre>public NearestPillPacManVS()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getMove(pacman.game.Game, long)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getMove</h4>
<pre>public <a href="../../../pacman/game/Constants.MOVE.html" title="enum in pacman.game">Constants.MOVE</a> getMove(<a href="../../../pacman/game/Game.html" title="class in pacman.game">Game</a> game,
long timeDue)</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../pacman/controllers/Controller.html#getMove(pacman.game.Game,%20long)">Controller</a></code></strong></div>
<div class="block">Compute the next move given a copy of the current game and a time the move has to be computed by.
This is the method contestants need to implement. Many examples are available in
pacman.controllers.examples
Your controllers must be in the files: pacman.entries.pacman.MyPacMan.java for Pac-Man controllers or
pacman.entries.ghosts.MyGhosts.java for ghosts controllers.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../pacman/controllers/Controller.html#getMove(pacman.game.Game,%20long)">getMove</a></code> in class <code><a href="../../../pacman/controllers/Controller.html" title="class in pacman.controllers">Controller</a><<a href="../../../pacman/game/Constants.MOVE.html" title="enum in pacman.game">Constants.MOVE</a>></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>game</code> - A copy of the current game</dd><dd><code>timeDue</code> - The time the next move is due</dd>
<dt><span class="strong">Returns:</span></dt><dd>The move to be played (i.e., the move calculated by your controller)</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/NearestPillPacManVS.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="../../../pacman/controllers/examples/NearestPillPacMan.html" title="class in pacman.controllers.examples"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../pacman/controllers/examples/RandomGhosts.html" title="class in pacman.controllers.examples"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?pacman/controllers/examples/NearestPillPacManVS.html" target="_top">Frames</a></li>
<li><a href="NearestPillPacManVS.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>
| danielcestrella/WekaBayesMsPacman | doc/pacman/controllers/examples/NearestPillPacManVS.html | HTML | mit | 11,523 |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<!-- Menu code -->
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutMe.html">About Me</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="learning.html">Learning</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<h1>Hi.</h1>
<h3>I'm Malcolm, a software engineer by day, a hacker by night (if you think that's a bad thing read <a href="http://www.catb.org/esr/faqs/hacker-howto.html" target="_blank">this)</a>. I love to learn and am passionately curious. You can find out more about me, my interests, and my projects in the webpages linked above.</h3>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>
| mdreid/personal-site | index.html | HTML | mit | 2,600 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>nfix: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+2 / nfix - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
nfix
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-21 02:02:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-21 02:02:39 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.1+2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/nfix"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Nfix"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: mutual fixpoint functions"
"category: Miscellaneous/Coq Extensions"
]
authors: [
"Stéphane Lescuyer"
]
bug-reports: "https://github.com/coq-contribs/nfix/issues"
dev-repo: "git+https://github.com/coq-contribs/nfix.git"
synopsis: "Nfix: a Coq extension for fixpoints on nested inductives"
description: """
This plugin provides a syntactic extension that allows one to write mutual fixpoints over nested inductives."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/nfix/archive/v8.10.0.tar.gz"
checksum: "md5=3eaeaa04374d36b8869c716c258e99a4"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-nfix.8.10.0 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2).
The following dependencies couldn't be met:
- coq-nfix -> coq >= 8.10
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-nfix.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1+2/nfix/8.10.0.html | HTML | mit | 6,810 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>free-groups: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1 / free-groups - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
free-groups
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-27 23:35:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-27 23:35:09 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/free-groups"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FreeGroups"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: free group"
"category: Mathematics/Algebra"
]
authors: [
"Daniel Schepler <[email protected]>"
]
bug-reports: "https://github.com/coq-contribs/free-groups/issues"
dev-repo: "git+https://github.com/coq-contribs/free-groups.git"
synopsis: "Free Groups"
description: """
This small contribution is a formalization of van der Waerden's proof of the construction of a free group on a set of generators, as the reduced words where a letter is a generator or its formal inverse."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/free-groups/archive/v8.9.0.tar.gz"
checksum: "md5=be61048705c8ad244619dc1c8e526bf3"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-free-groups.8.9.0 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1).
The following dependencies couldn't be met:
- coq-free-groups -> coq >= 8.9 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-free-groups.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.7.1/free-groups/8.9.0.html | HTML | mit | 7,184 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>icharate: 1 m 16 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.1 / icharate - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
icharate
<small>
8.9.0
<span class="label label-success">1 m 16 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-31 22:04:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-31 22:04:34 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.9.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "http://www.labri.fr/perso/anoun/Icharate"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Icharate"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: multimodal categorial grammars"
"keyword: syntax/semantics interface"
"keyword: higher-order logic"
"keyword: meta-linguistics"
"category: Computer Science/Formal Languages Theory and Automata"
"date: 2003-2006"
]
authors: [
"Houda Anoun <[email protected]>"
"Pierre Casteran <[email protected]>"
]
bug-reports: "https://github.com/coq-contribs/icharate/issues"
dev-repo: "git+https://github.com/coq-contribs/icharate.git"
synopsis: "Icharate: A logical Toolkit for Multimodal Categorial Grammars"
description: """
The logical toolkit ICHARATE is built upon a formalization of
multimodal categorial grammars in Coq proof assistant.
This toolkit aims at facilitating the study of these
complicated formalisms by allowing users to build interactively the
syntactic derivations of different sentences, compute their
semantic interpretations and also prove universal properties of entire
classes of grammars using a collection of already established derived
rules. Several tactics are defined to ease the interaction with users."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/icharate/archive/v8.9.0.tar.gz"
checksum: "md5=fe48c0335d136d85a028b467f073194b"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-icharate.8.9.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-icharate.8.9.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>13 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-icharate.8.9.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 16 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 5 M</p>
<ul>
<li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/lambda_bruijn.vo</code></li>
<li>657 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/basics.vo</code></li>
<li>257 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/apply_rule_props.vo</code></li>
<li>234 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/derivedRulesNatDed.vo</code></li>
<li>195 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/struct_ex.vo</code></li>
<li>183 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/tacticsDed.vo</code></li>
<li>126 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/basics.glob</code></li>
<li>123 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/lambda_reduction.vo</code></li>
<li>112 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/apply_rule_props.glob</code></li>
<li>108 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/struct_ex.glob</code></li>
<li>104 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/derivedRulesNatDed.glob</code></li>
<li>91 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/lambda_bruijn.glob</code></li>
<li>83 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/final_sem.vo</code></li>
<li>79 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Lib/listAux.vo</code></li>
<li>76 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Lib/permutation.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/lambda_coq.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/lambda_reduction.glob</code></li>
<li>66 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/tacticsDed.glob</code></li>
<li>60 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/derivSem.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/ex1s.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/unaries.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/struct_props.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/natDed.vo</code></li>
<li>51 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/polarity.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/seqNatDed.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/crossDep.vo</code></li>
<li>49 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/ex1.vo</code></li>
<li>48 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/polEx.vo</code></li>
<li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/dep_ex.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/medialEx.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/sequent.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/semLex.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/natDedGram.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/medialExtraction.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/unbounDep.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/struct_tacs.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/basics.v</code></li>
<li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/polTac.vo</code></li>
<li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Lib/listAux.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Lib/permutation.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/interp_coq.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/ex3.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/logic_const.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/tacticsDed.v</code></li>
<li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/notations.vo</code></li>
<li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/lambda_bruijn.v</code></li>
<li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/apply_rule_props.v</code></li>
<li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/natDed.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/derivedRulesNatDed.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/lambda_reduction.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/struct_ex.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/polarity.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/sequent.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/struct_props.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/lambda_coq.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/ex1s.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/unaries.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/crossDep.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/semLex.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/derivSem.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Lib/listAux.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/final_sem.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/natDedGram.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Lib/permutation.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/polEx.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/seqNatDed.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/medialEx.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/unbounDep.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/dep_ex.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/ex1.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/lambda_coq.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/polarity.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/medialExtraction.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/natDed.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/interp_coq.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/unaries.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/derivSem.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/struct_props.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/struct_tacs.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/crossDep.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/seqNatDed.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/final_sem.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/semLex.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/sequent.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/struct_tacs.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/logic_const.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/ex1s.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/natDedGram.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/ex1.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/unbounDep.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/polTac.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Meta/medialExtraction.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/dep_ex.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/polEx.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/medialEx.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/ex3.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/tacticsSeq.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/notations.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/notations.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/polTac.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/interp_coq.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Kernel/logic_const.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/tacticsSeq.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Examples/ex3.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Icharate/Tacs/tacticsSeq.glob</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-icharate.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.9.1/icharate/8.9.0.html | HTML | mit | 19,999 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pi-agm: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">dev / pi-agm - 1.2.2</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
pi-agm
<small>
1.2.2
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-10-27 02:59:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 02:59:51 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.12.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.0 Official release 4.12.0
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
name: "coq-pi-agm"
maintainer: "[email protected]"
homepage: "http://www-sop.inria.fr/members/Yves.Bertot/"
bug-reports: "[email protected]"
license: "CeCILL-B"
build: [["coq_makefile" "-f" "_CoqProject" "-o" "Makefile" ]
[ make "-j" "%{jobs}%" ]]
install: [ make "install" "DEST='%{lib}%/coq/user-contrib/pi_agm'" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/pi_agm'" ]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
"coq-coquelicot" {>= "3" & < "4~"}
"coq-interval" {>= "3.1" & < "4"}
]
tags: [ "keyword:real analysis" "keyword:pi" "category:Mathematics/Real Calculus and Topology" ]
authors: [ "Yves Bertot <[email protected]>" ]
synopsis:
"Computing thousands or millions of digits of PI with arithmetic-geometric means"
description: """
This is a proof of correctness for two algorithms to compute PI to high
precision using arithmetic-geometric means. A first file contains
the calculus-based proofs for an abstract view of the algorithm, where all
numbers are real numbers. A second file describes how to approximate all
computations using large integers. Other files describe the second algorithm
which is close to the one used in mpfr, for instance.
The whole development can be used to produce mathematically proved and
formally verified approximations of PI."""
url {
src: "https://github.com/ybertot/pi-agm/archive/v1.2.2.zip"
checksum: "md5=294b47b7032f85fcfafbf4632df6ff8e"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-pi-agm.1.2.2 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-pi-agm -> coq < 8.9~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-pi-agm.1.2.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.0-2.0.8/extra-dev/dev/pi-agm/1.2.2.html | HTML | mit | 7,781 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 4.6.1">
<meta name="author" content="Cheng-Jun Wang">
<meta name="description" content="Associate Professor">
<link rel="alternate" hreflang="en-us" href="https://chengjunwang.com/tags/academic/">
<meta name="theme-color" content="#2962ff">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" integrity="sha256-Vzbj7sDDS/woiFS3uNKo8eIuni59rjyNGtXfstRzStA=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.css" integrity="sha256-SHMGCYmST46SoyGgo4YR/9AlK1vf3ff84Aq9yK4hdqM=" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CRoboto:400,400italic,700%7CRoboto+Mono&display=swap">
<link rel="stylesheet" href="/css/academic.css">
<link rel="alternate" href="/tags/academic/index.xml" type="application/rss+xml" title="Cheng-Jun Wang">
<link rel="manifest" href="/index.webmanifest">
<link rel="icon" type="image/png" href="/img/icon-32.png">
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
<link rel="canonical" href="https://chengjunwang.com/tags/academic/">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@ChengJunWang">
<meta property="twitter:creator" content="@ChengJunWang">
<meta property="og:site_name" content="Cheng-Jun Wang">
<meta property="og:url" content="https://chengjunwang.com/tags/academic/">
<meta property="og:title" content="Content tagged as 'Academic' | Cheng-Jun Wang">
<meta property="og:description" content="Associate Professor"><meta property="og:image" content="https://chengjunwang.com/img/headers/bubbles-wide.jpg">
<meta property="twitter:image" content="https://chengjunwang.com/img/headers/bubbles-wide.jpg"><meta property="og:locale" content="en-us">
<meta property="og:updated_time" content="2017-01-01T00:00:00+00:00">
<title>Content tagged as 'Academic' | Cheng-Jun Wang</title>
</head>
<body id="top" data-spy="scroll" data-offset="70" data-target="#TableOfContents" >
<aside class="search-results" id="search">
<div class="container">
<section class="search-header">
<div class="row no-gutters justify-content-between mb-3">
<div class="col-6">
<h1>Search</h1>
</div>
<div class="col-6 col-search-close">
<a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a>
</div>
</div>
<div id="search-box">
<input name="q" id="search-query" placeholder="Search..." autocapitalize="off"
autocomplete="off" autocorrect="off" spellcheck="false" type="search">
</div>
</section>
<section class="section-search-results">
<div id="search-hits">
</div>
</section>
</div>
</aside>
<nav class="navbar navbar-expand-lg navbar-light compensate-for-scrollbar" id="navbar-main">
<div class="container">
<a class="navbar-brand" href="/">Cheng-Jun Wang</a>
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#navbar-content" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<div class="navbar-collapse main-menu-item collapse justify-content-start" id="navbar-content">
<ul class="navbar-nav d-md-inline-flex">
<li class="nav-item">
<a class="nav-link " href="/#about"><span>Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#featured"><span>Publications</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#teaching"><span>Teaching</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#posts"><span>News</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#projects"><span>Projects</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/files/cv2020.pdf"><span>CV</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#contact"><span>Contact</span></a>
</li>
</ul>
</div>
<ul class="nav-icons navbar-nav flex-row ml-auto d-flex pl-md-2">
<li class="nav-item">
<a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a>
</li>
<li class="nav-item">
<a class="nav-link js-dark-toggle" href="#"><i class="fas fa-moon" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</nav>
<div class="article-header">
<img src="/img/headers/bubbles-wide.jpg" class="article-banner" alt="">
</div>
<div class="universal-wrapper pt-3">
<h1>Content tagged as 'Academic'</h1>
</div>
<div class="universal-wrapper">
<div class="article-style"><p>Here is a list of all the content that has been tagged as <em>academic</em>.</p>
</div>
<div>
<h2><a href="/post/post_archive/getting-started/">Getting started with the Academic framework for Hugo</a></h2>
<div class="article-style">
Create a beautifully simple personal or academic website in under 10 minutes.
</div>
</div>
<div>
<h2><a href="/post/post_archive/widgets/">Customizing the homepage with widgets</a></h2>
<div class="article-style">
Enable/disable and configure widgets to customize your homepage.
</div>
</div>
<div>
<h2><a href="/post/post_archive/managing-content/">Managing content</a></h2>
<div class="article-style">
This is a brief guide to managing content with the Academic framework. Content can include publications, projects, talks, and news/blog articles. After you have read this guide about creating and managing content, you may also be interested to learn about writing content with Markdown, LaTeX, and Shortcodes.
</div>
</div>
<div>
<h2><a href="/post/getting-started/">Getting started with the Academic framework for Hugo</a></h2>
<div class="article-style">
Create a beautifully simple personal or academic website in under 10 minutes.
</div>
</div>
<div>
<h2><a href="/post/widgets/">Customizing the homepage with widgets</a></h2>
<div class="article-style">
Enable/disable and configure widgets to customize your homepage.
</div>
</div>
<div>
<h2><a href="/post/managing-content/">Managing content</a></h2>
<div class="article-style">
This is a brief guide to managing content with the Academic framework. Content can include publications, projects, talks, news/blog articles, and widget pages. After you have read this guide about creating and managing content, you may also be interested to learn about writing content with Markdown, LaTeX, and Shortcodes.
</div>
</div>
<div>
<h2><a href="/note/note_archive/2000-04-20-getting-started/">Getting started with the Academic framework for Hugo</a></h2>
<div class="article-style">
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js" integrity="sha256-yt2kYMy0w8AbtF89WXb2P1rfjcP/HTHLT7097U8Y5b8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.js" integrity="sha256-EErZamuLefUnbMBQbsEqu1USa+btR2oIlCpBJbyD4/g=" crossorigin="anonymous"></script>
<script>
const search_config = {"indexURI":"/index.json","minLength":1,"threshold":0.3};
const i18n = {"no_results":"No results found","placeholder":"Search...","results":"results found"};
const content_type = {
'post': "Posts",
'project': "Projects",
'publication' : "Publications",
'talk' : "Talks"
};
</script>
<script id="search-hit-fuse-template" type="text/x-template">
<div class="search-hit" id="summary-{{key}}">
<div class="search-hit-content">
<div class="search-hit-name">
<a href="{{relpermalink}}">{{title}}</a>
<div class="article-metadata search-hit-type">{{type}}</div>
<p class="search-hit-description">{{snippet}}</p>
</div>
</div>
</div>
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script>
<script src="/js/academic.min.3d0750632391ba55d8fd99a18dab4a0d.js"></script>
<div class="container">
<footer class="site-footer">
<p class="powered-by">
All rights © reserved 2021 ·
Powered by the
<a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for
<a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>.
<span class="float-right" aria-hidden="true">
<a href="#" class="back-to-top">
<span class="button_icon">
<i class="fas fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</footer>
</div>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Cite</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="tex hljs"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank">
<i class="fas fa-copy"></i> Copy
</a>
<a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank">
<i class="fas fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
</body>
</html>
| chengjun/mywebsite-hugo | public/tags/academic/index.html | HTML | mit | 13,769 |
<paper-swatch-picker data-bind="attr: { 'id': dialogId, 'color': color, 'horizontal-align': halign },
event: { 'color-picker-selected': onSelected }"></paper-swatch-picker>
| erestor/components | material-color-picker/material-color-picker.html | HTML | mit | 177 |
<!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.6.0_18) on Thu Dec 18 17:17:14 PST 2014 -->
<title>AbstractSelectionKey (Java Platform SE 7 )</title>
<meta name="date" content="2014-12-18">
<meta name="keywords" content="java.nio.channels.spi.AbstractSelectionKey class">
<meta name="keywords" content="isValid()">
<meta name="keywords" content="cancel()">
<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="AbstractSelectionKey (Java Platform SE 7 )";
}
//-->
</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/AbstractSelectionKey.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 class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../java/nio/channels/spi/AbstractSelectableChannel.html" title="class in java.nio.channels.spi"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../java/nio/channels/spi/AbstractSelector.html" title="class in java.nio.channels.spi"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?java/nio/channels/spi/AbstractSelectionKey.html" target="_top">Frames</a></li>
<li><a href="AbstractSelectionKey.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="#fields_inherited_from_class_java.nio.channels.SelectionKey">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>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">java.nio.channels.spi</div>
<h2 title="Class AbstractSelectionKey" class="title">Class AbstractSelectionKey</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="../../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../java/nio/channels/SelectionKey.html" title="class in java.nio.channels">java.nio.channels.SelectionKey</a></li>
<li>
<ul class="inheritance">
<li>java.nio.channels.spi.AbstractSelectionKey</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public abstract class <span class="strong">AbstractSelectionKey</span>
extends <a href="../../../../java/nio/channels/SelectionKey.html" title="class in java.nio.channels">SelectionKey</a></pre>
<div class="block">Base implementation class for selection keys.
<p> This class tracks the validity of the key and implements cancellation.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>1.4</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>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_java.nio.channels.SelectionKey">
<!-- -->
</a>
<h3>Fields inherited from class java.nio.channels.<a href="../../../../java/nio/channels/SelectionKey.html" title="class in java.nio.channels">SelectionKey</a></h3>
<code><a href="../../../../java/nio/channels/SelectionKey.html#OP_ACCEPT">OP_ACCEPT</a>, <a href="../../../../java/nio/channels/SelectionKey.html#OP_CONNECT">OP_CONNECT</a>, <a href="../../../../java/nio/channels/SelectionKey.html#OP_READ">OP_READ</a>, <a href="../../../../java/nio/channels/SelectionKey.html#OP_WRITE">OP_WRITE</a></code></li>
</ul>
</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="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><strong><a href="../../../../java/nio/channels/spi/AbstractSelectionKey.html#AbstractSelectionKey()">AbstractSelectionKey</a></strong>()</code>
<div class="block">Initializes a new instance of this class.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../java/nio/channels/spi/AbstractSelectionKey.html#cancel()">cancel</a></strong>()</code>
<div class="block">Cancels this key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../java/nio/channels/spi/AbstractSelectionKey.html#isValid()">isValid</a></strong>()</code>
<div class="block">Tells whether or not this key is valid.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.nio.channels.SelectionKey">
<!-- -->
</a>
<h3>Methods inherited from class java.nio.channels.<a href="../../../../java/nio/channels/SelectionKey.html" title="class in java.nio.channels">SelectionKey</a></h3>
<code><a href="../../../../java/nio/channels/SelectionKey.html#attach(java.lang.Object)">attach</a>, <a href="../../../../java/nio/channels/SelectionKey.html#attachment()">attachment</a>, <a href="../../../../java/nio/channels/SelectionKey.html#channel()">channel</a>, <a href="../../../../java/nio/channels/SelectionKey.html#interestOps()">interestOps</a>, <a href="../../../../java/nio/channels/SelectionKey.html#interestOps(int)">interestOps</a>, <a href="../../../../java/nio/channels/SelectionKey.html#isAcceptable()">isAcceptable</a>, <a href="../../../../java/nio/channels/SelectionKey.html#isConnectable()">isConnectable</a>, <a href="../../../../java/nio/channels/SelectionKey.html#isReadable()">isReadable</a>, <a href="../../../../java/nio/channels/SelectionKey.html#isWritable()">isWritable</a>, <a href="../../../../java/nio/channels/SelectionKey.html#readyOps()">readyOps</a>, <a href="../../../../java/nio/channels/SelectionKey.html#selector()">selector</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.<a href="../../../../java/lang/Object.html" title="class in java.lang">Object</a></h3>
<code><a href="../../../../java/lang/Object.html#clone()">clone</a>, <a href="../../../../java/lang/Object.html#equals(java.lang.Object)">equals</a>, <a href="../../../../java/lang/Object.html#finalize()">finalize</a>, <a href="../../../../java/lang/Object.html#getClass()">getClass</a>, <a href="../../../../java/lang/Object.html#hashCode()">hashCode</a>, <a href="../../../../java/lang/Object.html#notify()">notify</a>, <a href="../../../../java/lang/Object.html#notifyAll()">notifyAll</a>, <a href="../../../../java/lang/Object.html#toString()">toString</a>, <a href="../../../../java/lang/Object.html#wait()">wait</a>, <a href="../../../../java/lang/Object.html#wait(long)">wait</a>, <a href="../../../../java/lang/Object.html#wait(long,%20int)">wait</a></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="AbstractSelectionKey()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AbstractSelectionKey</h4>
<pre>protected AbstractSelectionKey()</pre>
<div class="block">Initializes a new instance of this class. </p></div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isValid()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isValid</h4>
<pre>public final boolean isValid()</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../java/nio/channels/SelectionKey.html#isValid()">SelectionKey</a></code></strong></div>
<div class="block">Tells whether or not this key is valid.
<p> A key is valid upon creation and remains so until it is cancelled,
its channel is closed, or its selector is closed. </p></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../java/nio/channels/SelectionKey.html#isValid()">isValid</a></code> in class <code><a href="../../../../java/nio/channels/SelectionKey.html" title="class in java.nio.channels">SelectionKey</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd><tt>true</tt> if, and only if, this key is valid</dd></dl>
</li>
</ul>
<a name="cancel()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>cancel</h4>
<pre>public final void cancel()</pre>
<div class="block">Cancels this key.
<p> If this key has not yet been cancelled then it is added to its
selector's cancelled-key set while synchronized on that set. </p></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../java/nio/channels/SelectionKey.html#cancel()">cancel</a></code> in class <code><a href="../../../../java/nio/channels/SelectionKey.html" title="class in java.nio.channels">SelectionKey</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><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/AbstractSelectionKey.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 class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../java/nio/channels/spi/AbstractSelectableChannel.html" title="class in java.nio.channels.spi"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../java/nio/channels/spi/AbstractSelector.html" title="class in java.nio.channels.spi"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?java/nio/channels/spi/AbstractSelectionKey.html" target="_top">Frames</a></li>
<li><a href="AbstractSelectionKey.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="#fields_inherited_from_class_java.nio.channels.SelectionKey">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>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 ======= -->
<p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
| fbiville/annotation-processing-ftw | doc/java/jdk7/java/nio/channels/spi/AbstractSelectionKey.html | HTML | mit | 14,938 |
<!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_101) on Mon Sep 04 19:37:40 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class info.kapable.utils.owanotifier.service.EmailAddress (owanotifier 0.9.3-SNAPSHOT API)</title>
<meta name="date" content="2017-09-04">
<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 info.kapable.utils.owanotifier.service.EmailAddress (owanotifier 0.9.3-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../info/kapable/utils/owanotifier/service/EmailAddress.html" title="class in info.kapable.utils.owanotifier.service">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?info/kapable/utils/owanotifier/service/class-use/EmailAddress.html" target="_top">Frames</a></li>
<li><a href="EmailAddress.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 info.kapable.utils.owanotifier.service.EmailAddress" class="title">Uses of Class<br>info.kapable.utils.owanotifier.service.EmailAddress</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="../../../../../../info/kapable/utils/owanotifier/service/EmailAddress.html" title="class in info.kapable.utils.owanotifier.service">EmailAddress</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="#info.kapable.utils.owanotifier.service">info.kapable.utils.owanotifier.service</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="info.kapable.utils.owanotifier.service">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../info/kapable/utils/owanotifier/service/EmailAddress.html" title="class in info.kapable.utils.owanotifier.service">EmailAddress</a> in <a href="../../../../../../info/kapable/utils/owanotifier/service/package-summary.html">info.kapable.utils.owanotifier.service</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="../../../../../../info/kapable/utils/owanotifier/service/package-summary.html">info.kapable.utils.owanotifier.service</a> that return <a href="../../../../../../info/kapable/utils/owanotifier/service/EmailAddress.html" title="class in info.kapable.utils.owanotifier.service">EmailAddress</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="../../../../../../info/kapable/utils/owanotifier/service/EmailAddress.html" title="class in info.kapable.utils.owanotifier.service">EmailAddress</a></code></td>
<td class="colLast"><span class="typeNameLabel">Recipient.</span><code><span class="memberNameLink"><a href="../../../../../../info/kapable/utils/owanotifier/service/Recipient.html#getEmailAddress--">getEmailAddress</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="../../../../../../info/kapable/utils/owanotifier/service/package-summary.html">info.kapable.utils.owanotifier.service</a> with parameters of type <a href="../../../../../../info/kapable/utils/owanotifier/service/EmailAddress.html" title="class in info.kapable.utils.owanotifier.service">EmailAddress</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Recipient.</span><code><span class="memberNameLink"><a href="../../../../../../info/kapable/utils/owanotifier/service/Recipient.html#setEmailAddress-info.kapable.utils.owanotifier.service.EmailAddress-">setEmailAddress</a></span>(<a href="../../../../../../info/kapable/utils/owanotifier/service/EmailAddress.html" title="class in info.kapable.utils.owanotifier.service">EmailAddress</a> emailAddress)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../info/kapable/utils/owanotifier/service/EmailAddress.html" title="class in info.kapable.utils.owanotifier.service">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?info/kapable/utils/owanotifier/service/class-use/EmailAddress.html" target="_top">Frames</a></li>
<li><a href="EmailAddress.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017. All rights reserved.</small></p>
</body>
</html>
| OwaNotifier/owanotifier.github.io | docs/apidocs/info/kapable/utils/owanotifier/service/class-use/EmailAddress.html | HTML | mit | 8,272 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>用户修改</title>
</head>
<body>
<form action="/user/update/" method="post">
<span style="color:red;">{{error}}</span>
用户ID: <input type="text" name="id" value="{{uid}}" />
用户名: <input type="text" name="username" value="{{username}}" />
密码: <input type="password" name="password" value="{{password}}" />
年龄: <input type="text" name="age" value="{{age}}" />
<input type="submit" value="修改" />
</form>
</body>
</html>
| 51reboot/actual_09_homework | 06/kk/cmdb/templates/user_modify.html | HTML | mit | 623 |
<!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_45) on Sun Oct 11 02:51:39 EDT 2015 -->
<title>ur_rna.RNAstructureUI.drawing.runners</title>
<meta name="date" content="2015-10-11">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../ur_rna/RNAstructureUI/drawing/runners/package-summary.html" target="classFrame">ur_rna.RNAstructureUI.drawing.runners</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="PlotRunner.html" title="class in ur_rna.RNAstructureUI.drawing.runners" target="classFrame">PlotRunner</a></li>
<li><a href="RunnerTemplate.html" title="class in ur_rna.RNAstructureUI.drawing.runners" target="classFrame">RunnerTemplate</a></li>
<li><a href="StructureRunner.html" title="class in ur_rna.RNAstructureUI.drawing.runners" target="classFrame">StructureRunner</a></li>
</ul>
</div>
</body>
</html>
| mayc2/PseudoKnot_research | RNAstructure_Source/manual/javadoc/ur_rna/RNAstructureUI/drawing/runners/package-frame.html | HTML | mit | 1,151 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_17) on Thu Jan 14 02:04:21 PST 2010 -->
<TITLE>
Uses of Class gov.nasa.worldwind.wms.Capabilities.Style (NASA World Wind)
</TITLE>
<META NAME="date" CONTENT="2010-01-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class gov.nasa.worldwind.wms.Capabilities.Style (NASA World Wind)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../gov/nasa/worldwind/wms/Capabilities.Style.html" title="class in gov.nasa.worldwind.wms"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../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>
NASA World Wind</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?gov/nasa/worldwind/wms/\class-useCapabilities.Style.html" target="_top"><B>FRAMES</B></A>
<A HREF="Capabilities.Style.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>gov.nasa.worldwind.wms.Capabilities.Style</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../gov/nasa/worldwind/wms/Capabilities.Style.html" title="class in gov.nasa.worldwind.wms">Capabilities.Style</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gov.nasa.worldwind.wms"><B>gov.nasa.worldwind.wms</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="gov.nasa.worldwind.wms"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../gov/nasa/worldwind/wms/Capabilities.Style.html" title="class in gov.nasa.worldwind.wms">Capabilities.Style</A> in <A HREF="../../../../../gov/nasa/worldwind/wms/package-summary.html">gov.nasa.worldwind.wms</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../gov/nasa/worldwind/wms/package-summary.html">gov.nasa.worldwind.wms</A> with type parameters of type <A HREF="../../../../../gov/nasa/worldwind/wms/Capabilities.Style.html" title="class in gov.nasa.worldwind.wms">Capabilities.Style</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A><<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</A>,<A HREF="../../../../../gov/nasa/worldwind/wms/Capabilities.Style.html" title="class in gov.nasa.worldwind.wms">Capabilities.Style</A>></CODE></FONT></TD>
<TD><CODE><B>Capabilities.</B><B><A HREF="../../../../../gov/nasa/worldwind/wms/Capabilities.html#styleElements">styleElements</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A><<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</A>,<A HREF="../../../../../gov/nasa/worldwind/wms/Capabilities.Style.html" title="class in gov.nasa.worldwind.wms">Capabilities.Style</A>></CODE></FONT></TD>
<TD><CODE><B>Capabilities.Layer.</B><B><A HREF="../../../../../gov/nasa/worldwind/wms/Capabilities.Layer.html#styleElements">styleElements</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../gov/nasa/worldwind/wms/Capabilities.Style.html" title="class in gov.nasa.worldwind.wms"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../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>
NASA World Wind</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?gov/nasa/worldwind/wms/\class-useCapabilities.Style.html" target="_top"><B>FRAMES</B></A>
<A HREF="Capabilities.Style.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| caadxyz/Macro-Thinking-Micro-action | doc/gov/nasa/worldwind/wms/class-use/Capabilities.Style.html | HTML | mit | 8,723 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Sep 14 18:24:13 EDT 2007 -->
<TITLE>
Serialized Form
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="serialized-form.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<CENTER>
<H1>
Serialized Form</H1>
</CENTER>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.xerces.dom</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.xerces.dom.AttributeMap"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/AttributeMap.html">org.apache.xerces.dom.AttributeMap</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.AttrImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/AttrImpl.html">org.apache.xerces.dom.AttrImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException</PRE>
<DL>
<DD>Deserialize object.</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(java.io.ObjectOutputStream out)
throws java.io.IOException</PRE>
<DL>
<DD>Serialize object.</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
value</H3>
<PRE>
java.lang.Object <B>value</B></PRE>
<DL>
<DD>This can either be a String or the first child node.</DL>
<HR>
<H3>
name</H3>
<PRE>
java.lang.String <B>name</B></PRE>
<DL>
<DD>Attribute name.</DL>
<P>
<A NAME="org.apache.xerces.dom.AttrNSImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/AttrNSImpl.html">org.apache.xerces.dom.AttrNSImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
namespaceURI</H3>
<PRE>
java.lang.String <B>namespaceURI</B></PRE>
<DL>
<DD>DOM2: Namespace URI.</DL>
<HR>
<H3>
localName</H3>
<PRE>
java.lang.String <B>localName</B></PRE>
<DL>
<DD>DOM2: localName.</DL>
<P>
<A NAME="org.apache.xerces.dom.CDATASectionImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/CDATASectionImpl.html">org.apache.xerces.dom.CDATASectionImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.CharacterDataImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/CharacterDataImpl.html">org.apache.xerces.dom.CharacterDataImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
data</H3>
<PRE>
java.lang.String <B>data</B></PRE>
<DL>
</DL>
<P>
<A NAME="org.apache.xerces.dom.ChildNode"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/ChildNode.html">org.apache.xerces.dom.ChildNode</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
previousSibling</H3>
<PRE>
<A HREF="org/apache/xerces/dom/ChildNode.html">ChildNode</A> <B>previousSibling</B></PRE>
<DL>
<DD>Previous sibling.</DL>
<HR>
<H3>
nextSibling</H3>
<PRE>
<A HREF="org/apache/xerces/dom/ChildNode.html">ChildNode</A> <B>nextSibling</B></PRE>
<DL>
<DD>Next sibling.</DL>
<P>
<A NAME="org.apache.xerces.dom.CommentImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/CommentImpl.html">org.apache.xerces.dom.CommentImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.CoreDocumentImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/CoreDocumentImpl.html">org.apache.xerces.dom.CoreDocumentImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
docType</H3>
<PRE>
<A HREF="org/apache/xerces/dom/DocumentTypeImpl.html">DocumentTypeImpl</A> <B>docType</B></PRE>
<DL>
<DD>Document type.</DL>
<HR>
<H3>
docElement</H3>
<PRE>
<A HREF="org/apache/xerces/dom/ElementImpl.html">ElementImpl</A> <B>docElement</B></PRE>
<DL>
<DD>Document element.</DL>
<HR>
<H3>
encoding</H3>
<PRE>
java.lang.String <B>encoding</B></PRE>
<DL>
<DD>Experimental DOM Level 3 feature: Document encoding</DL>
<HR>
<H3>
actualEncoding</H3>
<PRE>
java.lang.String <B>actualEncoding</B></PRE>
<DL>
<DD>Experimental DOM Level 3 feature: Document actualEncoding</DL>
<HR>
<H3>
version</H3>
<PRE>
java.lang.String <B>version</B></PRE>
<DL>
<DD>Experimental DOM Level 3 feature: Document version</DL>
<HR>
<H3>
standalone</H3>
<PRE>
boolean <B>standalone</B></PRE>
<DL>
<DD>Experimental DOM Level 3 feature: Document standalone</DL>
<HR>
<H3>
fDocumentURI</H3>
<PRE>
java.lang.String <B>fDocumentURI</B></PRE>
<DL>
<DD>Experimental DOM Level 3 feature: documentURI</DL>
<HR>
<H3>
userData</H3>
<PRE>
java.util.Hashtable <B>userData</B></PRE>
<DL>
<DD>Table for user data attached to this document nodes.</DL>
<HR>
<H3>
identifiers</H3>
<PRE>
java.util.Hashtable <B>identifiers</B></PRE>
<DL>
<DD>Identifiers.</DL>
<HR>
<H3>
changes</H3>
<PRE>
int <B>changes</B></PRE>
<DL>
<DD>Number of alterations made to this document since its creation.
Serves as a "dirty bit" so that live objects such as NodeList can
recognize when an alteration has been made and discard its cached
state information.
<p>
Any method that alters the tree structure MUST cause or be
accompanied by a call to changed(), to inform it that any outstanding
NodeLists may have to be updated.
<p>
(Required because NodeList is simultaneously "live" and integer-
indexed -- a bad decision in the DOM's design.)
<p>
Note that changes which do not affect the tree's structure -- changing
the node's name, for example -- do _not_ have to call changed().
<p>
Alternative implementation would be to use a cryptographic
Digest value rather than a count. This would have the advantage that
"harmless" changes (those producing equal() trees) would not force
NodeList to resynchronize. Disadvantage is that it's slightly more prone
to "false negatives", though that's the difference between "wildly
unlikely" and "absurdly unlikely". IF we start maintaining digests,
we should consider taking advantage of them.
Note: This used to be done a node basis, so that we knew what
subtree changed. But since only DeepNodeList really use this today,
the gain appears to be really small compared to the cost of having
an int on every (parent) node plus having to walk up the tree all the
way to the root to mark the branch as changed everytime a node is
changed.
So we now have a single counter global to the document. It means that
some objects may flush their cache more often than necessary, but this
makes nodes smaller and only the document needs to be marked as changed.</DL>
<HR>
<H3>
allowGrammarAccess</H3>
<PRE>
boolean <B>allowGrammarAccess</B></PRE>
<DL>
<DD>Allow grammar access.</DL>
<HR>
<H3>
errorChecking</H3>
<PRE>
boolean <B>errorChecking</B></PRE>
<DL>
<DD>Bypass error checking.</DL>
<HR>
<H3>
xmlVersionChanged</H3>
<PRE>
boolean <B>xmlVersionChanged</B></PRE>
<DL>
</DL>
<HR>
<H3>
documentNumber</H3>
<PRE>
int <B>documentNumber</B></PRE>
<DL>
<DD>The following are required for compareDocumentPosition</DL>
<HR>
<H3>
nodeCounter</H3>
<PRE>
int <B>nodeCounter</B></PRE>
<DL>
</DL>
<HR>
<H3>
nodeTable</H3>
<PRE>
java.util.Hashtable <B>nodeTable</B></PRE>
<DL>
</DL>
<HR>
<H3>
xml11Version</H3>
<PRE>
boolean <B>xml11Version</B></PRE>
<DL>
</DL>
<P>
<A NAME="org.apache.xerces.dom.DeferredAttrImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredAttrImpl.html">org.apache.xerces.dom.DeferredAttrImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredAttrNSImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredAttrNSImpl.html">org.apache.xerces.dom.DeferredAttrNSImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredCDATASectionImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredCDATASectionImpl.html">org.apache.xerces.dom.DeferredCDATASectionImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredCommentImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredCommentImpl.html">org.apache.xerces.dom.DeferredCommentImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredDocumentImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredDocumentImpl.html">org.apache.xerces.dom.DeferredDocumentImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
fNamespacesEnabled</H3>
<PRE>
boolean <B>fNamespacesEnabled</B></PRE>
<DL>
<DD>DOM2: For namespace support in the deferred case.</DL>
<P>
<A NAME="org.apache.xerces.dom.DeferredDocumentTypeImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredDocumentTypeImpl.html">org.apache.xerces.dom.DeferredDocumentTypeImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredElementDefinitionImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredElementDefinitionImpl.html">org.apache.xerces.dom.DeferredElementDefinitionImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredElementImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredElementImpl.html">org.apache.xerces.dom.DeferredElementImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredElementNSImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredElementNSImpl.html">org.apache.xerces.dom.DeferredElementNSImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredEntityImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredEntityImpl.html">org.apache.xerces.dom.DeferredEntityImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredEntityReferenceImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredEntityReferenceImpl.html">org.apache.xerces.dom.DeferredEntityReferenceImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredNotationImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredNotationImpl.html">org.apache.xerces.dom.DeferredNotationImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredProcessingInstructionImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredProcessingInstructionImpl.html">org.apache.xerces.dom.DeferredProcessingInstructionImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DeferredTextImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DeferredTextImpl.html">org.apache.xerces.dom.DeferredTextImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DocumentFragmentImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DocumentFragmentImpl.html">org.apache.xerces.dom.DocumentFragmentImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.DocumentImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DocumentImpl.html">org.apache.xerces.dom.DocumentImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
iterators</H3>
<PRE>
java.util.Vector <B>iterators</B></PRE>
<DL>
<DD>Iterators</DL>
<HR>
<H3>
ranges</H3>
<PRE>
java.util.Vector <B>ranges</B></PRE>
<DL>
<DD>Ranges</DL>
<HR>
<H3>
eventListeners</H3>
<PRE>
java.util.Hashtable <B>eventListeners</B></PRE>
<DL>
<DD>Table for event listeners registered to this document nodes.</DL>
<HR>
<H3>
mutationEvents</H3>
<PRE>
boolean <B>mutationEvents</B></PRE>
<DL>
<DD>Bypass mutation events firing.</DL>
<HR>
<H3>
savedEnclosingAttr</H3>
<PRE>
org.apache.xerces.dom.DocumentImpl.EnclosingAttr <B>savedEnclosingAttr</B></PRE>
<DL>
</DL>
<P>
<A NAME="org.apache.xerces.dom.DocumentTypeImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/DocumentTypeImpl.html">org.apache.xerces.dom.DocumentTypeImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
java.lang.String <B>name</B></PRE>
<DL>
<DD>Document type name.</DL>
<HR>
<H3>
entities</H3>
<PRE>
<A HREF="org/apache/xerces/dom/NamedNodeMapImpl.html">NamedNodeMapImpl</A> <B>entities</B></PRE>
<DL>
<DD>Entities.</DL>
<HR>
<H3>
notations</H3>
<PRE>
<A HREF="org/apache/xerces/dom/NamedNodeMapImpl.html">NamedNodeMapImpl</A> <B>notations</B></PRE>
<DL>
<DD>Notations.</DL>
<HR>
<H3>
elements</H3>
<PRE>
<A HREF="org/apache/xerces/dom/NamedNodeMapImpl.html">NamedNodeMapImpl</A> <B>elements</B></PRE>
<DL>
<DD>Elements.</DL>
<HR>
<H3>
publicID</H3>
<PRE>
java.lang.String <B>publicID</B></PRE>
<DL>
</DL>
<HR>
<H3>
systemID</H3>
<PRE>
java.lang.String <B>systemID</B></PRE>
<DL>
</DL>
<HR>
<H3>
internalSubset</H3>
<PRE>
java.lang.String <B>internalSubset</B></PRE>
<DL>
</DL>
<HR>
<H3>
doctypeNumber</H3>
<PRE>
int <B>doctypeNumber</B></PRE>
<DL>
<DD>The following are required for compareDocumentPosition</DL>
<HR>
<H3>
userData</H3>
<PRE>
java.util.Hashtable <B>userData</B></PRE>
<DL>
</DL>
<P>
<A NAME="org.apache.xerces.dom.ElementDefinitionImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/ElementDefinitionImpl.html">org.apache.xerces.dom.ElementDefinitionImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
java.lang.String <B>name</B></PRE>
<DL>
<DD>Element definition name.</DL>
<HR>
<H3>
attributes</H3>
<PRE>
<A HREF="org/apache/xerces/dom/NamedNodeMapImpl.html">NamedNodeMapImpl</A> <B>attributes</B></PRE>
<DL>
<DD>Default attributes.</DL>
<P>
<A NAME="org.apache.xerces.dom.ElementImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/ElementImpl.html">org.apache.xerces.dom.ElementImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
java.lang.String <B>name</B></PRE>
<DL>
<DD>Element name.</DL>
<HR>
<H3>
attributes</H3>
<PRE>
<A HREF="org/apache/xerces/dom/AttributeMap.html">AttributeMap</A> <B>attributes</B></PRE>
<DL>
<DD>Attributes.</DL>
<P>
<A NAME="org.apache.xerces.dom.ElementNSImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/ElementNSImpl.html">org.apache.xerces.dom.ElementNSImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
namespaceURI</H3>
<PRE>
java.lang.String <B>namespaceURI</B></PRE>
<DL>
<DD>DOM2: Namespace URI.</DL>
<HR>
<H3>
localName</H3>
<PRE>
java.lang.String <B>localName</B></PRE>
<DL>
<DD>DOM2: localName.</DL>
<P>
<A NAME="org.apache.xerces.dom.EntityImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/EntityImpl.html">org.apache.xerces.dom.EntityImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
java.lang.String <B>name</B></PRE>
<DL>
<DD>Entity name.</DL>
<HR>
<H3>
publicId</H3>
<PRE>
java.lang.String <B>publicId</B></PRE>
<DL>
<DD>Public identifier.</DL>
<HR>
<H3>
systemId</H3>
<PRE>
java.lang.String <B>systemId</B></PRE>
<DL>
<DD>System identifier.</DL>
<HR>
<H3>
encoding</H3>
<PRE>
java.lang.String <B>encoding</B></PRE>
<DL>
<DD>Encoding</DL>
<HR>
<H3>
inputEncoding</H3>
<PRE>
java.lang.String <B>inputEncoding</B></PRE>
<DL>
<DD>Input Encoding</DL>
<HR>
<H3>
version</H3>
<PRE>
java.lang.String <B>version</B></PRE>
<DL>
<DD>Version</DL>
<HR>
<H3>
notationName</H3>
<PRE>
java.lang.String <B>notationName</B></PRE>
<DL>
<DD>Notation name.</DL>
<HR>
<H3>
baseURI</H3>
<PRE>
java.lang.String <B>baseURI</B></PRE>
<DL>
<DD>base uri</DL>
<P>
<A NAME="org.apache.xerces.dom.EntityReferenceImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/EntityReferenceImpl.html">org.apache.xerces.dom.EntityReferenceImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
java.lang.String <B>name</B></PRE>
<DL>
<DD>Name of Entity referenced</DL>
<HR>
<H3>
baseURI</H3>
<PRE>
java.lang.String <B>baseURI</B></PRE>
<DL>
<DD>Base URI</DL>
<P>
<A NAME="org.apache.xerces.dom.NamedNodeMapImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/NamedNodeMapImpl.html">org.apache.xerces.dom.NamedNodeMapImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
flags</H3>
<PRE>
short <B>flags</B></PRE>
<DL>
</DL>
<HR>
<H3>
nodes</H3>
<PRE>
java.util.Vector <B>nodes</B></PRE>
<DL>
<DD>Nodes.</DL>
<HR>
<H3>
ownerNode</H3>
<PRE>
<A HREF="org/apache/xerces/dom/NodeImpl.html">NodeImpl</A> <B>ownerNode</B></PRE>
<DL>
</DL>
<P>
<A NAME="org.apache.xerces.dom.NodeImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/NodeImpl.html">org.apache.xerces.dom.NodeImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(java.io.ObjectOutputStream out)
throws java.io.IOException</PRE>
<DL>
<DD>Serialize object.</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
ownerNode</H3>
<PRE>
<A HREF="org/apache/xerces/dom/NodeImpl.html">NodeImpl</A> <B>ownerNode</B></PRE>
<DL>
</DL>
<HR>
<H3>
flags</H3>
<PRE>
short <B>flags</B></PRE>
<DL>
</DL>
<P>
<A NAME="org.apache.xerces.dom.NotationImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/NotationImpl.html">org.apache.xerces.dom.NotationImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
java.lang.String <B>name</B></PRE>
<DL>
<DD>Notation name.</DL>
<HR>
<H3>
publicId</H3>
<PRE>
java.lang.String <B>publicId</B></PRE>
<DL>
<DD>Public identifier.</DL>
<HR>
<H3>
systemId</H3>
<PRE>
java.lang.String <B>systemId</B></PRE>
<DL>
<DD>System identifier.</DL>
<HR>
<H3>
baseURI</H3>
<PRE>
java.lang.String <B>baseURI</B></PRE>
<DL>
<DD>Base URI</DL>
<P>
<A NAME="org.apache.xerces.dom.ParentNode"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/ParentNode.html">org.apache.xerces.dom.ParentNode</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException</PRE>
<DL>
<DD>Deserialize object.</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(java.io.ObjectOutputStream out)
throws java.io.IOException</PRE>
<DL>
<DD>Serialize object.</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
ownerDocument</H3>
<PRE>
<A HREF="org/apache/xerces/dom/CoreDocumentImpl.html">CoreDocumentImpl</A> <B>ownerDocument</B></PRE>
<DL>
<DD>Owner document.</DL>
<HR>
<H3>
firstChild</H3>
<PRE>
<A HREF="org/apache/xerces/dom/ChildNode.html">ChildNode</A> <B>firstChild</B></PRE>
<DL>
<DD>First child.</DL>
<P>
<A NAME="org.apache.xerces.dom.ProcessingInstructionImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/ProcessingInstructionImpl.html">org.apache.xerces.dom.ProcessingInstructionImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
target</H3>
<PRE>
java.lang.String <B>target</B></PRE>
<DL>
</DL>
<P>
<A NAME="org.apache.xerces.dom.PSVIAttrNSImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/PSVIAttrNSImpl.html">org.apache.xerces.dom.PSVIAttrNSImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException</PRE>
<DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(java.io.ObjectOutputStream out)
throws java.io.IOException</PRE>
<DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
fDeclaration</H3>
<PRE>
org.apache.xerces.xs.XSAttributeDeclaration <B>fDeclaration</B></PRE>
<DL>
<DD>attribute declaration</DL>
<HR>
<H3>
fTypeDecl</H3>
<PRE>
org.apache.xerces.xs.XSTypeDefinition <B>fTypeDecl</B></PRE>
<DL>
<DD>type of attribute, simpleType</DL>
<HR>
<H3>
fSpecified</H3>
<PRE>
boolean <B>fSpecified</B></PRE>
<DL>
<DD>If this attribute was explicitly given a
value in the original document, this is true; otherwise, it is false</DL>
<HR>
<H3>
fNormalizedValue</H3>
<PRE>
java.lang.String <B>fNormalizedValue</B></PRE>
<DL>
<DD>schema normalized value property</DL>
<HR>
<H3>
fActualValue</H3>
<PRE>
java.lang.Object <B>fActualValue</B></PRE>
<DL>
<DD>schema actual value</DL>
<HR>
<H3>
fActualValueType</H3>
<PRE>
short <B>fActualValueType</B></PRE>
<DL>
<DD>schema actual value type</DL>
<HR>
<H3>
fItemValueTypes</H3>
<PRE>
org.apache.xerces.xs.ShortList <B>fItemValueTypes</B></PRE>
<DL>
<DD>actual value types if the value is a list</DL>
<HR>
<H3>
fMemberType</H3>
<PRE>
org.apache.xerces.xs.XSSimpleTypeDefinition <B>fMemberType</B></PRE>
<DL>
<DD>member type definition against which attribute was validated</DL>
<HR>
<H3>
fValidationAttempted</H3>
<PRE>
short <B>fValidationAttempted</B></PRE>
<DL>
<DD>validation attempted: none, partial, full</DL>
<HR>
<H3>
fValidity</H3>
<PRE>
short <B>fValidity</B></PRE>
<DL>
<DD>validity: valid, invalid, unknown</DL>
<HR>
<H3>
fErrorCodes</H3>
<PRE>
org.apache.xerces.xs.StringList <B>fErrorCodes</B></PRE>
<DL>
<DD>error codes</DL>
<HR>
<H3>
fValidationContext</H3>
<PRE>
java.lang.String <B>fValidationContext</B></PRE>
<DL>
<DD>validation context: could be QName or XPath expression</DL>
<P>
<A NAME="org.apache.xerces.dom.PSVIDocumentImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/PSVIDocumentImpl.html">org.apache.xerces.dom.PSVIDocumentImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException</PRE>
<DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(java.io.ObjectOutputStream out)
throws java.io.IOException</PRE>
<DL>
</DL>
<P>
<A NAME="org.apache.xerces.dom.PSVIElementNSImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/PSVIElementNSImpl.html">org.apache.xerces.dom.PSVIElementNSImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialization Methods</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException</PRE>
<DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(java.io.ObjectOutputStream out)
throws java.io.IOException</PRE>
<DL>
</DL>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
fDeclaration</H3>
<PRE>
org.apache.xerces.xs.XSElementDeclaration <B>fDeclaration</B></PRE>
<DL>
<DD>element declaration</DL>
<HR>
<H3>
fTypeDecl</H3>
<PRE>
org.apache.xerces.xs.XSTypeDefinition <B>fTypeDecl</B></PRE>
<DL>
<DD>type of element, could be xsi:type</DL>
<HR>
<H3>
fNil</H3>
<PRE>
boolean <B>fNil</B></PRE>
<DL>
<DD>true if clause 3.2 of Element Locally Valid (Element) (3.3.4)
is satisfied, otherwise false</DL>
<HR>
<H3>
fSpecified</H3>
<PRE>
boolean <B>fSpecified</B></PRE>
<DL>
<DD>false if the element value was provided by the schema; true otherwise.</DL>
<HR>
<H3>
fNormalizedValue</H3>
<PRE>
java.lang.String <B>fNormalizedValue</B></PRE>
<DL>
<DD>schema normalized value property</DL>
<HR>
<H3>
fActualValue</H3>
<PRE>
java.lang.Object <B>fActualValue</B></PRE>
<DL>
<DD>schema actual value</DL>
<HR>
<H3>
fActualValueType</H3>
<PRE>
short <B>fActualValueType</B></PRE>
<DL>
<DD>schema actual value type</DL>
<HR>
<H3>
fItemValueTypes</H3>
<PRE>
org.apache.xerces.xs.ShortList <B>fItemValueTypes</B></PRE>
<DL>
<DD>actual value types if the value is a list</DL>
<HR>
<H3>
fNotation</H3>
<PRE>
org.apache.xerces.xs.XSNotationDeclaration <B>fNotation</B></PRE>
<DL>
<DD>http://www.w3.org/TR/xmlschema-1/#e-notation</DL>
<HR>
<H3>
fMemberType</H3>
<PRE>
org.apache.xerces.xs.XSSimpleTypeDefinition <B>fMemberType</B></PRE>
<DL>
<DD>member type definition against which element was validated</DL>
<HR>
<H3>
fValidationAttempted</H3>
<PRE>
short <B>fValidationAttempted</B></PRE>
<DL>
<DD>validation attempted: none, partial, full</DL>
<HR>
<H3>
fValidity</H3>
<PRE>
short <B>fValidity</B></PRE>
<DL>
<DD>validity: valid, invalid, unknown</DL>
<HR>
<H3>
fErrorCodes</H3>
<PRE>
org.apache.xerces.xs.StringList <B>fErrorCodes</B></PRE>
<DL>
<DD>error codes</DL>
<HR>
<H3>
fValidationContext</H3>
<PRE>
java.lang.String <B>fValidationContext</B></PRE>
<DL>
<DD>validation context: could be QName or XPath expression</DL>
<HR>
<H3>
fSchemaInformation</H3>
<PRE>
org.apache.xerces.xs.XSModel <B>fSchemaInformation</B></PRE>
<DL>
<DD>the schema information property</DL>
<P>
<A NAME="org.apache.xerces.dom.RangeExceptionImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/RangeExceptionImpl.html">org.apache.xerces.dom.RangeExceptionImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.dom.TextImpl"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/dom/TextImpl.html">org.apache.xerces.dom.TextImpl</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.xerces.impl.dv</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.xerces.impl.dv.DatatypeException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/impl/dv/DatatypeException.html">org.apache.xerces.impl.dv.DatatypeException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
key</H3>
<PRE>
java.lang.String <B>key</B></PRE>
<DL>
</DL>
<HR>
<H3>
args</H3>
<PRE>
java.lang.Object[] <B>args</B></PRE>
<DL>
</DL>
<P>
<A NAME="org.apache.xerces.impl.dv.DVFactoryException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/impl/dv/DVFactoryException.html">org.apache.xerces.impl.dv.DVFactoryException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.impl.dv.InvalidDatatypeFacetException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/impl/dv/InvalidDatatypeFacetException.html">org.apache.xerces.impl.dv.InvalidDatatypeFacetException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.xerces.impl.dv.InvalidDatatypeValueException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/impl/dv/InvalidDatatypeValueException.html">org.apache.xerces.impl.dv.InvalidDatatypeValueException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.xerces.impl.dv.xs</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.xerces.impl.dv.xs.SchemaDateTimeException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/impl/dv/xs/SchemaDateTimeException.html">org.apache.xerces.impl.dv.xs.SchemaDateTimeException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.xerces.impl.io</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.xerces.impl.io.MalformedByteSequenceException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/impl/io/MalformedByteSequenceException.html">org.apache.xerces.impl.io.MalformedByteSequenceException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
fFormatter</H3>
<PRE>
<A HREF="org/apache/xerces/util/MessageFormatter.html">MessageFormatter</A> <B>fFormatter</B></PRE>
<DL>
<DD>message formatter</DL>
<HR>
<H3>
fLocale</H3>
<PRE>
java.util.Locale <B>fLocale</B></PRE>
<DL>
<DD>locale for error message</DL>
<HR>
<H3>
fDomain</H3>
<PRE>
java.lang.String <B>fDomain</B></PRE>
<DL>
<DD>error domain</DL>
<HR>
<H3>
fKey</H3>
<PRE>
java.lang.String <B>fKey</B></PRE>
<DL>
<DD>key for the error message</DL>
<HR>
<H3>
fArguments</H3>
<PRE>
java.lang.Object[] <B>fArguments</B></PRE>
<DL>
<DD>replacement arguements for the error message</DL>
<HR>
<H3>
fMessage</H3>
<PRE>
java.lang.String <B>fMessage</B></PRE>
<DL>
<DD>message text for this message, initially null</DL>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.xerces.impl.xpath</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.xerces.impl.xpath.XPathException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/impl/xpath/XPathException.html">org.apache.xerces.impl.xpath.XPathException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
fKey</H3>
<PRE>
java.lang.String <B>fKey</B></PRE>
<DL>
</DL>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.xerces.impl.xpath.regex</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.xerces.impl.xpath.regex.ParseException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/impl/xpath/regex/ParseException.html">org.apache.xerces.impl.xpath.regex.ParseException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
location</H3>
<PRE>
int <B>location</B></PRE>
<DL>
</DL>
<P>
<A NAME="org.apache.xerces.impl.xpath.regex.RegularExpression"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/impl/xpath/regex/RegularExpression.html">org.apache.xerces.impl.xpath.regex.RegularExpression</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
regex</H3>
<PRE>
java.lang.String <B>regex</B></PRE>
<DL>
<DD>A regular expression.<DT><DD> </DL>
<HR>
<H3>
options</H3>
<PRE>
int <B>options</B></PRE>
<DL>
<DT><DD> </DL>
<HR>
<H3>
nofparen</H3>
<PRE>
int <B>nofparen</B></PRE>
<DL>
<DD>The number of parenthesis in the regular expression.<DT><DD> </DL>
<HR>
<H3>
tokentree</H3>
<PRE>
org.apache.xerces.impl.xpath.regex.Token <B>tokentree</B></PRE>
<DL>
<DD>Internal representation of the regular expression.<DT><DD> </DL>
<HR>
<H3>
hasBackReferences</H3>
<PRE>
boolean <B>hasBackReferences</B></PRE>
<DL>
</DL>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.xerces.impl.xs</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.xerces.impl.xs.XMLSchemaException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/impl/xs/XMLSchemaException.html">org.apache.xerces.impl.xs.XMLSchemaException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
key</H3>
<PRE>
java.lang.String <B>key</B></PRE>
<DL>
</DL>
<HR>
<H3>
args</H3>
<PRE>
java.lang.Object[] <B>args</B></PRE>
<DL>
</DL>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.xerces.util</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.xerces.util.URI"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/util/URI.html">org.apache.xerces.util.URI</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TD>
</TR>
</TABLE>
<H3>
m_scheme</H3>
<PRE>
java.lang.String <B>m_scheme</B></PRE>
<DL>
<DD>Stores the scheme (usually the protocol) for this URI.</DL>
<HR>
<H3>
m_userinfo</H3>
<PRE>
java.lang.String <B>m_userinfo</B></PRE>
<DL>
<DD>If specified, stores the userinfo for this URI; otherwise null</DL>
<HR>
<H3>
m_host</H3>
<PRE>
java.lang.String <B>m_host</B></PRE>
<DL>
<DD>If specified, stores the host for this URI; otherwise null</DL>
<HR>
<H3>
m_port</H3>
<PRE>
int <B>m_port</B></PRE>
<DL>
<DD>If specified, stores the port for this URI; otherwise -1</DL>
<HR>
<H3>
m_regAuthority</H3>
<PRE>
java.lang.String <B>m_regAuthority</B></PRE>
<DL>
<DD>If specified, stores the registry based authority for this URI; otherwise -1</DL>
<HR>
<H3>
m_path</H3>
<PRE>
java.lang.String <B>m_path</B></PRE>
<DL>
<DD>If specified, stores the path for this URI; otherwise null</DL>
<HR>
<H3>
m_queryString</H3>
<PRE>
java.lang.String <B>m_queryString</B></PRE>
<DL>
<DD>If specified, stores the query string for this URI; otherwise
null.</DL>
<HR>
<H3>
m_fragment</H3>
<PRE>
java.lang.String <B>m_fragment</B></PRE>
<DL>
<DD>If specified, stores the fragment for this URI; otherwise null</DL>
<P>
<A NAME="org.apache.xerces.util.URI.MalformedURIException"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class <A HREF="org/apache/xerces/util/URI.MalformedURIException.html">org.apache.xerces.util.URI.MalformedURIException</A> implements Serializable</B></FONT></TD>
</TR>
</TABLE>
<P>
<P>
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="serialized-form.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
| Baltasarq/Gia | src/JDom/Xerces-J-bin.2.9.1/docs/javadocs/xerces2/serialized-form.html | HTML | mit | 52,534 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><b><font class=""></font></b></th><td class="zc1">日異月新</td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/2000-2999/2486-33.html | HTML | mit | 571 |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheets/blogtemplate.css">
<title>Garrett's Blog</title>
</head>
<body>
<div id="main">
<div id="blogtitle">Week 2 plan/wireframe for index page</div>
<div id="post">
<!--<h1> </h1>-->
<p>The main problem I am trying to solve with my index site is to make the site as easy to navigate as possible. Since it is basically an archive, I want the user to be able to quickly and efficiently navigate and access the different links in order to view the content of their choosing.</p>
<p>In order to solve this problem, I plan on having a simple outline and flow. At the top of the page I would like to have a navigation area, which links to each unit section on the page. Within those unit sections, I would like to have columns for each week of the unit. Within those columns, links to each project/link necessary. The flow of the website is going to be mostly verticle. After the navigation area, the units will be sectioned vertically. As you view a section, the weeks will flow from left to right within columns. </p>
<p><img src="https://raw.githubusercontent.com/garrettdalton/garrettdalton.github.io/master/unit1_projects/images/Wireframeformyindex.png"></p>
</div>
<!--<div id="Theses">
sidebar
</div> -->
<div id="footer">
-Garrett Dalton <a href="mailto:[email protected]">email me!</a>
</div>
</div>
</body>
</html> | garrettdalton/garrettdalton.github.io | unit1_projects/my_wireframe.html | HTML | mit | 1,510 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>69-23-8.smi.png.html</title>
</head>
<body>ID69-23-8<br/>
<img border="0" src="69-23-8.smi.png" alt="69-23-8.smi.png"></img><br/>
<br/>
<table border="1">
<tr>
<td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr>
<tr>
<td>69-23-8</td><td>2759</td><td>C22H26F3N3OS</td><td>437.5215</td><td>3068</td><td>76862</td><td>23068</td><td>1546</td><td>Fluphenazine</td><td></td><td>69-23-8</td><td>primary</td><td>single chemical compound</td><td></td><td>tested chemical</td><td>C22H26F3N3OS</td><td>437.5215</td><td>defined organic</td><td>parent</td><td>2-(4-{3-[2-(trifluoromethyl)-10H-phenothiazin-10-yl]propyl}piperazin-1-yl)ethanol</td><td>FC(F)(F)c2cc3N(CCCN1CCN(CCO)CC1)c4ccccc4Sc3cc2</td><td>FC(F)(F)c2cc3N(CCCN1CCN(CCO)CC1)c4ccccc4Sc3cc2</td><td>20080429</td></tr>
</table>
<br/><br/><font size="-2">(Page generated on Wed Sep 17 03:54:55 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/>
</body></html> | andrewdefries/ToxCast | Figure3/Tox21_nnm/WorkHere/69-23-8.smi.png.html | HTML | mit | 1,705 |
<!-- Header -->
<div ng-include src="'partials/header2.html'"></div>
<br>
<form class="well span5"role="form">
<div class="row">
<div class="span3">
<label>Full Name</label>
<input ng-model="form.name" type="text" class="span3 form-control" placeholder="Your Full Name">
<label>Email Address</label>
<div class="input-prepend">
<span class="add-on"><i class="icon-envelope"></i></span><input type="text" id="inputIcon" class="span2 form-control" style="width:233px" placeholder="Your email address">
</div>
<label>Street</label>
<input ng-model="form.street" type="text" class="span3 form-control" placeholder="Street name here">
<label>Block</label>
<input ng-model="form.block" type="text" class="span3 form-control" placeholder="Street name here">
<label>Local Area
<select ng-model="form.localArea" ng-options="area.localAreaName for area in localAreas" class="span3 form-control"/>
</label>
</div>
<div class="span5">
<label>Message</label>
<textarea name="message" id="message" class="input-large span5 form-control" rows="5"></textarea>
</div>
<br>
<!--
<button ng-click="addCase()" type="submit" class="btn btn-primary pull-right">Send</button>
-->
<a class="btn btn-primary pull-right" href="#">Send</a></button>
</div>
</form>
<!-- Footer -->
<div ng-include src="'partials/footer.html'"></div>
| SwiftAvenue/my-city | node_app/ui/partials/addCase.html | HTML | mit | 1,470 |
<!DOCTYPE html>
<!--
Minimal Mistakes Jekyll Theme 4.5.1 by Michael Rose
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
--><html lang="en" class="no-js">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<!-- begin SEO -->
<title>IPOP</title>
<meta name="description" content="IP-Over-P2P, Open-source User-centric Software Virtual Network">
<meta name="author" content="">
<meta property="og:locale" content="en">
<meta property="og:site_name" content="IPOP">
<meta property="og:title" content="IPOP">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Person",
"name" : "IPOP",
"url" : null,
"sameAs" : null
}
</script>
<!-- end SEO -->
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="IPOP Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<!--[if lte IE 9]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 3em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
<meta http-equiv="cleartype" content="on">
<!-- start custom head snippets -->
<!-- insert favicons. use http://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<!-- end custom head snippets -->
</head>
<body class="layout--wiki">
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-title" href="/">IPOP</a>
<ul class="visible-links">
<li class="masthead__menu-item"><a href="/about/">About</a></li>
<li class="masthead__menu-item"><a href="/wiki/Quick-Start">Quick Start</a></li>
<li class="masthead__menu-item"><a href="/download">Download</a></li>
<li class="masthead__menu-item"><a href="/learn/">Learn</a></li>
<li class="masthead__menu-item"><a href="/wiki/">Wiki</a></li>
<li class="masthead__menu-item"><a href="/whitepaper/">White Paper</a></li>
<li class="masthead__menu-item"><a href="/contribute/">Contribute</a></li>
<li class="masthead__menu-item"><a href="/contact/">Contact</a></li>
</ul>
<button><div class="navicon"></div></button>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div id="main" role="main">
<article class="page" itemscope itemtype="http://schema.org/CreativeWork">
<div class="page__inner-wrap">
<section class="page__content" itemprop="text">
<aside class="sidebar__right">
<nav class="toc">
<header><h4 class="nav__title">
<i class="fa fa-file-text"></i> On This Page</h4></header>
<ul class="section-nav">
<li class="toc-entry toc-h2"><a href="#introduction">Introduction</a></li>
<li class="toc-entry toc-h2">
<a href="#setting-up-the-network">Setting up the Network</a>
<ul>
<li class="toc-entry toc-h3"><a href="#start-outeripop">Start OuterIPoP</a></li>
<li class="toc-entry toc-h3"><a href="#start-inneripop">Start InnerIPoP</a></li>
</ul>
</li>
</ul>
</nav>
</aside>
<h2 id="introduction">Introduction</h2>
<p>This page details the process of setting up a environment with two IPoP networks, with one of them being tunneled via the other. This approach might be warranted in scenarios where extra layer of security is needed, for example - The outer network can be secured via static IPSec policies. In the following paragraphs we will walk through the set-up but before we do that, let us lay down some terminologies.<br>
<strong>OuterIPoP</strong> - As the name suggests all the traffic of the second IPoP network is tunneled through this network.<br>
<strong>InnerIpoP</strong> - The inner virtual network, switch-mode can be enabled on this one, providing a gateway like environment. <br>
<strong>svpn_port</strong> - This is the port on which tincan listens for UDP messages coming from the controller.<br>
<strong>contr_port</strong> - port on which controller listens for udp messages coming from tincan. <br>
<strong>network_ignore_list</strong> - interfaces which are not considered while establishing p2p connection by IPoP.</p>
<h2 id="setting-up-the-network">Setting up the Network</h2>
<p>It should be borne in mind that the inner and outer networks are two independent identities having separate XMPP relations and IP address range. We are going to setup two instances of IPoP differing only in configuration.</p>
<h3 id="start-outeripop">Start OuterIPoP</h3>
<div class="language-bash highlighter-rouge">
<pre class="highlight"><code> sudo sh -c <span class="s1">'./ipop-tincan tunnel-tap 5800 1> out.log 2> err.log &'</span>
</code></pre>
</div>
<p>The above command sets up a tap interface, with tincan listening on port 5800 and the name of interface being tunnel-tap.</p>
<div class="language-bash highlighter-rouge">
<pre class="highlight"><code>tunnel-tap Link encap:Ethernet HWaddr 42:c0:41:21:31:b3
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 <span class="o">(</span>0.0 B<span class="o">)</span> TX bytes:0 <span class="o">(</span>0.0 B<span class="o">)</span>
</code></pre>
</div>
<p>Next we need to configure the controller, setting up the xmpp credentias, IPv4 address/range , svpn_port, contr_port and network ignore list. The network ignore list should contain the name of the InnerIPoP tap interface, it’s ok to do it even before the InnerIPoP tap interface instantiated. The controller file for gvpn is as shown below-</p>
<div class="language-bash highlighter-rouge">
<pre class="highlight"><code><span class="o">{</span>
<span class="s2">"CFx"</span>: <span class="o">{</span>
<span class="s2">"xmpp_username"</span>: <span class="s2">"[email protected]"</span>,
<span class="s2">"xmpp_password"</span>: <span class="s2">"xxxx"</span>,
<span class="s2">"xmpp_host"</span>: <span class="s2">"xxxx.com"</span>,
<span class="s2">"xmpp_port"</span>: 5222,
<span class="s2">"tincan_logging"</span>: 2,
<span class="s2">"vpn_type"</span>: <span class="s2">"GroupVPN"</span>,
<span class="s2">"ip4_mask"</span>: 16,
<span class="s2">"network_ignore_list"</span>:[<span class="s2">"ipop"</span>, <span class="s2">"lxcbr0"</span><span class="o">]</span>,
<span class="s2">"contr_port"</span>: 5801
<span class="o">}</span>,
<span class="s2">"Logger"</span>: <span class="o">{</span>
<span class="s2">"controller_logging"</span>: <span class="s2">"DEBUG"</span>
<span class="o">}</span>,
<span class="s2">"TincanDispatcher"</span>: <span class="o">{</span>
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"TincanListener"</span> : <span class="o">{</span>
<span class="s2">"socket_read_wait_time"</span>: 15,
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span>, <span class="s2">"TincanDispatcher"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"TincanSender"</span>: <span class="o">{</span>
<span class="s2">"switchmode"</span>: 0,
<span class="s2">"svpn_port"</span>: 5800,
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"BaseTopologyManager"</span>: <span class="o">{</span>
<span class="s2">"ip4"</span>: <span class="s2">"192.168.1.100"</span>,
<span class="s2">"sec"</span>: <span class="nb">true</span>,
<span class="s2">"multihop"</span>: <span class="nb">false</span>,
<span class="s2">"num_successors"</span>: 20,
<span class="s2">"num_chords"</span>: 10,
<span class="s2">"num_on_demand"</span>: 20,
<span class="s2">"num_inbound"</span>: 50,
<span class="s2">"ttl_link_initial"</span>: 60,
<span class="s2">"ttl_link_pulse"</span>: 30,
<span class="s2">"ttl_chord"</span>: 180,
<span class="s2">"ttl_on_demand"</span>: 240,
<span class="s2">"threshold_on_demand"</span>: 128,
<span class="s2">"timer_interval"</span>: 1,
<span class="s2">"interval_management"</span>: 15,
<span class="s2">"use_central_visualizer"</span>: <span class="nb">false</span>,
<span class="s2">"interval_central_visualizer"</span>: 5,
<span class="s2">"num_pings"</span>: 5,
<span class="s2">"interval_ping"</span>: 300,
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"LinkManager"</span>: <span class="o">{</span>
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"StatReport"</span>: <span class="o">{</span>
<span class="s2">"enabled"</span>: <span class="nb">true</span>,
<span class="s2">"stat_server"</span>: <span class="s2">"metrics.ipop-project.org"</span>,
<span class="s2">"stat_server_port"</span>: 8080,
<span class="s2">"timer_interval"</span>: 200,
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"CentralVisualizer"</span>: <span class="o">{</span>
<span class="s2">"enabled"</span>: <span class="nb">false</span>,
<span class="s2">"name"</span>: <span class="s2">""</span>,
<span class="s2">"central_visualizer_addr"</span>: <span class="s2">""</span>,
<span class="s2">"central_visualizer_port"</span>: 51234,
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>
<span class="o">}</span>
</code></pre>
</div>
<p>Next start the controller.</p>
<div class="language-bash highlighter-rouge">
<pre class="highlight"><code>python -m controller.Controller -c config/gvpn-config.json &> ctl.log &
</code></pre>
</div>
<p>Now the outer interface should have the IP and range assigned to it.</p>
<div class="language-bash highlighter-rouge">
<pre class="highlight"><code>tunnel-tap Link encap:Ethernet HWaddr 42:c0:41:21:31:b3
inet addr:192.168.1.100 Bcast:192.168.255.255 Mask:255.255.0.0
inet6 addr: fd50:dbc:41f2:4a3c:25c9:651:c297:fef3/64 Scope:Global
inet6 addr: fe80::40c0:41ff:fe21:31b3/64 Scope:Link
UP BROADCAST RUNNING NOARP MULTICAST MTU:1280 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 <span class="o">(</span>0.0 B<span class="o">)</span> TX bytes:7676 <span class="o">(</span>7.6 KB<span class="o">)</span>
</code></pre>
</div>
<h3 id="start-inneripop">Start InnerIPoP</h3>
<p>Please note OuterIPoP has to be started before InnerIPoP, Start tincan for InnerIPoP</p>
<div class="language-bash highlighter-rouge">
<pre class="highlight"><code>sudo sh -c <span class="s1">'./ipop-tincan ipop 5805 1> out.log 2> err.log &'</span>
</code></pre>
</div>
<p>tap interface name “ipop” is created and tincan listens on UDP port 5805.<br>
Next we are going to start the controller, To force InnerIPoP to use the tap interface set up by OuterIPoP as the only gateway we need to put all other gateway interfaces like eth0 etc in the Network_Ignore_List. Also note that if switch-mode is being used the IPv4 address/range for this interface has to match with that of the bridged network. In this example we are using switchmode in LXC setup.</p>
<p>Note that the lxcbr0 and eth0 interfaces are ignored, and that the address given to the STUN service is simply pointing to a dummy endpoint in the tunnel-tap address space - there does not need to be any STUN server running, this configuration entry is just to ensure that InnerIPOP nodes only advertise endpoints in the tunnel-tap address space to peers. Since these address are not NATed, there is no need for a STUN service.</p>
<p>Below is the configuration file for gvpn. Make sure that svpn_port and contr_port do not conflict with OuterIPoP or any other applications.–</p>
<div class="language-bash highlighter-rouge">
<pre class="highlight"><code><span class="o">{</span>
<span class="s2">"CFx"</span>: <span class="o">{</span>
<span class="s2">"xmpp_username"</span>: <span class="s2">"yyyy@yyyy"</span>,
<span class="s2">"xmpp_password"</span>: <span class="s2">"yyyy"</span>,
<span class="s2">"xmpp_host"</span>: <span class="s2">"yyyy"</span>,
<span class="s2">"xmpp_port"</span>: 5222,
<span class="s2">"tincan_logging"</span>: 2,
<span class="s2">"vpn_type"</span>: <span class="s2">"GroupVPN"</span>,
<span class="s2">"ip4_mask"</span>: 24,
<span class="s2">"network_ignore_list"</span>:[<span class="s2">"eth0"</span>, <span class="s2">"lxcbr0"</span><span class="o">]</span>,
<span class="s2">"contr_port"</span>: 5806
<span class="o">}</span>,
<span class="s2">"Logger"</span>: <span class="o">{</span>
<span class="s2">"controller_logging"</span>: <span class="s2">"DEBUG"</span>
<span class="o">}</span>,
<span class="s2">"TincanDispatcher"</span>: <span class="o">{</span>
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"TincanListener"</span> : <span class="o">{</span>
<span class="s2">"socket_read_wait_time"</span>: 15,
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span>, <span class="s2">"TincanDispatcher"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"TincanSender"</span>: <span class="o">{</span>
<span class="s2">"switchmode"</span>: 1,
<span class="s2">"svpn_port"</span>: 5805,
<span class="s2">"stun"</span>: <span class="o">[</span><span class="s2">"192.168.1.100:19302"</span><span class="o">]</span>,
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"BaseTopologyManager"</span>: <span class="o">{</span>
<span class="s2">"ip4"</span>: <span class="s2">"10.0.3.100"</span>,
<span class="s2">"sec"</span>: <span class="nb">true</span>,
<span class="s2">"multihop"</span>: <span class="nb">false</span>,
<span class="s2">"num_successors"</span>: 20,
<span class="s2">"num_chords"</span>: 10,
<span class="s2">"num_on_demand"</span>: 20,
<span class="s2">"num_inbound"</span>: 50,
<span class="s2">"ttl_link_initial"</span>: 60,
<span class="s2">"ttl_link_pulse"</span>: 30,
<span class="s2">"ttl_chord"</span>: 180,
<span class="s2">"ttl_on_demand"</span>: 240,
<span class="s2">"threshold_on_demand"</span>: 128,
<span class="s2">"timer_interval"</span>: 1,
<span class="s2">"interval_management"</span>: 15,
<span class="s2">"use_central_visualizer"</span>: <span class="nb">false</span>,
<span class="s2">"interval_central_visualizer"</span>: 5,
<span class="s2">"num_pings"</span>: 5,
<span class="s2">"interval_ping"</span>: 300,
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"LinkManager"</span>: <span class="o">{</span>
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"StatReport"</span>: <span class="o">{</span>
<span class="s2">"enabled"</span>: <span class="nb">true</span>,
<span class="s2">"stat_server"</span>: <span class="s2">"metrics.ipop-project.org"</span>,
<span class="s2">"stat_server_port"</span>: 8080,
<span class="s2">"timer_interval"</span>: 200,
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>,
<span class="s2">"CentralVisualizer"</span>: <span class="o">{</span>
<span class="s2">"enabled"</span>: <span class="nb">false</span>,
<span class="s2">"name"</span>: <span class="s2">""</span>,
<span class="s2">"central_visualizer_addr"</span>: <span class="s2">""</span>,
<span class="s2">"central_visualizer_port"</span>: 51234,
<span class="s2">"dependencies"</span>: <span class="o">[</span><span class="s2">"Logger"</span><span class="o">]</span>
<span class="o">}</span>
<span class="o">}</span>
</code></pre>
</div>
<p>Start the controller-</p>
<div class="language-bash highlighter-rouge">
<pre class="highlight"><code>python -m controller.Controller -c config/gvpn-config.json &> ctl.log &
</code></pre>
</div>
<p>Both the interfaces should be up and configured–</p>
<div class="language-bash highlighter-rouge">
<pre class="highlight"><code><span class="gp">sam@sam-T520:~/ipopRecursive/innerIpop$ </span>ifconfig -a
eth0 Link encap:Ethernet HWaddr f0:de:f1:54:d2:2e
inet addr:10.244.19.126 Bcast:10.244.19.255 Mask:255.255.255.0
inet6 addr: fe80::f2de:f1ff:fe54:d22e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:513099 errors:0 dropped:0 overruns:0 frame:0
TX packets:339390 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:490211613 <span class="o">(</span>490.2 MB<span class="o">)</span> TX bytes:55530744 <span class="o">(</span>55.5 MB<span class="o">)</span>
Interrupt:20 Memory:d2600000-d2620000
ipop Link encap:Ethernet HWaddr f2:53:d1:ce:5f:83
inet addr:10.0.3.100 Bcast:10.0.3.255 Mask:255.255.255.0
inet6 addr: fe80::f053:d1ff:fece:5f83/64 Scope:Link
inet6 addr: fd50:dbc:41f2:4a3c:f46d:6281:ae45:f92e/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1280 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 <span class="o">(</span>0.0 B<span class="o">)</span> TX bytes:7801 <span class="o">(</span>7.8 KB<span class="o">)</span>
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:24747 errors:0 dropped:0 overruns:0 frame:0
TX packets:24747 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16871525 <span class="o">(</span>16.8 MB<span class="o">)</span> TX bytes:16871525 <span class="o">(</span>16.8 MB<span class="o">)</span>
lxcbr0 Link encap:Ethernet HWaddr fe:8a:63:90:a8:4e
inet addr:10.0.3.1 Bcast:10.0.3.255 Mask:255.255.255.0
inet6 addr: fe80::d858:87ff:fef6:1b4e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1280 Metric:1
RX packets:54 errors:0 dropped:0 overruns:0 frame:0
TX packets:115 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4572 <span class="o">(</span>4.5 KB<span class="o">)</span> TX bytes:13573 <span class="o">(</span>13.5 KB<span class="o">)</span>
tunnel-tap Link encap:Ethernet HWaddr 42:c0:41:21:31:b3
inet addr:192.168.1.100 Bcast:192.168.255.255 Mask:255.255.0.0
inet6 addr: fd50:dbc:41f2:4a3c:25c9:651:c297:fef3/64 Scope:Global
inet6 addr: fe80::40c0:41ff:fe21:31b3/64 Scope:Link
UP BROADCAST RUNNING NOARP MULTICAST MTU:1280 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 <span class="o">(</span>0.0 B<span class="o">)</span> TX bytes:11048 <span class="o">(</span>11.0 KB<span class="o">)</span>
vethCBS7KX Link encap:Ethernet HWaddr fe:8a:63:90:a8:4e
inet6 addr: fe80::fc8a:63ff:fe90:a84e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:91 errors:0 dropped:0 overruns:0 frame:0
TX packets:155 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10798 <span class="o">(</span>10.7 KB<span class="o">)</span> TX bytes:17187 <span class="o">(</span>17.1 KB<span class="o">)</span>
vmnet1 Link encap:Ethernet HWaddr 00:50:56:c0:00:01
inet addr:172.16.42.1 Bcast:172.16.42.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:73 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 <span class="o">(</span>0.0 B<span class="o">)</span> TX bytes:0 <span class="o">(</span>0.0 B<span class="o">)</span>
vmnet8 Link encap:Ethernet HWaddr 00:50:56:c0:00:08
inet addr:172.16.215.1 Bcast:172.16.215.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:86 errors:0 dropped:0 overruns:0 frame:0
TX packets:76 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 <span class="o">(</span>0.0 B<span class="o">)</span> TX bytes:0 <span class="o">(</span>0.0 B<span class="o">)</span>
wlan0 Link encap:Ethernet HWaddr a0:88:b4:18:a0:b0
inet6 addr: fe80::a288:b4ff:fe18:a0b0/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:61 errors:0 dropped:0 overruns:0 frame:0
TX packets:54 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:31163 <span class="o">(</span>31.1 KB<span class="o">)</span> TX bytes:5568 <span class="o">(</span>5.5 KB<span class="o">)</span>
</code></pre>
</div>
<p>Now attach the bridged interface to InnerIPoP tap interface</p>
<div class="language-bash highlighter-rouge">
<pre class="highlight"><code>sudo brctl addif lxcbr0 ipop
</code></pre>
</div>
<p>Repeat the same procedure , with corresponding IPv4 addresses on the peer machine. If everything worked fine the bridged instances should be able to connect to each other successfully. As pointed out before now you can choose a IPSec framework of your choice to enforce IPSec policies on IPv4 addresses of the OuterIPoP interfaces, static outer IPv4 addresses makes the process of making configurations for IPSec much more convenient and hassle free. To verify if traffic is being encapsulated try to capture the traffic on OuterIPoP interface while sending traffic between the containers/bridged nodes on either sides, you would see something like below–</p>
<div class="language-bash highlighter-rouge">
<pre class="highlight"><code>sudo tcpdump -i tunnel-tap
tcpdump: verbose output suppressed, use -v or -vv <span class="k">for </span>full protocol decode
listening on looptap, link-type EN10MB <span class="o">(</span>Ethernet<span class="o">)</span>, capture size 65535 bytes
15:31:33.873408 IP 192.168.1.101 > 192.168.1.100: ESP<span class="o">(</span><span class="nv">spi</span><span class="o">=</span>0x0d54f597,seq<span class="o">=</span>0x1a3a<span class="o">)</span>, length 156
15:31:33.953127 IP 192.168.1.100 > 192.168.1.101: ESP<span class="o">(</span><span class="nv">spi</span><span class="o">=</span>0x0bc67d72,seq<span class="o">=</span>0x1a44<span class="o">)</span>, length 108
15:31:33.978360 IP 192.168.1.100 > 192.168.1.101: ESP<span class="o">(</span><span class="nv">spi</span><span class="o">=</span>0x0bc67d72,seq<span class="o">=</span>0x1a45<span class="o">)</span>, length 156
15:31:33.978527 IP 192.168.1.101 > 192.168.1.100: ESP<span class="o">(</span><span class="nv">spi</span><span class="o">=</span>0x0d54f597,seq<span class="o">=</span>0x1a3b<span class="o">)</span>, length 108
15:31:34.354032 IP 192.168.1.101 > 192.168.1.100: ESP<span class="o">(</span><span class="nv">spi</span><span class="o">=</span>0x0d54f597,seq<span class="o">=</span>0x1a3c<span class="o">)</span>, length 156
15:31:34.434340 IP 192.168.1.100 > 192.168.1.101: ESP<span class="o">(</span><span class="nv">spi</span><span class="o">=</span>0x0bc67d72,seq<span class="o">=</span>0x1a46<span class="o">)</span>, length 108
15:31:34.459079 IP 192.168.1.100 > 192.168.1.101: ESP<span class="o">(</span><span class="nv">spi</span><span class="o">=</span>0x0bc67d72,seq<span class="o">=</span>0x1a47<span class="o">)</span>, length 156
15:31:34.459236 IP 192.168.1.101 > 192.168.1.100: ESP<span class="o">(</span><span class="nv">spi</span><span class="o">=</span>0x0d54f597,seq<span class="o">=</span>0x1a3d<span class="o">)</span>, length 108
15:31:34.508294 IP 192.168.1.100 > 192.168.1.101: ESP<span class="o">(</span><span class="nv">spi</span><span class="o">=</span>0x0bc67d72,seq<span class="o">=</span>0x1a48<span class="o">)</span>, length 100
15:31:34.508376 IP 192.168.1.101 > 192.168.1.100: ESP<span class="o">(</span><span class="nv">spi</span><span class="o">=</span>0x0d54f597,seq<span class="o">=</span>0x1a3e<span class="o">)</span>, length 100
15:31:34.833661 IP 192.168.1.101 > 192.168.1.100: ESP<span class="o">(</span><span class="nv">spi</span><span class="o">=</span>0x0d54f597,seq<span class="o">=</span>0x1a3f<span class="o">)</span>, length 156
</code></pre>
</div>
<p>Here 192.168.1.101 and 192.168.1.100 are the IPv4 addresses of outer IPoP network.<br>
The page below shows the procedure to configure IPSec using Racoon in recursive IPoP environment.<br>
<a href="https://github.com/ipop-project/ipop-project.github.io/wiki/IPSec-on-IPoP-GVPN">IPSec on IPoP GVPN</a></p>
</section>
</div>
</article>
<div class="sidebar">
<nav class="nav__list">
<div class="wiki-top-links">
<a href="../wiki" class="display-unset">Wiki Home</a> / <a href="../wikipages" class="display-unset">Wiki Pages</a>
</div>
<ul>
<li>
<strong>Deploying IPOP-VPN</strong>
<ul>
<li><a href="Quick-Start">Quick Start</a></li>
<li><a href="Use-IPOP,-Intro">Installation</a></li>
<li>
<table>
<tbody>
<tr>
<td>[[Configuration</td>
<td>Understanding the IPOP Configuration]]</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
<li>
<strong>Development Guide</strong>
<ul>
<li><a href="Development-Workflow">Development Workflow</a></li>
<li><a href="Coding-Guidelines">Coding Guidelines</a></li>
<li><a href="Build-IPOP,-Intro">Building the Code</a></li>
<li><a href="IPOP-Scale-test-Walkthrough">Testing Your Build</a></li>
<li><a href="Controller-Framework">Controller Framework</a></li>
<li><a href="Controller-API">Controller API</a></li>
<li><a href="Build-WebRTC-Libraries,-Intro">Building WebRTC Libraries</a></li>
</ul>
</li>
<li>
<strong>General Documentation</strong>
<ul>
<li><a href="FAQs">FAQs</a></li>
<li><a href="Troubleshooting">Troubleshooting</a></li>
<li><a href="Planning-Your-Network">Planning Your Network</a></li>
<li><a href="Coding-Challenges">Coding Challenges</a></li>
<li><a href="Known-Issues">Known Issues</a></li>
<li><a href="Getting-Help">Getting Help</a></li>
<li><a href="How-to-Contribute">How to Contribute</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<div class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<!-- <div class="page__footer-follow">
<ul class="social-icons">
<li><strong>Follow:</strong></li>
-->
<!-- <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> -->
<!-- </ul>
</div> -->
<div class="page__footer-copyright footer-address">
<div class="float-left">
<img src="/assets/images/uf_small.png" class="padding-bottom-right"><img src="/assets/images/nsf_small.png" class="padding-bottom-right">
</div>
<i class="fa fa-address-card-o" aria-hidden="true"></i>
<a href="http://www.acis.ufl.edu" rel="nofollow" target="_blank">ACIS Lab</a>, P.O. Box 116200, 339 Larsen Hall, Gainesville, FL 32611-6200; 352.392.4964<br>
<a href="http://www.ece.ufl.edu/" rel="nofollow" target="_blank">Department of Electrical & Computer Engineering</a><br>
<a href="http://www.eng.ufl.edu/" rel="nofollow" target="_blank">College of Engineering</a>, <a href="http://www.ufl.edu/" rel="nofollow" target="_blank">University of Florida</a>
</div>
<div class="page__footer-copyright footer-links">
<div>
<a href="/contact">Contact</a> | <a href="/contact/#mailing-list-subscription">Mailing List</a> | <a href="https://ipopvpn.slack.com/">Slack Channel</a> | <a href="/sitemap">Sitemap</a><br>
<div>Powered by <a href="http://jekyllrb.com" rel="nofollow" target="_blank">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow" target="_blank">Minimal Mistakes</a><br>
© 2019 IPOP - <a href="http://www.acis.ufl.edu" rel="nofollow" target="_blank">ACIS Lab</a>
</div>
</div>
</div>
<div class="page__footer-copyright footer-sponsor clear-both">This material is based upon work supported in part by the National Science Foundation under Grants No. 1234983, 1339737 and 1527415.</div>
</footer>
</div>
<script src="/assets/js/main.min.js"></script>
</body>
</html>
| vahid-dan/ipop-project.github.io | _site/wiki/Running-IPoP-in-recursive-mode.html | HTML | mit | 31,783 |
<div class="card__group">
<div class="card__i card__i_user">
<span class="avatar-icon avatar-icon_card ng-scope" ng-if="person.avatarUri" style="background-image: url({{avatarUri}})"></span>
{{#if fullName}}<div class="userName">{{fullName}}</div>{{/if}}
</div>
{{#if userPosition}}<div class="card__i card__i_profile">
<h3 class="h3-card">{{localize 'ELEGANCE.FORM.ACCOUNT.TITLE'}}</h3>
<div class="">{{userPosition}}</div>
</div>{{/if}}<!--
-->{{#if department}}<div class="card__i card__i_profile">
<h3 class="h3-card">{{localize 'ELEGANCE.FORM.ACCOUNT.DEPARTMENT'}}</h3>
<div class="">{{department}}</div>
</div>{{/if}}<!--
-->{{#if email}}<div class="card__i card__i_profile">
<h3 class="h3-card">{{localize 'ELEGANCE.FORM.ACCOUNT.EMAIL'}}</h3>
<div class=""><a href="mailto:{{email}}">{{email}}</a></div>
</div>{{/if}}<!--
-->{{#if phone}}<div class="card__i card__i_profile">
<h3 class="h3-card">{{localize 'ELEGANCE.FORM.ACCOUNT.PHONE'}}</h3>
<div class=""><a href="tel:{{phoneLink}}">{{phoneNumber}}</a></div>
</div>{{/if}}<!--
-->{{#if skype}}<div class="card__i card__i_profile">
<h3 class="h3-card">{{localize 'ELEGANCE.FORM.ACCOUNT.SKYPE'}}</h3>
<div class=""><a href="callto:{{skype}}">{{skype}}</a></div>
</div>{{/if}}
</div>
<div class="card__separator">{{localize 'ELEGANCE.FORM.ACCOUNT.INFO'}}</div>
<div class="card__group">
{{#if userManager}}<div class="card__i">
<h3 class="h3-card">{{localize 'ELEGANCE.FORM.ACCOUNT.MANAGER'}}</h3>
{{userManager}}
</div>{{/if}}
{{#if reportee}}<div class="card__i">
<h3 class="h3-card">{{localize 'ELEGANCE.FORM.ACCOUNT.REPORTS'}}</h3>{{/if}}
{{#each reportee}}<span class="card__list">{{name}}</span>{{/each}}
{{#if reportee}}</div>{{/if}}
{{#if groups}}<div class="card__i">
<h3 class="h3-card">{{localize 'ELEGANCE.FORM.ACCOUNT.MEMBER'}}</h3>{{/if}}
{{#each groups}}<div class="card__list">{{name}}</div>{{/each}}
{{#if groups}}</div>{{/if}}
</div> | ConstYavorskiy/HeractJS | src/HeractJS/Scripts/project/form/templates/account.html | HTML | mit | 2,127 |
<!-- ReplicationPackage -->
<head>
<meta charset="utf-8">
<title>PhD Thesis - Chapter 6: Appendix</title>
<style>
.plus ul {
margin-left: 20;
padding-left: 0;
list-style-type: none;
}
.plus ul li {
position: relative;
margin-left: 1em;
}
.plus ul li:before {
position: absolute;
left: -1em;
content: "+";
}
.download ul {
margin-left: 20;
padding-left: 0;
list-style-type: none;
}
.download ul li {
position: relative;
margin-left: 1em;
}
.download ul li:before {
position: absolute;
left: -1em;
content: "⤓";
}
</style>
</head>
<div id="profile" class="content_2">
<!-- .title -->
<h3 style="display:inline;">PhD Thesis - Chapter 6: A Study of the Considerations for Adopting Caching in CI</h3>
<h3 style="display:inline;"> (Appendix)</h3>
<div class="plus">
<ul>
<li>
<label>Dataset:</label>
<span class="value"></span>
<div class="clear"></div>
<div class=download>
<ul>
<li style="margin-bottom: 7px;margin-top: 5px;">
<label><a style="text-decoration:none" href="appendix/project-level-data.zip">Studied projects (project-level metrics) [65.7 KB]</a></label>
<span class="value"></span>
<div class="clear"></div>
</li>
<li style="margin-bottom: 7px;">
<label><a style="text-decoration:none" href="appendix/build-level-data.zip">Studied builds (build-level metrics) [16.8 MB]</a></label>
<span class="value"></span>
<div class="clear"></div>
</li>
<li style="margin-bottom: 7px;">
<label><a style="text-decoration:none" href="appendix/labeled-cache-changing-commits.zip">Cache-changing commits [45.4 KB]</a></label>
<span class="value"></span>
<div class="clear"></div>
</li>
<li style="margin-bottom: 7px;">
<label><a style="text-decoration:none" href="appendix/travis-ci-caching-issues.zip">Travis CI caching issues [9.66 KB]</a></label>
<span class="value"></span>
<div class="clear"></div>
</li>
</ul>
<div/>
</li>
<!--
<li>
<label>Metrics:</label>
<span class="value"></span>
<div class="clear"></div>
<div class=download>
<ul>
<li>
<label><a style="text-decoration:none" href="Project_Level_Metrics.pdf">Project-level Metrics</a></label>
<span class="value"></span>
<div class="clear"></div>
</li>
</ul>
<div/>
</li>
-->
</ul>
</div>
<!-- End left-wrap -->
<div class="clear"></div>
</div>
<!-- End .ReplicationPackage --> | Taher-Ghaleb/Taher-Ghaleb.github.io | thesis/chapter_6/appendix.html | HTML | mit | 3,636 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>let and const</title>
</head>
<body>
<script>
//const variables cannot be updated, let variables are meant to be updated
const key = 'abc123';
// key = 'abc1234' ~ would return an error
//const stands for constant
let points = 50;
//let points = 60 ~ would cause an error beause points is already declared
//var would let you do this - helps prevent declaring a variable twice
let winner = false;
if(points > 40) {
console.log('it ran');
let winner = true;
console.log(winner); //returns true
}
console.log(winner) //returns false - let is block scoped!
//can still change obj properties with const but can't assign person something else
//"person is me, attributes about me will change"
const person = {
name: 'Wes',
age: 28
}
//not part of es6
//cannot change anything on that variable/obj properties
const wes = Object.freeze(person); //not part of es6
</script>
</body>
</html>
| mraguso2/notes_es6_wb | 01 - New Variables/2 let-const.html | HTML | mit | 1,213 |
<div>
<span>
<button class="btn" ng-click="generate_progression()" ng-disabled="!is_generate_progression_available">Generate New Progression</button>
</span>
<span class="saffron_ui_prefix_label">Tool:</span>
<span class="btn-group" data-toggle="buttons-checkbox">
<button class="btn" ng-model="drawtool" btn-radio="drawtool_options[0]">Draw</button>
<button class="btn" ng-model="drawtool" btn-radio="drawtool_options[1]">Erase</button>
</span>
<span>
<button class="btn" ng-click="generate_game()">Generate New Game</button>
</span>
</div>
<p>Draw on the grid to {{ drawtool.verb }} concepts to stages.</p>
<div style="padding-left: 130px;">
<button ng-class="{true:'btn btn-primary', false:'btn'}[level_lock_button_text(lid) == 'U']" style="{{'width: {0}px;'.format(grid_col_width())}}" ng-repeat="lid in lids()" ng-click="toggle_lock(lid)">
{{ level_lock_button_text(lid) }}
</button>
</div>
<svg progression-editor></svg>
| edbutler/uist2013progression | html/static/partial/planedit.html | HTML | mit | 948 |
<head>
<title>PRIZR</title>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{pathFor route='games.show'}}"><span class="glyphicon glyphicon-gift"></span> Prizr</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="navbar-left">
<ul class="nav navbar-nav">
<li>
<!--login button here-->
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
{{> loginButtons}}
</body> | insanity54/prizr | prizr/public/index.html | HTML | mit | 1,043 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Aurelia</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="kendo.common.core.min.css">
<link rel="stylesheet" href="kendo.default.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body aurelia-app="main">
<script src="scripts/vendor-bundle.js" data-main="aurelia-bootstrapper"></script>
</body>
</html>
| AureliaTools-Deployment/ts-kendo-gitpages | docs/index.html | HTML | mit | 465 |
<!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>멋쟁이사자처럼 자기소개페이지임당^^</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/freelancer.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,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]-->
</head>
<body id="page-top" class="index" background = "http://i.huffpost.com/gen/1664590/images/o-FASHION-facebook.jpg">
<div id="skipnav"><a href="#maincontent">Skip to main content</a></div>
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll", background = "img/back.jpg">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#page-top">자기소개입니당.</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#portfolio">여가</a>
</li>
<li class="page-scroll">
<a href="#about">소개</a>
</li>
<li class="page-scroll">
<a href="#contact">연락해영</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container" id="maincontent" tabindex="-1" background ="img/backbacks.png">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="img/profile.png" alt="">
<div class="intro-text">
<h1 class="name">Mc nani</h1>
<hr class="star-light">
<span class="skills">전남대학교 기계공학부 학생<br>발명특허동아리 Ideas활동ing~</span>
</div>
</div>
</div>
</div>
</header>
<!-- Portfolio Grid Section -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 style="color : white">나란 놈이란..</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal4" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/game.png" class="img-responsive" alt="Game controller">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal5" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/safe.png" class="img-responsive" alt="Safe">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal6" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/submarine.png" class="img-responsive" alt="Submarine">
</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 style="color : yellow">Profile</h2>
<hr class="star-light", style = "color : red">
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p><h3 style="color : black">약력 빼애애앰</h3>
<oi>
<li>출생 : 1996.02.26</li>
<li>롤모델 : 레이 엘런</li>
<li style ="text-transform : uppercase">좌우명 : 인생은 점함수가 아닌 경로함수다.</li>
<li>대학교 : 전남대학교</li>
<li>출생지 : 광주광역시</li>
</oi>
</p>
</div>
<div class="col-lg-4">
<p><h3 style="color : black">버킷리스트</h2>
<oi>
<li>자전거여행 빼애앰</li>
<li>사진전 출품 Yeah~~</li>
<li>세계여행 Go~~</li>
<li>많은사람앞에서 프로젝트 발표</li>
</oi>
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 style="color : white">너와 나의 연결고리 HO!!</h2>
<hr class="star-primary" style ="color : yellow">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
<form name="sentMessage" id="contactForm" novalidate>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label for="name">Name</label>
<input type="text" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label for="email">Email Address</label>
<input type="email" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label for="phone">Phone Number</label>
<input type="tel" class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label for="message">Message</label>
<textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="row">
<div class="form-group col-xs-12">
<button type="submit" class="btn btn-success btn-lg">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>주소</h3>
<p>광주광역시 북구
<br>용봉동의 어딘가</p>
</div>
<div class="footer-col col-md-4">
<h3>관련 웹사이트 링크임당</h3>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/profile.php?id=100005532257691" class="btn-social btn-outline"><span class="sr-only">Facebook</span><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a href="https://www.google.co.kr/maps/@35.177749,126.9055569,15z" class="btn-social btn-outline"><span class="sr-only">Google Maps</span><i class="fa fa-fw fa-google-plus"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h3>뭔 홈페이지냐면</h3>
<p>멋쟁이사자처럼 자기소개사이트 완성입니다^^.</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © Your Website 2016
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>나의 취미</h2>
<hr class="star-primary">
<img src="img/portfolio/cabin.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img src="img/portfolio/cake.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img src="img/portfolio/circus.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img src="img/portfolio/game.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img src="img/portfolio/safe.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img src="img/portfolio/submarine.png" class="img-responsive img-centered" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://startbootstrap.com">Start Bootstrap</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">April 2014</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button id="btnSubmit" type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Theme JavaScript -->
<script src="js/freelancer.min.js"></script>
</body>
</html>
| Startup17/Startup17.github.io | index.html | HTML | mit | 26,023 |
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset="utf-8">
<title>Tag: Site | www.keithwechsler.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="Personal blog of Keith Wechsler, a software engineer located in Ashland, KY...">
<meta property="og:type" content="website">
<meta property="og:title" content="www.keithwechsler.com">
<meta property="og:url" content="http://www.keithwechsler.com/tags/Site/index.html">
<meta property="og:site_name" content="www.keithwechsler.com">
<meta property="og:description" content="Personal blog of Keith Wechsler, a software engineer located in Ashland, KY...">
<meta property="og:locale" content="en">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="www.keithwechsler.com">
<meta name="twitter:description" content="Personal blog of Keith Wechsler, a software engineer located in Ashland, KY...">
<meta name="twitter:creator" content="@uk1fan">
<link rel="publisher" href="KeithWechsler">
<link rel="alternate" type="application/atom+xml" title="www.keithwechsler.com" href="/atom.xml" />
<link rel="stylesheet" href="/libs/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/libs/open-sans/styles.css">
<link rel="stylesheet" href="/libs/source-code-pro/styles.css">
<link rel="stylesheet" href="/css/style.css">
<script src="/libs/jquery/2.1.3/jquery.min.js"></script>
<link rel="stylesheet" href="/libs/lightgallery/css/lightgallery.min.css">
<link rel="stylesheet" href="/libs/justified-gallery/justifiedGallery.min.css">
<script type="text/javascript">
(function(i,s,o,g,r,a,m) {i['GoogleAnalyticsObject']=r;i[r]=i[r]||function() {
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58779438-1', 'auto');
ga('send', 'pageview');
</script>
<meta name="google-site-verification" content="google7a3eefcf79d423b5.html" />
</head>
<body>
<div id="container">
<header id="header">
<div id="header-main" class="header-inner">
<div class="outer">
<a href="/" id="logo">
<i class="logo"></i>
<span class="site-title">www.keithwechsler.com</span>
</a>
<nav id="main-nav">
<a class="main-nav-link" href="/.">Home</a>
<a class="main-nav-link" href="/archives">Archives</a>
<a class="main-nav-link" href="/categories">Categories</a>
<a class="main-nav-link" href="/tags">Tags</a>
<a class="main-nav-link" href="/about">About</a>
</nav>
<nav id="sub-nav">
<div class="profile" id="profile-nav">
<a id="profile-anchor" href="javascript:;">
<img alt="Photo of Keith Wechsler" class="avatar" src="/css/images/KeithWechsler.jpeg" />
<i class="fa fa-caret-down"></i>
</a>
</div>
</nav>
<div id="search-form-wrap">
<form class="search-form">
<input type="text" class="ins-search-input search-form-input" placeholder="Search" />
<button type="submit" class="search-form-submit"></button>
</form>
<div class="ins-search">
<div class="ins-search-mask"></div>
<div class="ins-search-container">
<div class="ins-input-wrapper">
<input type="text" class="ins-search-input" placeholder="Type something..." />
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: 'Posts',
PAGES: 'Pages',
CATEGORIES: 'Categories',
TAGS: 'Tags',
UNTITLED: '(Untitled)',
},
ROOT_URL: '/',
CONTENT_URL: '/content.json',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script src="/js/insight.js"></script>
</div>
</div>
</div>
<div id="main-nav-mobile" class="header-sub header-inner">
<table class="menu outer">
<tr>
<td><a class="main-nav-link" href="/.">Home</a></td>
<td><a class="main-nav-link" href="/archives">Archives</a></td>
<td><a class="main-nav-link" href="/categories">Categories</a></td>
<td><a class="main-nav-link" href="/tags">Tags</a></td>
<td><a class="main-nav-link" href="/about">About</a></td>
<td>
<div class="search-form">
<input type="text" class="ins-search-input search-form-input" placeholder="Search" />
</div>
</td>
</tr>
</table>
</div>
</header>
<div class="outer">
<aside id="profile">
<div class="inner profile-inner">
<div class="base-info profile-block">
<img alt="Photo of Keith Wechsler" id="avatar" src="/css/images/KeithWechsler.jpeg" />
<h2 id="name">Keith Wechsler</h2>
<h3 id="title">Sr. Software Engineer</h3>
<span id="location"><i class="fa fa-map-marker"></i>Ashland, KY USA</span>
<a id="follow" target="_blank" href="https://bitbucket.org/uk1fan/">FOLLOW</a>
</div>
<div class="article-info profile-block">
<div class="article-info-block">
11
<span>posts</span>
</div>
<div class="article-info-block">
5
<span>tags</span>
</div>
</div>
<div class="profile-block social-links">
<table>
<tr>
<td>
<a href="http://github.com/kwechsler" target="_blank" title="github" class=tooltip>
<i class="fa fa-github"></i>
</a>
</td>
<td>
<a href="http://www.twitter.com/uk1fan" target="_blank" title="twitter" class=tooltip>
<i class="fa fa-twitter"></i>
</a>
</td>
<td>
<a href="http://www.facebook.com/keith.wechsler" target="_blank" title="facebook" class=tooltip>
<i class="fa fa-facebook"></i>
</a>
</td>
<td>
<a href="/atom.xml" target="_blank" title="rss" class=tooltip>
<i class="fa fa-rss"></i>
</a>
</td>
</tr>
</table>
</div>
</div>
</aside>
<section id="main">
<div class="timeline timeline-wrap">
<div class="timeline-row timeline-row-major">
<span class="node"><i class="fa fa-tag"></i></span>
<h1 class="title">#Site</h1>
</div>
<div class="timeline-row">
<span class="node"></span>
<div class="content">
<h1 itemprop="name">
<a class="timeline-article-title" href="/2015/11/17/Why-Blog/">Why Blog?</a>
</h1>
<div class="article-meta">
<div class="article-date">
<i class="fa fa-calendar"></i>
<a href="/2015/11/17/Why-Blog/">
<time datetime="2015-11-17T16:07:45.000Z" itemprop="datePublished">2015-11-17</time>
</a>
</div>
<div class="article-category">
<i class="fa fa-folder"></i>
<a class="article-category-link" href="/categories/Internet/">Internet</a>
</div>
<div class="article-tag">
<i class="fa fa-tag"></i>
<a class="tag-link" href="/tags/Site/">Site</a>
</div>
</div>
</div>
</div>
</div>
</section>
<aside id="sidebar">
<div class="widget-wrap">
<h3 class="widget-title">recent</h3>
<div class="widget">
<ul id="recent-post" class="no-thumbnail">
<li>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Utilites/">Utilites</a></p>
<p class="item-title"><a href="/2018/01/08/Raspberry-Pi-Network-Tunnel/" class="title">Raspberry Pi - Network Tunnel</a></p>
<p class="item-date"><time datetime="2018-01-09T00:00:00.000Z" itemprop="datePublished">2018-01-08</time></p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Utilites/">Utilites</a></p>
<p class="item-title"><a href="/2018/01/07/Raspberry-Pi-Access-to-the-Filesystem/" class="title">Raspberry Pi - Access to the Filesystem</a></p>
<p class="item-date"><time datetime="2018-01-07T20:00:00.000Z" itemprop="datePublished">2018-01-07</time></p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Utilites/">Utilites</a></p>
<p class="item-title"><a href="/2018/01/06/Backup-A-Raspberry_Pi/" class="title">Backup a Raspberry Pi</a></p>
<p class="item-date"><time datetime="2018-01-06T15:45:00.000Z" itemprop="datePublished">2018-01-06</time></p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Internet/">Internet</a></p>
<p class="item-title"><a href="/2016/12/08/JavaScript30/" class="title">JavaScript30</a></p>
<p class="item-date"><time datetime="2016-12-09T04:02:06.000Z" itemprop="datePublished">2016-12-08</time></p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Internet/">Internet</a></p>
<p class="item-title"><a href="/2016/12/06/Hosting-a-Static-Site-on-Github/" class="title">Hosting a Static Site on Github</a></p>
<p class="item-date"><time datetime="2016-12-07T04:40:17.000Z" itemprop="datePublished">2016-12-06</time></p>
</div>
</li>
</ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">categories</h3>
<div class="widget">
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/Electronics/">Electronics</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/Internet/">Internet</a><span class="category-list-count">6</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/Office/">Office</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/Utilites/">Utilites</a><span class="category-list-count">3</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">tags</h3>
<div class="widget">
<ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/tags/Gadget/">Gadget</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Raspberry-Pi/">Raspberry Pi</a><span class="tag-list-count">4</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Site/">Site</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Web/">Web</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Web-Development/">Web Development</a><span class="tag-list-count">4</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">tag cloud</h3>
<div class="widget tagcloud">
<a href="/tags/Gadget/" style="font-size: 10px;">Gadget</a> <a href="/tags/Raspberry-Pi/" style="font-size: 20px;">Raspberry Pi</a> <a href="/tags/Site/" style="font-size: 10px;">Site</a> <a href="/tags/Web/" style="font-size: 10px;">Web</a> <a href="/tags/Web-Development/" style="font-size: 20px;">Web Development</a>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">archives</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/01/">January 2018</a><span class="archive-list-count">3</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/12/">December 2016</a><span class="archive-list-count">3</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/03/">March 2016</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/02/">February 2016</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2015/12/">December 2015</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2015/11/">November 2015</a><span class="archive-list-count">1</span></li></ul>
</div>
</div>
<div id="toTop" class="fa fa-angle-up"></div>
</aside>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2018 Keith Wechsler<br>
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="http://github.com/ppoffice">PPOffice</a>
</div>
</div>
</footer>
<script>
var disqus_config = function () {
this.page.identifier = 'undefined';
};
(function() {
var d = document, s = d.createElement('script');
s.src = '//' + 'keithwechsler' + '.disqus.com/count.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<script src="/libs/lightgallery/js/lightgallery.min.js"></script>
<script src="/libs/lightgallery/js/lg-thumbnail.min.js"></script>
<script src="/libs/lightgallery/js/lg-pager.min.js"></script>
<script src="/libs/lightgallery/js/lg-autoplay.min.js"></script>
<script src="/libs/lightgallery/js/lg-fullscreen.min.js"></script>
<script src="/libs/lightgallery/js/lg-zoom.min.js"></script>
<script src="/libs/lightgallery/js/lg-hash.min.js"></script>
<script src="/libs/lightgallery/js/lg-share.min.js"></script>
<script src="/libs/lightgallery/js/lg-video.min.js"></script>
<script src="/libs/justified-gallery/jquery.justifiedGallery.min.js"></script>
<!-- Custom Scripts -->
<script src="/js/main.js"></script>
</div>
</body>
</html> | kwechsler/kwechsler.github.io | tags/Site/index.html | HTML | mit | 17,008 |
<!DOCTYPE HTML><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name='HandheldFriendly' content='True'>
<meta name='MobileOptimized' content='480'>
<meta name='format-detection' content='telephone=no'>
<meta name='viewport' content='initial-scale=1.0,width=device-width, minimum-scale=1.0, maximum-scale=1.0'>
<meta http-equiv='cleartype' content='on'>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="copyright" content="(C) 版权 2005"/>
<meta name="DC.rights.owner" content="(C) 版权 2005"/>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<meta name="DC.Type" content="task"/>
<meta name="DC.Title" content="Changing the theme"/>
<meta name="DC.subject" content="Changing the theme, Customizing a theme"/>
<meta name="keywords" content="Changing the theme, Customizing a theme"/>
<meta name="DC.Relation" scheme="URI" content="../../product_content/personalization/topic_personalization.html"/>
<meta name="DC.Relation" scheme="URI" content="../../index.html"/>
<meta name="DC.Relation" scheme="URI" content="../../product_content/personalization/topic_personalization.html"/>
<meta name="DC.Format" content="XHTML"/>
<meta name="DC.Identifier" content="task_change_theme"/>
<meta name="DC.Language" content="zh-cn"/>
<link rel="stylesheet" type="text/css" href="../../css/commonltr.css"/>
<link rel="stylesheet" type="text/css" href="../../css/my.css"/>
<title>Changing the theme</title>
<link rel="stylesheet" type="text/css" href="css/my.css"/>
<script defer="true" type="text/javascript" src="../../assets/guideCommon.js"/>
<script defer="true" type="text/javascript">
setToRoot();
</script>
</head>
<body>
<table class="dbh-header h-fixed">
<tr>
<td class="back"><a href="../../product_content/personalization/topic_personalization.html" id="backLink" class="tap-act"/></td>
<td class="dbhh-title"><em id="dbhht">Changing the theme</em></td>
</tr>
</table>
<div id="jd-content"><a name="task_change_theme"><!-- --></a>
<div>
<div class="p">Touch <span class="uicontrol"><img src="../../../image/icon/fig_thememanager.png"/></span><span class="uicontrol">Themes</span> to browse through and apply different theme layouts
for your phone.</div>
</div>
<div>
<div class="familylinks">
</div>
</div>
<div class="hrcopyright"><center> <div class="hwcopyright"/></center></div>
</div>
</body>
</html> | kamazee/honor6_cleaner | cust/unicom/cn/media/phoneservice/defaultcontent/02/en-us/product_content/personalization/task_change_theme.html | HTML | mit | 2,531 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>"KLF200-API/GW_SET_UTC_CFM" | klf-200-api</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">klf-200-api</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="_klf200_api_gw_set_utc_cfm_.html">"KLF200-API/GW_SET_UTC_CFM"</a>
</li>
</ul>
<h1>External module "KLF200-API/GW_SET_UTC_CFM"</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Classes</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/_klf200_api_gw_set_utc_cfm_.gw_set_utc_cfm.html" class="tsd-kind-icon">GW_<wbr>SET_<wbr>UTC_<wbr>CFM</a></li>
</ul>
</section>
</div>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class="current tsd-kind-external-module">
<a href="_klf200_api_gw_set_utc_cfm_.html">"KLF200-<wbr>API/GW_<wbr>SET_<wbr>UTC_<wbr>CFM"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/_klf200_api_gw_set_utc_cfm_.gw_set_utc_cfm.html" class="tsd-kind-icon">GW_<wbr>SET_<wbr>UTC_<wbr>CFM</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | MiSchroe/klf-200-api | docs/modules/_klf200_api_gw_set_utc_cfm_.html | HTML | mit | 8,704 |
<HTML><HEAD>
<TITLE>Review for Ice Storm, The (1997)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0119349">Ice Storm, The (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?D.+Scholin">D. Scholin</A></H3><HR WIDTH="40%" SIZE="4">
<P>The Ice Storm is that rare thing among the films disgorged each year
from the United States: it is genuinely well-made. There are many things
to like about it and some things which will leave the seasoned viewer in
awe. Aong them are the razor-sharp photography aware of its own
symbolism; the unpretty psycho-sexual verisimilitude; the beautifully
detailed interiors of houses, conveying a strong nostalgia for a time -
the seventies - when people did not so much lack a sense of style as
'suffer from style to a paralysing extent' (a useful judgement on the
70s I read recently in an art magazine).</P>
<P>The story concerns two neighbouring professional families in the
north-east of the United States, the Hoods and the Carvers. The eldest
son of one family, a beautiful and dreamy, uncertain boy of perhaps
fourteen, is killed at the climax of the film and his death is clearly a
punishment brought upon the adulterous and self-absorbed parents of the
respective houses. The fact that this terrible event is the crux of the
film suggests to me that Ang Lee is less interested in post-sixties
infidelity as a theme (it's been done before, as Kevin Kline would
remember well) than in the idea of the difficulty of socialising
children in an amoral culture. This raises questions in turn about the
possibility of 'growing up' at all in such a culture: bad behaviour
spans the generations easily and makes them hard to tell apart. Parents
in the film are adolescents encased in the ungainly shells of their own
authority. They lumber about suffused with the bitterness of having
missed the main chance romantically, which is the key to their
adolescent optimism regarding the possibilities of delight contained in
sex. </P>
<P>The adults' extramarital foolings-about are not half so poignant as
their inability to give direction or, it seems, comfort to their
children. The boys - and one girl, played by Nina Ricci with her white
face, dark-circled eyes and scarlet, unsatisfied mouth - muddle through
their desires in scenes that are gothic in their uncanniness. This
disturbance comes about by setting human behaviours that are essential
and pre-cultural in the glamorous, soothing domestic interiors of
American modernity and the grey-white starkness of the Connecticut
landscape in late autumn. Whenever the teenagers come together in this
film, it is like discovering the thing that we know must be true but
will not admit is true. Ang Lee seems to be pursuing something akin to
the humourist P J O'Rourke's stipulation that for true horror we need a
clash of homeliness and frank atavism: 'It has to be Mom eating snakes
in the rec room.' The film stirs in its audience the anxiety that the
pan of experience, exotic sets and decor notwithstanding, must be
shallow indeed for these confrontations, upsets and refusals to feel so
familiar, for their acid to cut so deeply. And yet the chief delight of
the film is its delivery to us of privileged access to the players'
mostly grim sexual adventures. No-one in the ensemble, least of all any
of the youths, seems to mind being exposed utterly to us.</P>
<P>The plot evenly divides the time we spend with the parents and the time
we spend with their offspring. We are invited both to laugh drily with
the adults who like one another so little and to quiver with the
adolescents who never seem far from biting one another with the urgency
of erotic need. But the problem, of course, is that moving from one
group to another is like trekking back and forth across the wintry wood
that is shown several times to separate the neighbouring houses. The
idea of a gulf between the generations is best shown when Wendy Hood,
flustered by the entreaties of next-door neighbour Mikey Carver,
collects herself afterward in a gesture of sexual bullying: she entices
Mikey's younger brother, Sandy, who adores her, into a show-and-tell of
genitalia. Sandy agrees, and they crowd together into the gleaming
Carver bathroom. But face to face, it is too much for Sandy who,
hyperventilating with anxiety, suddenly rejects the terms of the game
with a cry of confused horror. We are shown with brutal economy that
neither child is child enough to play such a game without cost. The
moment is not comical; it is ugly in the feeling it generates of
innocence having been trashed for no gain. The Ice Storm is serious
about sex in a way American cinema almost never is, for its moralism
never attempts to fool us with the absurdity of suggesting that we could
succeed in avoiding 'bad' or 'coercive' sex: the suffering and anomie is
built into the driving need. Banished in disgrace by Sigourney Weaver's
halter-necked temptress after her misplaced power-play, Wendy stomps
home. Kevin Kline, in the character of Ben Hood, the genially interested
buffoon that he remains for much of the story, meets her on the stairs
and asks her what she has done today. 'Nothing', she says, as any
teenager might. It, like much of the film, is a beautifully managed
exercise in suspending the audience between two utterly divergent points
of view, showing the cold distances that lie underneath one roof.</P>
<P>The director Ang Lee, if not just the author of the novel that provided
the film's narrative, has a keen sense of the rupture between mind and
body that occurs at puberty. You could say that this rupture is the
moment of being initiated into the ordeal of the civilised West. We have
no external signs for it (or only inauthentic ones), and our parents
seem unable to prepare us for it, but it is a transition one must make
in order to be an adult in the West. Maturity in our culture is a
willingness to make instruments of our bodies, to become comfortable
with a life of 'self-actualisation' and its curious internalisation of
the master-slave relation (a good idea of Baudrillard's, not mine).
There is a finely-photographed metaphor for the rupture in the shot of
Mikey, the dreamy, non-earthed elder son of the Carvers, wobbling at the
end of a diving board slicked in wet ice, testing it for bounce above an
emptied swimming pool in the wind and freezing rain of the ice storm.</P>
<P>Earlier we have seen Mikey and Wendy kiss one another passionately in
this desolate pit, as it fills with dead leaves. Mikey desires her
desperately, the film makes it clear, but he seems also to be suspicious
of bodies and the corruption that goes on inside them, even if it is
only rot at the level of the molecule. Smelling, he reads to his class
from a homework sheet, is really like tasting, in that to smell
something is to 'eat' the molecule that creates the odour. So, he
concludes, think twice about what is happening when you smell another
person's shit . On the night of the storm, Mikey tells Sandy that he is
going out into the freezing air because the cold kills off all smells,
and the air, being free of these molecules, is 'clean'. We know
immediately that this sweet-natured, quietly morbid youth is going to
die. </P>
<P>Many details glint appealingly among the heavy works of the larger
themes in The Ice Storm. For the long familiarity of siblings, there is
Wendy's often absent elder brother, Paul, whose train ride from home to
a friend's place and back frames the story, seeing at once that his
younger sister has nabbed a record from his collection by a tell-tale
scratch that makes the needle jump in a certain place as she plays it.
For the staleness of nuptial bliss, there are the buffeting waves of a
water bed which threaten to toss its occupants on the floor when one
sits on it, in a revenge of creature comforts bought in gayer, sillier
times. For the horror of a dead son that Mikey's mother must confront on
the morning after the storm, there is no confrontation at all: Sigourney
Weaver's long elegant face only emerges from sleep in close-up, to the
hoarse, nightmare-indistinct sound of her husband weeping at the other
end of the house.</P>
<P>Daring ellipsis is one of the marks of a masterly director (think of
the totally elided, because completely predictable, court case of the
young murderer in Kieslowski's A Short Film About Killing), and it is
pleasing when it occurs not only for its economy but because of its
complicty with the audience. Lee is not going to bludgeon us with the
obvious; instead, recurrently in The Ice Storm, there are breath-taking
turns; turn after turn. There is a turn in the playing out of Mikey's
death, but the most haunting of all is at another point altogether, and
its nature I will spare you. It terminates the film in such a
devastating way because of its surprise - not an intrusive or jarring
one, since it only magnifies the point being made, but a sheerly formal
beauty of a turn, like the appearance of the pressed flower in the last
seconds of Kiarostami's Where is My Friend's House - lifting and
breaking the heart. </P>
<P>Why more fuss has not been made over The Ice Storm baffles me. I can
only assume that the American public has been brutalised by Hollywood,
and cannot assimilate the complexity and precision of Lee's work. A
palate scorched daily by jalapeno peppers will not recognise a
translucent burgundy: such tastes will need time and training to
acquire. Until then know only that this film is evidence of just how
fine American cinema could become - if it wanted to.</P>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/10392.html | HTML | mit | 10,616 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>nfix: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.2 / nfix - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
nfix
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-30 03:42:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-30 03:42:16 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/nfix"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Nfix"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: mutual fixpoint functions"
"category: Miscellaneous/Coq Extensions"
]
authors: [
"Stéphane Lescuyer"
]
bug-reports: "https://github.com/coq-contribs/nfix/issues"
dev-repo: "git+https://github.com/coq-contribs/nfix.git"
synopsis: "Nfix: a Coq extension for fixpoints on nested inductives"
description: """
This plugin provides a syntactic extension that allows one to write mutual fixpoints over nested inductives."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/nfix/archive/v8.9.0.tar.gz"
checksum: "md5=91131e1910146b65a1e7035a48d191a1"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-nfix.8.9.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.2).
The following dependencies couldn't be met:
- coq-nfix -> coq < 8.10~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-nfix.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.13.2/nfix/8.9.0.html | HTML | mit | 6,953 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Title here -->
<title>Pricing - MacBeath</title>
<!-- Description, Keywords and Author -->
<meta name="description" content="Your description">
<meta name="keywords" content="Your,Keywords">
<meta name="author" content="ResponsiveWebInc">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styles -->
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Pretty Photo -->
<link href="css/prettyPhoto.css" rel="stylesheet">
<!-- Flex slider -->
<link href="css/flexslider.css" rel="stylesheet">
<!-- Parallax slider -->
<link rel="stylesheet" href="css/slider.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.css">
<!-- Font awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Stylesheet for Color -->
<link href="css/red.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon/favicon.png">
</head>
<body>
<!-- Header starts -->
<header>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-3">
<!-- Logo. Use class "color" to add color to the text. -->
<div class="logo">
<h1><a href="index.html">Mac<span class="color bold">Beath</span></a></h1>
<p class="meta">something goes in meta area</p>
</div>
</div>
<div class="col-md-8 col-sm-9">
<!-- Navigation -->
<div class="navbar bs-docs-nav" role="banner">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Home <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="index.html">Home #1</a></li>
<li><a href="index1.html">Home #2</a></li>
<li><a href="index-rslider.html">Home #3</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Pages <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="404-1.html">404</a></li>
<li><a href="about1.html">About</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="features2.html">Features</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="pricing1.html">Pricing Table</a></li>
<li><a href="process.html">Process</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
</ul>
</li>
<li><a href="service2.html">Service</a></li>
<li><a href="resume.html">Resume</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="blog1.html">Blog</a></li>
<li><a href="blog3.html">Blog Box</a></li>
<li><a href="blog-3col.html">Blog 3 Column</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li><a href="portfolio1.html">Portfolio</a></li>
<li><a href="contactus1.html">Contact</a></li>
</ul>
</nav>
</div>
<!--/ Navigation end -->
</div>
</div>
</div>
</header>
<!-- Seperator -->
<div class="sep"></div>
<!--/ Header ends -->
<!-- Page heading starts -->
<div class="page-head">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Pricing Table #2</h2>
<h4>something goes here</h4>
</div>
</div>
</div>
</div>
<!-- Page Heading ends -->
<!-- Page content starts -->
<div class="content pricing-two">
<div class="container">
<!-- Pricing table -->
<!-- Price details. Note down the class name before you edit. -->
<div class="row">
<div class="col-md-4">
<!-- Pricing table #1. -->
<div class="pricel center">
<div class="phead-top">
<!-- Title -->
<h4>Starter</h4>
</div>
<div class="phead-bottom">
<div class="phead-round">
<p>$8.99 <span>month</span></p>
</div>
</div>
<div class="plist">
<!-- List -->
<ul>
<!-- List with tooltip. -->
<li>1 GB Disk Space <a href="#" rel="tooltip" id="price-tip1" data-placement="top" data-original-title="something"><i class="fa fa-question-sign"></i></a> </li>
<li>10 GB Data Transfer</li>
<li>Single Domain</li>
<li>10 Email Ids</li>
<li>Top Notch Support</li>
<li>Instant Activation</li>
</ul>
</div>
<div class="pbutton button">
<!-- button -->
<a href="#"><i class="fa fa-shopping-cart"></i> Buy Now</a>
</div>
</div>
</div>
<div class="col-md-4">
<!-- Pricing table #2. -->
<div class="pricel center">
<div class="phead-top">
<h4>Basic</h4>
</div>
<div class="phead-bottom">
<div class="phead-round">
<p>$8.99 <span>month</span></p>
</div>
</div>
<div class="plist">
<ul>
<li>1 GB Disk Space</li>
<li>10 GB Data Transfer</li>
<li>Single Domain</li>
<li>10 Email Ids</li>
<li>Top Notch Support</li>
<li>Instant Activation</li>
</ul>
</div>
<div class="pbutton button">
<!-- button -->
<a href="#"><i class="fa fa-shopping-cart"></i> Buy Now</a>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-4">
<!-- Pricing table #3. -->
<div class="pricel center">
<div class="phead-top">
<h4>Enterprice</h4>
</div>
<div class="phead-bottom">
<div class="phead-round">
<p>$8.99 <span>month</span></p>
</div>
</div>
<div class="plist">
<ul>
<li>1 GB Disk Space</li>
<li>10 GB Data Transfer</li>
<li>Single Domain</li>
<li>10 Email Ids</li>
<li>Top Notch Support</li>
<li>Instant Activation</li>
</ul>
</div>
<div class="pbutton button">
<!-- button -->
<a href="#"><i class="fa fa-shopping-cart"></i> Buy Now</a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!-- Page content ends -->
<!-- CTA Starts -->
<div class="container">
<div class="cta">
<div class="row">
<div class="col-md-5 col-sm-5">
<div class="ctas">
<!-- Title and Para -->
<h5>Professional Product Ever Made in Internet</h5>
<p>Sed diam nisi, pulvinar vitae molestie vitae molestie hendreri hendrerit, venenatis eget mauris.</p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="ctas">
<!-- List -->
<ul>
<li>Very Cheap in Market. Check it today.</li>
<li>Professional and Powerful. Don't miss it.</li>
<li>1000% Guanrantee. No Worries. No Probs.</li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="ctas">
<!-- Button -->
<div class="button"><a href="#">Buy it Today for $99</a></div>
<p>limited period offer</p>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Ends -->
<!-- Footer starts -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-4">
<div class="widget">
<h5>Contact</h5>
<hr />
<p>Praesent ultricies enim ac ipsum aliquet . Nullam justo nunc, dignissim at convallis posuere, sodales eu orci. </p>
<hr />
<i class="fa fa-home"></i> 123, Some Area. Los Angeles, CA, 54321.
<hr />
<i class="fa fa-phone"></i> +239-3823-3434
<hr />
<i class="fa fa-envelope-o"></i> <a href="mailto:#">[email protected]</a>
<hr />
<div class="social">
<a href="#"><i class="fa fa-facebook facebook"></i></a>
<a href="#"><i class="fa fa-twitter twitter"></i></a>
<a href="#"><i class="fa fa-linkedin linkedin"></i></a>
<a href="#"><i class="fa fa-google-plus google-plus"></i></a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="widget">
<h5>About Us</h5>
<hr />
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras elementum dolor eget nisi fermentum quis hendrerit magna vestibulum. Curabitur pulvinar ornare vulputate scelerisque scelerisque ut consectetur. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras elementum dolor eget nisi fermentum quis hendrerit magna vestibulum..</p>
</div>
</div>
<div class="col-md-4">
<div class="widget">
<h5>Links Goes Here</h5>
<hr />
<div class="two-col">
<div class="col-left">
<ul>
<li><a href="#">Condimentum</a></li>
<li><a href="#">Etiam at</a></li>
<li><a href="#">Fusce vel</a></li>
<li><a href="#">Vivamus</a></li>
<li><a href="#">Pellentesque</a></li>
<li><a href="#">Vivamus</a></li>
</ul>
</div>
<div class="col-right">
<ul>
<li><a href="#">Condimentum</a></li>
<li><a href="#">Etiam at</a></li>
<li><a href="#">Fusce vel</a></li>
<li><a href="#">Vivamus</a></li>
<li><a href="#">Pellentesque</a></li>
<li><a href="#">Vivamus</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<hr />
<!-- Copyright info -->
<p class="copy">Copyright © 2012 | <a href="#">Your Site</a> - <a href="#">Home</a> | <a href="#">About Us</a> | <a href="#">Service</a> | Designed by <a href="http://responsivewebinc.com/bootstrap-themes">Bootstrap Themes</a></p>
</div>
</div>
<div class="clearfix"></div>
</div>
</footer>
<!-- Footer ends -->
<!-- Scroll to top -->
<span class="totop"><a href="#"><i class="fa fa-chevron-up"></i></a></span>
<!-- Javascript files -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Isotope, Pretty Photo JS -->
<script src="js/jquery.isotope.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<!-- Filter for support page -->
<script src="js/filter.js"></script>
<!-- Flex slider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Parallax Slider -->
<script src="js/jquery.cslider.js"></script>
<!-- Parallax slider extra -->
<script src="js/modernizr.custom.28468.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Respond JS for IE8 -->
<script src="js/respond.min.js"></script>
<!-- HTML5 Support for IE -->
<script src="js/html5shiv.js"></script>
<!-- Custom JS -->
<script src="js/custom.js"></script>
</body>
</html> | vanHeemstraSystems/kick | pre-public/pages/non-commerce/theme/pricing2.html | HTML | mit | 15,659 |
---
layout: default
---
{% if site.data.deck.short_url %}
<style>h2::after{content:"{{ site.data.deck.short_url }}"};</style>
{% endif %}
{% slide header %}
{% include deck-firebase.html %}
{% include deck-header.html %}
{% endslide %}
{{ content }}
{% slide footer %}
{% include deck-footer.html %}
{% endslide %}
<div class="deck-status"><div class="deck-status-current"></div></div>
| razor-x/jekyll-and-deck.js | _layouts/deck.html | HTML | mit | 399 |
---
sort_order: 58
tei_id: rdx_r8t7r.p.idm9057984
annotation_count: 0
images:
small-thumbnail: http://readuxout2in.library.emory.edu/books/emory:r8qzb/pages/emory:r8t7r/mini-thumbnail/
json: http://readuxout2in.library.emory.edu/books/emory:r8qzb/pages/emory:r8t7r/info/
full: http://readuxout2in.library.emory.edu/books/emory:r8qzb/pages/emory:r8t7r/fs/
page: http://readuxout2in.library.emory.edu/books/emory:r8qzb/pages/emory:r8t7r/single-page/
thumbnail: http://readuxout2in.library.emory.edu/books/emory:r8qzb/pages/emory:r8t7r/thumbnail/
title: Page 50
number: 50
permalink: "/pages/50/"
---
<div class="ocr-line" style="left:40.67%;top:7.63%;width:19.71%;height:1.65%;text-align:left;font-size:13.3px" data-vhfontsize="1.65">
<div class="ocr-zone ocrtext" style="width:67.23%;height:100%;left:0%">
<span>{% raw %}CONSOLATION.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:7.89%;height:94.38%;left:76.55%">
<span>{% raw %}C.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:10.42%;height:94.38%;left:89.58%">
<span>{% raw %}M.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:27.93%;top:10.04%;width:45.52%;height:1.12%;text-align:left;font-size:9.06px" data-vhfontsize="1.12">
<div class="ocr-zone ocrtext" style="width:1%;height:33.94%;left:0%">
<span>{% raw %}"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.89%;height:72.48%;left:1.59%">
<span>{% raw %}Hear{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.41%;height:72.48%;left:7.07%">
<span>{% raw %}me,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.44%;height:69.72%;left:11.29%">
<span>{% raw %}O{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.17%;height:94.5%;left:13.42%">
<span>{% raw %}Lord,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.33%;height:75.23%;left:19.34%">
<span>{% raw %}when{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.89%;height:66.97%;left:25.37%">
<span>{% raw %}I{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.14%;height:75.23%;left:26.9%">
<span>{% raw %}cry{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.4%;height:77.98%;left:30.62%">
<span>{% raw %}with{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.14%;height:75.23%;left:35.66%">
<span>{% raw %}my{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.88%;height:77.98%;left:39.39%">
<span>{% raw %}voice:{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.57%;height:72.48%;left:46.18%">
<span>{% raw %}have{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.04%;height:77.98%;left:51.39%">
<span>{% raw %}mercy{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.91%;height:75.23%;left:58.07%">
<span>{% raw %}also{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.84%;height:75.23%;left:62.62%">
<span>{% raw %}upon{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.41%;height:72.48%;left:68.1%">
<span>{% raw %}me,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.58%;height:72.48%;left:72.32%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:7.09%;height:58.72%;left:76.53%">
<span>{% raw %}answer{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:9.66%;height:75.23%;left:84.26%">
<span>{% raw %}me."-Ps.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.92%;height:77.98%;left:94.67%">
<span>{% raw %}27:{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.55%;height:80.73%;left:98.45%">
<span>{% raw %}7.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:10.67%;top:11.43%;width:79.76%;height:1.46%;text-align:left;font-size:11.8px" data-vhfontsize="1.46">
<div class="ocr-zone ocrtext" style="width:3.86%;height:70.42%;left:0%">
<span>{% raw %}ISAAC{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.98%;height:87.32%;left:4.66%">
<span>{% raw %}WATTS,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.11%;height:74.65%;left:10.44%">
<span>{% raw %}1707.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.7%;height:87.32%;left:15.01%">
<span>{% raw %}Key{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.29%;height:70.42%;left:18.38%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.07%;height:68.31%;left:20.32%">
<span>{% raw %}A{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.33%;height:74.65%;left:22.11%">
<span>{% raw %}Minor.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.11%;height:72.54%;left:95.89%">
<span>{% raw %}DEAN.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:13.67%;top:18.51%;width:75.82%;height:1.52%;text-align:left;font-size:12.3px" data-vhfontsize="1.52">
<div class="ocr-zone ocrtext" style="width:0.96%;height:49.32%;left:0%">
<span>{% raw %}1.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.5%;height:73.65%;left:1.84%">
<span>{% raw %}Once{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.63%;height:67.57%;left:5.89%">
<span>{% raw %}more,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.12%;height:67.57%;left:10.13%">
<span>{% raw %}my{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.07%;height:89.86%;left:12.73%">
<span>{% raw %}soul,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.15%;height:73.65%;left:16.31%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.59%;height:73.65%;left:19.01%">
<span>{% raw %}ris{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.5%;height:14.86%;left:21.41%">
<span>{% raw %}-{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.05%;height:89.86%;left:22.73%">
<span>{% raw %}ing{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.41%;height:87.84%;left:26.77%">
<span>{% raw %}day{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.31%;height:75.68%;left:29.73%">
<span>{% raw %}Sa-lutes{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.31%;height:89.86%;left:35.52%">
<span>{% raw %}thy{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.6%;height:89.86%;left:38.29%">
<span>{% raw %}wak-ing{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.23%;height:69.59%;left:45.13%">
<span>{% raw %}eyes;{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.53%;height:77.7%;left:51.44%">
<span>{% raw %}Once{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.63%;height:69.59%;left:56.01%">
<span>{% raw %}more,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.12%;height:69.59%;left:60.72%">
<span>{% raw %}my{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.79%;height:87.84%;left:64.04%">
<span>{% raw %}voice,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.31%;height:87.84%;left:68.35%">
<span>{% raw %}thy{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.31%;height:75.68%;left:71.14%">
<span>{% raw %}trib{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.44%;height:14.86%;left:74.01%">
<span>{% raw %}-{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.02%;height:69.59%;left:75.02%">
<span>{% raw %}ute{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.44%;height:69.59%;left:77.75%">
<span>{% raw %}pay{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.79%;height:75.68%;left:81.27%">
<span>{% raw %}To{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.77%;height:71.62%;left:83.51%">
<span>{% raw %}Him{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.71%;height:73.65%;left:86.77%">
<span>{% raw %}that{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.1%;height:71.62%;left:89.99%">
<span>{% raw %}rules{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.12%;height:71.62%;left:93.61%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.73%;height:73.65%;left:96.27%">
<span>{% raw %}skies.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:13.47%;top:19.9%;width:76.44%;height:1.49%;text-align:left;font-size:12.05px" data-vhfontsize="1.49">
<div class="ocr-zone ocrtext" style="width:1.09%;height:52.41%;left:0%">
<span>{% raw %}2.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.8%;height:91.72%;left:2.02%">
<span>{% raw %}Night{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.4%;height:73.1%;left:6.3%">
<span>{% raw %}un-to{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.47%;height:93.79%;left:10.28%">
<span>{% raw %}night{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.2%;height:75.17%;left:14.29%">
<span>{% raw %}His{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.47%;height:54.48%;left:18.01%">
<span>{% raw %}name{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.22%;height:54.48%;left:22.74%">
<span>{% raw %}re{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.47%;height:13.1%;left:24.47%">
<span>{% raw %}-{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.89%;height:87.59%;left:25.41%">
<span>{% raw %}peats,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.59%;height:75.17%;left:29.92%">
<span>{% raw %}The{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.39%;height:89.66%;left:33.05%">
<span>{% raw %}day{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.1%;height:56.55%;left:35.92%">
<span>{% raw %}re-news{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.1%;height:77.24%;left:41.53%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.35%;height:93.79%;left:44.82%">
<span>{% raw %}sound,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.57%;height:83.45%;left:51.19%">
<span>{% raw %}Wide{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.38%;height:54.48%;left:56.73%">
<span>{% raw %}as{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.1%;height:77.24%;left:60.55%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.48%;height:77.24%;left:63.13%">
<span>{% raw %}heav'n{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.54%;height:52.41%;left:68.18%">
<span>{% raw %}on{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.93%;height:75.17%;left:70.24%">
<span>{% raw %}which{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.81%;height:75.17%;left:74.8%">
<span>{% raw %}He{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.65%;height:89.66%;left:77.35%">
<span>{% raw %}sits,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.77%;height:77.24%;left:80.64%">
<span>{% raw %}To{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.75%;height:71.03%;left:82.93%">
<span>{% raw %}turn{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.1%;height:75.17%;left:86.45%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.49%;height:54.48%;left:89.81%">
<span>{% raw %}sea-sons{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.12%;height:75.17%;left:95.88%">
<span>{% raw %}round.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:13.52%;top:27.87%;width:75.77%;height:1.56%;text-align:left;font-size:12.55px" data-vhfontsize="1.56">
<div class="ocr-zone ocrtext" style="width:1.03%;height:66.23%;left:0%">
<span>{% raw %}3.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.55%;height:72.19%;left:2.01%">
<span>{% raw %}'Tis{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.89%;height:74.17%;left:5.13%">
<span>{% raw %}He{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.1%;height:82.12%;left:7.54%">
<span>{% raw %}sup-ports{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.08%;height:66.23%;left:14.22%">
<span>{% raw %}my{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.55%;height:50.33%;left:18.3%">
<span>{% raw %}mor{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.5%;height:12.58%;left:21.56%">
<span>{% raw %}-{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.69%;height:78.15%;left:22.74%">
<span>{% raw %}tal{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.22%;height:84.11%;left:24.91%">
<span>{% raw %}frame,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.25%;height:90.07%;left:29.79%">
<span>{% raw %}My{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.55%;height:82.12%;left:32.45%">
<span>{% raw %}tongue{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.1%;height:72.19%;left:37.52%">
<span>{% raw %}shall{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.83%;height:86.09%;left:41.21%">
<span>{% raw %}speak{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.25%;height:72.19%;left:45.49%">
<span>{% raw %}His{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.26%;height:90.07%;left:48.12%">
<span>{% raw %}praise;{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.25%;height:90.07%;left:53.06%">
<span>{% raw %}My{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.61%;height:74.17%;left:56.74%">
<span>{% raw %}sins{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.03%;height:74.17%;left:60.39%">
<span>{% raw %}would{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.5%;height:52.32%;left:64.97%">
<span>{% raw %}rouse{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.25%;height:74.17%;left:68.92%">
<span>{% raw %}His{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.89%;height:74.17%;left:71.55%">
<span>{% raw %}wrath{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.26%;height:66.23%;left:75.83%">
<span>{% raw %}to{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.96%;height:84.11%;left:77.61%">
<span>{% raw %}flame,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.71%;height:72.19%;left:82.22%">
<span>{% raw %}And{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.08%;height:82.12%;left:85.44%">
<span>{% raw %}yet{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.25%;height:72.19%;left:87.94%">
<span>{% raw %}His{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.89%;height:72.19%;left:90.61%">
<span>{% raw %}wrath{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.01%;height:88.08%;left:94.99%">
<span>{% raw %}de-lays.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:13.42%;top:29.26%;width:76.19%;height:1.56%;text-align:left;font-size:12.55px" data-vhfontsize="1.56">
<div class="ocr-zone ocrtext" style="width:1.12%;height:66.23%;left:0%">
<span>{% raw %}4.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.17%;height:74.17%;left:2%">
<span>{% raw %}On{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.73%;height:52.32%;left:5.2%">
<span>{% raw %}a{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.86%;height:66.23%;left:7.36%">
<span>{% raw %}poor{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.74%;height:56.29%;left:10.7%">
<span>{% raw %}worm{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.86%;height:88.08%;left:14.89%">
<span>{% raw %}Thy{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.81%;height:90.07%;left:18.1%">
<span>{% raw %}pow'r{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.84%;height:88.08%;left:22.26%">
<span>{% raw %}might{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.99%;height:86.09%;left:26.45%">
<span>{% raw %}tred,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.73%;height:72.19%;left:30.05%">
<span>{% raw %}And{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.37%;height:72.19%;left:33.35%">
<span>{% raw %}I{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.41%;height:72.19%;left:34.3%">
<span>{% raw %}could{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.25%;height:70.2%;left:38.26%">
<span>{% raw %}ne'er{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:7.54%;height:90.07%;left:41.99%">
<span>{% raw %}with-stand;{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.86%;height:88.08%;left:52.04%">
<span>{% raw %}Thy{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.82%;height:90.07%;left:55.35%">
<span>{% raw %}jus-tice{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.87%;height:86.09%;left:60.71%">
<span>{% raw %}might{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.15%;height:70.2%;left:65.07%">
<span>{% raw %}have{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.08%;height:72.19%;left:68.73%">
<span>{% raw %}crushed{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.84%;height:54.3%;left:74.39%">
<span>{% raw %}me{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.41%;height:88.08%;left:76.78%">
<span>{% raw %}dead,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.43%;height:76.16%;left:80.81%">
<span>{% raw %}But{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.36%;height:68.21%;left:83.76%">
<span>{% raw %}mer-cy{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.76%;height:74.17%;left:88.66%">
<span>{% raw %}held{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.91%;height:72.19%;left:91.97%">
<span>{% raw %}Thine{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.61%;height:74.17%;left:96.39%">
<span>{% raw %}hand.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:13.49%;top:37.27%;width:75.77%;height:1.52%;text-align:left;font-size:12.3px" data-vhfontsize="1.52">
<div class="ocr-zone ocrtext" style="width:1.03%;height:71.62%;left:0%">
<span>{% raw %}5.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.03%;height:73.65%;left:2.01%">
<span>{% raw %}A{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.66%;height:77.7%;left:3.49%">
<span>{% raw %}thou-sand{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.53%;height:77.7%;left:10.66%">
<span>{% raw %}wretch-ed{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.3%;height:73.65%;left:17.74%">
<span>{% raw %}souls{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.99%;height:51.35%;left:22.55%">
<span>{% raw %}are{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.28%;height:73.65%;left:26.53%">
<span>{% raw %}fled{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.5%;height:75.68%;left:29.92%">
<span>{% raw %}Since{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.08%;height:75.68%;left:33.9%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.38%;height:75.68%;left:36.53%">
<span>{% raw %}last{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.98%;height:89.86%;left:39.4%">
<span>{% raw %}set-ting{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.78%;height:67.57%;left:45.42%">
<span>{% raw %}sun,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.74%;height:75.68%;left:51.74%">
<span>{% raw %}And{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.08%;height:85.81%;left:56.45%">
<span>{% raw %}yet{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.5%;height:73.65%;left:59.31%">
<span>{% raw %}Thou{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:7.52%;height:89.86%;left:63.36%">
<span>{% raw %}length'nest{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.15%;height:69.59%;left:71.35%">
<span>{% raw %}out{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.08%;height:67.57%;left:73.99%">
<span>{% raw %}my{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.68%;height:89.86%;left:76.56%">
<span>{% raw %}thread,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.71%;height:73.65%;left:81.92%">
<span>{% raw %}And{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.12%;height:83.78%;left:85.15%">
<span>{% raw %}yet{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.08%;height:67.57%;left:87.78%">
<span>{% raw %}my{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.46%;height:69.59%;left:90.41%">
<span>{% raw %}mo-ments{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.58%;height:53.38%;left:97.42%">
<span>{% raw %}run.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:13.42%;top:38.66%;width:75.84%;height:1.52%;text-align:left;font-size:12.3px" data-vhfontsize="1.52">
<div class="ocr-zone ocrtext" style="width:1.16%;height:73.65%;left:0%">
<span>{% raw %}6.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.23%;height:75.68%;left:2.07%">
<span>{% raw %}Dear{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.3%;height:87.84%;left:5.85%">
<span>{% raw %}God,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.59%;height:75.68%;left:9.73%">
<span>{% raw %}let{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.52%;height:73.65%;left:11.8%">
<span>{% raw %}all{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.05%;height:65.54%;left:13.94%">
<span>{% raw %}my{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.76%;height:73.65%;left:17.92%">
<span>{% raw %}hours{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.46%;height:73.65%;left:22.95%">
<span>{% raw %}be{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.32%;height:91.89%;left:24.82%">
<span>{% raw %}Thine,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.61%;height:79.73%;left:29.33%">
<span>{% raw %}Whilst{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.41%;height:73.65%;left:34.52%">
<span>{% raw %}I{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.12%;height:87.84%;left:35.97%">
<span>{% raw %}en-joy{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.08%;height:75.68%;left:41.99%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.5%;height:91.89%;left:45.34%">
<span>{% raw %}light,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.5%;height:73.65%;left:50.9%">
<span>{% raw %}Then{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.1%;height:73.65%;left:55.93%">
<span>{% raw %}shall{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.05%;height:65.54%;left:60.6%">
<span>{% raw %}my{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.31%;height:53.38%;left:64.61%">
<span>{% raw %}sun{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.19%;height:71.62%;left:68.46%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.12%;height:73.65%;left:70.2%">
<span>{% raw %}smiles{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.47%;height:89.86%;left:75.03%">
<span>{% raw %}de-cline,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.71%;height:73.65%;left:81.15%">
<span>{% raw %}And{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.43%;height:89.86%;left:84.44%">
<span>{% raw %}bring{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.73%;height:49.32%;left:88.38%">
<span>{% raw %}a{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6%;height:85.81%;left:89.63%">
<span>{% raw %}pleas-ant{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.86%;height:87.84%;left:96.14%">
<span>{% raw %}night.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:10.72%;top:45.74%;width:81.93%;height:1.49%;text-align:left;font-size:12.05px" data-vhfontsize="1.49">
<div class="ocr-zone ocrtext" style="width:2.45%;height:79.31%;left:0%">
<span>{% raw %}The{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.6%;height:77.24%;left:2.92%">
<span>{% raw %}above{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.54%;height:91.72%;left:7%">
<span>{% raw %}hymn{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.41%;height:54.48%;left:11.05%">
<span>{% raw %}was{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.11%;height:73.1%;left:14%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.9%;height:77.24%;left:15.61%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.78%;height:75.17%;left:18.02%">
<span>{% raw %}old{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.57%;height:89.66%;left:20.52%">
<span>{% raw %}hymn{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.57%;height:75.17%;left:24.62%">
<span>{% raw %}books{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.3%;height:89.66%;left:28.67%">
<span>{% raw %}printed{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.48%;height:75.17%;left:33.45%">
<span>{% raw %}under{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.96%;height:75.17%;left:37.38%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.24%;height:52.41%;left:39.84%">
<span>{% raw %}name{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.17%;height:75.17%;left:43.59%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.74%;height:35.86%;left:45.26%">
<span>{% raw %}"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.18%;height:91.72%;left:46.48%">
<span>{% raw %}Morning{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.33%;height:95.86%;left:52.2%">
<span>{% raw %}Song."{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.89%;height:77.24%;left:58.05%">
<span>{% raw %}It{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.41%;height:52.41%;left:59.35%">
<span>{% raw %}was{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.45%;height:77.24%;left:62.25%">
<span>{% raw %}taken{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.84%;height:73.1%;left:66.17%">
<span>{% raw %}from{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.71%;height:35.86%;left:69.64%">
<span>{% raw %}"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.45%;height:91.72%;left:70.77%">
<span>{% raw %}Hymns{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.14%;height:73.1%;left:75.73%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.18%;height:91.72%;left:78.38%">
<span>{% raw %}Spiritual{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5%;height:95.86%;left:84.19%">
<span>{% raw %}Songs,"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.2%;height:73.1%;left:89.79%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.03%;height:77.24%;left:92.68%">
<span>{% raw %}contains{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.75%;height:75.17%;left:98.25%">
<span>{% raw %}six{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:8.48%;top:47.13%;width:41.33%;height:1.37%;text-align:left;font-size:11.06px" data-vhfontsize="1.37">
<div class="ocr-zone ocrtext" style="width:8.41%;height:59.4%;left:0%">
<span>{% raw %}verses.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.12%;height:86.47%;left:11.4%">
<span>{% raw %}See{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:9.86%;height:81.95%;left:16.53%">
<span>{% raw %}remarks{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.84%;height:84.21%;left:27.39%">
<span>{% raw %}about{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.18%;height:81.95%;left:35.24%">
<span>{% raw %}Mr.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:8.53%;height:100%;left:40.67%">
<span>{% raw %}Watts,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.86%;height:54.89%;left:50.26%">
<span>{% raw %}on{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.63%;height:75.19%;left:54.12%">
<span>{% raw %}page{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.58%;height:75.19%;left:60.64%">
<span>{% raw %}47,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.9%;height:79.7%;left:65.29%">
<span>{% raw %}under{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.88%;height:84.21%;left:73.07%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.33%;height:77.44%;left:77.84%">
<span>{% raw %}tune{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.59%;height:39.1%;left:84.23%">
<span>{% raw %}"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:13.42%;height:81.95%;left:86.58%">
<span>{% raw %}Primrose."{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:10.77%;top:48.49%;width:81.85%;height:1.56%;text-align:left;font-size:12.55px" data-vhfontsize="1.56">
<div class="ocr-zone ocrtext" style="width:2.14%;height:78.15%;left:0%">
<span>{% raw %}We{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.02%;height:54.3%;left:2.65%">
<span>{% raw %}can{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.33%;height:70.2%;left:5.15%">
<span>{% raw %}find{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.73%;height:86.09%;left:8.26%">
<span>{% raw %}nothing{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.45%;height:74.17%;left:13.44%">
<span>{% raw %}about{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.11%;height:76.16%;left:17.37%">
<span>{% raw %}Mr.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.64%;height:86.09%;left:20.17%">
<span>{% raw %}Dean,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.93%;height:72.19%;left:24.37%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.03%;height:72.19%;left:26.78%">
<span>{% raw %}author{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.14%;height:68.21%;left:31.29%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.96%;height:72.19%;left:33.09%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.85%;height:70.2%;left:35.58%">
<span>{% raw %}music.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.95%;height:74.17%;left:40.98%">
<span>{% raw %}It{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.42%;height:50.33%;left:42.38%">
<span>{% raw %}was{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.89%;height:86.09%;left:45.52%">
<span>{% raw %}published{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.14%;height:70.2%;left:51.88%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.74%;height:36.42%;left:53.62%">
<span>{% raw %}"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.59%;height:74.17%;left:54.75%">
<span>{% raw %}Southern{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:7.08%;height:88.08%;left:61.08%">
<span>{% raw %}Harmony,"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.17%;height:72.19%;left:68.67%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3%;height:86.09%;left:70.68%">
<span>{% raw %}1835,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.84%;height:66.23%;left:74.15%">
<span>{% raw %}page{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.81%;height:64.24%;left:77.6%">
<span>{% raw %}17;{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.77%;height:34.44%;left:80.34%">
<span>{% raw %}"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.25%;height:72.19%;left:81.59%">
<span>{% raw %}Missouri{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:7.08%;height:92.05%;left:87.65%">
<span>{% raw %}Harmony,"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.11%;height:72.19%;left:95.3%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.97%;height:86.09%;left:97.03%">
<span>{% raw %}1837,{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:8.5%;top:49.81%;width:49.46%;height:1.52%;text-align:left;font-size:12.3px" data-vhfontsize="1.52">
<div class="ocr-zone ocrtext" style="width:4.76%;height:69.59%;left:0%">
<span>{% raw %}page{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.79%;height:73.65%;left:5.55%">
<span>{% raw %}25,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.65%;height:73.65%;left:9.33%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.92%;height:75.68%;left:13.82%">
<span>{% raw %}books{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.93%;height:73.65%;left:20.57%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.22%;height:75.68%;left:23.29%">
<span>{% raw %}earlier{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.76%;height:75.68%;left:30.3%">
<span>{% raw %}date.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.5%;height:75.68%;left:37.51%">
<span>{% raw %}See{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.23%;height:35.14%;left:41.9%">
<span>{% raw %}"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.67%;height:77.7%;left:43.82%">
<span>{% raw %}Sacred{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:7.18%;height:89.86%;left:51.43%">
<span>{% raw %}Harp,"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.64%;height:89.86%;left:59.5%">
<span>{% raw %}by{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.42%;height:81.76%;left:62.87%">
<span>{% raw %}White{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.65%;height:73.65%;left:70.13%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.66%;height:91.89%;left:74.72%">
<span>{% raw %}King,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.76%;height:71.62%;left:81.38%">
<span>{% raw %}from{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.25%;height:85.81%;left:87.18%">
<span>{% raw %}1844{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.98%;height:71.62%;left:92.17%">
<span>{% raw %}to{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.81%;height:89.86%;left:95.19%">
<span>{% raw %}1869.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:42.77%;top:52.26%;width:15.87%;height:1.77%;text-align:left;font-size:14.3px" data-vhfontsize="1.77">
<div class="ocr-zone ocrtext" style="width:58.83%;height:100%;left:0%">
<span>{% raw %}DISTRESS.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:10.27%;height:89.53%;left:70.56%">
<span>{% raw %}L.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:12.94%;height:86.05%;left:87.06%">
<span>{% raw %}M.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:27.56%;top:54.6%;width:47.34%;height:1.12%;text-align:left;font-size:9.06px" data-vhfontsize="1.12">
<div class="ocr-zone ocrtext" style="width:6.34%;height:75.23%;left:0%">
<span>{% raw %}"Then{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.18%;height:97.25%;left:6.95%">
<span>{% raw %}they{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.6%;height:77.98%;left:11.75%">
<span>{% raw %}cried{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.18%;height:69.72%;left:16.96%">
<span>{% raw %}unto{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.02%;height:72.48%;left:21.76%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.44%;height:86.24%;left:25.39%">
<span>{% raw %}Lord{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.86%;height:75.23%;left:30.4%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.6%;height:80.73%;left:32.87%">
<span>{% raw %}their{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:7.23%;height:94.5%;left:38.03%">
<span>{% raw %}trouble,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.49%;height:75.23%;left:45.94%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.28%;height:75.23%;left:49.99%">
<span>{% raw %}he{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:8.66%;height:77.98%;left:52.84%">
<span>{% raw %}delivered{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.81%;height:72.48%;left:62%">
<span>{% raw %}them{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.97%;height:69.72%;left:67.43%">
<span>{% raw %}out{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.86%;height:77.98%;left:71.01%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.6%;height:80.73%;left:73.43%">
<span>{% raw %}their{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:15.29%;height:77.98%;left:78.54%">
<span>{% raw %}distresses."-Ps.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.18%;height:75.23%;left:94.56%">
<span>{% raw %}107:{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.44%;height:72.48%;left:98.56%">
<span>{% raw %}6.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:10.65%;top:55.69%;width:79.78%;height:1.31%;text-align:left;font-size:10.56px" data-vhfontsize="1.31">
<div class="ocr-zone ocrtext" style="width:3.89%;height:83.46%;left:0%">
<span>{% raw %}ANNE{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.61%;height:88.19%;left:4.63%">
<span>{% raw %}STEELE.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.7%;height:83.46%;left:11.72%">
<span>{% raw %}Key{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.32%;height:81.1%;left:15.13%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.07%;height:88.19%;left:17.16%">
<span>{% raw %}E{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.45%;height:81.1%;left:19%">
<span>{% raw %}Minor.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.89%;height:95.28%;left:85.77%">
<span>{% raw %}Psalmist,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.7%;height:90.55%;left:92.46%">
<span>{% raw %}hymn{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.04%;height:81.1%;left:96.96%">
<span>{% raw %}1088.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:13.97%;top:62.73%;width:75.69%;height:1.52%;text-align:left;font-size:12.3px" data-vhfontsize="1.52">
<div class="ocr-zone ocrtext" style="width:0.97%;height:53.38%;left:0%">
<span>{% raw %}1.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.63%;height:73.65%;left:1.88%">
<span>{% raw %}So{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.4%;height:79.73%;left:3.99%">
<span>{% raw %}fades{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.19%;height:79.73%;left:7.87%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.13%;height:91.89%;left:10.64%">
<span>{% raw %}lovely{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.53%;height:91.89%;left:15.25%">
<span>{% raw %}bloom-ing{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.36%;height:91.89%;left:22.3%">
<span>{% raw %}flow'r,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.54%;height:91.89%;left:27.34%">
<span>{% raw %}Frail,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.48%;height:89.86%;left:31.5%">
<span>{% raw %}smil-ing{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.43%;height:75.68%;left:37.52%">
<span>{% raw %}sol-ace{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.26%;height:71.62%;left:42.43%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.59%;height:51.35%;left:44.18%">
<span>{% raw %}an{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.44%;height:91.89%;left:46.29%">
<span>{% raw %}hour;{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.63%;height:75.68%;left:51.92%">
<span>{% raw %}So{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.04%;height:53.38%;left:54.06%">
<span>{% raw %}soon{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.19%;height:53.38%;left:57.62%">
<span>{% raw %}our{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.44%;height:73.65%;left:60.26%">
<span>{% raw %}tran-sient{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.2%;height:71.62%;left:67.18%">
<span>{% raw %}com-forts{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.22%;height:89.86%;left:74.13%">
<span>{% raw %}fly,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.81%;height:73.65%;left:76.96%">
<span>{% raw %}And{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.94%;height:87.84%;left:80.29%">
<span>{% raw %}pleas-ure{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.54%;height:91.89%;left:86.75%">
<span>{% raw %}on-ly{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.62%;height:73.65%;left:90.8%">
<span>{% raw %}blooms{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.23%;height:69.59%;left:95.94%">
<span>{% raw %}to{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.25%;height:71.62%;left:97.75%">
<span>{% raw %}die.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:15.56%;top:70.77%;width:73.62%;height:1.49%;text-align:left;font-size:12.05px" data-vhfontsize="1.49">
<div class="ocr-zone ocrtext" style="width:1.16%;height:75.17%;left:0%">
<span>{% raw %}2. Is{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.5%;height:77.24%;left:1.63%">
<span>{% raw %}there{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.57%;height:54.48%;left:5.72%">
<span>{% raw %}no{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.53%;height:91.72%;left:7.86%">
<span>{% raw %}kind,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.57%;height:54.48%;left:12.02%">
<span>{% raw %}no{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.5%;height:95.86%;left:14.16%">
<span>{% raw %}heal-ing{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.31%;height:87.59%;left:20.86%">
<span>{% raw %}art,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.81%;height:77.24%;left:23.85%">
<span>{% raw %}To{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.38%;height:77.24%;left:26.25%">
<span>{% raw %}soothe{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.15%;height:77.24%;left:31.13%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.97%;height:89.66%;left:33.84%">
<span>{% raw %}an-guish{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.3%;height:73.1%;left:40.37%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.15%;height:77.24%;left:42.17%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.04%;height:77.24%;left:44.85%">
<span>{% raw %}heart?{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.79%;height:93.79%;left:50.91%">
<span>{% raw %}Spir{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.49%;height:15.17%;left:54.23%">
<span>{% raw %}-{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.96%;height:79.31%;left:55.52%">
<span>{% raw %}it{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.3%;height:75.17%;left:58.46%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.01%;height:71.03%;left:60.29%">
<span>{% raw %}grace,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.54%;height:77.24%;left:64.9%">
<span>{% raw %}be{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.4%;height:54.48%;left:68.49%">
<span>{% raw %}ev-er{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.4%;height:91.72%;left:72.42%">
<span>{% raw %}nigh;{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.92%;height:95.86%;left:76.55%">
<span>{% raw %}Thy{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.87%;height:77.24%;left:79.97%">
<span>{% raw %}comforts{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.04%;height:54.48%;left:86.41%">
<span>{% raw %}are{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.18%;height:73.1%;left:89.05%">
<span>{% raw %}not{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.53%;height:75.17%;left:91.76%">
<span>{% raw %}made{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.26%;height:73.1%;left:95.82%">
<span>{% raw %}to{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.31%;height:73.1%;left:97.69%">
<span>{% raw %}die.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:14.09%;top:77.87%;width:76.27%;height:1.49%;text-align:left;font-size:12.05px" data-vhfontsize="1.49">
<div class="ocr-zone ocrtext" style="width:1.02%;height:68.97%;left:0%">
<span>{% raw %}3.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.23%;height:75.17%;left:1.9%">
<span>{% raw %}Let{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.56%;height:93.79%;left:4.61%">
<span>{% raw %}gen-tle{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.8%;height:91.72%;left:9.71%">
<span>{% raw %}pa-tience{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.41%;height:75.17%;left:16.12%">
<span>{% raw %}smile{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.58%;height:52.41%;left:20.04%">
<span>{% raw %}on{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.25%;height:91.72%;left:22.14%">
<span>{% raw %}pain,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.3%;height:73.1%;left:25.99%">
<span>{% raw %}Till{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.1%;height:93.79%;left:28.74%">
<span>{% raw %}dy-ing{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.12%;height:89.66%;left:33.35%">
<span>{% raw %}hope{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.24%;height:75.17%;left:36.98%">
<span>{% raw %}re-vives{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.49%;height:91.72%;left:42.77%">
<span>{% raw %}a-gain,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.44%;height:89.66%;left:47.87%">
<span>{% raw %}Hope{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.74%;height:89.66%;left:51.83%">
<span>{% raw %}wipes{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.1%;height:75.17%;left:56.08%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.56%;height:68.97%;left:58.66%">
<span>{% raw %}tear{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.05%;height:73.1%;left:61.7%">
<span>{% raw %}from{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.13%;height:75.17%;left:65.33%">
<span>{% raw %}sor-row's{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.63%;height:68.97%;left:72.03%">
<span>{% raw %}eye,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.72%;height:75.17%;left:75.3%">
<span>{% raw %}And{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.05%;height:77.24%;left:78.57%">
<span>{% raw %}faith{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4%;height:89.66%;left:82.2%">
<span>{% raw %}points{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.54%;height:91.72%;left:86.75%">
<span>{% raw %}up-ward{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.22%;height:71.03%;left:92.8%">
<span>{% raw %}to{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.1%;height:75.17%;left:94.53%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.79%;height:89.66%;left:97.21%">
<span>{% raw %}sky.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:10.72%;top:79.6%;width:82%;height:1.49%;text-align:left;font-size:12.05px" data-vhfontsize="1.49">
<div class="ocr-zone ocrtext" style="width:3.2%;height:75.17%;left:0%">
<span>{% raw %}Anne{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.6%;height:77.24%;left:3.71%">
<span>{% raw %}Steele{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.2%;height:58.62%;left:7.85%">
<span>{% raw %}was{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.75%;height:77.24%;left:10.95%">
<span>{% raw %}born{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.1%;height:75.17%;left:14.23%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.56%;height:89.66%;left:16%">
<span>{% raw %}1706{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.23%;height:75.17%;left:19.01%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.47%;height:77.24%;left:21.93%">
<span>{% raw %}died{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.1%;height:75.17%;left:25.15%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.52%;height:93.79%;left:27.03%">
<span>{% raw %}Broughton{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.64%;height:89.66%;left:34.15%">
<span>{% raw %}Hampshire{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.14%;height:73.1%;left:41.3%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.9%;height:83.45%;left:43.06%">
<span>{% raw %}1778.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.81%;height:77.24%;left:47.5%">
<span>{% raw %}This{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.57%;height:91.72%;left:50.79%">
<span>{% raw %}hymn{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.44%;height:56.55%;left:54.86%">
<span>{% raw %}was{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.58%;height:89.66%;left:57.81%">
<span>{% raw %}supposed{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.17%;height:71.03%;left:64.08%">
<span>{% raw %}to{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.93%;height:73.1%;left:65.78%">
<span>{% raw %}have{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.72%;height:75.17%;left:69.21%">
<span>{% raw %}been{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.85%;height:89.66%;left:72.5%">
<span>{% raw %}composed{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.53%;height:93.79%;left:79.13%">
<span>{% raw %}by{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.99%;height:75.17%;left:81.14%">
<span>{% raw %}her{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.1%;height:73.1%;left:83.63%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.9%;height:73.1%;left:85.33%">
<span>{% raw %}1735.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.26%;height:77.24%;left:89.8%">
<span>{% raw %}She{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.41%;height:54.48%;left:92.57%">
<span>{% raw %}was{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.71%;height:52.41%;left:95.49%">
<span>{% raw %}a{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.11%;height:83.45%;left:96.89%">
<span>{% raw %}great{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:8.45%;top:81%;width:84.25%;height:1.46%;text-align:left;font-size:11.8px" data-vhfontsize="1.46">
<div class="ocr-zone ocrtext" style="width:4.72%;height:57.75%;left:0%">
<span>{% raw %}woman.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.2%;height:78.87%;left:6.19%">
<span>{% raw %}Her{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.71%;height:78.87%;left:9.06%">
<span>{% raw %}works{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.13%;height:76.76%;left:13.26%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.33%;height:70.42%;left:15.16%">
<span>{% raw %}many{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:9.42%;height:91.55%;left:19%">
<span>{% raw %}volumes-prose{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.14%;height:78.87%;left:28.92%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:8.21%;height:93.66%;left:31.76%">
<span>{% raw %}hymns-were{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.69%;height:95.77%;left:40.67%">
<span>{% raw %}published{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.05%;height:74.65%;left:47.09%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.47%;height:89.44%;left:49.02%">
<span>{% raw %}1760{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.14%;height:74.65%;left:51.95%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.91%;height:89.44%;left:54.91%">
<span>{% raw %}1780,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.17%;height:76.76%;left:58.25%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.28%;height:91.55%;left:61.15%">
<span>{% raw %}reprinted{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.08%;height:74.65%;left:67.16%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.88%;height:93.66%;left:69.09%">
<span>{% raw %}1863,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.14%;height:76.76%;left:72.49%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.57%;height:76.76%;left:75.13%">
<span>{% raw %}credited{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.13%;height:72.54%;left:80.37%">
<span>{% raw %}to{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.12%;height:76.76%;left:82.08%">
<span>{% raw %}Anne{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.86%;height:78.87%;left:85.9%">
<span>{% raw %}Steele.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:7%;height:85.21%;left:91.26%">
<span>{% raw %}"Distress"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.93%;height:76.76%;left:99.07%">
<span>{% raw %}is{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:8.48%;top:82.39%;width:84.25%;height:1.49%;text-align:left;font-size:12.05px" data-vhfontsize="1.49">
<div class="ocr-zone ocrtext" style="width:4.07%;height:91.72%;left:0%">
<span>{% raw %}rightly{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.24%;height:91.72%;left:4.8%">
<span>{% raw %}named,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.14%;height:75.17%;left:9.86%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.04%;height:91.72%;left:12.7%">
<span>{% raw %}applies{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.16%;height:73.1%;left:17.43%">
<span>{% raw %}to{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.76%;height:77.24%;left:19.36%">
<span>{% raw %}Miss{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.51%;height:79.31%;left:22.85%">
<span>{% raw %}Steele's{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.51%;height:91.72%;left:28.06%">
<span>{% raw %}hymns,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.73%;height:73.1%;left:33%">
<span>{% raw %}for{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.99%;height:77.24%;left:35.37%">
<span>{% raw %}she{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.38%;height:56.55%;left:38.04%">
<span>{% raw %}was{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.66%;height:56.55%;left:41.11%">
<span>{% raw %}a{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3%;height:87.59%;left:42.51%">
<span>{% raw %}great{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.45%;height:77.24%;left:46.21%">
<span>{% raw %}sufferer{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.37%;height:75.17%;left:51.36%">
<span>{% raw %}all{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.93%;height:75.17%;left:53.43%">
<span>{% raw %}her{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.79%;height:75.17%;left:56.03%">
<span>{% raw %}life{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.76%;height:75.17%;left:58.49%">
<span>{% raw %}from{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.65%;height:93.79%;left:61.98%">
<span>{% raw %}bodily{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.74%;height:75.17%;left:66.3%">
<span>{% raw %}illness{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.14%;height:75.17%;left:70.74%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.01%;height:91.72%;left:73.59%">
<span>{% raw %}lasting{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.76%;height:89.66%;left:78.29%">
<span>{% raw %}grief{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.59%;height:54.48%;left:81.73%">
<span>{% raw %}over{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.87%;height:75.17%;left:84.98%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.23%;height:73.1%;left:87.59%">
<span>{% raw %}loss{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.13%;height:75.17%;left:90.52%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.93%;height:79.31%;left:92.32%">
<span>{% raw %}her{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.04%;height:79.31%;left:94.96%">
<span>{% raw %}intended{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:8.45%;top:83.75%;width:81.21%;height:1.49%;text-align:left;font-size:12.05px" data-vhfontsize="1.49">
<div class="ocr-zone ocrtext" style="width:5.72%;height:91.72%;left:0%">
<span>{% raw %}husband,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.62%;height:77.24%;left:6.26%">
<span>{% raw %}who{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.44%;height:54.48%;left:9.43%">
<span>{% raw %}was{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.29%;height:75.17%;left:12.41%">
<span>{% raw %}drowned{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.98%;height:75.17%;left:18.12%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.25%;height:93.79%;left:20.61%">
<span>{% raw %}day{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.76%;height:77.24%;left:23.34%">
<span>{% raw %}before{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.94%;height:75.17%;left:27.58%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.91%;height:89.66%;left:30.06%">
<span>{% raw %}appointed{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.63%;height:91.72%;left:36.45%">
<span>{% raw %}wedding.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.13%;height:79.31%;left:43.61%">
<span>{% raw %}See{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.34%;height:77.24%;left:46.19%">
<span>{% raw %}further{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:6.67%;height:73.1%;left:51.04%">
<span>{% raw %}statements{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.09%;height:73.1%;left:58.22%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.94%;height:75.17%;left:59.82%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.78%;height:35.86%;left:62.31%">
<span>{% raw %}"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.42%;height:91.72%;left:63.51%">
<span>{% raw %}Story{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.18%;height:75.17%;left:67.38%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.49%;height:91.72%;left:69.1%">
<span>{% raw %}Hymns{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.22%;height:75.17%;left:74.13%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.2%;height:89.66%;left:76.87%">
<span>{% raw %}Tunes,"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.55%;height:89.66%;left:82.64%">
<span>{% raw %}by{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.06%;height:77.24%;left:84.7%">
<span>{% raw %}Brown{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.25%;height:77.24%;left:89.3%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:7.93%;height:79.31%;left:92.07%">
<span>{% raw %}Butterworth.{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:10.75%;top:85.14%;width:81.98%;height:1.46%;text-align:left;font-size:11.8px" data-vhfontsize="1.46">
<div class="ocr-zone ocrtext" style="width:1.71%;height:80.99%;left:0%">
<span>{% raw %}No{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.93%;height:74.65%;left:2.19%">
<span>{% raw %}trace{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.02%;height:55.63%;left:5.66%">
<span>{% raw %}can{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.38%;height:78.87%;left:8.46%">
<span>{% raw %}be{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.51%;height:78.87%;left:10.43%">
<span>{% raw %}found{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.2%;height:76.76%;left:14.63%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.96%;height:80.99%;left:16.49%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:4.03%;height:80.99%;left:18.95%">
<span>{% raw %}author{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.2%;height:78.87%;left:23.64%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.93%;height:78.87%;left:25.52%">
<span>{% raw %}the{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.81%;height:78.87%;left:28.2%">
<span>{% raw %}music.{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.95%;height:80.99%;left:33.58%">
<span>{% raw %}It{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.44%;height:55.63%;left:34.95%">
<span>{% raw %}was{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.91%;height:95.77%;left:38.09%">
<span>{% raw %}published{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.44%;height:53.52%;left:44.72%">
<span>{% raw %}on{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.9%;height:72.54%;left:46.85%">
<span>{% raw %}page{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.35%;height:57.75%;left:50.44%">
<span>{% raw %}22{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.17%;height:76.76%;left:52.47%">
<span>{% raw %}of{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:0.77%;height:38.73%;left:54.12%">
<span>{% raw %}"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.55%;height:80.99%;left:55.3%">
<span>{% raw %}Southern{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:7.04%;height:93.66%;left:61.42%">
<span>{% raw %}Harmony,"{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.14%;height:78.87%;left:69.02%">
<span>{% raw %}in{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.93%;height:89.44%;left:70.82%">
<span>{% raw %}1825,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.56%;height:95.77%;left:74.32%">
<span>{% raw %}by{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:5.12%;height:93.66%;left:76.35%">
<span>{% raw %}Walker,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.23%;height:78.87%;left:81.98%">
<span>{% raw %}and{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.44%;height:78.87%;left:84.93%">
<span>{% raw %}its{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.57%;height:93.66%;left:87.09%">
<span>{% raw %}orgin,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:1.44%;height:57.75%;left:91.23%">
<span>{% raw %}no{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:3.87%;height:93.66%;left:93.18%">
<span>{% raw %}doubt,{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:2.47%;height:57.75%;left:97.53%">
<span>{% raw %}was{% endraw %}</span>
</div>
</div>
<div class="ocr-line" style="left:8.5%;top:86.59%;width:11.53%;height:1.18%;text-align:left;font-size:9.56px" data-vhfontsize="1.18">
<div class="ocr-zone ocrtext" style="width:23.43%;height:92.17%;left:0%">
<span>{% raw %}much{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:26.68%;height:97.39%;left:27.25%">
<span>{% raw %}earlier{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:19.97%;height:97.39%;left:57.1%">
<span>{% raw %}than{% endraw %}</span>
</div>
<div class="ocr-zone ocrtext" style="width:19.11%;height:97.39%;left:80.89%">
<span>{% raw %}this.{% endraw %}</span>
</div>
</div>
| jpktest/test6-imagesreadux-deepzoomreadux | _volume_pages/0058.html | HTML | mit | 74,101 |
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(.) styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<link rel="stylesheet" href="styles/demo.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/drunken-parrot.css">
<link rel="stylesheet" href="styles/font-awesome.min.css">
<script src="scripts/extras/xml2json.min.js"></script>
<script src="scripts/extras/xml2json.js"></script>
<!-- endbuild -->
</head>
<body ng-app="crickStuffApp">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<nav class="navbar navbar-inverse" role="navigation">
<ul class="nav navbar-nav navbar-text navbar-right">
<li><a href="#/">Home</a></li>
<li><a href="#/about">About</a></li>
</ul>
</nav>
<div class="masthead">
<div class="container">
<img class="ball" src="images/ball.png">
<div class="masthead-title">LIVE Cricket Scores
</div>
<div class="ball-shadow"></div>
</div>
</div>
<div class="container">
<div ng-view="">
<!-- All the views appear here -->
</div>
<div style='text-align: center;'class="footer">
<hr>
<p>with <span style="color: #c0392b;"class="glyphicon glyphicon-heart"></span> from <a href="http://twitter.com/imcrc">imCrC</a></p>
</div>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXX-X');
ga('send', 'pageview');
</script>
<!-- build:js(.) scripts/oldieshim.js -->
<!--[if lt IE 9]>
<script src="bower_components/es5-shim/es5-shim.js"></script>
<script src="bower_components/json3/lib/json3.js"></script>
<![endif]-->
<!-- endbuild -->
<!-- build:js(.) scripts/vendor.js -->
<!-- bower:js -->
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="bower_components/angular-animate/angular-animate.js"></script>
<script src="bower_components/angular-cookies/angular-cookies.js"></script>
<script src="bower_components/angular-resource/angular-resource.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="bower_components/angular-touch/angular-touch.js"></script>
<!-- endbower -->
<!-- endbuild -->
<!-- build:js({.tmp,app}) scripts/scripts.js -->
<script src="scripts/app.js"></script>
<script src="scripts/controllers/main.js"></script>
<script src="scripts/controllers/about.js"></script>
<!-- endbuild -->
</body>
</html>
| crc442/cric-live | app/index.html | HTML | mit | 3,812 |
this is state 2 | BaconSoap/codeOverwatch | client/templates/state2.tpl.html | HTML | mit | 15 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Using =importxml for live updating sheets - Danen Carlson</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Using =importxml for live updating sheets">
<meta name="twitter:description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="Using =importxml for live updating sheets">
<meta property="og:description" content="">
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon">
<link rel="stylesheet" type="text/css" href="//www.danencarlson.com/themes/uno/assets/css/uno.css?v=1.0.0" />
<link rel="canonical" href="http://www.danencarlson.com/2016/01/14/Using-importxml-for-live-updating-sheets.html" />
<meta property="og:site_name" content="Danen Carlson" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Using =importxml for live updating sheets" />
<meta property="og:description" content="Pull any web element into a Google Sheet. Quite often I&#8217;ll have a spreadsheet that requires a piece of data that is regularly updated on a website (and not accessible though an api). ImportXML allows me to pull..." />
<meta property="og:url" content="http://www.danencarlson.com/2016/01/14/Using-importxml-for-live-updating-sheets.html" />
<meta property="article:published_time" content="2016-01-14T08:00:00.000Z" />
<meta property="article:modified_time" content="2016-05-30T17:16:59.535Z" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Using =importxml for live updating sheets" />
<meta name="twitter:description" content="Pull any web element into a Google Sheet. Quite often I&#8217;ll have a spreadsheet that requires a piece of data that is regularly updated on a website (and not accessible though an api). ImportXML allows me to pull..." />
<meta name="twitter:url" content="http://www.danencarlson.com/2016/01/14/Using-importxml-for-live-updating-sheets.html" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"publisher": "Danen Carlson",
"author": {
"@type": "Person",
"name": "Danen Carlson",
"image": "https://avatars.githubusercontent.com/u/4970765?v=3",
"url": "undefined/author/undefined",
"sameAs": null
},
"headline": "Using =importxml for live updating sheets",
"url": "http://www.danencarlson.com/2016/01/14/Using-importxml-for-live-updating-sheets.html",
"datePublished": "2016-01-14T08:00:00.000Z",
"dateModified": "2016-05-30T17:16:59.535Z",
"description": "Pull any web element into a Google Sheet. Quite often I&#8217;ll have a spreadsheet that requires a piece of data that is regularly updated on a website (and not accessible though an api). ImportXML allows me to pull..."
}
</script>
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="Danen Carlson" href="http://www.danencarlson.com/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="post-template no-js">
<span class="mobile btn-mobile-menu">
<i class="icon icon-list btn-mobile-menu__icon"></i>
<i class="icon icon-x-circle btn-mobile-close__icon hidden"></i>
</span>
<header class="panel-cover panel-cover--collapsed " style="background-image: url(http://partytimeweekend.com.s3.amazonaws.com/images/Cover.jpg)">
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<a href="http://www.danencarlson.com" title="link to homepage for Danen Carlson"><img src="http://partytimeweekend.com.s3.amazonaws.com/images/DC_White.svg" width="80" alt="Danen Carlson logo" class="panel-cover__logo logo" /></a>
<h1 class="panel-cover__title panel-title"><a href="http://www.danencarlson.com" title="link to homepage for Danen Carlson">Danen Carlson</a></h1>
<hr class="panel-cover__divider" />
<p class="panel-cover__description">A place for notes & anything else I'd like to keep handy.
If you are not me and somehow landed here keep in mind these are just notes and not finished articles.</p>
<hr class="panel-cover__divider panel-cover__divider--secondary" />
<div class="navigation-wrapper">
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item"><a href="http://www.danencarlson.com/#blog" title="link to Danen Carlson blog" class="blog-button">Blog</a></li>
</ul>
</nav>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
<!-- Twitter -->
<li class="navigation__item">
<a href="https://facebook.com/danencarlson" title="Facebook account">
<i class='icon icon-social-facebook'></i>
<span class="label">Facebook</span>
</a>
</li>
<!-- Twitter -->
<li class="navigation__item">
<a href="https://twitter.com/danencarlson" title="Twitter account">
<i class='icon icon-social-twitter'></i>
<span class="label">Twitter</span>
</a>
</li>
<!-- Google Plus -->
<li class="navigation__item">
<a href="https://plus.google.com/u/0/+DanenCarlson" title="Google+ account">
<i class='icon icon-social-google-plus'></i>
<span class="label">Google-plus</span>
</a>
</li>
<!-- Github -->
<li class="navigation__item">
<a href="https://github.com/danen-carlson" title="Github account">
<i class='icon icon-social-github'></i>
<span class="label">Github</span>
</a>
</li>
</li>
<!-- LinkedIn -->
<li class="navigation__item">
<a href="http://resume.danencarlson.com" title="LinkedIn account">
<i class='icon icon-social-linkedin'></i>
<span class="label">LinkedIn</span>
</a>
</li>
<!-- Email -->
<li class="navigation__item">
<a href="mailto:[email protected]" title="Email [email protected]">
<i class='icon icon-mail'></i>
<span class="label">Email</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="panel-cover--overlay"></div>
</div>
</header>
<div class="content-wrapper">
<div class="content-wrapper__inner">
<article class="post-container post-container--single">
<header class="post-header">
<div class="post-meta">
<time datetime="14 Jan 2016" class="post-meta__date date">14 Jan 2016</time> • <span class="post-meta__tags tags"></span>
<span class="post-meta__author author"><img src="https://avatars.githubusercontent.com/u/4970765?v=3" alt="profile image for Danen Carlson" class="avatar post-meta__avatar" /> by Danen Carlson</span>
</div>
<h1 class="post-title">Using =importxml for live updating sheets</h1>
</header>
<section class="post">
<div class="sect2">
<h3 id="_pull_any_web_element_into_a_google_sheet">Pull any web element into a Google Sheet.</h3>
<div class="paragraph">
<p>Quite often I’ll have a spreadsheet that requires a piece of data that is regularly updated on a website (and not accessible though an api). ImportXML allows me to pull <em>just about</em> any element or array of elements onto a sheet to be operated on. Great for creating simple, low maintenence dashboards. To share a dashboard without sharing the sheet just publish a table and/or charts to a visible web page (be sure to add app scripts trigger to keep data fresh).</p>
</div>
<div class="sect3">
<h4 id="_search_results">Search results:</h4>
<div class="paragraph">
<p>XXXX Move Here</p>
</div>
</div>
<div class="sect3">
<h4 id="_single_element">Single element:</h4>
<div class="paragraph">
<p>XXXX Move Here
XML/JSON & XPATH</p>
</div>
</div>
<div class="sect3">
<h4 id="_commonly_used_queries">Commonly used queries</h4>
<div class="paragraph">
<p>Concat vs direct<br>
Xml guide<br>
Comb through notes.<br>
Add links to xmlpath chrome extensions.</p>
</div>
</div>
<div class="sect3">
<h4 id="_a_basic_web_scraper">A basic web scraper</h4>
<div class="paragraph">
<p>Even though I’m capable with more advanced tools to capture(scrape) web data I still use importxml and sheets 90% of the time since it is so easy and is captured in sheets which allows it to be manipulated immediatly.</p>
</div>
</div>
</div>
</section>
</article>
<section class="post-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'danen'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>
<footer class="footer">
<span class="footer__copyright">© 2016. All rights reserved.</span>
<span class="footer__copyright"><a href="http://uno.daleanthony.com" title="link to page for Uno Ghost theme">Uno theme</a> by <a href="http://daleanthony.com" title="link to website for Dale-Anthony">Dale-Anthony</a></span>
<span class="footer__copyright">Proudly published with <a href="http://hubpress.io" title="link to Hubpress website">Hubpress</a></span>
</footer>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript" src="//www.danencarlson.com/themes/uno/assets/js/main.js?v=1.0.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72360614-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
| danen-carlson/blog | 2016/01/14/Using-importxml-for-live-updating-sheets.html | HTML | mit | 12,869 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ECNU-CLUB</title>
<link rel="stylesheet" href="myemail.css"><!--连接myemail.css-->
<script async type="application/dart" src="myemail.dart"></script><!--连接myemail.dart-->
<script async src="packages/browser/dart.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/demo.css">
<link rel="stylesheet" href="css/fakeloader.css"><!--缓冲效果-->
<script src="js/jquery.min.js"></script>
<script src="js/fakeloader.min.js"></script>
<script async type="application/dart" src="file.dart"></script>
<script>
$(document).ready(function(){
$(".fakeloader").fakeLoader({
timeToHide:1200,
bgColor:"#01bee8",
spinner:"spinner2"
});
});
</script><!--缓冲效果-->
</head>
<style>
body,td,th {
font-family: cursive;
font-size: 14px;
color: #ffffff;
font-weight: bold;
background-repeat:no-repeat;
background-image: url(picture/myemail.jpg);
}
</style>
<body>
<div class="fakeloader"></div>
<div id="container">
<div id="myemail">
<div id="title"> </div>
</div>
<form >
<p id="text">社团: <div id="club_name"></div></p>
<p id="text1">封数:<div id="theme"></div></p>
<div id="contain"></div></p><!--显示邮件内容-->
</form>
<input id="button1" type="image" src="picture/button1.png" ><!--上一页按钮.css-->
<input id="button" type="image" src="picture/button.png" ><!--下一页按钮.css-->
</div>
</body>
</html> | ECNU-DEIT-2013/project_6 | web/myemail.html | HTML | mit | 1,948 |
<!DOCTYPE html>
<head>
<title>Tri-Hawk-ulate</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-startup-image" href="./images/hawk-scream-loading.png">
<link rel="apple-touch-icon" sizes="76x76" href="./images/hawk-shortcut.png">
<link rel="apple-touch-icon" sizes="120x120" href="./images/hawk-shortcut.png">
<link rel="apple-touch-icon" sizes="152x152" href="./images/hawk-shortcut.png">
<link rel="apple-touch-icon-precomposed" href="./images/hawk-shortcut.png">
<link rel="shortcut icon" href="./images/hawk-shortcut.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./libs/snapjs/snap.css">
<link rel="stylesheet" type="text/css" href="./style/design.css">
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=geometry"></script>
</head>
<body>
<script type="text/javascript" src="./libs/snapjs/snap.min.js"></script>
<script type="text/javascript" src="./bundle.min.js?0903"></script>
</body> | theoperatore/triangulate | index.html | HTML | mit | 1,173 |
<div class="commune_descr limited">
<p>
Saint-Jean-de-la-Haize est
un village
géographiquement positionné dans le département de Manche en Basse-Normandie. On dénombrait 476 habitants en 2008.</p>
<p>La commune compte quelques équipements sportifs, elle dispose, entre autres, de un terrain de tennis et un terrain de sport.</p>
<p>Si vous envisagez de demenager à Saint-Jean-de-la-Haize, vous pourrez aisément trouver une maison à acheter. </p>
<p>À coté de Saint-Jean-de-la-Haize sont situées les villes de
<a href="{{VLROOT}}/immobilier/val-saint-pere_50616/">Le Val-Saint-Père</a> située à 4 km, 1 812 habitants,
<a href="{{VLROOT}}/immobilier/vains_50612/">Vains</a> localisée à 4 km, 758 habitants,
<a href="{{VLROOT}}/immobilier/avranches_50025/">Avranches</a> à 1 km, 8 239 habitants,
<a href="{{VLROOT}}/immobilier/saint-martin-des-champs_50516/">Saint-Martin-des-Champs</a> localisée à 3 km, 2 179 habitants,
<a href="{{VLROOT}}/immobilier/marcey-les-greves_50288/">Marcey-les-Grèves</a> située à 1 km, 1 200 habitants,
<a href="{{VLROOT}}/immobilier/saint-brice_50451/">Saint-Brice</a> à 3 km, 123 habitants,
entre autres. De plus, Saint-Jean-de-la-Haize est située à seulement 23 km de <a href="{{VLROOT}}/immobilier/granville_50218/">Granville</a>.</p>
<p>Le nombre de logements, à Saint-Jean-de-la-Haize, se décomposait en 2011 en six appartements et 239 maisons soit
un marché relativement équilibré.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/50489.html | HTML | mit | 1,536 |
<div class="commune_descr limited">
<p>
L'Écouvotte est
un village
situé dans le département des Doubs en Franche-Comté. Elle totalisait 105 habitants en 2008.</p>
<p>À proximité de L'Écouvotte sont situées les communes de
<a href="{{VLROOT}}/immobilier/breconchaux_25088/">Breconchaux</a> à 1 km, 80 habitants,
<a href="{{VLROOT}}/immobilier/sechin_25538/">Séchin</a> localisée à 2 km, 125 habitants,
<a href="{{VLROOT}}/immobilier/villers-grelot_25624/">Villers-Grélot</a> à 2 km, 150 habitants,
<a href="{{VLROOT}}/immobilier/roulans_25508/">Roulans</a> située à 3 km, 1 012 habitants,
<a href="{{VLROOT}}/immobilier/pouligney-lusans_25468/">Pouligney-Lusans</a> à 3 km, 742 habitants,
<a href="{{VLROOT}}/immobilier/ougney-douvot_25439/">Ougney-Douvot</a> située à 2 km, 172 habitants,
entre autres. De plus, L'Écouvotte est située à seulement 20 km de <a href="{{VLROOT}}/immobilier/besançon_25056/">Besançon</a>.</p>
<p>Si vous pensez demenager à L'Écouvotte, vous pourrez facilement trouver une maison à acheter. </p>
<p>Le parc de logements, à L'Écouvotte, se décomposait en 2011 en un appartements et 34 maisons soit
un marché plutôt équilibré.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/25215.html | HTML | mit | 1,257 |
<div class="commune_descr limited">
<p>
Ri est
un village
géographiquement positionné dans le département de l'Orne en Basse-Normandie. On dénombrait 174 habitants en 2008.</p>
<p>À proximité de Ri sont situées les communes de
<a href="{{VLROOT}}/immobilier/sentilly_61468/">Sentilly</a> localisée à 3 km, 143 habitants,
<a href="{{VLROOT}}/immobilier/necy_61303/">Nécy</a> située à 5 km, 489 habitants,
<a href="{{VLROOT}}/immobilier/moulins-sur-orne_61298/">Moulins-sur-Orne</a> située à 5 km, 299 habitants,
<a href="{{VLROOT}}/immobilier/montgaroult_61285/">Montgaroult</a> située à 4 km, 341 habitants,
<a href="{{VLROOT}}/immobilier/montabard_61283/">Montabard</a> localisée à 5 km, 304 habitants,
<a href="{{VLROOT}}/immobilier/neuvy-au-houlme_61308/">Neuvy-au-Houlme</a> localisée à 5 km, 231 habitants,
entre autres. De plus, Ri est située à seulement neuf km de <a href="{{VLROOT}}/immobilier/argentan_61006/">Argentan</a>.</p>
<p>Si vous envisagez de emmenager à Ri, vous pourrez aisément trouver une maison à vendre. </p>
<p>Le parc d'habitations, à Ri, était réparti en 2011 en un appartements et 72 maisons soit
un marché plutôt équilibré.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/61349.html | HTML | mit | 1,250 |
{// 引入标签库 }
<tagLib name="html" />
<include file="Public:header" />
<PHP>
function get_pay_incharge_link($id)
{
if(M("DealOrder")->where("id=".$id)->getField("pay_status")!=2)
{
return "<a href='javascript:void(0);' onclick='pay_incharge(".$id.");'>".l("ORDER_PAID_INCHARGE")."</a>";
}
}
function get_baofoo_query_link($id,$pid)
{
/*if($GLOBALS['db']->getOneCached("SELECT `class_name` FROM ".DB_PREFIX."payment WHERE id=".$pid)=="Baofoo"){
$payment_notice_id = $GLOBALS['db']->getOne("SELECT id FROM ".DB_PREFIX."payment_notice WHERE order_id=".$id);
return '<a href="javascript:checkBaofooOrder('.$payment_notice_id.');">查询</a>';
}*/
}
</PHP>
<script type="text/javascript">
function pay_incharge(id)
{
if(confirm("{%CONFIRM_PAY_INCHARGE}"))
location.href = ROOT+"?"+VAR_MODULE+"=DealOrder&"+VAR_ACTION+"=pay_incharge&id="+id;
}
function checkBaofooOrder(id){
$.ajax({
url:ROOT_PATH + "/baofoo_query.php?id="+id,
dataType:"json",
cache : true,
success:function(result){
if(result.status == 1){
if (result.SuccTime!="") {
var msg = "订单号:" + result.TransID + "\n";
msg += "金额:" + result.factMoney + "\n";
msg += "交易时间:" + result.SuccTime + "\n";
msg += "交易状态:" + result.CheckResult;
alert(msg);
}
else{
alert("查询失败或未支付的订单");
}
}
else{
alert("查询失败");
}
}
});
}
</script>
<div class="main">
<div class="main_title">{%INCHARGE_ORDER}</div>
<div class="blank5"></div>
<div class="button_row">
<input type="button" class="button" value="{%DEL}" onclick="del();" />
</div>
<div class="blank5"></div>
<div class="search_row">
<form name="search" action="__APP__" method="get">
{%ORDER_SN}:<input type="text" class="textbox" name="order_sn" value="{:trim($_REQUEST['order_sn'])}" />
{%USER_NAME}:<input type="text" class="textbox" name="user_name" value="{:trim($_REQUEST['user_name'])}" />
<input type="hidden" value="DealOrder" name="m" />
<input type="hidden" value="incharge_index" name="a" />
<input type="submit" class="button" value="{%SEARCH}" />
</form>
</div>
<div class="blank5"></div>
<html:list
id="dataTable"
style="dataTable"
name="incharge"
checkbox="true"
action="true"
datasource="list"
show="id:{%ID}|50px,order_sn:{%ORDER_SN},user_id|get_user_name:{%USER_NAME},deal_total_price|format_price:{%INCHARGE_AMOUNT},total_price|format_price:{%PAY_AMOUNT},payment_id|get_payment_name:{%PAYMENT_TYPE},pay_status|get_pay_status:{%PAYMENT_STATUS},memo:支付备注"
actionlist="id|get_pay_incharge_link,id|get_baofoo_query_link=$incharge['payment_id'], del:{%DEL}" />
<div class="blank5"></div>
<div class="page">{$page}</div>
</div>
<include file="Public:footer" /> | leoliew/fanwe_p2p | admin/Tpl/default/DealOrder/incharge_index.html | HTML | mit | 2,881 |
<link rel="import" href="packages/polymer/polymer.html">
<polymer-element name="analog-element-clock">
<template>
<canvas id="clockface" width="{{2 * CLOCKFACE_RADIUS}}" height="{{2 * CLOCKFACE_RADIUS}}" style="border: 1px solid black;"></canvas>
</template>
<script type="application/dart" src="analog-element-clock.dart"></script>
</polymer-element>
| ConnorGray/demos | element-clock/web/analog-element-clock.html | HTML | mit | 365 |
<div class="commune_descr limited">
<p>
La Chapelle-Thècle est
un village
situé dans le département de Saône-et-Loire en Bourgogne. Elle totalisait 482 habitants en 2008.</p>
<p>À proximité de La Chapelle-Thècle sont situées les communes de
<a href="{{VLROOT}}/immobilier/romenay_71373/">Romenay</a> à 6 km, 1 581 habitants,
<a href="{{VLROOT}}/immobilier/brienne_71061/">Brienne</a> à 7 km, 365 habitants,
<a href="{{VLROOT}}/immobilier/loisy_71261/">Loisy</a> localisée à 7 km, 553 habitants,
<a href="{{VLROOT}}/immobilier/genete_71213/">La Genête</a> située à 5 km, 533 habitants,
<a href="{{VLROOT}}/immobilier/savigny-sur-seille_71508/">Savigny-sur-Seille</a> localisée à 7 km, 373 habitants,
<a href="{{VLROOT}}/immobilier/rancy_71365/">Rancy</a> localisée à 4 km, 539 habitants,
entre autres. De plus, La Chapelle-Thècle est située à seulement onze km de <a href="{{VLROOT}}/immobilier/louhans_71263/">Louhans</a>.</p>
<p>Si vous envisagez de venir habiter à La Chapelle-Thècle, vous pourrez facilement trouver une maison à vendre. </p>
<p>Le nombre de logements, à La Chapelle-Thècle, se décomposait en 2011 en neuf appartements et 338 maisons soit
un marché plutôt équilibré.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/71097.html | HTML | mit | 1,317 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_AU" lang="en_AU">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>AbstractSessionManager xref</title>
<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../javadoc/org/mortbay/jetty/servlet/AbstractSessionManager.html">View Javadoc</a></div><pre>
<a name="1" href="#1">1</a> <em class="jxr_comment">// ========================================================================</em>
<a name="2" href="#2">2</a> <em class="jxr_comment">// Copyright 199-2004 Mort Bay Consulting Pty. Ltd.</em>
<a name="3" href="#3">3</a> <em class="jxr_comment">// ------------------------------------------------------------------------</em>
<a name="4" href="#4">4</a> <em class="jxr_comment">// Licensed under the Apache License, Version 2.0 (the "License");</em>
<a name="5" href="#5">5</a> <em class="jxr_comment">// you may not use this file except in compliance with the License.</em>
<a name="6" href="#6">6</a> <em class="jxr_comment">// You may obtain a copy of the License at </em>
<a name="7" href="#7">7</a> <em class="jxr_comment">// http://www.apache.org/licenses/LICENSE-2.0</em>
<a name="8" href="#8">8</a> <em class="jxr_comment">// Unless required by applicable law or agreed to in writing, software</em>
<a name="9" href="#9">9</a> <em class="jxr_comment">// distributed under the License is distributed on an "AS IS" BASIS,</em>
<a name="10" href="#10">10</a> <em class="jxr_comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a name="11" href="#11">11</a> <em class="jxr_comment">// See the License for the specific language governing permissions and</em>
<a name="12" href="#12">12</a> <em class="jxr_comment">// limitations under the License.</em>
<a name="13" href="#13">13</a> <em class="jxr_comment">// ========================================================================</em>
<a name="14" href="#14">14</a>
<a name="15" href="#15">15</a> <strong class="jxr_keyword">package</strong> org.mortbay.jetty.servlet;
<a name="16" href="#16">16</a>
<a name="17" href="#17">17</a> <strong class="jxr_keyword">import</strong> java.io.Serializable;
<a name="18" href="#18">18</a> <strong class="jxr_keyword">import</strong> java.util.ArrayList;
<a name="19" href="#19">19</a> <strong class="jxr_keyword">import</strong> java.util.Collections;
<a name="20" href="#20">20</a> <strong class="jxr_keyword">import</strong> java.util.Enumeration;
<a name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> java.util.EventListener;
<a name="22" href="#22">22</a> <strong class="jxr_keyword">import</strong> java.util.Iterator;
<a name="23" href="#23">23</a> <strong class="jxr_keyword">import</strong> java.util.List;
<a name="24" href="#24">24</a> <strong class="jxr_keyword">import</strong> java.util.Map;
<a name="25" href="#25">25</a>
<a name="26" href="#26">26</a> <strong class="jxr_keyword">import</strong> javax.servlet.ServletContext;
<a name="27" href="#27">27</a> <strong class="jxr_keyword">import</strong> javax.servlet.http.Cookie;
<a name="28" href="#28">28</a> <strong class="jxr_keyword">import</strong> javax.servlet.http.HttpServletRequest;
<a name="29" href="#29">29</a> <strong class="jxr_keyword">import</strong> javax.servlet.http.HttpSession;
<a name="30" href="#30">30</a> <strong class="jxr_keyword">import</strong> javax.servlet.http.HttpSessionActivationListener;
<a name="31" href="#31">31</a> <strong class="jxr_keyword">import</strong> javax.servlet.http.HttpSessionAttributeListener;
<a name="32" href="#32">32</a> <strong class="jxr_keyword">import</strong> javax.servlet.http.HttpSessionBindingEvent;
<a name="33" href="#33">33</a> <strong class="jxr_keyword">import</strong> javax.servlet.http.HttpSessionBindingListener;
<a name="34" href="#34">34</a> <strong class="jxr_keyword">import</strong> javax.servlet.http.HttpSessionContext;
<a name="35" href="#35">35</a> <strong class="jxr_keyword">import</strong> javax.servlet.http.HttpSessionEvent;
<a name="36" href="#36">36</a> <strong class="jxr_keyword">import</strong> javax.servlet.http.HttpSessionListener;
<a name="37" href="#37">37</a>
<a name="38" href="#38">38</a> <strong class="jxr_keyword">import</strong> org.mortbay.component.AbstractLifeCycle;
<a name="39" href="#39">39</a> <strong class="jxr_keyword">import</strong> org.mortbay.jetty.HttpOnlyCookie;
<a name="40" href="#40">40</a> <strong class="jxr_keyword">import</strong> org.mortbay.jetty.Server;
<a name="41" href="#41">41</a> <strong class="jxr_keyword">import</strong> org.mortbay.jetty.SessionIdManager;
<a name="42" href="#42">42</a> <strong class="jxr_keyword">import</strong> org.mortbay.jetty.SessionManager;
<a name="43" href="#43">43</a> <strong class="jxr_keyword">import</strong> org.mortbay.jetty.handler.ContextHandler;
<a name="44" href="#44">44</a> <strong class="jxr_keyword">import</strong> org.mortbay.util.LazyList;
<a name="45" href="#45">45</a>
<a name="46" href="#46">46</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="47" href="#47">47</a> <em class="jxr_javadoccomment">/**</em>
<a name="48" href="#48">48</a> <em class="jxr_javadoccomment"> * An Abstract implementation of SessionManager. The partial implementation of</em>
<a name="49" href="#49">49</a> <em class="jxr_javadoccomment"> * SessionManager interface provides the majority of the handling required to</em>
<a name="50" href="#50">50</a> <em class="jxr_javadoccomment"> * implement a SessionManager. Concrete implementations of SessionManager based</em>
<a name="51" href="#51">51</a> <em class="jxr_javadoccomment"> * on AbstractSessionManager need only implement the newSession method to return</em>
<a name="52" href="#52">52</a> <em class="jxr_javadoccomment"> * a specialized version of the Session inner class that provides an attribute</em>
<a name="53" href="#53">53</a> <em class="jxr_javadoccomment"> * Map.</em>
<a name="54" href="#54">54</a> <em class="jxr_javadoccomment"> * <p></em>
<a name="55" href="#55">55</a> <em class="jxr_javadoccomment"> * If the property</em>
<a name="56" href="#56">56</a> <em class="jxr_javadoccomment"> * org.mortbay.jetty.servlet.AbstractSessionManager.23Notifications is set to</em>
<a name="57" href="#57">57</a> <em class="jxr_javadoccomment"> * true, the 2.3 servlet spec notification style will be used.</em>
<a name="58" href="#58">58</a> <em class="jxr_javadoccomment"> * <p></em>
<a name="59" href="#59">59</a> <em class="jxr_javadoccomment"> * </em>
<a name="60" href="#60">60</a> <em class="jxr_javadoccomment"> * @author Greg Wilkins (gregw)</em>
<a name="61" href="#61">61</a> <em class="jxr_javadoccomment"> */</em>
<a name="62" href="#62">62</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/mortbay/jetty/servlet/AbstractSessionManager.html">AbstractSessionManager</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../org/mortbay/component/AbstractLifeCycle.html">AbstractLifeCycle</a> implements <a href="../../../../org/mortbay/jetty/SessionManager.html">SessionManager</a>
<a name="63" href="#63">63</a> {
<a name="64" href="#64">64</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="65" href="#65">65</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">int</strong> __distantFuture=60*60*24*7*52*20;
<a name="66" href="#66">66</a>
<a name="67" href="#67">67</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> HttpSessionContext __nullSessionContext=<strong class="jxr_keyword">new</strong> <a href="../../../../org/mortbay/jetty/servlet/AbstractSessionManager.html">NullSessionContext</a>();
<a name="68" href="#68">68</a>
<a name="69" href="#69">69</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> _usingCookies=<strong class="jxr_keyword">true</strong>;
<a name="70" href="#70">70</a>
<a name="71" href="#71">71</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="72" href="#72">72</a> <em class="jxr_comment">// Setting of max inactive interval for new sessions</em>
<a name="73" href="#73">73</a> <em class="jxr_comment">// -1 means no timeout</em>
<a name="74" href="#74">74</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">int</strong> _dftMaxIdleSecs=-1;
<a name="75" href="#75">75</a> <strong class="jxr_keyword">protected</strong> <a href="../../../../org/mortbay/jetty/servlet/SessionHandler.html">SessionHandler</a> _sessionHandler;
<a name="76" href="#76">76</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">boolean</strong> _httpOnly=false;
<a name="77" href="#77">77</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">int</strong> _maxSessions=0;
<a name="78" href="#78">78</a>
<a name="79" href="#79">79</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">int</strong> _minSessions=0;
<a name="80" href="#80">80</a> <strong class="jxr_keyword">protected</strong> <a href="../../../../org/mortbay/jetty/SessionIdManager.html">SessionIdManager</a> _sessionIdManager;
<a name="81" href="#81">81</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">boolean</strong> _secureCookies=false;
<a name="82" href="#82">82</a> <strong class="jxr_keyword">protected</strong> Object _sessionAttributeListeners;
<a name="83" href="#83">83</a> <strong class="jxr_keyword">protected</strong> Object _sessionListeners;
<a name="84" href="#84">84</a>
<a name="85" href="#85">85</a> <strong class="jxr_keyword">protected</strong> ClassLoader _loader;
<a name="86" href="#86">86</a> <strong class="jxr_keyword">protected</strong> ContextHandler.SContext _context;
<a name="87" href="#87">87</a> <strong class="jxr_keyword">protected</strong> String _sessionCookie=__DefaultSessionCookie;
<a name="88" href="#88">88</a> <strong class="jxr_keyword">protected</strong> String _sessionURL=__DefaultSessionURL;
<a name="89" href="#89">89</a> <strong class="jxr_keyword">protected</strong> String _sessionURLPrefix=<span class="jxr_string">";"</span>+_sessionURL+<span class="jxr_string">"="</span>;
<a name="90" href="#90">90</a> <strong class="jxr_keyword">protected</strong> String _sessionDomain;
<a name="91" href="#91">91</a> <strong class="jxr_keyword">protected</strong> String _sessionPath;
<a name="92" href="#92">92</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">int</strong> _maxCookieAge=-1;
<a name="93" href="#93">93</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">int</strong> _refreshCookieAge;
<a name="94" href="#94">94</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">boolean</strong> _nodeIdInSessionId;
<a name="95" href="#95">95</a>
<a name="96" href="#96">96</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="97" href="#97">97</a> <strong class="jxr_keyword">public</strong> <a href="../../../../org/mortbay/jetty/servlet/AbstractSessionManager.html">AbstractSessionManager</a>()
<a name="98" href="#98">98</a> {
<a name="99" href="#99">99</a> }
<a name="100" href="#100">100</a>
<a name="101" href="#101">101</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="102" href="#102">102</a> <strong class="jxr_keyword">public</strong> Cookie access(HttpSession session,<strong class="jxr_keyword">boolean</strong> secure)
<a name="103" href="#103">103</a> {
<a name="104" href="#104">104</a> <strong class="jxr_keyword">long</strong> now=System.currentTimeMillis();
<a name="105" href="#105">105</a>
<a name="106" href="#106">106</a> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> s = ((SessionIf)session).getSession();
<a name="107" href="#107">107</a> s.access(now);
<a name="108" href="#108">108</a>
<a name="109" href="#109">109</a> <em class="jxr_comment">// Do we need to refresh the cookie?</em>
<a name="110" href="#110">110</a> <strong class="jxr_keyword">if</strong> (isUsingCookies() &&
<a name="111" href="#111">111</a> (s.isIdChanged() ||
<a name="112" href="#112">112</a> (getMaxCookieAge()>0 && getRefreshCookieAge()>0 && ((now-s.getCookieSetTime())/1000>getRefreshCookieAge()))
<a name="113" href="#113">113</a> )
<a name="114" href="#114">114</a> )
<a name="115" href="#115">115</a> {
<a name="116" href="#116">116</a> Cookie cookie=getSessionCookie(session,_context.getContextPath(),secure);
<a name="117" href="#117">117</a> s.cookieSet();
<a name="118" href="#118">118</a> s.setIdChanged(false);
<a name="119" href="#119">119</a> <strong class="jxr_keyword">return</strong> cookie;
<a name="120" href="#120">120</a> }
<a name="121" href="#121">121</a>
<a name="122" href="#122">122</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
<a name="123" href="#123">123</a> }
<a name="124" href="#124">124</a>
<a name="125" href="#125">125</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="126" href="#126">126</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> addEventListener(EventListener listener)
<a name="127" href="#127">127</a> {
<a name="128" href="#128">128</a> <strong class="jxr_keyword">if</strong> (listener instanceof HttpSessionAttributeListener)
<a name="129" href="#129">129</a> _sessionAttributeListeners=LazyList.add(_sessionAttributeListeners,listener);
<a name="130" href="#130">130</a> <strong class="jxr_keyword">if</strong> (listener instanceof HttpSessionListener)
<a name="131" href="#131">131</a> _sessionListeners=LazyList.add(_sessionListeners,listener);
<a name="132" href="#132">132</a> }
<a name="133" href="#133">133</a>
<a name="134" href="#134">134</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="135" href="#135">135</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> clearEventListeners()
<a name="136" href="#136">136</a> {
<a name="137" href="#137">137</a> _sessionAttributeListeners=<strong class="jxr_keyword">null</strong>;
<a name="138" href="#138">138</a> _sessionListeners=<strong class="jxr_keyword">null</strong>;
<a name="139" href="#139">139</a> }
<a name="140" href="#140">140</a>
<a name="141" href="#141">141</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="142" href="#142">142</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> complete(HttpSession session)
<a name="143" href="#143">143</a> {
<a name="144" href="#144">144</a> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> s = ((SessionIf)session).getSession();
<a name="145" href="#145">145</a> s.complete();
<a name="146" href="#146">146</a> }
<a name="147" href="#147">147</a>
<a name="148" href="#148">148</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="149" href="#149">149</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> doStart() <strong class="jxr_keyword">throws</strong> Exception
<a name="150" href="#150">150</a> {
<a name="151" href="#151">151</a> _context=ContextHandler.getCurrentContext();
<a name="152" href="#152">152</a> _loader=Thread.currentThread().getContextClassLoader();
<a name="153" href="#153">153</a>
<a name="154" href="#154">154</a> <strong class="jxr_keyword">if</strong> (_sessionIdManager==<strong class="jxr_keyword">null</strong>)
<a name="155" href="#155">155</a> {
<a name="156" href="#156">156</a> <a href="../../../../org/mortbay/jetty/Server.html">Server</a> server=getSessionHandler().getServer();
<a name="157" href="#157">157</a> <strong class="jxr_keyword">synchronized</strong> (server)
<a name="158" href="#158">158</a> {
<a name="159" href="#159">159</a> _sessionIdManager=server.getSessionIdManager();
<a name="160" href="#160">160</a> <strong class="jxr_keyword">if</strong> (_sessionIdManager==<strong class="jxr_keyword">null</strong>)
<a name="161" href="#161">161</a> {
<a name="162" href="#162">162</a> _sessionIdManager=<strong class="jxr_keyword">new</strong> <a href="../../../../org/mortbay/jetty/servlet/HashSessionIdManager.html">HashSessionIdManager</a>();
<a name="163" href="#163">163</a> server.setSessionIdManager(_sessionIdManager);
<a name="164" href="#164">164</a> }
<a name="165" href="#165">165</a> }
<a name="166" href="#166">166</a> }
<a name="167" href="#167">167</a> <strong class="jxr_keyword">if</strong> (!_sessionIdManager.isStarted())
<a name="168" href="#168">168</a> _sessionIdManager.start();
<a name="169" href="#169">169</a>
<a name="170" href="#170">170</a> <em class="jxr_comment">// Look for a session cookie name</em>
<a name="171" href="#171">171</a> String tmp=_context.getInitParameter(SessionManager.__SessionCookieProperty);
<a name="172" href="#172">172</a> <strong class="jxr_keyword">if</strong> (tmp!=<strong class="jxr_keyword">null</strong>)
<a name="173" href="#173">173</a> _sessionCookie=tmp;
<a name="174" href="#174">174</a>
<a name="175" href="#175">175</a> tmp=_context.getInitParameter(SessionManager.__SessionURLProperty);
<a name="176" href="#176">176</a> <strong class="jxr_keyword">if</strong> (tmp!=<strong class="jxr_keyword">null</strong>)
<a name="177" href="#177">177</a> {
<a name="178" href="#178">178</a> _sessionURL=(tmp==<strong class="jxr_keyword">null</strong>||<span class="jxr_string">"none"</span>.equals(tmp))?<strong class="jxr_keyword">null</strong>:tmp;
<a name="179" href="#179">179</a> _sessionURLPrefix=(tmp==<strong class="jxr_keyword">null</strong>||<span class="jxr_string">"none"</span>.equals(tmp))?<strong class="jxr_keyword">null</strong>:(<span class="jxr_string">";"</span>+_sessionURL+<span class="jxr_string">"="</span>);
<a name="180" href="#180">180</a> }
<a name="181" href="#181">181</a>
<a name="182" href="#182">182</a> <em class="jxr_comment">// set up the max session cookie age if it isn't already</em>
<a name="183" href="#183">183</a> <strong class="jxr_keyword">if</strong> (_maxCookieAge==-1)
<a name="184" href="#184">184</a> {
<a name="185" href="#185">185</a> <strong class="jxr_keyword">if</strong> (_context!=<strong class="jxr_keyword">null</strong>)
<a name="186" href="#186">186</a> {
<a name="187" href="#187">187</a> String str=_context.getInitParameter(SessionManager.__MaxAgeProperty);
<a name="188" href="#188">188</a> <strong class="jxr_keyword">if</strong> (str!=<strong class="jxr_keyword">null</strong>)
<a name="189" href="#189">189</a> _maxCookieAge=Integer.parseInt(str.trim());
<a name="190" href="#190">190</a> }
<a name="191" href="#191">191</a> }
<a name="192" href="#192">192</a> <em class="jxr_comment">// set up the session domain if it isn't already</em>
<a name="193" href="#193">193</a> <strong class="jxr_keyword">if</strong> (_sessionDomain==<strong class="jxr_keyword">null</strong>)
<a name="194" href="#194">194</a> {
<a name="195" href="#195">195</a> <em class="jxr_comment">// only try the context initParams</em>
<a name="196" href="#196">196</a> <strong class="jxr_keyword">if</strong> (_context!=<strong class="jxr_keyword">null</strong>)
<a name="197" href="#197">197</a> _sessionDomain=_context.getInitParameter(SessionManager.__SessionDomainProperty);
<a name="198" href="#198">198</a> }
<a name="199" href="#199">199</a>
<a name="200" href="#200">200</a> <em class="jxr_comment">// set up the sessionPath if it isn't already</em>
<a name="201" href="#201">201</a> <strong class="jxr_keyword">if</strong> (_sessionPath==<strong class="jxr_keyword">null</strong>)
<a name="202" href="#202">202</a> {
<a name="203" href="#203">203</a> <em class="jxr_comment">// only the context initParams</em>
<a name="204" href="#204">204</a> <strong class="jxr_keyword">if</strong> (_context!=<strong class="jxr_keyword">null</strong>)
<a name="205" href="#205">205</a> _sessionPath=_context.getInitParameter(SessionManager.__SessionPathProperty);
<a name="206" href="#206">206</a> }
<a name="207" href="#207">207</a>
<a name="208" href="#208">208</a> <strong class="jxr_keyword">super</strong>.doStart();
<a name="209" href="#209">209</a> }
<a name="210" href="#210">210</a>
<a name="211" href="#211">211</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="212" href="#212">212</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> doStop() <strong class="jxr_keyword">throws</strong> Exception
<a name="213" href="#213">213</a> {
<a name="214" href="#214">214</a> <strong class="jxr_keyword">super</strong>.doStop();
<a name="215" href="#215">215</a>
<a name="216" href="#216">216</a> invalidateSessions();
<a name="217" href="#217">217</a>
<a name="218" href="#218">218</a> _loader=<strong class="jxr_keyword">null</strong>;
<a name="219" href="#219">219</a> }
<a name="220" href="#220">220</a>
<a name="221" href="#221">221</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="222" href="#222">222</a> <em class="jxr_javadoccomment">/**</em>
<a name="223" href="#223">223</a> <em class="jxr_javadoccomment"> * @return Returns the httpOnly.</em>
<a name="224" href="#224">224</a> <em class="jxr_javadoccomment"> */</em>
<a name="225" href="#225">225</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> getHttpOnly()
<a name="226" href="#226">226</a> {
<a name="227" href="#227">227</a> <strong class="jxr_keyword">return</strong> _httpOnly;
<a name="228" href="#228">228</a> }
<a name="229" href="#229">229</a>
<a name="230" href="#230">230</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="231" href="#231">231</a> <strong class="jxr_keyword">public</strong> HttpSession getHttpSession(String nodeId)
<a name="232" href="#232">232</a> {
<a name="233" href="#233">233</a> String cluster_id = getIdManager().getClusterId(nodeId);
<a name="234" href="#234">234</a>
<a name="235" href="#235">235</a> <strong class="jxr_keyword">synchronized</strong> (<strong class="jxr_keyword">this</strong>)
<a name="236" href="#236">236</a> {
<a name="237" href="#237">237</a> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> session = getSession(cluster_id);
<a name="238" href="#238">238</a>
<a name="239" href="#239">239</a> <strong class="jxr_keyword">if</strong> (session!=<strong class="jxr_keyword">null</strong> && !session.getNodeId().equals(nodeId))
<a name="240" href="#240">240</a> session.setIdChanged(<strong class="jxr_keyword">true</strong>);
<a name="241" href="#241">241</a> <strong class="jxr_keyword">return</strong> session;
<a name="242" href="#242">242</a> }
<a name="243" href="#243">243</a> }
<a name="244" href="#244">244</a>
<a name="245" href="#245">245</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="246" href="#246">246</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="247" href="#247">247</a> <em class="jxr_javadoccomment">/**</em>
<a name="248" href="#248">248</a> <em class="jxr_javadoccomment"> * @return Returns the metaManager used for cross context session management</em>
<a name="249" href="#249">249</a> <em class="jxr_javadoccomment"> */</em>
<a name="250" href="#250">250</a> <strong class="jxr_keyword">public</strong> <a href="../../../../org/mortbay/jetty/SessionIdManager.html">SessionIdManager</a> getIdManager()
<a name="251" href="#251">251</a> {
<a name="252" href="#252">252</a> <strong class="jxr_keyword">return</strong> _sessionIdManager;
<a name="253" href="#253">253</a> }
<a name="254" href="#254">254</a>
<a name="255" href="#255">255</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="256" href="#256">256</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getMaxCookieAge()
<a name="257" href="#257">257</a> {
<a name="258" href="#258">258</a> <strong class="jxr_keyword">return</strong> _maxCookieAge;
<a name="259" href="#259">259</a> }
<a name="260" href="#260">260</a>
<a name="261" href="#261">261</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="262" href="#262">262</a> <em class="jxr_javadoccomment">/**</em>
<a name="263" href="#263">263</a> <em class="jxr_javadoccomment"> * @return seconds</em>
<a name="264" href="#264">264</a> <em class="jxr_javadoccomment"> */</em>
<a name="265" href="#265">265</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getMaxInactiveInterval()
<a name="266" href="#266">266</a> {
<a name="267" href="#267">267</a> <strong class="jxr_keyword">return</strong> _dftMaxIdleSecs;
<a name="268" href="#268">268</a> }
<a name="269" href="#269">269</a>
<a name="270" href="#270">270</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="271" href="#271">271</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getMaxSessions()
<a name="272" href="#272">272</a> {
<a name="273" href="#273">273</a> <strong class="jxr_keyword">return</strong> _maxSessions;
<a name="274" href="#274">274</a> }
<a name="275" href="#275">275</a>
<a name="276" href="#276">276</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="277" href="#277">277</a> <em class="jxr_javadoccomment">/**</em>
<a name="278" href="#278">278</a> <em class="jxr_javadoccomment"> * @deprecated use {@link #getIdManager()}</em>
<a name="279" href="#279">279</a> <em class="jxr_javadoccomment"> */</em>
<a name="280" href="#280">280</a> <strong class="jxr_keyword">public</strong> <a href="../../../../org/mortbay/jetty/SessionIdManager.html">SessionIdManager</a> getMetaManager()
<a name="281" href="#281">281</a> {
<a name="282" href="#282">282</a> <strong class="jxr_keyword">return</strong> getIdManager();
<a name="283" href="#283">283</a> }
<a name="284" href="#284">284</a>
<a name="285" href="#285">285</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="286" href="#286">286</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getMinSessions()
<a name="287" href="#287">287</a> {
<a name="288" href="#288">288</a> <strong class="jxr_keyword">return</strong> _minSessions;
<a name="289" href="#289">289</a> }
<a name="290" href="#290">290</a>
<a name="291" href="#291">291</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="292" href="#292">292</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getRefreshCookieAge()
<a name="293" href="#293">293</a> {
<a name="294" href="#294">294</a> <strong class="jxr_keyword">return</strong> _refreshCookieAge;
<a name="295" href="#295">295</a> }
<a name="296" href="#296">296</a>
<a name="297" href="#297">297</a>
<a name="298" href="#298">298</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="299" href="#299">299</a> <em class="jxr_javadoccomment">/**</em>
<a name="300" href="#300">300</a> <em class="jxr_javadoccomment"> * @return Returns the secureCookies.</em>
<a name="301" href="#301">301</a> <em class="jxr_javadoccomment"> */</em>
<a name="302" href="#302">302</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> getSecureCookies()
<a name="303" href="#303">303</a> {
<a name="304" href="#304">304</a> <strong class="jxr_keyword">return</strong> _secureCookies;
<a name="305" href="#305">305</a> }
<a name="306" href="#306">306</a>
<a name="307" href="#307">307</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="308" href="#308">308</a> <strong class="jxr_keyword">public</strong> String getSessionCookie()
<a name="309" href="#309">309</a> {
<a name="310" href="#310">310</a> <strong class="jxr_keyword">return</strong> _sessionCookie;
<a name="311" href="#311">311</a> }
<a name="312" href="#312">312</a>
<a name="313" href="#313">313</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="314" href="#314">314</a> <strong class="jxr_keyword">public</strong> Cookie getSessionCookie(HttpSession session, String contextPath, <strong class="jxr_keyword">boolean</strong> requestIsSecure)
<a name="315" href="#315">315</a> {
<a name="316" href="#316">316</a> <strong class="jxr_keyword">if</strong> (isUsingCookies())
<a name="317" href="#317">317</a> {
<a name="318" href="#318">318</a> String id = getNodeId(session);
<a name="319" href="#319">319</a> Cookie cookie=getHttpOnly()?<strong class="jxr_keyword">new</strong> HttpOnlyCookie(_sessionCookie,id):<strong class="jxr_keyword">new</strong> Cookie(_sessionCookie,id);
<a name="320" href="#320">320</a>
<a name="321" href="#321">321</a> cookie.setPath((contextPath==<strong class="jxr_keyword">null</strong>||contextPath.length()==0)?<span class="jxr_string">"/"</span>:contextPath);
<a name="322" href="#322">322</a> cookie.setMaxAge(getMaxCookieAge());
<a name="323" href="#323">323</a> cookie.setSecure(requestIsSecure&&getSecureCookies());
<a name="324" href="#324">324</a>
<a name="325" href="#325">325</a> <em class="jxr_comment">// set up the overrides</em>
<a name="326" href="#326">326</a> <strong class="jxr_keyword">if</strong> (_sessionDomain!=<strong class="jxr_keyword">null</strong>)
<a name="327" href="#327">327</a> cookie.setDomain(_sessionDomain);
<a name="328" href="#328">328</a> <strong class="jxr_keyword">if</strong> (_sessionPath!=<strong class="jxr_keyword">null</strong>)
<a name="329" href="#329">329</a> cookie.setPath(_sessionPath);
<a name="330" href="#330">330</a>
<a name="331" href="#331">331</a> <strong class="jxr_keyword">return</strong> cookie;
<a name="332" href="#332">332</a> }
<a name="333" href="#333">333</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
<a name="334" href="#334">334</a> }
<a name="335" href="#335">335</a>
<a name="336" href="#336">336</a> <strong class="jxr_keyword">public</strong> String getSessionDomain()
<a name="337" href="#337">337</a> {
<a name="338" href="#338">338</a> <strong class="jxr_keyword">return</strong> _sessionDomain;
<a name="339" href="#339">339</a> }
<a name="340" href="#340">340</a>
<a name="341" href="#341">341</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="342" href="#342">342</a> <em class="jxr_javadoccomment">/**</em>
<a name="343" href="#343">343</a> <em class="jxr_javadoccomment"> * @return Returns the sessionHandler.</em>
<a name="344" href="#344">344</a> <em class="jxr_javadoccomment"> */</em>
<a name="345" href="#345">345</a> <strong class="jxr_keyword">public</strong> <a href="../../../../org/mortbay/jetty/servlet/SessionHandler.html">SessionHandler</a> getSessionHandler()
<a name="346" href="#346">346</a> {
<a name="347" href="#347">347</a> <strong class="jxr_keyword">return</strong> _sessionHandler;
<a name="348" href="#348">348</a> }
<a name="349" href="#349">349</a>
<a name="350" href="#350">350</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="351" href="#351">351</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> </em>
<a name="352" href="#352">352</a> <em class="jxr_javadoccomment"> * @deprecated. Need to review if it is needed.</em>
<a name="353" href="#353">353</a> <em class="jxr_javadoccomment"> */</em>
<a name="354" href="#354">354</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> Map getSessionMap();
<a name="355" href="#355">355</a>
<a name="356" href="#356">356</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="357" href="#357">357</a> <strong class="jxr_keyword">public</strong> String getSessionPath()
<a name="358" href="#358">358</a> {
<a name="359" href="#359">359</a> <strong class="jxr_keyword">return</strong> _sessionPath;
<a name="360" href="#360">360</a> }
<a name="361" href="#361">361</a>
<a name="362" href="#362">362</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="363" href="#363">363</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">int</strong> getSessions();
<a name="364" href="#364">364</a>
<a name="365" href="#365">365</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="366" href="#366">366</a> <strong class="jxr_keyword">public</strong> String getSessionURL()
<a name="367" href="#367">367</a> {
<a name="368" href="#368">368</a> <strong class="jxr_keyword">return</strong> _sessionURL;
<a name="369" href="#369">369</a> }
<a name="370" href="#370">370</a>
<a name="371" href="#371">371</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="372" href="#372">372</a> <strong class="jxr_keyword">public</strong> String getSessionURLPrefix()
<a name="373" href="#373">373</a> {
<a name="374" href="#374">374</a> <strong class="jxr_keyword">return</strong> _sessionURLPrefix;
<a name="375" href="#375">375</a> }
<a name="376" href="#376">376</a>
<a name="377" href="#377">377</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="378" href="#378">378</a> <em class="jxr_javadoccomment">/**</em>
<a name="379" href="#379">379</a> <em class="jxr_javadoccomment"> * @return Returns the usingCookies.</em>
<a name="380" href="#380">380</a> <em class="jxr_javadoccomment"> */</em>
<a name="381" href="#381">381</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isUsingCookies()
<a name="382" href="#382">382</a> {
<a name="383" href="#383">383</a> <strong class="jxr_keyword">return</strong> _usingCookies;
<a name="384" href="#384">384</a> }
<a name="385" href="#385">385</a>
<a name="386" href="#386">386</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="387" href="#387">387</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isValid(HttpSession session)
<a name="388" href="#388">388</a> {
<a name="389" href="#389">389</a> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> s = ((SessionIf)session).getSession();
<a name="390" href="#390">390</a> <strong class="jxr_keyword">return</strong> s.isValid();
<a name="391" href="#391">391</a> }
<a name="392" href="#392">392</a>
<a name="393" href="#393">393</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="394" href="#394">394</a> <strong class="jxr_keyword">public</strong> String getClusterId(HttpSession session)
<a name="395" href="#395">395</a> {
<a name="396" href="#396">396</a> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> s = ((SessionIf)session).getSession();
<a name="397" href="#397">397</a> <strong class="jxr_keyword">return</strong> s.getClusterId();
<a name="398" href="#398">398</a> }
<a name="399" href="#399">399</a>
<a name="400" href="#400">400</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="401" href="#401">401</a> <strong class="jxr_keyword">public</strong> String getNodeId(HttpSession session)
<a name="402" href="#402">402</a> {
<a name="403" href="#403">403</a> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> s = ((SessionIf)session).getSession();
<a name="404" href="#404">404</a> <strong class="jxr_keyword">return</strong> s.getNodeId();
<a name="405" href="#405">405</a> }
<a name="406" href="#406">406</a>
<a name="407" href="#407">407</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="408" href="#408">408</a> <em class="jxr_javadoccomment">/**</em>
<a name="409" href="#409">409</a> <em class="jxr_javadoccomment"> * Create a new HttpSession for a request</em>
<a name="410" href="#410">410</a> <em class="jxr_javadoccomment"> */</em>
<a name="411" href="#411">411</a> <strong class="jxr_keyword">public</strong> HttpSession newHttpSession(HttpServletRequest request)
<a name="412" href="#412">412</a> {
<a name="413" href="#413">413</a> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> session=newSession(request);
<a name="414" href="#414">414</a> session.setMaxInactiveInterval(_dftMaxIdleSecs);
<a name="415" href="#415">415</a> addSession(session,<strong class="jxr_keyword">true</strong>);
<a name="416" href="#416">416</a> <strong class="jxr_keyword">return</strong> session;
<a name="417" href="#417">417</a> }
<a name="418" href="#418">418</a>
<a name="419" href="#419">419</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="420" href="#420">420</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> removeEventListener(EventListener listener)
<a name="421" href="#421">421</a> {
<a name="422" href="#422">422</a> <strong class="jxr_keyword">if</strong> (listener instanceof HttpSessionAttributeListener)
<a name="423" href="#423">423</a> _sessionAttributeListeners=LazyList.remove(_sessionAttributeListeners,listener);
<a name="424" href="#424">424</a> <strong class="jxr_keyword">if</strong> (listener instanceof HttpSessionListener)
<a name="425" href="#425">425</a> _sessionListeners=LazyList.remove(_sessionListeners,listener);
<a name="426" href="#426">426</a> }
<a name="427" href="#427">427</a>
<a name="428" href="#428">428</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="429" href="#429">429</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> resetStats()
<a name="430" href="#430">430</a> {
<a name="431" href="#431">431</a> _minSessions=getSessions();
<a name="432" href="#432">432</a> _maxSessions=getSessions();
<a name="433" href="#433">433</a> }
<a name="434" href="#434">434</a>
<a name="435" href="#435">435</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="436" href="#436">436</a> <em class="jxr_javadoccomment">/**</em>
<a name="437" href="#437">437</a> <em class="jxr_javadoccomment"> * @param httpOnly</em>
<a name="438" href="#438">438</a> <em class="jxr_javadoccomment"> * The httpOnly to set.</em>
<a name="439" href="#439">439</a> <em class="jxr_javadoccomment"> */</em>
<a name="440" href="#440">440</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setHttpOnly(<strong class="jxr_keyword">boolean</strong> httpOnly)
<a name="441" href="#441">441</a> {
<a name="442" href="#442">442</a> _httpOnly=httpOnly;
<a name="443" href="#443">443</a> }
<a name="444" href="#444">444</a>
<a name="445" href="#445">445</a>
<a name="446" href="#446">446</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="447" href="#447">447</a> <em class="jxr_javadoccomment">/**</em>
<a name="448" href="#448">448</a> <em class="jxr_javadoccomment"> * @param metaManager The metaManager used for cross context session management.</em>
<a name="449" href="#449">449</a> <em class="jxr_javadoccomment"> */</em>
<a name="450" href="#450">450</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setIdManager(<a href="../../../../org/mortbay/jetty/SessionIdManager.html">SessionIdManager</a> metaManager)
<a name="451" href="#451">451</a> {
<a name="452" href="#452">452</a> _sessionIdManager=metaManager;
<a name="453" href="#453">453</a> }
<a name="454" href="#454">454</a>
<a name="455" href="#455">455</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="456" href="#456">456</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setMaxCookieAge(<strong class="jxr_keyword">int</strong> maxCookieAgeInSeconds)
<a name="457" href="#457">457</a> {
<a name="458" href="#458">458</a> _maxCookieAge=maxCookieAgeInSeconds;
<a name="459" href="#459">459</a>
<a name="460" href="#460">460</a> <strong class="jxr_keyword">if</strong> (_maxCookieAge>0 && _refreshCookieAge==0)
<a name="461" href="#461">461</a> _refreshCookieAge=_maxCookieAge/3;
<a name="462" href="#462">462</a>
<a name="463" href="#463">463</a> }
<a name="464" href="#464">464</a>
<a name="465" href="#465">465</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="466" href="#466">466</a> <em class="jxr_javadoccomment">/**</em>
<a name="467" href="#467">467</a> <em class="jxr_javadoccomment"> * @param seconds</em>
<a name="468" href="#468">468</a> <em class="jxr_javadoccomment"> */</em>
<a name="469" href="#469">469</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setMaxInactiveInterval(<strong class="jxr_keyword">int</strong> seconds)
<a name="470" href="#470">470</a> {
<a name="471" href="#471">471</a> _dftMaxIdleSecs=seconds;
<a name="472" href="#472">472</a> }
<a name="473" href="#473">473</a>
<a name="474" href="#474">474</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="475" href="#475">475</a> <em class="jxr_javadoccomment">/**</em>
<a name="476" href="#476">476</a> <em class="jxr_javadoccomment"> * @deprecated use {@link #setIdManager(SessionIdManager)}</em>
<a name="477" href="#477">477</a> <em class="jxr_javadoccomment"> */</em>
<a name="478" href="#478">478</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setMetaManager(<a href="../../../../org/mortbay/jetty/SessionIdManager.html">SessionIdManager</a> metaManager)
<a name="479" href="#479">479</a> {
<a name="480" href="#480">480</a> setIdManager(metaManager);
<a name="481" href="#481">481</a> }
<a name="482" href="#482">482</a>
<a name="483" href="#483">483</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="484" href="#484">484</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setRefreshCookieAge(<strong class="jxr_keyword">int</strong> ageInSeconds)
<a name="485" href="#485">485</a> {
<a name="486" href="#486">486</a> _refreshCookieAge=ageInSeconds;
<a name="487" href="#487">487</a> }
<a name="488" href="#488">488</a>
<a name="489" href="#489">489</a>
<a name="490" href="#490">490</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="491" href="#491">491</a> <em class="jxr_javadoccomment">/**</em>
<a name="492" href="#492">492</a> <em class="jxr_javadoccomment"> * @param secureCookies</em>
<a name="493" href="#493">493</a> <em class="jxr_javadoccomment"> * The secureCookies to set.</em>
<a name="494" href="#494">494</a> <em class="jxr_javadoccomment"> */</em>
<a name="495" href="#495">495</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setSecureCookies(<strong class="jxr_keyword">boolean</strong> secureCookies)
<a name="496" href="#496">496</a> {
<a name="497" href="#497">497</a> _secureCookies=secureCookies;
<a name="498" href="#498">498</a> }
<a name="499" href="#499">499</a>
<a name="500" href="#500">500</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="501" href="#501">501</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setSessionCookie(String cookieName)
<a name="502" href="#502">502</a> {
<a name="503" href="#503">503</a> _sessionCookie=cookieName;
<a name="504" href="#504">504</a> }
<a name="505" href="#505">505</a>
<a name="506" href="#506">506</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="507" href="#507">507</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setSessionDomain(String domain)
<a name="508" href="#508">508</a> {
<a name="509" href="#509">509</a> _sessionDomain=domain;
<a name="510" href="#510">510</a> }
<a name="511" href="#511">511</a>
<a name="512" href="#512">512</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="513" href="#513">513</a> <em class="jxr_javadoccomment">/**</em>
<a name="514" href="#514">514</a> <em class="jxr_javadoccomment"> * @param sessionHandler</em>
<a name="515" href="#515">515</a> <em class="jxr_javadoccomment"> * The sessionHandler to set.</em>
<a name="516" href="#516">516</a> <em class="jxr_javadoccomment"> */</em>
<a name="517" href="#517">517</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setSessionHandler(<a href="../../../../org/mortbay/jetty/servlet/SessionHandler.html">SessionHandler</a> sessionHandler)
<a name="518" href="#518">518</a> {
<a name="519" href="#519">519</a> _sessionHandler=sessionHandler;
<a name="520" href="#520">520</a> }
<a name="521" href="#521">521</a>
<a name="522" href="#522">522</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="523" href="#523">523</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setSessionPath(String path)
<a name="524" href="#524">524</a> {
<a name="525" href="#525">525</a> _sessionPath=path;
<a name="526" href="#526">526</a> }
<a name="527" href="#527">527</a>
<a name="528" href="#528">528</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="529" href="#529">529</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> Set the session ID URL parameter name</em>
<a name="530" href="#530">530</a> <em class="jxr_javadoccomment"> * @param param The parameter name for session id URL rewriting (null or "none" for no rewriting).</em>
<a name="531" href="#531">531</a> <em class="jxr_javadoccomment"> */</em>
<a name="532" href="#532">532</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setSessionURL(String param)
<a name="533" href="#533">533</a> {
<a name="534" href="#534">534</a> _sessionURL=(param==<strong class="jxr_keyword">null</strong>||<span class="jxr_string">"none"</span>.equals(param))?<strong class="jxr_keyword">null</strong>:param;
<a name="535" href="#535">535</a> _sessionURLPrefix=(param==<strong class="jxr_keyword">null</strong>||<span class="jxr_string">"none"</span>.equals(param))?<strong class="jxr_keyword">null</strong>:(<span class="jxr_string">";"</span>+_sessionURL+<span class="jxr_string">"="</span>);
<a name="536" href="#536">536</a> }
<a name="537" href="#537">537</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="538" href="#538">538</a> <em class="jxr_javadoccomment">/**</em>
<a name="539" href="#539">539</a> <em class="jxr_javadoccomment"> * @param usingCookies</em>
<a name="540" href="#540">540</a> <em class="jxr_javadoccomment"> * The usingCookies to set.</em>
<a name="541" href="#541">541</a> <em class="jxr_javadoccomment"> */</em>
<a name="542" href="#542">542</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setUsingCookies(<strong class="jxr_keyword">boolean</strong> usingCookies)
<a name="543" href="#543">543</a> {
<a name="544" href="#544">544</a> _usingCookies=usingCookies;
<a name="545" href="#545">545</a> }
<a name="546" href="#546">546</a>
<a name="547" href="#547">547</a>
<a name="548" href="#548">548</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="549" href="#549">549</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">void</strong> addSession(<a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> session);
<a name="550" href="#550">550</a>
<a name="551" href="#551">551</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="552" href="#552">552</a> <em class="jxr_javadoccomment">/**</em>
<a name="553" href="#553">553</a> <em class="jxr_javadoccomment"> * Add the session Registers the session with this manager and registers the</em>
<a name="554" href="#554">554</a> <em class="jxr_javadoccomment"> * session ID with the sessionIDManager;</em>
<a name="555" href="#555">555</a> <em class="jxr_javadoccomment"> */</em>
<a name="556" href="#556">556</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> addSession(<a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> session, <strong class="jxr_keyword">boolean</strong> created)
<a name="557" href="#557">557</a> {
<a name="558" href="#558">558</a> <strong class="jxr_keyword">synchronized</strong> (_sessionIdManager)
<a name="559" href="#559">559</a> {
<a name="560" href="#560">560</a> _sessionIdManager.addSession(session);
<a name="561" href="#561">561</a> <strong class="jxr_keyword">synchronized</strong> (<strong class="jxr_keyword">this</strong>)
<a name="562" href="#562">562</a> {
<a name="563" href="#563">563</a> addSession(session);
<a name="564" href="#564">564</a> <strong class="jxr_keyword">if</strong> (getSessions()><strong class="jxr_keyword">this</strong>._maxSessions)
<a name="565" href="#565">565</a> <strong class="jxr_keyword">this</strong>._maxSessions=getSessions();
<a name="566" href="#566">566</a> }
<a name="567" href="#567">567</a> }
<a name="568" href="#568">568</a>
<a name="569" href="#569">569</a> <strong class="jxr_keyword">if</strong> (!created)
<a name="570" href="#570">570</a> {
<a name="571" href="#571">571</a> session.didActivate();
<a name="572" href="#572">572</a> }
<a name="573" href="#573">573</a> <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (_sessionListeners!=<strong class="jxr_keyword">null</strong>)
<a name="574" href="#574">574</a> {
<a name="575" href="#575">575</a> HttpSessionEvent event=<strong class="jxr_keyword">new</strong> HttpSessionEvent(session);
<a name="576" href="#576">576</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i=0; i<LazyList.size(_sessionListeners); i++)
<a name="577" href="#577">577</a> ((HttpSessionListener)LazyList.get(_sessionListeners,i)).sessionCreated(event);
<a name="578" href="#578">578</a> }
<a name="579" href="#579">579</a> }
<a name="580" href="#580">580</a>
<a name="581" href="#581">581</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="582" href="#582">582</a> <em class="jxr_javadoccomment">/**</em>
<a name="583" href="#583">583</a> <em class="jxr_javadoccomment"> * Get a known existingsession</em>
<a name="584" href="#584">584</a> <em class="jxr_javadoccomment"> * @param idInCluster The session ID in the cluster, stripped of any worker name.</em>
<a name="585" href="#585">585</a> <em class="jxr_javadoccomment"> * @return A Session or null if none exists.</em>
<a name="586" href="#586">586</a> <em class="jxr_javadoccomment"> */</em>
<a name="587" href="#587">587</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> getSession(String idInCluster);
<a name="588" href="#588">588</a>
<a name="589" href="#589">589</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="590" href="#590">590</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">void</strong> invalidateSessions();
<a name="591" href="#591">591</a>
<a name="592" href="#592">592</a>
<a name="593" href="#593">593</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="594" href="#594">594</a> <em class="jxr_javadoccomment">/**</em>
<a name="595" href="#595">595</a> <em class="jxr_javadoccomment"> * Create a new session instance</em>
<a name="596" href="#596">596</a> <em class="jxr_javadoccomment"> * @param request</em>
<a name="597" href="#597">597</a> <em class="jxr_javadoccomment"> * @return</em>
<a name="598" href="#598">598</a> <em class="jxr_javadoccomment"> */</em>
<a name="599" href="#599">599</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">abstract</strong> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> newSession(HttpServletRequest request);
<a name="600" href="#600">600</a>
<a name="601" href="#601">601</a>
<a name="602" href="#602">602</a>
<a name="603" href="#603">603</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="604" href="#604">604</a> <em class="jxr_javadoccomment">/**</em>
<a name="605" href="#605">605</a> <em class="jxr_javadoccomment"> * @return true if the cluster node id (worker id) is returned as part of the session id by {@link HttpSession#getId()}. Default is false. </em>
<a name="606" href="#606">606</a> <em class="jxr_javadoccomment"> */</em>
<a name="607" href="#607">607</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isNodeIdInSessionId()
<a name="608" href="#608">608</a> {
<a name="609" href="#609">609</a> <strong class="jxr_keyword">return</strong> _nodeIdInSessionId;
<a name="610" href="#610">610</a> }
<a name="611" href="#611">611</a>
<a name="612" href="#612">612</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="613" href="#613">613</a> <em class="jxr_javadoccomment">/**</em>
<a name="614" href="#614">614</a> <em class="jxr_javadoccomment"> * @param nodeIdInSessionId true if the cluster node id (worker id) will be returned as part of the session id by {@link HttpSession#getId()}. Default is false.</em>
<a name="615" href="#615">615</a> <em class="jxr_javadoccomment"> */</em>
<a name="616" href="#616">616</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setNodeIdInSessionId(<strong class="jxr_keyword">boolean</strong> nodeIdInSessionId)
<a name="617" href="#617">617</a> {
<a name="618" href="#618">618</a> _nodeIdInSessionId=nodeIdInSessionId;
<a name="619" href="#619">619</a> }
<a name="620" href="#620">620</a>
<a name="621" href="#621">621</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="622" href="#622">622</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> Remove session from manager </em>
<a name="623" href="#623">623</a> <em class="jxr_javadoccomment"> * @param session The session to remove</em>
<a name="624" href="#624">624</a> <em class="jxr_javadoccomment"> * @param invalidate True if {@link HttpSessionListener#sessionDestroyed(HttpSessionEvent)} and</em>
<a name="625" href="#625">625</a> <em class="jxr_javadoccomment"> * {@link SessionIdManager#invalidateAll(String)} should be called.</em>
<a name="626" href="#626">626</a> <em class="jxr_javadoccomment"> */</em>
<a name="627" href="#627">627</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> removeSession(HttpSession session, <strong class="jxr_keyword">boolean</strong> invalidate)
<a name="628" href="#628">628</a> {
<a name="629" href="#629">629</a> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> s = ((SessionIf)session).getSession();
<a name="630" href="#630">630</a> removeSession(s,invalidate);
<a name="631" href="#631">631</a> }
<a name="632" href="#632">632</a>
<a name="633" href="#633">633</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="634" href="#634">634</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> Remove session from manager </em>
<a name="635" href="#635">635</a> <em class="jxr_javadoccomment"> * @param session The session to remove</em>
<a name="636" href="#636">636</a> <em class="jxr_javadoccomment"> * @param invalidate True if {@link HttpSessionListener#sessionDestroyed(HttpSessionEvent)} and</em>
<a name="637" href="#637">637</a> <em class="jxr_javadoccomment"> * {@link SessionIdManager#invalidateAll(String)} should be called.</em>
<a name="638" href="#638">638</a> <em class="jxr_javadoccomment"> */</em>
<a name="639" href="#639">639</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> removeSession(<a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> session, <strong class="jxr_keyword">boolean</strong> invalidate)
<a name="640" href="#640">640</a> {
<a name="641" href="#641">641</a> <em class="jxr_comment">// Remove session from context and global maps</em>
<a name="642" href="#642">642</a> <strong class="jxr_keyword">synchronized</strong> (_sessionIdManager)
<a name="643" href="#643">643</a> {
<a name="644" href="#644">644</a> <strong class="jxr_keyword">boolean</strong> removed = false;
<a name="645" href="#645">645</a>
<a name="646" href="#646">646</a> <strong class="jxr_keyword">synchronized</strong> (<strong class="jxr_keyword">this</strong>)
<a name="647" href="#647">647</a> {
<a name="648" href="#648">648</a> <em class="jxr_comment">//take this session out of the map of sessions for this context</em>
<a name="649" href="#649">649</a> <strong class="jxr_keyword">if</strong> (getSession(session.getClusterId()) != <strong class="jxr_keyword">null</strong>)
<a name="650" href="#650">650</a> {
<a name="651" href="#651">651</a> removed = <strong class="jxr_keyword">true</strong>;
<a name="652" href="#652">652</a> removeSession(session.getClusterId());
<a name="653" href="#653">653</a> }
<a name="654" href="#654">654</a> }
<a name="655" href="#655">655</a>
<a name="656" href="#656">656</a> <strong class="jxr_keyword">if</strong> (removed)
<a name="657" href="#657">657</a> {
<a name="658" href="#658">658</a> <em class="jxr_comment">// Remove session from all context and global id maps</em>
<a name="659" href="#659">659</a> _sessionIdManager.removeSession(session);
<a name="660" href="#660">660</a> <strong class="jxr_keyword">if</strong> (invalidate)
<a name="661" href="#661">661</a> _sessionIdManager.invalidateAll(session.getClusterId());
<a name="662" href="#662">662</a> }
<a name="663" href="#663">663</a> }
<a name="664" href="#664">664</a>
<a name="665" href="#665">665</a> <strong class="jxr_keyword">if</strong> (invalidate && _sessionListeners!=<strong class="jxr_keyword">null</strong>)
<a name="666" href="#666">666</a> {
<a name="667" href="#667">667</a> HttpSessionEvent event=<strong class="jxr_keyword">new</strong> HttpSessionEvent(session);
<a name="668" href="#668">668</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i=LazyList.size(_sessionListeners); i-->0;)
<a name="669" href="#669">669</a> ((HttpSessionListener)LazyList.get(_sessionListeners,i)).sessionDestroyed(event);
<a name="670" href="#670">670</a> }
<a name="671" href="#671">671</a> <strong class="jxr_keyword">if</strong> (!invalidate)
<a name="672" href="#672">672</a> {
<a name="673" href="#673">673</a> session.willPassivate();
<a name="674" href="#674">674</a> }
<a name="675" href="#675">675</a> }
<a name="676" href="#676">676</a>
<a name="677" href="#677">677</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="678" href="#678">678</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">void</strong> removeSession(String idInCluster);
<a name="679" href="#679">679</a>
<a name="680" href="#680">680</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="681" href="#681">681</a> <em class="jxr_javadoccomment">/**</em>
<a name="682" href="#682">682</a> <em class="jxr_javadoccomment"> * Null returning implementation of HttpSessionContext</em>
<a name="683" href="#683">683</a> <em class="jxr_javadoccomment"> * </em>
<a name="684" href="#684">684</a> <em class="jxr_javadoccomment"> * @author Greg Wilkins (gregw)</em>
<a name="685" href="#685">685</a> <em class="jxr_javadoccomment"> */</em>
<a name="686" href="#686">686</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/mortbay/jetty/servlet/AbstractSessionManager.html">NullSessionContext</a> implements HttpSessionContext
<a name="687" href="#687">687</a> {
<a name="688" href="#688">688</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="689" href="#689">689</a> <strong class="jxr_keyword">private</strong> <a href="../../../../org/mortbay/jetty/servlet/AbstractSessionManager.html">NullSessionContext</a>()
<a name="690" href="#690">690</a> {
<a name="691" href="#691">691</a> }
<a name="692" href="#692">692</a>
<a name="693" href="#693">693</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="694" href="#694">694</a> <em class="jxr_javadoccomment">/**</em>
<a name="695" href="#695">695</a> <em class="jxr_javadoccomment"> * @deprecated From HttpSessionContext</em>
<a name="696" href="#696">696</a> <em class="jxr_javadoccomment"> */</em>
<a name="697" href="#697">697</a> <strong class="jxr_keyword">public</strong> Enumeration getIds()
<a name="698" href="#698">698</a> {
<a name="699" href="#699">699</a> <strong class="jxr_keyword">return</strong> Collections.enumeration(Collections.EMPTY_LIST);
<a name="700" href="#700">700</a> }
<a name="701" href="#701">701</a>
<a name="702" href="#702">702</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="703" href="#703">703</a> <em class="jxr_javadoccomment">/**</em>
<a name="704" href="#704">704</a> <em class="jxr_javadoccomment"> * @deprecated From HttpSessionContext</em>
<a name="705" href="#705">705</a> <em class="jxr_javadoccomment"> */</em>
<a name="706" href="#706">706</a> <strong class="jxr_keyword">public</strong> HttpSession getSession(String id)
<a name="707" href="#707">707</a> {
<a name="708" href="#708">708</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
<a name="709" href="#709">709</a> }
<a name="710" href="#710">710</a> }
<a name="711" href="#711">711</a>
<a name="712" href="#712">712</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="713" href="#713">713</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="714" href="#714">714</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="715" href="#715">715</a> <em class="jxr_javadoccomment">/**</em>
<a name="716" href="#716">716</a> <em class="jxr_javadoccomment"> * Interface that any session wrapper should implement so that</em>
<a name="717" href="#717">717</a> <em class="jxr_javadoccomment"> * SessionManager may access the Jetty session implementation.</em>
<a name="718" href="#718">718</a> <em class="jxr_javadoccomment"> *</em>
<a name="719" href="#719">719</a> <em class="jxr_javadoccomment"> */</em>
<a name="720" href="#720">720</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> <a href="../../../../org/mortbay/jetty/servlet/AbstractSessionManager.html">SessionIf</a> <strong class="jxr_keyword">extends</strong> HttpSession
<a name="721" href="#721">721</a> {
<a name="722" href="#722">722</a> <strong class="jxr_keyword">public</strong> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> getSession();
<a name="723" href="#723">723</a> }
<a name="724" href="#724">724</a>
<a name="725" href="#725">725</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="726" href="#726">726</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="727" href="#727">727</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="728" href="#728">728</a> <em class="jxr_javadoccomment">/**</em>
<a name="729" href="#729">729</a> <em class="jxr_javadoccomment"> * </em>
<a name="730" href="#730">730</a> <em class="jxr_javadoccomment"> * <p></em>
<a name="731" href="#731">731</a> <em class="jxr_javadoccomment"> * Implements {@link javax.servlet.HttpSession} from the {@link javax.servlet} package. </em>
<a name="732" href="#732">732</a> <em class="jxr_javadoccomment"> * </p></em>
<a name="733" href="#733">733</a> <em class="jxr_javadoccomment"> * @author gregw</em>
<a name="734" href="#734">734</a> <em class="jxr_javadoccomment"> *</em>
<a name="735" href="#735">735</a> <em class="jxr_javadoccomment"> */</em>
<a name="736" href="#736">736</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> implements SessionIf, Serializable
<a name="737" href="#737">737</a> {
<a name="738" href="#738">738</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">final</strong> String _clusterId;
<a name="739" href="#739">739</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">final</strong> String _nodeId;
<a name="740" href="#740">740</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">boolean</strong> _idChanged;
<a name="741" href="#741">741</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">long</strong> _created;
<a name="742" href="#742">742</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">long</strong> _cookieSet;
<a name="743" href="#743">743</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">long</strong> _accessed;
<a name="744" href="#744">744</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">long</strong> _lastAccessed;
<a name="745" href="#745">745</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">boolean</strong> _invalid;
<a name="746" href="#746">746</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">boolean</strong> _doInvalidate;
<a name="747" href="#747">747</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">long</strong> _maxIdleMs=_dftMaxIdleSecs*1000;
<a name="748" href="#748">748</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">boolean</strong> _newSession;
<a name="749" href="#749">749</a> <strong class="jxr_keyword">protected</strong> Map _values;
<a name="750" href="#750">750</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">int</strong> _requests;
<a name="751" href="#751">751</a>
<a name="752" href="#752">752</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="753" href="#753">753</a> <strong class="jxr_keyword">protected</strong> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a>(HttpServletRequest request)
<a name="754" href="#754">754</a> {
<a name="755" href="#755">755</a> _newSession=<strong class="jxr_keyword">true</strong>;
<a name="756" href="#756">756</a> _created=System.currentTimeMillis();
<a name="757" href="#757">757</a> _clusterId=_sessionIdManager.newSessionId(request,_created);
<a name="758" href="#758">758</a> _nodeId=_sessionIdManager.getNodeId(_clusterId,request);
<a name="759" href="#759">759</a> _accessed=_created;
<a name="760" href="#760">760</a> _requests=1;
<a name="761" href="#761">761</a> }
<a name="762" href="#762">762</a>
<a name="763" href="#763">763</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="764" href="#764">764</a> <strong class="jxr_keyword">protected</strong> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a>(<strong class="jxr_keyword">long</strong> created, String clusterId)
<a name="765" href="#765">765</a> {
<a name="766" href="#766">766</a> _created=created;
<a name="767" href="#767">767</a> _clusterId=clusterId;
<a name="768" href="#768">768</a> _nodeId=_sessionIdManager.getNodeId(_clusterId,<strong class="jxr_keyword">null</strong>);
<a name="769" href="#769">769</a> _accessed=_created;
<a name="770" href="#770">770</a> }
<a name="771" href="#771">771</a>
<a name="772" href="#772">772</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="773" href="#773">773</a> <strong class="jxr_keyword">public</strong> <a href="../../../../org/mortbay/jetty/servlet/HashSessionManager.html">Session</a> getSession()
<a name="774" href="#774">774</a> {
<a name="775" href="#775">775</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
<a name="776" href="#776">776</a> }
<a name="777" href="#777">777</a>
<a name="778" href="#778">778</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="779" href="#779">779</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> initValues()
<a name="780" href="#780">780</a> {
<a name="781" href="#781">781</a> _values=newAttributeMap();
<a name="782" href="#782">782</a> }
<a name="783" href="#783">783</a>
<a name="784" href="#784">784</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="785" href="#785">785</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">synchronized</strong> Object getAttribute(String name)
<a name="786" href="#786">786</a> {
<a name="787" href="#787">787</a> <strong class="jxr_keyword">if</strong> (_invalid)
<a name="788" href="#788">788</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalStateException();
<a name="789" href="#789">789</a>
<a name="790" href="#790">790</a> <strong class="jxr_keyword">if</strong> (<strong class="jxr_keyword">null</strong> == _values)
<a name="791" href="#791">791</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
<a name="792" href="#792">792</a>
<a name="793" href="#793">793</a> <strong class="jxr_keyword">return</strong> _values.get(name);
<a name="794" href="#794">794</a> }
<a name="795" href="#795">795</a>
<a name="796" href="#796">796</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="797" href="#797">797</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">synchronized</strong> Enumeration getAttributeNames()
<a name="798" href="#798">798</a> {
<a name="799" href="#799">799</a> <strong class="jxr_keyword">if</strong> (_invalid)
<a name="800" href="#800">800</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalStateException();
<a name="801" href="#801">801</a> List names=_values==<strong class="jxr_keyword">null</strong>?Collections.EMPTY_LIST:<strong class="jxr_keyword">new</strong> ArrayList(_values.keySet());
<a name="802" href="#802">802</a> <strong class="jxr_keyword">return</strong> Collections.enumeration(names);
<a name="803" href="#803">803</a> }
<a name="804" href="#804">804</a>
<a name="805" href="#805">805</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="806" href="#806">806</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">long</strong> getCookieSetTime()
<a name="807" href="#807">807</a> {
<a name="808" href="#808">808</a> <strong class="jxr_keyword">return</strong> _cookieSet;
<a name="809" href="#809">809</a> }
<a name="810" href="#810">810</a>
<a name="811" href="#811">811</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="812" href="#812">812</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">long</strong> getCreationTime() <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="813" href="#813">813</a> {
<a name="814" href="#814">814</a> <strong class="jxr_keyword">if</strong> (_invalid)
<a name="815" href="#815">815</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalStateException();
<a name="816" href="#816">816</a> <strong class="jxr_keyword">return</strong> _created;
<a name="817" href="#817">817</a> }
<a name="818" href="#818">818</a>
<a name="819" href="#819">819</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="820" href="#820">820</a> <strong class="jxr_keyword">public</strong> String getId() <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="821" href="#821">821</a> {
<a name="822" href="#822">822</a> <strong class="jxr_keyword">return</strong> _nodeIdInSessionId?_nodeId:_clusterId;
<a name="823" href="#823">823</a> }
<a name="824" href="#824">824</a>
<a name="825" href="#825">825</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="826" href="#826">826</a> <strong class="jxr_keyword">protected</strong> String getNodeId()
<a name="827" href="#827">827</a> {
<a name="828" href="#828">828</a> <strong class="jxr_keyword">return</strong> _nodeId;
<a name="829" href="#829">829</a> }
<a name="830" href="#830">830</a>
<a name="831" href="#831">831</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="832" href="#832">832</a> <strong class="jxr_keyword">protected</strong> String getClusterId()
<a name="833" href="#833">833</a> {
<a name="834" href="#834">834</a> <strong class="jxr_keyword">return</strong> _clusterId;
<a name="835" href="#835">835</a> }
<a name="836" href="#836">836</a>
<a name="837" href="#837">837</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="838" href="#838">838</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">long</strong> getLastAccessedTime() <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="839" href="#839">839</a> {
<a name="840" href="#840">840</a> <strong class="jxr_keyword">if</strong> (_invalid)
<a name="841" href="#841">841</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalStateException();
<a name="842" href="#842">842</a> <strong class="jxr_keyword">return</strong> _lastAccessed;
<a name="843" href="#843">843</a> }
<a name="844" href="#844">844</a>
<a name="845" href="#845">845</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="846" href="#846">846</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getMaxInactiveInterval()
<a name="847" href="#847">847</a> {
<a name="848" href="#848">848</a> <strong class="jxr_keyword">if</strong> (_invalid)
<a name="849" href="#849">849</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalStateException();
<a name="850" href="#850">850</a> <strong class="jxr_keyword">return</strong> (<strong class="jxr_keyword">int</strong>)(_maxIdleMs/1000);
<a name="851" href="#851">851</a> }
<a name="852" href="#852">852</a>
<a name="853" href="#853">853</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="854" href="#854">854</a> <em class="jxr_comment">/*</em>
<a name="855" href="#855">855</a> <em class="jxr_comment"> * @see javax.servlet.http.HttpSession#getServletContext()</em>
<a name="856" href="#856">856</a> <em class="jxr_comment"> */</em>
<a name="857" href="#857">857</a> <strong class="jxr_keyword">public</strong> ServletContext getServletContext()
<a name="858" href="#858">858</a> {
<a name="859" href="#859">859</a> <strong class="jxr_keyword">return</strong> _context;
<a name="860" href="#860">860</a> }
<a name="861" href="#861">861</a>
<a name="862" href="#862">862</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="863" href="#863">863</a> <em class="jxr_javadoccomment">/**</em>
<a name="864" href="#864">864</a> <em class="jxr_javadoccomment"> * @deprecated</em>
<a name="865" href="#865">865</a> <em class="jxr_javadoccomment"> */</em>
<a name="866" href="#866">866</a> <strong class="jxr_keyword">public</strong> HttpSessionContext getSessionContext() <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="867" href="#867">867</a> {
<a name="868" href="#868">868</a> <strong class="jxr_keyword">if</strong> (_invalid)
<a name="869" href="#869">869</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalStateException();
<a name="870" href="#870">870</a> <strong class="jxr_keyword">return</strong> __nullSessionContext;
<a name="871" href="#871">871</a> }
<a name="872" href="#872">872</a>
<a name="873" href="#873">873</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="874" href="#874">874</a> <em class="jxr_javadoccomment">/**</em>
<a name="875" href="#875">875</a> <em class="jxr_javadoccomment"> * @deprecated As of Version 2.2, this method is replaced by</em>
<a name="876" href="#876">876</a> <em class="jxr_javadoccomment"> * {@link #getAttribute}</em>
<a name="877" href="#877">877</a> <em class="jxr_javadoccomment"> */</em>
<a name="878" href="#878">878</a> <strong class="jxr_keyword">public</strong> Object getValue(String name) <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="879" href="#879">879</a> {
<a name="880" href="#880">880</a> <strong class="jxr_keyword">return</strong> getAttribute(name);
<a name="881" href="#881">881</a> }
<a name="882" href="#882">882</a>
<a name="883" href="#883">883</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="884" href="#884">884</a> <em class="jxr_javadoccomment">/**</em>
<a name="885" href="#885">885</a> <em class="jxr_javadoccomment"> * @deprecated As of Version 2.2, this method is replaced by</em>
<a name="886" href="#886">886</a> <em class="jxr_javadoccomment"> * {@link #getAttributeNames}</em>
<a name="887" href="#887">887</a> <em class="jxr_javadoccomment"> */</em>
<a name="888" href="#888">888</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">synchronized</strong> String[] getValueNames() <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="889" href="#889">889</a> {
<a name="890" href="#890">890</a> <strong class="jxr_keyword">if</strong> (_invalid)
<a name="891" href="#891">891</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalStateException();
<a name="892" href="#892">892</a> <strong class="jxr_keyword">if</strong> (_values==<strong class="jxr_keyword">null</strong>)
<a name="893" href="#893">893</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> String[0];
<a name="894" href="#894">894</a> String[] a=<strong class="jxr_keyword">new</strong> String[_values.size()];
<a name="895" href="#895">895</a> <strong class="jxr_keyword">return</strong> (String[])_values.keySet().toArray(a);
<a name="896" href="#896">896</a> }
<a name="897" href="#897">897</a>
<a name="898" href="#898">898</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="899" href="#899">899</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> access(<strong class="jxr_keyword">long</strong> time)
<a name="900" href="#900">900</a> {
<a name="901" href="#901">901</a> <strong class="jxr_keyword">synchronized</strong>(<strong class="jxr_keyword">this</strong>)
<a name="902" href="#902">902</a> {
<a name="903" href="#903">903</a> _newSession=false;
<a name="904" href="#904">904</a> _lastAccessed=_accessed;
<a name="905" href="#905">905</a> _accessed=time;
<a name="906" href="#906">906</a> _requests++;
<a name="907" href="#907">907</a> }
<a name="908" href="#908">908</a> }
<a name="909" href="#909">909</a>
<a name="910" href="#910">910</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="911" href="#911">911</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> complete()
<a name="912" href="#912">912</a> {
<a name="913" href="#913">913</a> <strong class="jxr_keyword">synchronized</strong>(<strong class="jxr_keyword">this</strong>)
<a name="914" href="#914">914</a> {
<a name="915" href="#915">915</a> _requests--;
<a name="916" href="#916">916</a> <strong class="jxr_keyword">if</strong> (_doInvalidate && _requests<=0 )
<a name="917" href="#917">917</a> doInvalidate();
<a name="918" href="#918">918</a> }
<a name="919" href="#919">919</a> }
<a name="920" href="#920">920</a>
<a name="921" href="#921">921</a>
<a name="922" href="#922">922</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="923" href="#923">923</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> timeout() <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="924" href="#924">924</a> {
<a name="925" href="#925">925</a> <em class="jxr_comment">// remove session from context and invalidate other sessions with same ID.</em>
<a name="926" href="#926">926</a> removeSession(<strong class="jxr_keyword">this</strong>,<strong class="jxr_keyword">true</strong>);
<a name="927" href="#927">927</a>
<a name="928" href="#928">928</a> <em class="jxr_comment">// Notify listeners and unbind values</em>
<a name="929" href="#929">929</a> <strong class="jxr_keyword">synchronized</strong> (<strong class="jxr_keyword">this</strong>)
<a name="930" href="#930">930</a> {
<a name="931" href="#931">931</a> <strong class="jxr_keyword">if</strong> (_requests<=0)
<a name="932" href="#932">932</a> doInvalidate();
<a name="933" href="#933">933</a> <strong class="jxr_keyword">else</strong>
<a name="934" href="#934">934</a> _doInvalidate=<strong class="jxr_keyword">true</strong>;
<a name="935" href="#935">935</a> }
<a name="936" href="#936">936</a> }
<a name="937" href="#937">937</a>
<a name="938" href="#938">938</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="939" href="#939">939</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> invalidate() <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="940" href="#940">940</a> {
<a name="941" href="#941">941</a> <em class="jxr_comment">// remove session from context and invalidate other sessions with same ID.</em>
<a name="942" href="#942">942</a> removeSession(<strong class="jxr_keyword">this</strong>,<strong class="jxr_keyword">true</strong>);
<a name="943" href="#943">943</a> doInvalidate();
<a name="944" href="#944">944</a> }
<a name="945" href="#945">945</a>
<a name="946" href="#946">946</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="947" href="#947">947</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> doInvalidate() <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="948" href="#948">948</a> {
<a name="949" href="#949">949</a> <strong class="jxr_keyword">try</strong>
<a name="950" href="#950">950</a> {
<a name="951" href="#951">951</a> <em class="jxr_comment">// Notify listeners and unbind values</em>
<a name="952" href="#952">952</a> <strong class="jxr_keyword">if</strong> (_invalid)
<a name="953" href="#953">953</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalStateException();
<a name="954" href="#954">954</a>
<a name="955" href="#955">955</a> <strong class="jxr_keyword">while</strong> (_values!=<strong class="jxr_keyword">null</strong> && _values.size()>0)
<a name="956" href="#956">956</a> {
<a name="957" href="#957">957</a> ArrayList keys;
<a name="958" href="#958">958</a> <strong class="jxr_keyword">synchronized</strong> (<strong class="jxr_keyword">this</strong>)
<a name="959" href="#959">959</a> {
<a name="960" href="#960">960</a> keys=<strong class="jxr_keyword">new</strong> ArrayList(_values.keySet());
<a name="961" href="#961">961</a> }
<a name="962" href="#962">962</a>
<a name="963" href="#963">963</a> Iterator iter=keys.iterator();
<a name="964" href="#964">964</a> <strong class="jxr_keyword">while</strong> (iter.hasNext())
<a name="965" href="#965">965</a> {
<a name="966" href="#966">966</a> String key=(String)iter.next();
<a name="967" href="#967">967</a>
<a name="968" href="#968">968</a> Object value;
<a name="969" href="#969">969</a> <strong class="jxr_keyword">synchronized</strong> (<strong class="jxr_keyword">this</strong>)
<a name="970" href="#970">970</a> {
<a name="971" href="#971">971</a> value=_values.remove(key);
<a name="972" href="#972">972</a> }
<a name="973" href="#973">973</a> unbindValue(key,value);
<a name="974" href="#974">974</a>
<a name="975" href="#975">975</a> <strong class="jxr_keyword">if</strong> (_sessionAttributeListeners!=<strong class="jxr_keyword">null</strong>)
<a name="976" href="#976">976</a> {
<a name="977" href="#977">977</a> HttpSessionBindingEvent event=<strong class="jxr_keyword">new</strong> HttpSessionBindingEvent(<strong class="jxr_keyword">this</strong>,key,value);
<a name="978" href="#978">978</a>
<a name="979" href="#979">979</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i=0; i<LazyList.size(_sessionAttributeListeners); i++)
<a name="980" href="#980">980</a> ((HttpSessionAttributeListener)LazyList.get(_sessionAttributeListeners,i)).attributeRemoved(event);
<a name="981" href="#981">981</a> }
<a name="982" href="#982">982</a> }
<a name="983" href="#983">983</a> }
<a name="984" href="#984">984</a> }
<a name="985" href="#985">985</a> <strong class="jxr_keyword">finally</strong>
<a name="986" href="#986">986</a> {
<a name="987" href="#987">987</a> <em class="jxr_comment">// mark as invalid</em>
<a name="988" href="#988">988</a> _invalid=<strong class="jxr_keyword">true</strong>;
<a name="989" href="#989">989</a> }
<a name="990" href="#990">990</a> }
<a name="991" href="#991">991</a>
<a name="992" href="#992">992</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="993" href="#993">993</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isIdChanged()
<a name="994" href="#994">994</a> {
<a name="995" href="#995">995</a> <strong class="jxr_keyword">return</strong> _idChanged;
<a name="996" href="#996">996</a> }
<a name="997" href="#997">997</a>
<a name="998" href="#998">998</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="999" href="#999">999</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isNew() <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="1000" href="#1000">1000</a> {
<a name="1001" href="#1001">1001</a> <strong class="jxr_keyword">if</strong> (_invalid)
<a name="1002" href="#1002">1002</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalStateException();
<a name="1003" href="#1003">1003</a> <strong class="jxr_keyword">return</strong> _newSession;
<a name="1004" href="#1004">1004</a> }
<a name="1005" href="#1005">1005</a>
<a name="1006" href="#1006">1006</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="1007" href="#1007">1007</a> <em class="jxr_javadoccomment">/**</em>
<a name="1008" href="#1008">1008</a> <em class="jxr_javadoccomment"> * @deprecated As of Version 2.2, this method is replaced by</em>
<a name="1009" href="#1009">1009</a> <em class="jxr_javadoccomment"> * {@link #setAttribute}</em>
<a name="1010" href="#1010">1010</a> <em class="jxr_javadoccomment"> */</em>
<a name="1011" href="#1011">1011</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> putValue(java.lang.String name, java.lang.Object value) <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="1012" href="#1012">1012</a> {
<a name="1013" href="#1013">1013</a> setAttribute(name,value);
<a name="1014" href="#1014">1014</a> }
<a name="1015" href="#1015">1015</a>
<a name="1016" href="#1016">1016</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="1017" href="#1017">1017</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">synchronized</strong> <strong class="jxr_keyword">void</strong> removeAttribute(String name)
<a name="1018" href="#1018">1018</a> {
<a name="1019" href="#1019">1019</a> <strong class="jxr_keyword">if</strong> (_invalid)
<a name="1020" href="#1020">1020</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalStateException();
<a name="1021" href="#1021">1021</a> <strong class="jxr_keyword">if</strong> (_values==<strong class="jxr_keyword">null</strong>)
<a name="1022" href="#1022">1022</a> <strong class="jxr_keyword">return</strong>;
<a name="1023" href="#1023">1023</a>
<a name="1024" href="#1024">1024</a> Object old=_values.remove(name);
<a name="1025" href="#1025">1025</a> <strong class="jxr_keyword">if</strong> (old!=<strong class="jxr_keyword">null</strong>)
<a name="1026" href="#1026">1026</a> {
<a name="1027" href="#1027">1027</a> unbindValue(name,old);
<a name="1028" href="#1028">1028</a> <strong class="jxr_keyword">if</strong> (_sessionAttributeListeners!=<strong class="jxr_keyword">null</strong>)
<a name="1029" href="#1029">1029</a> {
<a name="1030" href="#1030">1030</a> HttpSessionBindingEvent event=<strong class="jxr_keyword">new</strong> HttpSessionBindingEvent(<strong class="jxr_keyword">this</strong>,name,old);
<a name="1031" href="#1031">1031</a>
<a name="1032" href="#1032">1032</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i=0; i<LazyList.size(_sessionAttributeListeners); i++)
<a name="1033" href="#1033">1033</a> ((HttpSessionAttributeListener)LazyList.get(_sessionAttributeListeners,i)).attributeRemoved(event);
<a name="1034" href="#1034">1034</a> }
<a name="1035" href="#1035">1035</a> }
<a name="1036" href="#1036">1036</a> }
<a name="1037" href="#1037">1037</a>
<a name="1038" href="#1038">1038</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="1039" href="#1039">1039</a> <em class="jxr_javadoccomment">/**</em>
<a name="1040" href="#1040">1040</a> <em class="jxr_javadoccomment"> * @deprecated As of Version 2.2, this method is replaced by</em>
<a name="1041" href="#1041">1041</a> <em class="jxr_javadoccomment"> * {@link #removeAttribute}</em>
<a name="1042" href="#1042">1042</a> <em class="jxr_javadoccomment"> */</em>
<a name="1043" href="#1043">1043</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> removeValue(java.lang.String name) <strong class="jxr_keyword">throws</strong> IllegalStateException
<a name="1044" href="#1044">1044</a> {
<a name="1045" href="#1045">1045</a> removeAttribute(name);
<a name="1046" href="#1046">1046</a> }
<a name="1047" href="#1047">1047</a>
<a name="1048" href="#1048">1048</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="1049" href="#1049">1049</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">synchronized</strong> <strong class="jxr_keyword">void</strong> setAttribute(String name, Object value)
<a name="1050" href="#1050">1050</a> {
<a name="1051" href="#1051">1051</a> <strong class="jxr_keyword">if</strong> (value==<strong class="jxr_keyword">null</strong>)
<a name="1052" href="#1052">1052</a> {
<a name="1053" href="#1053">1053</a> removeAttribute(name);
<a name="1054" href="#1054">1054</a> <strong class="jxr_keyword">return</strong>;
<a name="1055" href="#1055">1055</a> }
<a name="1056" href="#1056">1056</a>
<a name="1057" href="#1057">1057</a> <strong class="jxr_keyword">if</strong> (_invalid)
<a name="1058" href="#1058">1058</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalStateException();
<a name="1059" href="#1059">1059</a> <strong class="jxr_keyword">if</strong> (_values==<strong class="jxr_keyword">null</strong>)
<a name="1060" href="#1060">1060</a> _values=newAttributeMap();
<a name="1061" href="#1061">1061</a> Object oldValue=_values.put(name,value);
<a name="1062" href="#1062">1062</a>
<a name="1063" href="#1063">1063</a> <strong class="jxr_keyword">if</strong> (oldValue==<strong class="jxr_keyword">null</strong> || !value.equals(oldValue))
<a name="1064" href="#1064">1064</a> {
<a name="1065" href="#1065">1065</a> unbindValue(name,oldValue);
<a name="1066" href="#1066">1066</a> bindValue(name,value);
<a name="1067" href="#1067">1067</a>
<a name="1068" href="#1068">1068</a> <strong class="jxr_keyword">if</strong> (_sessionAttributeListeners!=<strong class="jxr_keyword">null</strong>)
<a name="1069" href="#1069">1069</a> {
<a name="1070" href="#1070">1070</a> HttpSessionBindingEvent event=<strong class="jxr_keyword">new</strong> HttpSessionBindingEvent(<strong class="jxr_keyword">this</strong>,name,oldValue==<strong class="jxr_keyword">null</strong>?value:oldValue);
<a name="1071" href="#1071">1071</a>
<a name="1072" href="#1072">1072</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i=0; i<LazyList.size(_sessionAttributeListeners); i++)
<a name="1073" href="#1073">1073</a> {
<a name="1074" href="#1074">1074</a> HttpSessionAttributeListener l=(HttpSessionAttributeListener)LazyList.get(_sessionAttributeListeners,i);
<a name="1075" href="#1075">1075</a>
<a name="1076" href="#1076">1076</a> <strong class="jxr_keyword">if</strong> (oldValue==<strong class="jxr_keyword">null</strong>)
<a name="1077" href="#1077">1077</a> l.attributeAdded(event);
<a name="1078" href="#1078">1078</a> <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (value==<strong class="jxr_keyword">null</strong>)
<a name="1079" href="#1079">1079</a> l.attributeRemoved(event);
<a name="1080" href="#1080">1080</a> <strong class="jxr_keyword">else</strong>
<a name="1081" href="#1081">1081</a> l.attributeReplaced(event);
<a name="1082" href="#1082">1082</a> }
<a name="1083" href="#1083">1083</a> }
<a name="1084" href="#1084">1084</a> }
<a name="1085" href="#1085">1085</a> }
<a name="1086" href="#1086">1086</a>
<a name="1087" href="#1087">1087</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="1088" href="#1088">1088</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setIdChanged(<strong class="jxr_keyword">boolean</strong> changed)
<a name="1089" href="#1089">1089</a> {
<a name="1090" href="#1090">1090</a> _idChanged=changed;
<a name="1091" href="#1091">1091</a> }
<a name="1092" href="#1092">1092</a>
<a name="1093" href="#1093">1093</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="1094" href="#1094">1094</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setMaxInactiveInterval(<strong class="jxr_keyword">int</strong> secs)
<a name="1095" href="#1095">1095</a> {
<a name="1096" href="#1096">1096</a> _maxIdleMs=(<strong class="jxr_keyword">long</strong>)secs*1000;
<a name="1097" href="#1097">1097</a> }
<a name="1098" href="#1098">1098</a>
<a name="1099" href="#1099">1099</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="1100" href="#1100">1100</a> <strong class="jxr_keyword">public</strong> String toString()
<a name="1101" href="#1101">1101</a> {
<a name="1102" href="#1102">1102</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>.getClass().getName()+<span class="jxr_string">":"</span>+getId()+<span class="jxr_string">"@"</span>+hashCode();
<a name="1103" href="#1103">1103</a> }
<a name="1104" href="#1104">1104</a>
<a name="1105" href="#1105">1105</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="1106" href="#1106">1106</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> If value implements HttpSessionBindingListener, call valueBound() */</em>
<a name="1107" href="#1107">1107</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> bindValue(java.lang.String name, Object value)
<a name="1108" href="#1108">1108</a> {
<a name="1109" href="#1109">1109</a> <strong class="jxr_keyword">if</strong> (value!=<strong class="jxr_keyword">null</strong>&&value instanceof HttpSessionBindingListener)
<a name="1110" href="#1110">1110</a> ((HttpSessionBindingListener)value).valueBound(<strong class="jxr_keyword">new</strong> HttpSessionBindingEvent(<strong class="jxr_keyword">this</strong>,name));
<a name="1111" href="#1111">1111</a> }
<a name="1112" href="#1112">1112</a>
<a name="1113" href="#1113">1113</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="1114" href="#1114">1114</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">boolean</strong> isValid()
<a name="1115" href="#1115">1115</a> {
<a name="1116" href="#1116">1116</a> <strong class="jxr_keyword">return</strong> !_invalid;
<a name="1117" href="#1117">1117</a> }
<a name="1118" href="#1118">1118</a>
<a name="1119" href="#1119">1119</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------ */</em></em>
<a name="1120" href="#1120">1120</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">abstract</strong> Map newAttributeMap();
<a name="1121" href="#1121">1121</a>
<a name="1122" href="#1122">1122</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="1123" href="#1123">1123</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> cookieSet()
<a name="1124" href="#1124">1124</a> {
<a name="1125" href="#1125">1125</a> _cookieSet=_accessed;
<a name="1126" href="#1126">1126</a> }
<a name="1127" href="#1127">1127</a>
<a name="1128" href="#1128">1128</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="1129" href="#1129">1129</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> If value implements HttpSessionBindingListener, call valueUnbound() */</em>
<a name="1130" href="#1130">1130</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">void</strong> unbindValue(java.lang.String name, Object value)
<a name="1131" href="#1131">1131</a> {
<a name="1132" href="#1132">1132</a> <strong class="jxr_keyword">if</strong> (value!=<strong class="jxr_keyword">null</strong>&&value instanceof HttpSessionBindingListener)
<a name="1133" href="#1133">1133</a> ((HttpSessionBindingListener)value).valueUnbound(<strong class="jxr_keyword">new</strong> HttpSessionBindingEvent(<strong class="jxr_keyword">this</strong>,name));
<a name="1134" href="#1134">1134</a> }
<a name="1135" href="#1135">1135</a>
<a name="1136" href="#1136">1136</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="1137" href="#1137">1137</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">synchronized</strong> <strong class="jxr_keyword">void</strong> willPassivate()
<a name="1138" href="#1138">1138</a> {
<a name="1139" href="#1139">1139</a> HttpSessionEvent event = <strong class="jxr_keyword">new</strong> HttpSessionEvent(<strong class="jxr_keyword">this</strong>);
<a name="1140" href="#1140">1140</a> <strong class="jxr_keyword">for</strong> (Iterator iter = _values.values().iterator(); iter.hasNext();)
<a name="1141" href="#1141">1141</a> {
<a name="1142" href="#1142">1142</a> Object value = iter.next();
<a name="1143" href="#1143">1143</a> <strong class="jxr_keyword">if</strong> (value instanceof HttpSessionActivationListener)
<a name="1144" href="#1144">1144</a> {
<a name="1145" href="#1145">1145</a> HttpSessionActivationListener listener = (HttpSessionActivationListener) value;
<a name="1146" href="#1146">1146</a> listener.sessionWillPassivate(event);
<a name="1147" href="#1147">1147</a> }
<a name="1148" href="#1148">1148</a> }
<a name="1149" href="#1149">1149</a> }
<a name="1150" href="#1150">1150</a>
<a name="1151" href="#1151">1151</a> <em class="jxr_comment">/*<em class="jxr_comment"> ------------------------------------------------------------- */</em></em>
<a name="1152" href="#1152">1152</a> <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">synchronized</strong> <strong class="jxr_keyword">void</strong> didActivate()
<a name="1153" href="#1153">1153</a> {
<a name="1154" href="#1154">1154</a> HttpSessionEvent event = <strong class="jxr_keyword">new</strong> HttpSessionEvent(<strong class="jxr_keyword">this</strong>);
<a name="1155" href="#1155">1155</a> <strong class="jxr_keyword">for</strong> (Iterator iter = _values.values().iterator(); iter.hasNext();)
<a name="1156" href="#1156">1156</a> {
<a name="1157" href="#1157">1157</a> Object value = iter.next();
<a name="1158" href="#1158">1158</a> <strong class="jxr_keyword">if</strong> (value instanceof HttpSessionActivationListener)
<a name="1159" href="#1159">1159</a> {
<a name="1160" href="#1160">1160</a> HttpSessionActivationListener listener = (HttpSessionActivationListener) value;
<a name="1161" href="#1161">1161</a> listener.sessionDidActivate(event);
<a name="1162" href="#1162">1162</a> }
<a name="1163" href="#1163">1163</a> }
<a name="1164" href="#1164">1164</a> }
<a name="1165" href="#1165">1165</a> }
<a name="1166" href="#1166">1166</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
| cscotta/miso-java | jetty/jxr/org/mortbay/jetty/servlet/AbstractSessionManager.html | HTML | mit | 116,670 |
<!DOCTYPE html><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta charset="utf-8">
<title>API Documentation » \Crawler\Tweaks\TweakRunner</title>
<meta name="author" content="Mike van Riel">
<meta name="description" content="">
<link href="../css/template.css" rel="stylesheet" media="all">
<script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="../js/bootstrap.js" type="text/javascript"></script><script src="../js/template.js" type="text/javascript"></script><script src="../js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="../img/favicon.ico">
<link rel="apple-touch-icon" href="../img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner"><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><a class="brand" href="../index.html">API Documentation</a><div class="nav-collapse"><ul class="nav">
<li class="dropdown">
<a href="#api" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b></a><ul class="dropdown-menu">
<li><a>Namespaces</a></li>
<li><a href="../namespaces/Crawler.html"><i class="icon-th"></i> Crawler</a></li>
<li><a href="../namespaces/siteResearch.html"><i class="icon-th"></i> siteResearch</a></li>
<li><a>Packages</a></li>
<li><a href="../packages/Default.html"><i class="icon-folder-open"></i> Default</a></li>
<li><a href="../packages/siteResearch.html"><i class="icon-folder-open"></i> siteResearch</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="../graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b></a><ul class="dropdown-menu">
<li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors
<span class="label label-info">92</span></a></li>
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
<ul></ul></a></li>
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
<span class="label label-info">0</span></a></li>
</ul>
</li>
</ul></div>
</div></div>
<div class="go_to_top"><a href="#___" style="color: inherit">Back to top <i class="icon-upload icon-white"></i></a></div>
</div>
<div id="___" class="container">
<noscript><div class="alert alert-warning">
Javascript is disabled; several features are only available
if Javascript is enabled.
</div></noscript>
<div class="row">
<div class="span4">
<div class="btn-toolbar">
<div class="btn-group visibility" data-toggle="buttons-checkbox">
<button class="btn public active" title="Show public elements">Public</button><button class="btn protected" title="Show protected elements">Protected</button><button class="btn private" title="Show private elements">Private</button><button class="btn inherited active" title="Show inherited elements">Inherited</button>
</div>
<div class="btn-group view pull-right" data-toggle="buttons-radio">
<button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button>
</div>
</div>
<ul class="side-nav nav nav-list">
<li class="nav-header">
<i title="Methods" class="icon-custom icon-method"></i> Methods
<ul>
<li class="method public "><a href="#method___construct" title="__construct() :: constructor"><span class="description">constructor</span><pre>__construct()</pre></a></li>
<li class="method public "><a href="#method_getTweakList" title="getTweakList() :: returns all the filters found in the config xml"><span class="description">returns all the filters found in the config xml</span><pre>getTweakList()</pre></a></li>
<li class="method public "><a href="#method_init" title="init() :: parse the config xml"><span class="description">parse the config xml</span><pre>init()</pre></a></li>
<li class="method public "><a href="#method_run" title="run() :: runs provided set of urls trough a list of tweaks"><span class="description">runs provided set of urls trough a list of tweaks</span><pre>run()</pre></a></li>
</ul>
</li>
<li class="nav-header">
<i title="Properties" class="icon-custom icon-property"></i> Properties
<ul></ul>
</li>
<li class="nav-header private">» Private
<ul>
<li class="property private "><a href="#property_configfile" title="$configfile() :: stores the location of the xml config file"><span class="description"></span><pre>$configfile</pre></a></li>
<li class="property private "><a href="#property_list" title="$list() :: stores a list of all the filters to run"><span class="description"></span><pre>$list</pre></a></li>
</ul>
</li>
</ul>
</div>
<div class="span8">
<a id="\Crawler\Tweaks\TweakRunner"></a><ul class="breadcrumb">
<li>
<a href="../index.html"><i title="Classes" class="icon-custom icon-class"></i></a><span class="divider">\</span>
</li>
<li><a href="../namespaces/Crawler.html">Crawler</a></li>
<li>
<span class="divider">\</span><a href="../namespaces/Crawler.Tweaks.html">Tweaks</a>
</li>
<li class="active">
<span class="divider">\</span><a href="../classes/Crawler.Tweaks.TweakRunner.html">TweakRunner</a>
</li>
</ul>
<div class="element class">
<p class="short_description">factory for filters</p>
<div class="details">
<div class="long_description"></div>
<h3>
<i title="Methods" class="icon-custom icon-method"></i> Methods</h3>
<a id="method___construct"></a><div class="element clickable method public method___construct" data-toggle="collapse" data-target=".method___construct .collapse" title="public">
<h2>constructor</h2>
<pre>__construct(string $configxml<code> = "__DIR__./tweaks.xml"</code>) </pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$configxml</h4>
<code>string</code><p>path to config xml</p></div>
</div></div>
</div>
<a id="method_getTweakList"></a><div class="element clickable method public method_getTweakList" data-toggle="collapse" data-target=".method_getTweakList .collapse" title="public">
<h2>returns all the filters found in the config xml</h2>
<pre>getTweakList() : \Crawler\Tweaks\type</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Returns</h3>
<div class="subelement response"><code>\Crawler\Tweaks\type</code></div>
</div></div>
</div>
<a id="method_init"></a><div class="element clickable method public method_init" data-toggle="collapse" data-target=".method_init .collapse" title="public">
<h2>parse the config xml</h2>
<pre>init() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description"><div class="long_description">parses the config xml and puts the content in $list</div></div></div>
</div>
<a id="method_run"></a><div class="element clickable method public method_run" data-toggle="collapse" data-target=".method_run .collapse" title="public">
<h2>runs provided set of urls trough a list of tweaks</h2>
<pre>run(array $urls) : array</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$urls</h4>
<code>array</code>
</div>
<h3>Returns</h3>
<div class="subelement response"><code>array</code></div>
</div></div>
</div>
<h3>
<i title="Properties" class="icon-custom icon-property"></i> Properties</h3>
<a id="property_configfile"> </a><div class="element clickable property private property_configfile" data-toggle="collapse" data-target=".property_configfile .collapse" title="private">
<h2>stores the location of the xml config file</h2>
<pre>$configfile : \Crawler\Tweaks\type</pre>
<div class="row collapse"><div class="detail-description">
<h3>Default</h3>
<div class="subelement argument"></div>
</div></div>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
</div>
<a id="property_list"> </a><div class="element clickable property private property_list" data-toggle="collapse" data-target=".property_list .collapse" title="private">
<h2>stores a list of all the filters to run</h2>
<pre>$list : \Crawler\Tweaks\type</pre>
<div class="row collapse"><div class="detail-description">
<h3>Default</h3>
<div class="subelement argument"><code>array()</code></div>
</div></div>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
</div>
</div>
</div>
</div>
</div>
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.1
</a> and<br>
generated on 2014-06-11T22:40:14+02:00.<br></footer></div>
</div>
</body>
</html>
| drBenway/siteResearch | docs/Crawler/classes/Crawler.Tweaks.TweakRunner.html | HTML | mit | 10,204 |
<!DOCTYPE html>
<html lang="pt">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0" />
<title>EBA 11 - Encontro Brasileiro sobre Adsorção</title>
<link rel="icon" type="image/png" href="http://irdl.info.yorku.ca/files/2014/04/category-icon-speaker.png">
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/animate.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.1.1/css/material-design-iconic-font.min.css">
</head>
<body>
<div id="fb-root"></div>
<script>
(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.4&appId=352992051449161";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<header>
<div class="container"><a href="index.html" data-activates="nav-mobile" class="button-collapse top-nav full hide-on-large-only"><i class="mdi-navigation-menu"></i></a>
</div>
<ul id="nav-mobile" class="side-nav fixed " style="width: 185px;">
<li class="logo">
<a id="logo-container" href="" class="brand-logo animated zoomIn">
<img src="res/eba.svg" style="max-width:150px"> </a>
</li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li class="bold"><a class="collapsible-header waves-effect waves-blue">Sobre</a>
<div class="collapsible-body" style="display: block;">
<ul>
<li><a href="#objetivo">Objetivos</a>
</li>
<li><a href="#areas">Áreas</a>
</li>
<li><a href="#apoio">Patrocinadores</a>
</li>
<li><a href="sobre/historico.html">Histórico</a>
</li>
<li><a href="sobre/organizacao.html">Comissão Organizadora</a>
</li>
<li><a href="sobre/comite.html">Comitê Científico</a>
</li>
</ul>
</div>
</li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li class="bold">
<a class="collapsible-header waves-effect waves-blue">Programação</a>
<div class="collapsible-body" style="display: block;">
<ul>
<li><a href="programacao/palestras.html">Tabela da programação</a>
</li>
<li><a href="programacao/palestras.html#plenarias">Palestras Plenárias</a>
</li>
<li><a href="programacao/conferencistas.html">Trabalhos convidados</a>
</li>
<li><a href="programacao/escola.html">Escola de adsorção</a>
</li>
</ul>
</div>
</li>
</ul>
</li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li class="bold">
<a class="collapsible-header waves-effect waves-blue">Inscrições</a>
<div class="collapsible-body" style="display: block;">
<ul>
<li><a href="add/inscrever.html">Increver-se</a>
</li>
<li><a href="add/trabalho.html">Submeter trabalho</a>
</li>
</ul>
</div>
</li>
</ul>
</li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li class="bold">
<a class="collapsible-header waves-effect waves-blue">Contatos</a>
<div class="collapsible-body" style="display: block;">
<ul>
<li><a href="contato/local.html">Midias digitais</a>
</li>
<li><a href="contato/local.html#local">Local</a>
</li>
<li><a href="contato/local.html#hospedagem">Hospedagem</a>
</li>
<li><a href="contato/faq.html">Dúvidas</a>
</li>
</ul>
</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</header>
<main>
<div class="parallax-container">
<div class="parallax">
<img src="img/bg_unit.jpg">
<div class="parallax-titulo wow" style=" background-image: url('img/bg_video.png');">
<h2 class="header wow zoomIn"> 11° Encontro Brasileiro sobre Adsorção</h2>
<h4 class="header wow slideInLeft"> 25 a 27 de abril de 2016</h4>
<h4 class="header wow slideInLeft"> Universidade Tiradentes, Aracaju SE</h4>
<div class="row hide-on-small-only ">
<div class="col l8 offset-l2 ">
<div class="card-panel wow zoomIn" style="background-color:transparent">
<table style="color:white;" class="" id="table-importante">
<thead>
<tr>
<th data-field="id" class="caption">Etapa do evento</th>
<th data-field="name" class="caption">Data</th>
</tr>
</thead>
<tbody>
<tr>
<td>Inscrição no site</td>
<td>A partir de 01/10/2015</td>
</tr>
<tr>
<td>Pagamento da inscrição com desconto</td>
<td>01/10/2015 até 30/12/2015</td>
</tr>
<tr>
<td>Submissão dos trabalhos</td>
<td>01/10/2015 até 15/01/2016</td>
</tr>
<tr>
<td>Resultado da avaliação dos trabalhos</td>
<td>15/02/2016</td>
</tr>
<tr>
<td>Submissão dos trabalhos corrigidos</td>
<td>26/02/2016</td>
</tr>
<tr>
<td>Carta de aceite</td>
<td>07/03/2016</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section white">
<div class="container wow">
<h2 class="header wow slideInLeft">Boas vindas</h2>
<p class="grey-text text-darken-3 lighten-3 caption wow slideInLeft" style="text-align:justify;margin-bottom:0px">
A Comissão Organizadora do 11° Encontro Brasileiro sobre Adsorção convida a participar deste importante congresso que compõe o calendário científico brasileiro e é aberto para a comunidade científica nacional e internacional. Esta 11ª edição será promovida pelo Instituto de Tecnologia e Pesquisa ITP, com apoio da Universidade Tiradentes e será realizada de 24 a 27 de abril de 2016 no campus de Farolândia da UNIT em Aracaju, Sergipe. Com 20 anos de história, o EBA apresenta um crescente interesse das comunidades científica e empresarial tanto do Brasil como do exterior.
</p>
<div class="section white wow" style="padding:0px" id="objetivo">
<h3 class="header wow slideInRight">Objetivo</h3>
<div class="row">
<div class="col s12 m6 l12 wow fadInLeft">
<div class="card light-blue lighten-5 wow zoomIn">
<div class="card-content ">
<p class="">O EBA tem se consolidado como um fórum de discussão sobre os fundamentos e as aplicações da adsorção no Brasil. Esta edição tem como objetivos congregar as comunidades científica, acadêmica e empresarial da área, buscando uma interação entre os seus grupos de P&D, a fim de difundir a ciência da adsorção, visando o aumento de estudantes interessados em estudar e desenvolver trabalhos na área, dentro dos padrões de excelência praticada em todo o mundo.</p>
</div>
</div>
</div>
</div>
</div>
<h3 class="header wow slideInLeft hide-on-med-and-up">Datas importantes</h3>
<div class="row hide-on-med-and-up">
<div class="col l12 ">
<div class="card-panel light-blue lighten-5 wow zoomIn">
<table>
<thead>
<tr>
<th data-field="id" class="caption">Etapa do evento</th>
<th data-field="name" class="caption">Data</th>
</tr>
</thead>
<tbody>
<tr>
<td>Inscrição no site</td>
<td>A partir de 01/10/2015</td>
</tr>
<tr>
<td>Pagamento da inscrição com desconto</td>
<td>01/10/2015 até 30/12/2015</td>
</tr>
<tr>
<td>Submissão dos trabalhos</td>
<td>01/10/2015 até 15/01/2016</td>
</tr>
<tr>
<td>Resultado da avaliação dos trabalhos</td>
<td>15/02/2016</td>
</tr>
<tr>
<td>Submissão dos trabalhos corrigidos</td>
<td>26/02/2016</td>
</tr>
<tr>
<td>Carta de aceite</td>
<td>07/03/2016</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container" style="max-height:300px;">
<div class="parallax">
<img src="http://i.ytimg.com/vi/wyP9rPEzJB4/maxresdefault.jpg">
<div class="parallax-titulo">
</div>
</div>
</div>
<div class="container wow">
<h3 class="header wow slideInLeft">Programa Preliminar</h3>
<p class="caption wow slideInRight" style="text-align:justify;margin-bottom:20px">
O programa científico do EBA11 contará com conferências plenárias, trabalhos convidados e sessões orais e pôsters, além da Escola sobre Adsorção. O programa social inclui um coquetel de boas vindas, um jantar por adesão e o Adsorption Open, um tradicional torneio de tênis entre os participantes do EBA.
</p>
<div class="row">
<div class="col s12">
<div class="card whitewow zoomIn">
<div class="card-content custom-tab">
<ul class="tabs ">
<li class="tab col s3 "><a href="#test1 " class="active">Trabalhos convidados</a>
</li>
<li class="tab col s3"><a href="#test2">Palestras</a>
</li>
<li class="tab col s3"><a href="#test4">Escola de Adsorção</a>
</li>
</ul>
</div>
<div id="test1" class="col s12">
<ul class="collection custom-item-colection">
<li class="collection-item avatar ">
<img src="img/conferencitas/regina.jpeg" alt="" class="circle">
<span class="title">Prof. Dra. Regina de Fatima Peralta Muniz Moreira</span>
<p style="margin:0px">Florianópolis / Universidade Federal de Santa Catarina - Departamento de Engenharia Química e de Alimentos
</p>
</li>
<li class="collection-item avatar">
<img src="img/conferencitas/frederido.png" alt="" class="circle">
<span class="title">Prof. Dr. Frederico Wanderley Tavares</span>
<p style="margin:0px">Rio de Janeiro/ Universidade Federal do Rio de Janeiro/ Escola de Química
</p>
</li>
<li class="collection-item avatar">
<img src="img/conferencitas/mauricio.jpg" alt="" class="circle">
<span class="title">Prof. Dr. Maurício Alves da Motta Sobrinho</span>
<p style="margin:0px">Universidade Federal de Pernambuco, Centro de Tecnologia, Departamento de Engenharia Química.
</p>
</li>
<li class="collection-item avatar">
<img src="img/conferencitas/diana.jpg" alt="" class="circle">
<span class="title">Profa. Dra. Diana Cristina Silva de Azevedo</span>
<p style="margin:0px">Universidade Federal do Ceará, Centro de Tecnologia, Departamento de Engenharia Química
</p>
</li>
<li class="collection-item avatar">
<img src="img/conferencitas/marisa.jpg" alt="" class="circle">
<span class="title">Profa. Dra.Marisa Masumi Beppu</span>
<p style="margin:0px">Universidade Estadual de Campinas, Faculdade de Engenharia Química
</p>
</li>
<li class="collection-item avatar">
<img src="http://itp.itecse.org/wp-content/uploads/2015/05/Elton-Francheschi.jpg" alt="" class="circle">
<span class="title">Prof Dr. Elton Franceschi</span>
<p style="margin:0px">Universidade Tiradentes - UNIT / Núcleo de Estudos em Sistemas Coloidais - NUESC
</p>
</li>
<li class="collection-item avatar">
<img src="img/conferencitas/amaro.jpg" alt="" class="circle">
<span class="title">Prof. Dr. Amaro Gomes Barreto Júnior</span>
<p style="margin:0px">Rio de Janeiro/ Universidade Federal do Rio de Janeiro/ Escola de Química
</p>
</li>
</ul>
<a class="waves-effect waves-light btn blue" style="margin-bottom:10px" href="programacao/conferencistas.html">Página de trabalhos convidados</a>
</div>
<div id="test2" class="col s12">
<ul class="collection custom-item-colection">
<li class="collection-item avatar ">
<img src="img/conferencitas/celio.jpg" alt="" class="circle">
<span class="title">Prof. Celio L. Cavalcante Jr. <small> (Universidade Federal do Ceará)</small></span>
<p class="caption">Título: “ Celebrando 20 anos do EBA”</p>
</li>
<li class="collection-item avatar">
<img src="img/conferencitas/rubencarbonell.jpg" alt="" class="circle">
<span class="title">Ruben G. Carbonell<small>(Frank Hawkins Kenan Distinguished Professor. USA)</small></span>
<p class="caption">Título: “Cromatographic and adsorption aspects on the separation of biomolecules”</p>
</li>
<li class="collection-item avatar">
<img src="img/conferencitas/conchi.jpg" alt="" class="circle">
<span class="title">Conchi Ania <small>(Instituto Nacional del Carbón. Espanha)</small></span>
<p class="caption">Título: “Adsorción en fase líquida de contaminantes emergentes”.</p>
</li>
<li class="collection-item avatar">
<img src="img/conferencitas/karim.jpg" alt="" class="circle">
<span class="title">Karim Sapag <small>(Instituto de Física Aplicada . Universidad de San Luis- CONICET. Argentina)</small></span>
<p class="caption">Título: “Adsorción de Gases em Aplicaciones Energéticas y Medioambientales”</p>
</li>
<li class="collection-item avatar">
<img src="img/conferencitas/arilio.jpg" alt="" class="circle">
<span class="title">Alírio Rodrigues<small>Universidade de Porto. Portugal</small></span>
<p class="caption">Título: “Adsorption Engineering: processes and materials together!”</p>
</li>
</ul>
<a class="waves-effect waves-light btn blue" style="margin-bottom:10px" href="programacao/palestras.html">Página de palestras e cursos</a>
</div>
<div id="test4" class="col s12">
<ul class="collection with-header">
<li class="collection-header light-blue lighten-5 ">
<h5>27/04 - Segunda-Feira</h5>
</li>
<li class="collection-item">Fundamentos: Profa. Dra. Diana Azevedo (UFC)</li>
<li class="collection-item">Termodinâmica: Profa. Dra. Lucienne Romaniello (UFU)</li>
<li class="collection-item">Modelagem Matemática: Prof. Dr. Sebastião Mardônio Lucena (UFC)</li>
<li class="collection-item">Caracterização Textural de Adsorventes: Prof. Dr. Karim Sapag (UNSL-Argentina)</li>
<li class="collection-header light-blue lighten-5 ">
<h5>28/04 - Terça-Feira</h5>
</li>
<li class="collection-item" style="color:white;background-color:#c9302c">Petróleo e gás: Prof. Dr. Célio Cavalcante (UFC) NÃO CONFIRMADO</li>
<li class="collection-item">Catálise: Profa. Dra. Sibele Pergher (UFRN)</li>
<li class="collection-item">Biotecnologia: Profa. Dra. Sônia Bueno (UNICAMP)</li>
<li class="collection-item">Processos Cíclicos de Adsorção: Prof. Dr. Alírio Rodrigues (FEUP)</li>
</ul>
<a class="waves-effect waves-light btn blue" style="margin-bottom:10px" href="programacao/escola.html">Página da escola de adsorção</a>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container" style="max-height:300px;">
<div class="parallax">
<img src="img/bg_unit02.jpg">
<div class="parallax-titulo">
</div>
</div>
</div>
<div class="section white wow" id="areas">
<div class="row container wow zoomIn">
<h2 class="header wow slideInRight">Áreas de conhecimento</h2>
<ul class="collection">
<li class="collection-item">Fundamentos de adsorção</li>
<li class="collection-item">Processos de adsorção</li>
<li class="collection-item">Adsorventes nanoporosos</li>
<li class="collection-item">Síntese e caracterização de adsorventes e catalisadores</li>
<li class="collection-item">Petroleo e gás natural</li>
<li class="collection-item">Ambiente</li>
<li class="collection-item">Biotecnologia</li>
<li class="collection-item">Modelagem e simulação de processos adsortivos</li>
</ul>
</div>
</div>
</div>
<div class="parallax-container" style="max-height:300px;">
<div class="parallax">
<img src="img/eba16.jpg">
<div class="parallax-titulo">
</div>
</div>
</div>
<div id="apoio" class="section white">
<div class="row container">
<h3 class="header">Apoio</h3>
<div class="row wow">
<div class="col s12 m6 l3 wow flipInX" data-wow-delay="0.1s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/patrocinadores/unit.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" style="line-height: 26px;">Unit<i class="material-icons right">more_vert</i></span>
<p><a href="http://www.unit.br/selecione-seu-campus/" target="_blank">Visite o site</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Universidade Tiradentes<i class="material-icons right">close</i></span>
<p>A Melhor Universidade Particular do Nordeste. A Universidade Tiradentes é referência de ensino no Norte/Nordeste, com cinco campi instalados em Sergipe.</p>
</div>
</div>
</div>
<div class="col s12 m6 l3 wow flipInX" data-wow-delay="0.3s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/patrocinadores/cnpq.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" style="line-height: 26px;">CNPQ<i class="material-icons right">more_vert</i></span>
<p><a href="http://www.cnpq.br/" target="_blank">Visite o site</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">CNPQ<i class="material-icons right">close</i></span>
<p>É um órgão ligado ao Ministério da Ciência, Tecnologia e Inovação (MCTI) para incentivo à pesquisa no Brasil. O CNPq é considerado uma das instituições mais sólidas na área de investigação científica e tecnológica entre os países em desenvolvimento.</p>
</div>
</div>
</div>
<div class="col s12 m6 l3 wow flipInX" data-wow-delay="0.5s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/patrocinadores/capes.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" style="line-height: 26px;">CAPES<i class="material-icons right">more_vert</i></span>
<p><a href="http://www.capes.gov.br/" target="_blank">Visite o site</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">CAPES<i class="material-icons right">close</i></span>
<p>A coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES) é uma agência de fomento à pesquisa brasileira que atua na expansão e consolidação da pós-graduação stricto sensu (mestrado e doutorado) em todos os estados do país.</p>
</div>
</div>
</div>
<div class="col s12 m6 l3 wow flipInX" data-wow-delay="0.7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/patrocinadores/fapitec.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" style="line-height: 26px;">Fapitec<i class="material-icons right">more_vert</i></span>
<p><a href="http://www.fapitec.se.gov.br/" target="_blank">Visite o site</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Fapitec<i class="material-icons right">close</i></span>
<p>Promove o desenvolvimento de pesquisa científica e tecnológica, bem como do empreendedorismo, no território estadual, em consonância com a Política Estadual de Ciência e Tecnologia, contribuindo, assim, para o desenvolvimento social e econômico.</p>
</div>
</div>
</div>
</div>
<!--
<h3 class="header">Apoio</h3>
<div class="row">
<div class="col s12 m6 l3 wow flipInX" data-wow-delay="1.1s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/patrocinadores/Logo-up-control.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" style="line-height: 26px;">Up Control<i class="material-icons right">more_vert</i></span>
<p><a href="http://upcontrol.com.br" target="_blank">Visite o site</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Up Control<i class="material-icons right">close</i></span>
<p>A UpControl é uma empresa de base tecnológica, localizada em Porto Alegre/RS, e oferece ao mercado produtos e serviços de tecnologia agregada.</p>
</div>
</div>
</div>
</div>
-->
<h3 class="header">Organizador</h3>
<div class="row">
<div class="col s12 m6 l4 wow flipInX" data-wow-delay="1.1s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/patrocinadores/itp.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" style="line-height: 26px;">ITP<i class="material-icons right">more_vert</i></span>
<p><a href="http://www.itp.org.br/" target="_blank">Visite o site</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">ITP<i class="material-icons right">close</i></span>
<p>O ITP é uma instituição promotora da ciência, tecnologia e novação, por meio de pesquisas, desenvolvimento e da prestação de serviços técnicos.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Container -->
</main>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Participe do EBA 2016</h5>
<p class="grey-text text-lighten-4">Sua participação é de extrema importância para fomentarmos e ampliarmos os conhecimentos da comunidade científica a respeito do estudo e pesquisa sobre adsorção.</p>
<a class="btn waves-effect waves-green green darken-1" type="submit" name="action" href="../add/inscrever.html">Inscreva-se</a>
</div>
<div class="col l6 s12">
<h5 class="white-text">Submeta seu trabalho</h5>
<p class="grey-text text-lighten-4">Novas pesquisas são determinantes para a evolução de qualquer área de pesquisa científica. Mostre que você tem talento e submeta seu trabalho.</p>
<a class="btn waves-effect waves-light green darken-1" href="/add/inscrever.html">Submeter</a>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">© 2015- 2016, Intituto de Tecnologia e Pesquisa todos os direitos reservados . <a class="grey-text text-lighten-4 right hello" href="http://www.helloworldsoft.com" target="_blank"> Desenvolvido por <img src="http://helloworldsoft.com/img/logo.png" style="max-height:30px;margin-bottom: -10px;"> Hello World Softwares</a> </div>
</div>
</footer>
<!-- Scripts-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.5/waypoints.js"></script>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.js"></script>
<script>
new WOW().init();
</script>
<script src="js/init.js"></script>
</body>
</html> | Andreywallace/site-eba | index.html | HTML | mit | 35,073 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>menhirlib: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.0~camlp4 / menhirlib - 20201122</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
menhirlib
<small>
20201122
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-01 18:21:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 18:21:42 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.04+1 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
coq 8.5.0~camlp4 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# opam file:
opam-version: "2.0"
synopsis: "A support library for verified Coq parsers produced by Menhir"
maintainer: "[email protected]"
authors: [
"Jacques-Henri Jourdan <[email protected]>"
]
homepage: "https://gitlab.inria.fr/fpottier/coq-menhirlib"
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
bug-reports: "[email protected]"
license: "LGPL-3.0-or-later"
build: [
[make "-C" "coq-menhirlib" "-j%{jobs}%"]
]
install: [
[make "-C" "coq-menhirlib" "install"]
]
depends: [
"coq" { >= "8.7" & < "8.14" }
]
conflicts: [
"menhir" { != "20201122" }
"coq-native"
]
tags: [
"date:2020-11-22"
"logpath:MenhirLib"
]
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20201122/archive.tar.gz"
checksum: [
"md5=9ad6a5f88aab6ec677b970e0d9de1763"
"sha512=9174e74cfb2336c5008c7461411ba79190e673d310da99117e363f60782bcf9a4bb26a04f6448cf6f3ed7888aa2b5b04d38c32e6d86594accfaadbbb72528068"
]
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-menhirlib.20201122 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0~camlp4).
The following dependencies couldn't be met:
- coq-menhirlib -> coq >= 8.7 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-menhirlib.20201122</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.0~camlp4/menhirlib/20201122.html | HTML | mit | 7,158 |
<!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_67) on Wed Sep 24 21:06:43 BST 2014 -->
<title>AsyncDispatcher (Apache Tomcat 8.0.14 API Documentation)</title>
<meta name="date" content="2014-09-24">
<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="AsyncDispatcher (Apache Tomcat 8.0.14 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="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"><em><b>Apache Tomcat 8.0.14</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/apache/catalina/AccessLog.html" title="interface in org.apache.catalina"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/apache/catalina/Authenticator.html" title="interface in org.apache.catalina"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/catalina/AsyncDispatcher.html" target="_top">Frames</a></li>
<li><a href="AsyncDispatcher.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.catalina</div>
<h2 title="Interface AsyncDispatcher" class="title">Interface AsyncDispatcher</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="strong">AsyncDispatcher</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="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>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/apache/catalina/AsyncDispatcher.html#dispatch(javax.servlet.ServletRequest,%20javax.servlet.ServletResponse)">dispatch</a></strong>(<a href="../../../../servletapi/javax/servlet/ServletRequest.html?is-external=true" title="class or interface in javax.servlet">ServletRequest</a> request,
<a href="../../../../servletapi/javax/servlet/ServletResponse.html?is-external=true" title="class or interface in javax.servlet">ServletResponse</a> response)</code>
<div class="block">Perform an asynchronous dispatch.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="dispatch(javax.servlet.ServletRequest, javax.servlet.ServletResponse)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>dispatch</h4>
<pre>void dispatch(<a href="../../../../servletapi/javax/servlet/ServletRequest.html?is-external=true" title="class or interface in javax.servlet">ServletRequest</a> request,
<a href="../../../../servletapi/javax/servlet/ServletResponse.html?is-external=true" title="class or interface in javax.servlet">ServletResponse</a> response)
throws <a href="../../../../servletapi/javax/servlet/ServletException.html?is-external=true" title="class or interface in javax.servlet">ServletException</a>,
<a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Perform an asynchronous dispatch. The method does not check if the
request is in an appropriate state for this; it is the caller's
responsibility to check this.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../servletapi/javax/servlet/ServletException.html?is-external=true" title="class or interface in javax.servlet">ServletException</a></code></dd>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../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"><em><b>Apache Tomcat 8.0.14</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/apache/catalina/AccessLog.html" title="interface in org.apache.catalina"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/apache/catalina/Authenticator.html" title="interface in org.apache.catalina"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/catalina/AsyncDispatcher.html" target="_top">Frames</a></li>
<li><a href="AsyncDispatcher.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</small></p>
</body>
</html>
| byronka/xenos | web_container/apache-tomcat-8.0.14/docs/tomcat-8.0-doc/api/org/apache/catalina/AsyncDispatcher.html | HTML | mit | 8,494 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">虧於一簣</td></tr>
<tr><th class="ztd1"><b>注音 </b></th><td class="ztd2">ㄎㄨㄟ ㄩ<sup class="subfont">ˊ</sup> | ㄎㄨㄟ<sup class="subfont">ˋ</sup></td></tr>
<tr><th class="ztd1"><b>漢語拼音 </b></th><td class="ztd2"><font class="english_word">kuī yú yī kuì</font></td></tr>
<tr><th class="ztd1"><b>釋義 </b></th><td class="ztd2"> 義參「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000057%22.%26v%3D-1" class="clink" target=_blank>功虧一簣</a>」。見「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000057%22.%26v%3D-1" class="clink" target=_blank>功虧一簣</a>」條。</font></td></tr>
<tr><th class="ztd1"><b><style>.tableoutfmt2 .std1{width:3%;}</style></b></th><td class="ztd2"><table class="fmt16_table"><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>參考詞語︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000057%22.%26v%3D-1" class="clink" target=_blank>功虧一簣</a></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>注音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" >ㄍㄨㄥ ㄎㄨㄟ | ㄎㄨㄟ<sup class="subfont">ˋ</sup></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>漢語拼音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><font class="english_word">gōng kuī yī kuì</font></td></tr></table><br><br></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/5000-5999/5037-34.html | HTML | mit | 2,201 |
<html>
<head>
<title>Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP9S4A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP9S4A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
<p>
Detected by 8 of 8 providers<br />
As bot detected by 0 of 7
</p>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 4.2</td><td></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a>
<!-- Modal Structure -->
<div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.2.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.2* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari*
[parent] => Android Browser 4.0
[comment] => Android Browser 4.0
[browser] => Android
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Google Inc
[browser_modus] => unknown
[version] => 4.0
[majorver] => 4
[minorver] => 0
[platform] => Android
[platform_version] => 4.2
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] => 1
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => general Mobile Phone
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => general Mobile Phone
[device_brand_name] => unknown
[renderingengine_name] => WebKit
[renderingengine_version] => unknown
[renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.
[renderingengine_maker] => Apple Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a>
<!-- Modal Structure -->
<div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Android Browser
[version] => 4.0
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Android Browser </td><td>WebKit </td><td>Android 4.2</td><td>Mediacom</td><td>SmartPad 9.7 S4 3G</td><td>tablet</td><td>yes</td><td></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a>
<!-- Modal Structure -->
<div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Android Browser
[short_name] => AN
[version] =>
[engine] => WebKit
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 4.2
[platform] =>
)
[device] => Array
(
[brand] => MC
[brandName] => Mediacom
[model] => SmartPad 9.7 S4 3G
[device] => 2
[deviceName] => tablet
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] => 1
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.2.2</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a>
<!-- Modal Structure -->
<div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP9S4A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
)
[name:Sinergi\BrowserDetector\Browser:private] => Navigator
[version:Sinergi\BrowserDetector\Browser:private] => 4.0
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Android
[version:Sinergi\BrowserDetector\Os:private] => 4.2.2
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP9S4A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP9S4A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Android 4.2.2</td><td><i class="material-icons">close</i></td><td>Android 4.2.2</td><td>Mediacom</td><td>M-MP9S4A3G</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a>
<!-- Modal Structure -->
<div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 4
[minor] => 2
[patch] => 2
[family] => Android
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 4
[minor] => 2
[patch] => 2
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => Mediacom
[model] => M-MP9S4A3G
[family] => Mediacom M-MP9S4A3G
)
[originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.2.2; it-it; M-MP9S4A3G Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td>Android Browser </td><td>Webkit 534.30</td><td>Android 4.2.2</td><td>Mediacom</td><td>SmartPad 9.7 S4</td><td>tablet</td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a>
<!-- Modal Structure -->
<div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Android Browser
)
[engine] => Array
(
[name] => Webkit
[version] => 534.30
)
[os] => Array
(
[name] => Android
[version] => 4.2.2
)
[device] => Array
(
[type] => tablet
[manufacturer] => Mediacom
[model] => SmartPad 9.7 S4
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a>
<!-- Modal Structure -->
<div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Safari
[vendor] => Apple
[version] => 4.0
[category] => smartphone
[os] => Android
[os_version] => 4.2.2
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 4.2</td><td><i class="material-icons">close</i></td><td>Android 4.2</td><td>Mediacom</td><td>M-MP9S4A3G</td><td>Tablet</td><td>yes</td><td>yes</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a>
<!-- Modal Structure -->
<div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => true
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 4.2
[advertised_browser] => Android Webkit
[advertised_browser_version] => 4.2
[complete_device_name] => Mediacom M-MP9S4A3G
[form_factor] => Tablet
[is_phone] => false
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Mediacom
[model_name] => M-MP9S4A3G
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Android
[mobile_browser] => Android Webkit
[mobile_browser_version] =>
[device_os_version] => 4.2
[pointing_method] => touchscreen
[release_date] => 2014_november
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => false
[is_tablet] => true
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => true
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => iso-8859-1
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mms:
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => none
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => w3c_api
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 768
[resolution_height] => 1024
[columns] => 60
[max_image_width] => 320
[max_image_height] => 480
[rows] => 40
[physical_screen_width] => 148
[physical_screen_height] => 198
[dual_orientation] => true
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => true
[transparent_png_index] => true
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => true
[webp_lossless_support] => true
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 3600
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 2000000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => false
[oma_support] => true
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 3.0
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => apple_live_streaming
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => true
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => true
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 3.0
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-01-26 16:40:18</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v3/user-agent-detail/9e/70/9e70a72b-02e7-4f77-b5c8-3da18381ba39.html | HTML | mit | 39,163 |
<!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 Tue Jun 30 15:58:21 CEST 2015 -->
<title>Data</title>
<meta name="date" content="2015-06-30">
<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="Data";
}
//-->
</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/Data.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="../data/ContinuousItem.html" title="class in data"><span class="strong">Prev Class</span></a></li>
<li><a href="../data/DiscreteAttribute.html" title="class in data"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?data/Data.html" target="_top">Frames</a></li>
<li><a href="Data.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">data</div>
<h2 title="Class Data" class="title">Class Data</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>data.Data</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Data</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../data/Data.html#Data(java.lang.String)">Data</a></strong>(java.lang.String nameTable)</code>
<div class="block">Class constructor that take informations from a db
and put these informations in data, set numberOfExamples,
and explanatorySet</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../data/Attribute.html" title="class in data">Attribute</a>></code></td>
<td class="colLast"><code><strong><a href="../data/Data.html#getAttributeSchema()">getAttributeSchema</a></strong>()</code>
<div class="block">Method that returns the schema of individual attributes</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../data/Data.html#getAttributeValue(int,%20int)">getAttributeValue</a></strong>(int attributeIndex,
int exampleIndex)</code>
<div class="block">Method that returns a value contained in data</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../data/Tuple.html" title="class in data">Tuple</a></code></td>
<td class="colLast"><code><strong><a href="../data/Data.html#getItemSet(int)">getItemSet</a></strong>(int i)</code>
<div class="block">Method that creates and returns a Tuple object that models the
sequence of <attribute - value> couple contained in the i-th
data row</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../data/Data.html#getNumberOfExamples()">getNumberOfExamples</a></strong>()</code>
<div class="block">Method that returns the number of examples
contained in the data list</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../data/Data.html#getNumberOfExplanatoryAttributes()">getNumberOfExplanatoryAttributes</a></strong>()</code>
<div class="block">Method that returns the number of individual attributes</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../data/Data.html#getValue(int,%20int)">getValue</a></strong>(int attributeIndex,
int exampleIndex)</code>
<div class="block">Method that returns a value contained in data</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../data/Data.html#toString()">toString</a></strong>()</code>
<div class="block">Method that create a String that contain the schema
of the table and the transaction contained in data,
enumerated conveniently</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>equals, 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="Data(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Data</h4>
<pre>public Data(java.lang.String nameTable)</pre>
<div class="block">Class constructor that take informations from a db
and put these informations in data, set numberOfExamples,
and explanatorySet</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>nameTable</code> - table name in db</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="getValue(int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getValue</h4>
<pre>public java.lang.Object getValue(int attributeIndex,
int exampleIndex)</pre>
<div class="block">Method that returns a value contained in data</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>attributeIndex</code> - attributeIndex in the list</dd><dd><code>exampleIndex</code> - exampleIndex in the list</dd>
<dt><span class="strong">Returns:</span></dt><dd>value of the example</dd></dl>
</li>
</ul>
<a name="getNumberOfExamples()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNumberOfExamples</h4>
<pre>public int getNumberOfExamples()</pre>
<div class="block">Method that returns the number of examples
contained in the data list</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>number of examples</dd></dl>
</li>
</ul>
<a name="getNumberOfExplanatoryAttributes()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNumberOfExplanatoryAttributes</h4>
<pre>public int getNumberOfExplanatoryAttributes()</pre>
<div class="block">Method that returns the number of individual attributes</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>cardinality of the attribute set</dd></dl>
</li>
</ul>
<a name="getAttributeSchema()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAttributeSchema</h4>
<pre>public java.util.List<<a href="../data/Attribute.html" title="class in data">Attribute</a>> getAttributeSchema()</pre>
<div class="block">Method that returns the schema of individual attributes</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>schema of individuals attributes</dd></dl>
</li>
</ul>
<a name="getAttributeValue(int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAttributeValue</h4>
<pre>public java.lang.Object getAttributeValue(int attributeIndex,
int exampleIndex)</pre>
<div class="block">Method that returns a value contained in data</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>attributeIndex</code> - attributeIndex in the list</dd><dd><code>exampleIndex</code> - exampleIndex in the list</dd>
<dt><span class="strong">Returns:</span></dt><dd>value of the example</dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<div class="block">Method that create a String that contain the schema
of the table and the transaction contained in data,
enumerated conveniently</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>String that models the object status</dd></dl>
</li>
</ul>
<a name="getItemSet(int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getItemSet</h4>
<pre>public <a href="../data/Tuple.html" title="class in data">Tuple</a> getItemSet(int i)</pre>
<div class="block">Method that creates and returns a Tuple object that models the
sequence of <attribute - value> couple contained in the i-th
data row</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>i</code> - index</dd>
<dt><span class="strong">Returns:</span></dt><dd>Tuple object that models the i-th data row</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/Data.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="../data/ContinuousItem.html" title="class in data"><span class="strong">Prev Class</span></a></li>
<li><a href="../data/DiscreteAttribute.html" title="class in data"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?data/Data.html" target="_top">Frames</a></li>
<li><a href="Data.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>
| Spronghi/map | doc/javadoc/QTServer/data/Data.html | HTML | mit | 13,735 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Mon Apr 01 21:56:38 EDT 2013 -->
<TITLE>
ReportDataResults (ATG Java API)
</TITLE>
<META NAME="date" CONTENT="2013-04-01">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ReportDataResults (ATG Java API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../atg/search/routing/command/search/ReportDataControl.html" title="class in atg.search.routing.command.search"><B>PREV CLASS</B></A>
<A HREF="../../../../../atg/search/routing/command/search/RequestVariable.html" title="class in atg.search.routing.command.search"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?atg/search/routing/command/search/ReportDataResults.html" target="_top"><B>FRAMES</B></A>
<A HREF="ReportDataResults.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
atg.search.routing.command.search</FONT>
<BR>
Class ReportDataResults</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">atg.search.routing.command.SearchXMLObject
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>atg.search.routing.command.search.ReportDataResults</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>ReportDataResults</B><DT>extends atg.search.routing.command.SearchXMLObject<DT>implements java.io.Serializable</DL>
</PRE>
<P>
Report data results, from <A HREF="../../../../../atg/search/routing/command/search/ReportDataControl.html" title="class in atg.search.routing.command.search"><CODE>ReportDataControl</CODE></A>.
<P>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#atg.search.routing.command.search.ReportDataResults">Serialized Form</A></DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#CLASS_VERSION">CLASS_VERSION</A></B></CODE>
<BR>
Class version string</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#ReportDataResults()">ReportDataResults</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object pObject)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getBodyXML(java.lang.StringBuilder)">getBodyXML</A></B>(java.lang.StringBuilder sb)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getClusterData()">getClusterData</A></B>()</CODE>
<BR>
Cluster normalization of query, as a sorted list of top N terms with weight greater than minimum.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../atg/search/routing/command/search/CustomReportData.html" title="class in atg.search.routing.command.search">CustomReportData</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getCustomData()">getCustomData</A></B>()</CODE>
<BR>
Returns list of <A HREF="../../../../../atg/search/routing/command/search/CustomReportData.html" title="class in atg.search.routing.command.search"><CODE>CustomReportData</CODE></A></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getFinderData()">getFinderData</A></B>()</CODE>
<BR>
Terms of query were found by patterns in the language dictionary, such as alpha-numerics</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getInput()">getInput</A></B>()</CODE>
<BR>
Input query text</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getLengthData()">getLengthData</A></B>()</CODE>
<BR>
Length of query, in non-stopword count</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getNullData()">getNullData</A></B>()</CODE>
<BR>
Returns the List of terms from query that do not appear in the content (nor do their term expansions, if any)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getNulxData()">getNulxData</A></B>()</CODE>
<BR>
Terms from query that do not appear in the content (but have term expansions that do)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getNumberData()">getNumberData</A></B>()</CODE>
<BR>
Number terms from query</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getRequestTag()">getRequestTag</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search">Topic</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getSelectedTopicData()">getSelectedTopicData</A></B>()</CODE>
<BR>
Returns the List of selected topics, only available if topic was enabled</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getTermData()">getTermData</A></B>()</CODE>
<BR>
Term of query, excluding punct.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search">Topic</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getTopicData()">getTopicData</A></B>()</CODE>
<BR>
Topic classification of query</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getTypeData()">getTypeData</A></B>()</CODE>
<BR>
Query type of query</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<java.lang.String></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#getUnknownData()">getUnknownData</A></B>()</CODE>
<BR>
Unknown term from query</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#hashCode()">hashCode</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setClusterData(java.lang.String)">setClusterData</A></B>(java.lang.String pClusterData)</CODE>
<BR>
Sets the cluster data</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setCustomData(java.util.List)">setCustomData</A></B>(java.util.List<<A HREF="../../../../../atg/search/routing/command/search/CustomReportData.html" title="class in atg.search.routing.command.search">CustomReportData</A>> customData)</CODE>
<BR>
Sets the List of <A HREF="../../../../../atg/search/routing/command/search/CustomReportData.html" title="class in atg.search.routing.command.search"><CODE>CustomReportData</CODE></A></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setFinderData(java.util.List)">setFinderData</A></B>(java.util.List<java.lang.String> finderData)</CODE>
<BR>
Sets the List of terms of query were found by patterns in the language dictionary, such as
alpha-numerics</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setInput(java.lang.String)">setInput</A></B>(java.lang.String pInput)</CODE>
<BR>
Sets input query text</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setLengthData(int)">setLengthData</A></B>(int pLengthData)</CODE>
<BR>
Sets the length data</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setNullData(java.util.List)">setNullData</A></B>(java.util.List<java.lang.String> nullData)</CODE>
<BR>
Sets the list of null data</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setNulxData(java.util.List)">setNulxData</A></B>(java.util.List<java.lang.String> nulxData)</CODE>
<BR>
Sets the List of terms from query that do not appear in the content (but have term expansions that
do)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setNumberData(java.util.List)">setNumberData</A></B>(java.util.List<java.lang.String> pNumberData)</CODE>
<BR>
Number term from query</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setSelectedTopicData(java.util.List)">setSelectedTopicData</A></B>(java.util.List<<A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search">Topic</A>> pSelectedTopicData)</CODE>
<BR>
Sets the list of selected dopics</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setTermData(java.util.List)">setTermData</A></B>(java.util.List<java.lang.String> pTermData)</CODE>
<BR>
Sets the term data list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setTopicData(java.util.List)">setTopicData</A></B>(java.util.List<<A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search">Topic</A>> pTopicData)</CODE>
<BR>
Topic classification of query</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setTypeData(java.util.List)">setTypeData</A></B>(java.util.List<java.lang.String> pTypeData)</CODE>
<BR>
Query type of query</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../atg/search/routing/command/search/ReportDataResults.html#setUnknownData(java.util.List)">setUnknownData</A></B>(java.util.List<java.lang.String> pUnknownData)</CODE>
<BR>
Unknown term from query</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_atg.search.routing.command.SearchXMLObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class atg.search.routing.command.SearchXMLObject</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXML</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="CLASS_VERSION"><!-- --></A><H3>
CLASS_VERSION</H3>
<PRE>
public static java.lang.String <B>CLASS_VERSION</B></PRE>
<DL>
<DD>Class version string
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="ReportDataResults()"><!-- --></A><H3>
ReportDataResults</H3>
<PRE>
public <B>ReportDataResults</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(java.lang.Object pObject)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="hashCode()"><!-- --></A><H3>
hashCode</H3>
<PRE>
public int <B>hashCode</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>hashCode</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getClusterData()"><!-- --></A><H3>
getClusterData</H3>
<PRE>
public java.lang.String <B>getClusterData</B>()</PRE>
<DL>
<DD>Cluster normalization of query, as a sorted list of top N terms with weight greater than minimum.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>Cluster normalization of query, as a sorted list of top N terms with weight greater than minimum.</DL>
</DD>
</DL>
<HR>
<A NAME="setClusterData(java.lang.String)"><!-- --></A><H3>
setClusterData</H3>
<PRE>
public void <B>setClusterData</B>(java.lang.String pClusterData)</PRE>
<DL>
<DD>Sets the cluster data
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pClusterData</CODE> - Cluster normalization of query, as a sorted list of top N terms with weight greater than
minimum.</DL>
</DD>
</DL>
<HR>
<A NAME="getInput()"><!-- --></A><H3>
getInput</H3>
<PRE>
public java.lang.String <B>getInput</B>()</PRE>
<DL>
<DD>Input query text
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>Input query text</DL>
</DD>
</DL>
<HR>
<A NAME="setInput(java.lang.String)"><!-- --></A><H3>
setInput</H3>
<PRE>
public void <B>setInput</B>(java.lang.String pInput)</PRE>
<DL>
<DD>Sets input query text
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pInput</CODE> - Input query text</DL>
</DD>
</DL>
<HR>
<A NAME="getLengthData()"><!-- --></A><H3>
getLengthData</H3>
<PRE>
public int <B>getLengthData</B>()</PRE>
<DL>
<DD>Length of query, in non-stopword count
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>Length of query, in non-stopword count</DL>
</DD>
</DL>
<HR>
<A NAME="setLengthData(int)"><!-- --></A><H3>
setLengthData</H3>
<PRE>
public void <B>setLengthData</B>(int pLengthData)</PRE>
<DL>
<DD>Sets the length data
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pLengthData</CODE> - Length of query, in non-stopword count</DL>
</DD>
</DL>
<HR>
<A NAME="getNumberData()"><!-- --></A><H3>
getNumberData</H3>
<PRE>
public java.util.List<java.lang.String> <B>getNumberData</B>()</PRE>
<DL>
<DD>Number terms from query
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>List of String. Number terms from query</DL>
</DD>
</DL>
<HR>
<A NAME="setNumberData(java.util.List)"><!-- --></A><H3>
setNumberData</H3>
<PRE>
public void <B>setNumberData</B>(java.util.List<java.lang.String> pNumberData)</PRE>
<DL>
<DD>Number term from query
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pNumberData</CODE> - List of String. Number term from query</DL>
</DD>
</DL>
<HR>
<A NAME="getTermData()"><!-- --></A><H3>
getTermData</H3>
<PRE>
public java.util.List<java.lang.String> <B>getTermData</B>()</PRE>
<DL>
<DD>Term of query, excluding punct. Known forms are stemmed. List of String
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>Term of query, excluding punct. Known forms are stemmed. List of String.</DL>
</DD>
</DL>
<HR>
<A NAME="setTermData(java.util.List)"><!-- --></A><H3>
setTermData</H3>
<PRE>
public void <B>setTermData</B>(java.util.List<java.lang.String> pTermData)</PRE>
<DL>
<DD>Sets the term data list
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pTermData</CODE> - Term of query, excluding punct. Known forms are stemmed. List of Strings</DL>
</DD>
</DL>
<HR>
<A NAME="getTopicData()"><!-- --></A><H3>
getTopicData</H3>
<PRE>
public java.util.List<<A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search">Topic</A>> <B>getTopicData</B>()</PRE>
<DL>
<DD>Topic classification of query
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>Topic classification of query. List of <A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search"><CODE>Topic</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setTopicData(java.util.List)"><!-- --></A><H3>
setTopicData</H3>
<PRE>
public void <B>setTopicData</B>(java.util.List<<A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search">Topic</A>> pTopicData)</PRE>
<DL>
<DD>Topic classification of query
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pTopicData</CODE> - Topic classification of query. List of <A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search"><CODE>Topic</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getTypeData()"><!-- --></A><H3>
getTypeData</H3>
<PRE>
public java.util.List<java.lang.String> <B>getTypeData</B>()</PRE>
<DL>
<DD>Query type of query
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>Query type of query. List of Strings</DL>
</DD>
</DL>
<HR>
<A NAME="setTypeData(java.util.List)"><!-- --></A><H3>
setTypeData</H3>
<PRE>
public void <B>setTypeData</B>(java.util.List<java.lang.String> pTypeData)</PRE>
<DL>
<DD>Query type of query
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pTypeData</CODE> - Query type of query</DL>
</DD>
</DL>
<HR>
<A NAME="getUnknownData()"><!-- --></A><H3>
getUnknownData</H3>
<PRE>
public java.util.List<java.lang.String> <B>getUnknownData</B>()</PRE>
<DL>
<DD>Unknown term from query
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>Unknown term from query. List of Strings</DL>
</DD>
</DL>
<HR>
<A NAME="setUnknownData(java.util.List)"><!-- --></A><H3>
setUnknownData</H3>
<PRE>
public void <B>setUnknownData</B>(java.util.List<java.lang.String> pUnknownData)</PRE>
<DL>
<DD>Unknown term from query
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pUnknownData</CODE> - Unknown term from query. List of Strings</DL>
</DD>
</DL>
<HR>
<A NAME="getCustomData()"><!-- --></A><H3>
getCustomData</H3>
<PRE>
public java.util.List<<A HREF="../../../../../atg/search/routing/command/search/CustomReportData.html" title="class in atg.search.routing.command.search">CustomReportData</A>> <B>getCustomData</B>()</PRE>
<DL>
<DD>Returns list of <A HREF="../../../../../atg/search/routing/command/search/CustomReportData.html" title="class in atg.search.routing.command.search"><CODE>CustomReportData</CODE></A>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>List of <A HREF="../../../../../atg/search/routing/command/search/CustomReportData.html" title="class in atg.search.routing.command.search"><CODE>CustomReportData</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setCustomData(java.util.List)"><!-- --></A><H3>
setCustomData</H3>
<PRE>
public void <B>setCustomData</B>(java.util.List<<A HREF="../../../../../atg/search/routing/command/search/CustomReportData.html" title="class in atg.search.routing.command.search">CustomReportData</A>> customData)</PRE>
<DL>
<DD>Sets the List of <A HREF="../../../../../atg/search/routing/command/search/CustomReportData.html" title="class in atg.search.routing.command.search"><CODE>CustomReportData</CODE></A>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>customData</CODE> - List of <A HREF="../../../../../atg/search/routing/command/search/CustomReportData.html" title="class in atg.search.routing.command.search"><CODE>CustomReportData</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getFinderData()"><!-- --></A><H3>
getFinderData</H3>
<PRE>
public java.util.List<java.lang.String> <B>getFinderData</B>()</PRE>
<DL>
<DD>Terms of query were found by patterns in the language dictionary, such as alpha-numerics
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>List of String, terms of query were found by patterns in the language dictionary, such as alpha-numerics</DL>
</DD>
</DL>
<HR>
<A NAME="setFinderData(java.util.List)"><!-- --></A><H3>
setFinderData</H3>
<PRE>
public void <B>setFinderData</B>(java.util.List<java.lang.String> finderData)</PRE>
<DL>
<DD>Sets the List of terms of query were found by patterns in the language dictionary, such as
alpha-numerics
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>finderData</CODE> - List of String, terms of query were found by patterns in the language dictionary, such as
alpha-numerics</DL>
</DD>
</DL>
<HR>
<A NAME="getNullData()"><!-- --></A><H3>
getNullData</H3>
<PRE>
public java.util.List<java.lang.String> <B>getNullData</B>()</PRE>
<DL>
<DD>Returns the List of terms from query that do not appear in the content (nor do their term expansions, if any)
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>List of String, terms from query that do not appear in the content (nor do their term expansions, if any)</DL>
</DD>
</DL>
<HR>
<A NAME="setNullData(java.util.List)"><!-- --></A><H3>
setNullData</H3>
<PRE>
public void <B>setNullData</B>(java.util.List<java.lang.String> nullData)</PRE>
<DL>
<DD>Sets the list of null data
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>nullData</CODE> - List of String</DL>
</DD>
</DL>
<HR>
<A NAME="getNulxData()"><!-- --></A><H3>
getNulxData</H3>
<PRE>
public java.util.List<java.lang.String> <B>getNulxData</B>()</PRE>
<DL>
<DD>Terms from query that do not appear in the content (but have term expansions that do)
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>List of String, terms from query that do not appear in the content (but have term expansions that do)</DL>
</DD>
</DL>
<HR>
<A NAME="setNulxData(java.util.List)"><!-- --></A><H3>
setNulxData</H3>
<PRE>
public void <B>setNulxData</B>(java.util.List<java.lang.String> nulxData)</PRE>
<DL>
<DD>Sets the List of terms from query that do not appear in the content (but have term expansions that
do)
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>nulxData</CODE> - List of String, terms from query that do not appear in the content (but have term expansions that
do)</DL>
</DD>
</DL>
<HR>
<A NAME="getSelectedTopicData()"><!-- --></A><H3>
getSelectedTopicData</H3>
<PRE>
public java.util.List<<A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search">Topic</A>> <B>getSelectedTopicData</B>()</PRE>
<DL>
<DD>Returns the List of selected topics, only available if topic was enabled
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>List of <A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search"><CODE>Topic</CODE></A>, selected topics, only available if topic was enabled</DL>
</DD>
</DL>
<HR>
<A NAME="setSelectedTopicData(java.util.List)"><!-- --></A><H3>
setSelectedTopicData</H3>
<PRE>
public void <B>setSelectedTopicData</B>(java.util.List<<A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search">Topic</A>> pSelectedTopicData)</PRE>
<DL>
<DD>Sets the list of selected dopics
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pSelectedTopicData</CODE> - List of <A HREF="../../../../../atg/search/routing/command/search/Topic.html" title="class in atg.search.routing.command.search"><CODE>Topic</CODE></A>, selected topics</DL>
</DD>
</DL>
<HR>
<A NAME="getRequestTag()"><!-- --></A><H3>
getRequestTag</H3>
<PRE>
public java.lang.String <B>getRequestTag</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getRequestTag</CODE> in class <CODE>atg.search.routing.command.SearchXMLObject</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getBodyXML(java.lang.StringBuilder)"><!-- --></A><H3>
getBodyXML</H3>
<PRE>
protected void <B>getBodyXML</B>(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>getBodyXML</CODE> in class <CODE>atg.search.routing.command.SearchXMLObject</CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>atg.search.routing.command.IncompleteCommandException</CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../atg/search/routing/command/search/ReportDataControl.html" title="class in atg.search.routing.command.search"><B>PREV CLASS</B></A>
<A HREF="../../../../../atg/search/routing/command/search/RequestVariable.html" title="class in atg.search.routing.command.search"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?atg/search/routing/command/search/ReportDataResults.html" target="_top"><B>FRAMES</B></A>
<A HREF="ReportDataResults.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| Smolations/more-dash-docsets | docsets/ATG 10.2.docset/Contents/Resources/Documents/atg/search/routing/command/search/ReportDataResults.html | HTML | mit | 38,759 |
{% extends 'base.html' %}
{% block content %}
<div class='columns-12'>
<section>
<div>{{photo.title}}</div>
<div><img src="/media/{{ photo.image }}"></div>
<div>{{photo.description}}</div>
</div>
{% endblock %}
| icarrera/django-imager | imagersite/imager_images/templates/imager_images/photo_view.html | HTML | mit | 240 |
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="keywords" content="contact, iRayu">
<meta name="description" content="contact | iRayu">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="renderer" content="webkit|ie-stand|ie-comp">
<meta name="mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>contact | iRayu</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="/libs/awesome/css/all.css">
<link rel="stylesheet" type="text/css" href="/libs/materialize/materialize.min.css">
<link rel="stylesheet" type="text/css" href="/libs/aos/aos.css">
<link rel="stylesheet" type="text/css" href="/libs/animate/animate.min.css">
<link rel="stylesheet" type="text/css" href="/libs/lightGallery/css/lightgallery.min.css">
<link rel="stylesheet" type="text/css" href="/css/matery.css">
<link rel="stylesheet" type="text/css" href="/css/my.css">
<script src="/libs/jquery/jquery.min.js"></script>
<meta name="generator" content="Hexo 4.1.0"><link rel="alternate" href="/atom.xml" title="iRayu" type="application/atom+xml">
<link rel="stylesheet" href="/css/prism-tomorrow.css" type="text/css"></head>
<body>
<header class="navbar-fixed">
<nav id="headNav" class="bg-color nav-transparent">
<div id="navContainer" class="nav-wrapper head-container">
<div class="brand-logo">
<a href="/" class="waves-effect waves-light">
<img src="/medias/logo.png" class="logo-img" alt="LOGO">
<span class="logo-span">iRayu</span>
</a>
</div>
<a href="#" data-target="mobile-nav" class="sidenav-trigger button-collapse"><i class="fas fa-bars"></i></a>
<ul class="right nav-menu">
<li class="hide-on-med-and-down nav-item">
<a href="/" class="waves-effect waves-light">
<i class="fas fa-home" style="zoom: 0.6;"></i>
<span>首页</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/tags" class="waves-effect waves-light">
<i class="fas fa-tags" style="zoom: 0.6;"></i>
<span>标签</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/categories" class="waves-effect waves-light">
<i class="fas fa-bookmark" style="zoom: 0.6;"></i>
<span>分类</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/archives" class="waves-effect waves-light">
<i class="fas fa-archive" style="zoom: 0.6;"></i>
<span>归档</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/about" class="waves-effect waves-light">
<i class="fas fa-user-circle" style="zoom: 0.6;"></i>
<span>关于</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/contact" class="waves-effect waves-light">
<i class="fas fa-comments" style="zoom: 0.6;"></i>
<span>留言板</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/friends" class="waves-effect waves-light">
<i class="fas fa-address-book" style="zoom: 0.6;"></i>
<span>友情链接</span>
</a>
</li>
<li>
<a href="#searchModal" class="modal-trigger waves-effect waves-light">
<i id="searchIcon" class="fas fa-search" title="搜索" style="zoom: 0.85;"></i>
</a>
</li>
</ul>
<div id="mobile-nav" class="side-nav sidenav">
<div class="mobile-head bg-color">
<img src="/medias/logo.png" class="logo-img circle responsive-img">
<div class="logo-name">iRayu</div>
<div class="logo-desc">
风华是一指流砂
</div>
</div>
<ul class="menu-list mobile-menu-list">
<li class="m-nav-item">
<a href="/" class="waves-effect waves-light">
<i class="fa-fw fas fa-home"></i>
首页
</a>
</li>
<li class="m-nav-item">
<a href="/tags" class="waves-effect waves-light">
<i class="fa-fw fas fa-tags"></i>
标签
</a>
</li>
<li class="m-nav-item">
<a href="/categories" class="waves-effect waves-light">
<i class="fa-fw fas fa-bookmark"></i>
分类
</a>
</li>
<li class="m-nav-item">
<a href="/archives" class="waves-effect waves-light">
<i class="fa-fw fas fa-archive"></i>
归档
</a>
</li>
<li class="m-nav-item">
<a href="/about" class="waves-effect waves-light">
<i class="fa-fw fas fa-user-circle"></i>
关于
</a>
</li>
<li class="m-nav-item">
<a href="/contact" class="waves-effect waves-light">
<i class="fa-fw fas fa-comments"></i>
Contact
</a>
</li>
<li class="m-nav-item">
<a href="/friends" class="waves-effect waves-light">
<i class="fa-fw fas fa-address-book"></i>
友情链接
</a>
</li>
<li><div class="divider"></div></li>
<li>
<a href="https://github.com/Rayuu" class="waves-effect waves-light" target="_blank">
<i class="fab fa-github-square fa-fw"></i>Fork Me
</a>
</li>
</ul>
</div>
</div>
<style>
.nav-transparent .github-corner {
display: none !important;
}
.github-corner {
position: absolute;
z-index: 10;
top: 0;
right: 0;
border: 0;
transform: scale(1.1);
}
.github-corner svg {
color: #0f9d58;
fill: #fff;
height: 64px;
width: 64px;
}
.github-corner:hover .octo-arm {
animation: a 0.56s ease-in-out;
}
.github-corner .octo-arm {
animation: none;
}
@keyframes a {
0%,
to {
transform: rotate(0);
}
20%,
60% {
transform: rotate(-25deg);
}
40%,
80% {
transform: rotate(10deg);
}
}
</style>
<a href="https://github.com/Rayuu" class="github-corner tooltipped hide-on-med-and-down" target="_blank"
data-tooltip="Fork Me" data-position="left" data-delay="50">
<svg viewBox="0 0 250 250" aria-hidden="true">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path>
<path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor" class="octo-body"></path>
</svg>
</a>
</nav>
</header>
<div class="bg-cover pd-header about-cover">
<div class="container">
<div class="row">
<div class="col s10 offset-s1 m8 offset-m2 l8 offset-l2">
<div class="brand">
<div class="title center-align">
Rayu's Blog
</div>
<div class="description center-align">
<span id="subtitle"></span>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script>
var typed = new Typed("#subtitle", {
strings: ['从来没有真正的绝境, 只有心灵的迷途','Never really desperate, only the lost of the soul'],
startDelay: 300,
typeSpeed: 100,
loop: true,
backSpeed: 50,
showCursor: true
});
</script>
</div>
</div>
</div>
</div>
<script>
// 每天切换 banner 图. Switch banner image every day.
$('.bg-cover').css('background-image', 'url(/medias/banner/' + new Date().getDay() + '.jpg)');
</script>
</div>
</div>
<main class="content">
<div id="contact" class="container chip-container">
<div class="card">
<div class="card-content">
<div class="tag-title center-align">
<i class="fas fa-comments"></i> 留言板
</div>
<script>
document.querySelectorAll('.github-emoji')
.forEach(el => {
if (!el.dataset.src) { return; }
const img = document.createElement('img');
img.style = 'display:none !important;';
img.src = el.dataset.src;
img.addEventListener('error', () => {
img.remove();
el.style.color = 'inherit';
el.style.backgroundImage = 'none';
el.style.background = 'none';
});
img.addEventListener('load', () => {
img.remove();
});
document.body.appendChild(img);
});
</script>
</div>
</div>
<div class="card">
</div>
</div>
</main>
<footer class="page-footer bg-color">
<div class="container row center-align">
<div class="col s12 m8 l8 copy-right">
Copyright ©
<span id="year">年份</span>
<a href="http://rayuu.com" target="_blank">Rayu</a>
| Powered by <a href="https://hexo.io/" target="_blank">Hexo</a>
| Theme <a href="https://github.com/blinkfox/hexo-theme-matery" target="_blank">Matery</a>
<br>
<i class="fas fa-chart-area"></i> 站点总字数: <span
class="white-color">20.2k</span> 字
<span id="busuanzi_container_site_pv">
| <i class="far fa-eye"></i> 总访问量: <span id="busuanzi_value_site_pv"
class="white-color"></span> 次
</span>
<span id="busuanzi_container_site_uv">
| <i class="fas fa-users"></i> 总访问人数: <span id="busuanzi_value_site_uv"
class="white-color"></span> 人
</span>
<br>
<span id="sitetime">载入运行时间...</span>
<script>
function siteTime() {
window.setTimeout("siteTime()", 1000);
var seconds = 1000;
var minutes = seconds * 60;
var hours = minutes * 60;
var days = hours * 24;
var years = days * 365;
var today = new Date();
var startYear = "2019";
var startMonth = "12";
var startDate = "09";
var startHour = "0";
var startMinute = "0";
var startSecond = "0";
var todayYear = today.getFullYear();
var todayMonth = today.getMonth() + 1;
var todayDate = today.getDate();
var todayHour = today.getHours();
var todayMinute = today.getMinutes();
var todaySecond = today.getSeconds();
var t1 = Date.UTC(startYear, startMonth, startDate, startHour, startMinute, startSecond);
var t2 = Date.UTC(todayYear, todayMonth, todayDate, todayHour, todayMinute, todaySecond);
var diff = t2 - t1;
var diffYears = Math.floor(diff / years);
var diffDays = Math.floor((diff / days) - diffYears * 365);
var diffHours = Math.floor((diff - (diffYears * 365 + diffDays) * days) / hours);
var diffMinutes = Math.floor((diff - (diffYears * 365 + diffDays) * days - diffHours * hours) /
minutes);
var diffSeconds = Math.floor((diff - (diffYears * 365 + diffDays) * days - diffHours * hours -
diffMinutes * minutes) / seconds);
if (startYear == todayYear) {
document.getElementById("year").innerHTML = todayYear;
document.getElementById("sitetime").innerHTML = "本站已安全运行 " + diffDays + " 天 " + diffHours +
" 小时 " + diffMinutes + " 分钟 " + diffSeconds + " 秒";
} else {
document.getElementById("year").innerHTML = startYear + " - " + todayYear;
document.getElementById("sitetime").innerHTML = "本站已安全运行 " + diffYears + " 年 " + diffDays +
" 天 " + diffHours + " 小时 " + diffMinutes + " 分钟 " + diffSeconds + " 秒";
}
}
setInterval(siteTime, 1000);
</script>
<br>
</div>
<div class="col s12 m4 l4 social-link social-statis">
<a href="https://github.com/Rayuu" class="tooltipped" target="_blank" data-tooltip="访问我的GitHub" data-position="top" data-delay="50">
<i class="fab fa-github"></i>
</a>
<a href="mailto:[email protected]" class="tooltipped" target="_blank" data-tooltip="邮件联系我" data-position="top" data-delay="50">
<i class="fas fa-envelope-open"></i>
</a>
<a href="tencent://AddContact/?fromId=50&fromSubId=1&subcmd=all&uin=291070726" class="tooltipped" target="_blank" data-tooltip="QQ联系我: 291070726" data-position="top" data-delay="50">
<i class="fab fa-qq"></i>
</a>
<a href="/atom.xml" class="tooltipped" target="_blank" data-tooltip="RSS 订阅" data-position="top" data-delay="50">
<i class="fas fa-rss"></i>
</a>
</div>
</div>
</footer>
<div class="progress-bar"></div>
<!-- 搜索遮罩框 -->
<div id="searchModal" class="modal">
<div class="modal-content">
<div class="search-header">
<span class="title"><i class="fas fa-search"></i> 搜索</span>
<input type="search" id="searchInput" name="s" placeholder="请输入搜索的关键字"
class="search-input">
</div>
<div id="searchResult"></div>
</div>
</div>
<script src="/js/search.js"></script>
<script type="text/javascript">
$(function () {
searchFunc("/" + "search.xml", 'searchInput', 'searchResult');
});
</script>
<!-- 回到顶部按钮 -->
<div id="backTop" class="top-scroll">
<a class="btn-floating btn-large waves-effect waves-light" href="#!">
<i class="fas fa-arrow-up"></i>
</a>
</div>
<script src="/libs/materialize/materialize.min.js"></script>
<script src="/libs/masonry/masonry.pkgd.min.js"></script>
<script src="/libs/aos/aos.js"></script>
<script src="/libs/scrollprogress/scrollProgress.min.js"></script>
<script src="/libs/lightGallery/js/lightgallery-all.min.js"></script>
<script src="/js/matery.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-78435170-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-78435170-1');
</script>
<!-- Baidu Analytics -->
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?8484bf8c2b12e836d3c963f924d4b2fd";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Baidu Push -->
<script>
(function () {
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
} else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<script src="/libs/others/clicklove.js" async="async"></script>
<script async src="/libs/others/busuanzi.pure.mini.js"></script>
<script type="text/javascript" src="/libs/background/ribbon-dynamic.js" async="async"></script>
<script src="/libs/instantpage/instantpage.js" type="module"></script>
</body>
</html>
| Rayuu/rayuu.github.io | contact/index.html | HTML | mit | 18,204 |
---
layout: splash
---
{{ content }}
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% assign postsByMonth = paginator.posts | group_by_exp:"post", "post.date | date: '%Y-%m'" %}
{% for month in postsByMonth %}
<h2 class="archive__subtitle">{{ month.name }}</h2>
{% for post in month.items %}
{% include archive-single.html %}
{% endfor %}
{% endfor %}
{% include paginator.html %}
| laureltreetop/laureltreetop.github.io | _layouts/home.html | HTML | mit | 470 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Dashboard">
<meta name="keyword" content="Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina">
<link rel="shortcut icon" href="http://alvarez.is/demo/dashio/favicon.png">
<title>DASHIO - Bootstrap Admin + Front-End template</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!--external css-->
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/style-responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[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]-->
</head>
<body>
<section id="container" >
<!-- **********************************************************************************************************************************************************
TOP BAR CONTENT & NOTIFICATIONS
*********************************************************************************************************************************************************** -->
<!--header start-->
<header class="header black-bg">
<div class="sidebar-toggle-box">
<div class="fa fa-bars tooltips" data-placement="right" data-original-title="Toggle Navigation"></div>
</div>
<!--logo start-->
<a href="index.html" class="logo"><b>DASH<span>IO</span></b></a>
<!--logo end-->
<div class="nav notify-row" id="top_menu">
<!-- notification start -->
<ul class="nav top-menu">
<!-- settings start -->
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="index.html#">
<i class="fa fa-tasks"></i>
<span class="badge bg-theme">4</span>
</a>
<ul class="dropdown-menu extended tasks-bar">
<div class="notify-arrow notify-arrow-green"></div>
<li>
<p class="green">You have 4 pending tasks</p>
</li>
<li>
<a href="index.html#">
<div class="task-info">
<div class="desc">Dashio Admin Panel</div>
<div class="percent">40%</div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
</a>
</li>
<li>
<a href="index.html#">
<div class="task-info">
<div class="desc">Database Update</div>
<div class="percent">60%</div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
</div>
</div>
</a>
</li>
<li>
<a href="index.html#">
<div class="task-info">
<div class="desc">Product Development</div>
<div class="percent">80%</div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80% Complete</span>
</div>
</div>
</a>
</li>
<li>
<a href="index.html#">
<div class="task-info">
<div class="desc">Payments Sent</div>
<div class="percent">70%</div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%">
<span class="sr-only">70% Complete (Important)</span>
</div>
</div>
</a>
</li>
<li class="external">
<a href="#">See All Tasks</a>
</li>
</ul>
</li>
<!-- settings end -->
<!-- inbox dropdown start-->
<li id="header_inbox_bar" class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="index.html#">
<i class="fa fa-envelope-o"></i>
<span class="badge bg-theme">5</span>
</a>
<ul class="dropdown-menu extended inbox">
<div class="notify-arrow notify-arrow-green"></div>
<li>
<p class="green">You have 5 new messages</p>
</li>
<li>
<a href="index.html#">
<span class="photo"><img alt="avatar" src="assets/img/ui-zac.jpg"></span>
<span class="subject">
<span class="from">Zac Snider</span>
<span class="time">Just now</span>
</span>
<span class="message">
Hi mate, how is everything?
</span>
</a>
</li>
<li>
<a href="index.html#">
<span class="photo"><img alt="avatar" src="assets/img/ui-divya.jpg"></span>
<span class="subject">
<span class="from">Divya Manian</span>
<span class="time">40 mins.</span>
</span>
<span class="message">
Hi, I need your help with this.
</span>
</a>
</li>
<li>
<a href="index.html#">
<span class="photo"><img alt="avatar" src="assets/img/ui-danro.jpg"></span>
<span class="subject">
<span class="from">Dan Rogers</span>
<span class="time">2 hrs.</span>
</span>
<span class="message">
Love your new Dashboard.
</span>
</a>
</li>
<li>
<a href="index.html#">
<span class="photo"><img alt="avatar" src="assets/img/ui-sherman.jpg"></span>
<span class="subject">
<span class="from">Dj Sherman</span>
<span class="time">4 hrs.</span>
</span>
<span class="message">
Please, answer asap.
</span>
</a>
</li>
<li>
<a href="index.html#">See all messages</a>
</li>
</ul>
</li>
<!-- inbox dropdown end -->
<!-- notification dropdown start-->
<li id="header_notification_bar" class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="index.html#">
<i class="fa fa-bell-o"></i>
<span class="badge bg-warning">7</span>
</a>
<ul class="dropdown-menu extended notification">
<div class="notify-arrow notify-arrow-yellow"></div>
<li>
<p class="yellow">You have 7 new notifications</p>
</li>
<li>
<a href="index.html#">
<span class="label label-danger"><i class="fa fa-bolt"></i></span>
Server Overloaded.
<span class="small italic">4 mins.</span>
</a>
</li>
<li>
<a href="index.html#">
<span class="label label-warning"><i class="fa fa-bell"></i></span>
Memory #2 Not Responding.
<span class="small italic">30 mins.</span>
</a>
</li>
<li>
<a href="index.html#">
<span class="label label-danger"><i class="fa fa-bolt"></i></span>
Disk Space Reached 85%.
<span class="small italic">2 hrs.</span>
</a>
</li>
<li>
<a href="index.html#">
<span class="label label-success"><i class="fa fa-plus"></i></span>
New User Registered.
<span class="small italic">3 hrs.</span>
</a>
</li>
<li>
<a href="index.html#">See all notifications</a>
</li>
</ul>
</li>
<!-- notification dropdown end -->
</ul>
<!-- notification end -->
</div>
<div class="top-menu">
<ul class="nav pull-right top-menu">
<li><a class="logout" href="login.html">Logout</a></li>
</ul>
</div>
</header>
<!--header end-->
<!-- **********************************************************************************************************************************************************
MAIN SIDEBAR MENU
*********************************************************************************************************************************************************** -->
<!--sidebar start-->
<aside>
<div id="sidebar" class="nav-collapse ">
<!-- sidebar menu start-->
<ul class="sidebar-menu" id="nav-accordion">
<p class="centered"><a href="profile.html"><img src="assets/img/ui-sam.jpg" class="img-circle" width="80"></a></p>
<h5 class="centered">Sam Soffes</h5>
<li class="mt">
<a href="index.html">
<i class="fa fa-dashboard"></i>
<span>Dashboard</span>
</a>
</li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-desktop"></i>
<span>UI Elements</span>
</a>
<ul class="sub">
<li><a href="general.html">General</a></li>
<li><a href="buttons.html">Buttons</a></li>
<li><a href="panels.html">Panels</a></li>
<li><a href="font_awesome.html">Font Awesome</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-cogs"></i>
<span>Components</span>
</a>
<ul class="sub">
<li><a href="grids.html">Grids</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="todo_list.html">Todo List</a></li>
<li><a href="dropzone.html">Dropzone File Upload</a></li>
<li><a href="inline_editor.html">Inline Editor</a></li>
<li><a href="file_upload.html">Multiple File Upload</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-book"></i>
<span>Extra Pages</span>
</a>
<ul class="sub">
<li><a href="blank.html">Blank Page</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="lock_screen.html">Lock Screen</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="invoice.html">Invoice</a></li>
<li><a href="pricing_table.html">Pricing Table</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="404.html">404 Error</a></li>
<li><a href="500.html">500 Error</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-tasks"></i>
<span>Forms</span>
</a>
<ul class="sub">
<li><a href="form_component.html">Form Components</a></li>
<li><a href="advanced_form_components.html">Advanced Components</a></li>
<li><a href="form_validation.html">Form Validation</a></li>
</ul>
</li>
<li class="sub-menu">
<a class="active" href="javascript:;" >
<i class="fa fa-th"></i>
<span>Data Tables</span>
</a>
<ul class="sub">
<li class="active"><a href="basic_table.html">Basic Table</a></li>
<li><a href="responsive_table.html">Responsive Table</a></li>
<li><a href="advanced_table.html">Advanced Table</a></li>
</ul>
</li>
<li>
<a href="inbox.html">
<i class="fa fa-envelope"></i>
<span>Mail </span>
<span class="label label-theme pull-right mail-info">2</span>
</a>
</li>
<li class="sub-menu">
<a href="javascript:;" >
<i class=" fa fa-bar-chart-o"></i>
<span>Charts</span>
</a>
<ul class="sub">
<li><a href="morris.html">Morris</a></li>
<li><a href="chartjs.html">Chartjs</a></li>
<li><a href="flot_chart.html">Flot Charts</a></li>
<li><a href="xchart.html">xChart</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="javascript:;">
<i class="fa fa-comments-o"></i>
<span>Chat Room</span>
</a>
<ul class="sub">
<li><a href="lobby.html">Lobby</a></li>
<li><a href="chat_room.html"> Chat Room</a></li>
</ul>
</li>
<li>
<a href="google_maps.html" >
<i class="fa fa-map-marker"></i>
<span>Google Maps </span>
</a>
</li>
</ul>
<!-- sidebar menu end-->
</div>
</aside>
<!--sidebar end-->
<!-- **********************************************************************************************************************************************************
MAIN CONTENT
*********************************************************************************************************************************************************** -->
<!--main content start-->
<section id="main-content">
<section class="wrapper">
<h3><i class="fa fa-angle-right"></i> Basic Table Examples</h3>
<div class="row">
<div class="col-md-12">
<div class="content-panel">
<h4><i class="fa fa-angle-right"></i> Basic Table</h4>
<hr>
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div><! --/content-panel -->
</div><!-- /col-md-12 -->
<div class="col-md-12 mt">
<div class="content-panel">
<table class="table table-hover">
<h4><i class="fa fa-angle-right"></i> Hover Table</h4>
<hr>
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>3</td>
<td>Simon</td>
<td>Mosa</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div><! --/content-panel -->
</div><!-- /col-md-12 -->
</div><!-- row -->
<div class="row mt">
<div class="col-md-12">
<div class="content-panel">
<table class="table table-striped table-advance table-hover">
<h4><i class="fa fa-angle-right"></i> Advanced Table</h4>
<hr>
<thead>
<tr>
<th><i class="fa fa-bullhorn"></i> Company</th>
<th class="hidden-phone"><i class="fa fa-question-circle"></i> Descrition</th>
<th><i class="fa fa-bookmark"></i> Profit</th>
<th><i class=" fa fa-edit"></i> Status</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="basic_table.html#">Company Ltd</a></td>
<td class="hidden-phone">Lorem Ipsum dolor</td>
<td>12000.00$ </td>
<td><span class="label label-info label-mini">Due</span></td>
<td>
<button class="btn btn-success btn-xs"><i class="fa fa-check"></i></button>
<button class="btn btn-primary btn-xs"><i class="fa fa-pencil"></i></button>
<button class="btn btn-danger btn-xs"><i class="fa fa-trash-o "></i></button>
</td>
</tr>
<tr>
<td>
<a href="basic_table.html#">
Dashio co
</a>
</td>
<td class="hidden-phone">Lorem Ipsum dolor</td>
<td>17900.00$ </td>
<td><span class="label label-warning label-mini">Due</span></td>
<td>
<button class="btn btn-success btn-xs"><i class="fa fa-check"></i></button>
<button class="btn btn-primary btn-xs"><i class="fa fa-pencil"></i></button>
<button class="btn btn-danger btn-xs"><i class="fa fa-trash-o "></i></button>
</td>
</tr>
<tr>
<td>
<a href="basic_table.html#">
Another Co
</a>
</td>
<td class="hidden-phone">Lorem Ipsum dolor</td>
<td>14400.00$ </td>
<td><span class="label label-success label-mini">Paid</span></td>
<td>
<button class="btn btn-success btn-xs"><i class="fa fa-check"></i></button>
<button class="btn btn-primary btn-xs"><i class="fa fa-pencil"></i></button>
<button class="btn btn-danger btn-xs"><i class="fa fa-trash-o "></i></button>
</td>
</tr>
<tr>
<td>
<a href="basic_table.html#">
Dashio ext
</a>
</td>
<td class="hidden-phone">Lorem Ipsum dolor</td>
<td>22000.50$ </td>
<td><span class="label label-success label-mini">Paid</span></td>
<td>
<button class="btn btn-success btn-xs"><i class="fa fa-check"></i></button>
<button class="btn btn-primary btn-xs"><i class="fa fa-pencil"></i></button>
<button class="btn btn-danger btn-xs"><i class="fa fa-trash-o "></i></button>
</td>
</tr>
<tr>
<td><a href="basic_table.html#">Total Ltd</a></td>
<td class="hidden-phone">Lorem Ipsum dolor</td>
<td>12120.00$ </td>
<td><span class="label label-warning label-mini">Due</span></td>
<td>
<button class="btn btn-success btn-xs"><i class="fa fa-check"></i></button>
<button class="btn btn-primary btn-xs"><i class="fa fa-pencil"></i></button>
<button class="btn btn-danger btn-xs"><i class="fa fa-trash-o "></i></button>
</td>
</tr>
</tbody>
</table>
</div><!-- /content-panel -->
</div><!-- /col-md-12 -->
</div><!-- /row -->
</section><! --/wrapper -->
</section><!-- /MAIN CONTENT -->
<!--main content end-->
<!--footer start-->
<footer class="site-footer">
<div class="text-center">
2014 - Alvarez.is
<a href="basic_table.html#" class="go-top">
<i class="fa fa-angle-up"></i>
</a>
</div>
</footer>
<!--footer end-->
</section>
<!-- js placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script class="include" type="text/javascript" src="assets/js/jquery.dcjqaccordion.2.7.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/jquery.nicescroll.js" type="text/javascript"></script>
<!--common script for all pages-->
<script src="assets/js/common-scripts.js"></script>
<!--script for this page-->
<script>
//custom select box
$(function(){
$('select.styled').customSelect();
});
</script>
</body>
</html>
| say-and-do/say-and-do | template/Dashio - Dashboard/Theme/basic_table.html | HTML | mit | 29,801 |
<!DOCTYPE html><html><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes">
<title>paper-fab tests</title>
<script src="../../web-component-tester/browser.js"></script>
</head>
<body>
<script>WCT.loadSuites(["basic.html","a11y.html","basic.html?dom=shadow","a11y.html?dom=shadow"]);</script>
</body></html> | vladimirbrasil/testghpagepolymer | bower_components/paper-fab/test/index.html | HTML | mit | 396 |
<style type="text/css">
#page-content-wrapper {
padding: 0;
height: 100%;
}
.navbar {
margin-bottom: 0;
}
.well {
position: relative;
height: 100vh;
min-width: 900px;
overflow: hidden;
margin: 0;
border: 1px solid #e3e3e3;
border-top: 0;
border-radius: 0px;
-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0
}
</style>
<div substance type="viewer"></div>
| EnricoSchw/readthisstuff.com | src/main/webapp/app/entities/document-rts/document-rts-view.html | HTML | mit | 509 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>DataTables example - Bootstrap 4 (Tech. preview)</title>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.2/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="../../media/css/dataTables.bootstrap4.css">
<link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css">
<link rel="stylesheet" type="text/css" href="../resources/demo.css">
<style type="text/css" class="init">
</style>
<script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.12.3.min.js">
</script>
<script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js">
</script>
<script type="text/javascript" language="javascript" src="../../media/js/dataTables.bootstrap4.js">
</script>
<script type="text/javascript" language="javascript" src="../resources/syntax/shCore.js">
</script>
<script type="text/javascript" language="javascript" src="../resources/demo.js">
</script>
<script type="text/javascript" language="javascript" class="init">
$(document).ready(function() {
$('#example').DataTable();
} );
</script>
</head>
<body class="dt-example dt-example-bootstrap4">
<div class="container">
<section>
<h1>DataTables example <span>Bootstrap 4 (Tech. preview)</span></h1>
<div class="info">
<p>As with Bootstrap 3, DataTables can also be integrated seamlessly with Bootstrap 4. At the time of writing this example Bootstrap 4 was at the alpha stage, so
things can, and probably still will change before DataTables integration with Bootstrap 4 is complete.</p>
<p>This integration is done simply by including the DataTables Bootstrap 4 files (CSS and JS) which will set the defaults needed for DataTables to be initialised
as normal, as shown in this examples.</p>
<p>These integration libraries are not currently available in the DataTables download builder, but will become so when Bootstrap 4 is released. Until then they
need to be included from source.</p>
</div>
<table id="example" class="table table-striped table-bordered" cellspacing="0" width="100%">
<thead>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Tiger Nixon</td>
<td>System Architect</td>
<td>Edinburgh</td>
<td>61</td>
<td>2011/04/25</td>
<td>$320,800</td>
</tr>
<tr>
<td>Garrett Winters</td>
<td>Accountant</td>
<td>Tokyo</td>
<td>63</td>
<td>2011/07/25</td>
<td>$170,750</td>
</tr>
<tr>
<td>Ashton Cox</td>
<td>Junior Technical Author</td>
<td>San Francisco</td>
<td>66</td>
<td>2009/01/12</td>
<td>$86,000</td>
</tr>
<tr>
<td>Cedric Kelly</td>
<td>Senior Javascript Developer</td>
<td>Edinburgh</td>
<td>22</td>
<td>2012/03/29</td>
<td>$433,060</td>
</tr>
<tr>
<td>Airi Satou</td>
<td>Accountant</td>
<td>Tokyo</td>
<td>33</td>
<td>2008/11/28</td>
<td>$162,700</td>
</tr>
<tr>
<td>Brielle Williamson</td>
<td>Integration Specialist</td>
<td>New York</td>
<td>61</td>
<td>2012/12/02</td>
<td>$372,000</td>
</tr>
<tr>
<td>Herrod Chandler</td>
<td>Sales Assistant</td>
<td>San Francisco</td>
<td>59</td>
<td>2012/08/06</td>
<td>$137,500</td>
</tr>
<tr>
<td>Rhona Davidson</td>
<td>Integration Specialist</td>
<td>Tokyo</td>
<td>55</td>
<td>2010/10/14</td>
<td>$327,900</td>
</tr>
<tr>
<td>Colleen Hurst</td>
<td>Javascript Developer</td>
<td>San Francisco</td>
<td>39</td>
<td>2009/09/15</td>
<td>$205,500</td>
</tr>
<tr>
<td>Sonya Frost</td>
<td>Software Engineer</td>
<td>Edinburgh</td>
<td>23</td>
<td>2008/12/13</td>
<td>$103,600</td>
</tr>
<tr>
<td>Jena Gaines</td>
<td>Office Manager</td>
<td>London</td>
<td>30</td>
<td>2008/12/19</td>
<td>$90,560</td>
</tr>
<tr>
<td>Quinn Flynn</td>
<td>Support Lead</td>
<td>Edinburgh</td>
<td>22</td>
<td>2013/03/03</td>
<td>$342,000</td>
</tr>
<tr>
<td>Charde Marshall</td>
<td>Regional Director</td>
<td>San Francisco</td>
<td>36</td>
<td>2008/10/16</td>
<td>$470,600</td>
</tr>
<tr>
<td>Haley Kennedy</td>
<td>Senior Marketing Designer</td>
<td>London</td>
<td>43</td>
<td>2012/12/18</td>
<td>$313,500</td>
</tr>
<tr>
<td>Tatyana Fitzpatrick</td>
<td>Regional Director</td>
<td>London</td>
<td>19</td>
<td>2010/03/17</td>
<td>$385,750</td>
</tr>
<tr>
<td>Michael Silva</td>
<td>Marketing Designer</td>
<td>London</td>
<td>66</td>
<td>2012/11/27</td>
<td>$198,500</td>
</tr>
<tr>
<td>Paul Byrd</td>
<td>Chief Financial Officer (CFO)</td>
<td>New York</td>
<td>64</td>
<td>2010/06/09</td>
<td>$725,000</td>
</tr>
<tr>
<td>Gloria Little</td>
<td>Systems Administrator</td>
<td>New York</td>
<td>59</td>
<td>2009/04/10</td>
<td>$237,500</td>
</tr>
<tr>
<td>Bradley Greer</td>
<td>Software Engineer</td>
<td>London</td>
<td>41</td>
<td>2012/10/13</td>
<td>$132,000</td>
</tr>
<tr>
<td>Dai Rios</td>
<td>Personnel Lead</td>
<td>Edinburgh</td>
<td>35</td>
<td>2012/09/26</td>
<td>$217,500</td>
</tr>
<tr>
<td>Jenette Caldwell</td>
<td>Development Lead</td>
<td>New York</td>
<td>30</td>
<td>2011/09/03</td>
<td>$345,000</td>
</tr>
<tr>
<td>Yuri Berry</td>
<td>Chief Marketing Officer (CMO)</td>
<td>New York</td>
<td>40</td>
<td>2009/06/25</td>
<td>$675,000</td>
</tr>
<tr>
<td>Caesar Vance</td>
<td>Pre-Sales Support</td>
<td>New York</td>
<td>21</td>
<td>2011/12/12</td>
<td>$106,450</td>
</tr>
<tr>
<td>Doris Wilder</td>
<td>Sales Assistant</td>
<td>Sidney</td>
<td>23</td>
<td>2010/09/20</td>
<td>$85,600</td>
</tr>
<tr>
<td>Angelica Ramos</td>
<td>Chief Executive Officer (CEO)</td>
<td>London</td>
<td>47</td>
<td>2009/10/09</td>
<td>$1,200,000</td>
</tr>
<tr>
<td>Gavin Joyce</td>
<td>Developer</td>
<td>Edinburgh</td>
<td>42</td>
<td>2010/12/22</td>
<td>$92,575</td>
</tr>
<tr>
<td>Jennifer Chang</td>
<td>Regional Director</td>
<td>Singapore</td>
<td>28</td>
<td>2010/11/14</td>
<td>$357,650</td>
</tr>
<tr>
<td>Brenden Wagner</td>
<td>Software Engineer</td>
<td>San Francisco</td>
<td>28</td>
<td>2011/06/07</td>
<td>$206,850</td>
</tr>
<tr>
<td>Fiona Green</td>
<td>Chief Operating Officer (COO)</td>
<td>San Francisco</td>
<td>48</td>
<td>2010/03/11</td>
<td>$850,000</td>
</tr>
<tr>
<td>Shou Itou</td>
<td>Regional Marketing</td>
<td>Tokyo</td>
<td>20</td>
<td>2011/08/14</td>
<td>$163,000</td>
</tr>
<tr>
<td>Michelle House</td>
<td>Integration Specialist</td>
<td>Sidney</td>
<td>37</td>
<td>2011/06/02</td>
<td>$95,400</td>
</tr>
<tr>
<td>Suki Burks</td>
<td>Developer</td>
<td>London</td>
<td>53</td>
<td>2009/10/22</td>
<td>$114,500</td>
</tr>
<tr>
<td>Prescott Bartlett</td>
<td>Technical Author</td>
<td>London</td>
<td>27</td>
<td>2011/05/07</td>
<td>$145,000</td>
</tr>
<tr>
<td>Gavin Cortez</td>
<td>Team Leader</td>
<td>San Francisco</td>
<td>22</td>
<td>2008/10/26</td>
<td>$235,500</td>
</tr>
<tr>
<td>Martena Mccray</td>
<td>Post-Sales support</td>
<td>Edinburgh</td>
<td>46</td>
<td>2011/03/09</td>
<td>$324,050</td>
</tr>
<tr>
<td>Unity Butler</td>
<td>Marketing Designer</td>
<td>San Francisco</td>
<td>47</td>
<td>2009/12/09</td>
<td>$85,675</td>
</tr>
<tr>
<td>Howard Hatfield</td>
<td>Office Manager</td>
<td>San Francisco</td>
<td>51</td>
<td>2008/12/16</td>
<td>$164,500</td>
</tr>
<tr>
<td>Hope Fuentes</td>
<td>Secretary</td>
<td>San Francisco</td>
<td>41</td>
<td>2010/02/12</td>
<td>$109,850</td>
</tr>
<tr>
<td>Vivian Harrell</td>
<td>Financial Controller</td>
<td>San Francisco</td>
<td>62</td>
<td>2009/02/14</td>
<td>$452,500</td>
</tr>
<tr>
<td>Timothy Mooney</td>
<td>Office Manager</td>
<td>London</td>
<td>37</td>
<td>2008/12/11</td>
<td>$136,200</td>
</tr>
<tr>
<td>Jackson Bradshaw</td>
<td>Director</td>
<td>New York</td>
<td>65</td>
<td>2008/09/26</td>
<td>$645,750</td>
</tr>
<tr>
<td>Olivia Liang</td>
<td>Support Engineer</td>
<td>Singapore</td>
<td>64</td>
<td>2011/02/03</td>
<td>$234,500</td>
</tr>
<tr>
<td>Bruno Nash</td>
<td>Software Engineer</td>
<td>London</td>
<td>38</td>
<td>2011/05/03</td>
<td>$163,500</td>
</tr>
<tr>
<td>Sakura Yamamoto</td>
<td>Support Engineer</td>
<td>Tokyo</td>
<td>37</td>
<td>2009/08/19</td>
<td>$139,575</td>
</tr>
<tr>
<td>Thor Walton</td>
<td>Developer</td>
<td>New York</td>
<td>61</td>
<td>2013/08/11</td>
<td>$98,540</td>
</tr>
<tr>
<td>Finn Camacho</td>
<td>Support Engineer</td>
<td>San Francisco</td>
<td>47</td>
<td>2009/07/07</td>
<td>$87,500</td>
</tr>
<tr>
<td>Serge Baldwin</td>
<td>Data Coordinator</td>
<td>Singapore</td>
<td>64</td>
<td>2012/04/09</td>
<td>$138,575</td>
</tr>
<tr>
<td>Zenaida Frank</td>
<td>Software Engineer</td>
<td>New York</td>
<td>63</td>
<td>2010/01/04</td>
<td>$125,250</td>
</tr>
<tr>
<td>Zorita Serrano</td>
<td>Software Engineer</td>
<td>San Francisco</td>
<td>56</td>
<td>2012/06/01</td>
<td>$115,000</td>
</tr>
<tr>
<td>Jennifer Acosta</td>
<td>Junior Javascript Developer</td>
<td>Edinburgh</td>
<td>43</td>
<td>2013/02/01</td>
<td>$75,650</td>
</tr>
<tr>
<td>Cara Stevens</td>
<td>Sales Assistant</td>
<td>New York</td>
<td>46</td>
<td>2011/12/06</td>
<td>$145,600</td>
</tr>
<tr>
<td>Hermione Butler</td>
<td>Regional Director</td>
<td>London</td>
<td>47</td>
<td>2011/03/21</td>
<td>$356,250</td>
</tr>
<tr>
<td>Lael Greer</td>
<td>Systems Administrator</td>
<td>London</td>
<td>21</td>
<td>2009/02/27</td>
<td>$103,500</td>
</tr>
<tr>
<td>Jonas Alexander</td>
<td>Developer</td>
<td>San Francisco</td>
<td>30</td>
<td>2010/07/14</td>
<td>$86,500</td>
</tr>
<tr>
<td>Shad Decker</td>
<td>Regional Director</td>
<td>Edinburgh</td>
<td>51</td>
<td>2008/11/13</td>
<td>$183,000</td>
</tr>
<tr>
<td>Michael Bruce</td>
<td>Javascript Developer</td>
<td>Singapore</td>
<td>29</td>
<td>2011/06/27</td>
<td>$183,000</td>
</tr>
<tr>
<td>Donna Snider</td>
<td>Customer Support</td>
<td>New York</td>
<td>27</td>
<td>2011/01/25</td>
<td>$112,000</td>
</tr>
</tbody>
</table>
<ul class="tabs">
<li class="active">Javascript</li>
<li>HTML</li>
<li>CSS</li>
<li>Ajax</li>
<li>Server-side script</li>
</ul>
<div class="tabs">
<div class="js">
<p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline language-js">$(document).ready(function() {
$('#example').DataTable();
} );</code>
<p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p>
<ul>
<li>
<a href="//code.jquery.com/jquery-1.12.3.min.js">//code.jquery.com/jquery-1.12.3.min.js</a>
</li>
<li>
<a href="../../media/js/jquery.dataTables.js">../../media/js/jquery.dataTables.js</a>
</li>
<li>
<a href="../../media/js/dataTables.bootstrap4.js">../../media/js/dataTables.bootstrap4.js</a>
</li>
</ul>
</div>
<div class="table">
<p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p>
</div>
<div class="css">
<div>
<p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The
additional CSS used is shown below:</p><code class="multiline language-css"></code>
</div>
<p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p>
<ul>
<li>
<a href=
"//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.2/css/bootstrap.css">//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.2/css/bootstrap.css</a>
</li>
<li>
<a href="../../media/css/dataTables.bootstrap4.css">../../media/css/dataTables.bootstrap4.css</a>
</li>
</ul>
</div>
<div class="ajax">
<p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is
loaded.</p>
</div>
<div class="php">
<p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side
processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables
documentation</a>.</p>
</div>
</div>
</section>
</div>
<section>
<div class="footer">
<div class="gradient"></div>
<div class="liner">
<h2>Other examples</h2>
<div class="toc">
<div class="toc-group">
<h3><a href="../basic_init/index.html">Basic initialisation</a></h3>
<ul class="toc">
<li>
<a href="../basic_init/zero_configuration.html">Zero configuration</a>
</li>
<li>
<a href="../basic_init/filter_only.html">Feature enable / disable</a>
</li>
<li>
<a href="../basic_init/table_sorting.html">Default ordering (sorting)</a>
</li>
<li>
<a href="../basic_init/multi_col_sort.html">Multi-column ordering</a>
</li>
<li>
<a href="../basic_init/multiple_tables.html">Multiple tables</a>
</li>
<li>
<a href="../basic_init/hidden_columns.html">Hidden columns</a>
</li>
<li>
<a href="../basic_init/complex_header.html">Complex headers (rowspan and colspan)</a>
</li>
<li>
<a href="../basic_init/dom.html">DOM positioning</a>
</li>
<li>
<a href="../basic_init/flexible_width.html">Flexible table width</a>
</li>
<li>
<a href="../basic_init/state_save.html">State saving</a>
</li>
<li>
<a href="../basic_init/alt_pagination.html">Alternative pagination</a>
</li>
<li>
<a href="../basic_init/scroll_y.html">Scroll - vertical</a>
</li>
<li>
<a href="../basic_init/scroll_y_dynamic.html">Scroll - vertical, dynamic height</a>
</li>
<li>
<a href="../basic_init/scroll_x.html">Scroll - horizontal</a>
</li>
<li>
<a href="../basic_init/scroll_xy.html">Scroll - horizontal and vertical</a>
</li>
<li>
<a href="../basic_init/comma-decimal.html">Language - Comma decimal place</a>
</li>
<li>
<a href="../basic_init/language.html">Language options</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../advanced_init/index.html">Advanced initialisation</a></h3>
<ul class="toc">
<li>
<a href="../advanced_init/events_live.html">DOM / jQuery events</a>
</li>
<li>
<a href="../advanced_init/dt_events.html">DataTables events</a>
</li>
<li>
<a href="../advanced_init/column_render.html">Column rendering</a>
</li>
<li>
<a href="../advanced_init/length_menu.html">Page length options</a>
</li>
<li>
<a href="../advanced_init/dom_multiple_elements.html">Multiple table control elements</a>
</li>
<li>
<a href="../advanced_init/complex_header.html">Complex headers with column visibility</a>
</li>
<li>
<a href="../advanced_init/object_dom_read.html">Read HTML to data objects</a>
</li>
<li>
<a href="../advanced_init/html5-data-options.html">HTML5 data-* attributes - table options</a>
</li>
<li>
<a href="../advanced_init/html5-data-attributes.html">HTML5 data-* attributes - cell data</a>
</li>
<li>
<a href="../advanced_init/language_file.html">Language file</a>
</li>
<li>
<a href="../advanced_init/defaults.html">Setting defaults</a>
</li>
<li>
<a href="../advanced_init/row_callback.html">Row created callback</a>
</li>
<li>
<a href="../advanced_init/row_grouping.html">Row grouping</a>
</li>
<li>
<a href="../advanced_init/footer_callback.html">Footer callback</a>
</li>
<li>
<a href="../advanced_init/dom_toolbar.html">Custom toolbar elements</a>
</li>
<li>
<a href="../advanced_init/sort_direction_control.html">Order direction sequence control</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="./index.html">Styling</a></h3>
<ul class="toc active">
<li>
<a href="./display.html">Base style</a>
</li>
<li>
<a href="./no-classes.html">Base style - no styling classes</a>
</li>
<li>
<a href="./cell-border.html">Base style - cell borders</a>
</li>
<li>
<a href="./compact.html">Base style - compact</a>
</li>
<li>
<a href="./hover.html">Base style - hover</a>
</li>
<li>
<a href="./order-column.html">Base style - order-column</a>
</li>
<li>
<a href="./row-border.html">Base style - row borders</a>
</li>
<li>
<a href="./stripe.html">Base style - stripe</a>
</li>
<li>
<a href="./bootstrap.html">Bootstrap 3</a>
</li>
<li>
<a href="./foundation.html">Foundation</a>
</li>
<li>
<a href="./jqueryUI.html">jQuery UI ThemeRoller</a>
</li>
<li class="active">
<a href="./bootstrap4.html">Bootstrap 4 (Tech. preview)</a>
</li>
<li>
<a href="./semanticui.html">Semantic UI (Tech. preview)</a>
</li>
<li>
<a href="./material.html">Material Design (Tech. preview)</a>
</li>
<li>
<a href="./uikit.html">UIKit (Tech. preview)</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../data_sources/index.html">Data sources</a></h3>
<ul class="toc">
<li>
<a href="../data_sources/dom.html">HTML (DOM) sourced data</a>
</li>
<li>
<a href="../data_sources/ajax.html">Ajax sourced data</a>
</li>
<li>
<a href="../data_sources/js_array.html">Javascript sourced data</a>
</li>
<li>
<a href="../data_sources/server_side.html">Server-side processing</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../api/index.html">API</a></h3>
<ul class="toc">
<li>
<a href="../api/add_row.html">Add rows</a>
</li>
<li>
<a href="../api/multi_filter.html">Individual column searching (text inputs)</a>
</li>
<li>
<a href="../api/multi_filter_select.html">Individual column searching (select inputs)</a>
</li>
<li>
<a href="../api/highlight.html">Highlighting rows and columns</a>
</li>
<li>
<a href="../api/row_details.html">Child rows (show extra / detailed information)</a>
</li>
<li>
<a href="../api/select_row.html">Row selection (multiple rows)</a>
</li>
<li>
<a href="../api/select_single_row.html">Row selection and deletion (single row)</a>
</li>
<li>
<a href="../api/form.html">Form inputs</a>
</li>
<li>
<a href="../api/counter_columns.html">Index column</a>
</li>
<li>
<a href="../api/show_hide.html">Show / hide columns dynamically</a>
</li>
<li>
<a href="../api/api_in_init.html">Using API in callbacks</a>
</li>
<li>
<a href="../api/tabs_and_scrolling.html">Scrolling and Bootstrap tabs</a>
</li>
<li>
<a href="../api/regex.html">Search API (regular expressions)</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../ajax/index.html">Ajax</a></h3>
<ul class="toc">
<li>
<a href="../ajax/simple.html">Ajax data source (arrays)</a>
</li>
<li>
<a href="../ajax/objects.html">Ajax data source (objects)</a>
</li>
<li>
<a href="../ajax/deep.html">Nested object data (objects)</a>
</li>
<li>
<a href="../ajax/objects_subarrays.html">Nested object data (arrays)</a>
</li>
<li>
<a href="../ajax/orthogonal-data.html">Orthogonal data</a>
</li>
<li>
<a href="../ajax/null_data_source.html">Generated content for a column</a>
</li>
<li>
<a href="../ajax/custom_data_property.html">Custom data source property</a>
</li>
<li>
<a href="../ajax/custom_data_flat.html">Flat array data source</a>
</li>
<li>
<a href="../ajax/defer_render.html">Deferred rendering for speed</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../server_side/index.html">Server-side</a></h3>
<ul class="toc">
<li>
<a href="../server_side/simple.html">Server-side processing</a>
</li>
<li>
<a href="../server_side/custom_vars.html">Custom HTTP variables</a>
</li>
<li>
<a href="../server_side/post.html">POST data</a>
</li>
<li>
<a href="../server_side/ids.html">Automatic addition of row ID attributes</a>
</li>
<li>
<a href="../server_side/object_data.html">Object data source</a>
</li>
<li>
<a href="../server_side/row_details.html">Row details</a>
</li>
<li>
<a href="../server_side/select_rows.html">Row selection</a>
</li>
<li>
<a href="../server_side/jsonp.html">JSONP data source for remote domains</a>
</li>
<li>
<a href="../server_side/defer_loading.html">Deferred loading of data</a>
</li>
<li>
<a href="../server_side/pipeline.html">Pipelining data to reduce Ajax calls for paging</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../plug-ins/index.html">Plug-ins</a></h3>
<ul class="toc">
<li>
<a href="../plug-ins/api.html">API plug-in methods</a>
</li>
<li>
<a href="../plug-ins/sorting_auto.html">Ordering plug-ins (with type detection)</a>
</li>
<li>
<a href="../plug-ins/sorting_manual.html">Ordering plug-ins (no type detection)</a>
</li>
<li>
<a href="../plug-ins/range_filtering.html">Custom filtering - range search</a>
</li>
<li>
<a href="../plug-ins/dom_sort.html">Live DOM ordering</a>
</li>
</ul>
</div>
</div>
<div class="epilogue">
<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
"http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2016<br>
DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
</div>
</div>
</div>
</section>
</body>
</html> | dialv/tesisControl | src/tesisControl/tesisBundle/Resources/public/DataTables-1.10.12/examples/styling/bootstrap4.html | HTML | mit | 26,991 |
<strong><a href="http://leetcode.com/problems/binary-tree-postorder-traversal/" target="_blank">Question</a></strong>
<blockquote>
</blockquote>
<!--more-->
<strong>Analysis</strong>
<strong><a href="https://github.com/tedye/leetcode/blob/master/Python/leetcode.145.binary-tree-postorder-traversal.py" target="_blank">Code</a></strong>
<pre class="theme:sublime-text lang:python decode:true " title="Leetcode#1" data-url="https://raw.githubusercontent.com/tedye/leetcode/master/Python/leetcode.145.binary-tree-postorder-traversal.py" >
Please in backup code here!
</pre> | tedye/leetcode | blog_backup/algorithms/145.html | HTML | mit | 579 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>This site is under development</title>
<style type="text/css" media="screen">
html { color: #333; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; }
#container { margin: 0 auto; text-align: center; }
</style>
<script type="text/javascript" language="JavaScript">
<!--
var domainname = window.location.hostname;
var google_afd_request = {
client: 'ca-dp-oversee_ncd',
domain_name: domainname,
referrer: document.referrer,
session_token: 'create'
};
var param_name = '';
var param_value = '';
var frame;
var drid;
var registrar_frameset = function(params) {
drid = params['drid'];
if (params['a_id']) {
param_name = 'a_id';
}
else if (params['o_id']) {
param_name = 'o_id';
}
param_value = params[param_name];
frame = document.getElementById(params['frame']);
google_afd_request['drid'] = params['drid'];
if (!frame) {
document.write('<title>' + domainname + '</title>\n');
document.write('<meta name="keywords" content="' + domainname + '">\n');
document.write('<meta name="description" content="' + domainname + '">\n');
}
var token_url = 'http://pagead2.googlesyndication.com/apps/domainpark/show_afd_ads.js';
document.write('<script type="text/javascript" language="JavaScript" ' +
'src="' + token_url + '"></' + 'script>\n');
}
function google_afd_ad_request_done(response) {
var url = 'http://dsnextgen.com/'
+ '?domainname=' + domainname
+ '&drid=' + drid
+ (param_name ? ('&' + param_name + '=' + param_value) : '')
+ '&session_token=' + response.session_token;
if (frame) {
frame.name = domainname;
frame.src = url;
}
else {
document.write('<div id="container"><h1>This site is under development</h1><p>This page indicates the webmaster has not uploaded a website to the server.</p><p>For information on how to build or upload a site, please visit your web hosting company\'s site.</p></div>');
document.write('<iframe src="' + url + '" frameborder="0" height="800" scrolling="auto" width="100%"></iframe>');
}
}
-->
</script>
<script type="text/javascript" language="JavaScript">
registrar_frameset({a_id: 101954, drid: 'as-drid-2578124767373827'});
</script>
</head>
</html>
| agocs/agocs.org | old_site/Home.html | HTML | mit | 2,599 |
<HTML><HEAD>
<TITLE>Review for Magnolia (1999)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0175880">Magnolia (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Dustin+Putman">Dustin Putman</A></H3><HR WIDTH="40%" SIZE="4">
<PRE>
Magnolia * * * * (out of * * * * )</PRE>
<P>Directed by Paul Thomas Anderson.
Cast: John C. Reilly, Melora Walters, Philip Baker Hall, Tom Cruise, Jason
Robards, Julianne Moore, Philip Seymour Hoffman, Jeremy Blackman, William H.
Macy, Melinda Dillon, April Grace, Michael Bowen, Alfred Molina, Ricky Jay,
Felicity Huffman, Luis Guzman, Emmanuel Johnson, Henry Gibson, Miguel Perez,
Brad Hunt, Jim Beaver.
1999 - 195 minutes
Rated R (for violence, profanity, brief sex, and nudity).
Reviewed by Dustin Putman, January 8, 1999.</P>
<P>"Magnolia" is a mind-blowing masterpiece of a movie--heavy in drama, intense
emotional material, characters, and underlying themes. At 195 minutes (that
would be 3 hours 15 minutes), the film is a sprawling artistic triumph,
displaying an amount of downright shocking originality and vigor that very
few films ever hope to obtain. What I can't, nor never could attempt to
explain, is how such an overwhelmingly ambitious, effortlessly fabricated
motion picture could be made by a director who is 29-years-old and is only on
his third film (the other two being the 1997 double-header, "Hard Eight" and
"Boogie Nights," both of which are among the best films of that respective
year). I'll never know his secret, but Anderson can now surely and without a
doubt be named the most exciting and fresh filmmaker working today, a genius
for the ages.</P>
<P>Only artificially resembling a Robert Altman ensemble picture (1975's
"Nashville," 1993's "Short Cuts"), but acquiring a storytelling approach and
technical style all its own, "Magnolia" is unlike anything I've seen before,
and when you can assuredly say that, you really know the film at hand is,
undoubtedly, a unique one. </P>
<P>After an attention-getting prologue, in which three stories are briefly told
that concern chance and coincidence, like rapid-fire we immediately are
thrown into a whirlwind of characters whom we will then follow over a 24-hour
period in the San Fernando Valley. Most are related to each other in some
way, which we discover as the film progresses. Kicking things off is Jim
Kurring (John C. Reilly), a truthful, religious police officer who is very
lonely and looking for love. After traveling to an apartment building whose
one resident has complained about the overly loud music and yelling coming
from next door, Jim is immediately struck by the beautiful, but obviously
somehow distraught young woman, Claudia Wilson Gator (Melora Walters). Both
are attracted to each other right away, but little does he know that Claudia
is a cocaine addict, and the ruckus came from her yelling at her estranged
father, Jimmy Gator (Philip Baker Hall), who had dropped by earlier to tell
her he just found out he has cancer and only has a few months to live. Jimmy
Gator is a television host for the popular game show, "What Do Kids Know?,"
and as this particular episode proceeds during the evening, Jimmy is startled
to discover that he is deteriorating faster than he thought, much to the
distress of his wife, Rose (Melinda Dillon). </P>
<P>One of the reigning whiz kid contestants is Stanley Spector (Jeremy Blackman)
who, as the night progresses, realizes that everyone, including his gruff
father (Michael Bowen), is treating him like an object, or an encyclopedia,
when all he wants is to be looked at as an average kid. Back in the 1960s,
the most publicized whiz kid for the show was Donnie Smith (William H. Macy),
who still lives in the same city, but has just learned that he is about to be
fired from his job at a furniture store. Excited about getting corrective
teeth surgery, it is soon discovered that Donnie simply longs to be like the
one he is in love with, a handsome, buff bartender (Brad Hunt) who has braces
himself. </P>
<P>As the game show wears on during the early hours of the night, being filmed
on another cable station across town is sex guru Frank T.J. Mackey (Tom
Cruise), a male chauvinist pig whose motto is "Seduce and Destroy." During an
interview with a female reporter (April Grace) between the break of the show,
Frank falsely states that his father is dead and has a positive relationship
with his mother. In actuality, as a child, he was left to care for his ill
mother while his father, the wealthy Earl Partridge (Jason Robards), left
them and ended up marrying the much younger Linda (Julianne Moore). Now Earl
is in the last stages of cancer, and as Linda grows more and more conflicted
and guilty about getting the money in his will (she doesn't want it because
she originally married him for his riches, but now has truly grown to love
him), Earl's nurse, Phil Parma (Philip Seymour Hoffman), has been trying to
reach Frank through the impossible hotline of his show, so that they might
possibly be able to reconcile before his death.</P>
<P>Sort of like 1999's exciting German film, "Run Lola Run," "Magnolia" seems to
always be on the move from one destination to the next, with the difference
being that the latter picture actually has a noticeable amount of substance
to match its liberatingly flashy style. For much of the film, the camera
rarely stops moving, but it is not done in a way that becomes annoying or
hints of hurried editing. Instead, like Anderson's previous "Boogie Nights,"
"Magnolia" is a motion picture alive and well, with energy to spare, and a
clear and bold signification of the pure love for the art of moviemaking.</P>
<P>Intriguing is the way that certain things might happen, and then the next
scene will go back in time to when the previous scene was occurring, and
simply follow a different character. This can be detected most easily when
the day slowly edges towards night, and in one scene it will be dark, while
in the next the evening will only be approaching. Not only is P.T. Anderson
(as he likes to be called) a marvelous director, but his writing matches it
in every way. The screenplay, which is known to have been sparked not only
from a collection of ideas that Anderson then interweaved together, but also
in the 9 songs that singer Aimee Mann has contributed to the picture, is one
that very well could have been uneven, since a couple stories are usually
bound to be more interesting than others, but this does not happen this time.
Every character and each one of their lives is sympathetically brought to
vibrant life, and because of its highly appropriate three-hour-plus length,
enough time is spent with each central individual to get to know, understand,
and care about them.</P>
<P>Aimee Mann's songs have been previously remarked as being one of the film's
very own characters, and I couldn't agree more. They are beautiful pieces of
musical art on their own, and each one has its rightful purpose in the
picture, especially in the extremely fitting places that Anderson has placed
them. A tour de force sequence that is certainly one of the most brilliantly
heartbreaking moments in any film from 1999, Aimee Mann's quiet "Wise Up,"
filled with equal measures of hope and utter despair, begins to play on the
soundtrack, and each character, no matter where they are, sings a couple
verses of the song. The outcome is extraordinarily powerful and an
approximately five-minute stretch of film that will never be forgotten.</P>
<P>Anderson has a way with casting the best actors in the biz, and then pulling
superior work out of them, and "Magnolia" is no exception. Across the board,
the performances are astounding, and they all work so perfectly together, in
the context of the film, that no one could be pin-pointed as being better
than the next. Worth noting, though, is John C. Reilly's earnest Jim Kurring;
Jeremy Blackman's impressive turn as young Stanley Spector; Philip Baker
Hall, as Jimmy Gator, the game show host at battle with himself, and with his
recently discovered cancer; Julianne Moore's poignant and misunderstood Linda
Partridge; Jason Robard's fully accurate portrayal of the cancer-stricken
Earl Partridge; Melora Walter's internally struggling, drug-addicted Claudia
Gator; and Philip Seymour Hoffman's sincere, caring Phil Parma. Tom Cruise,
although no better than anyone else, should be individually mentioned for
taking on such a brave, admirable supporting role, as Frank T.J. Mackey.
Never has Cruise had such a wildly diverse character as the one he has been
gifted with here, and his only misstep at all comes in his final tearful
scene, which is slightly overplayed. It's also a welcome change of pace to
see the return of the underrated Melinda Dillon, who has virtually
disappeared from the movie radar in recent years, but is touching and
effective as Rose, Jimmy Gator's suspicious, grief-stricken wife.</P>
<P>Everyone in "Magnolia" is inevitably leading up to a certain moment in time,
one which has less to do with what is going to happen to them, since their
lives are already reaching a crossroad that many will fail at and not be able
to cross, and more to do with the way chance and coincidence can change a
person's whole life forever. Although I have been outraged to discover that
the surprising ending has been discussed in detail in certain reviews, there
is no way I would dare give it away for those who haven't been fortunate
enough to see this luminous motion picture. Suffice to say, what does happen
may appear to come right out of left field, but there are clues throughout
the film, and I think what it symbolizes is the way that the characters'
decisions and choices that they have made in their lifetimes are crushing
down and squeezing the life out of them, to the point where there is nowhere
left for them to go. While what happens destroys some people's lives even
further, it also ultimately brings other characters together, and the final
scene is one filled with a grand, incomparable sense of hope and happiness. </P>
<P>"Magnolia" is surely a one-of-a-kind experience. It's difficult to fathom
that Anderson could ever make another film as great as this one, but who
knows? After seeing the enormous amount of talent he has, there's no doubt in
my mind that he will continue to surprise, delight, and challenge his
audiences well into the 21st Century. </P>
<PRE> - Copyright 1999 by Dustin Putman
<A HREF="Http://www.young-hollywood.com">Http://www.young-hollywood.com</A>
<A HREF="Http://www.atnzone.com">Http://www.atnzone.com</A></PRE>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/22591.html | HTML | mit | 11,786 |
<!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) on Tue Apr 22 16:25:10 PDT 2014 -->
<TITLE>
ISun.Location
</TITLE>
<META NAME="date" CONTENT="2014-04-22">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ISun.Location";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../igeo/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../igeo/ISun.DateRange.html" title="class in igeo"><B>PREV CLASS</B></A>
<A HREF="../igeo/ISun.SearchBuffer.html" title="class in igeo"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?igeo/ISun.Location.html" target="_top"><B>FRAMES</B></A>
<A HREF="ISun.Location.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
igeo</FONT>
<BR>
Class ISun.Location</H2>
<PRE>
java.lang.Object
<IMG SRC="../resources/inherit.gif" ALT="extended by "><B>igeo.ISun.Location</B>
</PRE>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../igeo/ISun.html" title="class in igeo">ISun</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public static class <B>ISun.Location</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../igeo/ISun.Location.html#elevation">elevation</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../igeo/ISun.Location.html#latitude">latitude</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../igeo/ISun.Location.html#longitude">longitude</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../igeo/ISun.Location.html#timeZone">timeZone</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../igeo/ISun.Location.html#ISun.Location(double, double, double, double)">ISun.Location</A></B>(double lat,
double lng,
double elev,
double tmZone)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../igeo/ISun.Location.html" title="class in igeo">ISun.Location</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../igeo/ISun.Location.html#cityLocation(igeo.ISun.City)">cityLocation</A></B>(<A HREF="../igeo/ISun.City.html" title="enum in igeo">ISun.City</A> city)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="longitude"><!-- --></A><H3>
longitude</H3>
<PRE>
public double <B>longitude</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="latitude"><!-- --></A><H3>
latitude</H3>
<PRE>
public double <B>latitude</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="elevation"><!-- --></A><H3>
elevation</H3>
<PRE>
public double <B>elevation</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="timeZone"><!-- --></A><H3>
timeZone</H3>
<PRE>
public double <B>timeZone</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="ISun.Location(double, double, double, double)"><!-- --></A><H3>
ISun.Location</H3>
<PRE>
public <B>ISun.Location</B>(double lat,
double lng,
double elev,
double tmZone)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="cityLocation(igeo.ISun.City)"><!-- --></A><H3>
cityLocation</H3>
<PRE>
public static <A HREF="../igeo/ISun.Location.html" title="class in igeo">ISun.Location</A> <B>cityLocation</B>(<A HREF="../igeo/ISun.City.html" title="enum in igeo">ISun.City</A> city)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../igeo/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../igeo/ISun.DateRange.html" title="class in igeo"><B>PREV CLASS</B></A>
<A HREF="../igeo/ISun.SearchBuffer.html" title="class in igeo"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?igeo/ISun.Location.html" target="_top"><B>FRAMES</B></A>
<A HREF="ISun.Location.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| manorius/Processing | libraries/igeo/reference/igeo/ISun.Location.html | HTML | mit | 12,266 |
<!DOCTYPE html>
<html class="theme-next mist use-motion" lang="zh-Hans">
<head><meta name="generator" content="Hexo 3.9.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css">
<link href="/css/main.css?v=5.1.3" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.3">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=5.1.3">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=5.1.3">
<link rel="mask-icon" href="/images/logo.svg?v=5.1.3" color="#222">
<meta name="keywords" content="算法,函数符号,安全,软件安全,">
<link rel="alternate" href="/atom.xml" title="竹杖芒鞋轻胜马,一蓑烟雨任平生" type="application/atom+xml">
<meta name="description" content="前言在之前一篇文章中,介绍了动态库符号的隐藏方法。这篇文章会向你展示通过软件的发行包你能知道什么?以及如何防止算法细节泄露。 工具IDA Pro 目标某厂的人脸检测与变形的Android APK。 分析 首先下载安装好IDA Pro和目标APK。 解压APK,Zip解压即可。APK目录结构如下: 进入lib目录,观察动态库lib目录如下:可以看出libFaceSDK.so是人脸检测的关键动态库,用">
<meta name="keywords" content="算法,函数符号,安全,软件安全">
<meta property="og:type" content="article">
<meta property="og:title" content="算法类软件的安全问题">
<meta property="og:url" content="http://hongbomin.com/2016/11/09/securiity-of-software/index.html">
<meta property="og:site_name" content="竹杖芒鞋轻胜马,一蓑烟雨任平生">
<meta property="og:description" content="前言在之前一篇文章中,介绍了动态库符号的隐藏方法。这篇文章会向你展示通过软件的发行包你能知道什么?以及如何防止算法细节泄露。 工具IDA Pro 目标某厂的人脸检测与变形的Android APK。 分析 首先下载安装好IDA Pro和目标APK。 解压APK,Zip解压即可。APK目录结构如下: 进入lib目录,观察动态库lib目录如下:可以看出libFaceSDK.so是人脸检测的关键动态库,用">
<meta property="og:locale" content="zh-Hans">
<meta property="og:image" content="http://hongbomin.com/2016/11/09/securiity-of-software/zip_dir_view.png">
<meta property="og:image" content="http://hongbomin.com/2016/11/09/securiity-of-software/zip_lib.png">
<meta property="og:image" content="http://hongbomin.com/2016/11/09/securiity-of-software/lib_all_symbols.png">
<meta property="og:image" content="http://hongbomin.com/2016/11/09/securiity-of-software/lib_all_strings.png">
<meta property="og:image" content="http://hongbomin.com/2016/11/09/securiity-of-software/lib_main.png">
<meta property="og:image" content="http://hongbomin.com/2016/11/09/securiity-of-software/zip_assets.png">
<meta property="og:updated_time" content="2019-09-23T07:01:34.203Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="算法类软件的安全问题">
<meta name="twitter:description" content="前言在之前一篇文章中,介绍了动态库符号的隐藏方法。这篇文章会向你展示通过软件的发行包你能知道什么?以及如何防止算法细节泄露。 工具IDA Pro 目标某厂的人脸检测与变形的Android APK。 分析 首先下载安装好IDA Pro和目标APK。 解压APK,Zip解压即可。APK目录结构如下: 进入lib目录,观察动态库lib目录如下:可以看出libFaceSDK.so是人脸检测的关键动态库,用">
<meta name="twitter:image" content="http://hongbomin.com/2016/11/09/securiity-of-software/zip_dir_view.png">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
version: '5.1.3',
sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: true,
tabs: true,
motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://hongbomin.com/2016/11/09/securiity-of-software/">
<title>算法类软件的安全问题 | 竹杖芒鞋轻胜马,一蓑烟雨任平生</title>
<script type="text/javascript">
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?23a58b060800f89fe2c9907f73bc0fdf";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body itemscope="" itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container sidebar-position-left page-post-detail">
<div class="headband"></div>
<header id="header" class="header" itemscope="" itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">竹杖芒鞋轻胜马,一蓑烟雨任平生</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">don't worry,be happy.</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br>
首页
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags/" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br>
标签
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories/" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br>
分类
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br>
归档
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about/" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></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">
<div id="posts" class="posts-expand">
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://hongbomin.com/2016/11/09/securiity-of-software/">
<span hidden itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="name" content="洪柏敏">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.gif">
</span>
<span hidden itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="竹杖芒鞋轻胜马,一蓑烟雨任平生">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">算法类软件的安全问题</h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2016-11-09T20:37:09+08:00">
2016-11-09
</time>
</span>
<span class="post-category">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/软件安全/" itemprop="url" rel="index">
<span itemprop="name">软件安全</span>
</a>
</span>
</span>
<span class="post-comments-count">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-comment-o"></i>
</span>
<a href="/2016/11/09/securiity-of-software/#comments" itemprop="discussionUrl">
<span class="post-comments-count gitment-comments-count" data-xid="/2016/11/09/securiity-of-software/" itemprop="commentsCount"></span>
</a>
</span>
<span id="/2016/11/09/securiity-of-software/" class="leancloud_visitors" data-flag-title="算法类软件的安全问题">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-eye"></i>
</span>
<span class="post-meta-item-text">阅读次数:</span>
<span class="leancloud-visitors-count"></span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><p>在<a href="http://hongbomin.com/2016/06/24/how-to-hide-symbols-of-c-functions/">之前一篇文章</a>中,介绍了动态库符号的隐藏方法。<br>这篇文章会向你展示通过软件的发行包你能知道什么?以及如何防止算法细节泄露。</p>
<h2 id="工具"><a href="#工具" class="headerlink" title="工具"></a>工具</h2><p>IDA Pro</p>
<h2 id="目标"><a href="#目标" class="headerlink" title="目标"></a>目标</h2><p>某厂的人脸检测与变形的Android APK。</p>
<h2 id="分析"><a href="#分析" class="headerlink" title="分析"></a>分析</h2><ul>
<li>首先下载安装好IDA Pro和目标APK。</li>
<li>解压APK,Zip解压即可。<br>APK目录结构如下:<br><img src="/2016/11/09/securiity-of-software/zip_dir_view.png" width="70%"></li>
<li><p>进入lib目录,观察动态库<br>lib目录如下:<br><img src="/2016/11/09/securiity-of-software/zip_lib.png" width="70%"><br>可以看出libFaceSDK.so是人脸检测的关键动态库,用IDA Pro打开它,IDA Pro在左侧窗口给出函数符号的分析结果。<br>函数符号全部复制到notepad++中[1],如下图:<br><img src="/2016/11/09/securiity-of-software/lib_all_symbols.png" width="60%"><br>打开IDA Pro菜单/view/Open views/Strings,可以发现动态库中用到的字符串全部可以看到,同样复制到notepad++中[2],如下图:<br><img src="/2016/11/09/securiity-of-software/lib_all_strings.png" width="60%"><br>分析函数符号,首先搜索JNI函数入口“Java_com”,找到如下函数:<br><img src="/2016/11/09/securiity-of-software/lib_main.png" width="60%"><br>再分析函数符号和字符串,很容易发现这个人脸SDK采用的是CNN深度学习来做的,并且有一个叫做ecdnn的深度学习框架(可能只包含前向传播,不含训练)。</p>
</li>
<li><p>进入assets目录,观察资源文件。<br>资源文件目录如下图:<br><img src="/2016/11/09/securiity-of-software/zip_assets.png" width="60%"><br>很容易想到,其中的facialLandmarksModel.cdnn以及facialLandmarksModel2.bin是模型文件,而facialLandmarksModel.mean是CNN均值图片文件。<br>均值文件其大小是150528,一般CNN要么用灰度图要么用RGB3通道,且一般都是正方形图,150528不是某个值的平方,将其除以3得到50176,正好是224x224,而224x224是经典的vgg网络的输入大小,由此可知该网络模型应该是在vgg网络或者类似网络上上fine-tune而来。<br>然后根据模型文件的大小,也可以基本估计出其网络层数不会很深。</p>
</li>
</ul>
<h2 id="结论"><a href="#结论" class="headerlink" title="结论"></a>结论</h2><p>如何保护软件发型的二进制包,以防止算法细节被竞争对手知晓,需要细心的检查和测试,依据<a href="http://hongbomin.com/2016/06/24/how-to-hide-symbols-of-c-functions/">之前一篇文章</a>中提到的函数符号和字符串隐藏的方法,再加上模型加密,基本可避免简单的分析手段。</p>
<h2 id="附件"><a href="#附件" class="headerlink" title="附件"></a>附件</h2><ol>
<li><a href="https://github.com/xylcbd/xylcbd.github.io/blob/master/2016/11/09/securiity-of-software/symbols.txt" target="_blank" rel="noopener">symbols.txt</a></li>
<li><a href="https://github.com/xylcbd/xylcbd.github.io/blob/master/2016/11/09/securiity-of-software/lib_all_strings.txt" target="_blank" rel="noopener">strings.txt</a></li>
</ol>
</div>
<div>
<div id="wechat_subscriber" style="display: block; padding: 10px 0; margin: 20px auto; width: 100%; text-align: center">
<img id="wechat_subscriber_qcode" src="/about/qrcode.jpg" alt="洪柏敏 wechat" style="width: 200px; max-width: 100%;">
<div>欢迎留言评论,邮件给我(dahanhbm AT gmail DOT com),或者关注我的微信公众号</div>
</div>
</div>
<footer class="post-footer">
<div class="post-tags">
<a href="/tags/算法/" rel="tag"># 算法</a>
<a href="/tags/函数符号/" rel="tag"># 函数符号</a>
<a href="/tags/安全/" rel="tag"># 安全</a>
<a href="/tags/软件安全/" rel="tag"># 软件安全</a>
</div>
<div class="post-nav">
<div class="post-nav-next post-nav-item">
<a href="/2016/07/19/fast-matrix-multiplication/" rel="next" title="快速矩阵乘法">
<i class="fa fa-chevron-left"></i> 快速矩阵乘法
</a>
</div>
<span class="post-nav-divider"></span>
<div class="post-nav-prev post-nav-item">
<a href="/2016/11/11/proxy-for-commandline/" rel="prev" title="命令行使用http代理">
命令行使用http代理 <i class="fa fa-chevron-right"></i>
</a>
</div>
</div>
</footer>
</div>
</article>
<div class="post-spread">
</div>
</div>
</div>
<div class="comments" id="comments">
<div id="gitment-container"></div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<ul class="sidebar-nav motion-element">
<li class="sidebar-nav-toc sidebar-nav-active" data-target="post-toc-wrap">
文章目录
</li>
<li class="sidebar-nav-overview" data-target="site-overview-wrap">
站点概览
</li>
</ul>
<section class="site-overview-wrap sidebar-panel">
<div class="site-overview">
<div class="site-author motion-element" itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<p class="site-author-name" itemprop="name">洪柏敏</p>
<p class="site-description motion-element" itemprop="description">个人网站,学习思考总结</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">47</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">25</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">70</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="feed-link motion-element">
<a href="/atom.xml" rel="alternate">
<i class="fa fa-rss"></i>
RSS
</a>
</div>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/xylcbd" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>GitHub</a>
</span>
<span class="links-of-author-item">
<a href="https://www.zhihu.com/people/xing-ye-luo-chen" target="_blank" title="ZhiHu">
<i class="fa fa-fw fa-zhihu"></i>ZhiHu</a>
</span>
<span class="links-of-author-item">
<a href="mailto:[email protected]" target="_blank" title="E-Mail">
<i class="fa fa-fw fa-gmail"></i>E-Mail</a>
</span>
</div>
</div>
</section>
<!--noindex-->
<section class="post-toc-wrap motion-element sidebar-panel sidebar-panel-active">
<div class="post-toc">
<div class="post-toc-content"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#前言"><span class="nav-number">1.</span> <span class="nav-text">前言</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#工具"><span class="nav-number">2.</span> <span class="nav-text">工具</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#目标"><span class="nav-number">3.</span> <span class="nav-text">目标</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#分析"><span class="nav-number">4.</span> <span class="nav-text">分析</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#结论"><span class="nav-number">5.</span> <span class="nav-text">结论</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#附件"><span class="nav-number">6.</span> <span class="nav-text">附件</span></a></li></ol></div>
</div>
</section>
<!--/noindex-->
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© <span itemprop="copyrightYear">2019</span>
<span class="with-love">
<i class="fa fa-user"></i>
</span>
<span class="author" itemprop="copyrightHolder">洪柏敏</span>
</div>
<div class="powered-by">由 <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a> 强力驱动</div>
<span class="post-meta-divider">|</span>
<div class="theme-info">主题 — <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Mist</a> v5.1.3</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.3"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.3"></script>
<script type="text/javascript" src="/js/src/scrollspy.js?v=5.1.3"></script>
<script type="text/javascript" src="/js/src/post-details.js?v=5.1.3"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.3"></script>
<!-- LOCAL: You can save these files to your site and update links -->
<link rel="stylesheet" href="https://aimingoo.github.io/gitmint/style/default.css">
<script src="https://aimingoo.github.io/gitmint/dist/gitmint.browser.js"></script>
<!-- END LOCAL -->
<script type="text/javascript">
function renderGitment(){
var gitment = new Gitmint({
id: window.location.pathname,
owner: 'xylcbd',
repo: 'gitment-comments',
lang: "" || navigator.language || navigator.systemLanguage || navigator.userLanguage,
oauth: {
client_secret: '6206a9e33b41c30b642d93033256b456fd1d528a',
client_id: '524a666634fb71b2f83a'
}});
gitment.render('gitment-container');
}
renderGitment();
</script>
<script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.4.js"></script>
<script>AV.initialize("a36Qsdl9bxSSSq9Vt28ngRkk-gzGzoHsz", "gBUBOqu5qkDbk84fVTUUNdpS");</script>
<script>
function showTime(Counter) {
var query = new AV.Query(Counter);
var entries = [];
var $visitors = $(".leancloud_visitors");
$visitors.each(function () {
entries.push( $(this).attr("id").trim() );
});
query.containedIn('url', entries);
query.find()
.done(function (results) {
var COUNT_CONTAINER_REF = '.leancloud-visitors-count';
if (results.length === 0) {
$visitors.find(COUNT_CONTAINER_REF).text(0);
return;
}
for (var i = 0; i < results.length; i++) {
var item = results[i];
var url = item.get('url');
var time = item.get('time');
var element = document.getElementById(url);
$(element).find(COUNT_CONTAINER_REF).text(time);
}
for(var i = 0; i < entries.length; i++) {
var url = entries[i];
var element = document.getElementById(url);
var countSpan = $(element).find(COUNT_CONTAINER_REF);
if( countSpan.text() == '') {
countSpan.text(0);
}
}
})
.fail(function (object, error) {
console.log("Error: " + error.code + " " + error.message);
});
}
function addCount(Counter) {
var $visitors = $(".leancloud_visitors");
var url = $visitors.attr('id').trim();
var title = $visitors.attr('data-flag-title').trim();
var query = new AV.Query(Counter);
query.equalTo("url", url);
query.find({
success: function(results) {
if (results.length > 0) {
var counter = results[0];
counter.fetchWhenSave(true);
counter.increment("time");
counter.save(null, {
success: function(counter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(counter.get('time'));
},
error: function(counter, error) {
console.log('Failed to save Visitor num, with error message: ' + error.message);
}
});
} else {
var newcounter = new Counter();
/* Set ACL */
var acl = new AV.ACL();
acl.setPublicReadAccess(true);
acl.setPublicWriteAccess(true);
newcounter.setACL(acl);
/* End Set ACL */
newcounter.set("title", title);
newcounter.set("url", url);
newcounter.set("time", 1);
newcounter.save(null, {
success: function(newcounter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(newcounter.get('time'));
},
error: function(newcounter, error) {
console.log('Failed to create');
}
});
}
},
error: function(error) {
console.log('Error:' + error.code + " " + error.message);
}
});
}
$(function() {
var Counter = AV.Object.extend("Counter");
if ($('.leancloud_visitors').length == 1) {
addCount(Counter);
} else if ($('.post-title-link').length > 1) {
showTime(Counter);
}
});
</script>
</body>
</html>
| xylcbd/xylcbd.github.io | 2016/11/09/securiity-of-software/index.html | HTML | mit | 28,423 |
<!doctype html>
<html lang="en" ng-app="yourtube">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="Prosper Otemuyiwa">
<meta name="HandheldFriendly" content="true">
<meta property="og:title" content="Yourtube">
<meta property="og:type" content="website">
<meta property="og:url" content="https://yourtube.com">
<meta property="og:image" content="https://yourtube.com/img/google-pushpin-md.png">
<meta property="og:site_name" content="yourtube.com">
<meta property="og:description" content="Awesome Online Directory for videos">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Yourtube - Directory of Online Videos">
<meta name="fragment" content="!">
<meta name="keywords" content="Yourtube, Mean Stack, AngularJS, MongoDB, Expressjs, Angularjs, Online Directory, Developers, Mean Tutorials">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="icon" href="/img/google-pushpin-md.png">
<link href='https://fonts.googleapis.com/css?family=Permanent+Marker|Montserrat:400,700|Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700|Gentium+Book+Basic:400,400italic' rel='stylesheet' type='text/css'>
<base href="/">
<title>Yourtube :: Personalized Youtube</title>
<link href="favicon.png" rel="shortcut icon">
<link href="//fonts.googleapis.com/css?family=Roboto|Montserrat:400,700|Open+Sans:400,300,600" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//cdn.jsdelivr.net/animatecss/3.2.0/animate.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="vendor/angular-toastr/dist/angular-toastr.css">
<link rel="stylesheet" href="vendor/angular-loading-bar/build/loading-bar.min.css">
<!-- JS -->
<script src="vendor/angular/angular.js"></script>
<script src="vendor/angular-route/angular-route.min.js"></script>
<script src="vendor/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
<script src="vendor/lodash/lodash.js"></script>
<!-- cloudinary angular plugin -->
<script src="vendor/cloudinary-core/cloudinary-core.js"></script>
<script src="vendor/cloudinary_ng/js/angular.cloudinary.js"></script>
<script src="vendor/angular-cookies/angular-cookies.min.js"></script>
<script src="vendor/angular-toastr/dist/angular-toastr.tpls.js"></script>
<script src="vendor/angular-sanitize/angular-sanitize.min.js"></script>
<script src="vendor/angular-loading-bar/src/loading-bar.js"></script>
<script src="vendor/angular-animate/angular-animate.js"></script>
<script src="vendor/angular-messages/angular-messages.min.js"></script>
<script src="vendor/angular-aria/angular-aria.js"></script>
<script src="vendor/angular-utils-disqus/dirDisqus.js"></script>
<script src="vendor/ngstorage/ngStorage.min.js"></script>
<script src="vendor/moment/moment.js"></script>
<script src="vendor/angular-moment/angular-moment.js"></script>
<script src="vendor/satellizer/satellizer.js"></script>
<script src="vendor/angular-confirm-modal/angular-confirm.min.js"></script>
<script src="vendor/angular-bootstrap-confirm/dist/angular-bootstrap-confirm.js"></script>
<!-- angular file upload -->
<script src="vendor/ng-file-upload/ng-file-upload-shim.js"></script>
<script src="vendor/ng-file-upload/ng-file-upload.js"></script>
<!-- ANGULAR CUSTOM -->
<script src="js/app.js"></script>
<script src="js/routes.js"></script>
<script src="js/controllers/auth.client.controller.js"></script>
<script src="js/controllers/profile.client.controller.js"></script>
<script src="js/controllers/home.client.controller.js"></script>
<script src="js/controllers/upload.client.controller.js"></script>
<script src="js/controllers/nav.client.controller.js"></script>
<script src="js/controllers/video.client.controller.js"></script>
<script src="js/controllers/transform.client.controller.js"></script>
<script src="js/controllers/logout.client.controller.js"></script>
<script src="js/services/user.client.service.js"></script>
<script src="js/services/video.client.service.js"></script>
<script src="js/services/view.client.service.js"></script>
<script src="js/filters/trustUrl.filter.js"></script>
</head>
<body>
<div ng-controller="NavbarCtrl" class="navbar navbar-default navbar-static-top">
<div class="navbar-header">
<a class="navbar-brand" href="/"><i class="ion-ios7-pulse-strong"></i> Your <span class="tube">Tube</span> </a>
</div>
<ul class="nav navbar-nav">
<li ng-if="isAuthenticated()"><a href="/account">Profile</a></li>
<li ng-if="isAuthenticated()"><a href="/upload">Upload</a></li>
<li ng-if="isAuthenticated()"><a href="/my_videos">My Videos</a></li>
<li><a href="/page/about">About</a></li>
</ul>
<ul ng-if="!isAuthenticated()" class="nav navbar-nav pull-right">
<li><a href="/auth/login">Login</a></li>
<li><a href="/auth/signup">Sign up</a></li>
</ul>
<ul ng-if="isAuthenticated()" class="nav navbar-nav pull-right">
<li><a href="/logout">Logout</a></li>
</ul>
</div>
<!-- ANGULAR DYNAMIC CONTENT -->
<div ng-view>
</div>
<!-- END DYNAMIC CONTENT -->
</body>
</html>
| goodheads/yourtube | public/index.html | HTML | mit | 5,567 |
<ng-include src="'add_delete_btn.html'"></ng-include>
<div class="grid" id="filter"></div>
<div class="grid" id="visitsGrid"></div>
<div class="grid" id="pager"></div> | theshamuel/medregistry | web/src/visits.html | HTML | mit | 170 |
<div class="content">
<h3 class="title">{{ post.title }}</h3>
<p class="excerpt">{{ post.lead_text }}</p>
<a href="{{ post.project_link }}" class="project-link" target="_blank"><button class="btn btn-default btn-lg"><i class="fa fa-{{post.button_icon}} fa-lg"></i>{{post.button_text}}</button></a>
{% if post.google_play == 'true'%}
{% include google-play-badge.html%}
{% endif %}
{% if post.tmf_google_play == 'true'%}
{% include tmforum-google-play-badge.html%}
{% endif %}
{% if post.momentum_radio_google_play == 'true'%}
{% include momentum-radio-google-play-badge.html%}
{% endif %}
{% if post.tags != empty %}
<div class="tags">
{% for tag in post.tags %}
<span>{{ tag }}</span>
{% endfor %}
</div>
{% endif %}
<!-- {% if post.categories != empty %}
<div class="categories">
{% for category in post.categories %}
<span>{{ category }}</span>
{% endfor %}
</div>
{% endif %} -->
</div>
| ccdle12/chris-coverdale | _includes/post-content.html | HTML | mit | 971 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
Poole · The Jekyll Butler
</title>
<!-- CSS -->
<link rel="stylesheet" href="/public/css/poole.css">
<link rel="stylesheet" href="/public/css/syntax.css">
<link rel="stylesheet" href="/public/css/lanyon.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-precomposed.png">
<link rel="shortcut icon" href="/public/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
</head>
<body>
<!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular
styles, `#sidebar-checkbox` for behavior. -->
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
<!-- Toggleable sidebar -->
<div class="sidebar" id="sidebar">
<div class="sidebar-item">
<p></p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="/">Home</a>
<a class="sidebar-nav-item" href="/about/">About</a>
<a class="sidebar-nav-item" href="https://github.com/poole/poole/archive/v1.0.0.zip">Download</a>
<a class="sidebar-nav-item" href="https://github.com/poole/poole">GitHub project</a>
<span class="sidebar-nav-item">Currently v1.0.0</span>
</nav>
<div class="sidebar-item">
<p>
© 2015. All rights reserved.
</p>
</div>
</div>
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
content to avoid any CSS collisions with our real content. -->
<div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="/" title="Home">Poole</a>
<small>The Jekyll Butler</small>
</h3>
</div>
</div>
<div class="container content">
<div class="posts">
<div class="post">
<h1 class="post-title">
<a href="//2014/01/01/example-content/">
Example content
</a>
</h1>
<span class="post-date">01 Jan 2014</span>
<div class="message">
Howdy! This is an example blog post that shows several types of HTML content supported in this theme.
</div>
<p>Cum sociis natoque penatibus et magnis <a href="#">dis parturient montes</a>, nascetur ridiculus mus. <em>Aenean eu leo quam.</em> Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.</p>
<blockquote>
<p>Curabitur blandit tempus porttitor. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
</blockquote>
<p>Etiam porta <strong>sem malesuada magna</strong> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p>
<h2 id="inline-html-elements">Inline HTML elements</h2>
<p>HTML defines a long list of available inline tags, a complete list of which can be found on the <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element">Mozilla Developer Network</a>.</p>
<ul>
<li><strong>To bold text</strong>, use <code><strong></code>.</li>
<li><em>To italicize text</em>, use <code><em></code>.</li>
<li>Abbreviations, like <abbr title="HyperText Markup Langage">HTML</abbr> should use <code><abbr></code>, with an optional <code>title</code> attribute for the full phrase.</li>
<li>Citations, like <cite>— Mark otto</cite>, should use <code><cite></code>.</li>
<li><del>Deleted</del> text should use <code><del></code> and <ins>inserted</ins> text should use <code><ins></code>.</li>
<li>Superscript <sup>text</sup> uses <code><sup></code> and subscript <sub>text</sub> uses <code><sub></code>.</li>
</ul>
<p>Most of these elements are styled by browsers with few modifications on our part.</p>
<h2 id="heading">Heading</h2>
<p>Vivamus sagittis lacus vel augue rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</p>
<h3 id="code">Code</h3>
<p>Cum sociis natoque penatibus et magnis dis <code>code element</code> montes, nascetur ridiculus mus.</p>
<div class="highlight"><pre><code class="language-js" data-lang="js"><span class="c1">// Example can be run directly in your JavaScript console</span>
<span class="c1">// Create a function that takes two arguments and returns the sum of those arguments</span>
<span class="kd">var</span> <span class="nx">adder</span> <span class="o">=</span> <span class="k">new</span> <span class="nb">Function</span><span class="p">(</span><span class="s2">"a"</span><span class="p">,</span> <span class="s2">"b"</span><span class="p">,</span> <span class="s2">"return a + b"</span><span class="p">);</span>
<span class="c1">// Call the function</span>
<span class="nx">adder</span><span class="p">(</span><span class="mi">2</span><span class="p">,</span> <span class="mi">6</span><span class="p">);</span>
<span class="c1">// > 8</span></code></pre></div>
<p>Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.</p>
<h3 id="lists">Lists</h3>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<ul>
<li>Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</li>
<li>Donec id elit non mi porta gravida at eget metus.</li>
<li>Nulla vitae elit libero, a pharetra augue.</li>
</ul>
<p>Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.</p>
<ol>
<li>Vestibulum id ligula porta felis euismod semper.</li>
<li>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</li>
<li>Maecenas sed diam eget risus varius blandit sit amet non magna.</li>
</ol>
<p>Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis.</p>
<dl>
<dt>HyperText Markup Language (HTML)</dt>
<dd>The language used to describe and define the content of a Web page</dd>
<dt>Cascading Style Sheets (CSS)</dt>
<dd>Used to describe the appearance of Web content</dd>
<dt>JavaScript (JS)</dt>
<dd>The programming language used to build advanced Web sites and applications</dd>
</dl>
<p>Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Nullam quis risus eget urna mollis ornare vel eu leo.</p>
<h3 id="tables">Tables</h3>
<p>Aenean lacinia bibendum nulla sed consectetur. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<table>
<thead>
<tr>
<th>Name</th>
<th>Upvotes</th>
<th>Downvotes</th>
</tr>
</thead>
<tfoot>
<tr>
<td>Totals</td>
<td>21</td>
<td>23</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>Alice</td>
<td>10</td>
<td>11</td>
</tr>
<tr>
<td>Bob</td>
<td>4</td>
<td>3</td>
</tr>
<tr>
<td>Charlie</td>
<td>7</td>
<td>9</td>
</tr>
</tbody>
</table>
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Sed posuere consectetur est at lobortis. Nullam quis risus eget urna mollis ornare vel eu leo.</p>
<hr />
<p>Want to see something else added? <a href="https://github.com/poole/poole/issues/new">Open an issue.</a></p>
</div>
</div>
<div class="pagination">
<a class="pagination-item older" href="/page3">Older</a>
<a class="pagination-item newer" href="/">Newer</a>
</div>
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
<script>
(function(document) {
var toggle = document.querySelector('.sidebar-toggle');
var sidebar = document.querySelector('#sidebar');
var checkbox = document.querySelector('#sidebar-checkbox');
document.addEventListener('click', function(e) {
var target = e.target;
if(!checkbox.checked ||
sidebar.contains(target) ||
(target === checkbox || target === toggle)) return;
checkbox.checked = false;
}, false);
})(document);
</script>
</body>
</html>
| ChapmanSnowden/chapmansnowden.github.io | _site/page2/index.html | HTML | mit | 9,279 |
---
layout: page
---
{% for post in site.categories[page.category] reversed %}
<li> <a href="{{ post.url | absolute_url }}">
{{ post.title }}
</a></li>
{% endfor %}
| nearlysacred/nearlysacred.github.io | _layouts/category.html | HTML | mit | 181 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>tiny-commit-walker</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="assets/js/search.js" data-base=".">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="index.html" class="title">tiny-commit-walker</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="globals.html">Globals</a>
</li>
</ul>
<h1> tiny-commit-walker</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<div class="tsd-panel tsd-typography">
<h1 id="tiny-commit-walker">Tiny commit walker</h1>
<p>Tiny git commit walker has no native modules.</p>
<p><a href="https://travis-ci.org/ukyo/tiny-commit-walker"><img src="https://travis-ci.org/ukyo/tiny-commit-walker.svg?branch=master" alt="Build Status"></a> <a href="https://ci.appveyor.com/project/ukyo/tiny-commit-walker/branch/master"><img src="https://ci.appveyor.com/api/projects/status/y6icdkcok01fq927/branch/master?svg=true" alt="Build status"></a>
<a href="https://badge.fury.io/js/tiny-commit-walker"><img src="https://badge.fury.io/js/tiny-commit-walker.svg" alt="npm version"></a></p>
<h1 id="install">Install</h1>
<pre><code>$ npm install --<span class="hljs-keyword">save</span> <span class="hljs-built_in">tiny</span>-commit-walker
</code></pre><h1 id="usage">Usage</h1>
<pre><code class="lang-js"><span class="hljs-keyword">import</span> { Repository } <span class="hljs-keyword">from</span> <span class="hljs-string">'tiny-commit-walker'</span>;
<span class="hljs-function">(<span class="hljs-params"><span class="hljs-keyword">async</span> (</span>) =></span> {
<span class="hljs-keyword">const</span> repo = <span class="hljs-keyword">new</span> Repository(<span class="hljs-string">'path/to/repo/.git'</span>);
<span class="hljs-comment">// const repo = new Repository(await Repository.findGitDir('path/to/repo'));</span>
<span class="hljs-keyword">const</span> branches = <span class="hljs-keyword">await</span> repo.readBranches();
<span class="hljs-keyword">const</span> tags = <span class="hljs-keyword">await</span> repo.readTags();
<span class="hljs-keyword">const</span> branch = <span class="hljs-keyword">await</span> repo.readCommitByBranch(<span class="hljs-string">'master'</span>);
<span class="hljs-built_in">console</span>.log(branch.name); <span class="hljs-comment">// master</span>
<span class="hljs-keyword">let</span> commit = branch.commit;
<span class="hljs-keyword">while</span> (commit.hasParents) {
<span class="hljs-built_in">console</span>.log(commit.hash);
commit = <span class="hljs-keyword">await</span> commit.walk(); <span class="hljs-comment">// default parameter of commit.walk is base parent hash.</span>
}
})();
<span class="hljs-comment">// or</span>
<span class="hljs-keyword">const</span> repo = <span class="hljs-keyword">new</span> Repository(<span class="hljs-string">'path/to/repo/.git'</span>);
<span class="hljs-keyword">const</span> branches = repo.readBranchesSync();
<span class="hljs-keyword">const</span> tags = repo.readTagsSync();
<span class="hljs-keyword">const</span> branch = repo.readCommitByBranchSync(<span class="hljs-string">'master'</span>);
<span class="hljs-built_in">console</span>.log(branch.name); <span class="hljs-comment">// master</span>
<span class="hljs-keyword">let</span> commit = branch.commit;
<span class="hljs-keyword">while</span> (commit.hasParents) {
<span class="hljs-built_in">console</span>.log(commit.hash);
commit = commit.walkSync();
}
</code></pre>
<h1 id="documentation">Documentation</h1>
<p><a href="https://ukyo.github.io/tiny-commit-walker">https://ukyo.github.io/tiny-commit-walker</a></p>
</div>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="globals.html"><em>Globals</em></a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class">
<a href="classes/commit.html" class="tsd-kind-icon">Commit</a>
</li>
<li class=" tsd-kind-class">
<a href="classes/packs.html" class="tsd-kind-icon">Packs</a>
</li>
<li class=" tsd-kind-class">
<a href="classes/ref.html" class="tsd-kind-icon">Ref</a>
</li>
<li class=" tsd-kind-class">
<a href="classes/repository.html" class="tsd-kind-icon">Repository</a>
</li>
<li class=" tsd-kind-interface">
<a href="interfaces/author.html" class="tsd-kind-icon">Author</a>
</li>
<li class=" tsd-kind-interface">
<a href="interfaces/committer.html" class="tsd-kind-icon">Committer</a>
</li>
<li class=" tsd-kind-interface">
<a href="interfaces/head.html" class="tsd-kind-icon">HEAD</a>
</li>
<li class=" tsd-kind-interface">
<a href="interfaces/packedindex.html" class="tsd-kind-icon">Packed<wbr>Index</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="globals.html#branch_dir" class="tsd-kind-icon">BRANCH_<wbr>DIR</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="globals.html#packedindexmap" class="tsd-kind-icon">Packed<wbr>Index<wbr>Map</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="globals.html#refs_dir" class="tsd-kind-icon">REFS_<wbr>DIR</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="globals.html#refmap" class="tsd-kind-icon">Ref<wbr>Map</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="globals.html#stringmap" class="tsd-kind-icon">String<wbr>Map</a>
</li>
<li class=" tsd-kind-function">
<a href="globals.html#patchdelta" class="tsd-kind-icon">patch<wbr>Delta</a>
</li>
<li class=" tsd-kind-function">
<a href="globals.html#readbaseoffset" class="tsd-kind-icon">read<wbr>Base<wbr>Offset</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="assets/js/search.js"><' + '/script>');</script>
</body>
</html> | ukyo/tiny-commit-walker | docs/index.html | HTML | mit | 12,458 |
<ion-nav-bar>
</ion-nav-bar>
<ion-view view-title="ABC">
<ion-nav-buttons side="secondary">
<button class="button button-clear" ng-click="save(true)">
<i class="icon ion-ios-checkmark-outline"></i> Save
</button>
</ion-nav-buttons>
<ion-content class="padding">
<div class="button-bar bar-calm">
<a class="button" ng-class="{'active' : activeButton == 1}" ng-click="switchTab(1)">Airway</a>
<a class="button" ng-class="{'active' : activeButton == 2}" ng-click="switchTab(2)">Breathing</a>
<a class="button" ng-class="{'active' : activeButton == 3}" ng-click="switchTab(3)">Circulation</a>
</div>
<br>
<ion-list ng-show="activeButton == 1">
<ion-item class="item-divider">
Airway
</ion-item>
<ion-item class="item-toggle">
Open and Patent
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.open_patent">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item-toggle">
Tracheal Deviation
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.tracheal_deviation">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item item-input item-select" ng-show="abc.tracheal_deviation">
<div class="input-label">Tracheal Deviation Side</div>
<select ng-model="abc.tracheal_deviation_side">
<option value="0">Left</option>
<option value="1">Right</option>
</select>
</ion-item>
<ion-item class="item-toggle" >
Interventions
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.interventions">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
</ion-list>
<ion-list ng-show="activeButton == 2">
<ion-item class="item-divider">
Breathing
</ion-item>
<ion-item class="item item-input item-select">
<div class="input-label">Breathing Type</div>
<select ng-model="abc.breathing_type">
<option>Regular</option>
<option>Irregular</option>
<option>Kussmaul</option>
<option>Cheyne-Stokes</option>
<option>Biot's</option>
<option>Absent</option>
</select>
</ion-item>
<ion-item class="item-toggle">
Laboured
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.breathing_laboured">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item-toggle">
Effective
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.breathing_effective">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item-toggle">
Accessory Muscle
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.accessory_muscle">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item-toggle">
Nasal Flare
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.nasal_flare">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item-toggle">
Cough
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.cough">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item-toggle" ng-show="abc.cough">
Productive
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.cough_productive">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item-toggle">
Subcut. Emphysema
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.subcutaneous_emphysema">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item-toggle">
Flailed Chest
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.flailed_chest">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item item-input item-select" ng-show="abc.flailed_chest">
<div class="input-label">Flailed Chest Side</div>
<select ng-model="abc.flailed_chest_side">
<option value="0">Left</option>
<option value="1">Right</option>
</select>
</ion-item>
<ion-item class="item-toggle">
Suspect Pneumothorax
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.suspect_pneumothorax">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item-toggle">
Suspect Hemothorax
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.suspect_hemothorax">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item-toggle">
CTA x4
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.ctax4">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item item-input item-select" ng-show="!abc.ctax4">
<div class="input-label">Upper Left</div>
<select ng-model="abc.lung_ul_sound">
<option>Clear</option>
<option>Rales</option>
<option>Rhonchi</option>
<option>Wheezing</option>
<option>Stridor</option>
<option>Diminshed</option>
<option>Absent</option>
<option>Bronchial Breath Sounds</option>
</select>
</ion-item>
<ion-item class="item item-input item-select" ng-show="!abc.ctax4">
<div class="input-label">Upper Right</div>
<select ng-model="abc.lung_ur_sound">
<option>Clear</option>
<option>Rales</option>
<option>Rhonchi</option>
<option>Wheezing</option>
<option>Stridor</option>
<option>Diminshed</option>
<option>Absent</option>
<option>Bronchial Breath Sounds</option>
</select>
</ion-item>
<ion-item class="item item-input item-select" ng-show="!abc.ctax4">
<div class="input-label">Lower Left</div>
<select ng-model="abc.lung_ll_sound">
<option>Clear</option>
<option>Rales</option>
<option>Rhonchi</option>
<option>Wheezing</option>
<option>Stridor</option>
<option>Diminshed</option>
<option>Absent</option>
<option>Bronchial Breath Sounds</option>
</select>
</ion-item>
<ion-item class="item item-input item-select" ng-show="!abc.ctax4">
<div class="input-label">Lower Right</div>
<select ng-model="abc.lung_lr_sound">
<option>Clear</option>
<option>Rales</option>
<option>Rhonchi</option>
<option>Wheezing</option>
<option>Stridor</option>
<option>Diminshed</option>
<option>Absent</option>
<option>Bronchial Breath Sounds</option>
</select>
</ion-item>
</ion-list>
<div ng-show="activeButton == 3">
<ion-list>
<ion-item class="item-divider">
Circulation
</ion-item>
<ion-item class="item item-input item-select">
<div class="input-label">Pulse Location</div>
<select ng-model="abc.pulse_location">
<option>Radial</option>
<option>Brachial</option>
<option>Carotid</option>
<option>Femoral</option>
<option>Pedal</option>
</select>
</ion-item>
<ion-item class="item item-input item-select">
<div class="input-label">Pulse Quality</div>
<select ng-model="abc.pulse_quality">
<option>Strong</option>
<option>Weak</option>
<option>Bounding</option>
<option>Thready</option>
</select>
</ion-item>
<ion-item class="item-toggle">
Pulse is regular
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.pulse_regular">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item-toggle">
JVD
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.jvd">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item item-input item-select">
<div class="input-label">Capillary Refill</div>
<select ng-model="abc.cap_refill">
<option>Brisk</option>
<option>Delayed</option>
</select>
</ion-item>
<ion-item class="item item-input item-select">
<div class="input-label">Skin Color</div>
<select ng-model="abc.skin_color">
<option>Normal</option>
<option>Pale</option>
<option>Flushed</option>
<option>Jaundice</option>
</select>
</ion-item>
<ion-item class="item item-input item-select">
<div class="input-label">Skin Temperature</div>
<select ng-model="abc.skin_temperature">
<option>Warm</option>
<option>Hot</option>
<option>Cool</option>
<option>Cold</option>
</select>
</ion-item>
<ion-item class="item item-input item-select">
<div class="input-label">Skin Condition</div>
<select ng-model="abc.skin_condition">
<option>Dry</option>
<option>Diaphoretic</option>
</select>
</ion-item>
</ion-list>
<br>
<ion-list>
<ion-item class="item-divider">
Heart
</ion-item>
<ion-item class="item item-input item-select">
<div class="input-label">Heart Tones</div>
<select ng-model="abc.heart_tones">
<option>Normal</option>
<option>S3</option>
<option>S4</option>
<option>Murmur</option>
<option>Rub</option>
<option>Gallop</option>
</select>
</ion-item>
<ion-item class="item item-input item-select">
<div class="input-label">Heart Tones Quality</div>
<select ng-model="abc.heart_tones_quality">
<option>Clear</option>
<option>Muffled</option>
</select>
</ion-item>
</ion-list>
<br>
<ion-list>
<ion-item class="item-divider">
Edema
</ion-item>
<ion-item class="item-toggle">
Peripheral Edema
<label class="toggle toggle-balanced">
<input type="checkbox" ng-model="abc.peripheral_edema">
<div class="track">
<div class="handle"></div>
</div>
</label>
</ion-item>
<ion-item class="item item-input item-select" ng-show="abc.peripheral_edema">
<div class="input-label">Edema Location</div>
<select ng-model="abc.peripheral_edema_location">
<optgroup label="Lower Extremities">
<option>Ankle</option>
<option>Mid Calf</option>
<option>Knee</option>
</optgroup><optgroup label="Upper Extremities">
<option>Fingers</option>
<option>Hand</option>
<option>Wrist</option>
<option>Mid Forearm</option>
<option>Elbow</option>
</optgroup><optgroup label="Pulmonary">
<option>Bases</option>
<option>Lower Lobes</option>
<option>Midway</option>
<option>Upper Lobes</option>
<option>Apex</option>
</optgroup><optgroup label="Facial">
<option>Face</option>
<option>Eyes</option>
<option>Mouth</option>
<option>Throat</option>
</select>
</ion-item>
<ion-item class="item item-input item-select" ng-show="abc.peripheral_edema">
<div class="input-label">Edema Severity</div>
<select ng-model="abc.peripheral_edema_severity">
<option>Non Pitting</option>
<option>+1</option>
<option>+2</option>
<option>+3</option>
<option>+4</option>
</select>
</ion-item>
</ion-list>
</div>
<button class="button button-block button-positive" ng-show="activeButton == 1 && abc.interventions" ng-click="airwayProcedures()">
Airway Procedures
</button>
</ion-content>
</ion-view>
| thomasjacquin/ePCR | www/templates/exam/abc.html | HTML | mit | 13,563 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>My Project: Class Members - Variables</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">My Project
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_vars.html#index_a"><span>a</span></a></li>
<li><a href="functions_vars_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_vars_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_vars_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_vars_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_vars_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_vars_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_vars_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_vars_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_vars_k.html#index_k"><span>k</span></a></li>
<li><a href="functions_vars_l.html#index_l"><span>l</span></a></li>
<li><a href="functions_vars_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_vars_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_vars_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_vars_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_vars_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_vars_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_vars_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_vars_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_vars_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_vars_w.html#index_w"><span>w</span></a></li>
<li class="current"><a href="functions_vars_x.html#index_x"><span>x</span></a></li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
 
<h3><a class="anchor" id="index_x"></a>- x -</h3><ul>
<li>xbus
: <a class="el" href="structnn__bus.html#a4e1cacf22f06d92e9707e3ca357072fe">nn_bus</a>
</li>
<li>xrep
: <a class="el" href="structnn__rep.html#a3507e3952304e0e106b9ef50b24f163b">nn_rep</a>
</li>
<li>xreq
: <a class="el" href="structnn__req.html#ac749569e351ea1230dd3a3f4dcfc0365">nn_req</a>
</li>
<li>xrespondent
: <a class="el" href="structnn__respondent.html#ac4c692123b8ffc5427d75f7a66666026">nn_respondent</a>
</li>
<li>xsurveyor
: <a class="el" href="structnn__surveyor.html#ab1b13ce4b6625436d5702e25c80d01ee">nn_surveyor</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| lalazari/Nanomsg-Libf | html/functions_vars_x.html | HTML | mit | 6,180 |
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<main>
{{ content }}
</main>
{% include footer.html %}
</body>
</html>
| samstephenson/samstephenson.github.io | _archive/_layouts/home.html | HTML | mit | 158 |
<o2 use O2Doc::Tutorial />
<o2 docSection title="substitute">
<o2 docSection title="Syntax">
<o2 docCode lang="o2ml">
<o2 substitute from="R" to="N">Rude</o2:substitute>
</o2:docCode>
<o2 docCodeResult useModule="StringFormat" seeGeneratedHtmlAsDisplayed="0" />
</o2:docSection>
<o2 docSection title="Attributes">
<o2 docList class="attributes">
<o2 docListItem class="required">from - the substring to be replaced</o2:docListItem>
<o2 docListItem class="optional">to - the replacement string</o2:docListItem>
<o2 docListItem class="optional">literalMatch - None of the characters in the "from" attribute will be interpreted as special characters in the (regex) substitution</o2:docListItem>
<o2 docListItem class="required content">content - the subject string</o2:docListItem>
</o2:docList>
</o2:docSection>
</o2:docSection>
| haakonsk/O2-Framework | var/doc/tutorials/taglib/StringFormat/substitute.html | HTML | mit | 894 |
<!DOCTYPE html>
<html lang="en" ng-app="TeleproApp" class="no-js">
<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>TeleproHealth</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="../bootstrap-3.3.4-dist/css/bootstrap.min.css">
<!-- Custom CSS -->
<link href="styles/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="styles/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Load Angular -->
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap.js"></script>
<script src="bower_components/angular-ui-router-tabs/src/ui-router-tabs.js"></script>
<script src="scripts/main.js"></script>
<script src="scripts/controllers/landing.js"></script>
<!-- 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]-->
</head>
<body id="page-top" class="index" ng-controller="LandingCtrl">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top"><img src="img/logos/TelePro-Logo.png" class="img-responsive img-centered" alt="" style="margin-top:-30px;"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#providers">Providers</a>
</li>
<li>
<a class="page-scroll" href="#patients">Patients</a>
</li>
<li>
<a class="page-scroll" href="#keyfeatures">Key Features</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<!-- <li>
<a class="page-scroll" href="#team">Team</a>
</li> -->
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<!-- <div class="intro-lead-in">Welcome To Telepro!</div>
<div class="intro-heading">It's Nice To Meet You</div> -->
<a href="#providers" class="page-scroll btn btn-xl ">Learn More</a>
</div>
</div>
</header>
<!-- Providers Section -->
<section id="providers">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Providers</h2>
<h3 class="section-subheading text-muted">Simplify, enhance and secure your practice</h3>
<!-- {{hello}} -->
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Connect to Patients via HD Video</h4><br>
<p class="text-muted">Simplify administration and work from anywhere with our turn-key practice management solution and automated decision-support tools</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-ambulance fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Monitor Patients in Real-Time Without the Noise</h4>
<p class="text-muted">Enhance continuity and reach of care with automated analysis, reporting and flagging of relevant data from wearable and monitoring devices</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Scale and Modernize Your Brand with Powerful Technology</h4>
<p class="text-muted">Secure the future of your practice with full HIPAA compliance, predictive analytics and automated payer billing and EHR, lab and scripting systems integration</p>
</div>
</div>
<div class="container">
<div class="join">
<a href="#signup1" class="page-scroll btn btn-xl" data-toggle="modal">Join Today</a>
<!-- <br><br><br>
<a href="../TeleproHealth/app/index.html#/signup" class="page-scroll btn btn-xl">Link to Old Site</a> -->
<!-- <div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal6" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/doctor6.jpg" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Doctor6</h4>
<p class="text-muted">Primary Care</p>
</div>
</div> -->
</div>
</div>
</div>
</section>
<!-- Patients Section -->
<section id="patients">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Patients</h2>
<h3 class="section-subheading text-muted">Take back, simplify and centralize your healthcare</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Real Time Care Delivered to You</h4><br>
<p class="text-muted">Connect with your doctor, specialist or dietitian via HD video anywhere, anytime and waste no time in transit</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-ambulance fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Personalize Your Care with Predictive Feedback</h4>
<p class="text-muted">See your personal health profile and link wearable devices and health apps for precision treatment and wellness guidance</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Manage Your Family Care in One Place</h4><br>
<p class="text-muted">Centralize and update health records, lab results, imaging and prescriptions for yourself and family</p>
</div>
</div>
<div class="container">
<div class="join">
<a href="#signup1" class="page-scroll btn btn-xl" data-toggle="modal">Join Today</a>
<!-- <br><br><br>
<a href="../TeleproHealth/app/index.html#/signup" class="page-scroll btn btn-xl">Link to Old Site</a> -->
<!-- <div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal6" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/doctor6.jpg" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Doctor6</h4>
<p class="text-muted">Primary Care</p>
</div>
</div> -->
</div>
</div>
</div>
</section>
<section id="keyfeatures">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Key Features</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
</div>
</div>
<div class="list-group">
<a href="#" class="list-group-item">
<h4 class="list-group-item-heading">Live video visits on mobile and web</h4>
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
</a>
<a href="#" class="list-group-item">
<h4 class="list-group-item-heading">eRX and medication history via Surescripts</h4>
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
</a>
<a href="#" class="list-group-item">
<h4 class="list-group-item-heading">Real-time patient data</h4>
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
</a>
<a href="#" class="list-group-item">
<h4 class="list-group-item-heading">Secure messaging</h4>
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
</a>
<a href="#" class="list-group-item">
<h4 class="list-group-item-heading">Documentation and coding tablet</h4>
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
</a>
<a href="#" class="list-group-item">
<h4 class="list-group-item-heading">Provider-initiated visits</h4>
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/1.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2009-2011</h4>
<h4 class="subheading">Our Humble Beginnings</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/2.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>March 2011</h4>
<h4 class="subheading">An Idea is Born</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/3.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>December 2012</h4>
<h4 class="subheading">Company is Founded</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/4.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>July 2014</h4>
<h4 class="subheading">Phase Two Expansion</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>Be Part
<br>Of Our
<br>Story!</h4>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Clients Aside -->
<aside class="clients">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/vidyo-logo.jpg" class="img-responsive img-centered" style="width:200px;" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/validic-logo.png" class="img-responsive img-centered" style="width:200px; margin-top:60px;" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/akido-logo.png" class="img-responsive img-centered" style="width:150px; margin-top:60px;" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/pokitdok-logo.png" class="img-responsive img-centered" style="width:200px; margin-top:40px;" alt="">
</a>
</div>
</div>
</div>
</aside>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us</h2>
<h3 class="section-subheading text-muted">We look forward to hearing from you</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Send Message</button>
<!-- Send an email to [email protected] -->
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © Telepro Health 2015</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="#">Privacy Policy</a>
</li>
<li><a href="#">Terms of Use</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Use the modals below to showcase details about your portfolio projects! -->
<!-- Initial Signup Page -->
<div class="portfolio-modal modal fade" id="signup1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Signup for Telepro</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<!-- <img class="img-responsive img-centered" src="img/portfolio/dreams-preview.png" alt="">
<p>Dreams is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Dreams is a modern one page web template designed for almost any purpose. It’s a beautiful template that’s designed with the Bootstrap framework in mind.</p>
<p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/dreams-free-one-page-web-template/">FreebiesXpress.com</a>.</p>
-->
<!-- <div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="33" aria-valuemin="0" aria-valuemax="100" style="width: 33%;">
33%
</div>
</div> -->
<!-- Page Progress -->
<div>
<button class="btn btn-success"><i class="fa fa-check"></i></button>
<button class="btn btn-warning"><i class="fa fa-close"></i></button>
<button class="btn btn-warning"><i class="fa fa-close"></i></button>
<button class="btn btn-warning"><i class="fa fa-close"></i></button>
</div></br>
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Repeat Email *" id="email2" required data-validation-required-message="Please enter your email address again.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<textarea class="form-control" placeholder="Any Comments *" id="message" required data-validation-required-message="Please enter some comments."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<!-- <div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Send Message</button>
</div> -->
</div>
</form>
<!-- <button type="button" class="btn btn-primary" ><i class="fa fa-arrow-right"></i> Continue</button> -->
<a href="#signup2" class="page-scroll btn btn-primary" data-dismiss="modal" data-toggle="modal"><i class="fa fa-arrow-right"></i> Continue</a>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Cancel</button>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
</div>
</div>
</div>
</div>
<!-- Signup Page 2-->
<div class="portfolio-modal modal fade" id="signup2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Signup for Telepro P2</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<!-- Page Progress -->
<div>
<button class="btn btn-success"><i class="fa fa-check"></i></button>
<button class="btn btn-success"><i class="fa fa-check"></i></button>
<button class="btn btn-warning"><i class="fa fa-close"></i></button>
<button class="btn btn-warning"><i class="fa fa-close"></i></button>
</div></br>
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Data Field *" id="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Data Field *" id="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Data Field *" id="email2" required data-validation-required-message="Please enter your email address again.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="tel" class="form-control" placeholder="Data Field *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Data Field *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<textarea class="form-control" placeholder="Data Field *" id="message" required data-validation-required-message="Please enter some comments."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<!-- <div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Send Message</button>
</div> -->
</div>
</form>
<a href="#signup3" class="page-scroll btn btn-primary" data-dismiss="modal" data-toggle="modal"><i class="fa fa-arrow-right"></i> Continue</a>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Cancel</button>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
</div>
</div>
</div>
</div>
<!-- Signup Page 3-->
<div class="portfolio-modal modal fade" id="signup3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Signup for Telepro Final Page</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<!-- Page Progress -->
<div>
<button class="btn btn-success"><i class="fa fa-check"></i></button>
<button class="btn btn-success"><i class="fa fa-check"></i></button>
<button class="btn btn-success"><i class="fa fa-check"></i></button>
<button class="btn btn-warning"><i class="fa fa-close"></i></button>
</div></br>
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Data Field *" id="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Data Field *" id="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Data Field *" id="email2" required data-validation-required-message="Please enter your email address again.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="tel" class="form-control" placeholder="Data Field *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Data Field *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<textarea class="form-control" placeholder="Data Field *" id="message" required data-validation-required-message="Please enter some comments."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<!-- <div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Send Message</button>
</div> -->
</div>
</form>
<a href="#signup4" class="page-scroll btn btn-primary" data-dismiss="modal" data-toggle="modal"><i class="fa fa-arrow-right"></i> Continue</a>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Cancel</button>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
</div>
</div>
</div>
</div>
<!-- Signup Page 4-->
<div class="portfolio-modal modal fade" id="signup4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Signup for Telepro Final Page</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<!-- Page Progress -->
<div>
<button class="btn btn-success"><i class="fa fa-check"></i></button>
<button class="btn btn-success"><i class="fa fa-check"></i></button>
<button class="btn btn-success"><i class="fa fa-check"></i></button>
<button class="btn btn-success"><i class="fa fa-check"></i></button>
</div></br>
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
NDA
<div class="clearfix"></div>
</div>
</form>
<a href="index.html#/providerhome/myhealth" class="page-scroll btn btn-primary"><i class="fa fa-arrow-up"></i> Submit</a>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Cancel</button>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
</body>
</html>
| davidschanker/telepro | app/landing.html | HTML | mit | 42,555 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SVGCommandDef | FontPainter</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">FontPainter</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="../modules/lib_utils_pathutils.html">lib/utils/pathUtils</a>
</li>
<li>
<a href="lib_utils_pathutils.svgcommanddef.html">SVGCommandDef</a>
</li>
</ul>
<h1>Class SVGCommandDef</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">SVGCommandDef</span>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-not-exported">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported"><a href="lib_utils_pathutils.svgcommanddef.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-not-exported">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-not-exported"><a href="lib_utils_pathutils.svgcommanddef.html#canvascommand" class="tsd-kind-icon">canvas<wbr>Command</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-not-exported"><a href="lib_utils_pathutils.svgcommanddef.html#hasx" class="tsd-kind-icon">hasX</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-not-exported"><a href="lib_utils_pathutils.svgcommanddef.html#hasy" class="tsd-kind-icon">hasY</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-not-exported"><a href="lib_utils_pathutils.svgcommanddef.html#paramlength" class="tsd-kind-icon">param<wbr>Length</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported">
<li class="tsd-signature tsd-kind-icon">new SVGCommand<wbr>Def<span class="tsd-signature-symbol">(</span>canvasCommand<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, paramLength<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, hasX<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, hasY<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="lib_utils_pathutils.svgcommanddef.html" class="tsd-signature-type">SVGCommandDef</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/flut1/fontpainter/blob/79a2769/src/lib/utils/pathUtils.ts#L9">lib/utils/pathUtils.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>canvasCommand: <span class="tsd-signature-type">string</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> paramLength: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 2</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> hasX: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> hasY: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="lib_utils_pathutils.svgcommanddef.html" class="tsd-signature-type">SVGCommandDef</a></h4>
</li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
<a name="canvascommand" class="tsd-anchor"></a>
<h3>canvas<wbr>Command</h3>
<div class="tsd-signature tsd-kind-icon">canvas<wbr>Command<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/flut1/fontpainter/blob/79a2769/src/lib/utils/pathUtils.ts#L11">lib/utils/pathUtils.ts:11</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
<a name="hasx" class="tsd-anchor"></a>
<h3>hasX</h3>
<div class="tsd-signature tsd-kind-icon">hasX<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/flut1/fontpainter/blob/79a2769/src/lib/utils/pathUtils.ts#L13">lib/utils/pathUtils.ts:13</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
<a name="hasy" class="tsd-anchor"></a>
<h3>hasY</h3>
<div class="tsd-signature tsd-kind-icon">hasY<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/flut1/fontpainter/blob/79a2769/src/lib/utils/pathUtils.ts#L14">lib/utils/pathUtils.ts:14</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
<a name="paramlength" class="tsd-anchor"></a>
<h3>param<wbr>Length</h3>
<div class="tsd-signature tsd-kind-icon">param<wbr>Length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/flut1/fontpainter/blob/79a2769/src/lib/utils/pathUtils.ts#L12">lib/utils/pathUtils.ts:12</a></li>
</ul>
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/fontpainter.html">fontpainter</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/lib_engines_abstractrenderengine.html">lib/engines/<wbr>Abstract<wbr>Render<wbr>Engine</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/lib_interfaces.html">lib/interfaces</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/lib_utils_fontloader.html">lib/utils/<wbr>Font<wbr>Loader</a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/lib_utils_pathutils.html">lib/utils/path<wbr>Utils</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/lib_utils_svgutils.html">lib/utils/svg<wbr>Utils</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported">
<a href="lib_utils_pathutils.svgcommanddef.html" class="tsd-kind-icon">SVGCommand<wbr>Def</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported">
<a href="lib_utils_pathutils.svgcommanddef.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
<a href="lib_utils_pathutils.svgcommanddef.html#canvascommand" class="tsd-kind-icon">canvas<wbr>Command</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
<a href="lib_utils_pathutils.svgcommanddef.html#hasx" class="tsd-kind-icon">hasX</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
<a href="lib_utils_pathutils.svgcommanddef.html#hasy" class="tsd-kind-icon">hasY</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
<a href="lib_utils_pathutils.svgcommanddef.html#paramlength" class="tsd-kind-icon">param<wbr>Length</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-function tsd-parent-kind-external-module">
<a href="../modules/lib_utils_pathutils.html#getcanvascommands" class="tsd-kind-icon">get<wbr>Canvas<wbr>Commands</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module">
<a href="../modules/lib_utils_pathutils.html#getinstructionsboundingrect" class="tsd-kind-icon">get<wbr>Instructions<wbr>Bounding<wbr>Rect</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module">
<a href="../modules/lib_utils_pathutils.html#instructionstodatastring" class="tsd-kind-icon">instructions<wbr>ToData<wbr>String</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module">
<a href="../modules/lib_utils_pathutils.html#invertinstructionsy" class="tsd-kind-icon">invert<wbr>InstructionsY</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module">
<a href="../modules/lib_utils_pathutils.html#parsepathdata" class="tsd-kind-icon">parse<wbr>Path<wbr>Data</a>
</li>
<li class=" tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/lib_utils_pathutils.html#svg_command_map" class="tsd-kind-icon">SVG_<wbr>COMMAND_<wbr>MAP</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | flut1/fontpainter | docs/classes/lib_utils_pathutils.svgcommanddef.html | HTML | mit | 17,374 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>idt: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.14.1 / idt - 1.0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
idt
<small>
1.0.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-08 04:38:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 04:38:57 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.14.1 Formal proof management system
dune 3.0.3 Fast, portable, and opinionated build system
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/ccyip/coq-idt"
dev-repo: "git+https://github.com/ccyip/coq-idt.git"
bug-reports: "https://github.com/ccyip/coq-idt/issues"
license: "MIT"
authors: [
"Qianchuan Ye"
"Benjamin Delaware"
]
build: [
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"coq" {>= "8.12" & < "8.14~"}
"coq-metacoq-template" {>= "1.0~beta2+8.12"}
]
synopsis: "Inductive Definition Transformers"
description: """
This Coq library allows you to transform an inductive definition to another
inductive definition, by providing a constructor transformer tactic. It can be
used to generate boilerplate lemmas for backward and forward reasoning, and to
generate inductive types with many similar cases.
"""
tags: [
"category:Miscellaneous/Coq Extensions"
"date:2022-01-10"
"logpath:idt"
]
url {
src: "https://github.com/ccyip/coq-idt/archive/refs/tags/v1.0.1.tar.gz"
checksum: "sha256=d20305953c31842e33aaea318f8f84c4ad7314cb0e525d6663240abcad21099b"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-idt.1.0.1 coq.8.14.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.14.1).
The following dependencies couldn't be met:
- coq-idt -> coq < 8.14~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-idt.1.0.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/released/8.14.1/idt/1.0.1.html | HTML | mit | 7,072 |
---
layout: default
---
<div class="row">
<div class="col-md-3"></div>
<div class="col-sm-12 col-md-6">
{% include header.html %}
{% for post in paginator.posts %}
<div class="posts">
<h1>
<a href="{{ site.github.url }}{{ post.url }}">{{ post.title }}</a>
</h1>
<!--{% if post.image %}
<div class="thumbnail-container">
<a href="{{ site.github.url }}{{ post.url }}"><img src="{{ site.github.url }}/assets/img/{{ post.image }}"></a>
</div>
{% endif %}-->
<p>
{{ post.content | strip_html | truncate: 350 }}
<a href="{{ site.github.url }}{{ post.url }}">Read more</a>
<span class="post-date"
><i class="fa fa-calendar" aria-hidden="true"></i> {{ post.date |
date_to_string }} -
<i class="fa fa-clock-o" aria-hidden="true"></i> {% include
read-time.html %}</span
>
</p>
</div>
{% endfor %}
<!-- Pagination links -->
<div class="pagination">
<a
class="pagination-button pagination-active"
href="{{ site.github.url }}{{ paginator.previous_page_path }}"
class="next"
>{{ site.data.settings.pagination.previous_page }}</a
>
<a
class="pagination-button pagination-active"
href="{{ site.baseurl }}{{ paginator.next_page_path }}"
>{{ site.data.settings.pagination.next_page }}</a
>
<!--{% if paginator.next_page %}
{% else %}
<span class="pagination-button">{{ site.data.settings.pagination.previous_page }}</span>
{% endif %}
{% if paginator.previous_page %}
{% else %}
<span class="pagination-button">{{ site.data.settings.pagination.next_page }}</span>
{% endif %}-->
</div>
</div>
</div>
{% include footer.html %}
| thekage91/thekage91.github.io | blog/index.html | HTML | mit | 1,776 |
<?xml version="1.0" encoding="utf-8"?>
<!-- This comment will force IE7 to go into quirks mode. -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<link rel="stylesheet" type="text/css" href="../../CSS/Contents.css"></link>
<script type="text/javascript" src="../../JS/Common.js"></script>
<title>Either<TFirst, TSecond>.operator explicit Method</title>
</head>
<body>
<div id="Header">
<div id="ProjectTitle">Documentation Project</div>
<div id="PageTitle">Either<TFirst, TSecond>.operator explicit Method</div>
<div id="HeaderShortcuts">
<a href="#SectionHeader0" onclick="javascript: SetSectionVisibility(0, true); SetExpandCollapseAllToCollapseAll();">Overload List</a>
</div>
<div class="DarkLine"></div>
<div class="LightLine"></div>
<div id="HeaderToolbar">
<img id="ExpandCollapseAllImg" src="../../GFX/SmallSquareExpanded.gif" alt="" style="vertical-align: top;" onclick="javascript: ToggleAllSectionsVisibility();" />
<span id="ExpandCollapseAllSpan" onclick="javascript: ToggleAllSectionsVisibility();">Collapse All</span>
</div>
</div>
<div id="Contents">
<a id="ContentsAnchor"> </a>
An explicit cast on an Either type ensures the cast is appropriate.
<div id="ItemLocation">
<b>Declaring type:</b> <a href="../../Contents/1/221.html">Either<TFirst, TSecond></a><br />
<b>Namespace:</b> <a href="../../Contents/1/208.html">Sasa</a><br />
<b>Assembly:</b> <a href="../../Contents/1/1.html">Sasa</a>
</div>
<div id="SectionHeader0" class="SectionHeader">
<img id="SectionExpanderImg0" src="../../GFX/BigSquareExpanded.gif" alt="Collapse/Expand" onclick="javascript: ToggleSectionVisibility(0);" />
<span class="SectionHeader">
<span class="ArrowCursor" onclick="javascript: ToggleSectionVisibility(0);">
Overload List
</span>
</span>
</div>
<div id="SectionContainerDiv0" class="SectionContainer">
<table class="MembersTable">
<col width="7%" />
<col width="38%" />
<col width="55%" />
<tr>
<th> </th>
<th>Name</th>
<th>Description</th>
</tr>
<tr>
<td class="IconColumn">
<img src="../../GFX/PublicMethod.gif" alt="Public Method" /> <img src="../../GFX/Static.gif" alt="Static" /></td>
<td><a href="../../Contents/1/489.html">Either<TFirst, TSecond>.operator explicit (Either<TFirst, TSecond>)</a></td>
<td>An explicit cast on an Either type ensures the cast is appropriate.</td>
</tr>
<tr>
<td class="IconColumn">
<img src="../../GFX/PublicMethod.gif" alt="Public Method" /> <img src="../../GFX/Static.gif" alt="Static" /></td>
<td><a href="../../Contents/1/490.html">Either<TFirst, TSecond>.operator explicit (Either<TFirst, TSecond>)</a></td>
<td>An explicit cast on an Either type ensures the cast is appropriate.</td>
</tr>
</table>
<div class="TopLink"><a href="#ContentsAnchor">Top</a></div></div>
</div>
<div id="Footer">
<span class="Footer">Generated by <a href="http://immdocnet.codeplex.com/" target="_blank">ImmDoc .NET</a></span>.
</div>
</body>
</html>
| fschwiet/ManyConsole | lib/Sasa-v0.9.3-docs/Contents/1/480.html | HTML | mit | 3,236 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Groove Clock</title>
<link rel="stylesheet" href="styles.css">
<script data-main="main.js" src="../lib/requirejs-v2.1.11/require.js"></script>
<script src="requireConfig.js"></script>
</head>
<body>
<div id="container"></div>
</body>
</html>
| curran/examples | grooveClock/index.html | HTML | mit | 334 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Refresh" content="0;url=../../../i/s/k/Iskhak_Akhmerov_41a2.html" />
</head>
<body>
<p>Redirecting to <a href="../../../i/s/k/Iskhak_Akhmerov_41a2.html">Iskhak Akhmerov</a></p>
</body>
</html> | Mitali-Sodhi/CodeLingo | Dataset/html/A._I._Akhmerov_eb31.html | HTML | mit | 459 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>higman-s: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.2~camlp4 / higman-s - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
higman-s
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-30 12:27:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-30 12:27:18 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.03+1 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
conf-which 1 Virtual package relying on which
coq 8.5.2~camlp4 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/higman-s"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/HigmanS"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: Higman's lemma"
"keyword: well quasi-ordering"
"category: Mathematics/Combinatorics and Graph Theory"
"date: 2007-09-14"
]
authors: [
"William Delobel <[email protected]>"
]
bug-reports: "https://github.com/coq-contribs/higman-s/issues"
dev-repo: "git+https://github.com/coq-contribs/higman-s.git"
synopsis: "Higman's lemma on an unrestricted alphabet"
description: """
This proof is more or less the proof given by Monika Seisenberger in "An Inductive Version of Nash-Williams' Minimal-Bad-Sequence Argument for Higman's Lemma"."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/higman-s/archive/v8.9.0.tar.gz"
checksum: "md5=013f99dc8cd75a356bbe9f729d264edc"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-higman-s.8.9.0 coq.8.5.2~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2~camlp4).
The following dependencies couldn't be met:
- coq-higman-s -> coq >= 8.9 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-higman-s.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.2~camlp4/higman-s/8.9.0.html | HTML | mit | 7,302 |
---
layout: post
title: Apache redirect some ip to https
date: '2012-03-23T13:12:00.001+01:00'
author: Pere Vilas
tags:
- http
- mod_rewrite
- apache
- https
modified_time: '2012-03-23T16:20:38.467+01:00'
blogger_id: tag:blogger.com,1999:blog-9191328551308072706.post-7328892826951131377
blogger_orig_url: http://www.pvilas.com/2012/03/apache-redirect-some-ip-to-https.html
---
We want to allow some ip to http an redirect the rest to https. How can we do it?<br /><br />We can use mod_rewrite with these rules:<br /><br /><code> RewriteEngine On<br /> RewriteCond %{REMOTE_ADDR} !^192\.168\.1\.4$<br /> RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}<br /></code><br /><br />In this case only 192.168.1.4 gets access to http, other ips will be redirected to https. <br /><br /> | pvilas/pvilas.github.io | blog/redes/_posts/2012-03-23-apache-redirect-some-ip-to-https.html | HTML | mit | 861 |
{{ $menu := .Site.Menus.main}}
{{ $pageIdentifier := .Page.Params.Identifier }}
<nav>
<ul class="menu">
{{ range $menu }}
{{ $isCurrent := eq $pageIdentifier .Identifier }}
<li>
<a class="nav-link {{ if $isCurrent }}active{{ end }}" href="{{ .URL }}" title="{{ .Name }}">
{{ .Name }}
</a>
</li>
{{ end }}
</ul>
</nav> | matfin/mattfinucane.com | site/layouts/partials/nav.html | HTML | mit | 350 |
{% extends 'cohorts_base.html' %}{% load i18n humanize webpacker %}{% load static %}
{% block meta %}{% include "includes/cohorts_meta.html" %}{% endblock meta %}
{% block schema_type %}WebPage{% endblock schema_type %}
{% block header_class %}header header-landing{% endblock header_class %}
{% block extra_head %}
{% include "includes/mapbox.html" %}
{% endblock extra_head %}
{% block header %}
<div class="container">
<a href="http://www.texastribune.org/"><img class="tribune-logo" src="{% static 'images/logos/tribune-white.svg' %}" alt="The Texas Tribune"></a>
</div>
{% endblock header %}
{% block content %}
<article class="landing-content">
<div class="container">
<h1 class="landing-header">Texas Higher Ed Outcomes</h1>
<p class="landing-subheader">Tracking Eighth-Graders' Post-Secondary Success</p>
</div>
</article>
{% include "includes/cohorts/menu.html" %}
{% include "includes/schools_announcement.html" %}
<section class="landing-prose">
<p class="landing-paragraph">Each year, approximately 300,000 students begin eighth grade in a Texas public school. National employment and earnings statistics suggest that these students will have materially better prospects as adults if they finish high school and enroll in and complete a post-secondary certificate or degree program.</p>
<p class="landing-paragraph">With support from the <a href="https://www.greatertexasfoundation.org/">Greater Texas Foundation</a> and the <a href="http://houstonendowment.org/">Houston Endowment</a>, two institutional philanthropies, The Texas Tribune has used data from the <a href="http://www.thecb.state.tx.us/">Texas Higher Education Coordinating Board</a> and the <a href="http://www.tea.state.tx.us/">Texas Education Agency</a> to document the education outcomes of every student who started eighth grade in a Texas public school during nine academic years ({{ first_cohort_year.start_year }} through {{latest_cohort_year.start_year}}). Each student was anonymously tracked over 11 years to determine the percentage of Texas eighth-graders who achieved a post-secondary certificate or degree from a Texas college or university within six years of their expected high school graduation date.</p>
<p class="landing-paragraph">Use this explorer to review and compare student outcomes by region or by county. Or, <a href="{% url 'cohorts:states' 'tx' %}">view outcomes at the statewide level</a>. You can also <a href="http://www.txhighereddata.org/index.cfm?objectId=4E600400-D970-11E8-BB650050560100A9">download the data</a>.</p>
<p class="landing-paragraph landing-paragraph--dateline">Last updated May 2021.</p>
<p class="landing-paragraph landing-paragraph--credit">
By <a href="http://www.texastribune.org/about/staff/ryan-murphy/">Ryan Murphy</a>,
<a href="http://www.texastribune.org/about/staff/annie-daniel/">Annie Daniel</a> and
<a href="http://www.texastribune.org/about/staff/mandi-cai/">Mandi Cai</a>
</p>
</section>
{% include "includes/ad_slot_leader.html" %}
<section class="container">
<h2 class="page-section-header">View by region<span class="anchor" id="districts"></span></h2>
</section>
<section class="flex-container">
<div class="flex-column-map">
<div class="map map--full-region" id="map-regions"></div>
<div class="map-tooltip" id="map-tooltip"></div>
</div>
<div class="flex-column">
<div class="region-list section">
{% for region in region_list %}
<div class="list-container region-list-container js-region-list-group">
<ul class="card-list">
<li class="list-item region-list-item"><a href="{% url 'cohorts:regions' region.slug %}">{{ region.region_name_with_city }}</a></li>
</ul>
{% if region.list|length > 10 %}<button class="btn btn-dark-ghost btn-thin btn-block">+ More</button>{% endif %}
</div>
{% endfor %}
</div>
</div>
</section>
<section class="container">
<h2 class="page-section-header">View by county<span class="anchor" id="districts"></span></h2>
<div class="county-list section">
{% for county in county_list %}
<div class="list-container county-list-container js-county-list-group">
<ul class="card-list">
<li class="list-item county-list-item"><a href="{% url 'cohorts:counties' county.slug %}">{{ county.name_cohorts }}</a></li>
</ul>
{% if county.list|length > 10 %}<button class="btn btn-dark-ghost btn-thin btn-block">+ More</button>{% endif %}
</div>
{% endfor %}
</div>
</section>
{% include "includes/ad_slot_footer.html" %}
<section class="container">
<h2 class="page-section-header page-section-header--smaller"><a href="http://www.texastribune.org/education/public-education/">Latest public education stories in The Texas Tribune</a></h2>
<div class="row" id="js-story-box"></div>
</section>
{% endblock content %}
{% block footer_ad %}{% endblock footer_ad %}
{% block data_script %}
{{ block.super }}
{{ regions_geojson|json_script:"shape" }}
{% endblock data_script %}
{% block extra_script %}
{% javascript_pack 'cohorts-landing' %}
{% endblock extra_script %}
| texastribune/scuole | scuole/templates/cohorts_landing.html | HTML | mit | 5,125 |
<?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" xml:lang="en" lang="en">
<head>
<title>Class: Time</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
<script type="text/javascript">
// <![CDATA[
function popupCode( url ) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}
function toggleCode( id ) {
if ( document.getElementById )
elem = document.getElementById( id );
else if ( document.all )
elem = eval( "document.all." + id );
else
return false;
elemStyle = elem.style;
if ( elemStyle.display != "block" ) {
elemStyle.display = "block"
} else {
elemStyle.display = "none"
}
return true;
}
// Make codeblocks hidden by default
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
// ]]>
</script>
</head>
<body>
<div id="classHeader">
<table class="header-table">
<tr class="top-aligned-row">
<td><strong>Class</strong></td>
<td class="class-name-in-header">Time</td>
</tr>
<tr class="top-aligned-row">
<td><strong>In:</strong></td>
<td>
<a href="../files/lib/rake_rb.html">
lib/rake.rb
</a>
<br />
</td>
</tr>
<tr class="top-aligned-row">
<td><strong>Parent:</strong></td>
<td>
Object
</td>
</tr>
</table>
</div>
<!-- banner header -->
<div id="bodyContent">
<div id="contextContent">
<div id="description">
<p>
Extensions to time to allow comparisons with an early time class.
</p>
</div>
</div>
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
<a href="#M000583"><=></a>
</div>
</div>
</div>
<!-- if includes -->
<div id="section">
<div id="aliases-list">
<h3 class="section-bar">External Aliases</h3>
<div class="name-list">
<table summary="aliases">
<tr class="top-aligned-row context-row">
<td class="context-item-name"><=></td>
<td>-></td>
<td class="context-item-value">rake_original_time_compare</td>
</tr>
</table>
</div>
</div>
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
<div id="method-M000583" class="method-detail">
<a name="M000583"></a>
<div class="method-heading">
<a href="Time.src/M000583.html" target="Code" class="method-signature"
onclick="popupCode('Time.src/M000583.html');return false;">
<span class="method-name"><=></span><span class="method-args">(other)</span>
</a>
</div>
<div class="method-description">
</div>
</div>
</div>
</div>
<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>
</body>
</html> | ThoughtWorksStudios/oauth2_provider | tools/jruby-1.5.1/lib/ruby/gems/1.8/doc/rake-0.8.7/rdoc/classes/Time.html | HTML | mit | 3,564 |
<!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="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pymatgen.ext.jhu module — pymatgen 2018.4.6 documentation</title>
<link rel="stylesheet" href="_static/proBlue.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" src="_static/documentation_options.js"></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="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33990148-1']);
_gaq.push(['_trackPageview']);
</script>
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">pymatgen 2018.4.6 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="module-pymatgen.ext.jhu">
<span id="pymatgen-ext-jhu-module"></span><h1>pymatgen.ext.jhu module<a class="headerlink" href="#module-pymatgen.ext.jhu" title="Permalink to this headline">¶</a></h1>
<p>This module creates an interface to the JHU kpoints servlet,
see <a class="reference external" href="http://muellergroup.jhu.edu/K-Points.html">http://muellergroup.jhu.edu/K-Points.html</a>.</p>
<dl class="function">
<dt id="pymatgen.ext.jhu.get_kpoints">
<code class="descname">get_kpoints</code><span class="sig-paren">(</span><em>structure</em>, <em>min_distance=0</em>, <em>min_total_kpoints=1</em>, <em>kppra=None</em>, <em>gap_distance=7</em>, <em>remove_symmetry=None</em>, <em>include_gamma='auto'</em>, <em>header='simple'</em>, <em>incar=None</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/ext/jhu.html#get_kpoints"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.ext.jhu.get_kpoints" title="Permalink to this definition">¶</a></dt>
<dd><p>Get kpoints object from JHU servlet, per Wisesa-McGill-Mueller
methodology. Refer to <a class="reference external" href="http://muellergroup.jhu.edu/K-Points.html">http://muellergroup.jhu.edu/K-Points.html</a>
and P. Wisesa, K. A. McGill, T. Mueller, Phys. Rev. B 93,
155109 (2016)</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"><ul class="first last simple">
<li><strong>structure</strong> (<a class="reference internal" href="pymatgen.core.structure.html#pymatgen.core.structure.Structure" title="pymatgen.core.structure.Structure"><em>Structure</em></a>) – structure object</li>
<li><strong>min_distance</strong> (<em>float</em>) – The minimum allowed distance
between lattice points on the real-space superlattice</li>
<li><strong>min_total_kpoints</strong> (<em>int</em>) – The minimum allowed number of
total k-points in the Brillouin zone.</li>
<li><strong>kppra</strong> (<em>float</em>) – minimum k-points per reciprocal atom.</li>
<li><strong>gap_distance</strong> (<em>float</em>) – auto-detection threshold for
non-periodicity (in slabs, nanowires, etc.)</li>
<li><strong>remove_symmetry</strong> (<em>string</em>) – optional flag to control
symmetry options, can be none, structural,
time_reversal, or all</li>
<li><strong>include_gamma</strong> (<em>string</em><em> or </em><em>bool</em>) – whether to include
gamma point</li>
<li><strong>header</strong> (<em>string</em>) – “verbose” or “simple”, denotes
the verbosity of the header</li>
<li><strong>incar</strong> (<a class="reference internal" href="pymatgen.io.vasp.inputs.html#pymatgen.io.vasp.inputs.Incar" title="pymatgen.io.vasp.inputs.Incar"><em>Incar</em></a>) – incar object to upload</li>
</ul>
</td>
</tr>
</tbody>
</table>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/pymatgen.ext.jhu.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">pymatgen 2018.4.6 documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2011, Pymatgen Development Team.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
</div>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
the JavaScript coming from www.google-analytics.com.
<script type="text/javascript">
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</div>
</body>
</html> | gpetretto/pymatgen | docs/pymatgen.ext.jhu.html | HTML | mit | 7,197 |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Valdi\Validator\Slug — Valdi 0.11.0 documentation</title>
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="index" title="Index"
href="../../genindex.html"/>
<link rel="search" title="Search" href="../../search.html"/>
<link rel="top" title="Valdi 0.11.0 documentation" href="../../index.html"/>
<link rel="up" title="Valdi\Validator\Regexp" href="Regexp.html"/>
<link rel="next" title="Valdi\Validator\Value" href="Value.html"/>
<link rel="prev" title="Valdi\Validator\AlphaNumerical" href="AlphaNumerical.html"/>
<script src="../../_static/js/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="../../index.html" class="icon icon-home"> Valdi
</a>
<div class="version">
0.11.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<p class="caption"><span class="caption-text">Manual</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../manual/gettingstarted.html">Getting Started</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../manual/validators.html">Validators</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../manual/extendedfeatures.html">Extended Features</a></li>
</ul>
<p class="caption"><span class="caption-text">API</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../RulesBuilder.html">Valdi\RulesBuilder</a></li>
<li class="toctree-l1"><a class="reference internal" href="../ValidationException.html">Valdi\ValidationException</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Validator.html">Valdi\Validator</a></li>
<li class="toctree-l1"><a class="reference internal" href="../ValidatorException.html">Valdi\ValidatorException</a></li>
<li class="toctree-l1"><a class="reference internal" href="AbstractArray.html">Valdi\Validator\AbstractArray</a></li>
<li class="toctree-l1"><a class="reference internal" href="AbstractFilter.html">Valdi\Validator\AbstractFilter</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="AbstractParametrizedValidator.html">Valdi\Validator\AbstractParametrizedValidator</a><ul class="current">
<li class="toctree-l2 current"><a class="reference internal" href="AbstractComparator.html">Valdi\Validator\AbstractComparator</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="Between.html">Valdi\Validator\Between</a></li>
<li class="toctree-l3"><a class="reference internal" href="LengthBetween.html">Valdi\Validator\LengthBetween</a></li>
<li class="toctree-l3"><a class="reference internal" href="Max.html">Valdi\Validator\Max</a></li>
<li class="toctree-l3"><a class="reference internal" href="MaxLength.html">Valdi\Validator\MaxLength</a></li>
<li class="toctree-l3"><a class="reference internal" href="Min.html">Valdi\Validator\Min</a></li>
<li class="toctree-l3"><a class="reference internal" href="MinLength.html">Valdi\Validator\MinLength</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="Regexp.html">Valdi\Validator\Regexp</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="Alphabetical.html">Valdi\Validator\Alphabetical</a></li>
<li class="toctree-l4"><a class="reference internal" href="AlphaNumerical.html">Valdi\Validator\AlphaNumerical</a></li>
<li class="toctree-l4 current"><a class="current reference internal" href="#">Valdi\Validator\Slug</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="Value.html">Valdi\Validator\Value</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="AbstractDateTimeComparator.html">Valdi\Validator\AbstractDateTimeComparator</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="Boolean.html">Valdi\Validator\Boolean</a></li>
<li class="toctree-l1"><a class="reference internal" href="Contains.html">Valdi\Validator\Contains</a></li>
<li class="toctree-l1"><a class="reference internal" href="DateTime.html">Valdi\Validator\DateTime</a></li>
<li class="toctree-l1"><a class="reference internal" href="InSet.html">Valdi\Validator\InSet</a></li>
<li class="toctree-l1"><a class="reference internal" href="OrCombine.html">Valdi\Validator\OrCombine</a></li>
<li class="toctree-l1"><a class="reference internal" href="Required.html">Valdi\Validator\Required</a></li>
<li class="toctree-l1"><a class="reference internal" href="ValidatorInterface.html">Valdi\Validator\ValidatorInterface</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">Valdi</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html">Docs</a> »</li>
<li><a href="AbstractParametrizedValidator.html">Valdi\Validator\AbstractParametrizedValidator</a> »</li>
<li><a href="AbstractComparator.html">Valdi\Validator\AbstractComparator</a> »</li>
<li><a href="Regexp.html">Valdi\Validator\Regexp</a> »</li>
<li>Valdi\Validator\Slug</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/api/Validator/Slug.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="valdi-validator-slug">
<h1>Valdi\Validator\Slug<a class="headerlink" href="#valdi-validator-slug" title="Permalink to this headline">¶</a></h1>
<dl class="class">
<dt id="Slug">
<em class="property">class </em><code class="descname">Slug</code><a class="headerlink" href="#Slug" title="Permalink to this definition">¶</a></dt>
<dd><p>Validator for slug values: Starting with a alphanumerical value,
sequences of dashes and more alphanumerical values and ending with an
alphanumerical character.</p>
<dl class="attr">
<dt id="Slug::$amountOfParameters">
<em class="property">property </em><code class="descname">amountOfParameters</code><a class="headerlink" href="#Slug::$amountOfParameters" title="Permalink to this definition">¶</a></dt>
<dd><p>protected</p>
<p>Holds the amount of parameters.</p>
</dd></dl>
<dl class="attr">
<dt id="Slug::$type">
<em class="property">property </em><code class="descname">type</code><a class="headerlink" href="#Slug::$type" title="Permalink to this definition">¶</a></dt>
<dd><p>protected</p>
<p>Holds the type of the validator.</p>
</dd></dl>
<dl class="method">
<dt id="Slug::isValidComparison">
<code class="descname">isValidComparison</code><span class="sig-paren">(</span><em>$value</em>, <em>$parameters</em><span class="sig-paren">)</span><a class="headerlink" href="#Slug::isValidComparison" title="Permalink to this definition">¶</a></dt>
<dd><p><a class="reference external" href="mailto:{%40inheritdoc">{<span>@</span>inheritdoc</a>}</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"><ul class="first last simple">
<li><strong>$value</strong> – </li>
<li><strong>$parameters</strong> – </li>
</ul>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="method">
<dt id="Slug::isAllNumeric">
<code class="descname">isAllNumeric</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Slug::isAllNumeric" title="Permalink to this definition">¶</a></dt>
<dd><p>Checks whether all given parameters are numeric.</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">Returns:</th><td class="field-body">boolean true if all values are numeric</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="method">
<dt id="Slug::isValid">
<code class="descname">isValid</code><span class="sig-paren">(</span><em>$value</em>, <em>$parameters</em><span class="sig-paren">)</span><a class="headerlink" href="#Slug::isValid" title="Permalink to this definition">¶</a></dt>
<dd><p><a class="reference external" href="mailto:{%40inheritdoc">{<span>@</span>inheritdoc</a>}</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"><ul class="first last simple">
<li><strong>$value</strong> – </li>
<li><strong>$parameters</strong> – </li>
</ul>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="method">
<dt id="Slug::getInvalidDetails">
<code class="descname">getInvalidDetails</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#Slug::getInvalidDetails" title="Permalink to this definition">¶</a></dt>
<dd><p><a class="reference external" href="mailto:{%40inheritdoc">{<span>@</span>inheritdoc</a>}</p>
</dd></dl>
<dl class="method">
<dt id="Slug::validateParameterCount">
<code class="descname">validateParameterCount</code><span class="sig-paren">(</span><em>$name</em>, <em>$parameterAmount</em>, <em>$parameters</em><span class="sig-paren">)</span><a class="headerlink" href="#Slug::validateParameterCount" title="Permalink to this definition">¶</a></dt>
<dd><p>Throws an exception if the parameters don’t fulfill the expected
parameter count.</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"><ul class="first last simple">
<li><strong>$name</strong> (<em>string</em>) – the name of the validator</li>
<li><strong>$parameterAmount</strong> (<em>integer</em>) – the amount of expected parameters</li>
<li><strong>$parameters</strong> (<em>string[]</em>) – the parameters</li>
</ul>
</td>
</tr>
</tbody>
</table>
</dd></dl>
</dd></dl>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="Value.html" class="btn btn-neutral float-right" title="Valdi\Validator\Value" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="AlphaNumerical.html" class="btn btn-neutral" title="Valdi\Validator\AlphaNumerical" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2019, Philip Lehmann-Böhm.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'0.11.0',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
};
</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="../../_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html> | philiplb/Valdi | docs/html/0.11.0/api/Validator/Slug.html | HTML | mit | 13,413 |
<!DOCTYPE html>
<html class="theme-next pisces use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.2" rel="stylesheet" type="text/css" />
<meta name="keywords" content="向阳, 技术博客, 技术文章, yuanxy, xiangyang" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.2" />
<meta name="description" content="分享,学习,交流,共勉">
<meta property="og:type" content="website">
<meta property="og:title" content="XiangYang's Notes">
<meta property="og:url" content="http://www.yuanxy.com/tags/iOS/index.html">
<meta property="og:site_name" content="XiangYang's Notes">
<meta property="og:description" content="分享,学习,交流,共勉">
<meta property="og:locale" content="zh-Hans">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="XiangYang's Notes">
<meta name="twitter:description" content="分享,学习,交流,共勉">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Pisces',
sidebar: {"position":"left","display":"post","offset":12,"offset_float":12,"b2t":false,"scrollpercent":true,"onmobile":false},
fancybox: true,
tabs: true,
motion: true,
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: 'I2R3EP5NXE',
apiKey: '000643cf4db26e832fb34fb7e6469ea6',
indexName: 'my_blog',
hits: {"per_page":10},
labels: {"input_placeholder":"请输入关键字搜索","hits_empty":"没有搜索到『${query}』的相关内容","hits_stats":"${hits} 个搜索结果 耗时 ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://www.yuanxy.com/tags/iOS/"/>
<title>标签: iOS | XiangYang's Notes</title>
<script type="text/javascript">
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?fe4165b3422467ee7cd4cb6fe5806032";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container sidebar-position-left ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">XiangYang's Notes</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">Brief Notes</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-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-categories">
<a href="/categories/" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br />
分类
</a>
</li>
<li class="menu-item menu-item-search">
<a href="javascript:;" class="popup-trigger">
<i class="menu-item-icon fa fa-search fa-fw"></i> <br />
搜索
</a>
</li>
</ul>
<div class="site-search">
<div class="algolia-popup popup search-popup">
<div class="algolia-search">
<div class="algolia-search-input-icon">
<i class="fa fa-search"></i>
</div>
<div class="algolia-search-input" id="algolia-search-input"></div>
</div>
<div class="algolia-results">
<div id="algolia-stats"></div>
<div id="algolia-hits"></div>
<div id="algolia-pagination" class="algolia-pagination"></div>
</div>
<span class="popup-btn-close">
<i class="fa fa-times-circle"></i>
</span>
</div>
</div>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div class="post-block tag">
<div id="posts" class="posts-collapse">
<div class="collection-title">
<h1>iOS<small>标签</small>
</h1>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2017/03/23/2017-03-23-iOSCodingPath/" itemprop="url">
<span itemprop="name">iOS开发技术栈的思考</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-03-23T16:26:53+08:00"
content="2017-03-23" >
03-23
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2015/08/20/2015-08-20-badMemory/" itemprop="url">
<span itemprop="name">那些年遇到的坑</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2015-08-20T13:33:45+08:00"
content="2015-08-20" >
08-20
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2015/05/19/2015-05-19-iOSCodingGooder/" itemprop="url">
<span itemprop="name">iOS开发优化</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2015-05-19T19:33:45+08:00"
content="2015-05-19" >
05-19
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2014/08/29/2014-08-29-productHeader/" itemprop="url">
<span itemprop="name">工程目录和编码规范</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2014-08-29T18:33:45+08:00"
content="2014-08-29" >
08-29
</time>
</div>
</header>
</article>
</div>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/uploads/avatar.jpg"
alt="XiangYang" />
<p class="site-author-name" itemprop="name">XiangYang</p>
<p class="site-description motion-element" itemprop="description">分享,学习,交流,共勉</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">6</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">2</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">4</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/oxiangyang" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>
GitHub
</a>
</span>
<span class="links-of-author-item">
<a href="https://stackoverflow.com/users/8531626" target="_blank" title="StackOverflow">
<i class="fa fa-fw fa-stack-overflow"></i>
StackOverflow
</a>
</span>
<span class="links-of-author-item">
<a href="http://weibo.com/cozyandhappy" target="_blank" title="Weibo">
<i class="fa fa-fw fa-weibo"></i>
Weibo
</a>
</span>
<span class="links-of-author-item">
<a href="mailto:[email protected]" target="_blank" title="E-Mail">
<i class="fa fa-fw fa-envelope"></i>
E-Mail
</a>
</span>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
© 2013 —
<span itemprop="copyrightYear">2017</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">XiangYang</span>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
<span id="scrollpercent"><span>0</span>%</span>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/lib/canvas-nest/canvas-nest.min.js"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/affix.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/scrollspy.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/post-details.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.2"></script>
<script id="dsq-count-scr" src="https://yuanxy.disqus.com/count.js" async></script>
<link rel="stylesheet" href="/lib/algolia-instant-search/instantsearch.min.css">
<script src="/lib/algolia-instant-search/instantsearch.min.js"></script>
<script src="/js/src/algolia-search.js?v=5.1.2"></script>
<script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.4.js"></script>
<script>AV.initialize("bR7zmoHQLi59Y5yUcOjw8HCh-gzGzoHsz", "FkDSU3xqeoBurt8IguU95qEm");</script>
<script>
function showTime(Counter) {
var query = new AV.Query(Counter);
var entries = [];
var $visitors = $(".leancloud_visitors");
$visitors.each(function () {
entries.push( $(this).attr("id").trim() );
});
query.containedIn('url', entries);
query.find()
.done(function (results) {
var COUNT_CONTAINER_REF = '.leancloud-visitors-count';
if (results.length === 0) {
$visitors.find(COUNT_CONTAINER_REF).text(0);
return;
}
for (var i = 0; i < results.length; i++) {
var item = results[i];
var url = item.get('url');
var time = item.get('time');
var element = document.getElementById(url);
$(element).find(COUNT_CONTAINER_REF).text(time);
}
for(var i = 0; i < entries.length; i++) {
var url = entries[i];
var element = document.getElementById(url);
var countSpan = $(element).find(COUNT_CONTAINER_REF);
if( countSpan.text() == '') {
countSpan.text(0);
}
}
})
.fail(function (object, error) {
console.log("Error: " + error.code + " " + error.message);
});
}
function addCount(Counter) {
var $visitors = $(".leancloud_visitors");
var url = $visitors.attr('id').trim();
var title = $visitors.attr('data-flag-title').trim();
var query = new AV.Query(Counter);
query.equalTo("url", url);
query.find({
success: function(results) {
if (results.length > 0) {
var counter = results[0];
counter.fetchWhenSave(true);
counter.increment("time");
counter.save(null, {
success: function(counter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(counter.get('time'));
},
error: function(counter, error) {
console.log('Failed to save Visitor num, with error message: ' + error.message);
}
});
} else {
var newcounter = new Counter();
/* Set ACL */
var acl = new AV.ACL();
acl.setPublicReadAccess(true);
acl.setPublicWriteAccess(true);
newcounter.setACL(acl);
/* End Set ACL */
newcounter.set("title", title);
newcounter.set("url", url);
newcounter.set("time", 1);
newcounter.save(null, {
success: function(newcounter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(newcounter.get('time'));
},
error: function(newcounter, error) {
console.log('Failed to create');
}
});
}
},
error: function(error) {
console.log('Error:' + error.code + " " + error.message);
}
});
}
$(function() {
var Counter = AV.Object.extend("Counter");
if ($('.leancloud_visitors').length == 1) {
addCount(Counter);
} else if ($('.post-title-link').length > 1) {
showTime(Counter);
}
});
</script>
</body>
</html>
| oxiangyang/oxiangyang.github.com | tags/iOS/index.html | HTML | mit | 18,390 |
<!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.9.1"/>
<title>V8 API Reference Guide for node.js v6.1.0: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.1.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="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>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">DefaultGlobalMapTraits</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::DefaultGlobalMapTraits< K, V > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Begin</b>(Impl *impl) (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Dispose</b>(Isolate *isolate, Global< V > value, K key) (defined in <a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DisposeCallbackData</b>(WeakCallbackDataType *data) (defined in <a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>DisposeWeak</b>(const WeakCallbackInfo< WeakCallbackDataType > &data) (defined in <a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Empty</b>(Impl *impl) (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>End</b>(Impl *impl) (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Get</b>(Impl *impl, K key) (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Impl</b> typedef (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Iterator</b> typedef (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>kCallbackType</b> (defined in <a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Key</b>(Iterator it) (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>KeyFromWeakCallbackInfo</b>(const WeakCallbackInfo< WeakCallbackDataType > &data) (defined in <a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>MapFromWeakCallbackInfo</b>(const WeakCallbackInfo< WeakCallbackDataType > &data) (defined in <a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>MapType</b> typedef (defined in <a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>OnWeakCallback</b>(const WeakCallbackInfo< WeakCallbackDataType > &data) (defined in <a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Remove</b>(Impl *impl, K key) (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Set</b>(Impl *impl, K key, PersistentContainerValue value) (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Size</b>(Impl *impl) (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Swap</b>(Impl &a, Impl &b) (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Value</b>(Iterator it) (defined in <a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1StdMapTraits.html">v8::StdMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>WeakCallbackDataType</b> typedef (defined in <a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>WeakCallbackParameter</b>(MapType *map, const K &key, Local< V > value) (defined in <a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultGlobalMapTraits.html">v8::DefaultGlobalMapTraits< K, V ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 65b6574/html/classv8_1_1DefaultGlobalMapTraits-members.html | HTML | mit | 13,351 |
<!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_45) on Sun Aug 30 21:04:47 PDT 2015 -->
<title>M-Index</title>
<meta name="date" content="2015-08-30">
<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="M-Index";
}
}
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="../com/danilafe/mazegen/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="../com/danilafe/mazegen/package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-5.html">Prev Letter</a></li>
<li><a href="index-7.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li>
<li><a href="index-6.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="contentContainer"><a href="index-1.html">B</a> <a href="index-2.html">C</a> <a href="index-3.html">F</a> <a href="index-4.html">G</a> <a href="index-5.html">I</a> <a href="index-6.html">M</a> <a href="index-7.html">N</a> <a href="index-8.html">P</a> <a href="index-9.html">R</a> <a href="index-10.html">S</a> <a href="index-11.html">W</a> <a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="../com/danilafe/mazegen/MazeGenerator.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class com.danilafe.mazegen.<a href="../com/danilafe/mazegen/MazeGenerator.html" title="class in com.danilafe.mazegen">MazeGenerator</a></dt>
<dd> </dd>
<dt><a href="../com/danilafe/mazegen/MazeGenerator.html" title="class in com.danilafe.mazegen"><span class="typeNameLink">MazeGenerator</span></a> - Class in <a href="../com/danilafe/mazegen/package-summary.html">com.danilafe.mazegen</a></dt>
<dd>
<div class="block">A class to generate mazes!</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/danilafe/mazegen/MazeGenerator.html#MazeGenerator--">MazeGenerator()</a></span> - Constructor for class com.danilafe.mazegen.<a href="../com/danilafe/mazegen/MazeGenerator.html" title="class in com.danilafe.mazegen">MazeGenerator</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">B</a> <a href="index-2.html">C</a> <a href="index-3.html">F</a> <a href="index-4.html">G</a> <a href="index-5.html">I</a> <a href="index-6.html">M</a> <a href="index-7.html">N</a> <a href="index-8.html">P</a> <a href="index-9.html">R</a> <a href="index-10.html">S</a> <a href="index-11.html">W</a> </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="../com/danilafe/mazegen/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="../com/danilafe/mazegen/package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-5.html">Prev Letter</a></li>
<li><a href="index-7.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li>
<li><a href="index-6.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>
| DanilaFe/SimpleMazeGen | doc/index-files/index-6.html | HTML | mit | 5,385 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.