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
|
---|---|---|---|---|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>higman-nw: 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.15.0 / higman-nw - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
higman-nw
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-09 10:04:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-09 10:04:44 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.15.0 Formal proof management system
dune 3.0.3 Fast, portable, and opinionated build system
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
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/coq-contribs/higman-nw"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/HigmanNW"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [
"keyword: A-translation"
"keyword: Higman's lemma"
"keyword: impredicativity"
"keyword: System F"
"keyword: extraction"
"category: Mathematics/Logic"
"category: Mathematics/Combinatorics and Graph Theory"
"category: Miscellaneous/Extracted Programs/Combinatorics"
]
authors: [ "Hugo Herbelin" ]
bug-reports: "https://github.com/coq-contribs/higman-nw/issues"
dev-repo: "git+https://github.com/coq-contribs/higman-nw.git"
synopsis: "A program from an A-translated impredicative proof of Higman's Lemma"
description: """
The file Higman.v formalizes an A-translated version of
Nash-Williams impredicative and classical proof of Higman's lemma
for a two-letter alphabet.
A constructive and impredicative program can be extracted from the proof."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/higman-nw/archive/v8.7.0.tar.gz"
checksum: "md5=e510b6d4ef8651e009ae1f25390ac972"
}
</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-nw.8.7.0 coq.8.15.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0).
The following dependencies couldn't be met:
- coq-higman-nw -> coq < 8.8~ -> 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-higman-nw.8.7.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.09.1-2.0.6/released/8.15.0/higman-nw/8.7.0.html | HTML | mit | 7,361 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::setbuf</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf">
<link rel="prev" href="set_option/overload2.html" title="basic_socket_streambuf::set_option (2 of 2 overloads)">
<link rel="next" href="shutdown.html" title="basic_socket_streambuf::shutdown">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="set_option/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_streambuf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="shutdown.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_socket_streambuf.setbuf"></a><a class="link" href="setbuf.html" title="basic_socket_streambuf::setbuf">basic_socket_streambuf::setbuf</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp55353936"></a>
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">streambuf</span> <span class="special">*</span> <span class="identifier">setbuf</span><span class="special">(</span>
<span class="identifier">char_type</span> <span class="special">*</span> <span class="identifier">s</span><span class="special">,</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">streamsize</span> <span class="identifier">n</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="set_option/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_streambuf.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="shutdown.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| calvinfarias/IC2015-2 | BOOST/boost_1_61_0/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/setbuf.html | HTML | mit | 3,658 |
<!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.7"/>
<title>App Engine Python SDK: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="common.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">App Engine Python SDK
 <span id="projectnumber">v1.6.9 rev.445</span>
</div>
<div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>ext</b></li><li class="navelem"><b>mapreduce</b></li><li class="navelem"><b>output_writers</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_key_value_file_output_writer.html">KeyValueFileOutputWriter</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">google.appengine.ext.mapreduce.output_writers.KeyValueFileOutputWriter Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_key_value_file_output_writer.html">google.appengine.ext.mapreduce.output_writers.KeyValueFileOutputWriter</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html#a9e058fd984ed5bc278983b713347b277">__init__</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html#a714cae3758d67ad3643b67d20f406983">create</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html#a2b07678cdad802792c9fc1733e1f46ff">finalize</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html#a19e33c311495fed9ff15d9c62933caa8">finalize_job</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html#a1fa0a148045db6eef6e883234efcd218">from_json</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin.html#ab7872a5bbb38f5afd54a89746f836268">from_json_str</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin.html">google.appengine.ext.mapreduce.json_util.JsonMixin</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html#afe182899d33ed43c2ce6f00abe1bf160">get_filenames</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GS_ACL_PARAM</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GS_BUCKET_NAME_PARAM</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html#a785ecf399fd4f27bbbcc29d04c5fa7b7">init_job</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>OUTPUT_FILESYSTEM_PARAM</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>OUTPUT_SHARDING_INPUT_SHARDS</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>OUTPUT_SHARDING_NONE</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>OUTPUT_SHARDING_PARAM</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html#a4b6ecf39199622c5d4cd7a6dc57d130a">to_json</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_output_writer_base.html">google.appengine.ext.mapreduce.output_writers.FileOutputWriterBase</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin.html#a331dd488f85f215adea1b834a25bd216">to_json_str</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin.html">google.appengine.ext.mapreduce.json_util.JsonMixin</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_records_output_writer.html#aba181f8f5dba02f8f6704a6d3c99fab9">validate</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_file_records_output_writer.html">google.appengine.ext.mapreduce.output_writers.FileRecordsOutputWriter</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>write</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_key_value_file_output_writer.html">google.appengine.ext.mapreduce.output_writers.KeyValueFileOutputWriter</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_key_value_file_output_writer.html">google.appengine.ext.mapreduce.output_writers.KeyValueFileOutputWriter</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<address class="footer">
<small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small>
</address> | tzmartin/gae-python.docset | Contents/Resources/Documents/classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1output__writers_1_1_key_value_file_output_writer-members.html | HTML | mit | 11,036 |
{% extends "base.html" %}
{% block css %}
{% endblock %}
{% block body %}
<div>
<h1>About me</h1>
</div>
{% endblock %}
| MrGba2z/RuB | app/templates/about.html | HTML | mit | 127 |
<!DOCTYPE html>
<!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if IE 8]><html class="lt-ie9 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)]><!-->
<html class="no-js not-oldie" lang="en" dir="ltr">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="true" />
<link rel="shortcut icon" href="https://www.epa.gov/sites/all/themes/epa/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="MobileOptimized" content="width" />
<meta http-equiv="cleartype" content="on" />
<meta http-equiv="ImageToolbar" content="false" />
<meta name="viewport" content="width=device-width" />
<meta name="version" content="20161218" />
<!--googleon: all-->
<meta name="DC.description" content="" />
<meta name="DC.title" content="" />
<title>
Diffusional Rate Limitations in Heterogeneous Porous Media: Model Structure, Scale, and Geologic Characterization|
Research Project Database | Grantee Research Project | ORD | US EPA</title>
<!--googleoff: snippet-->
<meta name="keywords" content="" />
<link rel="shortlink" href="" />
<link rel="canonical" href="" />
<meta name="DC.creator" content="" />
<meta name="DC.language" content="en" />
<meta name="DC.Subject.epachannel" content="" />
<meta name="DC.type" content="" />
<meta name="DC.date.created" content="" />
<meta name="DC.date.modified" content="2017-01-26" />
<!--googleoff: all-->
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/misc/ui/jquery.ui.autocomplete.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/lib/jquery.ui.theme.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/template2/s.css" media="all" />
<!--[if lt IE 9]><link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/ie.css" media="all" /><![endif]-->
<link rel="alternate" type="application/atom+xml" title="EPA.gov All Press Releases" href="https://www.epa.gov/newsreleases/search/rss" />
<link rel="alternate" type="application/atom+xml" title="EPA.gov Headquarters Press Releases" href="https://www.epa.gov/newsreleases/search/rss/field_press_office/headquarters" />
<link rel="alternate" type="application/atom+xml" title="Greenversations, EPA's Blog" href="https://blog.epa.gov/blog/feed/" />
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/html5.js"></script><![endif]-->
<style type="text/css">
/*This style needed for highlight link. Please do not remove*/
.hlText {
font-family: "Arial";
color: red;
font-weight: bold;
font-style: italic;
background-color: yellow;
}
.tblClass {
font-size:smaller; min-width: 10%; line-height: normal;
}
</style>
</head>
<!-- NOTE, figure out body classes! -->
<body class="node-type-(web-area|page|document|webform) (microsite|resource-directory)" >
<!-- Google Tag Manager -->
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-L8ZB" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-L8ZB');</script>
<!-- End Google Tag Manager -->
<div class="skip-links"><a href="#main-content" class="skip-link element-invisible element-focusable">Jump to main content</a></div>
<header class="masthead clearfix" role="banner"> <img class="site-logo" src="https://www.epa.gov/sites/all/themes/epa/logo.png" alt="" />
<hgroup class="site-name-and-slogan">
<h1 class="site-name"><a href="https://www.epa.gov/" title="Go to the home page" rel="home"><span>US EPA</span></a></h1>
<div class="site-slogan">United States Environmental Protection Agency</div>
</hgroup>
<form class="epa-search" method="get" action="https://search.epa.gov/epasearch/epasearch">
<label class="element-hidden" for="search-box">Search</label>
<input class="form-text" placeholder="Search EPA.gov" name="querytext" id="search-box" value=""/>
<button class="epa-search-button" id="search-button" type="submit" title="Search">Search</button>
<input type="hidden" name="fld" value="" />
<input type="hidden" name="areaname" value="" />
<input type="hidden" name="areacontacts" value="" />
<input type="hidden" name="areasearchurl" value="" />
<input type="hidden" name="typeofsearch" value="epa" />
<input type="hidden" name="result_template" value="2col.ftl" />
<input type="hidden" name="filter" value="sample4filt.hts" />
</form>
</header>
<section id="main-content" class="main-content clearfix" role="main">
<div class="region-preface clearfix">
<div id="block-pane-epa-web-area-connect" class="block block-pane contextual-links-region">
<ul class="menu utility-menu">
<li class="menu-item"><a href="https://www.epa.gov/research-grants/forms/contact-us-about-research-grants" class="menu-link contact-us">Contact Us</a></li>
</ul>
</div>
</div>
<div class="main-column clearfix">
<!--googleon: all-->
<div class="panel-pane pane-node-content" >
<div class="pane-content">
<div class="node node-page clearfix view-mode-full">
<div class="box multi related-info right clear-right" style="max-width:300px; font-size:14px;"><!--googleoff: index-->
<h5 class="pane-title">Project Research Results</h5>
<div class="pane-content">
<ul>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/603/report/F">Final Report</a></li>
</ul>
</div>
<!-- RFA Search start -->
<h5 class="pane-title">Related Information</h5>
<div class="pane-content">
<ul><li><a href="https://www.epa.gov/research-grants/">Research Grants</a></li>
<li><a href="https://www.epa.gov/P3">P3: Student Design Competition</a></li>
<li><a href="https://www.epa.gov/research-fellowships/">Research Fellowships</a></li>
<li><a href="https://www.epa.gov/sbir/">Small Business Innovation Research (SBIR)</a></li>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/search.welcome">Grantee Research Project Results Search</a></li>
</ul>
</div>
<!-- RFA Search End --><!--googleon: index-->
</div>
<a name="content"></a>
<h2>
Diffusional Rate Limitations in Heterogeneous Porous Media: Model Structure, Scale, and Geologic Characterization</h2>
<b>EPA Grant Number:</b> R824768<br />
<b>Title:</b> Diffusional Rate Limitations in Heterogeneous Porous Media: Model Structure, Scale, and Geologic Characterization<br />
<b>Investigators:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/1867"> Freyberg, David L. </a>
, <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/1868"> Roberts, Paul V. </a>
<br />
<strong>Institution:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.institutionInfo/institution/2057">
<b>Stanford University</b>
</a> <br />
<strong>EPA Project Officer:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/65"> Levinson, Barbara </a>
<br />
<b>Project Period:</b>
November 1, 1995 through
October 1, 1998
<br />
<b>Project Amount:</b>
$198,000
<br />
<b>RFA:</b>
Water and Watersheds (1995)
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/recipients.display/rfa_id/259">Recipients Lists</a>
<br />
<b>Research Category:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/22">Water and Watersheds</a>
,
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/1168">Water</a>
<br />
<br>
<h3>Description:</h3>
This project aims to elucidate the nature and significance of diffusional
rate limitations during solute transport in saturated, heterogeneous porous
media, with a view to evaluating the role of diffusional limitations in
contaminant remediation. The research is considering the relative importance of
diffusional rate limitations manifested over a range of spatial scales, from the
grain scale up to regional scales, within the context of a numerical transport
model that accounts for advection, dispersion, and sorption. Along with
multi-scale diffusion submodel development, the project is addressing: (1) the
interactions between geologic structure, heterogeneity, upscaling, and
diffusional transport process representation; (2) physically-based aggregation
schemes that are consistent with different model formulations of transport
processes; and (3) the increase in size and complexity of heterogeneities that
are likely to be encountered with increasing size of an aquifer domain under
analysis.
<P>This aspect of the investigation is using a quasi-deterministic approach that
postulates a set of realistic scenarios for heterogeneity based on
physically-founded consideration of geologic depositional processes. Using a
non-dimensional form of the transport model, dimensionless groups incorporating
space and time scales will be identified that quantify the relative importance
of the diffusional rate limitations in terms of influence on contaminant
transport. Sensitivity analyses will be conducted to differentiate between: (1)
situations in which diffusional rate limitations are important and need to be
accounted for, and (2) circumstances where such rate limitations are negligible.
As a preliminary test of the modeling methodology, site characterization data
from the well-documented Borden transport experiment will be utilized.
<P>The results from this research will contribute to fundamental understanding
of the impact of heterogeneities at differing scales on solute transport in
groundwater, under the influence of diffusionally controlled slow release from
zones of low permeability, with applications to contaminant remediation design,
site characterization, and the interpretation of field monitoring and laboratory experimental data. </P>
<p></p>
<h3>Supplemental Keywords:</h3>
<i>water, groundwater, land, soil, restoration, remediation, environmental chemistry, physics, hydrology, geology, modeling.</i>, RFA, Scientific Discipline, Water, Hydrology, Ecology, Water & Watershed, Physics, Geology, Watersheds, fate and transport, contaminant transport, model structure, Borden transport experiment, aquatic ecosystems, diffusion rate limitations, heterogeneous porus media, groundwater <p />
<P><h3>Progress and Final Reports:</h3>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/603/report/F">Final Report</a><br>
</P> </div>
</div>
</div>
<div id="block-epa-og-footer" class="block block-epa-og">
<p class="pagetop"><a href="#content">Top of Page</a></p>
<!--googleoff: all-->
<p id="epa-og-footer"> The perspectives, information and conclusions conveyed in research project abstracts, progress reports, final reports, journal abstracts and journal publications convey the viewpoints of the principal investigator and may not represent the views and policies of ORD and EPA. Conclusions drawn by the principal investigators have not been reviewed by the Agency. </p>
</div>
<!--googleoff: all-->
</div>
</section>
<nav class="nav simple-nav simple-main-nav" role="navigation">
<div class="nav__inner">
<h2 class="element-invisible">Main menu</h2>
<ul class="menu" role="menu">
<li class="menu-item" id="menu-learn" role="presentation"><a href="https://www.epa.gov/environmental-topics" title="Learn about EPA's environmental topics to help protect the environment in your home, workplace, and community and EPA's research mission is to conduct leading-edge research and foster the sound use of science and technology." class="menu-link" role="menuitem">Environmental Topics</a></li>
<li class="menu-item" id="menu-lawsregs" role="presentation"><a href="https://www.epa.gov/laws-regulations" title="Laws written by Congress provide the authority for EPA to write regulations. Regulations explain the technical, operational, and legal details necessary to implement laws." class="menu-link" role="menuitem">Laws & Regulations</a></li>
<li class="menu-item" id="menu-about" role="presentation"><a href="https://www.epa.gov/aboutepa" title="Learn more about: our mission and what we do, how we are organized, and our history." class="menu-link" role="menuitem">About EPA</a></li>
</ul>
</div>
</nav>
<footer class="main-footer clearfix" role="contentinfo">
<div class="main-footer__inner">
<div class="region-footer">
<div class="block block-pane block-pane-epa-global-footer">
<div class="row cols-3">
<div class="col size-1of3">
<div class="col__title">Discover.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/accessibility">Accessibility</a></li>
<li><a href="https://www.epa.gov/aboutepa/administrator-gina-mccarthy">EPA Administrator</a></li>
<li><a href="https://www.epa.gov/planandbudget">Budget & Performance</a></li>
<li><a href="https://www.epa.gov/contracts">Contracting</a></li>
<li><a href="https://www.epa.gov/home/grants-and-other-funding-opportunities">Grants</a></li>
<li><a href="https://www.epa.gov/ocr/whistleblower-protections-epa-and-how-they-relate-non-disclosure-agreements-signed-epa-employees">No FEAR Act Data</a></li>
<li><a href="https://www.epa.gov/home/privacy-and-security-notice">Privacy and Security</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Connect.</div>
<ul class="menu">
<li><a href="https://www.data.gov/">Data.gov</a></li>
<li><a href="https://www.epa.gov/office-inspector-general/about-epas-office-inspector-general">Inspector General</a></li>
<li><a href="https://www.epa.gov/careers">Jobs</a></li>
<li><a href="https://www.epa.gov/newsroom">Newsroom</a></li>
<li><a href="https://www.whitehouse.gov/open">Open Government</a></li>
<li><a href="http://www.regulations.gov/">Regulations.gov</a></li>
<li><a href="https://www.epa.gov/newsroom/email-subscriptions">Subscribe</a></li>
<li><a href="https://www.usa.gov/">USA.gov</a></li>
<li><a href="https://www.whitehouse.gov/">White House</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Ask.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/home/forms/contact-us">Contact Us</a></li>
<li><a href="https://www.epa.gov/home/epa-hotlines">Hotlines</a></li>
<li><a href="https://www.epa.gov/foia">FOIA Requests</a></li>
<li><a href="https://www.epa.gov/home/frequent-questions-specific-epa-programstopics">Frequent Questions</a></li>
</ul>
<div class="col__title">Follow.</div>
<ul class="social-menu">
<li><a class="menu-link social-facebook" href="https://www.facebook.com/EPA">Facebook</a></li>
<li><a class="menu-link social-twitter" href="https://twitter.com/epa">Twitter</a></li>
<li><a class="menu-link social-youtube" href="https://www.youtube.com/user/USEPAgov">YouTube</a></li>
<li><a class="menu-link social-flickr" href="https://www.flickr.com/photos/usepagov">Flickr</a></li>
<li><a class="menu-link social-instagram" href="https://instagram.com/epagov">Instagram</a></li>
</ul>
<p class="last-updated">Last updated on Thursday, January 26, 2017</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://www.epa.gov/sites/all/libraries/template2/jquery.js"></script>
<script src="https://www.epa.gov/sites/all/libraries/template/js.js"></script>
<script src="https://www.epa.gov/sites/all/modules/custom/epa_core/js/alert.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.widget.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.position.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.autocomplete.min.js"></script>
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/ie.js"></script><![endif]-->
<!-- REMOVE if not using -->
<script language=javascript>
<!-- // Activate cloak
// pressing enter will not default submit the first defined button but the programmed defined button
function chkCDVal(cdVal)
{
var isErr = true;
try{
var CDParts = cdVal.split(',');
var st = CDParts[0];
var cd = CDParts[1];
var objRegExp = new RegExp('[0-9][0-9]');
if (!isNaN(st)) {
isErr = false;
}
if (!objRegExp.test(cd) || (cd.length>3)){
isErr = false;
}
}
catch(err){
isErr = false;
}
return isErr;
}
function checkCongDist(cdtxt)
{
//alert(cdtxt.value);
if (!chkCDVal(cdtxt.value)) {
alert('Congressional District MUST be in the following format: state, district; example: Virginia, 08');
return false;
}
else {
return true;
}
}
function fnTrapKD(btn, event)
{
var btn = getObject(btn);
if (document.all)
{
if (event.keyCode == 13)
{
event.returnValue=false;event.cancel = true;btn.click();
}
}
else
{
if (event.which == 13)
{
event.returnValue=false;event.cancelBubble = true;btn.click();
}
}
}
function CheckFilter()
{ if (document.searchform.presetTopic.options[document.searchform.presetTopic.selectedIndex].value == 'NA'){
alert('You must select a subtopic. \n This item is not selectable');
document.searchform.presetTopic.options[0].selected = true;
}
}
function openHelpWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
win.focus();
}
function openNewWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
}
function openNewWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewMapWindow(url,title)
{
var win = window.open(url,"title",'width=800,height=450,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNoticeWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=150,left=500,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewSearchWindow(site,subj)
{
title = 'window';
var win = window.open('https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.pubsearch/site/' + site + '/redirect/' + subj,"title",'width=640,height=480,resizable=1,scrollbars=yes,menubar=yes,status=no');
}
function autoCheck(name)
{
document.forms['thisForm'].elements[name].checked = true;
}
function alertUser()
{
var ok = alert("This search might take longer than expected. Please refrain from hitting the refresh or reload button on your browser. The search results will appear after the search is complete. Thank you.");
}
function closePopupWindow(redirectUrl)
{
opener.location = redirectUrl;
opener.focus();
this.close();
}
//-->
</script>
</body>
</html> | 1wheel/scraping | epa-grants/research/raw/00603.html | HTML | mit | 22,207 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Relative Positioning</title>
<meta charset="utf-8">
<style>
h1 { background-color: #cccccc;
padding: 5px;
color: #000000;
}
p { position: relative;
left: 30px;
font-family: Arial,sans-serif;
}
</style>
</head>
<body>
<h1>Relative Positioning</h1>
<p>This paragraph uses CSS relative positioning to be placed 30 pixels in from the left side.</p>
</body>
</html> | CortCannon/thecliff | thecliff.info/1510/ch06/relative.html | HTML | mit | 432 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>atbr: 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 / atbr - 8.11.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
atbr
<small>
8.11.0
<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"
maintainer: "[email protected]"
homepage: "https://github.com/coq-community/atbr"
dev-repo: "git+https://github.com/coq-community/atbr.git"
bug-reports: "https://github.com/coq-community/atbr/issues"
doc: "https://coq-community.github.io/atbr/"
license: "LGPL-3.0-or-later"
synopsis: "Coq library and tactic for deciding Kleene algebras"
description: """
This library provides algebraic tools for working with binary relations.
The main tactic provided is a reflexive tactic for solving (in)equations
in an arbitrary Kleene algebra. The decision procedure goes through
standard finite automata constructions.
Note that the initial authors consider this library to be superseded
by the Relation Algebra library, which is based on derivatives
rather than automata: https://github.com/damien-pous/relation-algebra"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml" {>= "4.05.0"}
"coq" {>= "8.11" & < "8.12~"}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"keyword:Kleene algebra"
"keyword:finite automata"
"keyword:semiring"
"keyword:matrices"
"keyword:decision procedure"
"keyword:reflexive tactic"
"logpath:ATBR"
"date:2020-02-07"
]
authors: [
"Thomas Braibant"
"Damien Pous"
]
url {
src: "https://github.com/coq-community/atbr/archive/v8.11.0.tar.gz"
checksum: "sha512=7f08362277e222a8f4db263e97009aef0efc75f6ebcfb9ef37039b2eab3b0def1c5e95424cc53d2327dc62bf73f795534f307bc38663fd99e13c220568e271d7"
}
</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-atbr.8.11.0 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-atbr -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
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-atbr.8.11.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.04.2-2.0.5/released/8.5.0~camlp4/atbr/8.11.0.html | HTML | mit | 7,690 |
<!DOCTYPE html>
<html>
<head>
<title>Less: Parameterized Mixin</title>
<link rel="stylesheet" href="compiled/parameterized-mixin.css"/>
</head>
<body>
<div id="myDiv1">
This example uses Parameterized Mixins.
</div>
<br/><br/><br/>
<div id="myDiv2">
This example uses Parameterized Mixins.
</div>
<br/><br/><br/>
<div id="myDiv3">
This example uses Parameterized Mixins.
</div>
</body>
</html>
| sohailalam2/Learn-Less-Sass-By-Doing | less/parameterized-mixin.html | HTML | mit | 417 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>NewFirm - Corporate Bootstrap 3 Theme</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<link href="assets/css/colors/color-3498db.css" rel="stylesheet">
<link href="assets/css/animations.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- JavaScripts needed at the beginning
================================================== -->
<script type="text/javascript" src="http://alvarez.is/demo/newfirm/assets/js/twitterFetcher_v10_min.js"></script>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="assets/js/hover.zoom.js"></script>
<script src="assets/js/hover.zoom.conf.js"></script>
<!-- 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.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">NEW<b>FIRM</b></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Home <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="index.html">Home - Main Version</a></li>
<li><a href="index2.html">Home - Agency Version</a></li>
<li><a href="index3.html">Home - Corporate Version</a></li>
<li><a href="index4.html">Home - Classic Version</a></li>
<li><a href="index5.html">Home - One Page Version</a></li>
</ul>
</li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Pages <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="services.html">Services</a></li>
<li><a href="about.html">About</a></li>
<li><a href="teammember.html">Team Member</a></li>
<li class="active"><a href="faq.html">FAQ</a></li>
<li><a href="offices.html">Our Offices</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="404.html">404 Error Page</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="portfolio.html">Classic Portfolio</a></li>
<li><a href="portfolio4col.html">4 Columns Portfolio</a></li>
<li><a href="portfoliomasonry.html">Masonry Portfolio</a></li>
<li><a href="projectfullwidth.html">Full Width Project</a></li>
<li><a href="projectsplit.html">Project Split</a></li>
<li><a href="projectvideo.html">Video Project</a></li>
<li><a href="projectsildeshow.html">Project Slideshow</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="blog.html">Article List</a></li>
<li><a href="blog2.html">Article List Variation</a></li>
<li><a href="blogpost.html">Blog Post</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<! ========== BLACK SECTION =================================================================================================
=============================================================================================================================>
<div id="black">
<div class="container mts">
<div class="row mt centered">
<div class="col-lg-8 col-lg-offset-2">
<h1>F.A.Q.</h1>
<hr>
<h4>Frequently Asked Questions</h4>
</div>
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /black -->
<! ========== FEATURED WORDS ================================================================================================
=============================================================================================================================>
<div class="container">
<div class="row mt centered ">
<div class="col-lg-6 col-lg-offset-3">
<h1><i class="fa fa-question-circle"></i></h1>
<h3>still have questions?<br/>get answers in our support section.</h3>
<hr>
<input type="text" class="form-control" placeholder="Enter a question, keyword or topic...">
</div><!-- /col-lg-4 -->
</div><!-- /row -->
</div><!-- /container -->
<! ========== WHITE SECTION =================================================================================================
=============================================================================================================================>
<div id="white">
<div class="container">
<div class="row mt">
<div class="col-lg-3">
<h4><i class="fa fa-folder-open"></i> Accounts & Billing.</h4>
<p>
<a href="#"><i class="fa fa-dot-circle-o"></i> Can I cancel anytime?</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> Can you track expenses for my team?</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> How do I cancel my account</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> Can I cancel anytime?</a><br/>
</p>
</div><!-- /col-lg-3 -->
<div class="col-lg-3">
<h4><i class="fa fa-folder-open"></i> How NewFirm Works.</h4>
<p>
<a href="#"><i class="fa fa-dot-circle-o"></i> Do you do Accrual accounting?</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> In Progress and Finished Reports</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> Can I customize my reports?</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> Can I cancel anytime?</a><br/>
</p>
</div><!-- /col-lg-3 -->
<div class="col-lg-3">
<h4><i class="fa fa-folder-open"></i> Best Practices.</h4>
<p>
<a href="#"><i class="fa fa-dot-circle-o"></i> A separate business account</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> First thing I should do</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> Do you need a credit card statement?</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> Can I cancel anytime?</a><br/>
</p>
</div><!-- /col-lg-3 -->
<div class="col-lg-3">
<h4><i class="fa fa-folder-open"></i> Security.</h4>
<p>
<a href="#"><i class="fa fa-dot-circle-o"></i> How do you screen your bookkeepers?</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> How do you protect my data?</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> Who can see my financial data?</a><br/>
<a href="#"><i class="fa fa-dot-circle-o"></i> Can I cancel anytime?</a><br/>
</p>
</div><!-- /col-lg-3 -->
</div><!-- /row -->
<div class="row mt centered">
<button type="button" class="btn btn-yellow btn-lg">SEE MORE INFORMATION</button>
</div><! --/row -->
</div><!-- /container -->
</div><!-- /white -->
<! ========== QUESTIONS SECTION =============================================================================================
=============================================================================================================================>
<div class="container">
<div class="row mt">
<div class="col-lg-6">
<h5><i class="fa fa-angle-right"></i> Can I cancel at anytime?</h5>
<p>Absolutely. We never lock you in, and we make sure it’s easy to get your data out of NewFirm.</p>
<h5><i class="fa fa-angle-right"></i> How do I cancel my account</h5>
<p>It's easy, just go to the accounts tab and press the "cancel" button.</p>
<h5><i class="fa fa-angle-right"></i> Can I customize my reports?</h5>
<p>Currently, NewFirm doesn’t allow you to customize ledgers/categories. However, we do have an extensive list of ledgers to choose from, meeting the needs of most entrepreneurs.</p>
<h5><i class="fa fa-angle-right"></i> Can you track expenses?</h5>
<p>Yes. Your employees can send expense receipts the same way you send business receipts, and your bookkeeper will generate expense reports for them. You not only get a bookkeeper for your business, but also for your employees.</p>
</div><!-- /col-lg-6 -->
<div class="col-lg-6">
<h5><i class="fa fa-angle-right"></i> Can you track expenses?</h5>
<p>Yes. Your employees can send expense receipts the same way you send business receipts, and your bookkeeper will generate expense reports for them. You not only get a bookkeeper for your business, but also for your employees.</p>
<h5><i class="fa fa-angle-right"></i> Can I customize my reports?</h5>
<p>Currently, NewFirm doesn’t allow you to customize ledgers/categories. However, we do have an extensive list of ledgers to choose from, meeting the needs of most entrepreneurs.</p>
<h5><i class="fa fa-angle-right"></i> Can I cancel at anytime?</h5>
<p>Absolutely. We never lock you in, and we make sure it’s easy to get your data out of NewFirm.</p>
<h5><i class="fa fa-angle-right"></i> How do I cancel my account</h5>
<p>It's easy, just go to the accounts tab and press the "cancel" button.</p>
</div><!-- /col-lg-6 -->
</div><!-- /row -->
</div><!-- /container -->
<! ========== CALL TO ACTION BAR ============================================================================================
=============================================================================================================================>
<div id="cta-bar">
<div class="container">
<div class="row centered">
<a href="#"><h4>Are You Ready For The Next Step?</h4></a>
</div>
</div><!-- /container -->
</div><!-- /cta-bar -->
<! ========== FOOTER ========================================================================================================
=============================================================================================================================>
<div id="f">
<div class="container">
<div class="row">
<!-- ADDRESS -->
<div class="col-lg-3">
<h4>Our Studio</h4>
<p>
Some Ave. 987,<br/>
Postal 64733<br/>
London, UK.<br/>
</p>
<p>
<i class="fa fa-mobile"></i> +55 4893.8943<br/>
<i class="fa fa-envelope-o"></i> [email protected]
</p>
</div><! --/col-lg-3 -->
<!-- TWEETS -->
<div class="col-lg-3">
<h4>Recent Tweets</h4>
<div id="showtweets"></div>
<script>
twitterFetcher.fetch('258157205101088768', 'showtweets', 2, true, false, false, '', false, handleTweets, false);
function handleTweets(tweets){
var x = tweets.length;
var n = 0;
var element = document.getElementById('showtweets');
var html = '<ul>';
while(n < x) {
html += '<li>' + tweets[n] + '</li>';
n++;
}
html += '</ul>';
element.innerHTML = html;
}
</script>
<p>Follow us <b>@Alvrz_is</b></p>
</div><!-- /col-lg-3 -->
<!-- LATEST POSTS -->
<div class="col-lg-3">
<h4>Latest Posts</h4>
<p>
<i class="fa fa-angle-right"></i> A post with an image<br/>
<i class="fa fa-angle-right"></i> Other post with a video<br/>
<i class="fa fa-angle-right"></i> A full width post<br/>
<i class="fa fa-angle-right"></i> We talk about something nice<br/>
<i class="fa fa-angle-right"></i> Yet another single post<br/>
</p>
</div><!-- /col-lg-3 -->
<!-- NEW PROJECT -->
<div class="col-lg-3">
<h4>New Project</h4>
<a href="#"><img class="img-responsive zoom2" src="assets/img/portfolio/port03.jpg" alt="" /></a>
</div><!-- /col-lg-3 -->
</div><! --/row -->
</div><!-- /container -->
</div><!-- /f -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/retina.js"></script>
</body>
</html>
| op1n/op1n.github.io | faq.html | HTML | mit | 13,765 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- #include file="head.shtml" -->
<meta property="og:url" content="https://www.devspaceconf.com/tickets.html" />
<script type="text/javascript" src="js/tickets.js" defer></script>
</head>
<body>
<!-- #include file="menu.shtml" -->
<section id="Content">
<article>
<h1>A brief message about tickets and COVID-19</h1>
<p>
We plan on having our conference on September 9-10 of this year.
However, as you know, we are still on the tail end of a pandemic.
He are hoping the levels of vaccinated adults will be high enough by early September.
</p>
<p>
To ensure the safely of all our guests, we ask that only fully vaccinated people attend.
We will provide some content free on our Twitch channel.
</p>
<p>
As for the precautions taking place during the event, we will assess the situation as we get closer to the event.
We assure you that we take the safety off all of our guests as a top priority.
</p>
</article>
<article>
<h1>Tickets will be available on EventBrite soon</h1>
<p>
DevSpace uses EventBrite for our tickets and PayPal as our payment processor.
This gives you security you can trust.
</p>
<p>
To access our EventBrite page for 2021, just press the stupidly large button below.
</p>
<input type="button" onclick="window.location.href = 'https://devspace.eventbrite.com/';" value="Get Tickets From EventBrite" />
</article>
<article>
<h1>Ticket Types</h1>
<p>
There is no difference between the various ticket types.
Each ticket will give you admittance to the conference, lunches, snacks, and swag.
If our budget allows, we may also provide breakfast.
You can get more details on that in the FAQ on the EventBrite page.
</p>
<p>
We will soon be offering a limited number of Super Early Bird Tickets.
These tickets are going for the super affordable price of $100.
These will be available until they either sell out or we start announcing some details.
</p>
<p>
Once the Super Early bird tickets are gone, we will start selling Early Bird Tickets.
These tickets are going for the not quite super affordable but still very affordable price of $125.
These will be available until they either sell out or we announce all the details.
</p>
<p>
Once the Early Bird tickets are gone, we will have standard tickets.
They are so standard, I didn't even upper case the word ticket.
These tickets are going for the not quite very affordable but still affordable price of $150.
</p>
<p>
Finally, once we get too close to the event, we will have late tickets.
Late tickets are the same as standard tickets, but cost more.
This is because I have to make projections on ticket sales that may or may not happen in the last 3 weeks.
These tickets are going for the still affordable but annoyingly increased price of $200.
</p>
<p>
There will also be a limited number of Student Tickets.
These tickets are going for the unbelievable price of $25.
The catch is that you have to have a valid .edu email account to get one.
Oh, and the fact that there are only 25 of them.
</p>
</article>
<article>
<h1>Student Tickets</h1>
<p>
Student tickets will be available soon.
To receive an access code for a student ticket, you will enter your email address in a field that will be available below.
We will verify the email address and send you the access code.
Further instructions will be in the email.
</p>
<p style="display: none;">
Student tickets are available.
We're having probems with our automted form this year.
Send an email to <a href="mailto:[email protected]">[email protected]</a>, and we'll get you set up as fast as we can.
</p>
<p style="display: none;">
To receive an access code for a student ticket, enter your email address in the field below.
We will verify the email address and send you the access code.
Further instructions will be in the email.
</p>
<form id="StudentCodeForm" data-bind="submit: GetCode">
<input type="email" data-bind="value: Email" />
<span data-bind="html:showSpinner"><input type="submit" value="Get Student Access Code" /></span>
<p data-bind="text: StatusMessage"></p>
</form>
</article>
</section>
<!-- #include file="leftSidebar.shtml" -->
<!-- #include file="rightSidebar.shtml" -->
</body>
</html>
| freestylecoder/DevSpace | WebsiteAndApi/tickets.html | HTML | mit | 4,634 |
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% if page.title %}{{ page.title | strip_html }} – {% endif %}{{ site.title | strip_html }}</title>
<link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com">
<link rel="dns-prefetch" href="//cdn.mathjax.org">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% if page.meta_description %}{{ page.meta_description | xml_escape }}{% elsif page.summary %}{{ page.summary | xml_escape }}{% else %}{{ site.description | xml_escape }}{% endif %}">
{% if page.meta_robots %}<meta name="robots" content="{{ page.meta_robots }}">
{% else %}<meta name="robots" content="all">{% endif %}
<meta name="author" content="{{ site.author }}">
{% if page.categories %}<meta name="keywords" content="{{ page.categories | join: ', ' }}">{% endif %}
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl }}" />
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ "/css/pixyll.css" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}" type="text/css">
<!-- Fonts -->
{% if site.extended_fonts %}
<link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:900,300&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
{% else %}
<link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'>
{% endif %}
{% if site.show_social_icons or site.show_sharing_icons %}
<link href="//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
{% endif %}
<!-- MathJax -->
{% if site.enable_mathjax %}
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
{% endif %}
<!-- Verifications -->
{% if site.google_verification %}
<meta name="google-site-verification" content="{{ site.google_verification }}" />
{% endif %}
{% if site.bing_verification %}
<meta name="msvalidate.01" content="{{ site.bing_verification }}" />
{% endif %}
<!-- Open Graph -->
<!-- From: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/_includes/head.html -->
<meta property="og:locale" content="{{ site.text.og_locale }}">
<meta property="og:type" content="article">
<meta property="og:title" content="{% if page.title %}{{ page.title | xml_escape }}{% else %}{{ site.title | xml_escape }}{% endif %}">
<meta property="og:description" content="{% if page.description %}{{ page.description | xml_escape }}{% else %}{{ site.description | xml_escape }}{% endif %}">
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
<meta property="og:site_name" content="{{ site.title | xml_escape }}">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
{% if site.twitter_username %}
<meta name="twitter:site" content="@{{ site.twitter_username }}" />
{% endif %}
<meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" />
<meta name="twitter:description" content="{% if page.summary %}{{ page.summary }}{% else %}{{ site.description }}{% endif %}" />
<meta name="twitter:url" content="{{ site.url }}{{ page.url }}" />
<!-- Icons -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
{% if site.google_analytics %}
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
</head>
| galloguille/galloguille.github.io | _includes/head.html | HTML | mit | 5,746 |
{% load staticfiles %}
{% load humanize %}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Joannes Associates | Home</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %}">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<!-- fullCalendar 2.2.5-->
<link rel="stylesheet" href="{% static 'plugins/fullcalendar/fullcalendar.min.css' %}">
<link rel="stylesheet" href="{% static 'plugins/fullcalendar/fullcalendar.print.css' %}" media="print">
<!-- Theme style -->
<link rel="stylesheet" href="{% static 'dist/css/AdminLTE.min.css' %}">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="{% static 'dist/css/skins/_all-skins.min.css' %}">
<!-- iCheck -->
<link rel="stylesheet" href="{% static 'plugins/iCheck/flat/blue.css' %}">
<!-- Morris chart -->
<link rel="stylesheet" href="{% static 'plugins/morris/morris.css' %}">
<!-- jvectormap -->
<link rel="stylesheet" href="{% static 'plugins/jvectormap/jquery-jvectormap-1.2.2.css' %}">
<!-- Date Picker -->
<link rel="stylesheet" href="{% static 'plugins/datepicker/datepicker3.css' %}">
<!-- Daterange picker -->
<link rel="stylesheet" href="{% static 'plugins/daterangepicker/daterangepicker-bs3.css' %}">
<!-- bootstrap wysihtml5 - text editor -->
<link rel="stylesheet" href="{% static 'plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css' %}">
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}">
<!-- 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.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<header class="main-header">
<!-- Logo -->
<a href="/home/" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>J</b>oanness</span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg"><b>J</b>oanness Associates</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle navigation</span>
</a>
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<!-- Messages: style can be found in dropdown.less-->
<li class="dropdown messages-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-envelope-o"></i>
<span class="label label-success">0</span>
</a>
<ul class="dropdown-menu">
<li class="header">messages</li>
<li>
<!-- inner menu: contains the actual data -->
</li>
<li class="footer"><a href="#">See All Messages</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li class="dropdown notifications-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bell-o"></i>
<span class="label label-warning">0</span>
</a>
<ul class="dropdown-menu">
<li class="header">Notifications</li>
<li class="footer"><a href="#">View all</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-angle-down pull-right"></i>
<span class="hidden-xs">{{request.user}}</span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<p>
{{request.user}}
<small>Date Joined: {{ request.user.date_joined }}</small>
</p>
</li>
<!-- Menu Body -->
<li class="user-body">
<div class="row">
<div class="col-xs-4 text-center">
<a href="#">Followers</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Sales</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Friends</a>
</div>
</div>
<!-- /.row -->
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">Profile</a>
</div>
<div class="pull-right">
<a href="/logout/" class="btn btn-default btn-flat">Sign out</a>
</div>
</li>
</ul>
</li>
<!-- Control Sidebar Toggle Button -->
<li>
<a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- Sidebar user panel -->
<!-- search form -->
<form action="#" method="get" class="sidebar-form">
<div class="input-group">
<input type="text" name="q" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
</button>
</span>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu">
<li class="header">MAIN NAVIGATION</li>
<li class="active">
<a href="/manage/">
<i class="fa fa-dashboard"></i> <span>Dashboard</span> <i class="fa pull-right"></i>
</a>
</li>
<li>
<a href="/admin/auth/user/">
<i class="fa fa-settings"></i>
<span>Settings</span>
</a>
</li>
<li>
<a href="/expense/">
<i class="fa fa-th"></i> <span>Expenditures</span>
<small class="label pull-right bg-green">new</small>
</a>
</li>
<li>
<a href="/manage/{{myYear}}/">
<i class="fa fa-user"></i>
<span>Reports</span>
<i class="fa pull-right"></i>
</a>
</li>
<li>
<a href="/expenses/{{myYear}}/">
<i class="fa fa-dollar"></i> <span>Expenses</span>
<small class="label pull-right bg-red">3</small>
</a>
</li>
<li>
<a href="/bank">
<i class="fa fa-database"></i>
<span>Bank</span>
</a>
</li>
<li>
<a href="/add">
<i class="fa fa-database"></i>
<span>Record</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-folder"></i> <span>Extra</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
{% for y in year_list %}
{% for m in y %}
<li><a href="/manage/{{m}}/"><i class="fa fa-circle-o"></i>{{m}}</a></li>
{% endfor %}
{% endfor %}
</ul>
</li>
<li><a href="#"><i class="fa fa-book"></i> <span>Help</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
{% block content %}
<section class="content-header">
<h1>
Dashboard
<small>Control panel</small>
</h1>
<ol class="breadcrumb">
<li><a href="/manage/"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">Dashboard</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<!-- Main row -->
<div class="row">
<!-- Left col -->
<section class="col-lg-7 connectedSortable">
<!-- Custom tabs (Charts with tabs)-->
<div class="nav-tabs-custom">
<!-- Tabs within a box -->
<div class="box">
<div class="box-header">
<h3 class="box-title">{{month_name}} Files and logs </h3>
</div>
<!-- /.box-header -->
<div class="box-body">
<ul class="pagination">
<li class="disabled"><a href="#">«</a></li>
{% for m in months %}
<li><a href="/view/{{m}}">{{m}}</a></li>
{% endfor %}
<li><a href="#">»</a></li>
</ul>
<table id="example1" class="table table-bordered table-striped">
{% if myfields %}
<thead>
<tr>
<th>Date</th>
<th>Client Name</th>
<th>Issuer</th>
<th>Cash In</th>
<th>Balance</th>
</tr>
</thead>
<tbody>
{% for myfield in myfields %}
<tr>
<td>{{ myfield.customername }}</td>
<td>{{ myfield.issuer }}</td>
<td>{{ myfield.amount|intcomma }}</td>
<td>{{ myfield.balance|intcomma }}</td>
<td><a class="btn btn-success" href="/view/{{ myfield.id }}">
View
</a></td>
<td><a class="btn btn-danger" href="/delete/{{ myfield.id }}">
Delete
</a></td>
</tr>
{% endfor %}
{% else %}
<p><font color='green' size='3.5'>No Inflow data available!</font></p>
{% endif %}
</table>
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
</div>
<!-- /.nav-tabs-custom -->
<!-- TO DO List -->
<div class="box box-primary">
<div class="box-header">
<i class="ion ion-clipboard"></i>
<h3 class="box-title">To Do List</h3>
</div>
<!-- /.box-header -->
<div class="box-body">
{% if tasks %}
<ul class="todo-list">
{% for tasks in tasks %}
<li>
<!-- drag handle -->
<span class="handle">
<i class="fa fa-ellipsis-v"></i>
<i class="fa fa-ellipsis-v"></i>
</span>
<!-- checkbox -->
<input type="checkbox" value="">
<!-- todo text -->
<span class="text">{{tasks.task_title}}</span>
<!-- Emphasis label -->
<small class="label label-success"><i class="fa fa-clock-o"></i>
{{tasks.due_date|naturalday}}</small>
<!-- General tools such as edit or delete-->
<div class="tools">
<i class="fa fa-edit"></i>
<i class="fa fa-trash-o"></i>
</div>
</li>
{% endfor %}
</ul>
{% else %}
<p><font color="green" size="3.5">No tasks</font></p>
{% endif %}
</div>
<!-- /.box-body -->
<!--row for add task-->
<div class="row">
<div class="col-md-12">
<div class="box box-solid">
<!-- /.box-header -->
<div class="box-body">
<div class="box-group" id="accordion">
<!-- we are adding the .panel class so bootstrap.js collapse plugin detects it -->
<div class="panel box box-success">
<div class="box-header with-border">
<h4 class="box-title">
<a data-toggle="collapse" class="btn btn-default pull-right" data-parent="#accordion" href="#collapseTwo"><i class="fa fa-plus"></i>
Add item
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="box-body">
<form role="form" action="/tasks/" method="post">
{% csrf_token %}
<div class="form-group">
<label>Task Title</label>
{{tasksform.task_title}}
</div>
<!-- /.form-group -->
<div class="form-group">
<label>Due Date:</label>
<div class="input-group date">
<div class="input-group-addon">
<i class="fa fa-calendar"></i>
</div>
{{tasksform.due_date}}
</div>
<!-- /.input group -->
</div>
<!-- /.form group -->
<div class="form-group">
<label>Details</label>
{{tasksform.task_details}}
</div>
<!-- /.form-group -->
<div class="box-footer">
<button type="submit" class="btn btn-primary pull-right">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</section>
<!-- /.Left col -->
<!-- right col (We are only adding the ID to make the widgets sortable)-->
<section class="col-lg-5 connectedSortable">
<!-- Map box -->
<div class="box box-solid ">
<div class="box-header">
<i class="fa fa-map-marker"></i>
<h3 class="box-title">
Contacts
</h3>
</div>
<div class="box-body">
<table id="contact" class="table table-bordered table-striped">
{% if contacts %}
<thead>
<tr>
<th>First Name</th>
<th>Last Name</th>
<th>Contact</th>
</tr>
</thead>
<tbody>
{% for contacts in contacts %}
<tr>
<td>{{contacts.first_name}}</td>
<td>{{contacts.last_name}}</td>
<td>{{contacts.contact_number}}</td>
</tr>
{% endfor %}
{% else %}
<p><font color='green' size='3.5'>No Contacts available!</font></p>
{% endif %}
</table>
</div>
<!-- /.box-body-->
</div>
<!-- /.box -->
<!-- solid sales graph -->
<div class="box box-solid ">
<div class="box-header">
<i class="fa fa-th"></i>
<h3 class="box-title">Expenses</h3>
</div>
<div class="box-body border-radius-none">
<table id="expense" class="table table-bordered table-striped">
{% if Allexpenses %}
<thead>
<tr>
<th>Date</th>
<th>Item</th>
<th>Amount</th>
</tr>
</thead>
<tbody>
{% for expenses in Allexpenses %}
<tr>
<td>{{expenses.date_spent}}</td>
<td>{{expenses.item_purchased}}</td>
<td>{{expenses.amount_spent|intcomma}}</td>
</tr>
{% endfor %}
{% else %}
<p><font color='green' size='3.5'>No Expenditures!</font></p>
{% endif %}
</table>
</div>
</div>
<!-- /.box -->
</section>
<!-- right col -->
</div>
<!-- /.row (main row) -->
</section>
<!-- /.content -->
{% endblock %}
</div>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 1.1.0
</div>
<strong>Copyright © {% now "Y" %} <a href="/manage">Joanness inc</a>.</strong> All rights
reserved.
</footer>
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
</div>
<!-- ./wrapper -->
<!-- jQuery 2.2.0 -->
<script src="{% static 'plugins/jQuery/jQuery-2.2.0.min.js' %}"></script>
<!-- jQuery UI 1.11.4 -->
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
<script>
$.widget.bridge('uibutton', $.ui.button);
</script>
<!-- Bootstrap 3.3.6 -->
<script src="{% static 'bootstrap/js/bootstrap.min.js' %}"></script>
<script src="{% static 'plugins/select2/select2.full.min.js' %}"></script>
<!-- Morris.js charts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="{% static 'plugins/morris/morris.min.js' %}"></script>
<!-- Sparkline -->
<script src="{% static 'plugins/sparkline/jquery.sparkline.min.js' %}"></script>
<!-- jvectormap -->
<script src="{% static 'plugins/jvectormap/jquery-jvectormap-1.2.2.min.js' %}"></script>
<script src="{% static 'plugins/jvectormap/jquery-jvectormap-world-mill-en.js' %}"></script>
<!-- jQuery Knob Chart -->
<script src="{% static 'plugins/knob/jquery.knob.js' %}"></script>
<!-- Bootstrap WYSIHTML5 -->
<script src="{% static 'plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js' %}"></script>
<!-- daterangepicker -->
<!-- InputMask -->
<script src="{% static 'plugins/input-mask/jquery.inputmask.js' %}"></script>
<script src="{% static 'plugins/input-mask/jquery.inputmask.date.extensions.js' %}"></script>
<script src="{% static 'plugins/input-mask/jquery.inputmask.extensions.js' %}"></script>
<!-- date-range-picker -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment.min.js"></script>
<script src="{% static 'plugins/daterangepicker/daterangepicker.js' %}"></script>
<!-- bootstrap datepicker -->
<script src="{% static 'plugins/datepicker/bootstrap-datepicker.js' %}"></script>
<!-- bootstrap color picker -->
<script src="{% static 'plugins/colorpicker/bootstrap-colorpicker.min.js' %}"></script>
<!-- bootstrap time picker -->
<script src="{% static 'plugins/timepicker/bootstrap-timepicker.min.js' %}"></script>
<!-- DataTables -->
<script src="{% static 'plugins/datatables/jquery.dataTables.min.js' %}"></script>
<script src="{% static 'plugins/datatables/dataTables.bootstrap.min.js' %}"></script>
<!-- SlimScroll 1.3.0 -->
<script src="{% static 'plugins/slimScroll/jquery.slimscroll.min.js' %}"></script>
<!-- iCheck 1.0.1 -->
<script src="{% static 'plugins/iCheck/icheck.min.js' %}"></script>
<!-- FastClick -->
<script src="{% static 'plugins/fastclick/fastclick.js' %}"></script>
<!-- AdminLTE App -->
<script src="{% static 'dist/js/app.min.js' %}"></script>
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
<!--<script src="{% static 'dist/js/pages/dashboard.js' %}"></script>-->
<!-- AdminLTE for demo purposes -->
<script src="{% static 'dist/js/demo.js' %}"></script>
<!-- fullCalendar 2.2.5 -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment.min.js"></script>
<script src="{% static 'plugins/fullcalendar/fullcalendar.min.js' %}"></script>
<!-- Page script -->
<script>
$(function () {
$("#example1").DataTable();
$("#contact").DataTable();
$("#expense").DataTable();
$('#example2').DataTable({
"paging": true,
"lengthChange": false,
"searching": false,
"ordering": true,
"info": true,
"autoWidth": false
});
});
$(function () {
//Initialize Select2 Elements
$(".select2").select2();
//Datemask dd/mm/yyyy
$("#datemask").inputmask("dd/mm/yyyy", {"placeholder": "dd/mm/yyyy"});
//Datemask2 mm/dd/yyyy
$("#datemask2").inputmask("mm/dd/yyyy", {"placeholder": "mm/dd/yyyy"});
//Money Euro
$("[data-mask]").inputmask();
//Date range picker
$('#reservation').daterangepicker();
//Date range picker with time picker
$('#reservationtime').daterangepicker({timePicker: true, timePickerIncrement: 30, format: 'MM/DD/YYYY h:mm A'});
//Date range as a button
$('#daterange-btn').daterangepicker(
{
ranges: {
'Today': [moment(), moment()],
'Yesterday': [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
'Last 7 Days': [moment().subtract(6, 'days'), moment()],
'Last 30 Days': [moment().subtract(29, 'days'), moment()],
'This Month': [moment().startOf('month'), moment().endOf('month')],
'Last Month': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')]
},
startDate: moment().subtract(29, 'days'),
endDate: moment()
},
function (start, end) {
$('#daterange-btn span').html(start.format('MMMM D, YYYY') + ' - ' + end.format('MMMM D, YYYY'));
}
);
//Date picker
$('#datepicker').datepicker({
autoclose: true
});
$('#datepicker2').datepicker({
autoclose: true
});
$('#datepicker3').datepicker({
autoclose: true
});
$('#datepicker4').datepicker({
autoclose: true
});
$('#datepicker5').datepicker({
autoclose: true
});
//iCheck for checkbox and radio inputs
$('input[type="checkbox"].minimal, input[type="radio"].minimal').iCheck({
checkboxClass: 'icheckbox_minimal-blue',
radioClass: 'iradio_minimal-blue'
});
//Red color scheme for iCheck
$('input[type="checkbox"].minimal-red, input[type="radio"].minimal-red').iCheck({
checkboxClass: 'icheckbox_minimal-red',
radioClass: 'iradio_minimal-red'
});
//Flat red color scheme for iCheck
$('input[type="checkbox"].flat-red, input[type="radio"].flat-red').iCheck({
checkboxClass: 'icheckbox_flat-green',
radioClass: 'iradio_flat-green'
});
//Colorpicker
$(".my-colorpicker1").colorpicker();
//color picker with addon
$(".my-colorpicker2").colorpicker();
//Timepicker
$(".timepicker").timepicker({
showInputs: false
});
});
$(function () {
/* initialize the external events
-----------------------------------------------------------------*/
function ini_events(ele) {
ele.each(function () {
// create an Event Object (http://arshaw.com/fullcalendar/docs/event_data/Event_Object/)
// it doesn't need to have a start or end
var eventObject = {
title: $.trim($(this).text()) // use the element's text as the event title
};
// store the Event Object in the DOM element so we can get to it later
$(this).data('eventObject', eventObject);
// make the event draggable using jQuery UI
$(this).draggable({
zIndex: 1070,
revert: true, // will cause the event to go back to its
revertDuration: 0 // original position after the drag
});
});
}
ini_events($('#external-events div.external-event'));
/* initialize the calendar
-----------------------------------------------------------------*/
//Date for the calendar events (dummy data)
var date = new Date();
var d = date.getDate(),
m = date.getMonth(),
y = date.getFullYear();
$('#calendar').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
buttonText: {
today: 'today',
month: 'month',
week: 'week',
day: 'day'
},
//Random default events
events: [
{
title: 'All Day Event',
start: new Date(y, m, 1),
backgroundColor: "#f56954", //red
borderColor: "#f56954" //red
},
{
title: 'Long Event',
start: new Date(y, m, d - 5),
end: new Date(y, m, d - 2),
backgroundColor: "#f39c12", //yellow
borderColor: "#f39c12" //yellow
},
{
title: 'Meeting',
start: new Date(y, m, d, 10, 30),
allDay: false,
backgroundColor: "#0073b7", //Blue
borderColor: "#0073b7" //Blue
},
{
title: 'Lunch',
start: new Date(y, m, d, 12, 0),
end: new Date(y, m, d, 14, 0),
allDay: false,
backgroundColor: "#00c0ef", //Info (aqua)
borderColor: "#00c0ef" //Info (aqua)
},
{
title: 'Birthday Party',
start: new Date(y, m, d + 1, 19, 0),
end: new Date(y, m, d + 1, 22, 30),
allDay: false,
backgroundColor: "#00a65a", //Success (green)
borderColor: "#00a65a" //Success (green)
},
{
title: 'Click for Google',
start: new Date(y, m, 28),
end: new Date(y, m, 29),
url: 'http://google.com/',
backgroundColor: "#3c8dbc", //Primary (light-blue)
borderColor: "#3c8dbc" //Primary (light-blue)
}
],
editable: true,
droppable: true, // this allows things to be dropped onto the calendar !!!
drop: function (date, allDay) { // this function is called when something is dropped
// retrieve the dropped element's stored Event Object
var originalEventObject = $(this).data('eventObject');
// we need to copy it, so that multiple events don't have a reference to the same object
var copiedEventObject = $.extend({}, originalEventObject);
// assign it the date that was reported
copiedEventObject.start = date;
copiedEventObject.allDay = allDay;
copiedEventObject.backgroundColor = $(this).css("background-color");
copiedEventObject.borderColor = $(this).css("border-color");
// render the event on the calendar
// the last `true` argument determines if the event "sticks" (http://arshaw.com/fullcalendar/docs/event_rendering/renderEvent/)
$('#calendar').fullCalendar('renderEvent', copiedEventObject, true);
// is the "remove after drop" checkbox checked?
if ($('#drop-remove').is(':checked')) {
// if so, remove the element from the "Draggable Events" list
$(this).remove();
}
}
});
/* ADDING EVENTS */
var currColor = "#3c8dbc"; //Red by default
//Color chooser button
var colorChooser = $("#color-chooser-btn");
$("#color-chooser > li > a").click(function (e) {
e.preventDefault();
//Save color
currColor = $(this).css("color");
//Add color effect to button
$('#add-new-event').css({"background-color": currColor, "border-color": currColor});
});
$("#add-new-event").click(function (e) {
e.preventDefault();
//Get value and make sure it is not null
var val = $("#new-event").val();
if (val.length == 0) {
return;
}
//Create events
var event = $("<div />");
event.css({"background-color": currColor, "border-color": currColor, "color": "#fff"}).addClass("external-event");
event.html(val);
$('#external-events').prepend(event);
//Add draggable funtionality
ini_events(event);
//Remove event from text input
$("#new-event").val("");
});
});
</script>
</body>
</html> | Ashaba/rms | bmanager/templates/home.html | HTML | mit | 29,406 |
<div class="page-header">
<h3>
<span class="icon icon-spinner2"></span>
<span data-language-text="labels.assetExchange"></span>
</h3>
</div> | Regulus343/Nxs | views/pages/asset-exchange.html | HTML | mit | 146 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr"><head><title>Script Post-Processing</title>
<meta content="text/html; charset=Windows-1252" http-equiv="Content-Type">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<xml></xml>
<link href="MSDN.css" type="text/css" rel="stylesheet"></head><body id="divID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tbody>
<tr id="hdr">
<td class="runninghead">
<p align="left">CS-Script 3.27.0</p>
</td>
<td class="product"> <br>
</td>
</tr>
</tbody>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1" align="left">Script Post-Processing</h1>
</div>
</div>
<br>
<div id="nstext"><font face="Arial" size="2"><span><span style="font-weight: bold;"></span></span></font>Sometimes
it is desirable to do certain manipulations with the compiled
script assembly just after it has been compiled but before it is
executed. CS-Script allows such manipulations by allowing the user to
specifying the external <span style="font-style: italic;">Post-Processor</span>
assembly, which is capable of conducting such manipulations. Such
assembly must have very specific interface and it can be specified in
the <a href="Config.html">Configuration Console</a>. <br><br>The interface of <span style="font-style: italic;">Post-Processor </span>assembly is quite simple. The following code snippet demonstrates the an example of simple <span style="font-style: italic;">Post-Processor</span> implementation:<br><br>
<span style="font-style: italic;"></span><br>
<table style="text-align: left; width: 618px; height: 268px;" border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="white-space: nowrap; background-color: rgb(255, 255, 204);"><font face="Courier New" size="2"><font color="#008000" size="2"></font></font><span style="color: blue; font-family: monospace;">public</span><span style="font-family: monospace;"> </span><span style="color: blue; font-family: monospace;">class</span><span style="font-family: monospace;"> </span><span style="color: rgb(43, 145, 175); font-family: monospace;">CSSPostProcessor</span>
<p style="margin: 0px; font-family: monospace;">{</p>
<p style="margin: 0px; font-family: monospace;"> <span style="color: gray;">///</span><span style="color: green;"> </span><span style="color: gray;"><summary></span></p>
<p style="margin: 0px; font-family: monospace;"> <span style="color: gray;">///</span><span style="color: green;"> Processes the specified script assembly before its execution.</span></p>
<p style="margin: 0px; font-family: monospace;"> <span style="color: gray;">///</span><span style="color: green;"> </span><span style="color: gray;"></summary></span></p>
<p style="margin: 0px; font-family: monospace;"> <span style="color: gray;">///</span><span style="color: green;"> </span><span style="color: gray;"><param name="assemblyPath"></span><span style="color: green;"> <br>
</span></p>
<p style="margin: 0px; font-family: monospace;"><span style="color: green;"> </span><span style="color: gray;">/// </span><span style="color: green;">The compiled script assembly to</span><span style="color: green;"> </span><span style="color: gray;"></span><span style="color: green;">be processed.</span><span style="color: gray;"></param></span></p>
<p style="margin: 0px; font-family: monospace;"> <span style="color: gray;">///</span><span style="color: green;"> </span><span style="color: gray;"><param name="refAssemblies"></span><span style="color: green;"> <br>
</span></p>
<p style="margin: 0px; font-family: monospace;"><span style="color: green;"> </span><span style="color: gray;">///</span><span style="color: green;"> The assemblies referenced by </span><span style="color: gray;"></span><span style="color: green;">the script.</span><span style="color: gray;"></param></span></p>
<p style="margin: 0px; font-family: monospace;"> <span style="color: gray;">///</span><span style="color: green;"> </span><span style="color: gray;"><param name="probingDirs"></span><span style="color: green;">The assembly probing directories.</span><span style="color: gray;"></param></span></p>
<p style="margin: 0px; font-family: monospace;"> <span style="color: blue;">public</span> <span style="color: blue;">static</span> <span style="color: blue;">void</span> <span style="color: rgb(1, 0, 1);">Process</span>(<span style="color: blue;">string</span> <span style="color: rgb(1, 0, 1);">assemblyPath</span>, <span style="color: blue;">string</span>[] <span style="color: rgb(1, 0, 1);">refAssemblies</span>,</p>
<p style="margin: 0px; font-family: monospace;">
<span style="color: blue;">string</span>[] <span style="color: rgb(1, 0, 1);">probingDirs</span>)</p>
<p style="margin: 0px; font-family: monospace;"> {</p>
<p style="margin: 0px; font-family: monospace;"> <span style="color: green;">//process (modify) the assembly at the assemblyPath</span> </p><p style="margin: 0px; font-family: monospace;"> }</p><p style="margin: 0px;"><span style="font-family: monospace;">}</span></p></td></tr></tbody></table><br>The
Process method is called by the CS-Script engine when the script being
executed is compiled into assembly and is about to be loaded and
invoked. The name of the assembly file is irrelevant<br> <br>The possible applications of the script assembly <span style="font-style: italic;">Post-Processing</span> is obfuscation or aspect injection. Thus starting from v2.6 CS-Script comes <span style="font-style: italic;">Lib/CSSPostSharp.dll</span> assembly for injecting <a href="http://www.postsharp.org/">PostSharp</a> aspects. The example can be found in Samples\PostSharp directory (read<span style="font-style: italic;"> readme.txt</span> file for the details).<br><br>The
following is the example of injecting PostSharp aspect for logging all
method invocations of the types defined in System.Threading namespace<br><br><table style="text-align: left; width: 615px; height: 598px; font-family: monospace;" border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="background-color: rgb(255, 255, 204); white-space: nowrap;"><p><small><span style="color: green;"><big>//css_ref PostSharp.Public.dll;</big></span></small><big>
<br></big><span style="color: green;">//css_ref PostSharp.Laos.dll;</span><big>
<br></big><span style="color: blue;">using</span> <span style="color: rgb(1, 0, 1);">System</span>;<big>
<br></big><span style="color: blue;">using</span> <span style="color: rgb(1, 0, 1);">PostSharp</span>.<span style="color: rgb(1, 0, 1);">Laos</span>;<big>
<br></big><span style="color: blue;">using</span> <span style="color: rgb(1, 0, 1);">System</span>.<span style="color: rgb(1, 0, 1);">Threading</span>;<big>
<br></big> <big>
<br></big>[<span style="color: blue;">assembly</span>: <span style="color: rgb(1, 0, 1);">PostSharp</span>.<span style="color: rgb(1, 0, 1);">Laos</span>.<span style="color: rgb(1, 0, 1);">Test</span>.<span style="color: rgb(1, 0, 1);">MyOnMethodInvocationAspect</span>(<big>
<br></big> <span style="color: rgb(1, 0, 1);">AttributeTargetAssemblies</span> = <span style="color: rgb(163, 21, 21);">"mscorlib"</span>, <big><br></big> <span style="color: rgb(1, 0, 1);">AttributeTargetTypes</span> = <span style="color: rgb(163, 21, 21);">"System.Threading.*"</span>)]<big>
<br></big> <big>
<br></big><span style="color: blue;">namespace</span> <span style="color: rgb(1, 0, 1);">PostSharp</span>.<span style="color: rgb(1, 0, 1);">Laos</span>.<span style="color: rgb(1, 0, 1);">Test</span><big>
<br></big>{<big>
<br></big> <span style="color: blue;">class</span> <span style="color: rgb(43, 145, 175);">Program</span><big>
<br></big> {<big>
<br></big> <span style="color: blue;">static</span> <span style="color: blue;">void</span> <span style="color: rgb(1, 0, 1);">Main</span>(<span style="color: blue;">string</span>[] <span style="color: rgb(1, 0, 1);">args</span>)<big>
<br></big> {<big>
<br></big> <span style="color: rgb(43, 145, 175);">Console</span>.<span style="color: rgb(1, 0, 1);">WriteLine</span>(<span style="color: rgb(163, 21, 21);">"Main is executed"</span>);<big>
<br></big> <span style="color: rgb(43, 145, 175);">Thread</span>.<span style="color: rgb(1, 0, 1);">Sleep</span>(1000);<big>
<br></big> <span style="color: rgb(43, 145, 175);">Console</span>.<span style="color: rgb(1, 0, 1);">ReadLine</span>();<big>
<br></big> }<big>
<br></big> }<big>
<br></big><big><br></big> [<span style="color: rgb(43, 145, 175);">Serializable</span>]<big>
<br></big> <span style="color: blue;">public</span> <span style="color: blue;">class</span> <span style="color: rgb(43, 145, 175);">MyOnMethodInvocationAspect</span> : <span style="color: rgb(1, 0, 1);">OnMethodInvocationAspect</span><big>
<br></big> {<big>
<br></big> <span style="color: blue;">public</span> <span style="color: blue;">override</span> <span style="color: blue;">void</span> <span style="color: rgb(1, 0, 1);">OnInvocation</span>(<span style="color: rgb(1, 0, 1);">MethodInvocationEventArgs</span> <span style="color: rgb(1, 0, 1);">context</span>)<big>
<br></big> {<big>
<br></big> <span style="color: rgb(43, 145, 175);">Console</span>.<span style="color: rgb(1, 0, 1);">WriteLine</span>(<span style="color: rgb(163, 21, 21);">"Calling {0}"</span>, <span style="color: rgb(1, 0, 1);">context</span>.<span style="color: rgb(1, 0, 1);">Delegate</span>.<span style="color: rgb(1, 0, 1);">Method</span>);<big>
<br></big> <span style="color: rgb(1, 0, 1);">context</span>.<span style="color: rgb(1, 0, 1);">Proceed</span>();<big>
<br></big> }<big>
<br></big> }<big>
<br></big>}</p>
</td></tr></tbody></table><br>
<a href="ws.html"><span style="text-decoration: underline;">
</span></a></div>
</body></html> | oleg-shilo/cs-script | docs/help-legacy/scriptPostProcessing.html | HTML | mit | 11,081 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Simeon Velichkov (simov)" />
<meta name="copyright" content="Simeon Velichkov (simov)" />
<meta name="robots" content="follow,index" />
<meta name="title" content="Express Admin - MySql, MariaDB, SQLite and PostgreSQL database admin for NodeJS built with Express and Bootstrap" />
<meta name="keywords" content="express admin, express, mysql, mariadb, sqlite, postgresql, pg, admin, node, nodejs, expressjs, bootstrap" lang="en-us" />
<meta name="description" content="Express Admin - MySql, MariaDB, SQLite and PostgreSQL database admin for NodeJS built with Express and Bootstrap" />
<title>Express Admin</title>
<link href="../github-wiki/css/github-markdown.css" media="all" rel="stylesheet" type="text/css" />
<link href="../github-wiki/css/markdown-viewer.css" media="all" rel="stylesheet" type="text/css" />
<link href="../github-wiki/css/github-wiki.css" media="all" rel="stylesheet" type="text/css" />
<link href="../css/style.css" media="all" rel="stylesheet" type="text/css" />
<script src="../github-wiki/js/jquery-1.9.1.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../github-wiki/js/scrollpsy.js" type="text/javascript" charset="utf-8"></script>
<script src="../github-wiki/js/github-wiki.js" type="text/javascript" charset="utf-8"></script>
<script src="../js/events.js" type="text/javascript" charset="utf-8"></script>
<link rel="shortcut icon" href="../css/favicon.ico" />
</head>
<body>
<div class="markdown-body">
<h2>
<a id="relationships" class="anchor" href="#relationships" aria-hidden="true"><span class="octicon octicon-link"></span></a>Relationships</h2>
<h3>
<a id="many-to-one" class="anchor" href="#many-to-one" aria-hidden="true"><span class="octicon octicon-link"></span></a>Many to One</h3>
<p><a href="images/many-to-one.png" target="_blank"><img src="images/many-to-one.png" alt="Many to One" style="max-width:100%;"></a></p>
<ol>
<li>Inside the <code>settings.json</code> file, find the table you are looking for</li>
<li>Inside that table's <code>editview</code> key add a <code>manyToOne</code> key</li>
</ol>
<div class="highlight highlight-js"><pre><span class="pl-s1"><span class="pl-pds">"</span>manyToOne<span class="pl-pds">"</span></span><span class="pl-k">:</span> {
<span class="pl-s1"><span class="pl-pds">"</span>repair<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-s1"><span class="pl-pds">"</span>car_id<span class="pl-pds">"</span></span>,
<span class="pl-s1"><span class="pl-pds">"</span>driver<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-s1"><span class="pl-pds">"</span>car_id<span class="pl-pds">"</span></span>
}</pre></div>
<ul>
<li>
<strong>manyToOne</strong> - contains information about the tables that are referencing this one
<ul>
<li>
<strong>table:fk</strong> - list of key-value pairs where the <code>key</code> is the name of the table that is referencing this one, and the <code>value</code> is its foreign key<br>
(<code>value</code> can be array as well, see <a href="#compound-one-to-one">compound primary key</a> documentation)</li>
</ul>
</li>
</ul>
<nav id="gw-nav" class="repository-sidebar">
<ul>
<li><a href="about.html">Express Admin</a></li>
<li><a href="install.html">Install</a></li>
<li><a href="config.html">Configuration</a>
<ul>
<li><a href="config.html">config.json</a></li>
<li><a href="settings.html">settings.json</a></li>
<li><a href="custom.html">custom.json</a></li>
</ul>
</li>
<li><a href="one-to-many.html">Relationships</a>
<ul>
<li><a href="one-to-many.html">one to many</a></li>
<li><a href="many-to-many.html">many to many</a></li>
<li><a href="many-to-one.html">many to one</a></li>
<li><a href="one-to-one.html">one to one</a></li>
</ul>
</li>
<li><a href="compound.html">Compound PK</a></li>
<li><a href="ckeditor.html">Editors</a>
<ul>
<li><a href="ckeditor.html">ckeditor</a></li>
<li><a href="tinymce.html">tinymce</a></li>
<li><a href="multiple.html">multiple</a></li>
</ul>
</li>
<li><a href="views.html">Custom</a>
<ul>
<li><a href="views.html">Views (Apps)</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="embedding.html">Embedding</a></li>
</ul>
</li>
<li><a href="themes.html">Themes</a></li>
<li><a href="shell.html">Tools</a>
<ul>
<li><a href="shell.html">shell</a></li>
<li><a href="nginx.html">nginx</a></li>
<li><a href="apache.html">apache</a></li>
</ul>
</li>
</ul>
</nav>
<a href="https://github.com/simov/express-admin" id="code" target="_blank">view on GitHub</a>
</div>
</body>
</html> | simov/express-admin-site | html/many-to-one.html | HTML | mit | 5,425 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>ActionController::TestCase::Behavior::ClassMethods</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.2.1</span><br />
<h1>
<span class="type">Module</span>
ActionController::TestCase::Behavior::ClassMethods
</h1>
<ul class="files">
<li><a href="../../../../files/__/__/__/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_1/lib/action_controller/test_case_rb.html">/Users/Bonobo/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_controller/test_case.rb</a></li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- Method ref -->
<div class="sectiontitle">Methods</div>
<dl class="methods">
<dt>C</dt>
<dd>
<ul>
<li>
<a href="#method-i-controller_class">controller_class</a>,
</li>
<li>
<a href="#method-i-controller_class-3D">controller_class=</a>
</li>
</ul>
</dd>
<dt>D</dt>
<dd>
<ul>
<li>
<a href="#method-i-determine_default_controller_class">determine_default_controller_class</a>
</li>
</ul>
</dd>
<dt>T</dt>
<dd>
<ul>
<li>
<a href="#method-i-tests">tests</a>
</li>
</ul>
</dd>
</dl>
<!-- Methods -->
<div class="sectiontitle">Instance Public methods</div>
<div class="method">
<div class="title method-title" id="method-i-controller_class">
<b>controller_class</b>()
<a href="../../../../classes/ActionController/TestCase/Behavior/ClassMethods.html#method-i-controller_class" name="method-i-controller_class" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-controller_class_source')" id="l_method-i-controller_class_source">show</a>
</p>
<div id="method-i-controller_class_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_controller/test_case.rb, line 478</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">controller_class</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">current_controller_class</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">_controller_class</span>
<span class="ruby-identifier">current_controller_class</span>
<span class="ruby-keyword">else</span>
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">controller_class</span> = <span class="ruby-identifier">determine_default_controller_class</span>(<span class="ruby-identifier">name</span>)
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-controller_class-3D">
<b>controller_class=</b>(new_class)
<a href="../../../../classes/ActionController/TestCase/Behavior/ClassMethods.html#method-i-controller_class-3D" name="method-i-controller_class-3D" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-controller_class-3D_source')" id="l_method-i-controller_class-3D_source">show</a>
</p>
<div id="method-i-controller_class-3D_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_controller/test_case.rb, line 474</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">controller_class=</span>(<span class="ruby-identifier">new_class</span>)
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">_controller_class</span> = <span class="ruby-identifier">new_class</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-determine_default_controller_class">
<b>determine_default_controller_class</b>(name)
<a href="../../../../classes/ActionController/TestCase/Behavior/ClassMethods.html#method-i-determine_default_controller_class" name="method-i-determine_default_controller_class" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-determine_default_controller_class_source')" id="l_method-i-determine_default_controller_class_source">show</a>
</p>
<div id="method-i-determine_default_controller_class_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_controller/test_case.rb, line 486</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">determine_default_controller_class</span>(<span class="ruby-identifier">name</span>)
<span class="ruby-identifier">determine_constant_from_test_name</span>(<span class="ruby-identifier">name</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">constant</span><span class="ruby-operator">|</span>
<span class="ruby-constant">Class</span> <span class="ruby-operator">===</span> <span class="ruby-identifier">constant</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">constant</span> <span class="ruby-operator"><</span> <span class="ruby-constant">ActionController</span><span class="ruby-operator">::</span><span class="ruby-constant">Metal</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-tests">
<b>tests</b>(controller_class)
<a href="../../../../classes/ActionController/TestCase/Behavior/ClassMethods.html#method-i-tests" name="method-i-tests" class="permalink">Link</a>
</div>
<div class="description">
<p>Sets the controller class name. Useful if the name can't be inferred
from test class. Normalizes <code>controller_class</code> before using.</p>
<pre><code>tests WidgetController
tests :widget
tests 'widget'
</code></pre>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-tests_source')" id="l_method-i-tests_source">show</a>
</p>
<div id="method-i-tests_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../../../../.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_controller/test_case.rb, line 463</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tests</span>(<span class="ruby-identifier">controller_class</span>)
<span class="ruby-keyword">case</span> <span class="ruby-identifier">controller_class</span>
<span class="ruby-keyword">when</span> <span class="ruby-constant">String</span>, <span class="ruby-constant">Symbol</span>
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">controller_class</span> = <span class="ruby-node">"#{controller_class.to_s.camelize}Controller"</span>.<span class="ruby-identifier">constantize</span>
<span class="ruby-keyword">when</span> <span class="ruby-constant">Class</span>
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">controller_class</span> = <span class="ruby-identifier">controller_class</span>
<span class="ruby-keyword">else</span>
<span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-string">"controller class must be a String, Symbol, or Class"</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</div>
</div>
</body>
</html> | TomMulvaney/AudioFlow | doc/api/classes/ActionController/TestCase/Behavior/ClassMethods.html | HTML | mit | 10,886 |
<!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>V8 API Reference Guide for node.js v7.10.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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v7.10.0
</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><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_1Message.html">Message</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::Message Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1Message.html">v8::Message</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Get</b>() const (defined in <a class="el" href="classv8_1_1Message.html">v8::Message</a>)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetEndColumn</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Message.html">v8::Message</a>)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Message.html#a50cbec87379e628b1647466926882037">GetEndPosition</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetLineNumber</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Message.html">v8::Message</a>)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Message.html#ae0fc442f44bd2b600c4d89a50cf3abd9">GetScriptOrigin</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Message.html#a66200e721dc4aa00568099ba67e9143a">GetScriptResourceName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetSourceLine</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Message.html">v8::Message</a>)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Message.html#a42738680a1f28c495010a76b73373445">GetStackTrace</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetStartColumn</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Message.html">v8::Message</a>)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Message.html#a31a550a1d3d09a2d72d0742be821956f">GetStartPosition</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IsOpaque</b>() const (defined in <a class="el" href="classv8_1_1Message.html">v8::Message</a>)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Message.html#a03228f50c40c45da52f424bdd64598d1">IsSharedCrossOrigin</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kNoColumnInfo</b> (defined in <a class="el" href="classv8_1_1Message.html">v8::Message</a>)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>kNoLineNumberInfo</b> (defined in <a class="el" href="classv8_1_1Message.html">v8::Message</a>)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kNoScriptIdInfo</b> (defined in <a class="el" href="classv8_1_1Message.html">v8::Message</a>)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>PrintCurrentStackTrace</b>(Isolate *isolate, FILE *out) (defined in <a class="el" href="classv8_1_1Message.html">v8::Message</a>)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< String > GetSourceLine() const) (defined in <a class="el" href="classv8_1_1Message.html">v8::Message</a>)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Message.html#a0a6855ef9eda008aa0f06f8cdf2a41e4">V8_DEPRECATE_SOON</a>("Use maybe version", int GetLineNumber() const)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Message.html#a4715c868bd87bbc65a74c8aca27ec692">V8_DEPRECATE_SOON</a>("Use maybe version", int GetStartColumn() const)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Message.html#a411046bd092195ddc21525c0e68ee424">V8_DEPRECATED</a>("Use maybe version", int GetEndColumn() const)</td><td class="entry"><a class="el" href="classv8_1_1Message.html">v8::Message</a></td><td class="entry"></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.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | e77f1e2/html/classv8_1_1Message-members.html | HTML | mit | 10,095 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/favicon.ico" />
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/iosicon.png" />
<!-- DEVELOPMENT LESS -->
<!-- <link rel="stylesheet/less" href="css/photon.less" media="all" />
<link rel="stylesheet/less" href="css/photon-responsive.less" media="all" />
--> <!-- PRODUCTION CSS -->
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/images/photon/[email protected]" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="jquery.dataTables.min.js.html#">Sign Up »</a>
<a href="jquery.dataTables.min.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="jquery.dataTables.min.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.dataTables.min.js.html | HTML | mit | 17,068 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/favicon.ico"/>
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/iosicon.png"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/images/photon/[email protected]" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="jquery.jstree.js.html#">Sign Up »</a>
<a href="jquery.jstree.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="jquery.jstree.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/jquery.jstree.js.html | HTML | mit | 14,938 |
<div class="commune_descr limited">
<p>
Montussan est
une ville localisée dans le département de Gironde en Aquitaine. Elle comptait 2 577 habitants en 2008.</p>
<p>La commune offre quelques équipements sportifs, elle dispose, entre autres, de un terrain de tennis, un terrain de sport et un équipement de roller/skate.</p>
<p>À proximité de Montussan sont positionnées géographiquement les communes de
<a href="{{VLROOT}}/immobilier/salleboeuf_33496/">Salleboeuf</a> localisée à 5 km, 1 980 habitants,
<a href="{{VLROOT}}/immobilier/tresses_33535/">Tresses</a> située à 4 km, 3 886 habitants,
<a href="{{VLROOT}}/immobilier/yvrac_33554/">Yvrac</a> située à 2 km, 2 312 habitants,
<a href="{{VLROOT}}/immobilier/ambares-et-lagrave_33003/">Ambarès-et-Lagrave</a> à 6 km, 12 706 habitants,
<a href="{{VLROOT}}/immobilier/saint-loubes_33433/">Saint-Loubès</a> localisée à 3 km, 7 639 habitants,
<a href="{{VLROOT}}/immobilier/bonnetan_33061/">Bonnetan</a> située à 6 km, 810 habitants,
entre autres. De plus, Montussan est située à seulement douze km de <a href="{{VLROOT}}/immobilier/bordeaux_33063/">Bordeaux</a>.</p>
<p>Le nombre d'habitations, à Montussan, se décomposait en 2011 en 40 appartements et 1 085 maisons soit
un marché plutôt équilibré.</p>
<p>À Montussan le salaire moyen mensuel par personne se situe à approximativement 2 163 € net. Ceci est au dessus de la moyenne nationale.</p>
<p>À Montussan, le prix moyen à la vente d'un appartement se situe à 2 813 € du m² en vente. Le prix moyen d'une maison à l'achat se situe à 2 374 € du m². À la location la valorisation moyenne se situe à 12,02 € du m² mensuel.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/33293.html | HTML | mit | 1,794 |
<!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 / extra-dev</a></li>
<li class="active"><a href="">8.10.0 / 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("2020-08-24 06:00:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-24 06:00:58 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-m4 1 Virtual package relying on m4
coq 8.10.0 Formal proof management system
num 1.3 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.8.1 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.10.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0).
The following dependencies couldn't be met:
- coq-free-groups -> 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-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.06.1-2.0.5/extra-dev/8.10.0/free-groups/8.9.0.html | HTML | mit | 6,944 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<A href="W31050.pdfs.html#outline" target="contents">Outline</a><br><A href="W31050.pdfs.html#1" target="contents" >Page 1</a><br>
<A href="W31050.pdfs.html#2" target="contents" >Page 2</a><br>
<A href="W31050.pdfs.html#3" target="contents" >Page 3</a><br>
<A href="W31050.pdfs.html#4" target="contents" >Page 4</a><br>
<A href="W31050.pdfs.html#5" target="contents" >Page 5</a><br>
<A href="W31050.pdfs.html#6" target="contents" >Page 6</a><br>
<A href="W31050.pdfs.html#7" target="contents" >Page 7</a><br>
<A href="W31050.pdfs.html#8" target="contents" >Page 8</a><br>
<A href="W31050.pdfs.html#9" target="contents" >Page 9</a><br>
<A href="W31050.pdfs.html#10" target="contents" >Page 10</a><br>
<A href="W31050.pdfs.html#11" target="contents" >Page 11</a><br>
<A href="W31050.pdfs.html#12" target="contents" >Page 12</a><br>
<A href="W31050.pdfs.html#13" target="contents" >Page 13</a><br>
<A href="W31050.pdfs.html#14" target="contents" >Page 14</a><br>
<A href="W31050.pdfs.html#15" target="contents" >Page 15</a><br>
<A href="W31050.pdfs.html#16" target="contents" >Page 16</a><br>
<A href="W31050.pdfs.html#17" target="contents" >Page 17</a><br>
<A href="W31050.pdfs.html#18" target="contents" >Page 18</a><br>
<A href="W31050.pdfs.html#19" target="contents" >Page 19</a><br>
<A href="W31050.pdfs.html#20" target="contents" >Page 20</a><br>
<A href="W31050.pdfs.html#21" target="contents" >Page 21</a><br>
<A href="W31050.pdfs.html#22" target="contents" >Page 22</a><br>
<A href="W31050.pdfs.html#23" target="contents" >Page 23</a><br>
<A href="W31050.pdfs.html#24" target="contents" >Page 24</a><br>
<A href="W31050.pdfs.html#25" target="contents" >Page 25</a><br>
<A href="W31050.pdfs.html#26" target="contents" >Page 26</a><br>
<A href="W31050.pdfs.html#27" target="contents" >Page 27</a><br>
<A href="W31050.pdfs.html#28" target="contents" >Page 28</a><br>
<A href="W31050.pdfs.html#29" target="contents" >Page 29</a><br>
<A href="W31050.pdfs.html#30" target="contents" >Page 30</a><br>
<A href="W31050.pdfs.html#31" target="contents" >Page 31</a><br>
<A href="W31050.pdfs.html#32" target="contents" >Page 32</a><br>
<A href="W31050.pdfs.html#33" target="contents" >Page 33</a><br>
<A href="W31050.pdfs.html#34" target="contents" >Page 34</a><br>
<A href="W31050.pdfs.html#35" target="contents" >Page 35</a><br>
<A href="W31050.pdfs.html#36" target="contents" >Page 36</a><br>
<A href="W31050.pdfs.html#37" target="contents" >Page 37</a><br>
<A href="W31050.pdfs.html#38" target="contents" >Page 38</a><br>
<A href="W31050.pdfs.html#39" target="contents" >Page 39</a><br>
<A href="W31050.pdfs.html#40" target="contents" >Page 40</a><br>
<A href="W31050.pdfs.html#41" target="contents" >Page 41</a><br>
<A href="W31050.pdfs.html#42" target="contents" >Page 42</a><br>
</BODY>
</HTML>
| datamade/elpc_bakken | html/pdf/W31050.pdf_ind.html | HTML | mit | 2,904 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org" xmlns="http://www.w3.org/1999/xhtml">
<body>
<wicket:panel>
<table class="table table-hover" wicket:id="musicTable">
<thead>
<tr>
<th>Music</th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr wicket:id="music">
<td>
<a href="#" wicket:id="detail">
<wicket:container wicket:id="detailText"/>
</a>
</td>
<td><a href="#" wicket:id="songs">Songs</a></td>
<td><a href="#" wicket:id="moveUp">Move up</a></td>
<td><a href="#" wicket:id="moveDown">Move down</a></td>
<td><a href="#" wicket:id="duplicate">Duplicate</a></td>
<td><a href="#" wicket:id="edit">Edit</a></td>
<td><a href="#" wicket:id="remove">Remove</a></td>
</tr>
</tbody>
</table>
<div wicket:id="noMusic">No records.</div>
<table class="table">
<thead>
<tr>
<th>Count of music</th>
<th>Count of media</th>
<th>Count of songs</th>
<th>Total length</th>
</tr>
</thead>
<tbody>
<tr>
<td wicket:id="count"></td>
<td wicket:id="mediaCount"></td>
<td wicket:id="songsCount"></td>
<td wicket:id="totalLength"></td>
</tr>
</tbody>
</table>
</wicket:panel>
</body>
</html>
| vhromada/Catalog-Wicket | src/main/resources/cz/vhromada/catalog/web/music/panel/MusicListPanel.html | HTML | mit | 2,175 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./b61fd6eee6bf04bd75022aaf9c2a61d0e8da4b0822081807f1dfbf41fee8e297.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/779e1fc7cc54b94140ea682035eda19ef4ed60089d1d350bc62c11c75449a3db.html | HTML | mit | 550 |
<HTML><HEAD>
<TITLE>Review for Charlie's Angels (2000)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0160127">Charlie's Angels (2000)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Berge+Garabedian">Berge Garabedian</A></H3><HR WIDTH="40%" SIZE="4">
<PRE>CHARLIE'S ANGELS
RATING: 8/10 --> Great movie</PRE>
<P>For more reviews and movie screensavers, visit <A HREF="http://www.joblo.com/">http://www.joblo.com/</A></P>
<P>A first time movie director. Nasty rumors of infighting on the set. No
original "Angels" making cameos in the film. What were we to expect? A
disaster, to be sure. A mini-WATERWORLD, if anything. A film that we could
look back at the end of the year and say, "Boy, we saw that dirtball coming
down the aisle months ago, didn't we?" and pat ourselves on the back. But
color me surprised, impressed and above all, entertained...as the angels,
charlie and everyone else involved in this production somehow managed to
take whatever nasty rumors surrounded the film and turn them all into a
harmless hour and a half of fun, fun and another little thing called fun!
Women superheroes? You bet!</P>
<P>PLOT:
Oh, it's that same ol' story. Three smart, tough, sexy women prone to
kickin' ass and solving McGyver-type problems are given yet another
dangerous assignment from their boss, a multimillionaire gentleman whom
they've never met, and proceed to solve problems, kick ass and juggle bad
guys through umpteenth costume changes. Fun is had by all.</P>
<P>CRITIQUE:
A friggin' blast! This movie is a campy, kitshy, funny, action-packed,
bubblegum romp in the sand with three beautiful, sexy, smart women all
playing like they know they're in on one of the funnest movies of the year!
Kick arse soundtrack. Ultra-slick directing. Fun cameos. Cool dance
sequences. Awesome stunts. A cutesy story that doesn't amount to anything
more than a cartoon playing out like a comic book, but you know it's all
good because you're sittin' in your seat, chewing on that popcorn, letting
that butter drip down the side of your mouth and into the pile of cheese
topping off your nachos, and the film just gives you more cheese and more
fun and more kickin' arse, and you eventually realize that the film is just
a heapin' helping of movie fun and if you ain't on their side, then you
ain't in on one of the funkiest rides of the year. Slap Crispen Glover in
there as the ultra-sleek bad guy smokin' like a bad guy should. Sam
Rockwell, confirming his abilities as a solid quirky character actor, and
even Matt LeBlanc, walking around with his tongue firmly planted in his
cheek and getting jiggy with everything that boogies in this movie, and God
knows...it all boogies! Phew.</P>
<P>But honestly, folks, if you're looking for a quick, easy, fun ride for the
evening...something to take your mind of that darn boss back at the
workplace, or that better half of yours who just keeps nagging you about
this and that, grind your gears into neutral, sit back, relax and have
yourself a nice, cool tall one on the Angels and McG. It's been a while
since I've seen a movie have so much fun with itself, but this one is ripe
for the season. It takes girl power, tosses in some Jimmy Bond, a little
Mission Impossible spy mumbo-jumbo, three hot babes kickin' Matrix-type
arse, a rockin' soundtrack, cool cars, a cold-cocking start, some fun credit
outtakes, inside jokes left and right, and makes it all feel sooooo good.
And the girls honestly seem to be having a great time here. Lucy Liu, rock
solid as the most well-rounded angel of them all, smart as a whip, sexy as a
vamp and tough as nails. Diaz, cute as a button, reminding everyone why we
all fell in love with her in THE MASK, and Drew Barrymore, one girl who
should be doubly commended for taking part in the production side of this
fluffy gem as well. One small disappointment was the lack of Bill Murray's
classic scene stealing moments, but surely something to look forward to in
CA2. I've probably over-sold this movie by now, but to be honest, I had a
great time. I guess it's just been a while since I've seen something that
offered such unadulterated enjoyment...and cleavage :)</P>
<P>But if you expect to take this movie seriously, stop right now and don't
bother seeing it. This film is not made for you. It's made for people who
are looking for a punch-across-the-face kinda time, mixed in with a quick
Tequila pick-me-up and a nice, thick, gooey wad o' cheese. If you're that
person, stand in line right now, ask for one ticket for the Angels, and
prepare yourself to be taken through the fun side of the world of make
believe. The Angels...they are deliverin'!</P>
<P>Little Known Facts about this film and its stars:
One of the cuter in-jokes in this film comes by the way of an E.T. poster
slapped against the wall of a playroom in which two young boys meet Drew
Barrymore's character. Of course, Drew will probably always be best
remembered for her part of Gertie in that film.
If you don't recognize actor Sam Rockwell from his previous roles, allow me
to remind you. He plays the nerdy millionaire geek in this film. And last
year, he played the alternate member of the GALAXY QUEST crew (the guy who
always thought he was doomed) and maniac mouse-killer jailbird "Wild Bill"
in THE GREEN MILE.
On top of acting in and producing this film, Drew Barrymore also managed to
slip both her current (Tom Green) and ex-boyfriend (Luke Wilson) into the
activities. Both men have cameo roles.
There were three writers credited with the screenplay of this movie: Ryan
Rowe, Ed Solomon and John August. The latter gentleman is also the man
behind the screenplay for GO.
Director McG's full name is Joseph McGinty Mitchell.</P>
<PRE>Review Date: October 30, 2000
Director: McG
Writers: Ryan Rowe, Ed Solomon, John August
Producers: Drew Barrymore, Leonard Goldberg, Nancy Juvonen
Actors: Cameron Diaz as Natalie
Drew Barrymore as Dylan
Lucy Liu as Alex
Bill Murray as Bosley
Genre: Action
Year of Release: 2000
------------------------------------
JoBlo's Movie Emporium
<A HREF="http://www.joblo.com/">http://www.joblo.com/</A>
------------------------------------
(c) 2000 Berge Garabedian</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/26693.html | HTML | mit | 7,196 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<title>EDCON</title>
<!-- Bootstrap -->
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Custom Theme Style -->
<link href="../build/css/custom.min.css" rel="stylesheet">
<link href="../build/css/index.css" rel="stylesheet">
</head>
<body class="nav-md">
<div class="container body " id="app">
<div class="main_container">
<div class="col-md-3 left_col">
<div class="left_col scroll-view">
<div class="navbar nav_title" style="border: 0;">
<a href="index.html" class="site_title">
<span>EDCON</span></a>
</div>
<div class="clearfix"></div>
<!-- menu profile quick info -->
<div class="profile clearfix">
<div class="profile_pic">
<img src="https://edcon.io/assets/images/favicon.png" alt="..." class="img-circle profile_img">
</div>
<div class="profile_info">
<span>Welcome,</span>
<h2>Admin</h2>
</div>
</div>
<!-- /menu profile quick info -->
<br/>
<!-- sidebar menu -->
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
<div class="menu_section">
<ul class="nav side-menu">
<li><a><i class="fa fa-home"></i> Home <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="index.html">Dashboard</a></li>
</ul>
</li>
<li><a><i class="fa fa-table"></i> Registration <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a>Tickets<span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li class="sub_menu"><a href="early_bird_ticket.html">Early Bird Ticket</a>
</li>
<li>
<a href="student_ticket.html" @click="ticketPage(1)">Student Ticket<span
class="badge bg-red pull-right"
v-if="newStudentNum > 0">{{newStudentNum}}</span></a>
</li>
<li><a href="standard_ticket.html">Standard Ticket</a>
</li>
<li><a href="developer_ticket.html" @click="ticketPage(2)">Developer
Ticket<span
class="badge bg-red pull-right"
v-if="newDevNum > 0">{{newDevNum}}</span></a>
</li>
<li><a href="free_ticket.html">Free Ticket</a></li>
<li><a href="payfail.html" @click="payFailPage()">Pay Fail Ticket<span
class="badge bg-red pull-right" v-if="newPayFailNum > 0">{{newPayFailNum}}</span></a>
</li>
</ul>
</li>
<li><a href="speaker.html" @click="registPage(3)">Speaker<span
class="badge bg-red pull-right"
v-if="newSpeakerNum > 0">{{newSpeakerNum}}</span></a></li>
<li><a href="sponsor.html" @click="registPage(4)">Sponsor<span
class="badge bg-red pull-right"
v-if="newSponsorNum > 0">{{newSponsorNum}}</span></a></li>
<li><a href="media.html" @click="registPage(2)">Media<span
class="badge bg-red pull-right"
v-if="newMediaNum > 0">{{newMediaNum}}</span></a></li>
<li><a href="community.html" @click="registPage(1)">Community<span
class="badge bg-red pull-right" v-if="newCommunityNum > 0">{{newCommunityNum}}</span></a>
</li>
<li><a href="superdemo.html" @click="registPage(5)">Superdemo<span
class="badge bg-red pull-right" v-if="newSuperdemoNum > 0">{{newSuperdemoNum}}</span></a>
</li>
</ul>
</li>
<li><a><i class="fa fa-edit"></i> 签到 <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="checkin.html">Check In</a></li>
</ul>
</li>
<li><a><i class="fa fa-desktop"></i>Setting<span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="editemail.html">Emails</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- /sidebar menu -->
</div>
</div>
<!-- top navigation -->
<div class="top_nav">
<div class="nav_menu">
<nav>
<div class="nav toggle">
<a id="menu_toggle"><i class="fa fa-bars"></i></a>
</div>
<ul class="nav navbar-nav navbar-right">
<li class="">
<a href="javascript:" class="user-profile dropdown-toggle" data-toggle="dropdown"
aria-expanded="false">
<img src="https://edcon.io/assets/images/favicon.png" alt="">Admin
<span class=" fa fa-angle-down"></span>
</a>
<ul class="dropdown-menu dropdown-usermenu pull-right">
<li><a data-toggle="modal" data-target="#changethepass"><i
class="fa fa-cog pull-right"></i>Change Password</a></li>
<li><a @click="signout"><i class="fa fa-sign-out pull-right"></i> Log Out</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<!-- /top navigation -->
<!-- page content -->
<div class="right_col" role="main">
<div class="">
<div class="page-title">
<div class="title_left">
<h3>Registration
</h3>
</div>
<div class="title_right">
<div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for..." v-model="keyword">
<span class="input-group-btn">
<button class="btn btn-default" type="button" @click="Search">Go!</button>
</span>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="">
<div class="x_panel">
<div class="x_title">
<h2 class="pageId">Community</h2>
<ul class="nav navbar-right panel_toolbox">
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="x_content">
<button class="btn btn-primary" @click="goAdd"> Add
</button>
<!--<input type="text" placeholder="search" @input="search" class="search">-->
<!-- start project list -->
<div class="table-responsive">
<table class="table table-striped projects">
<thead>
<tr>
<th style="width: 1%">NO.</th>
<th>Name</th>
<th>Country</th>
<th>Company</th>
<th>Size</th>
<th>Email</th>
<th>Phone</th>
<th>Note</th>
<th>Time</th>
<th>Email Status</th>
<th>Status</th>
<th>Edit</th>
</tr>
</thead>
<tbody>
<template v-for="(row, index) in communityList">
<tr>
<td>{{row.id}}</td>
<td>{{row.name}}</td>
<td>{{row.country}}</td>
<td>{{row.company}}</td>
<td>{{row.size}}</td>
<td class="emailTextRow">{{row.email}}</td>
<td>{{row.phone}}</td>
<td>{{row.note}}</td>
<td>{{row.time}}</td>
<td v-if="row.send == '0'">waiting</td>
<td v-if="row.send == '1'">succeed</td>
<td v-if="row.send == '2'">failed</td>
<td>
<button type="button" class="btn btn-info btn-xs"
@click="Pass(communityList,row,row.id)"
v-if="row.pass == 0">Pass
</button>
<button type="button" class="btn btn-warning btn-xs"
@click="RejectCommunity(communityList,row,row.id)"
v-if="row.pass == 0">
Reject
</button>
<button type="button" class="btn btn-success btn-xs"
v-if="row.pass == 1 ">Passed
</button>
<button type="button" class="btn btn-dark btn-xs"
v-if="row.pass == 2">Rejected
</button>
</td>
<td>
<a class="btn btn-info btn-xs" @click="Edit(row)"><i
class="fa fa-pencil"></i> Edit
</a>
<a class="btn btn-danger btn-xs"
@click="Delete(communityList,row,row.id,index)"><i
class="fa fa-trash-o"></i>
Delete </a>
</td>
</tr>
</template>
</tbody>
<tfoot></tfoot>
</table>
</div>
<!-- end project list -->
<nav style="float:right;">
<ul class="pagination ">
<template v-for="page in totalPage">
<li v-on:click="PrePage(communityList)" id="prepage" v-if="page==1"
:class="{ 'disabled': curpage == 1 }"><a
>上一页</a></li>
<li v-if="page==1" v-on:click="NumPage(page, $event)"
:class="{ 'active': page == curpage }"><a
>{{page}}</a></li>
<li v-else v-on:click="NumPage(page, $event)"
:class="{ 'active': page == curpage }"><a>{{page}}</a></li>
<li id="nextpage" v-on:click="NextPage(communityList)"
v-if="page==totalPage"
:class="{ 'disabled': curpage == Math.ceil(communityList.length / pagesize) }">
<a>下一页</a></li>
</template>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /page content -->
<!-- footer content -->
<footer>
<div class="pull-right">
</div>
<div class="clearfix"></div>
</footer>
<!-- /footer content -->
</div>
<div class="modal fade editIt" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">Edit</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<h5>Name</h5>
</div>
<div class="col-md-12">
<input type="text" class="form-control" placeholder='Name' v-model="rowtemplate.name"/>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h5>Country</h5>
</div>
<div class="col-md-12">
<input type="text" class="form-control" placeholder='Country'
v-model="rowtemplate.country"/>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h5>Company</h5>
</div>
<div class="col-md-12">
<input type="text" class="form-control" placeholder='Company'
v-model="rowtemplate.company"/>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h5>Size</h5>
</div>
<div class="col-md-12">
<input type="text" class="form-control" placeholder='Size'
v-model="rowtemplate.size"/>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h5>Email</h5>
</div>
<div class="col-md-12">
<input type="text" class="form-control" placeholder='Email' v-model="rowtemplate.email"/>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h5>Phone</h5>
</div>
<div class="col-md-12">
<input type="text" class="form-control" placeholder='Phone' v-model="rowtemplate.phone"/>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h5>Note</h5>
</div>
<div class="col-md-12">
<textarea class="form-control" rows="5" placeholder='Note'
v-model="rowtemplate.note"></textarea>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" @click="closeEdit">Close</button>
<button type="button" class="btn btn-primary" @click="Add(communityList)"
v-if="isAdd==1">Add!
</button>
<button type="button" class="btn btn-primary" @click="Save(communityList)" v-else>Save</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="changethepass" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h4 class="modal-title">Change Password</h4></div>
<div class="modal-body">
<div class="row">
<div class="col-md-12"><h5>Old Password</h5></div>
<div class="col-md-12"><input type="text" class="form-control" v-model="oldPassword"/></div>
</div>
<div class="row">
<div class="col-md-12"><h5>New Password</h5></div>
<div class="col-md-12"><input type="text" class="form-control" v-model="newPassword"/></div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" @click="changePassword()" data-dismiss="modal">Save
changes
</button>
</div>
</div>
</div>
</div>
<div class="loading-mask" v-if="loading == 1"></div>
<div class="loading" v-if="loading == 1"><span></span> <span></span> <span></span> <span></span> <span></span></div>
</div>
<script src="https://cdn.bootcss.com/vue/2.5.9/vue.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="../build/js/app.js"></script>
<!-- jQuery -->
<script src="https://cdn.bootcss.com/jquery/2.2.1/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="../build/js/index.min.js"></script>
</body>
</html> | LinkTimeTech/website | edcon-v2.0/admin/production/community.html | HTML | mit | 22,052 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `tag_item_unnamed_field` constant in crate `rustc_lint`.">
<meta name="keywords" content="rust, rustlang, rust-lang, tag_item_unnamed_field">
<title>rustc_lint::metadata::common::tag_item_unnamed_field - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../main.css">
<link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<a href='../../../rustc_lint/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../../index.html'>rustc_lint</a>::<wbr><a href='../index.html'>metadata</a>::<wbr><a href='index.html'>common</a></p><script>window.sidebarCurrent = {name: 'tag_item_unnamed_field', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../index.html'>rustc_lint</a>::<wbr><a href='../index.html'>metadata</a>::<wbr><a href='index.html'>common</a>::<wbr><a class='constant' href=''>tag_item_unnamed_field</a><wbr><a class='stability Unstable' title=''>Unstable</a></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
</span><a id='src-243566' href='../../../rustc/metadata/common/constant.tag_item_unnamed_field.html?gotosrc=243566'>[src]</a></span></h1>
<pre class='rust const'>pub const tag_item_unnamed_field: <a href='../../../std/primitive.usize.html'>usize</a><code> = </code><code>119</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
</div>
</div>
<script>
window.rootPath = "../../../";
window.currentCrate = "rustc_lint";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> | ArcherSys/ArcherSys | Rust/share/doc/rust/html/rustc_lint/metadata/common/constant.tag_item_unnamed_field.html | HTML | mit | 4,007 |
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Find serve win points — serve_win_points • datavolley</title>
<!-- jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.1/css/all.min.css" integrity="sha256-nAmazAk6vS34Xqo0BSrTb+abbtFlgsFK7NKSi6o7Y78=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.1/css/v4-shims.min.css" integrity="sha256-6qHlizsOWFskGlwVOKuns+D1nB6ssZrHQrNj1wGplHc=" crossorigin="anonymous" />
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js" integrity="sha256-FiZwavyI2V6+EXO1U+xzLG3IKldpiTFf3153ea9zikQ=" crossorigin="anonymous"></script>
<!-- headroom.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/headroom.min.js" integrity="sha256-DJFC1kqIhelURkuza0AvYal5RxMtpzLjFhsnVIeuk+U=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script>
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../pkgdown.js"></script>
<meta property="og:title" content="Find serve win points — serve_win_points" />
<meta property="og:description" content="Find points in which the serving team wins the point. Serve win rate is the fraction of serves won by the serving team." />
<meta name="twitter:card" content="summary" />
<!-- mathjax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container template-reference-topic">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../index.html">datavolley</a>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.13.0</span>
</span>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="../index.html">
<span class="fas fa fas fa-home fa-lg"></span>
</a>
</li>
<li>
<a href="../reference/index.html">Reference</a>
</li>
<li>
<a href="../news/index.html">Changelog</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>Find serve win points</h1>
<div class="hidden name"><code>serve_win_points.Rd</code></div>
</div>
<div class="ref-description">
<p>Find points in which the serving team wins the point. Serve win rate is the fraction of serves won by the serving team.</p>
</div>
<pre class="usage"><span class='fu'>serve_win_points</span>(<span class='no'>x</span>, <span class='kw'>return_id</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>)</pre>
<h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>
<table class="ref-arguments">
<colgroup><col class="name" /><col class="desc" /></colgroup>
<tr>
<th>x</th>
<td><p>data.frame: the plays component of a datavolley object, as returned by <code><a href='read_dv.html'>read_dv()</a></code></p></td>
</tr>
<tr>
<th>return_id</th>
<td><p>logical: include the match_id and point_id of all serve win points in the returned object?</p></td>
</tr>
</table>
<h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2>
<p>named list with components "ix" (logical indices of serves corresponding to serve win points in the x object), "n" (number of serve win points in x), "rate" (serve win rate from x). If <code>return_id</code> is TRUE, also return a component "id" (a data.frame containing the match_id and point_id of all serve win points)</p>
<h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2>
<div class='dont-index'><p><code><a href='read_dv.html'>read_dv</a></code> <code><a href='plays.html'>plays</a></code></p></div>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
<pre class="examples"><div class='input'><span class='kw'>if</span> (<span class='fl'>FALSE</span>) {
<span class='no'>x</span> <span class='kw'><-</span> <span class='fu'><a href='read_dv.html'>read_dv</a></span>(<span class='fu'><a href='dv_example_file.html'>dv_example_file</a></span>(), <span class='kw'>insert_technical_timeouts</span><span class='kw'>=</span><span class='fl'>FALSE</span>)
<span class='no'>serve_idx</span> <span class='kw'><-</span> <span class='fu'><a href='find_serves.html'>find_serves</a></span>(<span class='fu'><a href='plays.html'>plays</a></span>(<span class='no'>x</span>))
<span class='no'>swp</span> <span class='kw'><-</span> <span class='fu'>serve_win_points</span>(<span class='fu'><a href='plays.html'>plays</a></span>(<span class='no'>x</span>))
<span class='co'>## number of serves by team</span>
<span class='fu'><a href='https://rdrr.io/r/base/table.html'>table</a></span>(<span class='fu'><a href='plays.html'>plays</a></span>(<span class='no'>x</span>)$<span class='no'>team</span>[<span class='no'>serve_idx</span>])
<span class='co'>## number of points won on serve by team</span>
<span class='fu'><a href='https://rdrr.io/r/base/table.html'>table</a></span>(<span class='fu'><a href='plays.html'>plays</a></span>(<span class='no'>x</span>)$<span class='no'>team</span>[<span class='no'>serve_idx</span> <span class='kw'>&</span> <span class='no'>swp</span>$<span class='no'>ix</span>])
}</div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
<ul class="nav nav-pills nav-stacked">
<li><a href="#arguments">Arguments</a></li>
<li><a href="#value">Value</a></li>
<li><a href="#see-also">See also</a></li>
<li><a href="#examples">Examples</a></li>
</ul>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by Ben Raymond.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.4.1.</p>
</div>
</footer>
</div>
</body>
</html>
| raymondben/datavolley | docs/reference/serve_win_points.html | HTML | mit | 8,180 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
087a214c-7bed-41e5-8f85-7fa79b938638
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#MicroCms.Client">MicroCms.Client</a></strong></td>
<td class="text-center">94.44 %</td>
<td class="text-center">94.44 %</td>
<td class="text-center">94.44 %</td>
<td class="text-center">94.44 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="MicroCms.Client"><h3>MicroCms.Client</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.Net.Http.Formatting.BaseJsonMediaTypeFormatter</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">set_SerializerSettings(Newtonsoft.Json.JsonSerializerSettings)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Http.Formatting.JsonMediaTypeFormatter</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Http.Formatting.MediaTypeFormatter</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Http.HttpClientExtensions</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">PostAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Net.Http.Formatting.MediaTypeFormatter)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">PutAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Net.Http.Formatting.MediaTypeFormatter)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Http.HttpContentExtensions</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">ReadAsAsync``1(System.Net.Http.HttpContent,System.Collections.Generic.IEnumerable{System.Net.Http.Formatting.MediaTypeFormatter})</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/mi/microcms.client.0.9.99/MicroCms.Client-net45.html | HTML | mit | 16,901 |
<section id="SignedIn" class="container content-section text-center">
<div class="col-lg-8 col-lg-offset-2">
<div class="row">
<div class="mainPage">
<div> <!-- Top Innerbox -->
<p>
Hello, test!
</p><p>
</p><form action="/loggingOut" method="get">
<div>
<input type="submit" value="Sign Out">
</div>
</form>
<p>
Type and Share!
</p><p>
</p><form action="/postServlet" method="post" onchange="overallTextOnChange()">
<div>
<textarea rows="3" cols="50" type="text" name="overallText" id="overallText" value=""></textarea>
</div>
<button class="btn btn-danger btn-outline" type="submit">Post</button>
<div class="col-xs-6 col-md-6">
<label>Facebook:</label>
<input type="checkbox" name="fbCheckbox" id="fbCheckbox" value="checked">
<textarea class="socialTextArea" rows="4" cols="30" type="text" name="fbText" id="fbText" value=""></textarea>
</div>
<div class="col-xs-6 col-md-6 col-md-offset-6">
<label>Twitter:</label>
<input type="checkbox" name="twitterCheckbox" id="twitterCheckbox" value="checked">
<textarea class="socialTextArea" rows="4" cols="30" type="text" name="twitterText" id="twitterText" value=""></textarea>
</div>
</form>
<p>
Individualize:
</p><p>
</p><div class="col-xs-6 col-md-6 mg-btm-2">
<h3>Facebook</h3>
<blockquote>Sat Jul 05 22:42:00 UTC 2014</blockquote>
<blockquote>checkmate</blockquote>
<blockquote>Sat Jul 05 22:30:09 UTC 2014</blockquote>
<blockquote>checkingaccount</blockquote>
<blockquote>Sat Jul 05 22:16:25 UTC 2014</blockquote>
<blockquote>overallSucces3</blockquote>
<blockquote>Sat Jul 05 21:49:45 UTC 2014</blockquote>
<blockquote>fbsuccess2</blockquote>
<blockquote>Sat Jul 05 21:34:39 UTC 2014</blockquote>
<blockquote>fbSUCCESS</blockquote>
<blockquote>Thu Jul 03 21:06:35 UTC 2014</blockquote>
<blockquote></blockquote>
<blockquote>Thu Jul 03 21:06:24 UTC 2014</blockquote>
<blockquote></blockquote>
<blockquote>Thu Jul 03 20:55:14 UTC 2014</blockquote>
<blockquote></blockquote>
<blockquote>Thu Jul 03 20:54:55 UTC 2014</blockquote>
<blockquote></blockquote>
<blockquote>Thu Jul 03 20:53:10 UTC 2014</blockquote>
<blockquote>HELLO WORLD</blockquote>
<blockquote>Thu Jul 03 20:52:09 UTC 2014</blockquote>
<blockquote>afsdfasdfawefawefawef</blockquote>
<blockquote>Thu Jul 03 20:51:50 UTC 2014</blockquote>
<blockquote>test</blockquote>
<blockquote>Thu Jul 03 20:01:29 UTC 2014</blockquote>
<blockquote></blockquote>
<blockquote>Thu Jul 03 20:00:59 UTC 2014</blockquote>
<blockquote></blockquote>
</div>
<div class="col-xs-6 col-md-6 col-md-offset-6 mg-btm-2">
<h3>Twitter</h3>
<blockquote>Sat Jul 05 22:42:00 UTC 2014</blockquote>
<blockquote>checkmatetwitter</blockquote>
<blockquote>Sat Jul 05 22:30:09 UTC 2014</blockquote>
<blockquote>checkingaccount</blockquote>
<blockquote>Sat Jul 05 22:16:25 UTC 2014</blockquote>
<blockquote>overallSucces3</blockquote>
<blockquote>Sat Jul 05 21:49:45 UTC 2014</blockquote>
<blockquote></blockquote>
<blockquote>Sat Jul 05 21:34:39 UTC 2014</blockquote>
<blockquote>twitterSUCCESS</blockquote>
<blockquote>Thu Jul 03 21:06:35 UTC 2014</blockquote>
<blockquote></blockquote>
<blockquote>Thu Jul 03 21:06:24 UTC 2014</blockquote>
<blockquote></blockquote>
<blockquote>Thu Jul 03 20:55:14 UTC 2014</blockquote>
<blockquote></blockquote>
<blockquote>Thu Jul 03 20:54:55 UTC 2014</blockquote>
<blockquote></blockquote>
<blockquote>Thu Jul 03 20:53:10 UTC 2014</blockquote>
<blockquote>HELLO WORLD</blockquote>
<blockquote>Thu Jul 03 20:52:09 UTC 2014</blockquote>
<blockquote>afsdfasdfawefawefawef</blockquote>
<blockquote>Thu Jul 03 20:51:50 UTC 2014</blockquote>
<blockquote>test</blockquote>
<blockquote>Thu Jul 03 20:01:29 UTC 2014</blockquote>
<blockquote></blockquote>
<blockquote>Thu Jul 03 20:00:59 UTC 2014</blockquote>
<blockquote></blockquote>
</div>
</div><!-- /top innerbox -->
<!-- <table>
<tr>
<td>
<div class="facebookInfo">
<label>Facebook:</label>
<input type="checkbox" name="fbCheckbox" id="fbCheckbox"/>
<textarea class="socialTextArea" rows="4" cols= "30" type="text" name= "fbText" id="fbText" value=""></textarea>
</div>
</td>
<td>
<div>
<label>Twitter:</label>
<input type="checkbox" name="twitterCheckbox" id="twitterCheckbox" />
<textarea class="socialTextArea" rows="4" cols= "30" type="text" name= "twitterText" id="twitterText" value=""></textarea>
</div>
</td>
</tr>
</table> -->
</div>
</div>
</div>
</section> | alex-cory/mvc-website | MVC-Pro/views/css/DELETEme.html | HTML | mit | 5,239 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>topology: 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.1 / topology - 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>
topology
<small>
8.9.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-07-19 14:21:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-19 14:21:56 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
camlp5 7.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
coq 8.5.1 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/topology"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Topology"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
"coq-zorns-lemma" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: topology"
"keyword: filters"
"keyword: nets"
"keyword: metric spaces"
"keyword: real analysis"
"keyword: Urysohn's lemma"
"keyword: Tietze extension theorem"
"category: Mathematics/Real Calculus and Topology"
]
authors: [
"Daniel Schepler <[email protected]>"
]
bug-reports: "https://github.com/coq-contribs/topology/issues"
dev-repo: "git+https://github.com/coq-contribs/topology.git"
synopsis: "General Topology"
description: """
This library develops some of the basic concepts and results of general topology."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/topology/archive/v8.9.0.tar.gz"
checksum: "md5=c8b3a305d79561f5c28d7a76d50418ca"
}
</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-topology.8.9.0 coq.8.5.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.5.1).
The following dependencies couldn't be met:
- coq-topology -> 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-topology.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.05.0-2.0.6/released/8.5.1/topology/8.9.0.html | HTML | mit | 7,025 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_25) on Thu Nov 06 15:28:21 EST 2014 -->
<title>DatabaseEntity</title>
<meta name="date" content="2014-11-06">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DatabaseEntity";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":6,"i2":6,"i3":10,"i4":10,"i5":10,"i6":6};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/DatabaseEntity.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../ligueBaseball/entities/Field.html" title="class in ligueBaseball.entities"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?ligueBaseball/entities/DatabaseEntity.html" target="_top">Frames</a></li>
<li><a href="DatabaseEntity.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">ligueBaseball.entities</div>
<h2 title="Class DatabaseEntity" class="title">Class DatabaseEntity</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>ligueBaseball.entities.DatabaseEntity</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../ligueBaseball/entities/Field.html" title="class in ligueBaseball.entities">Field</a>, <a href="../../ligueBaseball/entities/Match.html" title="class in ligueBaseball.entities">Match</a>, <a href="../../ligueBaseball/entities/Official.html" title="class in ligueBaseball.entities">Official</a>, <a href="../../ligueBaseball/entities/Player.html" title="class in ligueBaseball.entities">Player</a>, <a href="../../ligueBaseball/entities/Team.html" title="class in ligueBaseball.entities">Team</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">DatabaseEntity</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../ligueBaseball/entities/DatabaseEntity.html#id">id</a></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../ligueBaseball/entities/DatabaseEntity.html#DatabaseEntity--">DatabaseEntity</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../ligueBaseball/entities/DatabaseEntity.html#closeStatement-java.sql.Statement-">closeStatement</a></span>(java.sql.Statement statement)</code>
<div class="block">Close the given statement if not null.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>protected abstract void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../ligueBaseball/entities/DatabaseEntity.html#create-java.sql.Connection-">create</a></span>(java.sql.Connection databaseConnection)</code>
<div class="block">Create the new entity.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>abstract void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../ligueBaseball/entities/DatabaseEntity.html#delete-java.sql.Connection-">delete</a></span>(java.sql.Connection databaseConnection)</code>
<div class="block">Delete the current entity.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../ligueBaseball/entities/DatabaseEntity.html#getId--">getId</a></span>()</code>
<div class="block">Return the ID related to this entity.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../ligueBaseball/entities/DatabaseEntity.html#getNextIdForTable-java.sql.Connection-java.lang.String-java.lang.String-">getNextIdForTable</a></span>(java.sql.Connection databaseConnection,
java.lang.String tableName,
java.lang.String keyColumnName)</code>
<div class="block">Retrieve the next ID for the given table name.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../ligueBaseball/entities/DatabaseEntity.html#save-java.sql.Connection-">save</a></span>(java.sql.Connection databaseConnection)</code>
<div class="block">Save the current entity</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>protected abstract void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../ligueBaseball/entities/DatabaseEntity.html#update-java.sql.Connection-">update</a></span>(java.sql.Connection databaseConnection)</code>
<div class="block">Update the current entity.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="id">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>id</h4>
<pre>protected int id</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="DatabaseEntity--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DatabaseEntity</h4>
<pre>public DatabaseEntity()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</h4>
<pre>public final int getId()</pre>
<div class="block">Return the ID related to this entity.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>ID - Unique ID.</dd>
</dl>
</li>
</ul>
<a name="save-java.sql.Connection-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>public void save(java.sql.Connection databaseConnection)
throws <a href="../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">FailedToSaveEntityException</a></pre>
<div class="block">Save the current entity</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>databaseConnection</code> - - Connection with database</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">FailedToSaveEntityException</a></code> - Failed to save entity.</dd>
</dl>
</li>
</ul>
<a name="create-java.sql.Connection-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>protected abstract void create(java.sql.Connection databaseConnection)
throws <a href="../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">FailedToSaveEntityException</a></pre>
<div class="block">Create the new entity.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>databaseConnection</code> - - Connection with database</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">FailedToSaveEntityException</a></code> - Failed to save entity.</dd>
</dl>
</li>
</ul>
<a name="update-java.sql.Connection-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>update</h4>
<pre>protected abstract void update(java.sql.Connection databaseConnection)
throws <a href="../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">FailedToSaveEntityException</a></pre>
<div class="block">Update the current entity.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>databaseConnection</code> - - Connection with database</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">FailedToSaveEntityException</a></code> - Failed to save entity.</dd>
</dl>
</li>
</ul>
<a name="delete-java.sql.Connection-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>delete</h4>
<pre>public abstract void delete(java.sql.Connection databaseConnection)
throws <a href="../../ligueBaseball/exceptions/FailedToDeleteEntityException.html" title="class in ligueBaseball.exceptions">FailedToDeleteEntityException</a>,
java.lang.Exception</pre>
<div class="block">Delete the current entity.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>databaseConnection</code> - - Connection with database</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../ligueBaseball/exceptions/FailedToDeleteEntityException.html" title="class in ligueBaseball.exceptions">FailedToDeleteEntityException</a></code> - Failed to delete entity.</dd>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="closeStatement-java.sql.Statement-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>closeStatement</h4>
<pre>protected static void closeStatement(java.sql.Statement statement)</pre>
<div class="block">Close the given statement if not null.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>statement</code> - - Statement.</dd>
</dl>
</li>
</ul>
<a name="getNextIdForTable-java.sql.Connection-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getNextIdForTable</h4>
<pre>protected int getNextIdForTable(java.sql.Connection databaseConnection,
java.lang.String tableName,
java.lang.String keyColumnName)
throws <a href="../../ligueBaseball/exceptions/FailedToRetrieveNextKeyFromSequenceException.html" title="class in ligueBaseball.exceptions">FailedToRetrieveNextKeyFromSequenceException</a></pre>
<div class="block">Retrieve the next ID for the given table name.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>databaseConnection</code> - - Connection with database</dd>
<dd><code>tableName</code> - - Name of the table we want the next primary id.</dd>
<dd><code>keyColumnName</code> - - Name of the column where is the primary key in the table given in the first parameter.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>int - ID to use.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../ligueBaseball/exceptions/FailedToRetrieveNextKeyFromSequenceException.html" title="class in ligueBaseball.exceptions">FailedToRetrieveNextKeyFromSequenceException</a></code> - Thrown if there is a problem while retriving the next ID to use.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/DatabaseEntity.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../ligueBaseball/entities/Field.html" title="class in ligueBaseball.entities"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?ligueBaseball/entities/DatabaseEntity.html" target="_top">Frames</a></li>
<li><a href="DatabaseEntity.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| felixhamel/ift287_tp3 | doc/JavaDoc/ligueBaseball/entities/DatabaseEntity.html | HTML | mit | 18,625 |
<div class="commune_descr limited">
<p>
Raival est
un village
situé dans le département de Meuse en Lorraine. On dénombrait 244 habitants en 2008.</p>
<p>À coté de Raival sont situées les communes de
<a href="{{VLROOT}}/immobilier/belrain_55044/">Belrain</a> localisée à 3 km, 44 habitants,
<a href="{{VLROOT}}/immobilier/seigneulles_55479/">Seigneulles</a> située à 4 km, 191 habitants,
<a href="{{VLROOT}}/immobilier/longchamps-sur-aire_55301/">Longchamps-sur-Aire</a> à 3 km, 145 habitants,
<a href="{{VLROOT}}/immobilier/erize-la-petite_55177/">Érize-la-Petite</a> située à 4 km, 56 habitants,
<a href="{{VLROOT}}/immobilier/nicey-sur-aire_55384/">Nicey-sur-Aire</a> à 4 km, 112 habitants,
<a href="{{VLROOT}}/immobilier/ville-devant-belrain_55555/">Ville-devant-Belrain</a> située à 4 km, 29 habitants,
entre autres. De plus, Raival est située à seulement quatorze km de <a href="{{VLROOT}}/immobilier/bar-le-duc_55029/">Bar-le-Duc</a>.</p>
<p>La commune propose quelques équipements, elle dispose, entre autres, de un terrain de sport.</p>
<p>Le parc de logements, à Raival, était réparti en 2011 en cinq appartements et 122 maisons soit
un marché relativement équilibré.</p>
<p>Si vous pensez emmenager à Raival, vous pourrez aisément trouver une maison à acheter. </p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/55442.html | HTML | mit | 1,367 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ext-lib: Error with dependencies</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 / ext-lib - 0.9.8</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ext-lib
<small>
0.9.8
<span class="label label-warning">Error with dependencies</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-11-06 06:49:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-06 06:49:18 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.13.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.13.1 Official release 4.13.1
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"
maintainer: "[email protected]"
homepage: "https://github.com/coq-community/coq-ext-lib"
dev-repo: "git+https://github.com/coq-community/coq-ext-lib.git#v8.8"
bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
authors: ["Gregory Malecha"]
license: "BSD-2-Clause-FreeBSD"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
synopsis:
"A basic library of basic Coq datatypes, definitions, theorems, and"
description: "tactics meant to extend the standard library."
url {
src: "https://github.com/coq-community/coq-ext-lib/archive/v0.9.8.tar.gz"
checksum: "md5=bdf07d717aba59b2ec2842a507ae5693"
}
</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-ext-lib.0.9.8 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).
[ERROR] Package conflict!
Sorry, no solution found: there seems to be a problem with your request.
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-ext-lib.0.9.8</code></dd>
<dt>Return code</dt>
<dd>512</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq dev
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
While removing coq.dev: these files have been modified since installation:
- share/texmf/tex/latex/misc/coqdoc.sty
- man/man1/coqwc.1
- man/man1/coqtop.opt.1
- man/man1/coqtop.byte.1
- man/man1/coqtop.1
- man/man1/coqnative.1
- man/man1/coqdoc.1
- man/man1/coqdep.1
- man/man1/coqchk.1
- man/man1/coqc.1
- man/man1/coq_makefile.1
- man/man1/coq-tex.1
- lib/stublibs/dllcoqrun_stubs.so
- lib/coqide-server/protocol/xmlprotocol.mli
- lib/coqide-server/protocol/xmlprotocol.ml
- lib/coqide-server/protocol/xmlprotocol.cmx
- lib/coqide-server/protocol/xmlprotocol.cmti
- lib/coqide-server/protocol/xmlprotocol.cmt
- lib/coqide-server/protocol/xmlprotocol.cmi
- lib/coqide-server/protocol/xml_printer.mli
- lib/coqide-server/protocol/xml_printer.ml
- lib/coqide-server/protocol/xml_printer.cmx
- lib/coqide-server/protocol/xml_printer.cmti
- lib/coqide-server/protocol/xml_printer.cmt
- lib/coqide-server/protocol/xml_printer.cmi
- lib/coqide-server/protocol/xml_parser.mli
- lib/coqide-server/protocol/xml_parser.ml
- lib/coqide-server/protocol/xml_parser.cmx
- lib/coqide-server/protocol/xml_parser.cmti
- lib/coqide-server/protocol/xml_parser.cmt
- lib/coqide-server/protocol/xml_parser.cmi
- lib/coqide-server/protocol/xml_lexer.mli
- lib/coqide-server/protocol/xml_lexer.ml
- lib/coqide-server/protocol/xml_lexer.cmx
- lib/coqide-server/protocol/xml_lexer.cmti
- lib/coqide-server/protocol/xml_lexer.cmt
- lib/coqide-server/protocol/xml_lexer.cmi
- lib/coqide-server/protocol/serialize.mli
- lib/coqide-server/protocol/serialize.ml
- lib/coqide-server/protocol/serialize.cmx
- lib/coqide-server/protocol/serialize.cmti
- lib/coqide-server/protocol/serialize.cmt
- lib/coqide-server/protocol/serialize.cmi
- lib/coqide-server/protocol/richpp.mli
- lib/coqide-server/protocol/richpp.ml
- lib/coqide-server/protocol/richpp.cmx
- lib/coqide-server/protocol/richpp.cmti
- lib/coqide-server/protocol/richpp.cmt
- lib/coqide-server/protocol/richpp.cmi
- lib/coqide-server/protocol/protocol.cmxs
- lib/coqide-server/protocol/protocol.cmxa
- lib/coqide-server/protocol/protocol.cma
- lib/coqide-server/protocol/protocol.a
- lib/coqide-server/protocol/interface.ml
- lib/coqide-server/protocol/interface.cmx
- lib/coqide-server/protocol/interface.cmt
- lib/coqide-server/protocol/interface.cmi
- lib/coqide-server/opam
- lib/coqide-server/dune-package
- lib/coqide-server/core/document.mli
- lib/coqide-server/core/document.ml
- lib/coqide-server/core/document.cmx
- lib/coqide-server/core/document.cmti
- lib/coqide-server/core/document.cmt
- lib/coqide-server/core/document.cmi
- lib/coqide-server/core/core.cmxs
- lib/coqide-server/core/core.cmxa
- lib/coqide-server/core/core.cma
- lib/coqide-server/core/core.a
- lib/coqide-server/META
- lib/coq/user-contrib/Ltac2/String.vos
- lib/coq/user-contrib/Ltac2/String.vo
- lib/coq/user-contrib/Ltac2/String.v
- lib/coq/user-contrib/Ltac2/String.glob
- lib/coq/user-contrib/Ltac2/Std.vos
- lib/coq/user-contrib/Ltac2/Std.vo
- lib/coq/user-contrib/Ltac2/Std.v
- lib/coq/user-contrib/Ltac2/Std.glob
- lib/coq/user-contrib/Ltac2/Printf.vos
- lib/coq/user-contrib/Ltac2/Printf.vo
- lib/coq/user-contrib/Ltac2/Printf.v
- lib/coq/user-contrib/Ltac2/Printf.glob
- lib/coq/user-contrib/Ltac2/Pattern.vos
- lib/coq/user-contrib/Ltac2/Pattern.vo
- lib/coq/user-contrib/Ltac2/Pattern.v
- lib/coq/user-contrib/Ltac2/Pattern.glob
- lib/coq/user-contrib/Ltac2/Option.vos
- lib/coq/user-contrib/Ltac2/Option.vo
- lib/coq/user-contrib/Ltac2/Option.v
- lib/coq/user-contrib/Ltac2/Option.glob
- lib/coq/user-contrib/Ltac2/Notations.vos
- lib/coq/user-contrib/Ltac2/Notations.vo
- lib/coq/user-contrib/Ltac2/Notations.v
- lib/coq/user-contrib/Ltac2/Notations.glob
- lib/coq/user-contrib/Ltac2/Message.vos
- lib/coq/user-contrib/Ltac2/Message.vo
- lib/coq/user-contrib/Ltac2/Message.v
- lib/coq/user-contrib/Ltac2/Message.glob
- lib/coq/user-contrib/Ltac2/Ltac2.vos
- lib/coq/user-contrib/Ltac2/Ltac2.vo
- lib/coq/user-contrib/Ltac2/Ltac2.v
- lib/coq/user-contrib/Ltac2/Ltac2.glob
- lib/coq/user-contrib/Ltac2/Ltac1.vos
- lib/coq/user-contrib/Ltac2/Ltac1.vo
- lib/coq/user-contrib/Ltac2/Ltac1.v
- lib/coq/user-contrib/Ltac2/Ltac1.glob
- lib/coq/user-contrib/Ltac2/List.vos
- lib/coq/user-contrib/Ltac2/List.vo
- lib/coq/user-contrib/Ltac2/List.v
- lib/coq/user-contrib/Ltac2/List.glob
- lib/coq/user-contrib/Ltac2/Int.vos
- lib/coq/user-contrib/Ltac2/Int.vo
- lib/coq/user-contrib/Ltac2/Int.v
- lib/coq/user-contrib/Ltac2/Int.glob
- lib/coq/user-contrib/Ltac2/Init.vos
- lib/coq/user-contrib/Ltac2/Init.vo
- lib/coq/user-contrib/Ltac2/Init.v
- lib/coq/user-contrib/Ltac2/Init.glob
- lib/coq/user-contrib/Ltac2/Ind.vos
- lib/coq/user-contrib/Ltac2/Ind.vo
- lib/coq/user-contrib/Ltac2/Ind.v
- lib/coq/user-contrib/Ltac2/Ind.glob
- lib/coq/user-contrib/Ltac2/Ident.vos
- lib/coq/user-contrib/Ltac2/Ident.vo
- lib/coq/user-contrib/Ltac2/Ident.v
- lib/coq/user-contrib/Ltac2/Ident.glob
- lib/coq/user-contrib/Ltac2/Fresh.vos
- lib/coq/user-contrib/Ltac2/Fresh.vo
- lib/coq/user-contrib/Ltac2/Fresh.v
- lib/coq/user-contrib/Ltac2/Fresh.glob
- lib/coq/user-contrib/Ltac2/Env.vos
- lib/coq/user-contrib/Ltac2/Env.vo
- lib/coq/user-contrib/Ltac2/Env.v
- lib/coq/user-contrib/Ltac2/Env.glob
- lib/coq/user-contrib/Ltac2/Control.vos
- lib/coq/user-contrib/Ltac2/Control.vo
- lib/coq/user-contrib/Ltac2/Control.v
- lib/coq/user-contrib/Ltac2/Control.glob
- lib/coq/user-contrib/Ltac2/Constr.vos
- lib/coq/user-contrib/Ltac2/Constr.vo
- lib/coq/user-contrib/Ltac2/Constr.v
- lib/coq/user-contrib/Ltac2/Constr.glob
- lib/coq/user-contrib/Ltac2/Char.vos
- lib/coq/user-contrib/Ltac2/Char.vo
- lib/coq/user-contrib/Ltac2/Char.v
- lib/coq/user-contrib/Ltac2/Char.glob
- lib/coq/user-contrib/Ltac2/Bool.vos
- lib/coq/user-contrib/Ltac2/Bool.vo
- lib/coq/user-contrib/Ltac2/Bool.v
- lib/coq/user-contrib/Ltac2/Bool.glob
- lib/coq/user-contrib/Ltac2/Array.vos
- lib/coq/user-contrib/Ltac2/Array.vo
- lib/coq/user-contrib/Ltac2/Array.v
- lib/coq/user-contrib/Ltac2/Array.glob
- lib/coq/theories/ssrsearch/ssrsearch.vos
- lib/coq/theories/ssrsearch/ssrsearch.vo
- lib/coq/theories/ssrsearch/ssrsearch.v
- lib/coq/theories/ssrsearch/ssrsearch.glob
- lib/coq/theories/ssrmatching/ssrmatching.vos
- lib/coq/theories/ssrmatching/ssrmatching.vo
- lib/coq/theories/ssrmatching/ssrmatching.v
- lib/coq/theories/ssrmatching/ssrmatching.glob
- lib/coq/theories/ssr/ssrunder.vos
- lib/coq/theories/ssr/ssrunder.vo
- lib/coq/theories/ssr/ssrunder.v
- lib/coq/theories/ssr/ssrunder.glob
- lib/coq/theories/ssr/ssrsetoid.vos
- lib/coq/theories/ssr/ssrsetoid.vo
- lib/coq/theories/ssr/ssrsetoid.v
- lib/coq/theories/ssr/ssrsetoid.glob
- lib/coq/theories/ssr/ssrfun.vos
- lib/coq/theories/ssr/ssrfun.vo
- lib/coq/theories/ssr/ssrfun.v
- lib/coq/theories/ssr/ssrfun.glob
- lib/coq/theories/ssr/ssreflect.vos
- lib/coq/theories/ssr/ssreflect.vo
- lib/coq/theories/ssr/ssreflect.v
- lib/coq/theories/ssr/ssreflect.glob
- lib/coq/theories/ssr/ssrclasses.vos
- lib/coq/theories/ssr/ssrclasses.vo
- lib/coq/theories/ssr/ssrclasses.v
- lib/coq/theories/ssr/ssrclasses.glob
- lib/coq/theories/ssr/ssrbool.vos
- lib/coq/theories/ssr/ssrbool.vo
- lib/coq/theories/ssr/ssrbool.v
- lib/coq/theories/ssr/ssrbool.glob
- lib/coq/theories/setoid_ring/ZArithRing.vos
- lib/coq/theories/setoid_ring/ZArithRing.vo
- lib/coq/theories/setoid_ring/ZArithRing.v
- lib/coq/theories/setoid_ring/ZArithRing.glob
- lib/coq/theories/setoid_ring/Rings_Z.vos
- lib/coq/theories/setoid_ring/Rings_Z.vo
- lib/coq/theories/setoid_ring/Rings_Z.v
- lib/coq/theories/setoid_ring/Rings_Z.glob
- lib/coq/theories/setoid_ring/Rings_R.vos
- lib/coq/theories/setoid_ring/Rings_R.vo
- lib/coq/theories/setoid_ring/Rings_R.v
- lib/coq/theories/setoid_ring/Rings_R.glob
- lib/coq/theories/setoid_ring/Rings_Q.vos
- lib/coq/theories/setoid_ring/Rings_Q.vo
- lib/coq/theories/setoid_ring/Rings_Q.v
- lib/coq/theories/setoid_ring/Rings_Q.glob
- lib/coq/theories/setoid_ring/Ring_theory.vos
- lib/coq/theories/setoid_ring/Ring_theory.vo
- lib/coq/theories/setoid_ring/Ring_theory.v
- lib/coq/theories/setoid_ring/Ring_theory.glob
- lib/coq/theories/setoid_ring/Ring_tac.vos
- lib/coq/theories/setoid_ring/Ring_tac.vo
- lib/coq/theories/setoid_ring/Ring_tac.v
- lib/coq/theories/setoid_ring/Ring_tac.glob
- lib/coq/theories/setoid_ring/Ring_polynom.vos
- lib/coq/theories/setoid_ring/Ring_polynom.vo
- lib/coq/theories/setoid_ring/Ring_polynom.v
- lib/coq/theories/setoid_ring/Ring_polynom.glob
- lib/coq/theories/setoid_ring/Ring_base.vos
- lib/coq/theories/setoid_ring/Ring_base.vo
- lib/coq/theories/setoid_ring/Ring_base.v
- lib/coq/theories/setoid_ring/Ring_base.glob
- lib/coq/theories/setoid_ring/Ring.vos
- lib/coq/theories/setoid_ring/Ring.vo
- lib/coq/theories/setoid_ring/Ring.v
- lib/coq/theories/setoid_ring/Ring.glob
- lib/coq/theories/setoid_ring/RealField.vos
- lib/coq/theories/setoid_ring/RealField.vo
- lib/coq/theories/setoid_ring/RealField.v
- lib/coq/theories/setoid_ring/RealField.glob
- lib/coq/theories/setoid_ring/Ncring_tac.vos
- lib/coq/theories/setoid_ring/Ncring_tac.vo
- lib/coq/theories/setoid_ring/Ncring_tac.v
- lib/coq/theories/setoid_ring/Ncring_tac.glob
- lib/coq/theories/setoid_ring/Ncring_polynom.vos
- lib/coq/theories/setoid_ring/Ncring_polynom.vo
- lib/coq/theories/setoid_ring/Ncring_polynom.v
- lib/coq/theories/setoid_ring/Ncring_polynom.glob
- lib/coq/theories/setoid_ring/Ncring_initial.vos
- lib/coq/theor
[...] truncated
predicate.cmt
- lib/coq-core/clib/predicate.cmi
- lib/coq-core/clib/orderedType.mli
- lib/coq-core/clib/orderedType.ml
- lib/coq-core/clib/orderedType.cmx
- lib/coq-core/clib/orderedType.cmti
- lib/coq-core/clib/orderedType.cmt
- lib/coq-core/clib/orderedType.cmi
- lib/coq-core/clib/option.mli
- lib/coq-core/clib/option.ml
- lib/coq-core/clib/option.cmx
- lib/coq-core/clib/option.cmti
- lib/coq-core/clib/option.cmt
- lib/coq-core/clib/option.cmi
- lib/coq-core/clib/neList.mli
- lib/coq-core/clib/neList.ml
- lib/coq-core/clib/neList.cmx
- lib/coq-core/clib/neList.cmti
- lib/coq-core/clib/neList.cmt
- lib/coq-core/clib/neList.cmi
- lib/coq-core/clib/monad.mli
- lib/coq-core/clib/monad.ml
- lib/coq-core/clib/monad.cmx
- lib/coq-core/clib/monad.cmti
- lib/coq-core/clib/monad.cmt
- lib/coq-core/clib/monad.cmi
- lib/coq-core/clib/minisys.ml
- lib/coq-core/clib/minisys.cmx
- lib/coq-core/clib/minisys.cmt
- lib/coq-core/clib/minisys.cmi
- lib/coq-core/clib/int.mli
- lib/coq-core/clib/int.ml
- lib/coq-core/clib/int.cmx
- lib/coq-core/clib/int.cmti
- lib/coq-core/clib/int.cmt
- lib/coq-core/clib/int.cmi
- lib/coq-core/clib/iStream.mli
- lib/coq-core/clib/iStream.ml
- lib/coq-core/clib/iStream.cmx
- lib/coq-core/clib/iStream.cmti
- lib/coq-core/clib/iStream.cmt
- lib/coq-core/clib/iStream.cmi
- lib/coq-core/clib/heap.mli
- lib/coq-core/clib/heap.ml
- lib/coq-core/clib/heap.cmx
- lib/coq-core/clib/heap.cmti
- lib/coq-core/clib/heap.cmt
- lib/coq-core/clib/heap.cmi
- lib/coq-core/clib/hashset.mli
- lib/coq-core/clib/hashset.ml
- lib/coq-core/clib/hashset.cmx
- lib/coq-core/clib/hashset.cmti
- lib/coq-core/clib/hashset.cmt
- lib/coq-core/clib/hashset.cmi
- lib/coq-core/clib/hashcons.mli
- lib/coq-core/clib/hashcons.ml
- lib/coq-core/clib/hashcons.cmx
- lib/coq-core/clib/hashcons.cmti
- lib/coq-core/clib/hashcons.cmt
- lib/coq-core/clib/hashcons.cmi
- lib/coq-core/clib/hMap.mli
- lib/coq-core/clib/hMap.ml
- lib/coq-core/clib/hMap.cmx
- lib/coq-core/clib/hMap.cmti
- lib/coq-core/clib/hMap.cmt
- lib/coq-core/clib/hMap.cmi
- lib/coq-core/clib/exninfo.mli
- lib/coq-core/clib/exninfo.ml
- lib/coq-core/clib/exninfo.cmx
- lib/coq-core/clib/exninfo.cmti
- lib/coq-core/clib/exninfo.cmt
- lib/coq-core/clib/exninfo.cmi
- lib/coq-core/clib/dyn.mli
- lib/coq-core/clib/dyn.ml
- lib/coq-core/clib/dyn.cmx
- lib/coq-core/clib/dyn.cmti
- lib/coq-core/clib/dyn.cmt
- lib/coq-core/clib/dyn.cmi
- lib/coq-core/clib/diff2.mli
- lib/coq-core/clib/diff2.ml
- lib/coq-core/clib/diff2.cmx
- lib/coq-core/clib/diff2.cmti
- lib/coq-core/clib/diff2.cmt
- lib/coq-core/clib/diff2.cmi
- lib/coq-core/clib/clib.cmxs
- lib/coq-core/clib/clib.cmxa
- lib/coq-core/clib/clib.cma
- lib/coq-core/clib/clib.a
- lib/coq-core/clib/cUnix.mli
- lib/coq-core/clib/cUnix.ml
- lib/coq-core/clib/cUnix.cmx
- lib/coq-core/clib/cUnix.cmti
- lib/coq-core/clib/cUnix.cmt
- lib/coq-core/clib/cUnix.cmi
- lib/coq-core/clib/cThread.mli
- lib/coq-core/clib/cThread.ml
- lib/coq-core/clib/cThread.cmx
- lib/coq-core/clib/cThread.cmti
- lib/coq-core/clib/cThread.cmt
- lib/coq-core/clib/cThread.cmi
- lib/coq-core/clib/cString.mli
- lib/coq-core/clib/cString.ml
- lib/coq-core/clib/cString.cmx
- lib/coq-core/clib/cString.cmti
- lib/coq-core/clib/cString.cmt
- lib/coq-core/clib/cString.cmi
- lib/coq-core/clib/cSig.mli
- lib/coq-core/clib/cSig.cmti
- lib/coq-core/clib/cSig.cmi
- lib/coq-core/clib/cSet.mli
- lib/coq-core/clib/cSet.ml
- lib/coq-core/clib/cSet.cmx
- lib/coq-core/clib/cSet.cmti
- lib/coq-core/clib/cSet.cmt
- lib/coq-core/clib/cSet.cmi
- lib/coq-core/clib/cObj.mli
- lib/coq-core/clib/cObj.ml
- lib/coq-core/clib/cObj.cmx
- lib/coq-core/clib/cObj.cmti
- lib/coq-core/clib/cObj.cmt
- lib/coq-core/clib/cObj.cmi
- lib/coq-core/clib/cMap.mli
- lib/coq-core/clib/cMap.ml
- lib/coq-core/clib/cMap.cmx
- lib/coq-core/clib/cMap.cmti
- lib/coq-core/clib/cMap.cmt
- lib/coq-core/clib/cMap.cmi
- lib/coq-core/clib/cList.mli
- lib/coq-core/clib/cList.ml
- lib/coq-core/clib/cList.cmx
- lib/coq-core/clib/cList.cmti
- lib/coq-core/clib/cList.cmt
- lib/coq-core/clib/cList.cmi
- lib/coq-core/clib/cEphemeron.mli
- lib/coq-core/clib/cEphemeron.ml
- lib/coq-core/clib/cEphemeron.cmx
- lib/coq-core/clib/cEphemeron.cmti
- lib/coq-core/clib/cEphemeron.cmt
- lib/coq-core/clib/cEphemeron.cmi
- lib/coq-core/clib/cArray.mli
- lib/coq-core/clib/cArray.ml
- lib/coq-core/clib/cArray.cmx
- lib/coq-core/clib/cArray.cmti
- lib/coq-core/clib/cArray.cmt
- lib/coq-core/clib/cArray.cmi
- lib/coq-core/boot/util.ml
- lib/coq-core/boot/path.ml
- lib/coq-core/boot/env.mli
- lib/coq-core/boot/env.ml
- lib/coq-core/boot/boot__Util.cmx
- lib/coq-core/boot/boot__Util.cmt
- lib/coq-core/boot/boot__Util.cmi
- lib/coq-core/boot/boot__Path.cmx
- lib/coq-core/boot/boot__Path.cmt
- lib/coq-core/boot/boot__Path.cmi
- lib/coq-core/boot/boot__Env.cmx
- lib/coq-core/boot/boot__Env.cmti
- lib/coq-core/boot/boot__Env.cmt
- lib/coq-core/boot/boot__Env.cmi
- lib/coq-core/boot/boot.ml
- lib/coq-core/boot/boot.cmxs
- lib/coq-core/boot/boot.cmxa
- lib/coq-core/boot/boot.cmx
- lib/coq-core/boot/boot.cmt
- lib/coq-core/boot/boot.cmi
- lib/coq-core/boot/boot.cma
- lib/coq-core/boot/boot.a
- lib/coq-core/META
- doc/coqide-server/README.md
- doc/coqide-server/LICENSE
- doc/coq-core/README.md
- doc/coq-core/LICENSE
- bin/votour
- bin/ocamllibdep
- bin/csdpcert
- bin/coqworkmgr
- bin/coqwc
- bin/coqtop.opt
- bin/coqtop.byte
- bin/coqtop
- bin/coqtacticworker.opt
- bin/coqqueryworker.opt
- bin/coqproofworker.opt
- bin/coqpp
- bin/coqnative
- bin/coqidetop.opt
- bin/coqidetop.byte
- bin/coqdoc
- bin/coqdep
- bin/coqchk
- bin/coqc.byte
- bin/coqc
- bin/coq_makefile
- bin/coq-tex
Remove them anyway? [y/N] y
[NOTE] While removing coq.dev: not removing non-empty directories:
- share/texmf/tex/latex/misc
- lib/coqide-server/protocol
- lib/coqide-server/core
- lib/coq/user-contrib/Ltac2
- lib/coq/theories/ssrsearch
- lib/coq/theories/ssrmatching
- lib/coq/theories/setoid_ring
- lib/coq/theories/rtauto
- lib/coq/theories/omega
- lib/coq/theories/nsatz
- lib/coq/theories/micromega
- lib/coq/theories/funind
- lib/coq/theories/extraction
- lib/coq/theories/derive
- lib/coq/theories/btauto
- lib/coq/theories/ZArith
- lib/coq/theories/Wellfounded
- lib/coq/theories/Vectors
- lib/coq/theories/Unicode
- lib/coq/theories/Structures
- lib/coq/theories/Strings
- lib/coq/theories/Sorting
- lib/coq/theories/Sets
- lib/coq/theories/Setoids
- lib/coq/theories/Relations
- lib/coq/theories/Reals/Cauchy
- lib/coq/theories/Reals/Abstract
- lib/coq/theories/QArith
- lib/coq/theories/Program
- lib/coq/theories/PArith
- lib/coq/theories/Numbers/Natural/Peano
- lib/coq/theories/Numbers/Natural/Binary
- lib/coq/theories/Numbers/Natural/Abstract
- lib/coq/theories/Numbers/NatInt
- lib/coq/theories/Numbers/Integer/NatPairs
- lib/coq/theories/Numbers/Integer/Binary
- lib/coq/theories/Numbers/Integer/Abstract
- lib/coq/theories/Numbers/Cyclic/ZModulo
- lib/coq/theories/Numbers/Cyclic/Int63
- lib/coq/theories/Numbers/Cyclic/Int31
- lib/coq/theories/Numbers/Cyclic/Abstract
- lib/coq/theories/NArith
- lib/coq/theories/MSets
- lib/coq/theories/Logic
- lib/coq/theories/Lists
- lib/coq/theories/Init
- lib/coq/theories/Floats
- lib/coq/theories/FSets
- lib/coq/theories/Compat
- lib/coq/theories/Classes
- lib/coq/theories/Bool
- lib/coq/theories/Array
- lib/coq/theories/Arith
- lib/coq-core/vm
- lib/coq-core/vernac
- lib/coq-core/toplevel
- lib/coq-core/top_printers
- lib/coq-core/tools/coqdoc
- lib/coq-core/tactics
- lib/coq-core/sysinit
- lib/coq-core/stm
- lib/coq-core/proofs
- lib/coq-core/printing
- lib/coq-core/pretyping
- lib/coq-core/plugins/zify
- lib/coq-core/plugins/tutorial/p3
- lib/coq-core/plugins/tutorial/p2
- lib/coq-core/plugins/tutorial/p1
- lib/coq-core/plugins/tutorial/p0
- lib/coq-core/plugins/tauto
- lib/coq-core/plugins/ssrsearch
- lib/coq-core/plugins/ssrmatching
- lib/coq-core/plugins/ssreflect
- lib/coq-core/plugins/rtauto
- lib/coq-core/plugins/ring
- lib/coq-core/plugins/number_string_notation
- lib/coq-core/plugins/nsatz
- lib/coq-core/plugins/micromega
- lib/coq-core/plugins/ltac2
- lib/coq-core/plugins/funind
- lib/coq-core/plugins/firstorder
- lib/coq-core/plugins/extraction
- lib/coq-core/plugins/derive
- lib/coq-core/plugins/cc
- lib/coq-core/plugins/btauto
- lib/coq-core/parsing
- lib/coq-core/library
- lib/coq-core/kernel
- lib/coq-core/interp
- lib/coq-core/gramlib
- lib/coq-core/engine
- lib/coq-core/config
- lib/coq-core/clib
- lib/coq-core/boot
- doc/coqide-server
- doc/coq-core
-> removed coq.dev
Done.
# Run eval $(opam env) to update the current shell environment
opam: --unlock-base was removed in version 2.1 of the opam CLI, but version 2.1 has been requested. Use --update-invariant instead or set OPAMCLI environment variable to 2.0.
The middle of the output is truncated (maximum 20000 characters)
</pre></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.13.1-2.1.0/extra-dev/dev/ext-lib/0.9.8.html | HTML | mit | 26,972 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0) on Mon Nov 10 00:34:46 CST 2014 -->
<title>P - Ë÷Òý</title>
<meta name="date" content="2014-11-10">
<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="P - \u7D22\u5F15";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>ÄúµÄä¯ÀÀÆ÷ÒѽûÓà JavaScript¡£</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Ìø¹ýµ¼º½Á´½Ó">Ìø¹ýµ¼º½Á´½Ó</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="µ¼º½">
<li><a href="../overview-summary.html">¸ÅÀÀ</a></li>
<li>³ÌÐò°ü</li>
<li>Àà</li>
<li>ʹÓÃ</li>
<li><a href="../overview-tree.html">Ê÷</a></li>
<li><a href="../deprecated-list.html">Òѹýʱ</a></li>
<li class="navBarCell1Rev">Ë÷Òý</li>
<li><a href="../help-doc.html">°ïÖú</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-9.html">ÉÏÒ»¸ö×Öĸ</a></li>
<li><a href="index-11.html">ÏÂÒ»¸ö×Öĸ</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-10.html" target="_top">¿ò¼Ü</a></li>
<li><a href="index-10.html" target="_top">ÎÞ¿ò¼Ü</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">ËùÓÐÀà</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">L</a> <a href="index-8.html">M</a> <a href="index-9.html">O</a> <a href="index-10.html">P</a> <a href="index-11.html">T</a> <a href="index-12.html">V</a> <a href="index-13.html">W</a> <a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="../crf/Crf.html#pretreatment-java.lang.String-java.util.List-tools.FeatureBuilder-">pretreatment(String, List<ContextWord>, FeatureBuilder)</a></span> - Àà Öеķ½·¨crf.<a href="../crf/Crf.html" title="crfÖеÄÀà">Crf</a></dt>
<dd>
<div class="block">ÔÚ¶ÁÈëѵÁ·Îļþºó£¬Èç¹û¸Ãµ¥´ÊÎ´ÔøÑµÁ·¹ý£¬½¨Á¢²¢³õʼ»¯¶ÔÓ¦WordData¶ÔÏó</div>
</dd>
<dt><span class="memberNameLink"><a href="../model/WordData.html#prior">prior</a></span> - Àà ÖеıäÁ¿model.<a href="../model/WordData.html" title="modelÖеÄÀà">WordData</a></dt>
<dd>
<div class="block">¶ÔÓ¦PI±í</div>
</dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">L</a> <a href="index-8.html">M</a> <a href="index-9.html">O</a> <a href="index-10.html">P</a> <a href="index-11.html">T</a> <a href="index-12.html">V</a> <a href="index-13.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="Ìø¹ýµ¼º½Á´½Ó">Ìø¹ýµ¼º½Á´½Ó</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="µ¼º½">
<li><a href="../overview-summary.html">¸ÅÀÀ</a></li>
<li>³ÌÐò°ü</li>
<li>Àà</li>
<li>ʹÓÃ</li>
<li><a href="../overview-tree.html">Ê÷</a></li>
<li><a href="../deprecated-list.html">Òѹýʱ</a></li>
<li class="navBarCell1Rev">Ë÷Òý</li>
<li><a href="../help-doc.html">°ïÖú</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-9.html">ÉÏÒ»¸ö×Öĸ</a></li>
<li><a href="index-11.html">ÏÂÒ»¸ö×Öĸ</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-10.html" target="_top">¿ò¼Ü</a></li>
<li><a href="index-10.html" target="_top">ÎÞ¿ò¼Ü</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">ËùÓÐÀà</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| shiyinayuriko/ISPP | ISPP_Lab2/doc/index-files/index-10.html | HTML | mit | 5,043 |
<script type="text/javascript" src="../compo_v0.js"></script>
<script type="text/javascript" src="../strings.js"></script>
<link rel="stylesheet" href="../compo.css">
<!-- COMPO: INSERT ONE CONTAINER ELEMENT BELOW -->
<div style="background-color:#FFC;padding:5px;">
<ul style="list-style:decimal;padding-left:1.5em;line-height:1.2em;">
<li><a href="javascript:top.modalCompo('feature.html','compo-feature')">Modal over this compo</a></li>
<li><a href="javascript:top.modalCompo('feature.html')">Modal over the whole page</a></li>
<li><a href="javascript:top.resizeCompo('compo-feature',200,'')">Resize a compo - Small</a></li>
<li><a href="javascript:top.resizeCompo('compo-feature','68%','')">Resize a compo - Big</a></li>
<li><a href="javascript:top.closeCompo('compo-content-carousel')">Close a compo</a></li>
</ul>
</div> | stan1ey/Compo | compo/controls-reference.html | HTML | mit | 847 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<SCRIPT src='../ChartNew.js'></script>
<SCRIPT src='../Add-ins/annotate.js'></script>
<SCRIPT>
var annotate_shape='ARROW';
</SCRIPT>
</head>
<body>
<center><FONT size=25>some sample tooltip position for (stacked)bar charts</FONT></CENTER>
<canvas id="mycanvas0" height="400" width="400"></canvas>
<canvas id="mycanvas1" height="400" width="400"></canvas>
<canvas id="mycanvas2" height="400" width="400"></canvas>
<canvas id="mycanvas3" height="400" width="400"></canvas>
<canvas id="mycanvas4" height="400" width="400"></canvas>
<canvas id="mycanvas5" height="400" width="400"></canvas>
<canvas id="mycanvas6" height="400" width="400"></canvas>
<canvas id="mycanvas7" height="400" width="400"></canvas>
<canvas id="mycanvas8" height="400" width="400"></canvas>
<canvas id="mycanvas9" height="400" width="400"></canvas>
<script>
var LineData = {
labels : ["January","February","March","April","May","June","July"],
datasets : [
{
fillColor : "rgba(129, 172, 123, 0.5)",
strokeColor : "rgba(129, 172, 123, 1)",
pointColor : "rgba(129, 172, 123, 1)",
pointStrokeColor : "#fff",
data : [30,44,42,-90,90,-37,20],
title : "Line 1"
},
{
fillColor : "rgba(159, 90, 90, 0.5)",
strokeColor : "rgba(159, 90, 90, 1)",
pointColor : "rgba(159, 90, 90, 1)",
// type :"Line" ,
pointStrokeColor : "#fff",
data : [65,59,40,77,56,-10,40],
title : "Line 2"
}
]
};
window.onload = function() {
var myChart0 = new Chart(document.getElementById("mycanvas0").getContext("2d")).Line(LineData,{animation: false, canvasBorders: true, annotateDisplay: true, annotatePaddingX: 0, annotatePaddingY : -15, annotatePositionX : "center", annotatePositionY : "top" });
var myChart1 = new Chart(document.getElementById("mycanvas1").getContext("2d")).Line(LineData,{animation: false, canvasBorders: true, annotateDisplay: true, annotatePaddingX: -10, annotatePaddingY : -15, annotatePositionX : "right", annotatePositionY : "Stop" });
var myChart2 = new Chart(document.getElementById("mycanvas2").getContext("2d")).Line(LineData,{animation: false, canvasBorders: true, annotateDisplay: true, annotatePaddingX: 10, annotatePaddingY : -15, annotatePositionX : "left", annotatePositionY : "SXtop" });
var myChart3 = new Chart(document.getElementById("mycanvas3").getContext("2d")).Line(LineData,{animation: false, canvasBorders: true, annotateDisplay: true, annotatePaddingX: 0, annotatePaddingY : 15, annotatePositionX : "center", annotatePositionY : "Sbottom" });
var myChart4 = new Chart(document.getElementById("mycanvas4").getContext("2d")).Line(LineData,{animation: false, canvasBorders: true, annotateDisplay: true, annotatePaddingX: 0, annotatePaddingY : 40, annotatePositionX : "Xcenter", annotatePositionY : "SXbottom" });
var myChart5 = new Chart(document.getElementById("mycanvas5").getContext("2d")).Line(LineData,{animation: false, canvasBorders: true, annotateDisplay: true, annotatePaddingX: 15, annotatePaddingY : 0, annotatePositionX : "right", annotatePositionY : "center" });
var myChart6 = new Chart(document.getElementById("mycanvas6").getContext("2d")).Line(LineData,{animation: false, canvasBorders: true, annotateDisplay: true, annotatePaddingX: 0, annotatePaddingY : 40, annotatePositionX : "center", annotatePositionY : "MXbottom" });
var myChart7 = new Chart(document.getElementById("mycanvas7").getContext("2d")).Line(LineData,{animation: false, canvasBorders: true, annotateDisplay: true, annotatePaddingX: 0, annotatePaddingY : 0, annotatePositionY : 5, annotatePositionX : 5, graphSpaceBefore: 30 });
var myChart8 = new Chart(document.getElementById("mycanvas8").getContext("2d")).Line(LineData,{animation: false, canvasBorders: true, annotateDisplay: true, annotatePaddingX: 0, annotatePaddingY : 0, annotatePositionY : 5, annotatePositionX : "50%", graphSpaceBefore: 30 });
}
</script>
</body>
</html>
| FVANCOP/ChartNew.js | Samples/annotate_for_line_charts.html | HTML | mit | 4,044 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>int-map: 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.0 / int-map - 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>
int-map
<small>
8.10.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-10-30 10:24:50 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-30 10:24:50 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.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
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"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/int-map"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/IntMap"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: finite sets"
"keyword: maps"
"keyword: binary integers"
"keyword: efficient data structures"
"keyword: data structures"
"category: Computer Science/Data Types and Data Structures"
"date: around 1999 (integrated within Coq 7.0)"
]
authors: [
"Jean Goubault <goubault [@] lsv.ens-cachan.fr>"
]
bug-reports: "https://github.com/coq-contribs/int-map/issues"
dev-repo: "git+https://github.com/coq-contribs/int-map.git"
synopsis: "Maps indexed by binary integers : IntMap"
description: """
This library contains a data structure for finite sets implemented by
an efficient structure of map (trees indexed by binary integers).
It was initially developed by Jean Goubault.
This user contribution used to be part of Coq Standard Library.
It is now considered to be obsolete and subsumed by the new
FSets/FMap library. IntMap can be now seen as a particular
implementation of FMapInterface, see file FMapIntMap."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/int-map/archive/v8.10.0.tar.gz"
checksum: "md5=50d95918958e64bc04b49a9aba2774bb"
}
</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-int-map.8.10.0 coq.8.13.0</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.0).
The following dependencies couldn't be met:
- coq-int-map -> coq < 8.11~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
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-int-map.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">
<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/released/8.13.0/int-map/8.10.0.html | HTML | mit | 7,542 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>disel: Error 🔥</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 / disel - dev</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
disel
<small>
dev
<span class="label label-danger">Error 🔥</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-27 19:27:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-27 19:27:03 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 dev Formal proof management system
dune 3.0.2 Fast, portable, and opinionated build system
ocaml 4.12.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.1 Official release 4.12.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
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/DistributedComponents/disel"
dev-repo: "git+https://github.com/DistributedComponents/disel.git"
bug-reports: "https://github.com/DistributedComponents/disel/issues"
license: "BSD-2-Clause"
synopsis: "Core framework files for Disel, a separation-style logic for compositional verification of distributed systems in Coq"
description: """
Disel is a framework for implementation and compositional verification of
distributed systems and their clients in Coq. In Disel, users implement
distributed systems using a domain specific language shallowly embedded in Coq
which provides both high-level programming constructs as well as low-level
communication primitives. Components of composite systems are specified in Disel
as protocols, which capture system-specific logic and disentangle system definitions
from implementation details.
"""
build: [make "-j%{jobs}%" "-C" "Core"]
install: [make "-C" "Core" "install"]
depends: [
"ocaml"
"coq" {(>= "8.7" & < "8.11~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.6.2" & < "1.9~") | (= "dev")}
"coq-fcsl-pcm"
]
tags: [
"category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
"keyword:program verification"
"keyword:separation logic"
"keyword:distributed algorithms"
"logpath:DiSeL"
]
authors: [
"Ilya Sergey"
"James R. Wilcox"
]
url {
src: "git+https://github.com/DistributedComponents/disel.git#master"
}
</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-disel.dev coq.dev</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-disel.dev coq.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>19 m 8 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 coq-disel.dev coq.dev</code></dd>
<dt>Return code</dt>
<dd>7936</dd>
<dt>Duration</dt>
<dd>4 m 13 s</dd>
<dt>Output</dt>
<dd><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 dev Formal proof management system
coq-fcsl-pcm dev Partial Commutative Monoids
coq-mathcomp-ssreflect dev Small Scale Reflection
dune 3.0.2 Fast, portable, and opinionated build system
ocaml 4.12.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.1 Official release 4.12.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is dev).
The following actions will be performed:
- install coq-disel dev
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-disel.dev] synchronised from git+https://github.com/DistributedComponents/disel.git#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of coq-disel failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4 -C Core".
#=== ERROR while compiling coq-disel.dev ======================================#
# context 2.0.8 | linux/x86_64 | ocaml-base-compiler.4.12.1 | file:///home/bench/run/opam-coq-archive/extra-dev
# path ~/.opam/ocaml-base-compiler.4.12.1/.opam-switch/build/coq-disel.dev
# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -C Core
# exit-code 2
# env-file ~/.opam/log/coq-disel-12104-e4db2f.env
# output-file ~/.opam/log/coq-disel-12104-e4db2f.out
### output ###
# [...]
# File "./Always.v", line 428, characters 17-60:
# Error:
# No assumption in [/\ valid W, valid (i2 \+ j1), hook_complete W,
# dom W.1 =i dom (i2 \+ j1)
# & forall l : Label,
# coh (getProtocol W l) (getStatelet (i2 \+ j1) l)]
#
# make[2]: *** [Makefile.coq:793: Always.vo] Error 1
# make[1]: *** [Makefile.coq:410: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.12.1/.opam-switch/build/coq-disel.dev/Core'
# make: *** [Makefile:2: default] Error 2
# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.12.1/.opam-switch/build/coq-disel.dev/Core'
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-disel dev
+-
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
</pre></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.12.1-2.0.8/extra-dev/dev/disel/dev.html | HTML | mit | 11,109 |
<div id="fine-print">
<p>
built with <a href="#">♥</a>, <a href="http://jekyllrb.com/">Jekyll</a>, and <a href="https://github.com/sidtechnical/sidtechnical.github.io">GitHub Pages</a> — read the <a href="/fine_print">fine print</a>
</p>
</div> | sidtechnical/sidtechnical.github.io | _includes/fine-print.html | HTML | mit | 265 |
<html>
<head>
<title>Mozilla/5.0 (BeOS; U; BeOS BePC; xx; rv:1.8.1.17) Gecko/20080831 BonEcho/2.0.0.17</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 (BeOS; U; BeOS BePC; xx; rv:1.8.1.17) Gecko/20080831 BonEcho/2.0.0.17
<p>
Detected by 5 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>Mozilla 1.8</td><td>Gecko 1.8</td><td> </td><td></td><td></td><td>Desktop</td><td></td><td></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 \(.*rv\:1\.8.*\) gecko.*$/
[browser_name_pattern] => mozilla/5.0 (*rv:1.8*) gecko*
[parent] => Mozilla 1.8
[comment] => Mozilla 1.8
[browser] => Mozilla
[browser_type] => Browser
[browser_bits] => 0
[browser_maker] => Mozilla Foundation
[browser_modus] => unknown
[version] => 1.8
[majorver] => 1
[minorver] => 8
[platform] => unknown
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] => 1
[activexcontrols] =>
[ismobiledevice] =>
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 2
[aolversion] => 0
[device_name] => general Desktop
[device_maker] => Various
[device_type] => Desktop
[device_pointing_method] => mouse
[device_code_name] => general Desktop
[device_brand_name] => unknown
[renderingengine_name] => Gecko
[renderingengine_version] => 1.8
[renderingengine_description] => For Firefox, Camino, K-Meleon, SeaMonkey, Netscape, and other Gecko-based browsers.
[renderingengine_maker] => Mozilla Foundation
)
</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 colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Firefox BonEcho (2.0</td><td>Gecko </td><td>BeOS </td><td></td><td></td><td>desktop</td><td></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] => Firefox
[short_name] => FF
[version] => BonEcho (2.0
[engine] => Gecko
)
[operatingSystem] => Array
(
[name] => BeOS
[short_name] => BEO
[version] =>
[platform] =>
)
[device] => Array
(
[brand] =>
[brandName] =>
[model] =>
[device] => 0
[deviceName] => desktop
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] =>
[isTV] =>
[isDesktop] => 1
[isMobile] =>
[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>Mozilla 1.8</td><td><i class="material-icons">close</i></td><td>BeOS </td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></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 (BeOS; U; BeOS BePC; xx; rv:1.8.1.17) Gecko/20080831 BonEcho/2.0.0.17
)
[name:Sinergi\BrowserDetector\Browser:private] => Mozilla
[version:Sinergi\BrowserDetector\Browser:private] => 1.8
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => BeOS
[version:Sinergi\BrowserDetector\Os:private] => unknown
[isMobile:Sinergi\BrowserDetector\Os:private] =>
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (BeOS; U; BeOS BePC; xx; rv:1.8.1.17) Gecko/20080831 BonEcho/2.0.0.17
)
)
[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 (BeOS; U; BeOS BePC; xx; rv:1.8.1.17) Gecko/20080831 BonEcho/2.0.0.17
)
)
)
</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>Bon Echo 2.0.0</td><td><i class="material-icons">close</i></td><td> </td><td></td><td></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] => 2
[minor] => 0
[patch] => 0
[family] => Bon Echo
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] =>
[minor] =>
[patch] =>
[patchMinor] =>
[family] => Other
)
[device] => UAParser\Result\Device Object
(
[brand] =>
[model] =>
[family] => Other
)
[originalUserAgent] => Mozilla/5.0 (BeOS; U; BeOS BePC; xx; rv:1.8.1.17) Gecko/20080831 BonEcho/2.0.0.17
)
</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>Firefox BonEcho 2.0.0.17</td><td>Gecko 1.8.1</td><td>BeOS </td><td></td><td></td><td>desktop</td><td></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] => Firefox
[version] => 2.0.0.17
[type] => browser
)
[engine] => Array
(
[name] => Gecko
[version] => 1.8.1
)
[os] => Array
(
[name] => BeOS
)
[device] => Array
(
[type] => desktop
)
)
</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 colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>Wurfl<br /><small>1.6.4</small></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</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:41: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/6b/59/6b593c43-8e48-4f35-8db7-8ffa8b495f89.html | HTML | mit | 13,309 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 選舉資料查詢 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>中選會選舉資料庫網站</title>
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css">
<script type="text/javascript">
function AddToFaves_hp() {
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
</script>
</head>
<body class="frame">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題:選舉資料庫網站 -->
<div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;">
<div style="float: left;">
<img src="http://db.cec.gov.tw/images/main_title.gif" />
</div>
<div style="width: 100%; height: 48px;">
<div style="text-align: center;">
<img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span
style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw"
style="text-decoration: none;">回中選會網站</a>
</span>
</div>
</div>
<div style="width: 100%; height: 8px; background-color: #fde501;">
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 頁籤 -->
<div
style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;">
<div style="text-align: center;">
<a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a>
<a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a>
<!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> -->
<!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> -->
<a href="histQuery.jsp?voteCode=20120101T1A2&qryType=ctks&prvCode=06&cityCode=015&areaCode=01&deptCode=002&liCode=0053#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a>
<a href="mailto:[email protected];[email protected]"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a>
</div>
</div>
<div
style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;">
</div>
<div class="query">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 子頁面:查詢候選人得票數 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題 -->
<div class="titlebox">
<div class="title">
<div class="head">第 08 屆 立法委員選舉(區域) 候選人得票數</div>
<div class="date">投票日期:中華民國101年01月14日</div>
<div class="separator"></div>
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 查詢:候選人得票數,縣市多選區,如區域立委 -->
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" />
<!-- 投開票所表頭 -->
<table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" >
<tr class="title">
<td nowrap align="center">地區</td>
<td nowrap align="center">姓名</td>
<td nowrap align="center">號次</td>
<td nowrap align="center">得票數</td>
<td nowrap align="center">得票率</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=3 align=center>嘉義市第01選區西區頭港里第0108投開票所</td>
<td nowrap align="center">陳建豪</td>
<td nowrap align="center">1</td>
<td nowrap align="right">37</td>
<td nowrap align="right"> 3.54%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">江義雄</td>
<td nowrap align="center">2</td>
<td nowrap align="right">461</td>
<td nowrap align="right"> 44.19%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">李俊俋</td>
<td nowrap align="center">3</td>
<td nowrap align="right">545</td>
<td nowrap align="right"> 52.25%</td>
</tr>
</table>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; ">
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
<span style="margin-right: 100px;"> </span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
</div>
</div>
</body>
</html> | g0v/projectV | mirror/prvCode_07/cityCode_015-areaCode_01-deptCode_002/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_015-areaCode_01-deptCode_002-liCode_0053.html | HTML | mit | 5,763 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_27) on Wed Nov 21 16:03:52 EST 2012 -->
<TITLE>
org.pentaho.di.ui.job.entries.mail
</TITLE>
<META NAME="date" CONTENT="2012-11-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../../../org/pentaho/di/ui/job/entries/mail/package-summary.html" target="classFrame">org.pentaho.di.ui.job.entries.mail</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="JobEntryMailDialog.html" title="class in org.pentaho.di.ui.job.entries.mail" target="classFrame">JobEntryMailDialog</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
| ColFusion/PentahoKettle | kettle-data-integration/docs/api/org/pentaho/di/ui/job/entries/mail/package-frame.html | HTML | mit | 960 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
9595c6ef-9e35-4147-a9d4-64189afb4083
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#System.Net.Http.Extensions">System.Net.Http.Extensions</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/mi/microsoft.net.http.2.2.29/System.Net.Http.Extensions-net45.html | HTML | mit | 9,667 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>array::shrink_to_fit</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="Chapter 1. Boost.JSON">
<link rel="up" href="../boost__json__array.html" title="array">
<link rel="prev" href="reserve.html" title="array::reserve">
<link rel="next" href="clear.html" title="array::clear">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="reserve.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__json__array.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="clear.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="json.ref.boost__json__array.shrink_to_fit"></a><a class="link" href="shrink_to_fit.html" title="array::shrink_to_fit">array::shrink_to_fit</a>
</h5></div></div></div>
<p>
<a class="indexterm" name="idm45725644717648"></a>
</p>
<p>
Request the removal of unused capacity.
</p>
<h6>
<a name="json.ref.boost__json__array.shrink_to_fit.h0"></a>
<span class="phrase"><a name="json.ref.boost__json__array.shrink_to_fit.synopsis"></a></span><a class="link" href="shrink_to_fit.html#json.ref.boost__json__array.shrink_to_fit.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">void</span>
<span class="identifier">shrink_to_fit</span><span class="special">();</span>
</pre>
<h6>
<a name="json.ref.boost__json__array.shrink_to_fit.h1"></a>
<span class="phrase"><a name="json.ref.boost__json__array.shrink_to_fit.description"></a></span><a class="link" href="shrink_to_fit.html#json.ref.boost__json__array.shrink_to_fit.description">Description</a>
</h6>
<p>
This performs a non-binding request to reduce the capacity to the current
size. The request may or may not be fulfilled. If reallocation occurs,
all iterators including any past-the-end iterators, and all references
to the elements are invalidated. Otherwise, no iterators or references
are invalidated.
</p>
<h6>
<a name="json.ref.boost__json__array.shrink_to_fit.h2"></a>
<span class="phrase"><a name="json.ref.boost__json__array.shrink_to_fit.complexity"></a></span><a class="link" href="shrink_to_fit.html#json.ref.boost__json__array.shrink_to_fit.complexity">Complexity</a>
</h6>
<p>
At most, linear in <a class="link" href="size.html" title="array::size"><code class="computeroutput"><span class="identifier">size</span><span class="special">()</span></code></a>.
</p>
<h6>
<a name="json.ref.boost__json__array.shrink_to_fit.h3"></a>
<span class="phrase"><a name="json.ref.boost__json__array.shrink_to_fit.exception_safety"></a></span><a class="link" href="shrink_to_fit.html#json.ref.boost__json__array.shrink_to_fit.exception_safety">Exception
Safety</a>
</h6>
<p>
No-throw guarantee.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2019, 2020 Vinnie Falco<br>Copyright © 2020 Krystian Stasiowski<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="reserve.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__json__array.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="clear.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| davehorton/drachtio-server | deps/boost_1_77_0/libs/json/doc/html/json/ref/boost__json__array/shrink_to_fit.html | HTML | mit | 5,069 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Team Truck Centres -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492323385459&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=45425&V_SEARCH.docsStart=1&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck'A=0&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Team Truck Centres
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Team Truck Centres</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.teamtruck.com"
target="_blank" title="Website URL">http://www.teamtruck.com</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
599 Wabanaki Dr<br/>
KITCHENER,
Ontario<br/>
N2C 2G3
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
599 Wabanaki Dr<br/>
KITCHENER,
Ontario<br/>
N2C 2G3
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(519) 893-4150
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(888) 832-6333</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(519) 893-2761</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Travis
Chanyi
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Service Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(519) 681-6868
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Ext:
</strong>
</div>
<div class="col-md-7">
0715
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(519) 681-1487
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Linda
McCutcheon
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Parts Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(519) 681-6868
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Ext:
</strong>
</div>
<div class="col-md-7">
0713
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(519) 681-5618
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
415120 - Truck, Truck Tractor and Bus Wholesaler-Distributors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
trucks <br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Travis
Chanyi
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Service Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(519) 681-6868
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Ext:
</strong>
</div>
<div class="col-md-7">
0715
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(519) 681-1487
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Linda
McCutcheon
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Parts Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(519) 681-6868
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Ext:
</strong>
</div>
<div class="col-md-7">
0713
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(519) 681-5618
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
415120 - Truck, Truck Tractor and Bus Wholesaler-Distributors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
trucks <br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2017-03-23
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/234567044579.html | HTML | mit | 38,415 |
<!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>V8 API Reference Guide for node.js v6.10.0: v8::Debug Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/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">V8 API Reference Guide for node.js v6.10.0
</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><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_1Debug.html">Debug</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> |
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1Debug-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Debug Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug_1_1ClientData.html">ClientData</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug_1_1EventDetails.html">EventDetails</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug_1_1Message.html">Message</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:ab53894746a21222796062f0e81ea28d8"><td class="memItemLeft" align="right" valign="top">typedef void(* </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug.html#ab53894746a21222796062f0e81ea28d8">EventCallback</a>) (const <a class="el" href="classv8_1_1Debug_1_1EventDetails.html">EventDetails</a> &event_details)</td></tr>
<tr class="separator:ab53894746a21222796062f0e81ea28d8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a526826b857bd3e3efa184e12bcebc694"><td class="memItemLeft" align="right" valign="top">typedef void(* </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug.html#a526826b857bd3e3efa184e12bcebc694">MessageHandler</a>) (const <a class="el" href="classv8_1_1Debug_1_1Message.html">Message</a> &message)</td></tr>
<tr class="separator:a526826b857bd3e3efa184e12bcebc694"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a91cd8aa9743e3478bc63fe73abcd557c"><td class="memItemLeft" align="right" valign="top">typedef void(* </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug.html#a91cd8aa9743e3478bc63fe73abcd557c">DebugMessageDispatchHandler</a>) ()</td></tr>
<tr class="separator:a91cd8aa9743e3478bc63fe73abcd557c"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ae4678d5f5963c446a5f2187a30fb89ee"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae4678d5f5963c446a5f2187a30fb89ee"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use version with an <a class="el" href="classv8_1_1Isolate.html">Isolate</a>", static bool SetDebugEventListener(<a class="el" href="classv8_1_1Debug.html#ab53894746a21222796062f0e81ea28d8">EventCallback</a> that, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > data=<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >()))</td></tr>
<tr class="separator:ae4678d5f5963c446a5f2187a30fb89ee"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a47ea3e258dfe3539890b4a29859481e4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a47ea3e258dfe3539890b4a29859481e4"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use version with an <a class="el" href="classv8_1_1Isolate.html">Isolate</a>", static void SetMessageHandler(<a class="el" href="classv8_1_1Debug.html#a526826b857bd3e3efa184e12bcebc694">MessageHandler</a> handler))</td></tr>
<tr class="separator:a47ea3e258dfe3539890b4a29859481e4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5682cd506adcc344fe99b8c9b21bbac8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5682cd506adcc344fe99b8c9b21bbac8"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use version with an <a class="el" href="classv8_1_1Isolate.html">Isolate</a>", static void <a class="el" href="classv8_1_1Debug.html#af005b911101260e0458847d149d5610e">ProcessDebugMessages</a>())</td></tr>
<tr class="separator:a5682cd506adcc344fe99b8c9b21bbac8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afe8bf40a79b8769cedfb7aafef74e77f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afe8bf40a79b8769cedfb7aafef74e77f"></a>
 </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATED</b> ("Use version with an <a class="el" href="classv8_1_1Isolate.html">Isolate</a>", static <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > <a class="el" href="classv8_1_1Debug.html#abcf6727d68c5f8c35eef75a72e6a0da8">GetDebugContext</a>())</td></tr>
<tr class="separator:afe8bf40a79b8769cedfb7aafef74e77f"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a7f5138bd280a4c3fa9058a2d559687dd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7f5138bd280a4c3fa9058a2d559687dd"></a>
static bool </td><td class="memItemRight" valign="bottom"><b>SetDebugEventListener</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1Debug.html#ab53894746a21222796062f0e81ea28d8">EventCallback</a> that, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > data=<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >())</td></tr>
<tr class="separator:a7f5138bd280a4c3fa9058a2d559687dd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0c730ea558b1fc86cb728980c91a4c7c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0c730ea558b1fc86cb728980c91a4c7c"></a>
static void </td><td class="memItemRight" valign="bottom"><b>DebugBreak</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate)</td></tr>
<tr class="separator:a0c730ea558b1fc86cb728980c91a4c7c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a976a373dc06c146cdbe8d6f2fd7f57b5"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a976a373dc06c146cdbe8d6f2fd7f57b5"></a>
static void </td><td class="memItemRight" valign="bottom"><b>CancelDebugBreak</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate)</td></tr>
<tr class="separator:a976a373dc06c146cdbe8d6f2fd7f57b5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa564431664efa61d6d72c9cbd91b4ea2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa564431664efa61d6d72c9cbd91b4ea2"></a>
static bool </td><td class="memItemRight" valign="bottom"><b>CheckDebugBreak</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate)</td></tr>
<tr class="separator:aa564431664efa61d6d72c9cbd91b4ea2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae49147c056122437bacc3d26cc349125"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae49147c056122437bacc3d26cc349125"></a>
static void </td><td class="memItemRight" valign="bottom"><b>SetMessageHandler</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1Debug.html#a526826b857bd3e3efa184e12bcebc694">MessageHandler</a> handler)</td></tr>
<tr class="separator:ae49147c056122437bacc3d26cc349125"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aba2426f25ee7cd31659426287777bb00"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aba2426f25ee7cd31659426287777bb00"></a>
static void </td><td class="memItemRight" valign="bottom"><b>SendCommand</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, const uint16_t *command, int length, <a class="el" href="classv8_1_1Debug_1_1ClientData.html">ClientData</a> *client_data=NULL)</td></tr>
<tr class="separator:aba2426f25ee7cd31659426287777bb00"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6350dc826625864ee045783685bed057"><td class="memItemLeft" align="right" valign="top">static </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug.html#a6350dc826625864ee045783685bed057">V8_DEPRECATED</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > Call(<a class="el" href="classv8_1_1Local.html">v8::Local</a>< <a class="el" href="classv8_1_1Function.html">v8::Function</a> > fun, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > data=<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >()))</td></tr>
<tr class="separator:a6350dc826625864ee045783685bed057"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a32e28ec40dc429e7fa1dfbe1e514ba3d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a32e28ec40dc429e7fa1dfbe1e514ba3d"></a>
static <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>Call</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">v8::Local</a>< <a class="el" href="classv8_1_1Function.html">v8::Function</a> > fun, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > data=<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >())</td></tr>
<tr class="separator:a32e28ec40dc429e7fa1dfbe1e514ba3d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aeda86872fb9c66df641e6d16c8db7182"><td class="memItemLeft" align="right" valign="top">static </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug.html#aeda86872fb9c66df641e6d16c8db7182">V8_DEPRECATED</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > GetMirror(<a class="el" href="classv8_1_1Local.html">v8::Local</a>< <a class="el" href="classv8_1_1Value.html">v8::Value</a> > obj))</td></tr>
<tr class="separator:aeda86872fb9c66df641e6d16c8db7182"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab5f5ae3f4418c576da4633c6fb27b23d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab5f5ae3f4418c576da4633c6fb27b23d"></a>
static <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetMirror</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">v8::Local</a>< <a class="el" href="classv8_1_1Value.html">v8::Value</a> > obj)</td></tr>
<tr class="separator:ab5f5ae3f4418c576da4633c6fb27b23d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af005b911101260e0458847d149d5610e"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug.html#af005b911101260e0458847d149d5610e">ProcessDebugMessages</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate)</td></tr>
<tr class="separator:af005b911101260e0458847d149d5610e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abcf6727d68c5f8c35eef75a72e6a0da8"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug.html#abcf6727d68c5f8c35eef75a72e6a0da8">GetDebugContext</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate)</td></tr>
<tr class="separator:abcf6727d68c5f8c35eef75a72e6a0da8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab635f979d369bed13187e2594d825517"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug.html#ab635f979d369bed13187e2594d825517">SetLiveEditEnabled</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, bool enable)</td></tr>
<tr class="separator:ab635f979d369bed13187e2594d825517"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a10ef14b11ffdd57287f25b39dc728e07"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Array.html">Array</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug.html#a10ef14b11ffdd57287f25b39dc728e07">GetInternalProperties</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > value)</td></tr>
<tr class="separator:a10ef14b11ffdd57287f25b39dc728e07"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a79ce7b9e4e09be64ca1c3494ec6130ab"><td class="memItemLeft" align="right" valign="top">static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Debug.html#a79ce7b9e4e09be64ca1c3494ec6130ab">IsTailCallEliminationEnabled</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate)</td></tr>
<tr class="separator:a79ce7b9e4e09be64ca1c3494ec6130ab"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a06662e09d22d6eaed81f20824066cea5"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a06662e09d22d6eaed81f20824066cea5"></a>
static void </td><td class="memItemRight" valign="bottom"><b>SetTailCallEliminationEnabled</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, bool enabled)</td></tr>
<tr class="separator:a06662e09d22d6eaed81f20824066cea5"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Member Typedef Documentation</h2>
<a class="anchor" id="a91cd8aa9743e3478bc63fe73abcd557c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef void(* v8::Debug::DebugMessageDispatchHandler) ()</td>
</tr>
</table>
</div><div class="memdoc">
<p>Callback function for the host to ensure debug messages are processed. </p>
</div>
</div>
<a class="anchor" id="ab53894746a21222796062f0e81ea28d8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef void(* v8::Debug::EventCallback) (const <a class="el" href="classv8_1_1Debug_1_1EventDetails.html">EventDetails</a> &event_details)</td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="classv8_1_1Debug.html">Debug</a> event callback function.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">event_details</td><td>object providing information about the debug event</td></tr>
</table>
</dd>
</dl>
<p>A EventCallback2 does not take possession of the event data, and must not rely on the data persisting after the handler returns. </p>
</div>
</div>
<a class="anchor" id="a526826b857bd3e3efa184e12bcebc694"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef void(* v8::Debug::MessageHandler) (const <a class="el" href="classv8_1_1Debug_1_1Message.html">Message</a> &message)</td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="classv8_1_1Debug.html">Debug</a> message callback function.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">message</td><td>the debug message handler message object</td></tr>
</table>
</dd>
</dl>
<p>A MessageHandler2 does not take possession of the message data, and must not rely on the data persisting after the handler returns. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="abcf6727d68c5f8c35eef75a72e6a0da8"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classv8_1_1Local.html">Local</a><<a class="el" href="classv8_1_1Context.html">Context</a>> v8::Debug::GetDebugContext </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Debugger is running in its own context which is entered while debugger messages are being dispatched. This is an explicit getter for this debugger context. Note that the content of the debugger context is subject to change. The <a class="el" href="classv8_1_1Context.html">Context</a> exists only when the debugger is active, i.e. at least one DebugEventListener or MessageHandler is set. </p>
</div>
</div>
<a class="anchor" id="a10ef14b11ffdd57287f25b39dc728e07"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a><<a class="el" href="classv8_1_1Array.html">Array</a>> v8::Debug::GetInternalProperties </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td>
<td class="paramname"><em>value</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns array of internal properties specific to the value type. Result has the following format: [<name>, </p>
<p>,...,<name>, </p>
<p>]. Result array will be allocated in the current context. </p>
</div>
</div>
<a class="anchor" id="a79ce7b9e4e09be64ca1c3494ec6130ab"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static bool v8::Debug::IsTailCallEliminationEnabled </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Defines if the ES2015 tail call elimination feature is enabled or not. The change of this flag triggers deoptimization of all functions that contain calls at tail position. </p>
</div>
</div>
<a class="anchor" id="af005b911101260e0458847d149d5610e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::Debug::ProcessDebugMessages </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Makes <a class="el" href="classv8_1_1V8.html">V8</a> process all pending debug messages.</p>
<p>From <a class="el" href="classv8_1_1V8.html">V8</a> point of view all debug messages come asynchronously (e.g. from remote debugger) but they all must be handled synchronously: <a class="el" href="classv8_1_1V8.html">V8</a> cannot do 2 things at one time so normal script execution must be interrupted for a while.</p>
<p>Generally when message arrives <a class="el" href="classv8_1_1V8.html">V8</a> may be in one of 3 states:</p><ol type="1">
<li><a class="el" href="classv8_1_1V8.html">V8</a> is running script; <a class="el" href="classv8_1_1V8.html">V8</a> will automatically interrupt and process all pending messages;</li>
<li><a class="el" href="classv8_1_1V8.html">V8</a> is suspended on debug breakpoint; in this state <a class="el" href="classv8_1_1V8.html">V8</a> is dedicated to reading and processing debug messages;</li>
<li><a class="el" href="classv8_1_1V8.html">V8</a> is not running at all or has called some long-working C++ function; by default it means that processing of all debug messages will be deferred until <a class="el" href="classv8_1_1V8.html">V8</a> gets control again; however, embedding application may improve this by manually calling this method.</li>
</ol>
<p>Technically this method in many senses is equivalent to executing empty script:</p><ol type="1">
<li>It does nothing except for processing all pending debug messages.</li>
<li>It should be invoked with the same precautions and from the same context as <a class="el" href="classv8_1_1V8.html">V8</a> script would be invoked from, because: a. with "evaluate" command it can do whatever normal script can do, including all native calls; b. no other thread should call <a class="el" href="classv8_1_1V8.html">V8</a> while this method is running (<a class="el" href="classv8_1_1Locker.html">v8::Locker</a> may be used here).</li>
</ol>
<p>"Evaluate" debug command behavior currently is not specified in scope of this method. </p>
</div>
</div>
<a class="anchor" id="ab635f979d369bed13187e2594d825517"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::Debug::SetLiveEditEnabled </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"><em>enable</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Enable/disable LiveEdit functionality for the given <a class="el" href="classv8_1_1Isolate.html">Isolate</a> (default <a class="el" href="classv8_1_1Isolate.html">Isolate</a> if not provided). <a class="el" href="classv8_1_1V8.html">V8</a> will abort if LiveEdit is unexpectedly used. LiveEdit is enabled by default. </p>
</div>
</div>
<a class="anchor" id="a6350dc826625864ee045783685bed057"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static v8::Debug::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use maybe version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >  </td>
<td class="paramname"><em>Call</em>v8::Local< v8::Function > fun, Local< Value > data=Local< Value >() </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Run a JavaScript function in the debugger. </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">fun</td><td>the function to call </td></tr>
<tr><td class="paramname">data</td><td>passed as second argument to the function With this call the debugger is entered and the function specified is called with the execution state as the first argument. This makes it possible to get access to information otherwise not available during normal JavaScript execution e.g. details on stack frames. Receiver of the function call will be the debugger context global object, however this is a subject to change. The following example shows a JavaScript function which when passed to v8::Debug::Call will return the current line of JavaScript execution.</td></tr>
</table>
</dd>
</dl>
<div class="fragment"><div class="line"><span class="keyword">function</span> frame_source_line(exec_state) {</div><div class="line"> <span class="keywordflow">return</span> exec_state.frame(0).sourceLine();</div><div class="line">}</div></div><!-- fragment -->
</div>
</div>
<a class="anchor" id="aeda86872fb9c66df641e6d16c8db7182"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static v8::Debug::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use maybe version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >  </td>
<td class="paramname"><em>GetMirror</em>v8::Local< v8::Value > obj </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns a mirror object for the given object. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8-debug_8h_source.html">v8-debug.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 2a39d1c/html/classv8_1_1Debug.html | HTML | mit | 32,647 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script src="http://localhost:3000/socket.io/socket.io.js"></script>
<script src="index.js"></script>
</body>
</html> | DannyvanderJagt/ardrone-nes-leap | src/client/index.html | HTML | mit | 226 |
<html>
<head>
<meta charset=utf-8>
<title>Alarm API</title>
<script data-main="/lib/main.js" src="/deps/require.js"></script>
<!-- Below attached js file contains functions to add task -->
<script type="text/javascript" src="task.js"></script> <!--Order is important - first task.js needs to be loeaded -->
<!-- Below attached js file contains functions to create time and calendar pickers -->
<link rel="stylesheet" media="screen, print, handheld" type="text/css" href="calendar.css" />
<script type="text/javascript" src="calendar.js"></script>
<script type="text/javascript" src="clock.js"></script>
<script type="text/javascript" src="task.js"></script>
<!-- Below attached js file contains all required functions for proper TaskScheduler prototype behaviour -->
<script type="text/javascript" src="../lib/interfaces/LoadTasks.js"></script>
</head>
<body>
<script type="text/javascript">
/*
*
* Adding event listener for "task" event generated by TaskScheduler using setTimeout
* Event contains extra fields:
* data - this is stored task data
* date - this is exact date when task should be raised
*
*/
document.addEventListener('task', function (e) {
// e.target matches target from above
console.log("event listener got task with data: "+ e.detail.data+" raised for date:"+e.detail.date);
}, false);
/*
* Adding created dynamically calendar picker with default day set to now()
*/
calendar(new Date());
//calendar(new Date('Thu Oct 12 2013 14:24:35 GMT+0200 (CEST)'));
add_task_details_field();
/*
* Adding created dynamically time picker with default time set to 12:00
* !there is NO possibility to add seconds under Chromium (they have special HTML5 imput form for that)
*/
add_clock();
/*
* Adding data field for user to input description of the task
*/
add_data_field( );
/*
* Adding task button
*/
add_task_button( );
/*
* Get all pending tasks
*/
add_pendingTasks_button( );
/******************************************************************
*
* Function that will close all tasks before reloading/closing page
*
*******************************************************************/
window.onbeforeunload = function(e) {
close_all_tasks (new Date());
return 'All pending tasks has been closed.';
};
</script>
</body>
</html>
| marcoscaceres/AlarmAPI | demo/index.html | HTML | mit | 2,390 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<meta name="robots" content="noindex" />
<title>File vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php | seip</title>
<script type="text/javascript" src="resources/combined.js?784181472"></script>
<script type="text/javascript" src="elementlist.js?3927760630"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li><a href="namespace-Acme.html">Acme<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.html">DemoBundle<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Acme.DemoBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Acme.DemoBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Form.html">Form</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Acme.DemoBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Alpha.html">Alpha</a>
</li>
<li><a href="namespace-Apc.html">Apc<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Apc.Namespaced.html">Namespaced</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.html">Assetic<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.html">Asset<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.Iterator.html">Iterator</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Cache.html">Cache</a>
</li>
<li><a href="namespace-Assetic.Exception.html">Exception</a>
</li>
<li><a href="namespace-Assetic.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Assetic.Extension.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Assetic.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Assetic.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Assetic.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Assetic.Filter.GoogleClosure.html">GoogleClosure</a>
</li>
<li><a href="namespace-Assetic.Filter.Sass.html">Sass</a>
</li>
<li><a href="namespace-Assetic.Filter.Yui.html">Yui</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.html">Bazinga<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Finder.html">Finder</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Bazinga.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Finder.html">Finder</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Beta.html">Beta</a>
</li>
<li><a href="namespace-Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Blameable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ClassesWithParents.html">ClassesWithParents</a>
</li>
<li><a href="namespace-ClassLoaderTest.html">ClassLoaderTest</a>
</li>
<li><a href="namespace-ClassMap.html">ClassMap</a>
</li>
<li><a href="namespace-Composer.html">Composer<span></span></a>
<ul>
<li><a href="namespace-Composer.Autoload.html">Autoload</a>
</li>
</ul></li>
<li><a href="namespace-Container14.html">Container14</a>
</li>
<li><a href="namespace-Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.html">DoctrineBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.Proxy.html">Proxy</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Mapping.html">Mapping</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.html">FixturesBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.Command.html">Command</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Common.Collections.html">Collections<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Collections.Expr.html">Expr</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.Listener.html">Listener</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Exception.html">Exception</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Purger.html">Purger</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Common.Lexer.html">Lexer</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Proxy.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Reflection.html">Reflection</a>
</li>
<li><a href="namespace-Doctrine.Common.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.html">DBAL<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Connections.html">Connections</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Driver.DrizzlePDOMySql.html">DrizzlePDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.IBMDB2.html">IBMDB2</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.Mysqli.html">Mysqli</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.OCI8.html">OCI8</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOIbm.html">PDOIbm</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOMySql.html">PDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOOracle.html">PDOOracle</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOPgSql.html">PDOPgSql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlite.html">PDOSqlite</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlsrv.html">PDOSqlsrv</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.SQLSrv.html">SQLSrv</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Event.Listeners.html">Listeners</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Logging.html">Logging</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Platforms.html">Platforms<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Platforms.Keywords.html">Keywords</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Portability.html">Portability</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Query.Expression.html">Expression</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Schema.html">Schema<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Schema.Synchronizer.html">Synchronizer</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Schema.Visitor.html">Visitor</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Sharding.html">Sharding<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.ShardChoser.html">ShardChoser</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.html">SQLAzure<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.Schema.html">Schema</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Types.html">Types</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Decorator.html">Decorator</a>
</li>
<li><a href="namespace-Doctrine.ORM.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.ORM.Internal.html">Internal<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Internal.Hydration.html">Hydration</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Mapping.Builder.html">Builder</a>
</li>
<li><a href="namespace-Doctrine.ORM.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Persisters.html">Persisters</a>
</li>
<li><a href="namespace-Doctrine.ORM.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.html">AST<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.Functions.html">Functions</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Query.Exec.html">Exec</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Expr.html">Expr</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Filter.html">Filter</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Repository.html">Repository</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.ClearCache.html">ClearCache</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.SchemaTool.html">SchemaTool</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Export.html">Export<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Export.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Pagination.html">Pagination</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Bar.html">Bar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Foo.html">Foo</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.FooBar.html">FooBar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.html">Ticket<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.Mapping.html">Mapping</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Collections.html">Collections</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestEntity.html">TestEntity</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestFixtures.html">TestFixtures</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.Mapping.html">Mapping</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.html">Reflection<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.Dummies.html">Dummies</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.html">Bundles<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.Vendor.html">Vendor<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.html">XmlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.html">YamlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Foo.html">Foo<span></span></a>
<ul>
<li><a href="namespace-Foo.Bar.html">Bar</a>
</li>
</ul></li>
<li><a href="namespace-FOS.html">FOS<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.html">RestBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Examples.html">Examples</a>
</li>
<li><a href="namespace-FOS.RestBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Form.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Normalizer.html">Normalizer<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Normalizer.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Response.html">Response<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Response.AllowedMethodsLoader.html">AllowedMethodsLoader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.Reader.html">Reader</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Util.html">Util<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Util.Inflector.html">Inflector</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.html">UserBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Command.html">Command</a>
</li>
<li><a href="namespace-FOS.UserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-FOS.UserBundle.CouchDocument.html">CouchDocument</a>
</li>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Document.html">Document</a>
</li>
<li><a href="namespace-FOS.UserBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Handler.html">Handler</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Mailer.html">Mailer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Propel.html">Propel</a>
</li>
<li><a href="namespace-FOS.UserBundle.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.UserBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.html">Gedmo<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Blameable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Exception.html">Exception</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.IpTraceable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.html">Mock<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Xml.html">Xml</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.References.html">References<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.References.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Handler.html">Handler</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.ODM.html">ODM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.html">TreeWalker<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.Exec.html">Exec</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.html">Tool<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.html">Logging<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.DBAL.html">DBAL</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.Wrapper.html">Wrapper</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Hydrator.html">Hydrator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Hydrator.ORM.html">ORM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translatable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Query.TreeWalker.html">TreeWalker</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translator.Document.html">Document</a>
</li>
<li><a href="namespace-Gedmo.Translator.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.html">MongoDB<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.Repository.html">Repository</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Tree.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.html">Strategy<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Event.html">Event</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FileInfo.html">FileInfo</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FilenameGenerator.html">FilenameGenerator</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Uploadable.MimeType.html">MimeType</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Incenteev.html">Incenteev<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.html">ParameterHandler<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.html">JMS<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.Serializer.Builder.html">Builder</a>
</li>
<li><a href="namespace-JMS.Serializer.Construction.html">Construction</a>
</li>
<li><a href="namespace-JMS.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.Serializer.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Naming.html">Naming</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Discriminator.html">Discriminator</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.DoctrinePHPCR.html">DoctrinePHPCR</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.Naming.html">Naming</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.Serializer.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.html">SerializerBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.Serializer.html">Serializer</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.Fixture.html">Fixture</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.html">TranslationBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Logger.html">Logger</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.html">File<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.html">SimpleTest<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Form.html">Form</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.File.html">File</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Knp.html">Knp<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.html">MenuBundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.html">Stubs<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.html">Child<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Templating.html">Templating</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Knp.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Integration.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.Symfony.html">Symfony</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Silex.html">Silex<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Silex.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Integration.Silex.html">Silex</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.Log.html">Log</a>
</li>
</ul></li>
<li><a href="namespace-Loggable.Fixture.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Entity.Log.html">Log</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Lunetics.html">Lunetics<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.html">LocaleBundle<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Cookie.html">Cookie</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Matcher.html">Matcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Session.html">Session</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Switcher.html">Switcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.Compatibility.html">Compatibility</a>
</li>
<li><a href="namespace-Mapping.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Mapping.Fixture.Unmapped.html">Unmapped</a>
</li>
<li><a href="namespace-Mapping.Fixture.Xml.html">Xml</a>
</li>
<li><a href="namespace-Mapping.Fixture.Yaml.html">Yaml</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-Metadata.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Driver.html">Driver</a>
</li>
<li><a href="namespace-Metadata.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.A.html">A</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.B.html">B</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.html">C<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.SubDir.html">SubDir</a>
</li>
</ul></li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.T.html">T</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Fixtures.ComplexHierarchy.html">ComplexHierarchy</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Monolog.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Monolog.Handler.FingersCrossed.html">FingersCrossed</a>
</li>
<li><a href="namespace-Monolog.Handler.SyslogUdp.html">SyslogUdp</a>
</li>
</ul></li>
<li><a href="namespace-Monolog.Processor.html">Processor</a>
</li>
</ul></li>
<li><a href="namespace-MyProject.html">MyProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.html">OtherProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.B.html">B</a>
</li>
</ul></li>
<li><a href="namespace-NamespaceCollision.C.html">C<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.C.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Namespaced.html">Namespaced</a>
</li>
<li><a href="namespace-Namespaced2.html">Namespaced2</a>
</li>
<li><a href="namespace-Negotiation.html">Negotiation<span></span></a>
<ul>
<li><a href="namespace-Negotiation.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-None.html">None</a>
</li>
<li><a href="namespace-Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
<li><a href="namespace-PhpCollection.html">PhpCollection<span></span></a>
<ul>
<li><a href="namespace-PhpCollection.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-PhpOption.html">PhpOption<span></span></a>
<ul>
<li><a href="namespace-PhpOption.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Psr.html">Psr<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.html">Log<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyNullify.html">ManyNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyRestrict.html">ManyRestrict</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneNullify.html">OneNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneRestrict.html">OneRestrict</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-References.html">References<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-References.Fixture.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.html">DistributionBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Composer.html">Composer</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.html">Configurator<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Form.html">Form</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Step.html">Step</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.html">BarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.html">FooBarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.html">GeneratorBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Generator.html">Generator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Manipulator.html">Manipulator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Generator.html">Generator</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Document.Handler.html">Handler</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Handler.People.html">People</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Inheritance.html">Inheritance</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Inheritance2.html">Inheritance2</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue104.html">Issue104</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue116.html">Issue116</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue131.html">Issue131</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue449.html">Issue449</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue633.html">Issue633</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue827.html">Issue827</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue939.html">Issue939</a>
</li>
<li><a href="namespace-Sluggable.Fixture.MappedSuperclass.html">MappedSuperclass</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-SoftDeleteable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Stof.html">Stof<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.html">DoctrineExtensionsBundle<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.Uploadable.html">Uploadable</a>
</li>
</ul></li></ul></li>
<li class="active"><a href="namespace-Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.html">Bridge<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Processor.html">Processor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Processor.html">Processor</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.html">Propel1<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.html">ProxyManager<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Form.html">Form</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Translation.html">Translation</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Translation.html">Translation</a>
</li>
</ul></li></ul></li>
<li class="active"><a href="namespace-Symfony.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.html">AsseticBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.TestBundle.html">TestBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li class="active"><a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Routing.html">Routing</a>
</li>
<li class="active"><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.Descriptor.html">Descriptor</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.BaseBundle.html">BaseBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.html">Helper<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.html">MonologBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.html">SecurityBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.Factory.html">Factory</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.Factory.html">Factory</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.html">CsrfFormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Form.html">Form</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.html">FormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Security.html">Security</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.html">SwiftmailerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.html">TwigBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.html">WebProfilerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Profiler.html">Profiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.html">BrowserKit<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ClassLoader.html">ClassLoader<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ClassLoader.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.html">Config<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.Configuration.html">Configuration</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tester.html">Tester</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Tester.html">Tester</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.html">CssSelector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Shortcut.html">Shortcut</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Tokenizer.html">Tokenizer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Shortcut.html">Shortcut</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.XPath.html">XPath</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.html">XPath<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Debug.html">Debug<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Tests.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.Fixtures.html">Fixtures</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dump.html">Dump</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.ParameterBag.html">ParameterBag</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.ParameterBag.html">ParameterBag</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DomCrawler.html">DomCrawler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Field.html">Field</a>
</li>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.Field.html">Field</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.EventDispatcher.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.EventDispatcher.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.html">ExpressionLanguage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.ParserCache.html">ParserCache</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.Node.html">Node</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Filesystem.html">Filesystem<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Filesystem.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Filesystem.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Finder.html">Finder<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Adapter.html">Adapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Shell.html">Shell</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Tests.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.FakeAdapter.html">FakeAdapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Iterator.html">Iterator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.CsrfProvider.html">CsrfProvider</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.EventListener.html">EventListener</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.html">HttpKernel<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Log.html">Log</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionAbsentBundle.html">ExtensionAbsentBundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.html">ExtensionLoadedBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.html">ExtensionPresentBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.html">Profiler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.Mock.html">Mock</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Icu.html">Icu<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Icu.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.html">Intl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Collator.html">Collator</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.DateFormat.html">DateFormat</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Globals.html">Globals</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Locale.html">Locale</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.NumberFormatter.html">NumberFormatter</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.html">Transformer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.Rule.html">Rule</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.html">Collator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.html">Globals<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.html">NumberFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.OptionsResolver.html">OptionsResolver<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.OptionsResolver.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.OptionsResolver.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Process.html">Process<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Process.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Process.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.PropertyAccess.html">PropertyAccess<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.PropertyAccess.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.AnnotatedClasses.html">AnnotatedClasses</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Model.html">Model</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Acl.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Authorization.html">Authorization</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Session.html">Session</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Session.html">Session</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.Firewall.html">Firewall</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Normalizer.html">Normalizer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Stopwatch.html">Stopwatch</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Storage.html">Storage</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Storage.html">Storage</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Extractor.html">Extractor</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Tests.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Translation.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Loader.html">Loader</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Yaml.html">Yaml<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Yaml.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Yaml.Tests.html">Tests</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.html">Tecnocreaciones<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.html">AjaxFOSUserBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Handler.html">Handler</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.html">InstallBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.html">TemplateBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.html">Vzla<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.html">GovernmentBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Model.html">Model</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.html">Fabpot<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.Sub.html">Sub</a>
</li>
<li><a href="namespace-TestBundle.FooBundle.Controller.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.html">Cms<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-TestFixtures.html">TestFixtures</a>
</li>
<li><a href="namespace-Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tool.html">Tool</a>
</li>
<li><a href="namespace-Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.Personal.html">Personal</a>
</li>
</ul></li>
<li><a href="namespace-Translatable.Fixture.Issue114.html">Issue114</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue138.html">Issue138</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue165.html">Issue165</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue173.html">Issue173</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue75.html">Issue75</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue922.html">Issue922</a>
</li>
<li><a href="namespace-Translatable.Fixture.Personal.html">Personal</a>
</li>
<li><a href="namespace-Translatable.Fixture.Template.html">Template</a>
</li>
<li><a href="namespace-Translatable.Fixture.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Translator.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.Closure.html">Closure</a>
</li>
<li><a href="namespace-Tree.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Tree.Fixture.Genealogy.html">Genealogy</a>
</li>
<li><a href="namespace-Tree.Fixture.Mock.html">Mock</a>
</li>
<li><a href="namespace-Tree.Fixture.Repository.html">Repository</a>
</li>
<li><a href="namespace-Tree.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Wrapper.html">Wrapper<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Wrapper.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Symfony.Bundle.FrameworkBundle.Templating.DelegatingEngine.html">DelegatingEngine</a></li>
<li><a href="class-Symfony.Bundle.FrameworkBundle.Templating.GlobalVariables.html" class="invalid">GlobalVariables</a></li>
<li><a href="class-Symfony.Bundle.FrameworkBundle.Templating.PhpEngine.html">PhpEngine</a></li>
<li><a href="class-Symfony.Bundle.FrameworkBundle.Templating.TemplateFilenameParser.html">TemplateFilenameParser</a></li>
<li class="active"><a href="class-Symfony.Bundle.FrameworkBundle.Templating.TemplateNameParser.html" class="invalid">TemplateNameParser</a></li>
<li><a href="class-Symfony.Bundle.FrameworkBundle.Templating.TemplateReference.html" class="invalid">TemplateReference</a></li>
<li><a href="class-Symfony.Bundle.FrameworkBundle.Templating.TimedPhpEngine.html">TimedPhpEngine</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li><a href="class-Symfony.Bundle.FrameworkBundle.Templating.EngineInterface.html">EngineInterface</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html" title="Summary of Symfony\Bundle\FrameworkBundle\Templating"><span>Namespace</span></a>
</li>
<li>
<a href="class-Symfony.Bundle.FrameworkBundle.Templating.TemplateNameParser.html" title="Summary of Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser"><span>Class</span></a>
</li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<pre><code><span id="1" class="l"><a class="l" href="#1"> 1: </a><span class="xlang"><?php</span>
</span><span id="2" class="l"><a class="l" href="#2"> 2: </a>
</span><span id="3" class="l"><a class="l" href="#3"> 3: </a><span class="php-comment">/*
</span></span><span id="4" class="l"><a class="l" href="#4"> 4: </a><span class="php-comment"> * This file is part of the Symfony package.
</span></span><span id="5" class="l"><a class="l" href="#5"> 5: </a><span class="php-comment"> *
</span></span><span id="6" class="l"><a class="l" href="#6"> 6: </a><span class="php-comment"> * (c) Fabien Potencier <[email protected]>
</span></span><span id="7" class="l"><a class="l" href="#7"> 7: </a><span class="php-comment"> *
</span></span><span id="8" class="l"><a class="l" href="#8"> 8: </a><span class="php-comment"> * For the full copyright and license information, please view the LICENSE
</span></span><span id="9" class="l"><a class="l" href="#9"> 9: </a><span class="php-comment"> * file that was distributed with this source code.
</span></span><span id="10" class="l"><a class="l" href="#10">10: </a><span class="php-comment"> */</span>
</span><span id="11" class="l"><a class="l" href="#11">11: </a>
</span><span id="12" class="l"><a class="l" href="#12">12: </a><span class="php-keyword1">namespace</span> Symfony\Bundle\FrameworkBundle\Templating;
</span><span id="13" class="l"><a class="l" href="#13">13: </a>
</span><span id="14" class="l"><a class="l" href="#14">14: </a><span class="php-keyword1">use</span> Symfony\Component\Templating\TemplateNameParserInterface;
</span><span id="15" class="l"><a class="l" href="#15">15: </a><span class="php-keyword1">use</span> Symfony\Component\Templating\TemplateReferenceInterface;
</span><span id="16" class="l"><a class="l" href="#16">16: </a><span class="php-keyword1">use</span> Symfony\Component\HttpKernel\KernelInterface;
</span><span id="17" class="l"><a class="l" href="#17">17: </a>
</span><span id="18" class="l"><a class="l" href="#18">18: </a><span class="php-comment">/**
</span></span><span id="19" class="l"><a class="l" href="#19">19: </a><span class="php-comment"> * TemplateNameParser converts template names from the short notation
</span></span><span id="20" class="l"><a class="l" href="#20">20: </a><span class="php-comment"> * "bundle:section:template.format.engine" to TemplateReferenceInterface
</span></span><span id="21" class="l"><a class="l" href="#21">21: </a><span class="php-comment"> * instances.
</span></span><span id="22" class="l"><a class="l" href="#22">22: </a><span class="php-comment"> *
</span></span><span id="23" class="l"><a class="l" href="#23">23: </a><span class="php-comment"> * @author Fabien Potencier <[email protected]>
</span></span><span id="24" class="l"><a class="l" href="#24">24: </a><span class="php-comment"> */</span>
</span><span id="25" class="l"><a class="l" href="#25">25: </a><span class="php-keyword1">class</span> <a id="TemplateNameParser" href="#TemplateNameParser">TemplateNameParser</a> <span class="php-keyword1">implements</span> TemplateNameParserInterface
</span><span id="26" class="l"><a class="l" href="#26">26: </a>{
</span><span id="27" class="l"><a class="l" href="#27">27: </a> <span class="php-keyword1">protected</span> <span class="php-var"><a id="$kernel" href="#$kernel">$kernel</a></span>;
</span><span id="28" class="l"><a class="l" href="#28">28: </a> <span class="php-keyword1">protected</span> <span class="php-var"><a id="$cache" href="#$cache">$cache</a></span> = <span class="php-keyword1">array</span>();
</span><span id="29" class="l"><a class="l" href="#29">29: </a>
</span><span id="30" class="l"><a class="l" href="#30">30: </a> <span class="php-comment">/**
</span></span><span id="31" class="l"><a class="l" href="#31">31: </a><span class="php-comment"> * Constructor.
</span></span><span id="32" class="l"><a class="l" href="#32">32: </a><span class="php-comment"> *
</span></span><span id="33" class="l"><a class="l" href="#33">33: </a><span class="php-comment"> * @param KernelInterface $kernel A KernelInterface instance
</span></span><span id="34" class="l"><a class="l" href="#34">34: </a><span class="php-comment"> */</span>
</span><span id="35" class="l"><a class="l" href="#35">35: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="___construct" href="#___construct">__construct</a>(KernelInterface <span class="php-var">$kernel</span>)
</span><span id="36" class="l"><a class="l" href="#36">36: </a> {
</span><span id="37" class="l"><a class="l" href="#37">37: </a> <span class="php-var">$this</span>->kernel = <span class="php-var">$kernel</span>;
</span><span id="38" class="l"><a class="l" href="#38">38: </a> }
</span><span id="39" class="l"><a class="l" href="#39">39: </a>
</span><span id="40" class="l"><a class="l" href="#40">40: </a> <span class="php-comment">/**
</span></span><span id="41" class="l"><a class="l" href="#41">41: </a><span class="php-comment"> * {@inheritdoc}
</span></span><span id="42" class="l"><a class="l" href="#42">42: </a><span class="php-comment"> */</span>
</span><span id="43" class="l"><a class="l" href="#43">43: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_parse" href="#_parse">parse</a>(<span class="php-var">$name</span>)
</span><span id="44" class="l"><a class="l" href="#44">44: </a> {
</span><span id="45" class="l"><a class="l" href="#45">45: </a> <span class="php-keyword1">if</span> (<span class="php-var">$name</span> <span class="php-keyword1">instanceof</span> TemplateReferenceInterface) {
</span><span id="46" class="l"><a class="l" href="#46">46: </a> <span class="php-keyword1">return</span> <span class="php-var">$name</span>;
</span><span id="47" class="l"><a class="l" href="#47">47: </a> } <span class="php-keyword1">elseif</span> (<span class="php-keyword1">isset</span>(<span class="php-var">$this</span>->cache[<span class="php-var">$name</span>])) {
</span><span id="48" class="l"><a class="l" href="#48">48: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>->cache[<span class="php-var">$name</span>];
</span><span id="49" class="l"><a class="l" href="#49">49: </a> }
</span><span id="50" class="l"><a class="l" href="#50">50: </a>
</span><span id="51" class="l"><a class="l" href="#51">51: </a> <span class="php-comment">// normalize name</span>
</span><span id="52" class="l"><a class="l" href="#52">52: </a> <span class="php-var">$name</span> = <span class="php-keyword2">str_replace</span>(<span class="php-quote">':/'</span>, <span class="php-quote">':'</span>, <span class="php-keyword2">preg_replace</span>(<span class="php-quote">'#/{2,}#'</span>, <span class="php-quote">'/'</span>, <span class="php-keyword2">strtr</span>(<span class="php-var">$name</span>, <span class="php-quote">'\\'</span>, <span class="php-quote">'/'</span>)));
</span><span id="53" class="l"><a class="l" href="#53">53: </a>
</span><span id="54" class="l"><a class="l" href="#54">54: </a> <span class="php-keyword1">if</span> (<span class="php-keyword1">false</span> !== <span class="php-keyword2">strpos</span>(<span class="php-var">$name</span>, <span class="php-quote">'..'</span>)) {
</span><span id="55" class="l"><a class="l" href="#55">55: </a> <span class="php-keyword1">throw</span> <span class="php-keyword1">new</span> \RuntimeException(<span class="php-keyword2">sprintf</span>(<span class="php-quote">'Template name "%s" contains invalid characters.'</span>, <span class="php-var">$name</span>));
</span><span id="56" class="l"><a class="l" href="#56">56: </a> }
</span><span id="57" class="l"><a class="l" href="#57">57: </a>
</span><span id="58" class="l"><a class="l" href="#58">58: </a> <span class="php-keyword1">if</span> (!<span class="php-keyword2">preg_match</span>(<span class="php-quote">'/^([^:]*):([^:]*):(.+)\.([^\.]+)\.([^\.]+)$/'</span>, <span class="php-var">$name</span>, <span class="php-var">$matches</span>)) {
</span><span id="59" class="l"><a class="l" href="#59">59: </a> <span class="php-keyword1">throw</span> <span class="php-keyword1">new</span> \InvalidArgumentException(<span class="php-keyword2">sprintf</span>(<span class="php-quote">'Template name "%s" is not valid (format is "bundle:section:template.format.engine").'</span>, <span class="php-var">$name</span>));
</span><span id="60" class="l"><a class="l" href="#60">60: </a> }
</span><span id="61" class="l"><a class="l" href="#61">61: </a>
</span><span id="62" class="l"><a class="l" href="#62">62: </a> <span class="php-var">$template</span> = <span class="php-keyword1">new</span> TemplateReference(<span class="php-var">$matches</span>[<span class="php-num">1</span>], <span class="php-var">$matches</span>[<span class="php-num">2</span>], <span class="php-var">$matches</span>[<span class="php-num">3</span>], <span class="php-var">$matches</span>[<span class="php-num">4</span>], <span class="php-var">$matches</span>[<span class="php-num">5</span>]);
</span><span id="63" class="l"><a class="l" href="#63">63: </a>
</span><span id="64" class="l"><a class="l" href="#64">64: </a> <span class="php-keyword1">if</span> (<span class="php-var">$template</span>->get(<span class="php-quote">'bundle'</span>)) {
</span><span id="65" class="l"><a class="l" href="#65">65: </a> <span class="php-keyword1">try</span> {
</span><span id="66" class="l"><a class="l" href="#66">66: </a> <span class="php-var">$this</span>->kernel->getBundle(<span class="php-var">$template</span>->get(<span class="php-quote">'bundle'</span>));
</span><span id="67" class="l"><a class="l" href="#67">67: </a> } <span class="php-keyword1">catch</span> (\Exception <span class="php-var">$e</span>) {
</span><span id="68" class="l"><a class="l" href="#68">68: </a> <span class="php-keyword1">throw</span> <span class="php-keyword1">new</span> \InvalidArgumentException(<span class="php-keyword2">sprintf</span>(<span class="php-quote">'Template name "%s" is not valid.'</span>, <span class="php-var">$name</span>), <span class="php-num">0</span>, <span class="php-var">$e</span>);
</span><span id="69" class="l"><a class="l" href="#69">69: </a> }
</span><span id="70" class="l"><a class="l" href="#70">70: </a> }
</span><span id="71" class="l"><a class="l" href="#71">71: </a>
</span><span id="72" class="l"><a class="l" href="#72">72: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>->cache[<span class="php-var">$name</span>] = <span class="php-var">$template</span>;
</span><span id="73" class="l"><a class="l" href="#73">73: </a> }
</span><span id="74" class="l"><a class="l" href="#74">74: </a>}
</span><span id="75" class="l"><a class="l" href="#75">75: </a></span></code></pre>
<div id="footer">
seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
| Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed | api/source-class-Symfony.Bundle.FrameworkBundle.Templating.TemplateNameParser.html | HTML | mit | 165,725 |
<div layout="row">
<navigation-column></navigation-column>
<div ng-if="vm.currentUser === null || !(vm.showUserOrders || vm.showStock || vm.showFinancial)"
layout="column" flex>
<md-content class='md-padding' flex>
Make sure you have the appropriate permissions to access this page.
</md-content>
</div>
<div ng-if="vm.currentUser !== null && (vm.showUserOrders || vm.showStock || vm.showFinancial)" layout="column" flex>
<div class="admin-message" ng-if="vm.adminMessage" layout-align layout="column">
<div class="my-toast my-button" ng-click="vm.deleteAdminMessages()" layout="column">
<div layout="row"><span>Hide all warnings</span><span class="bold">X</span></div>
</div>
<div class="my-toast" ng-repeat="message in vm.listAdminMessages" layout="column">
<span class="sender-identification">({{message.time}}) Admin says:</span>
<span class="sender-message">{{message.msg}}</span>
</div>
</div>
<toolbar-row></toolbar-row>
<md-tabs md-dynamic-height md-border-bottom md-selected="vm.tab_level_1">
<md-tab label="My orders" ng-if="vm.showUserOrders">
<md-content>
<div ng-if="vm.multipleAccounts">
<md-card>
<md-card-title>
<md-card-title-text>
<span class="md-headline">Choose Account</span>
</md-card-title-text>
</md-card-title>
<md-card-content layout="column">
You were entitled to order through several accounts, please select which one:
<md-input-container>
<label>Select account</label>
<md-select ng-model="vm.currentUser.accountID"
ng-change="vm.makeAccountSelection()">
<md-option ng-repeat="account in vm.thisUserAccounts" ng-value="account.account_id">
{{account.account_name_en}}@{{account.cost_center_name_en}}
</md-option>
</md-select>
</md-input-container>
</md-card-content>
</md-card>
</div>
<internal-order-inventory
ng-if="vm.accountSelected"
data-user="{{vm.currentUser.userID}}"
data-account="{{vm.currentUser.accountID}}"
data-inventory="vm.inventory"
data-orders="vm.orders"
data-finaccount="vm.account"
flex>
</internal-order-inventory>
</md-content>
</md-tab>
<md-tab label="Management"
ng-if="vm.showStock || vm.showFinancial">
<md-tabs md-dynamic-height md-border-bottom md-selected="vm.tab_level_2">
<md-tab label="Stock" ng-if="vm.showStock">
<md-content>
<inventory-management
data-user="{{vm.currentUser.userID}}"
data-inventory="vm.managersInventory"
flex>
</inventory-management>
</md-content>
</md-tab>
<md-tab label="Orders" ng-if="vm.showStock">
<md-content>
<orders-management
data-user="{{vm.currentUser.userID}}"
data-orders="vm.managersOrders"
flex>
</orders-management>
</md-content>
</md-tab>
<md-tab label="Users" ng-if="vm.showStock">
<md-content>
<order-users-management
data-user="{{vm.currentUser.userID}}"
data-usersorders="vm.managersUsersOrders"
flex>
</order-users-management>
</md-content>
</md-tab>
<md-tab label="Financial" ng-if="vm.showFinancial">
<md-content>
<div layout-xs="column" layout-sm="column" layout-md="column" layout-gt-md="row" layout-padding>
<div flex-xs flex-sm flex-md flex-gt-md="50" layout="column">
<order-financial-monitoring
data-user="{{vm.currentUser.userID}}"
flex>
</order-financial-monitoring>
</div>
<div flex-xs flex-sm flex-md flex-gt-md="50" layout="column">
<order-financial-structure
data-user="{{vm.currentUser.userID}}"
flex>
</order-financial-structure>
</div>
</div>
</md-content>
</md-tab>
</md-tabs>
</md-tab>
</md-tabs>
</div>
</div> | jose-braga/data-management | app_client/internal-orders/internal-orders.view.html | HTML | mit | 5,841 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>unimath-ktheory: 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.11.0 / unimath-ktheory - 0.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
unimath-ktheory
<small>
0.1.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-17 07:05:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-17 07:05:41 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
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.11.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
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/UniMath/UniMath"
dev-repo: "git+https://github.com/UniMath/UniMath.git"
bug-reports: "https://github.com/UniMath/UniMath/issues"
license: "Kind of MIT"
authors: ["The UniMath Development Team"]
build: [
["coq_makefile" "-f" "Make" "-o" "Makefile"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.5.0" & < "8.6"}
"coq-unimath-category-theory"
"coq-unimath-foundations"
]
synopsis: "Aims to formalize a substantial body of mathematics using the univalent point of view"
extra-files: ["Make" "md5=ba645952ced22f5cf37e29da5175d432"]
url {
src: "https://github.com/UniMath/UniMath/archive/v0.1.tar.gz"
checksum: "md5=1ed57c1028e227a309f428a6dc5f0866"
}
</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-unimath-ktheory.0.1.0 coq.8.11.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.0).
The following dependencies couldn't be met:
- coq-unimath-ktheory -> coq < 8.6 -> ocaml < 4.03.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-unimath-ktheory.0.1.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.05.0-2.0.6/released/8.11.0/unimath-ktheory/0.1.0.html | HTML | mit | 6,846 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>metacoq-translations: 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.11.1 / metacoq-translations - 1.0~beta1+8.12</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
metacoq-translations
<small>
1.0~beta1+8.12
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-19 05:32:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-19 05:32:36 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
coq 8.11.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
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://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#coq-8.12"
bug-reports: "https://github.com/MetaCoq/metacoq/issues"
authors: ["Simon Boulier <[email protected]>"
"Cyril Cohen <[email protected]>"
"Matthieu Sozeau <[email protected]>"
"Nicolas Tabareau <[email protected]>"
"Théo Winterhalter <[email protected]>"
]
license: "MIT"
build: [
["sh" "./configure.sh"]
[make "-j%{jobs}%" "-C" "translations"]
]
install: [
[make "-C" "translations" "install"]
]
depends: [
"ocaml" {>= "4.07.1"}
"coq" {>= "8.12" & < "8.13~"}
"conf-python-3" {build}
"conf-time" {build}
"coq-metacoq-template" {= version}
"coq-metacoq-checker" {= version}
]
synopsis: "Translations built on top of MetaCoq"
description: """
MetaCoq is a meta-programming framework for Coq.
The Translations modules provides implementation of standard translations
from type theory to type theory, e.g. parametricity and the `cross-bool`
translation that invalidates functional extensionality.
"""
url {
src: "https://github.com/MetaCoq/metacoq/archive/v1.0-beta1-8.12.tar.gz"
checksum: "sha256=19fc4475ae81677018e21a1e20503716a47713ec8b2081e7506f5c9390284c7a"
}
</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-metacoq-translations.1.0~beta1+8.12 coq.8.11.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.11.1).
The following dependencies couldn't be met:
- coq-metacoq-translations -> coq >= 8.12
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-metacoq-translations.1.0~beta1+8.12</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.07.1-2.0.6/released/8.11.1/metacoq-translations/1.0~beta1+8.12.html | HTML | mit | 7,384 |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style/style.css">
<!-- <link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/48938155eb24b4ccdde09426066869504c6dab3c/dist/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyDfuZzed_XvToL0wEDowa20VhPlcri2Who"></script>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
</head>
<body>
<div class="container"></div>
</body>
<script src="/bundle.js"></script>
</html>
| raghu666/Reactapp | index.html | HTML | mit | 1,603 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>io-system: 14 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.6.1 / io-system - 2.2.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
io-system
<small>
2.2.0
<span class="label label-success">14 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-24 00:12:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-24 00:12:32 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
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.6.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 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/clarus/io-system"
dev-repo: "git+https://github.com/clarus/io-system.git"
bug-reports: "https://github.com/clarus/io-system/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
"coq-function-ninjas"
"coq-list-string" {>= "2.0.0"}
"coq-io" {= "3.0.0"}
"coq-io-system-ocaml" {>= "2.2.0" & < "2.3.0"}
]
tags: [
"date:2015-03-23"
"keyword:effects"
"keyword:extraction"
"logpath:Io.System"
]
synopsis: "System effects for Coq"
url {
src: "https://github.com/coq-io/system/archive/2.2.0.tar.gz"
checksum: "md5=ca83d1060db9e8365b00ea71f1391592"
}
</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-io-system.2.2.0 coq.8.6.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-io-system.2.2.0 coq.8.6.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 55 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-io-system.2.2.0 coq.8.6.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>14 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 154 K</p>
<ul>
<li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/Extraction.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/System.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/All.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/Extraction.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/System.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/System/All.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-io-system.2.2.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.05.0-2.0.1/released/8.6.1/io-system/2.2.0.html | HTML | mit | 7,318 |
{% if page.date or page.tags %}
<div class="c-meta">
{% if page.author %}
<div class="c-meta__item c-meta__item--author u-white-space--nowrap@medium">
<svg class="c-meta__icon c-icon c-icon--medium">
<use xlink:href="{{ site.baseurl }}{{ '/assets/icons/sprite.svg#user' }}"></use>
</svg>
{{ page.author }}
</div>
{% endif %}
{% if page.date %}
<div class="c-meta__item c-meta__item--date u-white-space--nowrap@medium">
<svg class="c-meta__icon c-icon c-icon--medium">
<use xlink:href="{{ site.baseurl }}{{ '/assets/icons/sprite.svg#calendar' }}"></use>
</svg>
{% if page.layout == 'page' %}
<time datetime="{{ page.date | date: '%Y' }}">
{{ page.date | date: "%Y" }}
</time>
{% endif %}
{% if page.layout == 'post' %}
<time datetime="{{ page.date | date: '%Y-%m-%d' }}">
{{ page.date | date: "%B %e, %Y" }}
</time>
{% endif %}
</div>
{% endif %}
{% if page.layout == 'page' and page.tags %}
<div class="c-meta__item c-meta__item--tags u-white-space--nowrap@medium">
<svg class="c-meta__icon c-icon c-icon--medium">
{% if page.layout == 'page' %}
<use xlink:href="{{ site.baseurl }}{{ '/assets/icons/sprite.svg#wrench' }}"></use>
{% endif %}
{% if page.layout == 'post' %}
<use xlink:href="{{ site.baseurl }}{{ '/assets/icons/sprite.svg#tag' }}"></use>
{% endif %}
</svg>
{{ page.tags | array_to_sentence_string }}
</div>
{% endif %}
</div>
{% endif %}
| mrockwood/mrockwood.github.io | _includes/meta.html | HTML | mit | 1,522 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>semantics: 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 / semantics - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
semantics
<small>
8.6.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-07-21 07:46:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-21 07:46:36 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
camlp5 7.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
coq 8.5.2 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/semantics"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Semantics"]
depends: [
"ocaml"
"ocamlbuild" {build}
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: natural semantics" "keyword: denotational semantics" "keyword: axiomatic semantics" "keyword: Hoare logic" "keyword: Dijkstra weakest pre-condition calculus" "keyword: abstract interpretation" "keyword: intervals" "category: Computer Science/Semantics and Compilation/Semantics" "date: 2007-07-5" ]
authors: [ "Yves Bertot <[email protected]> [http://www-sop.inria.fr/marelle/Yves.Bertot]" ]
bug-reports: "https://github.com/coq-contribs/semantics/issues"
dev-repo: "git+https://github.com/coq-contribs/semantics.git"
synopsis: "A survey of semantics styles, from natural semantics through structural operational, axiomatic, and denotational semantics, to abstract interpretation"
description: """
ftp://ftp-sop.inria.fr/marelle/Yves.Bertot/semantics_survey.tgz
This is a survey of programming language semantics styles
for a miniature example of a programming language, with their encoding
in Coq, the proofs of equivalence of different styles, and the proof
of soundess of tools obtained from axiomatic semantics or abstract
interpretation. The tools can be run inside Coq, thus making them
available for proof by reflection, and the code can also be extracted
and connected to a yacc-based parser, thanks to the use of a functor
parameterized by a module type of strings. A hand-written parser is
also provided in Coq, but there are no proofs associated."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/semantics/archive/v8.6.0.tar.gz"
checksum: "md5=b055739d0156b50e8bbcbfdfd4913254"
}
</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-semantics.8.6.0 coq.8.5.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.5.2).
The following dependencies couldn't be met:
- coq-semantics -> coq >= 8.6
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-semantics.8.6.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.05.0-2.0.6/released/8.5.2/semantics/8.6.0.html | HTML | mit | 7,823 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>infotheo: 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 / infotheo - 0.0.6</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
infotheo
<small>
0.0.6
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-07-21 07:46:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-21 07:46:36 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
camlp5 7.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
coq 8.5.2 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/affeldt-aist/infotheo"
bug-reports: "https://github.com/affeldt-aist/infotheo/issues"
dev-repo: "git+https://github.com/affeldt-aist/infotheo.git"
license: "GPL-3.0-or-later"
authors: [
"Reynald Affeldt"
"Manabu Hagiwara"
"Jonas Senizergues"
"Jacques Garrigue"
"Kazuhiko Sakaguchi"
"Taku Asai"
"Takafumi Saikawa"
"Naruomi Obata"
"Erik Martin-Dorel"
"Ryosuke Obi"
"Mitsuharu Yamamoto"
]
build: [
[make "-j%{jobs}%"]
[make "-C" "extraction" "tests"] {with-test}
]
install: [
[make "install"]
]
depends: [
"coq" {>= "8.10~"}
"coq-mathcomp-field" {>= "1.9.0" & <= "1.10.0"}
"coq-mathcomp-analysis" {(>= "0.2.0" & <= "0.2.3")}
]
synopsis: "Infotheo"
description: """
a Coq formalization of information theory and linear error-correcting codes
"""
tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword: information theory"
"keyword: probability"
"keyword: error-correcting codes"
"logpath:infotheo"
"date:2019-11-09"
]
url {
http: "https://github.com/affeldt-aist/infotheo/archive/0.0.6.tar.gz"
checksum: "sha512=2e6859825557ba5de6c9ad050c463a36867125d4b1d365316f9ee21544d7060e4a7518f81be8af8adebc32db30e6e3147992660d6fc816c0410666ca80a6de2d"
}
</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-infotheo.0.0.6 coq.8.5.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.5.2).
The following dependencies couldn't be met:
- coq-infotheo -> 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-infotheo.0.0.6</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.05.0-2.0.6/released/8.5.2/infotheo/0.0.6.html | HTML | mit | 7,373 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>maple-mode: 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.10.0 / maple-mode - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
maple-mode
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-03 02:25:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-03 02:25:39 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
coq 8.10.0 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
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/maple-mode"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/MapleMode"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: Maple" "keyword: simplification" "keyword: field tactic" "category: Miscellaneous/Coq Extensions" "date: 2002-03" ]
authors: [ "David Delahaye" "Micaela Mayero" ]
bug-reports: "https://github.com/coq-contribs/maple-mode/issues"
dev-repo: "git+https://github.com/coq-contribs/maple-mode.git"
synopsis: "A Maple Mode for Coq"
description: """
This contribution is an interface between Coq and Maple. In
particular, this exports the functions simplify/factor/expand/normal giving
the corresponding tactics Simplify/Factor/Expand/Normal. The manipulations
carried out by these tactics are proved thanks to the tactic Field. These
tactics can be also used as functions by means of the Eval ... In command."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/maple-mode/archive/v8.7.0.tar.gz"
checksum: "md5=46f68b2cc86267a3dfbe001bb7fd9b33"
}
</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-maple-mode.8.7.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0).
The following dependencies couldn't be met:
- coq-maple-mode -> coq < 8.8~ -> 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-maple-mode.8.7.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.10.0/maple-mode/8.7.0.html | HTML | mit | 7,124 |
<!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 io.js v1.4.1 - v1.5.1: 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 io.js v1.4.1 - v1.5.1
</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="hierarchy.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_1_unique_persistent.html">UniquePersistent</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::UniquePersistent< T > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_unique_persistent.html">v8::UniquePersistent< T ></a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ClearWeak</b>() (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ClearWeak</b>() (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Empty</b>() (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>IsEmpty</b>() const (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IsIndependent</b>() const (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html#a4a64c26d91ed6a276aa8a7ca4bb7683a">IsNearDeath</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html#a714b7794149df483837a2c6b09d52396">IsWeak</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html#aed12b0a54bc5ade1fb44e3bdb3a1fe74">MarkIndependent</a>()</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html#a4a876d30dda0dfb812e82bb240e4686e">MarkPartiallyDependent</a>()</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html#a06e8c1c5be0b982a02e48e81df0b9794">operator RValue</a>()</td><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html">v8::UniquePersistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator!=</b>(const PersistentBase< S > &that) const (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator!=</b>(const Handle< S > &that) const (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html#aa533c3aff16091f332a0f892a658e70c">operator=</a>(UniquePersistent< S > rhs)</td><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html">v8::UniquePersistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator==</b>(const PersistentBase< S > &that) const (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator==</b>(const Handle< S > &that) const (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html#ace8f7fa76e5d36afd3ae8ee94acff00f">Pass</a>()</td><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html">v8::UniquePersistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html#a174bb1e45b18fd4eeaee033622825bb8">Reset</a>()</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html#a037c3a1b62263b2c2bb2096a6fba1c47">Reset</a>(Isolate *isolate, const Handle< S > &other)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html#af6b8f929b0cbaa83341df48ca3b03ef5">Reset</a>(Isolate *isolate, const PersistentBase< S > &other)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Reset</b>(Isolate *isolate, const Handle< S > &other) (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Reset</b>(Isolate *isolate, const PersistentBase< S > &other) (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>SetPhantom</b>(P *parameter, typename PhantomCallbackData< P >::Callback callback) (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetPhantom</b>(void(*callback)(const InternalFieldsCallbackData< P, Q > &), int internal_field_index1, int internal_field_index2) (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>SetPhantom</b>(P *parameter, typename PhantomCallbackData< P >::Callback callback) (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetPhantom</b>(void(*callback)(const InternalFieldsCallbackData< U, V > &), int internal_field_index1, int internal_field_index2) (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html#a1fb3293eff7a66068de13d152f73f308">SetWeak</a>(P *parameter, typename WeakCallbackData< T, P >::Callback callback)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetWeak</b>(P *parameter, typename WeakCallbackData< S, P >::Callback callback) (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>SetWeak</b>(P *parameter, typename WeakCallbackData< S, P >::Callback callback) (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetWeak</b>(P *parameter, typename WeakCallbackData< T, P >::Callback callback) (defined in <a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html#ac4c979164b3ed4dc92319e6f5a108d3d">SetWrapperClassId</a>(uint16_t class_id)</td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html#adab1460f2350842ea97e9ac63b3b3692">UniquePersistent</a>()</td><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html">v8::UniquePersistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html#af7dbba9e4b73104d0a1950c215426a57">UniquePersistent</a>(Isolate *isolate, Handle< S > that)</td><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html">v8::UniquePersistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html#a795e5299871d11469dc2e1c637eb76fa">UniquePersistent</a>(Isolate *isolate, const PersistentBase< S > &that)</td><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html">v8::UniquePersistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html#a73c1edaf902755a71c1236f91388ef5a">UniquePersistent</a>(RValue rvalue)</td><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html">v8::UniquePersistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html#a01a46bf4e69ed9a837639702ee234643">WrapperClassId</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_persistent_base.html">v8::PersistentBase< T ></a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~UniquePersistent</b>() (defined in <a class="el" href="classv8_1_1_unique_persistent.html">v8::UniquePersistent< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_unique_persistent.html">v8::UniquePersistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:49:25 for V8 API Reference Guide for io.js v1.4.1 - v1.5.1 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 | a558cd0/html/classv8_1_1_unique_persistent-members.html | HTML | mit | 17,039 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffers_iterator::operator-</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffers_iterator.html" title="buffers_iterator">
<link rel="prev" href="operator_plus__eq_.html" title="buffers_iterator::operator+=">
<link rel="next" href="operator_minus_/overload1.html" title="buffers_iterator::operator- (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="operator_plus__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffers_iterator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_minus_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.buffers_iterator.operator_minus_"></a><a class="link" href="operator_minus_.html" title="buffers_iterator::operator-">buffers_iterator::operator-</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp80743736"></a>
Subtraction operator.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="identifier">buffers_iterator</span> <a class="link" href="operator_minus_/overload1.html" title="buffers_iterator::operator- (1 of 2 overloads)">operator-</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">buffers_iterator</span> <span class="special">&</span> <span class="identifier">iter</span><span class="special">,</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">ptrdiff_t</span> <span class="identifier">difference</span><span class="special">);</span>
<span class="emphasis"><em>» <a class="link" href="operator_minus_/overload1.html" title="buffers_iterator::operator- (1 of 2 overloads)">more...</a></em></span>
<span class="keyword">friend</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">ptrdiff_t</span> <a class="link" href="operator_minus_/overload2.html" title="buffers_iterator::operator- (2 of 2 overloads)">operator-</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">buffers_iterator</span> <span class="special">&</span> <span class="identifier">a</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">buffers_iterator</span> <span class="special">&</span> <span class="identifier">b</span><span class="special">);</span>
<span class="emphasis"><em>» <a class="link" href="operator_minus_/overload2.html" title="buffers_iterator::operator- (2 of 2 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2013 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="operator_plus__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffers_iterator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_minus_/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| laborautonomo/poedit | deps/boost/doc/html/boost_asio/reference/buffers_iterator/operator_minus_.html | HTML | mit | 4,786 |
<HTML><HEADER><meta charset="UTF-8"><BODY>
<A NAME="aaronseeber"><H2>aaronseeber</H2></A>
aaronseeber sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152320#item2152320">Entry 561: Cambria</A> (0561-CAMBR) to Phil81<BR>
</ul><br>
aaronseeber receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152811#item2152811">Entry 626: Oregon</A> (0626-OREGO) from Neil Thomson<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152318#item2152318">Bolide</A><BR>
</ul><br>
aaronseeber:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152811#item2152811">Entry 626: Oregon</A> (0626-OREGO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152320#item2152320">Entry 561: Cambria</A> (0561-CAMBR)<BR>
</ul><br>
<A NAME="Abanon"><H2>Abanon</H2></A>
Abanon sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106940#item2106940">Entry 140: Illuminati: Deluxe Edition</A> (0140-ILLDE) to thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106941#item2106941">Entry 141: Carcassonne: The Castle</A> (0141-CARTC) to mikipe2<BR>
</ul><br>
Abanon receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109228#item2109228">Entry 177: Glory to Rome</A> (0177-GLOTR) from some_guy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2118525#item2118525">Entry 267: Ticket to Ride: Europe</A> (0267-TITRI) from Croup and Vandemar<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106946#item2106946">The Haunting House</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106952#item2106952">Cheapass Games</A> (wanted by $15, Lucky Phil, srand, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152641#item2152641">Star Munchkin</A> (wanted by $5, Lucky Phil)<BR>
</ul><br>
Abanon:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109228#item2109228">Entry 177: Glory to Rome</A> (0177-GLOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106941#item2106941">Entry 141: Carcassonne: The Castle</A> (0141-CARTC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2118525#item2118525">Entry 267: Ticket to Ride: Europe</A> (0267-TITRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106940#item2106940">Entry 140: Illuminati: Deluxe Edition</A> (0140-ILLDE)<BR>
</ul><br>
<A NAME="Alae"><H2>Alae</H2></A>
Alae sends:<ul>
<LI>$20.0 from Alae to Duke Leto<BR>
<LI>$30.0 from Alae to Thiessi<BR>
<LI>$40.0 from Alae to Dr Corey<BR>
<LI>$45.0 from Alae to Tyndal<BR>
<LI>$48.0 from Alae to wilderness<BR>
<LI>$55.0 from Alae to Scholle<BR>
</ul><br>
Alae receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104146#item2104146">Entry 76: New World</A> (0076-NEWWO) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105503#item2105503">Entry 113: Fury of Dracula</A> (0113-FUROD) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106901#item2106901">Entry 137: Successors (2nd Edition)</A> (0137-SUC2N) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135505#item2135505">Entry 335: Age of Napoleon</A> (0335-AGEON) from paco paco<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142897#item2142897">Entry 390: Empires of the Middle Ages</A> (0390-EOTMA) from Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152977#item2152977">Entry 648: Wars of the Roses: Lancaster vs. York</A> (0648-WOTRL) from nnf1<BR>
</ul><br>
Alae:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104146#item2104146">Entry 76: New World</A> (0076-NEWWO) in exchange for $20.0 from Alae<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105503#item2105503">Entry 113: Fury of Dracula</A> (0113-FUROD) in exchange for $45.0 from Alae<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106901#item2106901">Entry 137: Successors (2nd Edition)</A> (0137-SUC2N) in exchange for $40.0 from Alae<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135505#item2135505">Entry 335: Age of Napoleon</A> (0335-AGEON) in exchange for $30.0 from Alae<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142897#item2142897">Entry 390: Empires of the Middle Ages</A> (0390-EOTMA) in exchange for $48.0 from Alae<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152977#item2152977">Entry 648: Wars of the Roses: Lancaster vs. York</A> (0648-WOTRL) in exchange for $55.0 from Alae<BR>
</ul><br>
<A NAME="Alex Brown"><H2>Alex Brown</H2></A>
Alex Brown sends:<ul>
<LI>$25.0 from Alex Brown to nnf1<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2123469#item2123469">Entry 273: Ghost Stories</A> (0273-GHOSS) to MrBaggy<BR>
</ul><br>
Alex Brown receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107831#item2107831">Entry 156: Pandemic</A> (0156-PANDE) from renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152286#item2152286">Entry 553: Twilight Struggle</A> (0553-TWILS) from hxbx<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130977#item2130977">Flash Duel: Second Edition</A><BR>
</ul><br>
Alex Brown:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107831#item2107831">Entry 156: Pandemic</A> (0156-PANDE) in exchange for $25.0 from Alex Brown<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152286#item2152286">Entry 553: Twilight Struggle</A> (0553-TWILS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2123469#item2123469">Entry 273: Ghost Stories</A> (0273-GHOSS)<BR>
</ul><br>
<A NAME="Amiguero"><H2>Amiguero</H2></A>
Amiguero sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141631#item2141631">Entry 367: Callisto</A> (0367-CALLI) to Friendless<BR>
</ul><br>
Amiguero receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152989#item2152989">Entry 657: Tokyo Train</A> (0657-TOKYT) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096051#item2096051">Carcassonne: The Discovery</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096052#item2096052">Lupin the Third</A> (wanted by $30, some_guy, srand, thepackrat)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116362#item2116362">Ca$h 'n Gun$: Live</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141637#item2141637">Settlers of Catan: Gallery Edition</A> (wanted by Tegs)<BR>
</ul><br>
Amiguero:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152989#item2152989">Entry 657: Tokyo Train</A> (0657-TOKYT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141631#item2141631">Entry 367: Callisto</A> (0367-CALLI)<BR>
</ul><br>
<A NAME="Amnese"><H2>Amnese</H2></A>
Amnese sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096959#item2096959">Entry 25: Ostia</A> (0025-OSTIA) to TorbenVang<BR>
</ul><br>
Amnese receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150220#item2150220">Entry 501: Frontline: D-Day</A> (0501-FROND) (1 comments) from wilderness<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096951#item2096951">Acquire</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096952#item2096952">Alhambra</A> (wanted by mjwills, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096953#item2096953">Grand Illusion: The 1914 Campaign in the West</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096954#item2096954">In the Shadow of the Emperor</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096956#item2096956">Pursuit of Glory</A> (wanted by $40, Alae, ausminstrel, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096957#item2096957">Race for the Galaxy</A> (wanted by Mariana, Phil81, ausminstrel, mbroecker, mjwills, revgiblet)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096958#item2096958">Senator</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096960#item2096960">Skybridge</A> (wanted by Mariana, Ykikamucow)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096961#item2096961">SPQR (Deluxe Edition)</A> (wanted by GeneSteeler, da pyrate, petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096963#item2096963">Victory: The Blocks of War</A><BR>
</ul><br>
Amnese:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150220#item2150220">Entry 501: Frontline: D-Day</A> (0501-FROND) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096959#item2096959">Entry 25: Ostia</A> (0025-OSTIA)<BR>
</ul><br>
<A NAME="ausminstrel"><H2>ausminstrel</H2></A>
ausminstrel sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151768#item2151768">Entry 533: Ad Astra</A> (0533-ADAST) to some_guy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151769#item2151769">Entry 534: Cadwallon: City of Thieves</A> (0534-CACIO) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151770#item2151770">Entry 535: Space Empires: 4X</A> (0535-SPAEM) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151771#item2151771">Entry 536: Puerto Rico</A> (0536-PUERR) to Kinosness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151774#item2151774">Entry 537: Ascension: Chronicle of the Godslayer</A> (0537-ACOTG) to TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151780#item2151780">Entry 540: Lord of the Rings: The Confrontation (Deluxe Edition)</A> (0540-LOTRT) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151786#item2151786">Entry 544: Shazamm!</A> (0544-SHAZA) to Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151788#item2151788">Entry 545: Patton's Best</A> (0545-PATTB) to srand<BR>
</ul><br>
ausminstrel receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101302#item2101302">Entry 53: Khet: The Laser Game</A> (0053-KHTLA) from Dr Corey<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107771#item2107771">Entry 153: Conquest of the Empire</A> (0153-COOTE) from revgiblet<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109220#item2109220">Entry 174: Age of Conan: The Strategy Board Game</A> (0174-AOCTS) from some_guy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135500#item2135500">Entry 333: Sutter's Mill</A> (0333-SUTTM) from paco paco<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141847#item2141847">Entry 369: Lock 'n Load: Band of Heroes</A> (0369-LNLBO) from mbroecker<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142955#item2142955">Entry 402: Zong Shi</A> (0402-ZONGS) from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151746#item2151746">Entry 532: Dungeon Twister 2: Prison</A> (0532-DUNTW) from mikotan26<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152356#item2152356">Entry 564: Havana</A> (0564-HAVAN) from MrBaggy<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151777#item2151777">Conquest Tactics</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151779#item2151779">Cosmic Encounter</A> (wanted by Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151782#item2151782">Risk 2210 A.D.</A> (wanted by stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151783#item2151783">Diplomacy</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151785#item2151785">Bohnanza</A> (wanted by Morka)<BR>
</ul><br>
ausminstrel:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101302#item2101302">Entry 53: Khet: The Laser Game</A> (0053-KHTLA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151780#item2151780">Entry 540: Lord of the Rings: The Confrontation (Deluxe Edition)</A> (0540-LOTRT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107771#item2107771">Entry 153: Conquest of the Empire</A> (0153-COOTE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151786#item2151786">Entry 544: Shazamm!</A> (0544-SHAZA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109220#item2109220">Entry 174: Age of Conan: The Strategy Board Game</A> (0174-AOCTS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151774#item2151774">Entry 537: Ascension: Chronicle of the Godslayer</A> (0537-ACOTG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135500#item2135500">Entry 333: Sutter's Mill</A> (0333-SUTTM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151769#item2151769">Entry 534: Cadwallon: City of Thieves</A> (0534-CACIO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141847#item2141847">Entry 369: Lock 'n Load: Band of Heroes</A> (0369-LNLBO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151788#item2151788">Entry 545: Patton's Best</A> (0545-PATTB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142955#item2142955">Entry 402: Zong Shi</A> (0402-ZONGS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151768#item2151768">Entry 533: Ad Astra</A> (0533-ADAST)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151746#item2151746">Entry 532: Dungeon Twister 2: Prison</A> (0532-DUNTW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151770#item2151770">Entry 535: Space Empires: 4X</A> (0535-SPAEM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152356#item2152356">Entry 564: Havana</A> (0564-HAVAN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151771#item2151771">Entry 536: Puerto Rico</A> (0536-PUERR)<BR>
</ul><br>
<A NAME="brumbynut"><H2>brumbynut</H2></A>
brumbynut does not send anything.<BR>
brumbynut does not receive anything.<BR>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115014#item2115014">Tomb</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115016#item2115016">FaceEater</A><BR>
</ul><br>
<A NAME="Charlie Alpha"><H2>Charlie Alpha</H2></A>
Charlie Alpha sends:<ul>
<LI>$30.0 from Charlie Alpha to Friendless<BR>
</ul><br>
Charlie Alpha receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152700#item2152700">Entry 606: Quo Vadis?</A> (0606-QUOVA) from Karlsen<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142778#item2142778">Axis & Allies: Europe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142779#item2142779">Axis & Allies: Pacific</A><BR>
</ul><br>
Charlie Alpha:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152700#item2152700">Entry 606: Quo Vadis?</A> (0606-QUOVA) in exchange for $30.0 from Charlie Alpha<BR>
</ul><br>
<A NAME="ChrisPayne"><H2>ChrisPayne</H2></A>
ChrisPayne sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150200#item2150200">Entry 500: Aspern-Essling</A> (0500-ASPER) to petegs<BR>
</ul><br>
ChrisPayne receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105506#item2105506">Entry 116: Call of Duty 4: Modern Warfare</A> (0116-COD4M) from earlyworm<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150197#item2150197">Second World War at Sea: Bismarck</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150198#item2150198">Panzer Grenadier: Eastern Front</A><BR>
</ul><br>
ChrisPayne:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105506#item2105506">Entry 116: Call of Duty 4: Modern Warfare</A> (0116-COD4M) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150200#item2150200">Entry 500: Aspern-Essling</A> (0500-ASPER)<BR>
</ul><br>
<A NAME="Chuie"><H2>Chuie</H2></A>
Chuie sends:<ul>
<LI>$18.0 from Chuie to nnf1<BR>
<LI>$20.0 from Chuie to Unhalfbricking<BR>
<LI>$35.0 from Chuie to nnf1<BR>
<LI>$45.0 from Chuie to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142948#item2142948">Entry 396: Hansa</A> (0396-HANSA) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142949#item2142949">Entry 397: Roll Through the Ages: The Bronze Age</A> (0397-RTTAT) to PocketAtomic<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142952#item2142952">Entry 400: Nuns on the Run</A> (0400-NUOTR) to coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142954#item2142954">Entry 401: Clippers</A> (0401-CLIPP) to TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142955#item2142955">Entry 402: Zong Shi</A> (0402-ZONGS) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151709#item2151709">Entry 526: Dungeon Lords</A> (0526-DUNGL) to Isolater<BR>
</ul><br>
Chuie receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098024#item2098024">Entry 39: Dominion</A> (0039-DOMIN) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104077#item2104077">Entry 61: Jambo</A> (0061-JAMBO) from stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104238#item2104238">Entry 84: Lost Cities</A> (0084-LOSTC) from Critical Mass<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125115#item2125115">Entry 279: Nexus Ops</A> (0279-NEXUO) from FinalAttack<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129019#item2129019">Entry 297: A Game of Thrones: The Card Game</A> (0297-AGOTT) from revgiblet<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137189#item2137189">Entry 349: Incursion</A> (0349-INCUR) (2 comments) from wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145852#item2145852">Entry 430: Vikings</A> (0430-VIKIN) from mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148899#item2148899">Entry 471: Power Grid: China/Korea</A> (0471-POWGR) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152247#item2152247">Entry 547: Amun-Re</A> (0547-AMUNR) from Duke Leto<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152679#item2152679">Entry 596: In the Year of the Dragon</A> (0596-ITYOT) from PocketAtomic<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142945#item2142945">Cuba</A> (wanted by Kerbster76, Paul65)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142946#item2142946">Dixit</A> (wanted by $20, Amiguero, Lucky Phil, Mariana, PBrennan, Tegs, Ykikamucow, mr_lunch, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142950#item2142950">A Touch of Evil: The Supernatural Game</A> (wanted by ChrisPayne, Kerbster76, PocketAtomic, revgiblet)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142951#item2142951">Wars of the Roses: Lancaster vs. York</A> (wanted by $55, Alae, PocketAtomic, da pyrate, prd1982, tiggers)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151708#item2151708">Acquire</A> (wanted by Kerbster76)<BR>
</ul><br>
Chuie:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098024#item2098024">Entry 39: Dominion</A> (0039-DOMIN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142955#item2142955">Entry 402: Zong Shi</A> (0402-ZONGS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104077#item2104077">Entry 61: Jambo</A> (0061-JAMBO) in exchange for $20.0 from Chuie<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104238#item2104238">Entry 84: Lost Cities</A> (0084-LOSTC) in exchange for $18.0 from Chuie<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125115#item2125115">Entry 279: Nexus Ops</A> (0279-NEXUO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142949#item2142949">Entry 397: Roll Through the Ages: The Bronze Age</A> (0397-RTTAT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129019#item2129019">Entry 297: A Game of Thrones: The Card Game</A> (0297-AGOTT) in exchange for $35.0 from Chuie<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137189#item2137189">Entry 349: Incursion</A> (0349-INCUR) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151709#item2151709">Entry 526: Dungeon Lords</A> (0526-DUNGL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145852#item2145852">Entry 430: Vikings</A> (0430-VIKIN) in exchange for $45.0 from Chuie<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148899#item2148899">Entry 471: Power Grid: China/Korea</A> (0471-POWGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142948#item2142948">Entry 396: Hansa</A> (0396-HANSA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152247#item2152247">Entry 547: Amun-Re</A> (0547-AMUNR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142952#item2142952">Entry 400: Nuns on the Run</A> (0400-NUOTR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152679#item2152679">Entry 596: In the Year of the Dragon</A> (0596-ITYOT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142954#item2142954">Entry 401: Clippers</A> (0401-CLIPP)<BR>
</ul><br>
<A NAME="coxy_fc"><H2>coxy_fc</H2></A>
coxy_fc sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129073#item2129073">Entry 298: Thunderstone: Dragonspire</A> (0298-THUND) to Tyndal<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129076#item2129076">Entry 299: Carson City</A> (0299-CARSC) to tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129079#item2129079">Entry 300: Dominion</A> (0300-DOMIN) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129087#item2129087">Entry 303: Paths of Glory</A> (0303-PATOG) to stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129097#item2129097">Entry 304: The Lord of the Rings: The Card Game</A> (0304-TLOTR) to rustylantern<BR>
</ul><br>
coxy_fc receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134524#item2134524">Entry 328: Samarkand: Routes to Riches</A> (0328-SAROT) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140501#item2140501">Entry 364: Dixit</A> (0364-DIXIT) from Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142952#item2142952">Entry 400: Nuns on the Run</A> (0400-NUOTR) from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148849#item2148849">Entry 457: Rattus</A> (0457-RATTU) (1 comments) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153009#item2153009">Entry 664: Dawn Under</A> (0664-DAWNU) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129083#item2129083">Chaos in the Old World</A> (wanted by Chuie, Dr Corey, Kinosness, Thiessi, earlyworm, mikotan26, mjwills, revgiblet, srand, stuartfinlay, tiggers)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129086#item2129086">Middle-Earth Quest</A> (wanted by Croup and Vandemar, Friendless, brumbynut, johnclark, mr_lunch, prd1982)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129098#item2129098">Imperial</A> (wanted by $15, $20, $25, $30, Charlie Alpha, Croup and Vandemar, Dr Corey, Phil81, Thiessi, revgiblet, srand, stuartfinlay, tiggers, vanadamme)<BR>
</ul><br>
coxy_fc:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134524#item2134524">Entry 328: Samarkand: Routes to Riches</A> (0328-SAROT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129076#item2129076">Entry 299: Carson City</A> (0299-CARSC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140501#item2140501">Entry 364: Dixit</A> (0364-DIXIT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129079#item2129079">Entry 300: Dominion</A> (0300-DOMIN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142952#item2142952">Entry 400: Nuns on the Run</A> (0400-NUOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129087#item2129087">Entry 303: Paths of Glory</A> (0303-PATOG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148849#item2148849">Entry 457: Rattus</A> (0457-RATTU) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129097#item2129097">Entry 304: The Lord of the Rings: The Card Game</A> (0304-TLOTR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153009#item2153009">Entry 664: Dawn Under</A> (0664-DAWNU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129073#item2129073">Entry 298: Thunderstone: Dragonspire</A> (0298-THUND)<BR>
</ul><br>
<A NAME="Critical Mass"><H2>Critical Mass</H2></A>
Critical Mass sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104230#item2104230">Entry 80: The Pillars of the Earth</A> (0080-TPOTE) to PocketAtomic<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104238#item2104238">Entry 84: Lost Cities</A> (0084-LOSTC) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122322#item2122322">Entry 272: Attribute</A> (0272-ATTRI) to renacreon<BR>
</ul><br>
Critical Mass receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104310#item2104310">Entry 97: Kingdom of Solomon</A> (0097-KINOS) from sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135684#item2135684">Entry 339: To Court the King</A> (0339-TCOTK) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142623#item2142623">Entry 378: Tikal</A> (0378-TIKAL) from TumbleSteak<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104232#item2104232">The Pillars of the Earth Expansion Set</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104235#item2104235">PitchCar Extension</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104237#item2104237">PitchCar Extension 2</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104239#item2104239">Carcassonne: Hunters and Gatherers</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104240#item2104240">Colossal Arena</A> (wanted by Phil81, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104244#item2104244">Quarto!</A> (wanted by dlow)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104245#item2104245">Rook</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104248#item2104248">Start Player</A> (wanted by $20, Phil81)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104249#item2104249">Relationship Tightrope</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104251#item2104251">It's Mine!</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104254#item2104254">The Hollywood! Card Game</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104259#item2104259">Sorry! Revenge Card Game</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104262#item2104262">I Spy Memory Game</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104266#item2104266">5 Second Rule</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122310#item2122310">Tongiaki</A><BR>
</ul><br>
Critical Mass:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104310#item2104310">Entry 97: Kingdom of Solomon</A> (0097-KINOS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104230#item2104230">Entry 80: The Pillars of the Earth</A> (0080-TPOTE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135684#item2135684">Entry 339: To Court the King</A> (0339-TCOTK) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122322#item2122322">Entry 272: Attribute</A> (0272-ATTRI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142623#item2142623">Entry 378: Tikal</A> (0378-TIKAL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104238#item2104238">Entry 84: Lost Cities</A> (0084-LOSTC)<BR>
</ul><br>
<A NAME="Croup and Vandemar"><H2>Croup and Vandemar</H2></A>
Croup and Vandemar sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2118525#item2118525">Entry 267: Ticket to Ride: Europe</A> (0267-TITRI) to Abanon<BR>
</ul><br>
Croup and Vandemar receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150183#item2150183">Entry 496: Mob Ties: The Board Game</A> (0496-MTTBG) from TorbenVang<BR>
</ul><br>
Croup and Vandemar:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150183#item2150183">Entry 496: Mob Ties: The Board Game</A> (0496-MTTBG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2118525#item2118525">Entry 267: Ticket to Ride: Europe</A> (0267-TITRI)<BR>
</ul><br>
<A NAME="cyberkev63"><H2>cyberkev63</H2></A>
cyberkev63 sends:<ul>
<LI>$12.0 from cyberkev63 to pusboyau<BR>
<LI>$20.0 from cyberkev63 to nnf1<BR>
<LI>$30.0 from cyberkev63 to vanadamme<BR>
</ul><br>
cyberkev63 receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104151#item2104151">Entry 78: Thunderstone</A> (0078-THUND) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104307#item2104307">Entry 96: Montage</A> (0096-MONTA) from sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152605#item2152605">Entry 576: Dark World</A> (0576-DARKW) from Kinosness<BR>
</ul><br>
cyberkev63:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104151#item2104151">Entry 78: Thunderstone</A> (0078-THUND) in exchange for $30.0 from cyberkev63<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104307#item2104307">Entry 96: Montage</A> (0096-MONTA) in exchange for $12.0 from cyberkev63<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152605#item2152605">Entry 576: Dark World</A> (0576-DARKW) in exchange for $20.0 from cyberkev63<BR>
</ul><br>
<A NAME="da pyrate"><H2>da pyrate</H2></A>
da pyrate sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108814#item2108814">Entry 163: Tahuantinsuyu</A> (0163-TAHUA) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111893#item2111893">Entry 193: Dungeon Twister</A> (0193-DUNGT) to Isolater<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113172#item2113172">Entry 217: Ticket to Ride: Switzerland</A> (0217-TITRI) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148870#item2148870">Entry 460: Blood Bowl</A> (0460-BLOOB) to Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151369#item2151369">Entry 516: Here I Stand</A> (0516-HERIS) to Friendless<BR>
</ul><br>
da pyrate receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135679#item2135679">Entry 338: Power Grid: Factory Manager</A> (0338-POGRF) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148863#item2148863">Entry 459: Wings of War: WW2 Deluxe set</A> (0459-WOWWD) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150157#item2150157">Entry 494: Catan Geographies: Germany</A> (0494-CATGE) (1 comments) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151609#item2151609">Entry 520: A Game of Thrones: The Card Game - Kings of the Sea</A> (0520-AGOTT) from Isolater<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152855#item2152855">Entry 631: Liberty: The American Revolution 1775-83</A> (0631-LITAM) (1 comments) from Lucky Phil<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108147#item2108147">Hoity Toity</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109464#item2109464">Bobby Lee</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2110085#item2110085">Columbia Games</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2110699#item2110699">NATO: The Next War in Europe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2110701#item2110701">Blackbeard</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2120981#item2120981">World of Warcraft</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2131673#item2131673">The Republic of Rome</A><BR>
</ul><br>
da pyrate:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135679#item2135679">Entry 338: Power Grid: Factory Manager</A> (0338-POGRF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111893#item2111893">Entry 193: Dungeon Twister</A> (0193-DUNGT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148863#item2148863">Entry 459: Wings of War: WW2 Deluxe set</A> (0459-WOWWD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148870#item2148870">Entry 460: Blood Bowl</A> (0460-BLOOB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150157#item2150157">Entry 494: Catan Geographies: Germany</A> (0494-CATGE) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151369#item2151369">Entry 516: Here I Stand</A> (0516-HERIS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151609#item2151609">Entry 520: A Game of Thrones: The Card Game - Kings of the Sea</A> (0520-AGOTT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113172#item2113172">Entry 217: Ticket to Ride: Switzerland</A> (0217-TITRI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152855#item2152855">Entry 631: Liberty: The American Revolution 1775-83</A> (0631-LITAM) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108814#item2108814">Entry 163: Tahuantinsuyu</A> (0163-TAHUA)<BR>
</ul><br>
<A NAME="Damhsa_Roisin"><H2>Damhsa_Roisin</H2></A>
Damhsa_Roisin does not send anything.<BR>
Damhsa_Roisin does not receive anything.<BR>
<A NAME="dlow"><H2>dlow</H2></A>
dlow sends:<ul>
<LI>$10.0 from dlow to Unhalfbricking<BR>
<LI>$40.0 from dlow to Mark_Owen_Reich<BR>
<LI>$40.0 from dlow to wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116336#item2116336">Entry 251: Heroscape Master Set: Rise of the Valkyrie</A> (0251-HMSRO) to thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116337#item2116337">Entry 252: Detroit-Cleveland Grand Prix</A> (0252-DETGR) to Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116340#item2116340">Entry 255: Pocket Battles: Celts vs. Romans</A> (0255-PBCVR) to Oiler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116346#item2116346">Entry 261: Monza</A> (0261-MONZA) to earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116347#item2116347">Entry 262: Pig Pile</A> (0262-PIGPI) to earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116351#item2116351">Entry 264: Catan: Seafarers</A> (0264-CATAS) to mbroecker<BR>
</ul><br>
dlow receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096990#item2096990">Entry 30: Ablaze!</A> (0030-ABLAZ) from Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106136#item2106136">Entry 124: Triumvirate</A> (0124-TRIUM) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108989#item2108989">Entry 164: The Barbarossa Campaign</A> (0164-TBARC) (2 comments) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109121#item2109121">Entry 166: Battle Hymn</A> (0166-BATTH) (2 comments) from Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112236#item2112236">Entry 209: Cold War: CIA vs KGB</A> (0209-CWCVK) (2 comments) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113540#item2113540">Entry 220: Britannia</A> (0220-BRITA) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145562#item2145562">Entry 418: Caprice</A> (0418-CAPRI) (1 comments) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152708#item2152708">Entry 609: Bolide Tracks #1: Roma, Italian GP, and O Copo, Brazilian GP</A> (0609-BT1RI) from Karlsen<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152981#item2152981">Entry 652: Monkeys on the Moon</A> (0652-MOOTM) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116338#item2116338">Giants</A> (wanted by $20, $35, Phil81, Scholle, Ykikamucow, ausminstrel, mikipe2, prd1982, some_guy, sysyphus, tiggers)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116339#item2116339">Oasis</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116341#item2116341">Subulata</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116342#item2116342">Tribe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116343#item2116343">Battle B-Daman</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116344#item2116344">Chessword</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116345#item2116345">I Spy In Common</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116349#item2116349">Brawl</A><BR>
</ul><br>
dlow:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096990#item2096990">Entry 30: Ablaze!</A> (0030-ABLAZ) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116340#item2116340">Entry 255: Pocket Battles: Celts vs. Romans</A> (0255-PBCVR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106136#item2106136">Entry 124: Triumvirate</A> (0124-TRIUM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116346#item2116346">Entry 261: Monza</A> (0261-MONZA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108989#item2108989">Entry 164: The Barbarossa Campaign</A> (0164-TBARC) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116336#item2116336">Entry 251: Heroscape Master Set: Rise of the Valkyrie</A> (0251-HMSRO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109121#item2109121">Entry 166: Battle Hymn</A> (0166-BATTH) (2 comments) in exchange for $40.0 from dlow<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112236#item2112236">Entry 209: Cold War: CIA vs KGB</A> (0209-CWCVK) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116347#item2116347">Entry 262: Pig Pile</A> (0262-PIGPI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113540#item2113540">Entry 220: Britannia</A> (0220-BRITA) in exchange for $40.0 from dlow<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145562#item2145562">Entry 418: Caprice</A> (0418-CAPRI) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116351#item2116351">Entry 264: Catan: Seafarers</A> (0264-CATAS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152708#item2152708">Entry 609: Bolide Tracks #1: Roma, Italian GP, and O Copo, Brazilian GP</A> (0609-BT1RI) in exchange for $10.0 from dlow<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152981#item2152981">Entry 652: Monkeys on the Moon</A> (0652-MOOTM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116337#item2116337">Entry 252: Detroit-Cleveland Grand Prix</A> (0252-DETGR)<BR>
</ul><br>
<A NAME="Dr Corey"><H2>Dr Corey</H2></A>
Dr Corey sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101302#item2101302">Entry 53: Khet: The Laser Game</A> (0053-KHTLA) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101303#item2101303">Entry 54: Thunderstone</A> (0054-THUND) to PBrennan<BR>
</ul><br>
Dr Corey receives:<ul>
<LI>$40.0 from Alae from Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104084#item2104084">Entry 62: Blood Bowl: Team Manager - The Card Game</A> (0062-BBTMT) from tiggers<BR>
</ul><br>
Dr Corey:<BR><ul>
<LI>receives $40.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101303#item2101303">Entry 54: Thunderstone</A> (0054-THUND)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104084#item2104084">Entry 62: Blood Bowl: Team Manager - The Card Game</A> (0062-BBTMT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101302#item2101302">Entry 53: Khet: The Laser Game</A> (0053-KHTLA)<BR>
</ul><br>
<A NAME="Duke Leto"><H2>Duke Leto</H2></A>
Duke Leto sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152247#item2152247">Entry 547: Amun-Re</A> (0547-AMUNR) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152257#item2152257">Entry 551: Once Upon a Time</A> (0551-ONUPA) to TaleSpinner<BR>
</ul><br>
Duke Leto receives:<ul>
<LI>$20.0 from Alae from Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109177#item2109177">Entry 170: Pirate's Cove</A> (0170-PIRAC) from Foozle<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152250#item2152250">Kill the Hippies</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152255#item2152255">Mahjong</A> (wanted by Amiguero)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152256#item2152256">Lawless</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152261#item2152261">Batman: Arkham City</A> (wanted by srand)<BR>
</ul><br>
Duke Leto:<BR><ul>
<LI>receives $20.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152257#item2152257">Entry 551: Once Upon a Time</A> (0551-ONUPA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109177#item2109177">Entry 170: Pirate's Cove</A> (0170-PIRAC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152247#item2152247">Entry 547: Amun-Re</A> (0547-AMUNR)<BR>
</ul><br>
<A NAME="earlyworm"><H2>earlyworm</H2></A>
earlyworm sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105490#item2105490">Entry 101: Fresco</A> (0101-FRESC) to Tyndal<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105492#item2105492">Entry 103: Alhambra</A> (0103-ALHAM) to stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105493#item2105493">Entry 104: El Grande</A> (0104-ELGRA) to mikotan26<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105496#item2105496">Entry 107: Yomi</A> (0107-YOMIX) to Isolater<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105497#item2105497">Entry 108: Onirim</A> (0108-ONIRI) to stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105501#item2105501">Entry 111: Jambo</A> (0111-JAMBO) to fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105503#item2105503">Entry 113: Fury of Dracula</A> (0113-FUROD) to Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105506#item2105506">Entry 116: Call of Duty 4: Modern Warfare</A> (0116-COD4M) to ChrisPayne<BR>
</ul><br>
earlyworm receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107850#item2107850">Entry 159: Cranium: The Family Fun Game</A> (0159-CTFFG) from renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113584#item2113584">Entry 231: Manimals - Australien & Neuseeland 1</A> (0231-MANAU) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116346#item2116346">Entry 261: Monza</A> (0261-MONZA) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116347#item2116347">Entry 262: Pig Pile</A> (0262-PIGPI) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143730#item2143730">Entry 404: Cranium Cariboo</A> (0404-CRANC) from Oiler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152697#item2152697">Entry 603: Tangled Tales Starter</A> (0603-TANTA) from mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152813#item2152813">Entry 627: Chaos Marauders</A> (0627-CHAOM) from Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152979#item2152979">Entry 650: Zooloretto - Grizzly</A> (0650-ZOOLG) from Mariana<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105491#item2105491">Margaret & David At The Movies Boardgame</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105494#item2105494">Vanished Planet</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105495#item2105495">Cluzzle</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105498#item2105498">Martian Fluxx</A> (wanted by $10, Lucky Phil)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105499#item2105499">Famiglia</A> (wanted by Oiler, Scholle)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105502#item2105502">DaVinci's Mancala</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105504#item2105504">Killer Bunnies and the Quest for the Magic Carrot</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105505#item2105505">Fallout 3</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105507#item2105507">Army of Two</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105510#item2105510">Assassin's Creed</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105513#item2105513">PlayStation 2</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105514#item2105514">Xbox</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105515#item2105515">PSP</A><BR>
</ul><br>
earlyworm:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107850#item2107850">Entry 159: Cranium: The Family Fun Game</A> (0159-CTFFG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105503#item2105503">Entry 113: Fury of Dracula</A> (0113-FUROD)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113584#item2113584">Entry 231: Manimals - Australien & Neuseeland 1</A> (0231-MANAU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105501#item2105501">Entry 111: Jambo</A> (0111-JAMBO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116346#item2116346">Entry 261: Monza</A> (0261-MONZA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105493#item2105493">Entry 104: El Grande</A> (0104-ELGRA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116347#item2116347">Entry 262: Pig Pile</A> (0262-PIGPI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105492#item2105492">Entry 103: Alhambra</A> (0103-ALHAM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143730#item2143730">Entry 404: Cranium Cariboo</A> (0404-CRANC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105496#item2105496">Entry 107: Yomi</A> (0107-YOMIX)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152697#item2152697">Entry 603: Tangled Tales Starter</A> (0603-TANTA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105506#item2105506">Entry 116: Call of Duty 4: Modern Warfare</A> (0116-COD4M)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152813#item2152813">Entry 627: Chaos Marauders</A> (0627-CHAOM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105490#item2105490">Entry 101: Fresco</A> (0101-FRESC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152979#item2152979">Entry 650: Zooloretto - Grizzly</A> (0650-ZOOLG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105497#item2105497">Entry 108: Onirim</A> (0108-ONIRI)<BR>
</ul><br>
<A NAME="fFish"><H2>fFish</H2></A>
fFish sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147421#item2147421">Entry 437: Neuroshima Hex!</A> (0437-NEURH) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147424#item2147424">Entry 438: Agricola</A> (0438-AGRIC) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147432#item2147432">Entry 440: The Hobbit</A> (0440-THOBB) to nnf1<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147434#item2147434">Entry 441: Mr. Jack in New York</A> (0441-MJINY) to Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147438#item2147438">Entry 442: Thurn and Taxis: Power and Glory</A> (0442-TATPA) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147442#item2147442">Entry 443: Space Hulk: Death Angel - The Card Game</A> (0443-SHDAT) to mikipe2<BR>
</ul><br>
fFish receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105501#item2105501">Entry 111: Jambo</A> (0111-JAMBO) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109179#item2109179">Entry 171: Modern Art</A> (0171-MODEA) (2 comments) from Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136814#item2136814">Entry 340: The Pillars of the Earth</A> (0340-TPOTE) from TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140220#item2140220">Entry 362: The Lord of the Rings: The Card Game</A> (0362-TLOTR) from sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151688#item2151688">Entry 524: Survive: Escape from Atlantis!</A> (0524-SUESF) from wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152601#item2152601">Entry 574: Power Grid</A> (0574-POWEG) (2 comments) from Kinosness<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147431#item2147431">Winds Of Plunder</A><BR>
</ul><br>
fFish:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105501#item2105501">Entry 111: Jambo</A> (0111-JAMBO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147442#item2147442">Entry 443: Space Hulk: Death Angel - The Card Game</A> (0443-SHDAT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109179#item2109179">Entry 171: Modern Art</A> (0171-MODEA) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147438#item2147438">Entry 442: Thurn and Taxis: Power and Glory</A> (0442-TATPA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136814#item2136814">Entry 340: The Pillars of the Earth</A> (0340-TPOTE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147432#item2147432">Entry 440: The Hobbit</A> (0440-THOBB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140220#item2140220">Entry 362: The Lord of the Rings: The Card Game</A> (0362-TLOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147434#item2147434">Entry 441: Mr. Jack in New York</A> (0441-MJINY)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151688#item2151688">Entry 524: Survive: Escape from Atlantis!</A> (0524-SUESF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147424#item2147424">Entry 438: Agricola</A> (0438-AGRIC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152601#item2152601">Entry 574: Power Grid</A> (0574-POWEG) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147421#item2147421">Entry 437: Neuroshima Hex!</A> (0437-NEURH)<BR>
</ul><br>
<A NAME="FinalAttack"><H2>FinalAttack</H2></A>
FinalAttack sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125115#item2125115">Entry 279: Nexus Ops</A> (0279-NEXUO) to Chuie<BR>
</ul><br>
FinalAttack receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104072#item2104072">Entry 59: Commands & Colors: Ancients</A> (0059-COMCO) from stuartfinlay<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125116#item2125116">Space Hulk: Death Angel - The Card Game</A> (wanted by $10, Abanon, mikipe2)<BR>
</ul><br>
FinalAttack:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104072#item2104072">Entry 59: Commands & Colors: Ancients</A> (0059-COMCO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125115#item2125115">Entry 279: Nexus Ops</A> (0279-NEXUO)<BR>
</ul><br>
<A NAME="Foozle"><H2>Foozle</H2></A>
Foozle sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109096#item2109096">Entry 165: Pirate's Cove</A> (0165-PIRAC) to TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109121#item2109121">Entry 166: Battle Hymn</A> (0166-BATTH) (2 comments) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109160#item2109160">Entry 169: Dominion</A> (0169-DOMIN) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109177#item2109177">Entry 170: Pirate's Cove</A> (0170-PIRAC) to Duke Leto<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109179#item2109179">Entry 171: Modern Art</A> (0171-MODEA) (2 comments) to fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109185#item2109185">Entry 172: The Princes of Florence</A> (0172-TPROF) to Paul65<BR>
</ul><br>
Foozle receives:<ul>
<LI>$10.0 from Lucky Phil from Lucky Phil<BR>
<LI>$40.0 from khorgor from khorgor<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115899#item2115899">Entry 250: Sid Meier's Civilization: The Board Game</A> (0250-SMCTB) (1 comments) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145578#item2145578">Entry 427: Sunda to Sahul</A> (0427-SUNTS) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152686#item2152686">Entry 600: duck! duck! Go!</A> (0600-DUCDU) from mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153046#item2153046">Entry 677: Maharaja: The Game of Palace Building in India</A> (0677-MTGOP) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109140#item2109140">Iron Dragon</A> (wanted by junkmonsta, petegs, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109150#item2109150">Frag</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109187#item2109187">Power Grid</A><BR>
</ul><br>
Foozle:<BR><ul>
<LI>receives $10.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109179#item2109179">Entry 171: Modern Art</A> (0171-MODEA) (2 comments)<BR>
<LI>receives $40.0 from khorgor in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109121#item2109121">Entry 166: Battle Hymn</A> (0166-BATTH) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115899#item2115899">Entry 250: Sid Meier's Civilization: The Board Game</A> (0250-SMCTB) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109160#item2109160">Entry 169: Dominion</A> (0169-DOMIN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145578#item2145578">Entry 427: Sunda to Sahul</A> (0427-SUNTS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109177#item2109177">Entry 170: Pirate's Cove</A> (0170-PIRAC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152686#item2152686">Entry 600: duck! duck! Go!</A> (0600-DUCDU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109096#item2109096">Entry 165: Pirate's Cove</A> (0165-PIRAC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153046#item2153046">Entry 677: Maharaja: The Game of Palace Building in India</A> (0677-MTGOP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109185#item2109185">Entry 172: The Princes of Florence</A> (0172-TPROF)<BR>
</ul><br>
<A NAME="foursaken"><H2>foursaken</H2></A>
foursaken sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148240#item2148240">Entry 445: Zombie State: Diplomacy of the Dead</A> (0445-ZSDOT) to revgiblet<BR>
</ul><br>
foursaken receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139080#item2139080">Entry 359: Mr. Jack</A> (0359-MRJAC) from rustylantern<BR>
</ul><br>
foursaken:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139080#item2139080">Entry 359: Mr. Jack</A> (0359-MRJAC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148240#item2148240">Entry 445: Zombie State: Diplomacy of the Dead</A> (0445-ZSDOT)<BR>
</ul><br>
<A NAME="Friendless"><H2>Friendless</H2></A>
Friendless sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130379#item2130379">Entry 317: Lost Valley</A> (0317-LOSTV) (5 comments) to prd1982<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143734#item2143734">Entry 406: Turn the Tide</A> (0406-TURTT) (6 comments) to Fronk<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143736#item2143736">Entry 407: Sleuth</A> (0407-SLEUT) (1 comments) to Fronk<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145550#item2145550">Entry 415: Gobblet</A> (0415-GOBBL) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145562#item2145562">Entry 418: Caprice</A> (0418-CAPRI) (1 comments) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145570#item2145570">Entry 422: Urland</A> (0422-URLAN) to Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145571#item2145571">Entry 423: Arkadia</A> (0423-ARKAD) to Fronk<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145575#item2145575">Entry 424: Lost Cities</A> (0424-LOSTC) (4 comments) to Fronk<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145577#item2145577">Entry 426: Portobello Market</A> (0426-PORTM) to sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145578#item2145578">Entry 427: Sunda to Sahul</A> (0427-SUNTS) to Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150157#item2150157">Entry 494: Catan Geographies: Germany</A> (0494-CATGE) (1 comments) to da pyrate<BR>
</ul><br>
Friendless receives:<ul>
<LI>$10.0 from Lucky Phil from Lucky Phil<BR>
<LI>$10.0 from Lucky Phil from Lucky Phil<BR>
<LI>$15.0 from Fronk from Fronk<BR>
<LI>$20.0 from srand from srand<BR>
<LI>$30.0 from Charlie Alpha from Charlie Alpha<BR>
<LI>$30.0 from mikipe2 from mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125341#item2125341">Entry 287: Rune Age</A> (0287-RUNEA) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141631#item2141631">Entry 367: Callisto</A> (0367-CALLI) from Amiguero<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142906#item2142906">Entry 392: Phoenicia</A> (0392-PHOEN) from Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151369#item2151369">Entry 516: Here I Stand</A> (0516-HERIS) from da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152991#item2152991">Entry 659: Musée Mystère</A> (0659-MUSEM) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143733#item2143733">Battle of the Bands: Encore Edition</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143737#item2143737">Station Master</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143738#item2143738">Glik</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143740#item2143740">Lucky Loop</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143741#item2143741">Ticket to Ride: Switzerland</A> (wanted by $15, $20, Fronk, Lucky Phil, Mariana, mjwills, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143742#item2143742">Freya's Folly</A> (wanted by Amiguero, intheclear, junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143743#item2143743">Sword and Skull</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145552#item2145552">Meridian</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145555#item2145555">Fire and Ice</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145565#item2145565">Kogworks</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145566#item2145566">Oltre Mare</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145569#item2145569">Eschnapur</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145576#item2145576">Reef Encounter</A> (wanted by Kerbster76)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150159#item2150159">Monastery</A><BR>
</ul><br>
Friendless:<BR><ul>
<LI>receives $10.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143734#item2143734">Entry 406: Turn the Tide</A> (0406-TURTT) (6 comments)<BR>
<LI>receives $10.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145575#item2145575">Entry 424: Lost Cities</A> (0424-LOSTC) (4 comments)<BR>
<LI>receives $15.0 from Fronk in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143736#item2143736">Entry 407: Sleuth</A> (0407-SLEUT) (1 comments)<BR>
<LI>receives $20.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145550#item2145550">Entry 415: Gobblet</A> (0415-GOBBL)<BR>
<LI>receives $30.0 from Charlie Alpha in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145571#item2145571">Entry 423: Arkadia</A> (0423-ARKAD)<BR>
<LI>receives $30.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145577#item2145577">Entry 426: Portobello Market</A> (0426-PORTM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125341#item2125341">Entry 287: Rune Age</A> (0287-RUNEA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150157#item2150157">Entry 494: Catan Geographies: Germany</A> (0494-CATGE) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141631#item2141631">Entry 367: Callisto</A> (0367-CALLI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145578#item2145578">Entry 427: Sunda to Sahul</A> (0427-SUNTS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142906#item2142906">Entry 392: Phoenicia</A> (0392-PHOEN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130379#item2130379">Entry 317: Lost Valley</A> (0317-LOSTV) (5 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151369#item2151369">Entry 516: Here I Stand</A> (0516-HERIS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145570#item2145570">Entry 422: Urland</A> (0422-URLAN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152991#item2152991">Entry 659: Musée Mystère</A> (0659-MUSEM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145562#item2145562">Entry 418: Caprice</A> (0418-CAPRI) (1 comments)<BR>
</ul><br>
<A NAME="Fronk"><H2>Fronk</H2></A>
Fronk sends:<ul>
<LI>$10.0 from Fronk to Scholle<BR>
<LI>$15.0 from Fronk to Friendless<BR>
<LI>$30.0 from Fronk to Thiessi<BR>
<LI>$30.0 from Fronk to Tyndal<BR>
</ul><br>
Fronk receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143734#item2143734">Entry 406: Turn the Tide</A> (0406-TURTT) (6 comments) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143736#item2143736">Entry 407: Sleuth</A> (0407-SLEUT) (1 comments) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145571#item2145571">Entry 423: Arkadia</A> (0423-ARKAD) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145575#item2145575">Entry 424: Lost Cities</A> (0424-LOSTC) (4 comments) from Friendless<BR>
</ul><br>
Fronk:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143734#item2143734">Entry 406: Turn the Tide</A> (0406-TURTT) (6 comments) in exchange for $10.0 from Fronk<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143736#item2143736">Entry 407: Sleuth</A> (0407-SLEUT) (1 comments) in exchange for $15.0 from Fronk<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145571#item2145571">Entry 423: Arkadia</A> (0423-ARKAD) in exchange for $30.0 from Fronk<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145575#item2145575">Entry 424: Lost Cities</A> (0424-LOSTC) (4 comments) in exchange for $30.0 from Fronk<BR>
</ul><br>
<A NAME="GeneSteeler"><H2>GeneSteeler</H2></A>
GeneSteeler sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140571#item2140571">Entry 365: At the Gates of Loyang</A> (0365-ATGOL) (1 comments) to mikipe2<BR>
</ul><br>
GeneSteeler receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134112#item2134112">Entry 326: Fighting Formations: Grossdeutschland Motorized Infantry Division</A> (0326-FFGMI) from petegs<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2131677#item2131677">Rome At War III: Queen of the Celts</A> (wanted by petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140573#item2140573">Lord of the Rings</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150117#item2150117">Gumball Rally</A> (wanted by earlyworm)<BR>
</ul><br>
GeneSteeler:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134112#item2134112">Entry 326: Fighting Formations: Grossdeutschland Motorized Infantry Division</A> (0326-FFGMI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140571#item2140571">Entry 365: At the Gates of Loyang</A> (0365-ATGOL) (1 comments)<BR>
</ul><br>
<A NAME="hali"><H2>hali</H2></A>
hali does not send anything.<BR>
hali does not receive anything.<BR>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153030#item2153030">Supremacy</A><BR>
</ul><br>
<A NAME="hxbx"><H2>hxbx</H2></A>
hxbx sends:<ul>
<LI>$55.0 from hxbx to Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152286#item2152286">Entry 553: Twilight Struggle</A> (0553-TWILS) to Alex Brown<BR>
</ul><br>
hxbx receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134104#item2134104">Entry 322: Olympos</A> (0322-OLYMP) from prd1982<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134523#item2134523">Entry 327: Belfort</A> (0327-BELFO) from TorbenVang<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152297#item2152297">Mutant Chronicles: Siege of the Citadel</A> (wanted by $34, $40, Dr Corey, Kinosness, cyberkev63, mr_lunch, petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152300#item2152300">The Settlers of the Stone Age</A> (wanted by pusboyau)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152301#item2152301">Il Principe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152303#item2152303">MegaCorps</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152304#item2152304">Trivial Pursuit DVD: Star Wars Saga Edition</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152316#item2152316">Chaos in the Old World: The Horned Rat Expansion</A> (wanted by petegs)<BR>
</ul><br>
hxbx:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134104#item2134104">Entry 322: Olympos</A> (0322-OLYMP) in exchange for $55.0 from hxbx<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134523#item2134523">Entry 327: Belfort</A> (0327-BELFO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152286#item2152286">Entry 553: Twilight Struggle</A> (0553-TWILS)<BR>
</ul><br>
<A NAME="intheclear"><H2>intheclear</H2></A>
intheclear sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109367#item2109367">Entry 179: Scotland Yard</A> (0179-SCOTY) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109370#item2109370">Entry 181: The Ares Project</A> (0181-TAREP) to some_guy<BR>
</ul><br>
intheclear receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098021#item2098021">Entry 36: Constantinopolis</A> (0036-CONST) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152628#item2152628">Entry 578: Tigris & Euphrates</A> (0578-TIGRE) from mr_lunch<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109365#item2109365">Master Labyrinth</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109368#item2109368">Panic Station</A> (wanted by Neil Thomson, Scholle, TumbleSteak, earlyworm, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109371#item2109371">Risk 2210 A.D.</A> (wanted by srand, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109372#item2109372">Age of Discovery</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112268#item2112268">Twilight Imperium</A><BR>
</ul><br>
intheclear:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098021#item2098021">Entry 36: Constantinopolis</A> (0036-CONST) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109367#item2109367">Entry 179: Scotland Yard</A> (0179-SCOTY)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152628#item2152628">Entry 578: Tigris & Euphrates</A> (0578-TIGRE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109370#item2109370">Entry 181: The Ares Project</A> (0181-TAREP)<BR>
</ul><br>
<A NAME="Isolater"><H2>Isolater</H2></A>
Isolater sends:<ul>
<LI>$50.0 from Isolater to MrBaggy<BR>
<LI>$80.0 from Isolater to Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151609#item2151609">Entry 520: A Game of Thrones: The Card Game - Kings of the Sea</A> (0520-AGOTT) to da pyrate<BR>
</ul><br>
Isolater receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105496#item2105496">Entry 107: Yomi</A> (0107-YOMIX) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111893#item2111893">Entry 193: Dungeon Twister</A> (0193-DUNGT) from da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151709#item2151709">Entry 526: Dungeon Lords</A> (0526-DUNGL) from Chuie<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151621#item2151621">Monsterpocalypse - Voltron: Defender of the Universe Battle Game</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151624#item2151624">Monsterpocalypse</A> (wanted by srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151628#item2151628">Aliens</A> (wanted by $15, $20, Dr Corey, Kinosness, cyberkev63, petegs, srand)<BR>
</ul><br>
Isolater:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105496#item2105496">Entry 107: Yomi</A> (0107-YOMIX) in exchange for $80.0 from Isolater<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111893#item2111893">Entry 193: Dungeon Twister</A> (0193-DUNGT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151609#item2151609">Entry 520: A Game of Thrones: The Card Game - Kings of the Sea</A> (0520-AGOTT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151709#item2151709">Entry 526: Dungeon Lords</A> (0526-DUNGL) in exchange for $50.0 from Isolater<BR>
</ul><br>
<A NAME="johnclark"><H2>johnclark</H2></A>
johnclark sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148422#item2148422">Entry 451: Shadow Hunters</A> (0451-SHADH) to Mark_Owen_Reich<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148426#item2148426">Entry 453: X-Bugs</A> (0453-XBUGS) to thepackrat<BR>
</ul><br>
johnclark receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112219#item2112219">Entry 202: Democrazy</A> (0202-DEMOC) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142883#item2142883">Entry 387: Rune Age</A> (0387-RUNEA) from Mark_Owen_Reich<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148401#item2148401">Hamburgum</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148406#item2148406">BattleLore: Earth Elemental</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148413#item2148413">Doom: The Boardgame</A> (wanted by $15, $20, Amnese, revgiblet, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148416#item2148416">Europe Engulfed</A> (wanted by Amnese)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148419#item2148419">Lascaux</A> (wanted by Amiguero, Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148423#item2148423">Wizard Kings</A> (wanted by mr_lunch, prd1982)<BR>
</ul><br>
johnclark:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112219#item2112219">Entry 202: Democrazy</A> (0202-DEMOC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148426#item2148426">Entry 453: X-Bugs</A> (0453-XBUGS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142883#item2142883">Entry 387: Rune Age</A> (0387-RUNEA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148422#item2148422">Entry 451: Shadow Hunters</A> (0451-SHADH)<BR>
</ul><br>
<A NAME="junkmonsta"><H2>junkmonsta</H2></A>
junkmonsta does not send anything.<BR>
junkmonsta does not receive anything.<BR>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097831#item2097831">Horus</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097834#item2097834">Lock 'n Load: A Day of Heroes</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107311#item2107311">Killer Bunnies and the Quest for the Magic Carrot</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150184#item2150184">UWO</A><BR>
</ul><br>
<A NAME="Karlsen"><H2>Karlsen</H2></A>
Karlsen sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152700#item2152700">Entry 606: Quo Vadis?</A> (0606-QUOVA) to Charlie Alpha<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152705#item2152705">Entry 608: YINSH</A> (0608-YINSH) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152708#item2152708">Entry 609: Bolide Tracks #1: Roma, Italian GP, and O Copo, Brazilian GP</A> (0609-BT1RI) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152714#item2152714">Entry 612: Vinhos</A> (0612-VINHO) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152746#item2152746">Entry 620: Elusive Victory: The Air War over the Suez Canal, 1967-1973</A> (0620-EVTAW) to mbroecker<BR>
</ul><br>
Karlsen receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122202#item2122202">Entry 270: Escape from the Aliens in Outer Space</A> (0270-EFTAI) from stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142867#item2142867">Entry 382: Im Reich der Jadegöttin</A> (0382-IMRED) from Mark_Owen_Reich<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148889#item2148889">Entry 468: The El Grande Expansions</A> (0468-TELGR) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150247#item2150247">Entry 502: Le Havre: Le Grand Hameau</A> (0502-LHLGH) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153083#item2153083">Entry 688: Arkadia</A> (0688-ARKAD) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104155#item2104155">Mouse Trap</A> (wanted by $2, Amiguero, Lucky Phil) and you have to send $30 to Friendless.<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152702#item2152702">PQ-17: Arctic Naval Operations 1941-43</A> (wanted by GeneSteeler)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152711#item2152711">Dust Tactics: Operation "Cyclone"</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152715#item2152715">Chez Goth</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152718#item2152718">Architekton</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152719#item2152719">Monkeys on the Moon</A> (wanted by dlow)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152724#item2152724">Talisman (fourth edition)</A> (wanted by Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152730#item2152730">Streetcar</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152735#item2152735">Snake Lake</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152743#item2152743">Soccer Tactics World</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152748#item2152748">Catan: Seafarers - 5-6 Player Extension</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152751#item2152751">Universal Fighting System: Street Fighter</A><BR>
</ul><br>
Karlsen:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122202#item2122202">Entry 270: Escape from the Aliens in Outer Space</A> (0270-EFTAI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152700#item2152700">Entry 606: Quo Vadis?</A> (0606-QUOVA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142867#item2142867">Entry 382: Im Reich der Jadegöttin</A> (0382-IMRED) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152714#item2152714">Entry 612: Vinhos</A> (0612-VINHO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148889#item2148889">Entry 468: The El Grande Expansions</A> (0468-TELGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152708#item2152708">Entry 609: Bolide Tracks #1: Roma, Italian GP, and O Copo, Brazilian GP</A> (0609-BT1RI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150247#item2150247">Entry 502: Le Havre: Le Grand Hameau</A> (0502-LHLGH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152705#item2152705">Entry 608: YINSH</A> (0608-YINSH)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153083#item2153083">Entry 688: Arkadia</A> (0688-ARKAD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152746#item2152746">Entry 620: Elusive Victory: The Air War over the Suez Canal, 1967-1973</A> (0620-EVTAW)<BR>
</ul><br>
<A NAME="kathyb"><H2>kathyb</H2></A>
kathyb sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151254#item2151254">Entry 514: Glen More</A> (0514-GLENM) to tiggers<BR>
</ul><br>
kathyb receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148907#item2148907">Entry 474: Aquileia</A> (0474-AQUIL) from Unhalfbricking<BR>
</ul><br>
kathyb:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148907#item2148907">Entry 474: Aquileia</A> (0474-AQUIL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151254#item2151254">Entry 514: Glen More</A> (0514-GLENM)<BR>
</ul><br>
<A NAME="Kerbster76"><H2>Kerbster76</H2></A>
Kerbster76 does not send anything.<BR>
Kerbster76 does not receive anything.<BR>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145961#item2145961">Lord of the Rings</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152351#item2152351">Top Trumps</A> (wanted by $5, Lucky Phil)<BR>
</ul><br>
<A NAME="kerrinaddis"><H2>kerrinaddis</H2></A>
kerrinaddis does not send anything.<BR>
kerrinaddis does not receive anything.<BR>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146920#item2146920">Chinatown</A><BR>
</ul><br>
<A NAME="khorgor"><H2>khorgor</H2></A>
khorgor sends:<ul>
<LI>$40.0 from khorgor to Foozle<BR>
</ul><br>
khorgor receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096105#item2096105">Entry 6: Dungeon Lords</A> (0006-DUNGL) from vanadamme<BR>
</ul><br>
khorgor:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096105#item2096105">Entry 6: Dungeon Lords</A> (0006-DUNGL) in exchange for $40.0 from khorgor<BR>
</ul><br>
<A NAME="Kinosness"><H2>Kinosness</H2></A>
Kinosness sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152573#item2152573">Entry 569: Source of the Nile</A> (0569-SOOTN) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152601#item2152601">Entry 574: Power Grid</A> (0574-POWEG) (2 comments) to fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152605#item2152605">Entry 576: Dark World</A> (0576-DARKW) to cyberkev63<BR>
</ul><br>
Kinosness receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097930#item2097930">Entry 33: The Resistance</A> (0033-TRESI) from Tegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149761#item2149761">Entry 491: World of Warcraft: The Adventure Game</A> (0491-WOWTA) from PBrennan<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151771#item2151771">Entry 536: Puerto Rico</A> (0536-PUERR) from ausminstrel<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152555#item2152555">Monsters Menace America</A> (wanted by petegs, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152563#item2152563">Freedom in the Galaxy</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152583#item2152583">Amoeba Wars</A> (wanted by petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152585#item2152585">Chaos Marauders</A> (wanted by srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152590#item2152590">Here I Stand</A> (wanted by $20, Charlie Alpha, Chuie, Friendless, MrBaggy, aaronseeber, cyberkev63, paco paco, pusboyau)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152593#item2152593">The Warlock of Firetop Mountain</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152603#item2152603">Apocalypse: The Game of Nuclear Devastation</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152607#item2152607">Marine: 2002</A><BR>
</ul><br>
Kinosness:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097930#item2097930">Entry 33: The Resistance</A> (0033-TRESI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152605#item2152605">Entry 576: Dark World</A> (0576-DARKW)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149761#item2149761">Entry 491: World of Warcraft: The Adventure Game</A> (0491-WOWTA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152601#item2152601">Entry 574: Power Grid</A> (0574-POWEG) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151771#item2151771">Entry 536: Puerto Rico</A> (0536-PUERR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152573#item2152573">Entry 569: Source of the Nile</A> (0569-SOOTN)<BR>
</ul><br>
<A NAME="kwan245"><H2>kwan245</H2></A>
kwan245 does not send anything.<BR>
kwan245 does not receive anything.<BR>
<A NAME="Lucky Phil"><H2>Lucky Phil</H2></A>
Lucky Phil sends:<ul>
<LI>$10.0 from Lucky Phil to Foozle<BR>
<LI>$10.0 from Lucky Phil to Friendless<BR>
<LI>$10.0 from Lucky Phil to Friendless<BR>
<LI>$10.0 from Lucky Phil to nnf1<BR>
<LI>$15.0 from Lucky Phil to Unhalfbricking<BR>
<LI>$15.0 from Lucky Phil to Unhalfbricking<BR>
<LI>$20.0 from Lucky Phil to tiggers<BR>
<LI>$25.0 from Lucky Phil to Unhalfbricking<BR>
<LI>$40.0 from Lucky Phil to Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101409#item2101409">Entry 55: 1960: The Making of the President</A> (0055-1TMOT) to revgiblet<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101411#item2101411">Entry 56: Bazaar</A> (0056-BAZAA) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113864#item2113864">Entry 244: The Kaiser's Pirates</A> (0244-TKAIP) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113867#item2113867">Entry 246: Quebec 1759</A> (0246-QUEBE) to wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135679#item2135679">Entry 338: Power Grid: Factory Manager</A> (0338-POGRF) to da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135684#item2135684">Entry 339: To Court the King</A> (0339-TCOTK) to Critical Mass<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152855#item2152855">Entry 631: Liberty: The American Revolution 1775-83</A> (0631-LITAM) (1 comments) to da pyrate<BR>
</ul><br>
Lucky Phil receives:<ul>
<LI>$35.0 from mr_lunch from mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096782#item2096782">Entry 12: Cowboys: The Way of the Gun</A> (0012-CTWOT) from prd1982<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106146#item2106146">Entry 125: Nanuk</A> (0125-NANUK) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107039#item2107039">Entry 144: PitchCar</A> (0144-PITCH) from srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109160#item2109160">Entry 169: Dominion</A> (0169-DOMIN) from Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109367#item2109367">Entry 179: Scotland Yard</A> (0179-SCOTY) from intheclear<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112116#item2112116">Entry 194: Carcassonne: The Castle</A> (0194-CARTC) from Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129197#item2129197">Entry 310: Ubongo Trigo</A> (0310-UBONT) from tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129207#item2129207">Entry 311: Celtica</A> (0311-CELTI) from tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148842#item2148842">Entry 454: Memoir '44</A> (0454-MEMOI) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152355#item2152355">Entry 563: Guillotine</A> (0563-GUILL) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152642#item2152642">Entry 583: Clue: The Simpsons</A> (0583-CLUTS) from mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152650#item2152650">Entry 585: Killer Bunnies and the Quest for the Magic Carrot</A> (0585-KBATQ) from mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152678#item2152678">Entry 595: Star Wars: Episode 1; Clash of the Lightsabers</A> (0595-SWE1C) from Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152817#item2152817">Entry 629: Quarto!</A> (0629-QUART) from Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152993#item2152993">Entry 660: Ka-Ching!</A> (0660-KACHI) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101413#item2101413">Piece o' Cake</A> (wanted by $15, mikipe2, mr_lunch, thepackrat)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113859#item2113859">Federation Commander: Romulan Border</A> (wanted by Croup and Vandemar)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113862#item2113862">A House Divided</A> (wanted by stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113865#item2113865">War of 1812</A><BR>
</ul><br>
Lucky Phil:<BR><ul>
<LI>receives $35.0 from mr_lunch in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113864#item2113864">Entry 244: The Kaiser's Pirates</A> (0244-TKAIP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096782#item2096782">Entry 12: Cowboys: The Way of the Gun</A> (0012-CTWOT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101411#item2101411">Entry 56: Bazaar</A> (0056-BAZAA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106146#item2106146">Entry 125: Nanuk</A> (0125-NANUK) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135684#item2135684">Entry 339: To Court the King</A> (0339-TCOTK)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107039#item2107039">Entry 144: PitchCar</A> (0144-PITCH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101409#item2101409">Entry 55: 1960: The Making of the President</A> (0055-1TMOT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109160#item2109160">Entry 169: Dominion</A> (0169-DOMIN) in exchange for $40.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109367#item2109367">Entry 179: Scotland Yard</A> (0179-SCOTY) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135679#item2135679">Entry 338: Power Grid: Factory Manager</A> (0338-POGRF)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112116#item2112116">Entry 194: Carcassonne: The Castle</A> (0194-CARTC) in exchange for $15.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129197#item2129197">Entry 310: Ubongo Trigo</A> (0310-UBONT) in exchange for $10.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129207#item2129207">Entry 311: Celtica</A> (0311-CELTI) in exchange for $10.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148842#item2148842">Entry 454: Memoir '44</A> (0454-MEMOI) in exchange for $25.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152355#item2152355">Entry 563: Guillotine</A> (0563-GUILL) in exchange for $15.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152642#item2152642">Entry 583: Clue: The Simpsons</A> (0583-CLUTS) in exchange for $10.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152650#item2152650">Entry 585: Killer Bunnies and the Quest for the Magic Carrot</A> (0585-KBATQ) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113867#item2113867">Entry 246: Quebec 1759</A> (0246-QUEBE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152678#item2152678">Entry 595: Star Wars: Episode 1; Clash of the Lightsabers</A> (0595-SWE1C) in exchange for $20.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152817#item2152817">Entry 629: Quarto!</A> (0629-QUART) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152855#item2152855">Entry 631: Liberty: The American Revolution 1775-83</A> (0631-LITAM) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152993#item2152993">Entry 660: Ka-Ching!</A> (0660-KACHI) in exchange for $10.0 from Lucky Phil<BR>
</ul><br>
<A NAME="Mariana"><H2>Mariana</H2></A>
Mariana sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152678#item2152678">Entry 595: Star Wars: Episode 1; Clash of the Lightsabers</A> (0595-SWE1C) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152956#item2152956">Entry 635: Category 5</A> (0635-CATEG) to TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152979#item2152979">Entry 650: Zooloretto - Grizzly</A> (0650-ZOOLG) to earlyworm<BR>
</ul><br>
Mariana receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107242#item2107242">Entry 148: Bürger, Baumeister & Co.</A> (0148-BRGBA) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108729#item2108729">Entry 161: Augsburg 1520</A> (0161-AUGSB) from Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136821#item2136821">Entry 343: Odin's Ravens</A> (0343-ODINR) from TaleSpinner<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152659#item2152659">Chicken Cha Cha Cha</A> (wanted by $15, $20, Kerbster76, Lucky Phil, TaleSpinner)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152662#item2152662">Hera and Zeus</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152676#item2152676">Break the Safe</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152683#item2152683">Mummy Rummy</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152698#item2152698">Banana Republic</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152952#item2152952">Euphrat & Tigris: Die Zikkurat</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152984#item2152984">Power Grid: Transformer Station</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152986#item2152986">Ghost Stories: Chuck No-Rice</A> (wanted by junkmonsta)<BR>
</ul><br>
Mariana:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107242#item2107242">Entry 148: Bürger, Baumeister & Co.</A> (0148-BRGBA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152979#item2152979">Entry 650: Zooloretto - Grizzly</A> (0650-ZOOLG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108729#item2108729">Entry 161: Augsburg 1520</A> (0161-AUGSB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152956#item2152956">Entry 635: Category 5</A> (0635-CATEG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136821#item2136821">Entry 343: Odin's Ravens</A> (0343-ODINR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152678#item2152678">Entry 595: Star Wars: Episode 1; Clash of the Lightsabers</A> (0595-SWE1C)<BR>
</ul><br>
<A NAME="Mark_Owen_Reich"><H2>Mark_Owen_Reich</H2></A>
Mark_Owen_Reich sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142867#item2142867">Entry 382: Im Reich der Jadegöttin</A> (0382-IMRED) to Karlsen<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142871#item2142871">Entry 384: Taluva</A> (0384-TALUV) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142883#item2142883">Entry 387: Rune Age</A> (0387-RUNEA) to johnclark<BR>
</ul><br>
Mark_Owen_Reich receives:<ul>
<LI>$40.0 from dlow from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106176#item2106176">Entry 132: Bacchus' Banquet</A> (0132-BACCB) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148422#item2148422">Entry 451: Shadow Hunters</A> (0451-SHADH) from johnclark<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142869#item2142869">Leaping Lemmings</A> (wanted by $30, Amiguero, Kerbster76, mikipe2, prd1982, some_guy)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142873#item2142873">New England</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142875#item2142875">Beowulf: The Legend</A><BR>
</ul><br>
Mark_Owen_Reich:<BR><ul>
<LI>receives $40.0 from dlow in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142867#item2142867">Entry 382: Im Reich der Jadegöttin</A> (0382-IMRED)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106176#item2106176">Entry 132: Bacchus' Banquet</A> (0132-BACCB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142883#item2142883">Entry 387: Rune Age</A> (0387-RUNEA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148422#item2148422">Entry 451: Shadow Hunters</A> (0451-SHADH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142871#item2142871">Entry 384: Taluva</A> (0384-TALUV)<BR>
</ul><br>
<A NAME="mbroecker"><H2>mbroecker</H2></A>
mbroecker sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141847#item2141847">Entry 369: Lock 'n Load: Band of Heroes</A> (0369-LNLBO) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141849#item2141849">Entry 371: Hornet Leader: Carrier Air Operations</A> (0371-HLCAO) to MrBaggy<BR>
</ul><br>
mbroecker receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116351#item2116351">Entry 264: Catan: Seafarers</A> (0264-CATAS) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152746#item2152746">Entry 620: Elusive Victory: The Air War over the Suez Canal, 1967-1973</A> (0620-EVTAW) from Karlsen<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141848#item2141848">Illuminati: Deluxe Edition</A> (wanted by srand)<BR>
</ul><br>
mbroecker:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116351#item2116351">Entry 264: Catan: Seafarers</A> (0264-CATAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141847#item2141847">Entry 369: Lock 'n Load: Band of Heroes</A> (0369-LNLBO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152746#item2152746">Entry 620: Elusive Victory: The Air War over the Suez Canal, 1967-1973</A> (0620-EVTAW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141849#item2141849">Entry 371: Hornet Leader: Carrier Air Operations</A> (0371-HLCAO)<BR>
</ul><br>
<A NAME="mikipe2"><H2>mikipe2</H2></A>
mikipe2 sends:<ul>
<LI>$10.0 from mikipe2 to Scholle<BR>
<LI>$15.0 from mikipe2 to Unhalfbricking<BR>
<LI>$15.0 from mikipe2 to tiggers<BR>
<LI>$20.0 from mikipe2 to nnf1<BR>
<LI>$20.0 from mikipe2 to vanadamme<BR>
<LI>$30.0 from mikipe2 to Friendless<BR>
<LI>$30.0 from mikipe2 to Scholle<BR>
<LI>$30.0 from mikipe2 to Unhalfbricking<BR>
<LI>$45.0 from mikipe2 to thepackrat<BR>
<LI>$60.0 from mikipe2 to nnf1<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145851#item2145851">Entry 429: Yspahan</A> (0429-YSPAH) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145852#item2145852">Entry 430: Vikings</A> (0430-VIKIN) to Chuie<BR>
</ul><br>
mikipe2 receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106163#item2106163">Entry 130: Shear Panic</A> (0130-SHEAP) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106941#item2106941">Entry 141: Carcassonne: The Castle</A> (0141-CARTC) from Abanon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108814#item2108814">Entry 163: Tahuantinsuyu</A> (0163-TAHUA) from da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129079#item2129079">Entry 300: Dominion</A> (0300-DOMIN) from coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136817#item2136817">Entry 341: Tribune: Primus Inter Pares</A> (0341-TRPRI) from TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138511#item2138511">Entry 358: Caylus</A> (0358-CAYLU) from sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140571#item2140571">Entry 365: At the Gates of Loyang</A> (0365-ATGOL) (1 comments) from GeneSteeler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142612#item2142612">Entry 375: Wok Star</A> (0375-WOKST) from TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147424#item2147424">Entry 438: Agricola</A> (0438-AGRIC) from fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147438#item2147438">Entry 442: Thurn and Taxis: Power and Glory</A> (0442-TATPA) from fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147442#item2147442">Entry 443: Space Hulk: Death Angel - The Card Game</A> (0443-SHDAT) from fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149750#item2149750">Entry 485: Leaping Lemmings</A> (0485-LEAPL) from PBrennan<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145853#item2145853">Elder Sign</A> (wanted by $15, Amnese, Kerbster76, Neil Thomson, PBrennan, Tegs, Tyndal, cyberkev63, fFish, junkmonsta, mr_lunch)<BR>
</ul><br>
mikipe2:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106163#item2106163">Entry 130: Shear Panic</A> (0130-SHEAP) in exchange for $15.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106941#item2106941">Entry 141: Carcassonne: The Castle</A> (0141-CARTC) in exchange for $15.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108814#item2108814">Entry 163: Tahuantinsuyu</A> (0163-TAHUA) in exchange for $20.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129079#item2129079">Entry 300: Dominion</A> (0300-DOMIN) in exchange for $30.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136817#item2136817">Entry 341: Tribune: Primus Inter Pares</A> (0341-TRPRI) in exchange for $30.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138511#item2138511">Entry 358: Caylus</A> (0358-CAYLU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145851#item2145851">Entry 429: Yspahan</A> (0429-YSPAH)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140571#item2140571">Entry 365: At the Gates of Loyang</A> (0365-ATGOL) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145852#item2145852">Entry 430: Vikings</A> (0430-VIKIN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142612#item2142612">Entry 375: Wok Star</A> (0375-WOKST) in exchange for $45.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147424#item2147424">Entry 438: Agricola</A> (0438-AGRIC) in exchange for $60.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147438#item2147438">Entry 442: Thurn and Taxis: Power and Glory</A> (0442-TATPA) in exchange for $20.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147442#item2147442">Entry 443: Space Hulk: Death Angel - The Card Game</A> (0443-SHDAT) in exchange for $10.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149750#item2149750">Entry 485: Leaping Lemmings</A> (0485-LEAPL) in exchange for $30.0 from mikipe2<BR>
</ul><br>
<A NAME="mikotan26"><H2>mikotan26</H2></A>
mikotan26 sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151746#item2151746">Entry 532: Dungeon Twister 2: Prison</A> (0532-DUNTW) to ausminstrel<BR>
</ul><br>
mikotan26 receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105493#item2105493">Entry 104: El Grande</A> (0104-ELGRA) from earlyworm<BR>
</ul><br>
mikotan26:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105493#item2105493">Entry 104: El Grande</A> (0104-ELGRA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151746#item2151746">Entry 532: Dungeon Twister 2: Prison</A> (0532-DUNTW)<BR>
</ul><br>
<A NAME="mjwills"><H2>mjwills</H2></A>
mjwills sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112217#item2112217">Entry 200: Techno Witches</A> (0200-TECHW) to Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112219#item2112219">Entry 202: Democrazy</A> (0202-DEMOC) to johnclark<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112220#item2112220">Entry 203: Perikles</A> (0203-PERIK) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112221#item2112221">Entry 204: Tony & Tino</A> (0204-TONYT) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112234#item2112234">Entry 208: Blue Moon</A> (0208-BLUEM) to rustylantern<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112236#item2112236">Entry 209: Cold War: CIA vs KGB</A> (0209-CWCVK) (2 comments) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112257#item2112257">Entry 214: It's Mine!</A> (0214-ITSMI) to nnf1<BR>
</ul><br>
mjwills receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104137#item2104137">Entry 74: Heroscape Marvel: The Conflict Begins</A> (0074-HMTCB) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112119#item2112119">Entry 196: Medici</A> (0196-MEDIC) (5 comments) from Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112121#item2112121">Entry 197: Shear Panic</A> (0197-SHEAP) from Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142948#item2142948">Entry 396: Hansa</A> (0396-HANSA) from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150249#item2150249">Entry 503: Power Grid: The New Power Plant Cards</A> (0503-PGTNP) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152632#item2152632">Entry 579: Alhambra</A> (0579-ALHAM) from mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152997#item2152997">Entry 661: Survive: Escape from Atlantis!</A> (0661-SUESF) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112215#item2112215">Tongiaki</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112218#item2112218">Savannah Café</A> (wanted by $5, Lucky Phil, earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112222#item2112222">Camelot Legends</A> (wanted by Oiler, Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112226#item2112226">Citadels</A> (wanted by Tegs, mbroecker, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112228#item2112228">Duel of Ages Set 1: Worldspanner</A> (wanted by thepackrat)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112237#item2112237">Odin's Ravens</A> (wanted by Mariana)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112238#item2112238">Warhamster Rally</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112249#item2112249">Tyrus</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112255#item2112255">Empire Builder</A> (wanted by $30, Alae, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112258#item2112258">Tichu</A> (wanted by srand)<BR>
</ul><br>
mjwills:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104137#item2104137">Entry 74: Heroscape Marvel: The Conflict Begins</A> (0074-HMTCB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112220#item2112220">Entry 203: Perikles</A> (0203-PERIK)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112119#item2112119">Entry 196: Medici</A> (0196-MEDIC) (5 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112234#item2112234">Entry 208: Blue Moon</A> (0208-BLUEM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112121#item2112121">Entry 197: Shear Panic</A> (0197-SHEAP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112221#item2112221">Entry 204: Tony & Tino</A> (0204-TONYT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142948#item2142948">Entry 396: Hansa</A> (0396-HANSA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112219#item2112219">Entry 202: Democrazy</A> (0202-DEMOC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150249#item2150249">Entry 503: Power Grid: The New Power Plant Cards</A> (0503-PGTNP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112257#item2112257">Entry 214: It's Mine!</A> (0214-ITSMI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152632#item2152632">Entry 579: Alhambra</A> (0579-ALHAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112236#item2112236">Entry 209: Cold War: CIA vs KGB</A> (0209-CWCVK) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152997#item2152997">Entry 661: Survive: Escape from Atlantis!</A> (0661-SUESF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112217#item2112217">Entry 200: Techno Witches</A> (0200-TECHW)<BR>
</ul><br>
<A NAME="Morka"><H2>Morka</H2></A>
Morka sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096990#item2096990">Entry 30: Ablaze!</A> (0030-ABLAZ) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108729#item2108729">Entry 161: Augsburg 1520</A> (0161-AUGSB) to Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108732#item2108732">Entry 162: Age of Mythology: The Boardgame</A> (0162-AOMTB) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2114974#item2114974">Entry 247: RoboRally</A> (0247-ROBOR) (2 comments) to paco paco<BR>
</ul><br>
Morka receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138503#item2138503">Entry 356: Masons</A> (0356-MASON) (1 comments) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142607#item2142607">Entry 373: Bohnanza</A> (0373-BOHNA) from TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142622#item2142622">Entry 377: 7 Wonders</A> (0377-7WOND) from TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151726#item2151726">Entry 529: No Thanks!</A> (0529-NOTHA) from Phil81<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096988#item2096988">Go West</A><BR>
</ul><br>
Morka:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138503#item2138503">Entry 356: Masons</A> (0356-MASON) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108732#item2108732">Entry 162: Age of Mythology: The Boardgame</A> (0162-AOMTB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142607#item2142607">Entry 373: Bohnanza</A> (0373-BOHNA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108729#item2108729">Entry 161: Augsburg 1520</A> (0161-AUGSB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142622#item2142622">Entry 377: 7 Wonders</A> (0377-7WOND) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2114974#item2114974">Entry 247: RoboRally</A> (0247-ROBOR) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151726#item2151726">Entry 529: No Thanks!</A> (0529-NOTHA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096990#item2096990">Entry 30: Ablaze!</A> (0030-ABLAZ)<BR>
</ul><br>
<A NAME="mr_lunch"><H2>mr_lunch</H2></A>
mr_lunch sends:<ul>
<LI>$35.0 from mr_lunch to Lucky Phil<BR>
<LI>$35.0 from mr_lunch to nnf1<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152628#item2152628">Entry 578: Tigris & Euphrates</A> (0578-TIGRE) to intheclear<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152632#item2152632">Entry 579: Alhambra</A> (0579-ALHAM) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152642#item2152642">Entry 583: Clue: The Simpsons</A> (0583-CLUTS) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152650#item2152650">Entry 585: Killer Bunnies and the Quest for the Magic Carrot</A> (0585-KBATQ) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152686#item2152686">Entry 600: duck! duck! Go!</A> (0600-DUCDU) to Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152697#item2152697">Entry 603: Tangled Tales Starter</A> (0603-TANTA) to earlyworm<BR>
</ul><br>
mr_lunch receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113172#item2113172">Entry 217: Ticket to Ride: Switzerland</A> (0217-TITRI) from da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125344#item2125344">Entry 288: Modern Art: The Card Game</A> (0288-MATCG) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142871#item2142871">Entry 384: Taluva</A> (0384-TALUV) from Mark_Owen_Reich<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148904#item2148904">Entry 473: Sator Arepo Tenet Opera Rotas</A> (0473-SATOR) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151167#item2151167">Entry 509: Mare Nostrum</A> (0509-MAREN) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151769#item2151769">Entry 534: Cadwallon: City of Thieves</A> (0534-CACIO) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152809#item2152809">Entry 624: Pick & Pack</A> (0624-PICKP) from Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152980#item2152980">Entry 651: Master Labyrinth</A> (0651-MASTL) (2 comments) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152634#item2152634">HeroQuest: Against the Ogre Horde</A> (wanted by $10, $20, Duke Leto, Karlsen, Lucky Phil, Mariana, cyberkev63, revgiblet)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152637#item2152637">Formidable Foes</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152644#item2152644">Tomb</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152655#item2152655">Dungeon Master's Guide</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152656#item2152656">4th Edition Core Rulebook Collection</A> (wanted by Kerbster76, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152691#item2152691">A Book of Sandhurst Wargames</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152699#item2152699">Submarine</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152710#item2152710">Time's Up!</A> (wanted by Kerbster76)<BR>
</ul><br>
mr_lunch:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113172#item2113172">Entry 217: Ticket to Ride: Switzerland</A> (0217-TITRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152632#item2152632">Entry 579: Alhambra</A> (0579-ALHAM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125344#item2125344">Entry 288: Modern Art: The Card Game</A> (0288-MATCG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152650#item2152650">Entry 585: Killer Bunnies and the Quest for the Magic Carrot</A> (0585-KBATQ)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142871#item2142871">Entry 384: Taluva</A> (0384-TALUV) in exchange for $35.0 from mr_lunch<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148904#item2148904">Entry 473: Sator Arepo Tenet Opera Rotas</A> (0473-SATOR) in exchange for $35.0 from mr_lunch<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151167#item2151167">Entry 509: Mare Nostrum</A> (0509-MAREN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152686#item2152686">Entry 600: duck! duck! Go!</A> (0600-DUCDU)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151769#item2151769">Entry 534: Cadwallon: City of Thieves</A> (0534-CACIO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152628#item2152628">Entry 578: Tigris & Euphrates</A> (0578-TIGRE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152809#item2152809">Entry 624: Pick & Pack</A> (0624-PICKP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152642#item2152642">Entry 583: Clue: The Simpsons</A> (0583-CLUTS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152980#item2152980">Entry 651: Master Labyrinth</A> (0651-MASTL) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152697#item2152697">Entry 603: Tangled Tales Starter</A> (0603-TANTA)<BR>
</ul><br>
<A NAME="MrBaggy"><H2>MrBaggy</H2></A>
MrBaggy sends:<ul>
<LI>$65.0 from MrBaggy to wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148842#item2148842">Entry 454: Memoir '44</A> (0454-MEMOI) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148843#item2148843">Entry 455: Age of Industry</A> (0455-AGEOI) to Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148846#item2148846">Entry 456: El Grande</A> (0456-ELGRA) to TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148849#item2148849">Entry 457: Rattus</A> (0457-RATTU) (1 comments) to coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148863#item2148863">Entry 459: Wings of War: WW2 Deluxe set</A> (0459-WOWWD) to da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152355#item2152355">Entry 563: Guillotine</A> (0563-GUILL) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152356#item2152356">Entry 564: Havana</A> (0564-HAVAN) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152914#item2152914">Entry 632: Cyclades</A> (0632-CYCLA) to tiggers<BR>
</ul><br>
MrBaggy receives:<ul>
<LI>$50.0 from Isolater from Isolater<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113864#item2113864">Entry 244: The Kaiser's Pirates</A> (0244-TKAIP) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2123469#item2123469">Entry 273: Ghost Stories</A> (0273-GHOSS) from Alex Brown<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124479#item2124479">Entry 274: U-Boat Leader</A> (0274-UBOAL) from wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127590#item2127590">Entry 292: Lords of Scotland</A> (0292-LOROS) from wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141849#item2141849">Entry 371: Hornet Leader: Carrier Air Operations</A> (0371-HLCAO) from mbroecker<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143074#item2143074">Entry 403: China</A> (0403-CHINA) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147421#item2147421">Entry 437: Neuroshima Hex!</A> (0437-NEURH) from fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152714#item2152714">Entry 612: Vinhos</A> (0612-VINHO) from Karlsen<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148853#item2148853">Ticket to Ride: Europe</A> (wanted by $15, $20, $25, Abanon, Critical Mass, Mariana, junkmonsta, srand, tiggers)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148894#item2148894">Lord of the Rings</A> (wanted by Morka, petegs, revgiblet, srand)<BR>
</ul><br>
MrBaggy:<BR><ul>
<LI>receives $50.0 from Isolater in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148846#item2148846">Entry 456: El Grande</A> (0456-ELGRA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113864#item2113864">Entry 244: The Kaiser's Pirates</A> (0244-TKAIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148842#item2148842">Entry 454: Memoir '44</A> (0454-MEMOI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2123469#item2123469">Entry 273: Ghost Stories</A> (0273-GHOSS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148863#item2148863">Entry 459: Wings of War: WW2 Deluxe set</A> (0459-WOWWD)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124479#item2124479">Entry 274: U-Boat Leader</A> (0274-UBOAL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152914#item2152914">Entry 632: Cyclades</A> (0632-CYCLA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127590#item2127590">Entry 292: Lords of Scotland</A> (0292-LOROS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152355#item2152355">Entry 563: Guillotine</A> (0563-GUILL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141849#item2141849">Entry 371: Hornet Leader: Carrier Air Operations</A> (0371-HLCAO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148843#item2148843">Entry 455: Age of Industry</A> (0455-AGEOI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143074#item2143074">Entry 403: China</A> (0403-CHINA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148849#item2148849">Entry 457: Rattus</A> (0457-RATTU) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147421#item2147421">Entry 437: Neuroshima Hex!</A> (0437-NEURH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152356#item2152356">Entry 564: Havana</A> (0564-HAVAN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152714#item2152714">Entry 612: Vinhos</A> (0612-VINHO) in exchange for $65.0 from MrBaggy<BR>
</ul><br>
<A NAME="Neil Thomson"><H2>Neil Thomson</H2></A>
Neil Thomson sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152806#item2152806">Entry 623: Airships</A> (0623-AIRSH) to PocketAtomic<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152809#item2152809">Entry 624: Pick & Pack</A> (0624-PICKP) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152811#item2152811">Entry 626: Oregon</A> (0626-OREGO) to aaronseeber<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152813#item2152813">Entry 627: Chaos Marauders</A> (0627-CHAOM) to earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152817#item2152817">Entry 629: Quarto!</A> (0629-QUART) to Lucky Phil<BR>
</ul><br>
Neil Thomson receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116337#item2116337">Entry 252: Detroit-Cleveland Grand Prix</A> (0252-DETGR) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148870#item2148870">Entry 460: Blood Bowl</A> (0460-BLOOB) from da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151786#item2151786">Entry 544: Shazamm!</A> (0544-SHAZA) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152673#item2152673">Entry 592: Panic Station</A> (0592-PANIS) from PocketAtomic<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153059#item2153059">Entry 680: Stack Market</A> (0680-STACM) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152810#item2152810">Polarity</A> (wanted by $15, aaronseeber, earlyworm, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152814#item2152814">Rook</A> (wanted by earlyworm)<BR>
</ul><br>
Neil Thomson:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116337#item2116337">Entry 252: Detroit-Cleveland Grand Prix</A> (0252-DETGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152817#item2152817">Entry 629: Quarto!</A> (0629-QUART)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148870#item2148870">Entry 460: Blood Bowl</A> (0460-BLOOB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152806#item2152806">Entry 623: Airships</A> (0623-AIRSH)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151786#item2151786">Entry 544: Shazamm!</A> (0544-SHAZA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152809#item2152809">Entry 624: Pick & Pack</A> (0624-PICKP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152673#item2152673">Entry 592: Panic Station</A> (0592-PANIS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152811#item2152811">Entry 626: Oregon</A> (0626-OREGO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153059#item2153059">Entry 680: Stack Market</A> (0680-STACM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152813#item2152813">Entry 627: Chaos Marauders</A> (0627-CHAOM)<BR>
</ul><br>
<A NAME="nnf1"><H2>nnf1</H2></A>
nnf1 sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152963#item2152963">Entry 637: Regista</A> (0637-REGIS) to thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152967#item2152967">Entry 640: Dweebies</A> (0640-DWEEB) to Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152977#item2152977">Entry 648: Wars of the Roses: Lancaster vs. York</A> (0648-WOTRL) to Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152980#item2152980">Entry 651: Master Labyrinth</A> (0651-MASTL) (2 comments) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152981#item2152981">Entry 652: Monkeys on the Moon</A> (0652-MOOTM) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152985#item2152985">Entry 655: Wits & Wagers</A> (0655-WITSW) to PocketAtomic<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152989#item2152989">Entry 657: Tokyo Train</A> (0657-TOKYT) to Amiguero<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152991#item2152991">Entry 659: Musée Mystère</A> (0659-MUSEM) to Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152993#item2152993">Entry 660: Ka-Ching!</A> (0660-KACHI) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152997#item2152997">Entry 661: Survive: Escape from Atlantis!</A> (0661-SUESF) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153009#item2153009">Entry 664: Dawn Under</A> (0664-DAWNU) to coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153016#item2153016">Entry 667: El Grande</A> (0667-ELGRA) to prd1982<BR>
</ul><br>
nnf1 receives:<ul>
<LI>$10.0 from Lucky Phil from Lucky Phil<BR>
<LI>$15.0 from srand from srand<BR>
<LI>$18.0 from Chuie from Chuie<BR>
<LI>$20.0 from cyberkev63 from cyberkev63<BR>
<LI>$20.0 from mikipe2 from mikipe2<BR>
<LI>$20.0 from tiggers from tiggers<BR>
<LI>$25.0 from Alex Brown from Alex Brown<BR>
<LI>$35.0 from Chuie from Chuie<BR>
<LI>$35.0 from mr_lunch from mr_lunch<BR>
<LI>$60.0 from mikipe2 from mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112257#item2112257">Entry 214: It's Mine!</A> (0214-ITSMI) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147432#item2147432">Entry 440: The Hobbit</A> (0440-THOBB) from fFish<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152960#item2152960">Boss Kito</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152965#item2152965">Order Up</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152966#item2152966">FlipOut</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152970#item2152970">Bootleggers</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152971#item2152971">Barbarossa</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152972#item2152972">Talisman Dragons</A> (wanted by $20, $50, Charlie Alpha, aaronseeber, cyberkev63, some_guy)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152973#item2152973">Dungeonquest: Catacombs</A> (wanted by Phil81)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152974#item2152974">Dungeonquest: Catacombs</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152975#item2152975">Talisman City</A> (wanted by $10, aaronseeber, cyberkev63)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152976#item2152976">Queen of the Cupcakes</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152978#item2152978">Master Labyrinth</A> (wanted by mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152983#item2152983">Men of Iron, Volume I: The Rebirth of Infantry</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152990#item2152990">Robot Master</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153000#item2153000">Kahmaté</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153002#item2153002">Ice Flow</A> (wanted by dlow, junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153010#item2153010">Dawn Under</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153014#item2153014">Phoenix</A> (wanted by Mariana)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153023#item2153023">Horse Fever</A> (wanted by $15, $20, Mark_Owen_Reich, da pyrate, earlyworm, srand, sysyphus)<BR>
</ul><br>
nnf1:<BR><ul>
<LI>receives $10.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152967#item2152967">Entry 640: Dweebies</A> (0640-DWEEB)<BR>
<LI>receives $15.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152993#item2152993">Entry 660: Ka-Ching!</A> (0660-KACHI)<BR>
<LI>receives $18.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152981#item2152981">Entry 652: Monkeys on the Moon</A> (0652-MOOTM)<BR>
<LI>receives $20.0 from cyberkev63 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152963#item2152963">Entry 637: Regista</A> (0637-REGIS)<BR>
<LI>receives $20.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152989#item2152989">Entry 657: Tokyo Train</A> (0657-TOKYT)<BR>
<LI>receives $20.0 from tiggers in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152980#item2152980">Entry 651: Master Labyrinth</A> (0651-MASTL) (2 comments)<BR>
<LI>receives $25.0 from Alex Brown in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152997#item2152997">Entry 661: Survive: Escape from Atlantis!</A> (0661-SUESF)<BR>
<LI>receives $35.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153016#item2153016">Entry 667: El Grande</A> (0667-ELGRA)<BR>
<LI>receives $35.0 from mr_lunch in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153009#item2153009">Entry 664: Dawn Under</A> (0664-DAWNU)<BR>
<LI>receives $60.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152977#item2152977">Entry 648: Wars of the Roses: Lancaster vs. York</A> (0648-WOTRL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112257#item2112257">Entry 214: It's Mine!</A> (0214-ITSMI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152991#item2152991">Entry 659: Musée Mystère</A> (0659-MUSEM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147432#item2147432">Entry 440: The Hobbit</A> (0440-THOBB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152985#item2152985">Entry 655: Wits & Wagers</A> (0655-WITSW)<BR>
</ul><br>
<A NAME="Oiler"><H2>Oiler</H2></A>
Oiler sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143730#item2143730">Entry 404: Cranium Cariboo</A> (0404-CRANC) to earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146963#item2146963">Entry 435: Attacktix Battle Figure Game Marvel Superheroes</A> (0435-ABFGM) to TorbenVang<BR>
</ul><br>
Oiler receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116340#item2116340">Entry 255: Pocket Battles: Celts vs. Romans</A> (0255-PBCVR) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153079#item2153079">Entry 687: Dungeon Twister</A> (0687-DUNGT) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137175#item2137175">Acquire</A> (wanted by dlow)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152538#item2152538">WWE DVD Board Game</A><BR>
</ul><br>
Oiler:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116340#item2116340">Entry 255: Pocket Battles: Celts vs. Romans</A> (0255-PBCVR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146963#item2146963">Entry 435: Attacktix Battle Figure Game Marvel Superheroes</A> (0435-ABFGM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153079#item2153079">Entry 687: Dungeon Twister</A> (0687-DUNGT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143730#item2143730">Entry 404: Cranium Cariboo</A> (0404-CRANC)<BR>
</ul><br>
<A NAME="Ozludo"><H2>Ozludo</H2></A>
Ozludo sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142890#item2142890">Entry 388: Ascending Empires</A> (0388-ASCEE) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142897#item2142897">Entry 390: Empires of the Middle Ages</A> (0390-EOTMA) to Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142901#item2142901">Entry 391: Gheos</A> (0391-GHEOS) (1 comments) to Tegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142906#item2142906">Entry 392: Phoenicia</A> (0392-PHOEN) to Friendless<BR>
</ul><br>
Ozludo receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127811#item2127811">Entry 294: Defenders of the Realm: The Dragon Expansion</A> (0294-DOTRT) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129187#item2129187">Entry 308: Dschunke</A> (0308-DSCHU) from tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145570#item2145570">Entry 422: Urland</A> (0422-URLAN) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152967#item2152967">Entry 640: Dweebies</A> (0640-DWEEB) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142895#item2142895">Darjeeling</A> (wanted by Mariana, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142907#item2142907">Tycoon</A><BR>
</ul><br>
Ozludo:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127811#item2127811">Entry 294: Defenders of the Realm: The Dragon Expansion</A> (0294-DOTRT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142897#item2142897">Entry 390: Empires of the Middle Ages</A> (0390-EOTMA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129187#item2129187">Entry 308: Dschunke</A> (0308-DSCHU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142890#item2142890">Entry 388: Ascending Empires</A> (0388-ASCEE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145570#item2145570">Entry 422: Urland</A> (0422-URLAN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142906#item2142906">Entry 392: Phoenicia</A> (0392-PHOEN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152967#item2152967">Entry 640: Dweebies</A> (0640-DWEEB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142901#item2142901">Entry 391: Gheos</A> (0391-GHEOS) (1 comments)<BR>
</ul><br>
<A NAME="paco paco"><H2>paco paco</H2></A>
paco paco sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135500#item2135500">Entry 333: Sutter's Mill</A> (0333-SUTTM) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135505#item2135505">Entry 335: Age of Napoleon</A> (0335-AGEON) to Alae<BR>
</ul><br>
paco paco receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2114974#item2114974">Entry 247: RoboRally</A> (0247-ROBOR) (2 comments) from Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139087#item2139087">Entry 360: Trivial Pursuit: Genus IV</A> (0360-TRPUG) from rustylantern<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135495#item2135495">Acquire</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135499#item2135499">Lascaux</A> (wanted by Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135503#item2135503">Blackbeard</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135507#item2135507">Monopoly: Star Wars</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135514#item2135514">Railroad Barons</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139597#item2139597">Sunda to Sahul</A><BR>
</ul><br>
paco paco:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2114974#item2114974">Entry 247: RoboRally</A> (0247-ROBOR) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135500#item2135500">Entry 333: Sutter's Mill</A> (0333-SUTTM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139087#item2139087">Entry 360: Trivial Pursuit: Genus IV</A> (0360-TRPUG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135505#item2135505">Entry 335: Age of Napoleon</A> (0335-AGEON)<BR>
</ul><br>
<A NAME="Paul65"><H2>Paul65</H2></A>
Paul65 sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112116#item2112116">Entry 194: Carcassonne: The Castle</A> (0194-CARTC) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112119#item2112119">Entry 196: Medici</A> (0196-MEDIC) (5 comments) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112121#item2112121">Entry 197: Shear Panic</A> (0197-SHEAP) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140501#item2140501">Entry 364: Dixit</A> (0364-DIXIT) to coxy_fc<BR>
</ul><br>
Paul65 receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109185#item2109185">Entry 172: The Princes of Florence</A> (0172-TPROF) from Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134526#item2134526">Entry 329: A Castle for All Seasons</A> (0329-ACFAS) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151220#item2151220">Entry 511: Louis XIV</A> (0511-LOUIX) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152660#item2152660">Entry 589: Revolution!</A> (0589-REVOL) from PocketAtomic<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112118#item2112118">Oltre Mare</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112136#item2112136">Saboteur</A> (wanted by Oiler, Tegs, earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140500#item2140500">Taj Mahal</A> (wanted by $15, Kerbster76, Lucky Phil, junkmonsta, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151325#item2151325">The Stars Are Right</A> (wanted by dlow)<BR>
</ul><br>
Paul65:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109185#item2109185">Entry 172: The Princes of Florence</A> (0172-TPROF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112121#item2112121">Entry 197: Shear Panic</A> (0197-SHEAP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134526#item2134526">Entry 329: A Castle for All Seasons</A> (0329-ACFAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140501#item2140501">Entry 364: Dixit</A> (0364-DIXIT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151220#item2151220">Entry 511: Louis XIV</A> (0511-LOUIX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112116#item2112116">Entry 194: Carcassonne: The Castle</A> (0194-CARTC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152660#item2152660">Entry 589: Revolution!</A> (0589-REVOL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112119#item2112119">Entry 196: Medici</A> (0196-MEDIC) (5 comments)<BR>
</ul><br>
<A NAME="PBrennan"><H2>PBrennan</H2></A>
PBrennan sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149750#item2149750">Entry 485: Leaping Lemmings</A> (0485-LEAPL) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149755#item2149755">Entry 488: Seismic</A> (0488-SEISM) to Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149761#item2149761">Entry 491: World of Warcraft: The Adventure Game</A> (0491-WOWTA) to Kinosness<BR>
</ul><br>
PBrennan receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096107#item2096107">Entry 7: Infinite City</A> (0007-INFIC) from vanadamme<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101303#item2101303">Entry 54: Thunderstone</A> (0054-THUND) from Dr Corey<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106153#item2106153">Entry 127: The Red Dragon Inn</A> (0127-TREDR) from TorbenVang<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149733#item2149733">Ausbrecher AG</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149738#item2149738">Atlanteon</A> (wanted by thepackrat)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149739#item2149739">Bonnie and Clyde</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149741#item2149741">Fredericus</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149742#item2149742">Toppo</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149744#item2149744">Anno 1503</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149745#item2149745">Bean Trader</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149747#item2149747">Celtica</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149749#item2149749">Guerilla</A> (wanted by srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149751#item2149751">Putsch</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149752#item2149752">Rocketville</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149758#item2149758">Streetcar</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149759#item2149759">Warhamster Rally</A><BR>
</ul><br>
PBrennan:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096107#item2096107">Entry 7: Infinite City</A> (0007-INFIC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149750#item2149750">Entry 485: Leaping Lemmings</A> (0485-LEAPL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101303#item2101303">Entry 54: Thunderstone</A> (0054-THUND) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149761#item2149761">Entry 491: World of Warcraft: The Adventure Game</A> (0491-WOWTA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106153#item2106153">Entry 127: The Red Dragon Inn</A> (0127-TREDR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149755#item2149755">Entry 488: Seismic</A> (0488-SEISM)<BR>
</ul><br>
<A NAME="petegs"><H2>petegs</H2></A>
petegs sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104137#item2104137">Entry 74: Heroscape Marvel: The Conflict Begins</A> (0074-HMTCB) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104146#item2104146">Entry 76: New World</A> (0076-NEWWO) to Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104151#item2104151">Entry 78: Thunderstone</A> (0078-THUND) to cyberkev63<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106897#item2106897">Entry 133: Puerto Rico</A> (0133-PUERR) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106901#item2106901">Entry 137: Successors (2nd Edition)</A> (0137-SUC2N) to Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108989#item2108989">Entry 164: The Barbarossa Campaign</A> (0164-TBARC) (2 comments) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126190#item2126190">Entry 290: The Creature That Ate Sheboygan</A> (0290-TCTAS) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134112#item2134112">Entry 326: Fighting Formations: Grossdeutschland Motorized Infantry Division</A> (0326-FFGMI) to GeneSteeler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145762#item2145762">Entry 428: Band of Brothers: Screaming Eagles</A> (0428-BOBSE) to wilderness<BR>
</ul><br>
petegs receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098060#item2098060">Entry 47: World of Warcraft: The Boardgame</A> (0047-WOWTB) from Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107834#item2107834">Entry 157: Rallyman</A> (0157-RALLY) from renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108732#item2108732">Entry 162: Age of Mythology: The Boardgame</A> (0162-AOMTB) from Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138509#item2138509">Entry 357: Washington's War</A> (0357-WASHW) from sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142890#item2142890">Entry 388: Ascending Empires</A> (0388-ASCEE) from Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148908#item2148908">Entry 475: Alcatraz: The Scapegoat</A> (0475-ALCTS) (2 comments) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150200#item2150200">Entry 500: Aspern-Essling</A> (0500-ASPER) from ChrisPayne<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152573#item2152573">Entry 569: Source of the Nile</A> (0569-SOOTN) from Kinosness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153044#item2153044">Entry 676: Scarab Lords</A> (0676-SCARL) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098110#item2098110">The Devil's Cauldron: The Battles for Arnhem and Nijmegen</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098114#item2098114">DAK</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104125#item2104125">Battle for Armageddon</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104127#item2104127">China: The Middle Kingdom</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104128#item2104128">Dark Emperor</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104131#item2104131">Empire Builder</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104132#item2104132">First Blood: The 1st and 2nd Battles of Manassas</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104143#item2104143">Lock 'n Load: Band of Heroes</A> (wanted by $15, $20, ausminstrel, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104148#item2104148">Paths of Glory</A> (wanted by $15, $20, ausminstrel, srand, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106898#item2106898">Caesar at Alesia</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106899#item2106899">Panzer Grenadier: Battle of the Bulge</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106900#item2106900">The Best of Dragon Magazine Games</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106902#item2106902">Sweden Fights On</A> (wanted by $40, Alae, ChrisPayne)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106903#item2106903">Anzio Cassino - Battle Command Series</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126185#item2126185">Federation & Empire</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134110#item2134110">Guards! Guards! A Discworld Boardgame</A> (wanted by $40, Alae, Amiguero, PocketAtomic, some_guy)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134111#item2134111">Axis & Allies: D-Day</A> (wanted by stuartfinlay)<BR>
</ul><br>
petegs:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098060#item2098060">Entry 47: World of Warcraft: The Boardgame</A> (0047-WOWTB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104151#item2104151">Entry 78: Thunderstone</A> (0078-THUND)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107834#item2107834">Entry 157: Rallyman</A> (0157-RALLY) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145762#item2145762">Entry 428: Band of Brothers: Screaming Eagles</A> (0428-BOBSE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108732#item2108732">Entry 162: Age of Mythology: The Boardgame</A> (0162-AOMTB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106897#item2106897">Entry 133: Puerto Rico</A> (0133-PUERR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138509#item2138509">Entry 357: Washington's War</A> (0357-WASHW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134112#item2134112">Entry 326: Fighting Formations: Grossdeutschland Motorized Infantry Division</A> (0326-FFGMI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142890#item2142890">Entry 388: Ascending Empires</A> (0388-ASCEE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106901#item2106901">Entry 137: Successors (2nd Edition)</A> (0137-SUC2N)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148908#item2148908">Entry 475: Alcatraz: The Scapegoat</A> (0475-ALCTS) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126190#item2126190">Entry 290: The Creature That Ate Sheboygan</A> (0290-TCTAS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150200#item2150200">Entry 500: Aspern-Essling</A> (0500-ASPER) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104137#item2104137">Entry 74: Heroscape Marvel: The Conflict Begins</A> (0074-HMTCB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152573#item2152573">Entry 569: Source of the Nile</A> (0569-SOOTN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108989#item2108989">Entry 164: The Barbarossa Campaign</A> (0164-TBARC) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153044#item2153044">Entry 676: Scarab Lords</A> (0676-SCARL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104146#item2104146">Entry 76: New World</A> (0076-NEWWO)<BR>
</ul><br>
<A NAME="Phil81"><H2>Phil81</H2></A>
Phil81 sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099361#item2099361">Entry 50: Fauna</A> (0050-FAUNA) (1 comments) to Tyndal<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125202#item2125202">Entry 283: Citadels</A> (0283-CITAD) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125204#item2125204">Entry 284: Cosmic Encounter</A> (0284-COSME) to vanadamme<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125336#item2125336">Entry 286: To Court the King</A> (0286-TCOTK) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125341#item2125341">Entry 287: Rune Age</A> (0287-RUNEA) to Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125344#item2125344">Entry 288: Modern Art: The Card Game</A> (0288-MATCG) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138500#item2138500">Entry 354: Chicago Express</A> (0354-CHICE) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138503#item2138503">Entry 356: Masons</A> (0356-MASON) (1 comments) to Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143074#item2143074">Entry 403: China</A> (0403-CHINA) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151722#item2151722">Entry 527: Dungeon Raiders</A> (0527-DUNGR) to some_guy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151726#item2151726">Entry 529: No Thanks!</A> (0529-NOTHA) to Morka<BR>
</ul><br>
Phil81 receives:<ul>
<LI>$30.0 from srand from srand<BR>
<LI>$45.0 from Chuie from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096109#item2096109">Entry 9: En Garde</A> (0009-ENGAR) from vanadamme<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104092#item2104092">Entry 67: Mondo: Zusatzspieler Pack B</A> (0067-MOZUP) from tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107837#item2107837">Entry 158: Betrayal at House on the Hill</A> (0158-BAHOT) from renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112221#item2112221">Entry 204: Tony & Tino</A> (0204-TONYT) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142618#item2142618">Entry 376: Winner's Circle</A> (0376-WINNC) from TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145851#item2145851">Entry 429: Yspahan</A> (0429-YSPAH) from mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152175#item2152175">Entry 546: Klunker</A> (0546-KLUNK) from pusboyau<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152320#item2152320">Entry 561: Cambria</A> (0561-CAMBR) from aaronseeber<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152665#item2152665">Entry 591: Lost Temple</A> (0591-LOSTT) from PocketAtomic<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099863#item2099863">Kingdoms</A> (wanted by Oiler)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099866#item2099866">Il Principe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125184#item2125184">4 Monkeys</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125331#item2125331">Wildlife Adventure</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138502#item2138502">Bloom</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151724#item2151724">Ever Green</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151731#item2151731">Queen of the Cupcakes</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151732#item2151732">Leonardo da Vinci</A><BR>
</ul><br>
Phil81:<BR><ul>
<LI>receives $30.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125341#item2125341">Entry 287: Rune Age</A> (0287-RUNEA)<BR>
<LI>receives $45.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125204#item2125204">Entry 284: Cosmic Encounter</A> (0284-COSME)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096109#item2096109">Entry 9: En Garde</A> (0009-ENGAR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125202#item2125202">Entry 283: Citadels</A> (0283-CITAD)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104092#item2104092">Entry 67: Mondo: Zusatzspieler Pack B</A> (0067-MOZUP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125344#item2125344">Entry 288: Modern Art: The Card Game</A> (0288-MATCG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107837#item2107837">Entry 158: Betrayal at House on the Hill</A> (0158-BAHOT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143074#item2143074">Entry 403: China</A> (0403-CHINA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112221#item2112221">Entry 204: Tony & Tino</A> (0204-TONYT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125336#item2125336">Entry 286: To Court the King</A> (0286-TCOTK)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142618#item2142618">Entry 376: Winner's Circle</A> (0376-WINNC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099361#item2099361">Entry 50: Fauna</A> (0050-FAUNA) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145851#item2145851">Entry 429: Yspahan</A> (0429-YSPAH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138500#item2138500">Entry 354: Chicago Express</A> (0354-CHICE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152175#item2152175">Entry 546: Klunker</A> (0546-KLUNK) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151722#item2151722">Entry 527: Dungeon Raiders</A> (0527-DUNGR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152320#item2152320">Entry 561: Cambria</A> (0561-CAMBR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151726#item2151726">Entry 529: No Thanks!</A> (0529-NOTHA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152665#item2152665">Entry 591: Lost Temple</A> (0591-LOSTT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138503#item2138503">Entry 356: Masons</A> (0356-MASON) (1 comments)<BR>
</ul><br>
<A NAME="PocketAtomic"><H2>PocketAtomic</H2></A>
PocketAtomic sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152660#item2152660">Entry 589: Revolution!</A> (0589-REVOL) to Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152665#item2152665">Entry 591: Lost Temple</A> (0591-LOSTT) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152673#item2152673">Entry 592: Panic Station</A> (0592-PANIS) to Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152679#item2152679">Entry 596: In the Year of the Dragon</A> (0596-ITYOT) to Chuie<BR>
</ul><br>
PocketAtomic receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104230#item2104230">Entry 80: The Pillars of the Earth</A> (0080-TPOTE) from Critical Mass<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142949#item2142949">Entry 397: Roll Through the Ages: The Bronze Age</A> (0397-RTTAT) from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152806#item2152806">Entry 623: Airships</A> (0623-AIRSH) from Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152985#item2152985">Entry 655: Wits & Wagers</A> (0655-WITSW) from nnf1<BR>
</ul><br>
PocketAtomic:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104230#item2104230">Entry 80: The Pillars of the Earth</A> (0080-TPOTE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152665#item2152665">Entry 591: Lost Temple</A> (0591-LOSTT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142949#item2142949">Entry 397: Roll Through the Ages: The Bronze Age</A> (0397-RTTAT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152679#item2152679">Entry 596: In the Year of the Dragon</A> (0596-ITYOT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152806#item2152806">Entry 623: Airships</A> (0623-AIRSH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152660#item2152660">Entry 589: Revolution!</A> (0589-REVOL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152985#item2152985">Entry 655: Wits & Wagers</A> (0655-WITSW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152673#item2152673">Entry 592: Panic Station</A> (0592-PANIS)<BR>
</ul><br>
<A NAME="prd1982"><H2>prd1982</H2></A>
prd1982 sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096782#item2096782">Entry 12: Cowboys: The Way of the Gun</A> (0012-CTWOT) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134104#item2134104">Entry 322: Olympos</A> (0322-OLYMP) to hxbx<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134106#item2134106">Entry 323: Eketorp</A> (0323-EKETO) to TorbenVang<BR>
</ul><br>
prd1982 receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104687#item2104687">Entry 99: Galactic Emperor</A> (0099-GALAE) from srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130379#item2130379">Entry 317: Lost Valley</A> (0317-LOSTV) (5 comments) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153016#item2153016">Entry 667: El Grande</A> (0667-ELGRA) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096781#item2096781">After the Flood</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096784#item2096784">Shoot Out</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096787#item2096787">Warlords of Europe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096794#item2096794">A Game of Thrones: The Board Game (Second Edition)</A> (wanted by mikotan26)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096795#item2096795">Domaine</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096799#item2096799">Small World</A> (wanted by Abanon, Amiguero, Critical Mass, FinalAttack, Foozle, Mariana, Mark_Owen_Reich, TaleSpinner, TorbenVang, Unhalfbricking, ausminstrel, earlyworm, foursaken, mbroecker, mjwills, petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146909#item2146909">The End of the Triumvirate</A> (wanted by junkmonsta, petegs)<BR>
</ul><br>
prd1982:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104687#item2104687">Entry 99: Galactic Emperor</A> (0099-GALAE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134106#item2134106">Entry 323: Eketorp</A> (0323-EKETO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130379#item2130379">Entry 317: Lost Valley</A> (0317-LOSTV) (5 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134104#item2134104">Entry 322: Olympos</A> (0322-OLYMP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153016#item2153016">Entry 667: El Grande</A> (0667-ELGRA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096782#item2096782">Entry 12: Cowboys: The Way of the Gun</A> (0012-CTWOT)<BR>
</ul><br>
<A NAME="pusboyau"><H2>pusboyau</H2></A>
pusboyau sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152175#item2152175">Entry 546: Klunker</A> (0546-KLUNK) to Phil81<BR>
</ul><br>
pusboyau receives:<ul>
<LI>$12.0 from cyberkev63 from cyberkev63<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130192#item2130192">Funny Friends</A> (wanted by prd1982)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138045#item2138045">Bohnkick</A> (wanted by earlyworm)<BR>
</ul><br>
pusboyau:<BR><ul>
<LI>receives $12.0 from cyberkev63 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152175#item2152175">Entry 546: Klunker</A> (0546-KLUNK)<BR>
</ul><br>
<A NAME="renacreon"><H2>renacreon</H2></A>
renacreon sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107831#item2107831">Entry 156: Pandemic</A> (0156-PANDE) to Alex Brown<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107834#item2107834">Entry 157: Rallyman</A> (0157-RALLY) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107837#item2107837">Entry 158: Betrayal at House on the Hill</A> (0158-BAHOT) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107850#item2107850">Entry 159: Cranium: The Family Fun Game</A> (0159-CTFFG) to earlyworm<BR>
</ul><br>
renacreon receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106148#item2106148">Entry 126: Acquire</A> (0126-ACQUI) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106167#item2106167">Entry 131: Hive</A> (0131-HIVEX) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107241#item2107241">Entry 147: Die Macher</A> (0147-DIEMA) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122322#item2122322">Entry 272: Attribute</A> (0272-ATTRI) from Critical Mass<BR>
</ul><br>
renacreon:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106148#item2106148">Entry 126: Acquire</A> (0126-ACQUI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107850#item2107850">Entry 159: Cranium: The Family Fun Game</A> (0159-CTFFG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106167#item2106167">Entry 131: Hive</A> (0131-HIVEX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107837#item2107837">Entry 158: Betrayal at House on the Hill</A> (0158-BAHOT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107241#item2107241">Entry 147: Die Macher</A> (0147-DIEMA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107834#item2107834">Entry 157: Rallyman</A> (0157-RALLY)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122322#item2122322">Entry 272: Attribute</A> (0272-ATTRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107831#item2107831">Entry 156: Pandemic</A> (0156-PANDE)<BR>
</ul><br>
<A NAME="revgiblet"><H2>revgiblet</H2></A>
revgiblet sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107771#item2107771">Entry 153: Conquest of the Empire</A> (0153-COOTE) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107781#item2107781">Entry 155: High Frontier</A> (0155-HIGHF) to sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129019#item2129019">Entry 297: A Game of Thrones: The Card Game</A> (0297-AGOTT) to Chuie<BR>
</ul><br>
revgiblet receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096108#item2096108">Entry 8: The Lord of the Rings: The Card Game</A> (0008-TLOTR) from vanadamme<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101409#item2101409">Entry 55: 1960: The Making of the President</A> (0055-1TMOT) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148240#item2148240">Entry 445: Zombie State: Diplomacy of the Dead</A> (0445-ZSDOT) from foursaken<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107778#item2107778">Fortress America</A> (wanted by petegs, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111542#item2111542">Oasis</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111545#item2111545">Bacchus' Banquet</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111551#item2111551">Krysis</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111557#item2111557">The Resistance</A> (wanted by $10, $15, Alex Brown, Kerbster76, Kinosness, Mariana, Oiler, Scholle, mikipe2, mjwills)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113810#item2113810">Vegas Showdown</A> (wanted by mr_lunch)<BR>
</ul><br>
revgiblet:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096108#item2096108">Entry 8: The Lord of the Rings: The Card Game</A> (0008-TLOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107781#item2107781">Entry 155: High Frontier</A> (0155-HIGHF)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101409#item2101409">Entry 55: 1960: The Making of the President</A> (0055-1TMOT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129019#item2129019">Entry 297: A Game of Thrones: The Card Game</A> (0297-AGOTT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148240#item2148240">Entry 445: Zombie State: Diplomacy of the Dead</A> (0445-ZSDOT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107771#item2107771">Entry 153: Conquest of the Empire</A> (0153-COOTE)<BR>
</ul><br>
<A NAME="rustylantern"><H2>rustylantern</H2></A>
rustylantern sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139080#item2139080">Entry 359: Mr. Jack</A> (0359-MRJAC) to foursaken<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139087#item2139087">Entry 360: Trivial Pursuit: Genus IV</A> (0360-TRPUG) to paco paco<BR>
</ul><br>
rustylantern receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112234#item2112234">Entry 208: Blue Moon</A> (0208-BLUEM) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129097#item2129097">Entry 304: The Lord of the Rings: The Card Game</A> (0304-TLOTR) from coxy_fc<BR>
</ul><br>
rustylantern:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112234#item2112234">Entry 208: Blue Moon</A> (0208-BLUEM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139080#item2139080">Entry 359: Mr. Jack</A> (0359-MRJAC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129097#item2129097">Entry 304: The Lord of the Rings: The Card Game</A> (0304-TLOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139087#item2139087">Entry 360: Trivial Pursuit: Genus IV</A> (0360-TRPUG)<BR>
</ul><br>
<A NAME="Scholle"><H2>Scholle</H2></A>
Scholle sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113540#item2113540">Entry 220: Britannia</A> (0220-BRITA) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113573#item2113573">Entry 229: Imperial 2030</A> (0229-IMPER) to Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113584#item2113584">Entry 231: Manimals - Australien & Neuseeland 1</A> (0231-MANAU) to earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150247#item2150247">Entry 502: Le Havre: Le Grand Hameau</A> (0502-LHLGH) to Karlsen<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150249#item2150249">Entry 503: Power Grid: The New Power Plant Cards</A> (0503-PGTNP) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150257#item2150257">Entry 505: Caligula</A> (0505-CALIG) (1 comments) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150261#item2150261">Entry 506: The Republic of Rome</A> (0506-TREOR) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151167#item2151167">Entry 509: Mare Nostrum</A> (0509-MAREN) to mr_lunch<BR>
</ul><br>
Scholle receives:<ul>
<LI>$10.0 from Fronk from Fronk<BR>
<LI>$10.0 from mikipe2 from mikipe2<BR>
<LI>$30.0 from mikipe2 from mikipe2<BR>
<LI>$55.0 from Alae from Alae<BR>
<LI>$55.0 from hxbx from hxbx<BR>
<LI>$80.0 from Isolater from Isolater<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112217#item2112217">Entry 200: Techno Witches</A> (0200-TECHW) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147434#item2147434">Entry 441: Mr. Jack in New York</A> (0441-MJINY) from fFish<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113530#item2113530">Bolide</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113534#item2113534">Bolide Tracks #1: Roma, Italian GP, and O Copo, Brazilian GP</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113542#item2113542">Caylus</A> (wanted by $30, Kerbster76, mikipe2, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113544#item2113544">Die kleine Hexe</A> (wanted by Mariana, earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113545#item2113545">Doctor Faust</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113546#item2113546">Eketorp</A> (wanted by TorbenVang, vanadamme)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113554#item2113554">Fauna</A> (wanted by Amiguero, Chuie, Karlsen)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113555#item2113555">Florenza</A> (wanted by $15, $20, $25, $30, MrBaggy, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113561#item2113561">Fresco</A> (wanted by Chuie, Mariana, TaleSpinner, Ykikamucow, mjwills, prd1982)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113566#item2113566">Granada</A> (wanted by stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113578#item2113578">Industrial Waste</A> (wanted by Mariana)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113585#item2113585">Neuland</A> (wanted by $15, $20, $25, $30, hxbx, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113587#item2113587">Power Struggle</A> (wanted by $30, Critical Mass, Kerbster76, Mariana, ausminstrel, junkmonsta, mr_lunch, paco paco, prd1982, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113590#item2113590">RAF: The Battle of Britain 1940</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113591#item2113591">Railroad Barons</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113592#item2113592">Rising Kings</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113594#item2113594">Slapshot</A> (wanted by Phil81)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113595#item2113595">Snow Tails</A> (wanted by $15, $20, $25, Lucky Phil, Mariana, Oiler, dlow, petegs, pusboyau, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113599#item2113599">Spiel der Türme</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113600#item2113600">Ubongo: Das Kartenspiel</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150253#item2150253">Combat Commander: Europe</A> (wanted by $30, Amnese, Karlsen, da pyrate, srand, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151149#item2151149">The Republic of Rome</A> (wanted by stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151159#item2151159">Glenn Drover's Empires: The Age of Discovery</A> (wanted by $30, Critical Mass, Kerbster76, petegs, prd1982, revgiblet, rustylantern, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151174#item2151174">Atlantic Star</A> (wanted by mjwills)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151544#item2151544">In the Year of the Dragon</A> (wanted by $15, $20, Chuie, TorbenVang, TumbleSteak, mjwills, petegs, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151561#item2151561">Ticket to Ride: The Card Game</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151566#item2151566">Pastiche</A> (wanted by ChrisPayne, Mariana, Paul65, Phil81, sysyphus)<BR>
</ul><br>
Scholle:<BR><ul>
<LI>receives $10.0 from Fronk in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150247#item2150247">Entry 502: Le Havre: Le Grand Hameau</A> (0502-LHLGH)<BR>
<LI>receives $10.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150249#item2150249">Entry 503: Power Grid: The New Power Plant Cards</A> (0503-PGTNP)<BR>
<LI>receives $30.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150257#item2150257">Entry 505: Caligula</A> (0505-CALIG) (1 comments)<BR>
<LI>receives $55.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113573#item2113573">Entry 229: Imperial 2030</A> (0229-IMPER)<BR>
<LI>receives $55.0 from hxbx in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113540#item2113540">Entry 220: Britannia</A> (0220-BRITA)<BR>
<LI>receives $80.0 from Isolater in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150261#item2150261">Entry 506: The Republic of Rome</A> (0506-TREOR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112217#item2112217">Entry 200: Techno Witches</A> (0200-TECHW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113584#item2113584">Entry 231: Manimals - Australien & Neuseeland 1</A> (0231-MANAU)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147434#item2147434">Entry 441: Mr. Jack in New York</A> (0441-MJINY) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151167#item2151167">Entry 509: Mare Nostrum</A> (0509-MAREN)<BR>
</ul><br>
<A NAME="some_guy"><H2>some_guy</H2></A>
some_guy sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109220#item2109220">Entry 174: Age of Conan: The Strategy Board Game</A> (0174-AOCTS) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109222#item2109222">Entry 175: Evo</A> (0175-EVOXX) (1 comments) to TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109228#item2109228">Entry 177: Glory to Rome</A> (0177-GLOTR) to Abanon<BR>
</ul><br>
some_guy receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109370#item2109370">Entry 181: The Ares Project</A> (0181-TAREP) from intheclear<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151722#item2151722">Entry 527: Dungeon Raiders</A> (0527-DUNGR) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151768#item2151768">Entry 533: Ad Astra</A> (0533-ADAST) from ausminstrel<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109223#item2109223">Torres</A> (wanted by Kerbster76)<BR>
</ul><br>
some_guy:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109370#item2109370">Entry 181: The Ares Project</A> (0181-TAREP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109222#item2109222">Entry 175: Evo</A> (0175-EVOXX) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151722#item2151722">Entry 527: Dungeon Raiders</A> (0527-DUNGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109228#item2109228">Entry 177: Glory to Rome</A> (0177-GLOTR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151768#item2151768">Entry 533: Ad Astra</A> (0533-ADAST) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109220#item2109220">Entry 174: Age of Conan: The Strategy Board Game</A> (0174-AOCTS)<BR>
</ul><br>
<A NAME="srand"><H2>srand</H2></A>
srand sends:<ul>
<LI>$15.0 from srand to nnf1<BR>
<LI>$20.0 from srand to Friendless<BR>
<LI>$25.0 from srand to Tyndal<BR>
<LI>$30.0 from srand to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097940#item2097940">Entry 34: Skybridge</A> (0034-SKYBR) to Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104687#item2104687">Entry 99: Galactic Emperor</A> (0099-GALAE) to prd1982<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107039#item2107039">Entry 144: PitchCar</A> (0144-PITCH) to Lucky Phil<BR>
</ul><br>
srand receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126190#item2126190">Entry 290: The Creature That Ate Sheboygan</A> (0290-TCTAS) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138500#item2138500">Entry 354: Chicago Express</A> (0354-CHICE) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151770#item2151770">Entry 535: Space Empires: 4X</A> (0535-SPAEM) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151780#item2151780">Entry 540: Lord of the Rings: The Confrontation (Deluxe Edition)</A> (0540-LOTRT) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151788#item2151788">Entry 545: Patton's Best</A> (0545-PATTB) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152705#item2152705">Entry 608: YINSH</A> (0608-YINSH) from Karlsen<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153077#item2153077">Entry 686: Dungeon Twister</A> (0686-DUNGT) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097944#item2097944">Cinematique</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104686#item2104686">Blood Bowl (Second Edition)</A> (wanted by srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104694#item2104694">Hidden Conflict</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107045#item2107045">Collateral Damage</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150155#item2150155">Liar's Dice</A> (wanted by Tegs, srand, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152454#item2152454">Ka'lide</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152822#item2152822">Innovation</A> (wanted by $15, Abanon, Alex Brown, Duke Leto, Foozle, Kerbster76, Scholle, Tegs, TumbleSteak, cyberkev63, earlyworm, mjwills, nnf1, paco paco, revgiblet, rustylantern, stuartfinlay)<BR>
</ul><br>
srand:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126190#item2126190">Entry 290: The Creature That Ate Sheboygan</A> (0290-TCTAS) in exchange for $15.0 from srand<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138500#item2138500">Entry 354: Chicago Express</A> (0354-CHICE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107039#item2107039">Entry 144: PitchCar</A> (0144-PITCH)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151770#item2151770">Entry 535: Space Empires: 4X</A> (0535-SPAEM) in exchange for $25.0 from srand<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151780#item2151780">Entry 540: Lord of the Rings: The Confrontation (Deluxe Edition)</A> (0540-LOTRT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097940#item2097940">Entry 34: Skybridge</A> (0034-SKYBR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151788#item2151788">Entry 545: Patton's Best</A> (0545-PATTB) in exchange for $20.0 from srand<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152705#item2152705">Entry 608: YINSH</A> (0608-YINSH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104687#item2104687">Entry 99: Galactic Emperor</A> (0099-GALAE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153077#item2153077">Entry 686: Dungeon Twister</A> (0686-DUNGT) in exchange for $30.0 from srand<BR>
</ul><br>
<A NAME="stuartfinlay"><H2>stuartfinlay</H2></A>
stuartfinlay sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104063#item2104063">Entry 58: Horse Fever</A> (0058-HORSF) to sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104072#item2104072">Entry 59: Commands & Colors: Ancients</A> (0059-COMCO) to FinalAttack<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104077#item2104077">Entry 61: Jambo</A> (0061-JAMBO) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122202#item2122202">Entry 270: Escape from the Aliens in Outer Space</A> (0270-EFTAI) to Karlsen<BR>
</ul><br>
stuartfinlay receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098056#item2098056">Entry 43: Scotland Yard</A> (0043-SCOTY) from Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105492#item2105492">Entry 103: Alhambra</A> (0103-ALHAM) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105497#item2105497">Entry 108: Onirim</A> (0108-ONIRI) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129087#item2129087">Entry 303: Paths of Glory</A> (0303-PATOG) from coxy_fc<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104074#item2104074">Trivial Pursuit: Genus IV</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109508#item2109508">RoboRally</A> (wanted by paco paco, prd1982)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2118901#item2118901">Hex Hex XL</A><BR>
</ul><br>
stuartfinlay:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098056#item2098056">Entry 43: Scotland Yard</A> (0043-SCOTY) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122202#item2122202">Entry 270: Escape from the Aliens in Outer Space</A> (0270-EFTAI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105492#item2105492">Entry 103: Alhambra</A> (0103-ALHAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104063#item2104063">Entry 58: Horse Fever</A> (0058-HORSF)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105497#item2105497">Entry 108: Onirim</A> (0108-ONIRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104077#item2104077">Entry 61: Jambo</A> (0061-JAMBO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129087#item2129087">Entry 303: Paths of Glory</A> (0303-PATOG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104072#item2104072">Entry 59: Commands & Colors: Ancients</A> (0059-COMCO)<BR>
</ul><br>
<A NAME="sysyphus"><H2>sysyphus</H2></A>
sysyphus sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104307#item2104307">Entry 96: Montage</A> (0096-MONTA) to cyberkev63<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104310#item2104310">Entry 97: Kingdom of Solomon</A> (0097-KINOS) to Critical Mass<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138509#item2138509">Entry 357: Washington's War</A> (0357-WASHW) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138511#item2138511">Entry 358: Caylus</A> (0358-CAYLU) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140220#item2140220">Entry 362: The Lord of the Rings: The Card Game</A> (0362-TLOTR) to fFish<BR>
</ul><br>
sysyphus receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104063#item2104063">Entry 58: Horse Fever</A> (0058-HORSF) from stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107781#item2107781">Entry 155: High Frontier</A> (0155-HIGHF) from revgiblet<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145577#item2145577">Entry 426: Portobello Market</A> (0426-PORTM) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148900#item2148900">Entry 472: Trans Europa</A> (0472-TRANS) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153055#item2153055">Entry 679: Sylla</A> (0679-SYLLA) from Tyndal<BR>
</ul><br>
sysyphus:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104063#item2104063">Entry 58: Horse Fever</A> (0058-HORSF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138511#item2138511">Entry 358: Caylus</A> (0358-CAYLU)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107781#item2107781">Entry 155: High Frontier</A> (0155-HIGHF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138509#item2138509">Entry 357: Washington's War</A> (0357-WASHW)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145577#item2145577">Entry 426: Portobello Market</A> (0426-PORTM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104307#item2104307">Entry 96: Montage</A> (0096-MONTA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148900#item2148900">Entry 472: Trans Europa</A> (0472-TRANS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140220#item2140220">Entry 362: The Lord of the Rings: The Card Game</A> (0362-TLOTR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153055#item2153055">Entry 679: Sylla</A> (0679-SYLLA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104310#item2104310">Entry 97: Kingdom of Solomon</A> (0097-KINOS)<BR>
</ul><br>
<A NAME="TaleSpinner"><H2>TaleSpinner</H2></A>
TaleSpinner sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136814#item2136814">Entry 340: The Pillars of the Earth</A> (0340-TPOTE) to fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136817#item2136817">Entry 341: Tribune: Primus Inter Pares</A> (0341-TRPRI) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136821#item2136821">Entry 343: Odin's Ravens</A> (0343-ODINR) to Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136824#item2136824">Entry 344: Ingenious</A> (0344-INGEN) to Tyndal<BR>
</ul><br>
TaleSpinner receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109096#item2109096">Entry 165: Pirate's Cove</A> (0165-PIRAC) from Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109222#item2109222">Entry 175: Evo</A> (0175-EVOXX) (1 comments) from some_guy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147348#item2147348">Entry 436: The Speicherstadt</A> (0436-TSPEI) from wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152257#item2152257">Entry 551: Once Upon a Time</A> (0551-ONUPA) from Duke Leto<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136819#item2136819">Medici vs Strozzi</A> (wanted by Tegs, junkmonsta, petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136826#item2136826">New England</A><BR>
</ul><br>
TaleSpinner:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109096#item2109096">Entry 165: Pirate's Cove</A> (0165-PIRAC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136824#item2136824">Entry 344: Ingenious</A> (0344-INGEN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109222#item2109222">Entry 175: Evo</A> (0175-EVOXX) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136817#item2136817">Entry 341: Tribune: Primus Inter Pares</A> (0341-TRPRI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147348#item2147348">Entry 436: The Speicherstadt</A> (0436-TSPEI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136814#item2136814">Entry 340: The Pillars of the Earth</A> (0340-TPOTE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152257#item2152257">Entry 551: Once Upon a Time</A> (0551-ONUPA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136821#item2136821">Entry 343: Odin's Ravens</A> (0343-ODINR)<BR>
</ul><br>
<A NAME="Tegs"><H2>Tegs</H2></A>
Tegs sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097930#item2097930">Entry 33: The Resistance</A> (0033-TRESI) to Kinosness<BR>
</ul><br>
Tegs receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142901#item2142901">Entry 391: Gheos</A> (0391-GHEOS) (1 comments) from Ozludo<BR>
</ul><br>
Tegs:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142901#item2142901">Entry 391: Gheos</A> (0391-GHEOS) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097930#item2097930">Entry 33: The Resistance</A> (0033-TRESI)<BR>
</ul><br>
<A NAME="thepackrat"><H2>thepackrat</H2></A>
thepackrat sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107241#item2107241">Entry 147: Die Macher</A> (0147-DIEMA) to renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107242#item2107242">Entry 148: Bürger, Baumeister & Co.</A> (0148-BRGBA) to Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107245#item2107245">Entry 149: Pacific Typhoon</A> (0149-PACIT) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107247#item2107247">Entry 150: Days of Steam</A> (0150-DAYOS) to Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107251#item2107251">Entry 151: 1860: Railways on the Isle of Wight</A> (0151-1ROTI) to wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127811#item2127811">Entry 294: Defenders of the Realm: The Dragon Expansion</A> (0294-DOTRT) to Ozludo<BR>
</ul><br>
thepackrat receives:<ul>
<LI>$45.0 from mikipe2 from mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106940#item2106940">Entry 140: Illuminati: Deluxe Edition</A> (0140-ILLDE) from Abanon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116336#item2116336">Entry 251: Heroscape Master Set: Rise of the Valkyrie</A> (0251-HMSRO) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148426#item2148426">Entry 453: X-Bugs</A> (0453-XBUGS) from johnclark<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152674#item2152674">Entry 593: Euphrates & Tigris Card Game</A> (0593-EUTIC) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152963#item2152963">Entry 637: Regista</A> (0637-REGIS) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107240#item2107240">Evo</A> (wanted by Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127805#item2127805">Malta!</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127812#item2127812">Hollywood Hijinx</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127813#item2127813">Zork I: The Great Underground Empire</A><BR>
</ul><br>
thepackrat:<BR><ul>
<LI>receives $45.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107241#item2107241">Entry 147: Die Macher</A> (0147-DIEMA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106940#item2106940">Entry 140: Illuminati: Deluxe Edition</A> (0140-ILLDE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107247#item2107247">Entry 150: Days of Steam</A> (0150-DAYOS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116336#item2116336">Entry 251: Heroscape Master Set: Rise of the Valkyrie</A> (0251-HMSRO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107251#item2107251">Entry 151: 1860: Railways on the Isle of Wight</A> (0151-1ROTI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148426#item2148426">Entry 453: X-Bugs</A> (0453-XBUGS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107245#item2107245">Entry 149: Pacific Typhoon</A> (0149-PACIT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152674#item2152674">Entry 593: Euphrates & Tigris Card Game</A> (0593-EUTIC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107242#item2107242">Entry 148: Bürger, Baumeister & Co.</A> (0148-BRGBA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152963#item2152963">Entry 637: Regista</A> (0637-REGIS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127811#item2127811">Entry 294: Defenders of the Realm: The Dragon Expansion</A> (0294-DOTRT)<BR>
</ul><br>
<A NAME="Thiessi"><H2>Thiessi</H2></A>
Thiessi sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098021#item2098021">Entry 36: Constantinopolis</A> (0036-CONST) to intheclear<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098022#item2098022">Entry 37: Wasabi!</A> (0037-WASAB) to Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098023#item2098023">Entry 38: Arkadia</A> (0038-ARKAD) to tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098024#item2098024">Entry 39: Dominion</A> (0039-DOMIN) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098025#item2098025">Entry 40: Dominion: Prosperity</A> (0040-DOMIP) to tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115899#item2115899">Entry 250: Sid Meier's Civilization: The Board Game</A> (0250-SMCTB) (1 comments) to Foozle<BR>
</ul><br>
Thiessi receives:<ul>
<LI>$30.0 from Alae from Alae<BR>
<LI>$30.0 from Fronk from Fronk<BR>
<LI>$40.0 from Lucky Phil from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113573#item2113573">Entry 229: Imperial 2030</A> (0229-IMPER) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148843#item2148843">Entry 455: Age of Industry</A> (0455-AGEOI) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148873#item2148873">Entry 461: After the Flood</A> (0461-AFTTF) from Unhalfbricking<BR>
</ul><br>
Thiessi:<BR><ul>
<LI>receives $30.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098022#item2098022">Entry 37: Wasabi!</A> (0037-WASAB)<BR>
<LI>receives $30.0 from Fronk in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098023#item2098023">Entry 38: Arkadia</A> (0038-ARKAD)<BR>
<LI>receives $40.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098025#item2098025">Entry 40: Dominion: Prosperity</A> (0040-DOMIP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113573#item2113573">Entry 229: Imperial 2030</A> (0229-IMPER) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098024#item2098024">Entry 39: Dominion</A> (0039-DOMIN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148843#item2148843">Entry 455: Age of Industry</A> (0455-AGEOI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115899#item2115899">Entry 250: Sid Meier's Civilization: The Board Game</A> (0250-SMCTB) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148873#item2148873">Entry 461: After the Flood</A> (0461-AFTTF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098021#item2098021">Entry 36: Constantinopolis</A> (0036-CONST)<BR>
</ul><br>
<A NAME="tiggers"><H2>tiggers</H2></A>
tiggers sends:<ul>
<LI>$20.0 from tiggers to nnf1<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104084#item2104084">Entry 62: Blood Bowl: Team Manager - The Card Game</A> (0062-BBTMT) to Dr Corey<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104085#item2104085">Entry 63: Keythedral</A> (0063-KEYTH) to Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104092#item2104092">Entry 67: Mondo: Zusatzspieler Pack B</A> (0067-MOZUP) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129187#item2129187">Entry 308: Dschunke</A> (0308-DSCHU) to Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129197#item2129197">Entry 310: Ubongo Trigo</A> (0310-UBONT) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129207#item2129207">Entry 311: Celtica</A> (0311-CELTI) to Lucky Phil<BR>
</ul><br>
tiggers receives:<ul>
<LI>$15.0 from mikipe2 from mikipe2<BR>
<LI>$20.0 from Lucky Phil from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098023#item2098023">Entry 38: Arkadia</A> (0038-ARKAD) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098025#item2098025">Entry 40: Dominion: Prosperity</A> (0040-DOMIP) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129076#item2129076">Entry 299: Carson City</A> (0299-CARSC) from coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151254#item2151254">Entry 514: Glen More</A> (0514-GLENM) from kathyb<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152914#item2152914">Entry 632: Cyclades</A> (0632-CYCLA) from MrBaggy<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104086#item2104086">Sylla</A> (wanted by Abanon, PBrennan, prd1982, sysyphus)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104088#item2104088">Keltis: Das Würfelspiel</A> (wanted by $10, Lucky Phil, Mariana, Neil Thomson, Phil81, Scholle, mr_lunch, thepackrat)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104089#item2104089">Excape</A> (wanted by mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104096#item2104096">Robber Knights</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2117409#item2117409">Travel Blog</A> (wanted by $25, Lucky Phil, earlyworm, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129176#item2129176">Times Square</A> (wanted by Mark_Owen_Reich)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129182#item2129182">The Bridges of Shangri-La</A> (wanted by dlow, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129193#item2129193">Journey to the Center of the Earth</A> (wanted by $20, intheclear, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2131787#item2131787">Portobello Market</A> (wanted by junkmonsta, sysyphus)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137010#item2137010">Two by Two</A> (wanted by $25, Lucky Phil, Scholle)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137017#item2137017">BITS</A> (wanted by $15, $20, $25, Neil Thomson, Tyndal, nnf1, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152922#item2152922">Great Wall of China</A><BR>
</ul><br>
tiggers:<BR><ul>
<LI>receives $15.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129197#item2129197">Entry 310: Ubongo Trigo</A> (0310-UBONT)<BR>
<LI>receives $20.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129207#item2129207">Entry 311: Celtica</A> (0311-CELTI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098023#item2098023">Entry 38: Arkadia</A> (0038-ARKAD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104092#item2104092">Entry 67: Mondo: Zusatzspieler Pack B</A> (0067-MOZUP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098025#item2098025">Entry 40: Dominion: Prosperity</A> (0040-DOMIP) in exchange for $20.0 from tiggers<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129076#item2129076">Entry 299: Carson City</A> (0299-CARSC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104085#item2104085">Entry 63: Keythedral</A> (0063-KEYTH)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151254#item2151254">Entry 514: Glen More</A> (0514-GLENM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129187#item2129187">Entry 308: Dschunke</A> (0308-DSCHU)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152914#item2152914">Entry 632: Cyclades</A> (0632-CYCLA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104084#item2104084">Entry 62: Blood Bowl: Team Manager - The Card Game</A> (0062-BBTMT)<BR>
</ul><br>
<A NAME="TorbenVang"><H2>TorbenVang</H2></A>
TorbenVang sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106136#item2106136">Entry 124: Triumvirate</A> (0124-TRIUM) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106146#item2106146">Entry 125: Nanuk</A> (0125-NANUK) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106148#item2106148">Entry 126: Acquire</A> (0126-ACQUI) to renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106153#item2106153">Entry 127: The Red Dragon Inn</A> (0127-TREDR) to PBrennan<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106163#item2106163">Entry 130: Shear Panic</A> (0130-SHEAP) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106167#item2106167">Entry 131: Hive</A> (0131-HIVEX) to renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106176#item2106176">Entry 132: Bacchus' Banquet</A> (0132-BACCB) to Mark_Owen_Reich<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134523#item2134523">Entry 327: Belfort</A> (0327-BELFO) to hxbx<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134524#item2134524">Entry 328: Samarkand: Routes to Riches</A> (0328-SAROT) to coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134526#item2134526">Entry 329: A Castle for All Seasons</A> (0329-ACFAS) to Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150183#item2150183">Entry 496: Mob Ties: The Board Game</A> (0496-MTTBG) to Croup and Vandemar<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152674#item2152674">Entry 593: Euphrates & Tigris Card Game</A> (0593-EUTIC) to thepackrat<BR>
</ul><br>
TorbenVang receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096959#item2096959">Entry 25: Ostia</A> (0025-OSTIA) from Amnese<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101411#item2101411">Entry 56: Bazaar</A> (0056-BAZAA) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106897#item2106897">Entry 133: Puerto Rico</A> (0133-PUERR) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107245#item2107245">Entry 149: Pacific Typhoon</A> (0149-PACIT) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112220#item2112220">Entry 203: Perikles</A> (0203-PERIK) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125202#item2125202">Entry 283: Citadels</A> (0283-CITAD) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125336#item2125336">Entry 286: To Court the King</A> (0286-TCOTK) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134106#item2134106">Entry 323: Eketorp</A> (0323-EKETO) from prd1982<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145550#item2145550">Entry 415: Gobblet</A> (0415-GOBBL) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146963#item2146963">Entry 435: Attacktix Battle Figure Game Marvel Superheroes</A> (0435-ABFGM) from Oiler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150257#item2150257">Entry 505: Caligula</A> (0505-CALIG) (1 comments) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150261#item2150261">Entry 506: The Republic of Rome</A> (0506-TREOR) from Scholle<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106115#item2106115">Duel of Ages Set 1: Worldspanner</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106124#item2106124">Odin's Ravens</A> (wanted by $20, Amiguero, Lucky Phil, Mariana, petegs, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106161#item2106161">Star Wars: Epic Duels</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106162#item2106162">Sorry! Sliders</A> (wanted by $15, Lucky Phil, Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134527#item2134527">Panic Station</A> (wanted by Scholle, TumbleSteak, earlyworm, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152682#item2152682">Owner's Choice</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152684#item2152684">Sucking Vacuum</A> (wanted by dlow)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152689#item2152689">Quizzit!</A><BR>
</ul><br>
TorbenVang:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096959#item2096959">Entry 25: Ostia</A> (0025-OSTIA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152674#item2152674">Entry 593: Euphrates & Tigris Card Game</A> (0593-EUTIC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101411#item2101411">Entry 56: Bazaar</A> (0056-BAZAA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106167#item2106167">Entry 131: Hive</A> (0131-HIVEX)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106897#item2106897">Entry 133: Puerto Rico</A> (0133-PUERR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106163#item2106163">Entry 130: Shear Panic</A> (0130-SHEAP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107245#item2107245">Entry 149: Pacific Typhoon</A> (0149-PACIT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106176#item2106176">Entry 132: Bacchus' Banquet</A> (0132-BACCB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112220#item2112220">Entry 203: Perikles</A> (0203-PERIK) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134526#item2134526">Entry 329: A Castle for All Seasons</A> (0329-ACFAS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125202#item2125202">Entry 283: Citadels</A> (0283-CITAD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106136#item2106136">Entry 124: Triumvirate</A> (0124-TRIUM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125336#item2125336">Entry 286: To Court the King</A> (0286-TCOTK) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106146#item2106146">Entry 125: Nanuk</A> (0125-NANUK)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134106#item2134106">Entry 323: Eketorp</A> (0323-EKETO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134524#item2134524">Entry 328: Samarkand: Routes to Riches</A> (0328-SAROT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145550#item2145550">Entry 415: Gobblet</A> (0415-GOBBL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106153#item2106153">Entry 127: The Red Dragon Inn</A> (0127-TREDR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146963#item2146963">Entry 435: Attacktix Battle Figure Game Marvel Superheroes</A> (0435-ABFGM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106148#item2106148">Entry 126: Acquire</A> (0126-ACQUI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150257#item2150257">Entry 505: Caligula</A> (0505-CALIG) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150183#item2150183">Entry 496: Mob Ties: The Board Game</A> (0496-MTTBG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150261#item2150261">Entry 506: The Republic of Rome</A> (0506-TREOR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134523#item2134523">Entry 327: Belfort</A> (0327-BELFO)<BR>
</ul><br>
<A NAME="TumbleSteak"><H2>TumbleSteak</H2></A>
TumbleSteak sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142607#item2142607">Entry 373: Bohnanza</A> (0373-BOHNA) to Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142612#item2142612">Entry 375: Wok Star</A> (0375-WOKST) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142618#item2142618">Entry 376: Winner's Circle</A> (0376-WINNC) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142622#item2142622">Entry 377: 7 Wonders</A> (0377-7WOND) to Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142623#item2142623">Entry 378: Tikal</A> (0378-TIKAL) to Critical Mass<BR>
</ul><br>
TumbleSteak receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142954#item2142954">Entry 401: Clippers</A> (0401-CLIPP) from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148846#item2148846">Entry 456: El Grande</A> (0456-ELGRA) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151774#item2151774">Entry 537: Ascension: Chronicle of the Godslayer</A> (0537-ACOTG) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152956#item2152956">Entry 635: Category 5</A> (0635-CATEG) from Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153070#item2153070">Entry 684: Factory Fun</A> (0684-FACTF) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142606#item2142606">Axis & Allies</A> (wanted by stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142609#item2142609">Quarriors!</A> (wanted by $10, $25, Amiguero, Amnese, Croup and Vandemar, Kerbster76, Kinosness, Lucky Phil, Unhalfbricking, ausminstrel, foursaken, intheclear, mikipe2, mikotan26, mr_lunch, revgiblet, tiggers)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142631#item2142631">Acquire</A><BR>
</ul><br>
TumbleSteak:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142954#item2142954">Entry 401: Clippers</A> (0401-CLIPP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142618#item2142618">Entry 376: Winner's Circle</A> (0376-WINNC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148846#item2148846">Entry 456: El Grande</A> (0456-ELGRA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142622#item2142622">Entry 377: 7 Wonders</A> (0377-7WOND)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151774#item2151774">Entry 537: Ascension: Chronicle of the Godslayer</A> (0537-ACOTG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142612#item2142612">Entry 375: Wok Star</A> (0375-WOKST)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152956#item2152956">Entry 635: Category 5</A> (0635-CATEG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142607#item2142607">Entry 373: Bohnanza</A> (0373-BOHNA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153070#item2153070">Entry 684: Factory Fun</A> (0684-FACTF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142623#item2142623">Entry 378: Tikal</A> (0378-TIKAL)<BR>
</ul><br>
<A NAME="Tyndal"><H2>Tyndal</H2></A>
Tyndal sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153044#item2153044">Entry 676: Scarab Lords</A> (0676-SCARL) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153046#item2153046">Entry 677: Maharaja: The Game of Palace Building in India</A> (0677-MTGOP) to Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153055#item2153055">Entry 679: Sylla</A> (0679-SYLLA) to sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153059#item2153059">Entry 680: Stack Market</A> (0680-STACM) to Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153070#item2153070">Entry 684: Factory Fun</A> (0684-FACTF) to TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153077#item2153077">Entry 686: Dungeon Twister</A> (0686-DUNGT) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153079#item2153079">Entry 687: Dungeon Twister</A> (0687-DUNGT) to Oiler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153083#item2153083">Entry 688: Arkadia</A> (0688-ARKAD) to Karlsen<BR>
</ul><br>
Tyndal receives:<ul>
<LI>$25.0 from srand from srand<BR>
<LI>$30.0 from Fronk from Fronk<BR>
<LI>$45.0 from Alae from Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098059#item2098059">Entry 46: Perry Rhodan: The Cosmic League</A> (0046-PRTCL) from Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099361#item2099361">Entry 50: Fauna</A> (0050-FAUNA) (1 comments) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105490#item2105490">Entry 101: Fresco</A> (0101-FRESC) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129073#item2129073">Entry 298: Thunderstone: Dragonspire</A> (0298-THUND) from coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136824#item2136824">Entry 344: Ingenious</A> (0344-INGEN) from TaleSpinner<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153031#item2153031">The Castle of the Devil</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153033#item2153033">Cluzzle</A> (wanted by Mariana)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153036#item2153036">The BoardGameGeek Game</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153037#item2153037">The End of the Triumvirate</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153039#item2153039">Mage Knight Dungeons</A> (wanted by $10, dlow, petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153042#item2153042">Lascaux</A> (wanted by Amiguero, Foozle, Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153047#item2153047">Il Principe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153062#item2153062">The Pillars of the Earth</A> (wanted by Abanon, ChrisPayne, Kerbster76, Scholle, fFish, junkmonsta, mjwills, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153064#item2153064">Phoenicia</A> (wanted by $15, Friendless, Phil81, aaronseeber, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153067#item2153067">Modern Art</A> (wanted by Kerbster76, TaleSpinner, Tegs, mr_lunch, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153072#item2153072">Eaten By Zombies!</A> (wanted by petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153086#item2153086">Midgard</A> (wanted by mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153089#item2153089">HeroClix</A><BR>
</ul><br>
Tyndal:<BR><ul>
<LI>receives $25.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153059#item2153059">Entry 680: Stack Market</A> (0680-STACM)<BR>
<LI>receives $30.0 from Fronk in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153044#item2153044">Entry 676: Scarab Lords</A> (0676-SCARL)<BR>
<LI>receives $45.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153070#item2153070">Entry 684: Factory Fun</A> (0684-FACTF)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098059#item2098059">Entry 46: Perry Rhodan: The Cosmic League</A> (0046-PRTCL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153046#item2153046">Entry 677: Maharaja: The Game of Palace Building in India</A> (0677-MTGOP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099361#item2099361">Entry 50: Fauna</A> (0050-FAUNA) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153055#item2153055">Entry 679: Sylla</A> (0679-SYLLA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105490#item2105490">Entry 101: Fresco</A> (0101-FRESC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153083#item2153083">Entry 688: Arkadia</A> (0688-ARKAD)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129073#item2129073">Entry 298: Thunderstone: Dragonspire</A> (0298-THUND) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153077#item2153077">Entry 686: Dungeon Twister</A> (0686-DUNGT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136824#item2136824">Entry 344: Ingenious</A> (0344-INGEN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153079#item2153079">Entry 687: Dungeon Twister</A> (0687-DUNGT)<BR>
</ul><br>
<A NAME="Unhalfbricking"><H2>Unhalfbricking</H2></A>
Unhalfbricking sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148873#item2148873">Entry 461: After the Flood</A> (0461-AFTTF) to Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148889#item2148889">Entry 468: The El Grande Expansions</A> (0468-TELGR) to Karlsen<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148899#item2148899">Entry 471: Power Grid: China/Korea</A> (0471-POWGR) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148900#item2148900">Entry 472: Trans Europa</A> (0472-TRANS) to sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148904#item2148904">Entry 473: Sator Arepo Tenet Opera Rotas</A> (0473-SATOR) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148907#item2148907">Entry 474: Aquileia</A> (0474-AQUIL) to kathyb<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148908#item2148908">Entry 475: Alcatraz: The Scapegoat</A> (0475-ALCTS) (2 comments) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151220#item2151220">Entry 511: Louis XIV</A> (0511-LOUIX) to Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151225#item2151225">Entry 512: Railways of the World: The Card Game</A> (0512-ROTWT) to vanadamme<BR>
</ul><br>
Unhalfbricking receives:<ul>
<LI>$10.0 from dlow from dlow<BR>
<LI>$15.0 from Lucky Phil from Lucky Phil<BR>
<LI>$15.0 from Lucky Phil from Lucky Phil<BR>
<LI>$15.0 from mikipe2 from mikipe2<BR>
<LI>$20.0 from Chuie from Chuie<BR>
<LI>$25.0 from Lucky Phil from Lucky Phil<BR>
<LI>$30.0 from mikipe2 from mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107247#item2107247">Entry 150: Days of Steam</A> (0150-DAYOS) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149755#item2149755">Entry 488: Seismic</A> (0488-SEISM) from PBrennan<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096020#item2096020">Avanti</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125166#item2125166">Bang! The Bullet!</A> (wanted by Abanon)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148875#item2148875">Not Tonight Josephine</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148877#item2148877">John Silver</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148880#item2148880">Bang! The Bullet!</A> (wanted by Abanon, FinalAttack)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148883#item2148883">Alaska</A> (wanted by dlow)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148885#item2148885">Judge Dredd</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148887#item2148887">Reef Encounter of the Second Kind</A> (wanted by srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148890#item2148890">Bang! A Fistful of Cards</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151226#item2151226">The Pilgrims' Chronicles</A><BR>
</ul><br>
Unhalfbricking:<BR><ul>
<LI>receives $10.0 from dlow in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151220#item2151220">Entry 511: Louis XIV</A> (0511-LOUIX)<BR>
<LI>receives $15.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148873#item2148873">Entry 461: After the Flood</A> (0461-AFTTF)<BR>
<LI>receives $15.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148889#item2148889">Entry 468: The El Grande Expansions</A> (0468-TELGR)<BR>
<LI>receives $15.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151225#item2151225">Entry 512: Railways of the World: The Card Game</A> (0512-ROTWT)<BR>
<LI>receives $20.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148904#item2148904">Entry 473: Sator Arepo Tenet Opera Rotas</A> (0473-SATOR)<BR>
<LI>receives $25.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148900#item2148900">Entry 472: Trans Europa</A> (0472-TRANS)<BR>
<LI>receives $30.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148907#item2148907">Entry 474: Aquileia</A> (0474-AQUIL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107247#item2107247">Entry 150: Days of Steam</A> (0150-DAYOS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148899#item2148899">Entry 471: Power Grid: China/Korea</A> (0471-POWGR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149755#item2149755">Entry 488: Seismic</A> (0488-SEISM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148908#item2148908">Entry 475: Alcatraz: The Scapegoat</A> (0475-ALCTS) (2 comments)<BR>
</ul><br>
<A NAME="vanadamme"><H2>vanadamme</H2></A>
vanadamme sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096105#item2096105">Entry 6: Dungeon Lords</A> (0006-DUNGL) to khorgor<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096107#item2096107">Entry 7: Infinite City</A> (0007-INFIC) to PBrennan<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096108#item2096108">Entry 8: The Lord of the Rings: The Card Game</A> (0008-TLOTR) to revgiblet<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096109#item2096109">Entry 9: En Garde</A> (0009-ENGAR) to Phil81<BR>
</ul><br>
vanadamme receives:<ul>
<LI>$20.0 from mikipe2 from mikipe2<BR>
<LI>$30.0 from cyberkev63 from cyberkev63<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125204#item2125204">Entry 284: Cosmic Encounter</A> (0284-COSME) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151225#item2151225">Entry 512: Railways of the World: The Card Game</A> (0512-ROTWT) from Unhalfbricking<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096103#item2096103">Mr. Jack</A> (wanted by $20, Abanon, Lucky Phil, Mariana, foursaken, mjwills, revgiblet, srand, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096104#item2096104">Warrior Knights</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096110#item2096110">Gheos</A> (wanted by Tegs, stuartfinlay)<BR>
</ul><br>
vanadamme:<BR><ul>
<LI>receives $20.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096109#item2096109">Entry 9: En Garde</A> (0009-ENGAR)<BR>
<LI>receives $30.0 from cyberkev63 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096107#item2096107">Entry 7: Infinite City</A> (0007-INFIC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125204#item2125204">Entry 284: Cosmic Encounter</A> (0284-COSME) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096105#item2096105">Entry 6: Dungeon Lords</A> (0006-DUNGL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151225#item2151225">Entry 512: Railways of the World: The Card Game</A> (0512-ROTWT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096108#item2096108">Entry 8: The Lord of the Rings: The Card Game</A> (0008-TLOTR)<BR>
</ul><br>
<A NAME="wilderness"><H2>wilderness</H2></A>
wilderness sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124479#item2124479">Entry 274: U-Boat Leader</A> (0274-UBOAL) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127590#item2127590">Entry 292: Lords of Scotland</A> (0292-LOROS) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137189#item2137189">Entry 349: Incursion</A> (0349-INCUR) (2 comments) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147348#item2147348">Entry 436: The Speicherstadt</A> (0436-TSPEI) to TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150220#item2150220">Entry 501: Frontline: D-Day</A> (0501-FROND) (1 comments) to Amnese<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151688#item2151688">Entry 524: Survive: Escape from Atlantis!</A> (0524-SUESF) to fFish<BR>
</ul><br>
wilderness receives:<ul>
<LI>$40.0 from dlow from dlow<BR>
<LI>$48.0 from Alae from Alae<BR>
<LI>$65.0 from MrBaggy from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107251#item2107251">Entry 151: 1860: Railways on the Isle of Wight</A> (0151-1ROTI) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113867#item2113867">Entry 246: Quebec 1759</A> (0246-QUEBE) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145762#item2145762">Entry 428: Band of Brothers: Screaming Eagles</A> (0428-BOBSE) from petegs<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124483#item2124483">A Touch of Evil: Something Wicked</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124630#item2124630">Starship Catan</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125070#item2125070">Ad Astra</A> (wanted by Neil Thomson, aaronseeber, mbroecker, prd1982, some_guy, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125106#item2125106">Panzer General: Allied Assault</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126869#item2126869">Caylus Magna Carta</A> (wanted by Mariana, Scholle, Tegs, Tyndal, hali, intheclear, paco paco, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137192#item2137192">Bootleggers</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137261#item2137261">Rome</A> (wanted by TorbenVang)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137972#item2137972">New England</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145179#item2145179">Terra Evolution</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148114#item2148114">Igel Ärgern</A><BR>
</ul><br>
wilderness:<BR><ul>
<LI>receives $40.0 from dlow in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147348#item2147348">Entry 436: The Speicherstadt</A> (0436-TSPEI)<BR>
<LI>receives $48.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150220#item2150220">Entry 501: Frontline: D-Day</A> (0501-FROND) (1 comments)<BR>
<LI>receives $65.0 from MrBaggy in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124479#item2124479">Entry 274: U-Boat Leader</A> (0274-UBOAL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107251#item2107251">Entry 151: 1860: Railways on the Isle of Wight</A> (0151-1ROTI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137189#item2137189">Entry 349: Incursion</A> (0349-INCUR) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113867#item2113867">Entry 246: Quebec 1759</A> (0246-QUEBE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127590#item2127590">Entry 292: Lords of Scotland</A> (0292-LOROS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145762#item2145762">Entry 428: Band of Brothers: Screaming Eagles</A> (0428-BOBSE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151688#item2151688">Entry 524: Survive: Escape from Atlantis!</A> (0524-SUESF)<BR>
</ul><br>
<A NAME="Ykikamucow"><H2>Ykikamucow</H2></A>
Ykikamucow sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098056#item2098056">Entry 43: Scotland Yard</A> (0043-SCOTY) to stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098059#item2098059">Entry 46: Perry Rhodan: The Cosmic League</A> (0046-PRTCL) to Tyndal<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098060#item2098060">Entry 47: World of Warcraft: The Boardgame</A> (0047-WOWTB) to petegs<BR>
</ul><br>
Ykikamucow receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097940#item2097940">Entry 34: Skybridge</A> (0034-SKYBR) from srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098022#item2098022">Entry 37: Wasabi!</A> (0037-WASAB) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104085#item2104085">Entry 63: Keythedral</A> (0063-KEYTH) from tiggers<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098054#item2098054">Hermagor</A> (wanted by Amiguero, junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098055#item2098055">Duel of Ages Set 1: Worldspanner</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098057#item2098057">Android</A> (wanted by $15, $20, revgiblet, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098058#item2098058">Cave Troll</A> (wanted by TorbenVang, dlow)<BR>
</ul><br>
Ykikamucow:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097940#item2097940">Entry 34: Skybridge</A> (0034-SKYBR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098060#item2098060">Entry 47: World of Warcraft: The Boardgame</A> (0047-WOWTB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098022#item2098022">Entry 37: Wasabi!</A> (0037-WASAB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098056#item2098056">Entry 43: Scotland Yard</A> (0043-SCOTY)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104085#item2104085">Entry 63: Keythedral</A> (0063-KEYTH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098059#item2098059">Entry 46: Perry Rhodan: The Cosmic League</A> (0046-PRTCL)<BR>
</ul><br>
</BODY></HTML>
| DrFriendless/TradeMaximizerOz | Trades/Old Trades/amiguero2/result87.html | HTML | mit | 245,949 |
<!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_65) on Wed Dec 03 20:29:42 CET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class net.sourceforge.pmd.lang.vm.ast.VmParser (PMD Velocity 5.2.2 API)</title>
<meta name="date" content="2014-12-03">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class net.sourceforge.pmd.lang.vm.ast.VmParser (PMD Velocity 5.2.2 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">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?net/sourceforge/pmd/lang/vm/ast/class-use/VmParser.html" target="_top">Frames</a></li>
<li><a href="VmParser.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 net.sourceforge.pmd.lang.vm.ast.VmParser" class="title">Uses of Class<br>net.sourceforge.pmd.lang.vm.ast.VmParser</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</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="#net.sourceforge.pmd.lang.vm.ast">net.sourceforge.pmd.lang.vm.ast</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="net.sourceforge.pmd.lang.vm.ast">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> in <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/package-summary.html">net.sourceforge.pmd.lang.vm.ast</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/package-summary.html">net.sourceforge.pmd.lang.vm.ast</a> declared as <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a></code></td>
<td class="colLast"><span class="strong">AbstractVmNode.</span><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/AbstractVmNode.html#parser">parser</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/package-summary.html">net.sourceforge.pmd.lang.vm.ast</a> with parameters of type <a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/AbstractVmNode.html#AbstractVmNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">AbstractVmNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int i)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTAddNode.html#ASTAddNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTAddNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTAndNode.html#ASTAndNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTAndNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTAssignment.html#ASTAssignment(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTAssignment</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTBlock.html#ASTBlock(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTBlock</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTComment.html#ASTComment(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTComment</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTDirective.html#ASTDirective(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTDirective</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTDivNode.html#ASTDivNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTDivNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTElseIfStatement.html#ASTElseIfStatement(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTElseIfStatement</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTElseStatement.html#ASTElseStatement(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTElseStatement</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTEQNode.html#ASTEQNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTEQNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTEscape.html#ASTEscape(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTEscape</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTEscapedDirective.html#ASTEscapedDirective(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTEscapedDirective</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTExpression.html#ASTExpression(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTExpression</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTFalse.html#ASTFalse(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTFalse</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTFloatingPointLiteral.html#ASTFloatingPointLiteral(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTFloatingPointLiteral</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTForeachStatement.html#ASTForeachStatement(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTForeachStatement</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTGENode.html#ASTGENode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTGENode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTGTNode.html#ASTGTNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTGTNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTIdentifier.html#ASTIdentifier(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTIdentifier</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTIfStatement.html#ASTIfStatement(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTIfStatement</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTIndex.html#ASTIndex(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTIndex</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTIntegerLiteral.html#ASTIntegerLiteral(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTIntegerLiteral</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTIntegerRange.html#ASTIntegerRange(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTIntegerRange</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTLENode.html#ASTLENode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTLENode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTLTNode.html#ASTLTNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTLTNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTMap.html#ASTMap(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTMap</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTMathNode.html#ASTMathNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTMathNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTMethod.html#ASTMethod(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTMethod</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTModNode.html#ASTModNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTModNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTMulNode.html#ASTMulNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTMulNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTNENode.html#ASTNENode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTNENode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTNotNode.html#ASTNotNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTNotNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTObjectArray.html#ASTObjectArray(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTObjectArray</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTOrNode.html#ASTOrNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTOrNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTprocess.html#ASTprocess(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTprocess</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTReference.html#ASTReference(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTReference</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTSetDirective.html#ASTSetDirective(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTSetDirective</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTStringLiteral.html#ASTStringLiteral(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTStringLiteral</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTSubtractNode.html#ASTSubtractNode(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTSubtractNode</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTText.html#ASTText(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTText</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTTextblock.html#ASTTextblock(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTTextblock</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTTrue.html#ASTTrue(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTTrue</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/ASTWord.html#ASTWord(net.sourceforge.pmd.lang.vm.ast.VmParser,%20int)">ASTWord</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">VmParser</a> p,
int id)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../net/sourceforge/pmd/lang/vm/ast/VmParser.html" title="class in net.sourceforge.pmd.lang.vm.ast">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?net/sourceforge/pmd/lang/vm/ast/class-use/VmParser.html" target="_top">Frames</a></li>
<li><a href="VmParser.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 © 2002–2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</small></p>
</body>
</html>
| byronka/xenos | utils/pmd-bin-5.2.2/docs/pmd-vm/apidocs/net/sourceforge/pmd/lang/vm/ast/class-use/VmParser.html | HTML | mit | 25,651 |
<!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-beta2) on Mon Mar 19 18:31:39 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
JobPriority (Java Platform SE 6)
</TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<META NAME="date" CONTENT="2007-03-19">
<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="JobPriority (Java Platform SE 6)";
}
}
</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="跳过导航链接"></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>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/JobPriority.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../javax/print/attribute/standard/JobOriginatingUserName.html" title="javax.print.attribute.standard 中的类"><B>上一个类</B></A>
<A HREF="../../../../javax/print/attribute/standard/JobPrioritySupported.html" title="javax.print.attribute.standard 中的类"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?javax/print/attribute/standard/JobPriority.html" target="_top"><B>框架</B></A>
<A HREF="JobPriority.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
摘要: 嵌套 | 字段 | <A HREF="#constructor_summary">构造方法</A> | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | <A HREF="#constructor_detail">构造方法</A> | <A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
javax.print.attribute.standard</FONT>
<BR>
类 JobPriority</H2>
<PRE>
<A HREF="../../../../java/lang/Object.html" title="java.lang 中的类">java.lang.Object</A>
<IMG SRC="../../../../resources/inherit.gif" ALT="继承者 "><A HREF="../../../../javax/print/attribute/IntegerSyntax.html" title="javax.print.attribute 中的类">javax.print.attribute.IntegerSyntax</A>
<IMG SRC="../../../../resources/inherit.gif" ALT="继承者 "><B>javax.print.attribute.standard.JobPriority</B>
</PRE>
<DL>
<DT><B>所有已实现的接口:</B> <DD><A HREF="../../../../java/io/Serializable.html" title="java.io 中的接口">Serializable</A>, <A HREF="../../../../java/lang/Cloneable.html" title="java.lang 中的接口">Cloneable</A>, <A HREF="../../../../javax/print/attribute/Attribute.html" title="javax.print.attribute 中的接口">Attribute</A>, <A HREF="../../../../javax/print/attribute/PrintJobAttribute.html" title="javax.print.attribute 中的接口">PrintJobAttribute</A>, <A HREF="../../../../javax/print/attribute/PrintRequestAttribute.html" title="javax.print.attribute 中的接口">PrintRequestAttribute</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public final class <B>JobPriority</B><DT>extends <A HREF="../../../../javax/print/attribute/IntegerSyntax.html" title="javax.print.attribute 中的类">IntegerSyntax</A><DT>implements <A HREF="../../../../javax/print/attribute/PrintRequestAttribute.html" title="javax.print.attribute 中的接口">PrintRequestAttribute</A>, <A HREF="../../../../javax/print/attribute/PrintJobAttribute.html" title="javax.print.attribute 中的接口">PrintJobAttribute</A></DL>
</PRE>
<P>
JobPriority 类是整数值形式的打印属性类,它指定了打印作业的优先级。
<P>
如果为 Print Job 指定了 JobPriority 属性,则它指定了安排作业的优先级。较高的值指定较高的优先级。值 1 指示最低的可能优先级。值 100 指示最高的可能优先级。在准备打印的作业中,打印机必须在打印优先级值为 <I>n</I>-1 的所有作业之前,打印所有优先级值为 <I>n</I> 的作业。
<P>
如果客户机未指定 Print Job 的 JobPriority 属性,且打印机不支持 JobPriority 属性,则打印机必须使用由实现所定义的默认值。
<P>
客户机可以总是为某作业指定任何 1 到 100 的作业优先级值。但是,Print Service 实例可能支持小于 100 的不同作业优先级级别。如果是这种情况,则 Print Service 实例自动将由客户机指定的作业优先级值映射为某个支持的作业优先级级别,将 100 个优先级值平均分为可用的作业优先级级别。
<P>
<B>IPP Compatibility:</B> 整数值给出了 IPP 整数值。<CODE>getName()</CODE> 所返回的类别名称给出了 IPP 属性名称。
<P>
<P>
<P>
<DL>
<DT><B>另请参见:</B><DD><A HREF="../../../../serialized-form.html#javax.print.attribute.standard.JobPriority">序列化表格</A></DL>
<HR>
<P>
<!-- ======== 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>构造方法摘要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/JobPriority.html#JobPriority(int)">JobPriority</A></B>(int value)</CODE>
<BR>
构造具有给定整数值的新 JobPriority 属性。</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>方法摘要</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="../../../../javax/print/attribute/standard/JobPriority.html#equals(java.lang.Object)">equals</A></B>(<A HREF="../../../../java/lang/Object.html" title="java.lang 中的类">Object</A> object)</CODE>
<BR>
返回此作业优先级属性是否等效于传入的对象。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../java/lang/Class.html" title="java.lang 中的类">Class</A><? extends <A HREF="../../../../javax/print/attribute/Attribute.html" title="javax.print.attribute 中的接口">Attribute</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/JobPriority.html#getCategory()">getCategory</A></B>()</CODE>
<BR>
获取将被用作此打印属性值的“类别”的打印属性类。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/JobPriority.html#getName()">getName</A></B>()</CODE>
<BR>
获取类别名称,此属性值为该类别的实例。</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_javax.print.attribute.IntegerSyntax"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从类 javax.print.attribute.<A HREF="../../../../javax/print/attribute/IntegerSyntax.html" title="javax.print.attribute 中的类">IntegerSyntax</A> 继承的方法</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../javax/print/attribute/IntegerSyntax.html#getValue()">getValue</A>, <A HREF="../../../../javax/print/attribute/IntegerSyntax.html#hashCode()">hashCode</A>, <A HREF="../../../../javax/print/attribute/IntegerSyntax.html#toString()">toString</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从类 java.lang.<A HREF="../../../../java/lang/Object.html" title="java.lang 中的类">Object</A> 继承的方法</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../java/lang/Object.html#clone()">clone</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#notify()">notify</A>, <A HREF="../../../../java/lang/Object.html#notifyAll()">notifyAll</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, int)">wait</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>构造方法详细信息</B></FONT></TH>
</TR>
</TABLE>
<A NAME="JobPriority(int)"><!-- --></A><H3>
JobPriority</H3>
<PRE>
public <B>JobPriority</B>(int value)</PRE>
<DL>
<DD>构造具有给定整数值的新 JobPriority 属性。
<P>
<DL>
<DT><B>参数:</B><DD><CODE>value</CODE> - 整数值。
<DT><B>抛出:</B>
<DD><CODE><A HREF="../../../../java/lang/IllegalArgumentException.html" title="java.lang 中的类">IllegalArgumentException</A></CODE> - (未检查的异常)如果 <CODE>value</CODE> 小于 1 或大于 100,则抛出该异常。</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>方法详细信息</B></FONT></TH>
</TR>
</TABLE>
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(<A HREF="../../../../java/lang/Object.html" title="java.lang 中的类">Object</A> object)</PRE>
<DL>
<DD>返回此作业优先级属性是否等效于传入的对象。若要等效,以下所有条件都必须为 true:
<OL TYPE=1>
<LI>
<CODE>object</CODE> 不为 null。
<LI>
<CODE>object</CODE> 为 JobPriority 类的实例。
<LI>
此作业优先级属性的值与 <CODE>object</CODE> 的值相等。
</OL>
<P>
<DD><DL>
<DT><B>覆盖:</B><DD>类 <CODE><A HREF="../../../../javax/print/attribute/IntegerSyntax.html" title="javax.print.attribute 中的类">IntegerSyntax</A></CODE> 中的 <CODE><A HREF="../../../../javax/print/attribute/IntegerSyntax.html#equals(java.lang.Object)">equals</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>参数:</B><DD><CODE>object</CODE> - 要比较的 Object。
<DT><B>返回:</B><DD>如果 <CODE>object</CODE> 等效于此作业优先级属性,则返回 true,否则返回 false。<DT><B>另请参见:</B><DD><A HREF="../../../../java/lang/Object.html#hashCode()"><CODE>Object.hashCode()</CODE></A>,
<A HREF="../../../../java/util/Hashtable.html" title="java.util 中的类"><CODE>Hashtable</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getCategory()"><!-- --></A><H3>
getCategory</H3>
<PRE>
public final <A HREF="../../../../java/lang/Class.html" title="java.lang 中的类">Class</A><? extends <A HREF="../../../../javax/print/attribute/Attribute.html" title="javax.print.attribute 中的接口">Attribute</A>> <B>getCategory</B>()</PRE>
<DL>
<DD>获取将被用作此打印属性值的“类别”的打印属性类。
<P>
对于 JobPriority 类,类别为 JobPriority 类本身。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../../javax/print/attribute/Attribute.html" title="javax.print.attribute 中的接口">Attribute</A></CODE> 中的 <CODE><A HREF="../../../../javax/print/attribute/Attribute.html#getCategory()">getCategory</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>打印属性类(类别),它是 <A HREF="../../../../java/lang/Class.html" title="java.lang 中的类"><CODE>java.lang.Class</CODE></A> 类的实例。</DL>
</DD>
</DL>
<HR>
<A NAME="getName()"><!-- --></A><H3>
getName</H3>
<PRE>
public final <A HREF="../../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>getName</B>()</PRE>
<DL>
<DD>获取类别名称,此属性值为该类别的实例。
<P>
对于 JobPriority 类,类别名称为 <CODE>"job-priority"</CODE>。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../../javax/print/attribute/Attribute.html" title="javax.print.attribute 中的接口">Attribute</A></CODE> 中的 <CODE><A HREF="../../../../javax/print/attribute/Attribute.html#getName()">getName</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>属性类别名称。</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></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>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/JobPriority.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../javax/print/attribute/standard/JobOriginatingUserName.html" title="javax.print.attribute.standard 中的类"><B>上一个类</B></A>
<A HREF="../../../../javax/print/attribute/standard/JobPrioritySupported.html" title="javax.print.attribute.standard 中的类"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?javax/print/attribute/standard/JobPriority.html" target="_top"><B>框架</B></A>
<A HREF="JobPriority.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
摘要: 嵌套 | 字段 | <A HREF="#constructor_summary">构造方法</A> | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | <A HREF="#constructor_detail">构造方法</A> | <A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font>
</BODY>
</HTML>
| piterlin/piterlin.github.io | doc/jdk6_cn/javax/print/attribute/standard/JobPriority.html | HTML | mit | 19,570 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::async_write_some</title>
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../index.html" title="Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="async_send/overload2.html" title="basic_stream_socket::async_send (2 of 2 overloads)">
<link rel="next" href="at_mark.html" title="basic_stream_socket::at_mark">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="async_send/overload2.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="at_mark.html"><img src="../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="asio.reference.basic_stream_socket.async_write_some"></a><a class="link" href="async_write_some.html" title="basic_stream_socket::async_write_some">basic_stream_socket::async_write_some</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp115522448"></a>
Start an asynchronous write.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">></span>
<a class="link" href="../asynchronous_operations.html#asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
This function is used to asynchronously write data to the stream socket.
The function call always returns immediately.
</p>
<h6>
<a name="asio.reference.basic_stream_socket.async_write_some.h0"></a>
<span><a name="asio.reference.basic_stream_socket.async_write_some.parameters"></a></span><a class="link" href="async_write_some.html#asio.reference.basic_stream_socket.async_write_some.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl>
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more data buffers to be written to the socket. Although the
buffers object may be copied as necessary, ownership of the underlying
memory blocks is retained by the caller, which must guarantee that
they remain valid until the handler is called.
</p></dd>
<dt><span class="term">handler</span></dt>
<dd>
<p>
The handler to be called when the write operation completes. Copies
will be made of the handler as required. The function signature of
the handler must be:
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&</span> <span class="identifier">error</span><span class="special">,</span> <span class="comment">// Result of operation.</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">bytes_transferred</span> <span class="comment">// Number of bytes written.</span>
<span class="special">);</span>
</pre>
<p>
Regardless of whether the asynchronous operation completes immediately
or not, the handler will not be invoked from within this function.
Invocation of the handler will be performed in a manner equivalent
to using <code class="computeroutput"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">post</span><span class="special">()</span></code>.
</p>
</dd>
</dl>
</div>
<h6>
<a name="asio.reference.basic_stream_socket.async_write_some.h1"></a>
<span><a name="asio.reference.basic_stream_socket.async_write_some.remarks"></a></span><a class="link" href="async_write_some.html#asio.reference.basic_stream_socket.async_write_some.remarks">Remarks</a>
</h6>
<p>
The write operation may not transmit all of the data to the peer. Consider
using the <a class="link" href="../async_write.html" title="async_write"><code class="computeroutput"><span class="identifier">async_write</span></code></a>
function if you need to ensure that all data is written before the asynchronous
operation completes.
</p>
<h6>
<a name="asio.reference.basic_stream_socket.async_write_some.h2"></a>
<span><a name="asio.reference.basic_stream_socket.async_write_some.example"></a></span><a class="link" href="async_write_some.html#asio.reference.basic_stream_socket.async_write_some.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
</p>
<pre class="programlisting"><span class="identifier">socket</span><span class="special">.</span><span class="identifier">async_write_some</span><span class="special">(</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">,</span> <span class="identifier">size</span><span class="special">),</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
See the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a>
documentation for information on writing multiple buffers in one go, and
how to use it with arrays, boost::array or std::vector.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="async_send/overload2.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="at_mark.html"><img src="../../../next.png" alt="Next"></a>
</div>
</body>
</html>
| dhh1128/intent | old/src/external/asio-1.10.2/doc/asio/reference/basic_stream_socket/async_write_some.html | HTML | mit | 8,081 |
<div class="commune_descr limited">
<p>
Watronville est
un village
localisé dans le département de Meuse en Lorraine. Elle comptait 107 habitants en 2008.</p>
<p>Le parc de logements, à Watronville, était réparti en 2011 en deux appartements et 51 maisons soit
un marché plutôt équilibré.</p>
<p>Si vous envisagez de emmenager à Watronville, vous pourrez aisément trouver une maison à vendre. </p>
<p>À proximité de Watronville sont localisées les communes de
<a href="{{VLROOT}}/immobilier/hermeville-en-woevre_55244/">Herméville-en-Woëvre</a> à 5 km, 247 habitants,
<a href="{{VLROOT}}/immobilier/manheulles_55317/">Manheulles</a> située à 5 km, 154 habitants,
<a href="{{VLROOT}}/immobilier/haudiomont_55237/">Haudiomont</a> à 2 km, 223 habitants,
<a href="{{VLROOT}}/immobilier/bonzee_55060/">Bonzée</a> localisée à 5 km, 362 habitants,
<a href="{{VLROOT}}/immobilier/blanzee_55055/">Blanzée</a> localisée à 2 km, 18 habitants,
<a href="{{VLROOT}}/immobilier/chatillon-sous-les-cotes_55105/">Châtillon-sous-les-Côtes</a> située à 1 km, 150 habitants,
entre autres. De plus, Watronville est située à seulement onze km de <a href="{{VLROOT}}/immobilier/verdun_55545/">Verdun</a>.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/55579.html | HTML | mit | 1,279 |
<h1>Top Scorers</h1>
<br/>
<div class="alert alert-info">
<h5><i class="fa fa-check"></i> Managed Cards Height: Cards with same height & responsive</h5>
</div>
<div ng-controller="jStrikersCtrl as cards">
<j-cards class="row pi-player-cards pi-player-cards-gtrd">
<div class="col-xs-12 col-sm-6 col-md-4" ng-repeat="card in cards.strikers">
<j-card class="panel">
<div class="panel-heading h4">
<i class="fa fa-soccer-ball-o"></i><span ng-bind="card.title"></span>
</div>
<div class="panel-body">
<div>
<span ng-bind="card.description"></span>
</div>
</div>
</j-card>
</div>
</j-cards>
</div>
<h3>Html</h3>
<pre class="panel panel-default">
<div ng-controller="jStrikersCtrl as cards">
<j-cards class="row pi-player-cards pi-player-cards-gtrd">
<div class="col-xs-12 col-sm-6 col-md-4" ng-repeat="card in cards.strikers">
<j-card class="panel">
<div class="panel-heading h4">
<i class="fa fa-soccer-ball-o"></i><span ng-bind="card.title"></span>
</div>
<div class="panel-body">
<div>
<span ng-bind="card.description"></span>
</div>
</div>
</j-card>
</div>
</j-cards>
</j-cards></pre> | vivekmunde/AngularCards | public/views/topScorers.html | HTML | mit | 1,406 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CSS Zen Garden: The Beauty of CSS Design</title>
<link rel="stylesheet" media="screen" href="/214/214.css?v=8may2013">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.csszengarden.com/zengarden.xml">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Dave Shea">
<meta name="description" content="A demonstration of what can be accomplished visually through CSS-based design.">
<meta name="robots" content="all">
</head>
<body id="css-zen-garden">
<div class="page-wrapper">
<section class="intro" id="zen-intro">
<header role="banner">
<h1>CSS Zen Garden</h1>
<h2>The Beauty of <abbr title="Cascading Style Sheets">CSS</abbr> Design</h2>
</header>
<div class="summary" id="zen-summary" role="article">
<p>A demonstration of what can be accomplished through <abbr title="Cascading Style Sheets">CSS</abbr>-based design. Select any style sheet from the list to load it into this page.</p>
<p>Download the example <a href="/examples/index" title="This page's source HTML code, not to be modified.">html file</a> and <a href="/examples/style.css" title="This page's sample CSS, the file you may modify.">css file</a></p>
</div>
<div class="preamble" id="zen-preamble" role="article">
<h3>The Road to Enlightenment</h3>
<p>Littering a dark and dreary road lay the past relics of browser-specific tags, incompatible <abbr title="Document Object Model">DOM</abbr>s, broken <abbr title="Cascading Style Sheets">CSS</abbr> support, and abandoned browsers.</p>
<p>We must clear the mind of the past. Web enlightenment has been achieved thanks to the tireless efforts of folk like the <abbr title="World Wide Web Consortium">W3C</abbr>, <abbr title="Web Standards Project">WaSP</abbr>, and the major browser creators.</p>
<p>The CSS Zen Garden invites you to relax and meditate on the important lessons of the masters. Begin to see with clarity. Learn to use the time-honored techniques in new and invigorating fashion. Become one with the web.</p>
</div>
</section>
<div class="main supporting" id="zen-supporting" role="main">
<div class="explanation" id="zen-explanation" role="article">
<h3>So What is This About?</h3>
<p>There is a continuing need to show the power of <abbr title="Cascading Style Sheets">CSS</abbr>. The Zen Garden aims to excite, inspire, and encourage participation. To begin, view some of the existing designs in the list. Clicking on any one will load the style sheet into this very page. The <abbr title="HyperText Markup Language">HTML</abbr> remains the same, the only thing that has changed is the external <abbr title="Cascading Style Sheets">CSS</abbr> file. Yes, really.</p>
<p><abbr title="Cascading Style Sheets">CSS</abbr> allows complete and total control over the style of a hypertext document. The only way this can be illustrated in a way that gets people excited is by demonstrating what it can truly be, once the reins are placed in the hands of those able to create beauty from structure. Designers and coders alike have contributed to the beauty of the web; we can always push it further.</p>
</div>
<div class="participation" id="zen-participation" role="article">
<h3>Participation</h3>
<p>Strong visual design has always been our focus. You are modifying this page, so strong <abbr title="Cascading Style Sheets">CSS</abbr> skills are necessary too, but the example files are commented well enough that even <abbr title="Cascading Style Sheets">CSS</abbr> novices can use them as starting points. Please see the <a href="http://www.mezzoblue.com/zengarden/resources/" title="A listing of CSS-related resources"><abbr title="Cascading Style Sheets">CSS</abbr> Resource Guide</a> for advanced tutorials and tips on working with <abbr title="Cascading Style Sheets">CSS</abbr>.</p>
<p>You may modify the style sheet in any way you wish, but not the <abbr title="HyperText Markup Language">HTML</abbr>. This may seem daunting at first if you’ve never worked this way before, but follow the listed links to learn more, and use the sample files as a guide.</p>
<p>Download the sample <a href="/examples/index" title="This page's source HTML code, not to be modified.">HTML</a> and <a href="/examples/style.css" title="This page's sample CSS, the file you may modify.">CSS</a> to work on a copy locally. Once you have completed your masterpiece (and please, don’t submit half-finished work) upload your <abbr title="Cascading Style Sheets">CSS</abbr> file to a web server under your control. <a href="http://www.mezzoblue.com/zengarden/submit/" title="Use the contact form to send us your CSS file">Send us a link</a> to an archive of that file and all associated assets, and if we choose to use it we will download it and place it on our server.</p>
</div>
<div class="benefits" id="zen-benefits" role="article">
<h3>Benefits</h3>
<p>Why participate? For recognition, inspiration, and a resource we can all refer to showing people how amazing <abbr title="Cascading Style Sheets">CSS</abbr> really can be. This site serves as equal parts inspiration for those working on the web today, learning tool for those who will be tomorrow, and gallery of future techniques we can all look forward to.</p>
</div>
<div class="requirements" id="zen-requirements" role="article">
<h3>Requirements</h3>
<p>Where possible, we would like to see mostly <abbr title="Cascading Style Sheets, levels 1 and 2">CSS 1 & 2</abbr> usage. <abbr title="Cascading Style Sheets, levels 3 and 4">CSS 3 & 4</abbr> should be limited to widely-supported elements only, or strong fallbacks should be provided. The CSS Zen Garden is about functional, practical <abbr title="Cascading Style Sheets">CSS</abbr> and not the latest bleeding-edge tricks viewable by 2% of the browsing public. The only real requirement we have is that your <abbr title="Cascading Style Sheets">CSS</abbr> validates.</p>
<p>Luckily, designing this way shows how well various browsers have implemented <abbr title="Cascading Style Sheets">CSS</abbr> by now. When sticking to the guidelines you should see fairly consistent results across most modern browsers. Due to the sheer number of user agents on the web these days — especially when you factor in mobile — pixel-perfect layouts may not be possible across every platform. That’s okay, but do test in as many as you can. Your design should work in at least IE9+ and the latest Chrome, Firefox, iOS and Android browsers (run by over 90% of the population).</p>
<p>We ask that you submit original artwork. Please respect copyright laws. Please keep objectionable material to a minimum, and try to incorporate unique and interesting visual themes to your work. We’re well past the point of needing another garden-related design.</p>
<p>This is a learning exercise as well as a demonstration. You retain full copyright on your graphics (with limited exceptions, see <a href="http://www.mezzoblue.com/zengarden/submit/guidelines/">submission guidelines</a>), but we ask you release your <abbr title="Cascading Style Sheets">CSS</abbr> under a Creative Commons license identical to the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" title="View the Zen Garden's license information.">one on this site</a> so that others may learn from your work.</p>
<p role="contentinfo">By <a href="http://www.mezzoblue.com/">Dave Shea</a>. Bandwidth graciously donated by <a href="http://www.mediatemple.net/">mediatemple</a>. Now available: <a href="http://www.amazon.com/exec/obidos/ASIN/0321303474/mezzoblue-20/">Zen Garden, the book</a>.</p>
</div>
<footer>
<a href="http://validator.w3.org/check/referer" title="Check the validity of this site’s HTML" class="zen-validate-html">HTML</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer" title="Check the validity of this site’s CSS" class="zen-validate-css">CSS</a>
<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" title="View the Creative Commons license of this site: Attribution-NonCommercial-ShareAlike." class="zen-license">CC</a>
<a href="http://mezzoblue.com/zengarden/faq/#aaa" title="Read about the accessibility of this site" class="zen-accessibility">A11y</a>
<a href="https://github.com/mezzoblue/csszengarden.com" title="Fork this site on Github" class="zen-github">GH</a>
</footer>
</div>
<aside class="sidebar" role="complementary">
<div class="wrapper">
<div class="design-selection" id="design-selection">
<h3 class="select">Select a Design:</h3>
<nav role="navigation">
<ul>
<li>
<a href="/205/" class="design-name">spring360</a> by <a href="http://www.medialab360.com" class="designer-name">Rene Hornig</a>
</li> <li>
<a href="/204/" class="design-name">Withering Beauty</a> by <a href="http://www.wduffy.co.uk/" class="designer-name">William Duffy</a>
</li> <li>
<a href="/203/" class="design-name">Tiny Blue</a> by <a href="http://www.timovirtanen.com/" class="designer-name">Timo Virtanen</a>
</li> <li>
<a href="/202/" class="design-name">Retro Theater</a> by <a href="#" class="designer-name">Eric Rogé</a>
</li> <li>
<a href="/201/" class="design-name">Lily Pond</a> by <a href="#" class="designer-name">Rose Thorogood</a>
</li> <li>
<a href="/200/" class="design-name">Icicle Outback</a> by <a href="http://www.timovirtanen.com/" class="designer-name">Timo Virtanen</a>
</li> <li>
<a href="/199/" class="design-name">CSS ZEN ARMY</a> by <a href="http://www.niceguy.com" class="designer-name">Carl Desmond</a>
</li> <li>
<a href="/198/" class="design-name">The Original</a> by <a href="#" class="designer-name">Joachim Shotter</a>
</li> </ul>
</nav>
</div>
<div class="design-archives" id="design-archives">
<h3 class="archives">Archives:</h3>
<nav role="navigation">
<ul>
<li class="next">
<a href="/214/page3">
Next Designs <span class="indicator">›</span>
</a>
</li>
<li class="previous">
<a href="/214/page1/">
<span class="indicator">‹</span> Previous Designs </a>
</li>
<li class="viewall">
<a href="http://www.mezzoblue.com/zengarden/alldesigns/" title="View every submission to the Zen Garden.">
View All Designs </a>
</li>
</ul>
</nav>
</div>
<div class="zen-resources" id="zen-resources">
<h3 class="resources">Resources:</h3>
<ul>
<li class="view-css">
<a href="/214/214.css" title="View the source CSS file of the currently-viewed design.">
View This Design’s <abbr title="Cascading Style Sheets">CSS</abbr> </a>
</li>
<li class="css-resources">
<a href="http://www.mezzoblue.com/zengarden/resources/" title="Links to great sites with information on using CSS.">
<abbr title="Cascading Style Sheets">CSS</abbr> Resources </a>
</li>
<li class="zen-faq">
<a href="http://www.mezzoblue.com/zengarden/faq/" title="A list of Frequently Asked Questions about the Zen Garden.">
<abbr title="Frequently Asked Questions">FAQ</abbr> </a>
</li>
<li class="zen-submit">
<a href="http://www.mezzoblue.com/zengarden/submit/" title="Send in your own CSS file.">
Submit a Design </a>
</li>
<li class="zen-translations">
<a href="http://www.mezzoblue.com/zengarden/translations/" title="View translated versions of this page.">
Translations </a>
</li>
</ul>
</div>
</div>
</aside>
</div>
</body>
</html> | vickenliu/sprint-2 | pristine-zen-garden.html | HTML | mit | 11,546 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Chapter 6. Combining Modifiers</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Smarty 3 Manual">
<link rel="up" href="smarty.for.designers.html"
title="Part II. Smarty For Template Designers">
<link rel="prev" href="language.modifier.wordwrap.html" title="wordwrap">
<link rel="next" href="language.builtin.functions.html"
title="Chapter 7. Built-in Functions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">Chapter 6. Combining Modifiers</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p"
href="language.modifier.wordwrap.html">Prev</a> </td>
<th width="60%" align="center">Part II. Smarty For Template
Designers</th>
<td width="20%" align="right"> <a accesskey="n"
href="language.builtin.functions.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="chapter" title="Chapter 6. Combining Modifiers">
<div class="titlepage">
<div>
<div>
<h2 class="title">
<a name="language.combining.modifiers"></a>Chapter 6. Combining
Modifiers
</h2>
</div>
</div>
</div>
<p>
You can apply any number of modifiers to a variable. They will be
applied in the order they are combined, from left to right. They must
be separated with a
<code class="literal">|</code>
(pipe) character.
</p>
<div class="example">
<a name="id363192"></a>
<p class="title">
<b>Example 6.1. combining modifiers</b>
</p>
<div class="example-contents">
<pre class="programlisting">
<?php
$smarty->assign('articleTitle', 'Smokers are Productive, but Death Cuts Efficiency.');
?>
</pre>
<p>where template is:</p>
<pre class="programlisting">
{$articleTitle}
{$articleTitle|upper|spacify}
{$articleTitle|lower|spacify|truncate}
{$articleTitle|lower|truncate:30|spacify}
{$articleTitle|lower|spacify|truncate:30:". . ."}
</pre>
<p>The above example will output:</p>
<pre class="screen">
Smokers are Productive, but Death Cuts Efficiency.
S M O K E R S A R ....snip.... H C U T S E F F I C I E N C Y .
s m o k e r s a r ....snip.... b u t d e a t h c u t s...
s m o k e r s a r e p r o d u c t i v e , b u t . . .
s m o k e r s a r e p. . .
</pre>
</div>
</div>
<br class="example-break">
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p"
href="language.modifier.wordwrap.html">Prev</a> </td>
<td width="20%" align="center"><a accesskey="u"
href="smarty.for.designers.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n"
href="language.builtin.functions.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">wordwrap </td>
<td width="20%" align="center"><a accesskey="h"
href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> Chapter 7. Built-in
Functions</td>
</tr>
</table>
</div>
</body>
</html>
| avikarshasaha/rudrax | web/help/language.combining.modifiers.html | HTML | mit | 3,328 |
<h2>Update user:</h2>
<form ng-submit="updateUser()">
<div class="form-group">
<label for="name">Name:</label>
<input id="name" name="name" ng-model="name" type="text" class="form-control" placeholder="Name">
</div>
<div class="form-group">
<label for="oldpassword">Old password:</label>
<input id="oldpassword" name="password" ng-model="oldpassword" type="password" class="form-control" placeholder="Old password" pattern=".{6,}" required>
</div>
<div class="form-group">
<label for="password">New password:</label>
<input id="password" name="password" ng-model="password" type="password" class="form-control" placeholder="Password" pattern=".{6,}" required>
</div>
<div class="form-group">
<label for="confirmpassword">Confirm new password:</label>
<input id="confirmpassword" name="password" ng-model="confirmpassword" type="password" class="form-control" placeholder="Confirm new password" pattern=".{6,}" required>
</div>
<div class="form-group">
<button class="btn btn-default">Update user</button>
</div>
</form>
| cedced19/pouicpouic | public/views/users-id.html | HTML | mit | 1,126 |
<head>
<meta charset="UTF-8">
<meta content="lUd2aYfdR-2xQ4mOOyKRaNvYMHUOg-woH4anyVuEd38" name="google-site-verification">
<link href="http://gmpg.org/xfn/11" rel="profile">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
{% if page.title == "Home" %}
{{ site.title }} · {{ site.tagline }}
{% else %}
{{ page.title }} · {{ site.title }}
{% endif %}
</title>
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
{% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %}
<!-- CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css">
<link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}public/css/styles.css">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}public/apple-touch-icon-precomposed.png">
<link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}atom.xml">
{% include google_analytics.html %}
</head>
| pandasuite/en | _includes/head.html | HTML | mit | 1,317 |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Enum ToneCurve
| Picturepark.SDK.V1 API </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Enum ToneCurve
| Picturepark.SDK.V1 API ">
<meta name="generator" content="docfx 2.16.7.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../">
</head>
<body data-spy="scroll" data-target="#affix">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items"></div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content">
<h1 id="Picturepark_SDK_V1_ServiceProvider_Contract_ToneCurve" data-uid="Picturepark.SDK.V1.ServiceProvider.Contract.ToneCurve">Enum ToneCurve
</h1>
<div class="markdown level0 summary"><p>Corresponds to crs.ToneCurveNameChoice</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>:Picturepark.SDK.V1.ServiceProvider.Contract</h6>
<h6><strong>Assembly</strong>:cs.temp.dll.dll</h6>
<h5 id="Picturepark_SDK_V1_ServiceProvider_Contract_ToneCurve_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public enum ToneCurve</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<thead>
<tbody>
<tr>
<td id="Picturepark_SDK_V1_ServiceProvider_Contract_ToneCurve_Custom">Custom</td>
<td></td>
</tr>
<tr>
<td id="Picturepark_SDK_V1_ServiceProvider_Contract_ToneCurve_Linear">Linear</td>
<td></td>
</tr>
<tr>
<td id="Picturepark_SDK_V1_ServiceProvider_Contract_ToneCurve_MediumContrast">MediumContrast</td>
<td></td>
</tr>
<tr>
<td id="Picturepark_SDK_V1_ServiceProvider_Contract_ToneCurve_StrongContrast">StrongContrast</td>
<td></td>
</tr>
</tbody>
</thead></thead></table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>
| Picturepark/Picturepark.SDK.DotNet | docs/sdk/site/api/Picturepark.SDK.V1.ServiceProvider.Contract.ToneCurve.html | HTML | mit | 6,130 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
WaveFront Consulting Group -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492329901582&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=50140&V_SEARCH.docsStart=50139&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=50138&V_DOCUMENT.docRank=50139&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492329923254&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567122706&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=50140&V_DOCUMENT.docRank=50141&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492329923254&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567020537&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
WaveFront Consulting Group
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>WaveFront Consulting Group</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.wavefrontcg.com"
target="_blank" title="Website URL">http://www.wavefrontcg.com</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
2029 Turnberry Lane<br/>
COQUITLAM,
British Columbia<br/>
V3E 3N2
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
2029 Turnberry Lane<br/>
COQUITLAM,
British Columbia<br/>
V3E 3N2
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(604) 961-0701
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(604) 468-0742</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Boutique firm providing information security consulting services, including vulnerability assessments, penetration testing (ethical hacking), wireless surveys, web application security reviews, threat-risk assessments, policy / procedure development and review, security training, PCI DSS and other compliance services, etc.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Rui
Pereira
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 961-0701
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541690 - Other Scientific and Technical Consulting Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
611690 - All Other Schools and Instruction<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Information Security Consulting & Training <br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Rui
Pereira
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 961-0701
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541690 - Other Scientific and Technical Consulting Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
611690 - All Other Schools and Instruction<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Information Security Consulting & Training <br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-12-18
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/234567039707.html | HTML | mit | 32,705 |
<!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>V8 API Reference Guide for node.js v6.5.0: v8::HeapStatistics Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/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">V8 API Reference Guide for node.js v6.5.0
</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><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_1HeapStatistics.html">HeapStatistics</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#friends">Friends</a> |
<a href="classv8_1_1HeapStatistics-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::HeapStatistics Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ac005b9c55d5818b6969c8fd61359139b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac005b9c55d5818b6969c8fd61359139b"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>total_heap_size</b> ()</td></tr>
<tr class="separator:ac005b9c55d5818b6969c8fd61359139b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa935ea51c12ec64049c06b532dbb4f8d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa935ea51c12ec64049c06b532dbb4f8d"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>total_heap_size_executable</b> ()</td></tr>
<tr class="separator:aa935ea51c12ec64049c06b532dbb4f8d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a084994a3a5edf15b73c9b171a911a487"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a084994a3a5edf15b73c9b171a911a487"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>total_physical_size</b> ()</td></tr>
<tr class="separator:a084994a3a5edf15b73c9b171a911a487"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa6df7f6e60766279cf4d8447a6d4d14d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa6df7f6e60766279cf4d8447a6d4d14d"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>total_available_size</b> ()</td></tr>
<tr class="separator:aa6df7f6e60766279cf4d8447a6d4d14d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a05ecb48bceea49d2fe430c81df02babc"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a05ecb48bceea49d2fe430c81df02babc"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>used_heap_size</b> ()</td></tr>
<tr class="separator:a05ecb48bceea49d2fe430c81df02babc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a27e5a1ba9bc8530c6bf1cf277ce3d179"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a27e5a1ba9bc8530c6bf1cf277ce3d179"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>heap_size_limit</b> ()</td></tr>
<tr class="separator:a27e5a1ba9bc8530c6bf1cf277ce3d179"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a459f7892a7d56747302e8e9a688debad"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a459f7892a7d56747302e8e9a688debad"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>does_zap_garbage</b> ()</td></tr>
<tr class="separator:a459f7892a7d56747302e8e9a688debad"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:a51a1fbf409294cf02a99a020ac94a763"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a51a1fbf409294cf02a99a020ac94a763"></a>
class </td><td class="memItemRight" valign="bottom"><b>V8</b></td></tr>
<tr class="separator:a51a1fbf409294cf02a99a020ac94a763"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aba4f0964bdacf2bbf62cf876e5d28d0a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aba4f0964bdacf2bbf62cf876e5d28d0a"></a>
class </td><td class="memItemRight" valign="bottom"><b>Isolate</b></td></tr>
<tr class="separator:aba4f0964bdacf2bbf62cf876e5d28d0a"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Collection of <a class="el" href="classv8_1_1V8.html">V8</a> heap information.</p>
<p>Instances of this class can be passed to v8::V8::HeapStatistics to get heap statistics from <a class="el" href="classv8_1_1V8.html">V8</a>. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 723fa96/html/classv8_1_1HeapStatistics.html | HTML | mit | 8,672 |
<!DOCTYPE html>
<html>
<head>
<title>simple-uploader.js - Multiple simultaneous, stable and resumable uploads via the HTML5 File API</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="https://cdn.bootcss.com/jquery/1.7.1/jquery.min.js"></script>
<script src="uploader.js"></script>
</head>
<body>
<div id="frame">
<h1>simple-uploader.js</h1>
<p>It's a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API.</p>
<p>The library is designed to introduce fault-tolerance into the upload of large files through HTTP. This is done by splitting each files into small chunks; whenever the upload of a chunk fails, uploading is retried until the procedure completes. This allows uploads to automatically resume uploading after a network connection is lost either locally or to the server. Additionally, it allows for users to pause and resume uploads without loosing state.</p>
<p>simple-uploader.js relies on the HTML5 File API and the ability to chunks files into smaller pieces. Currently, this means that support is limited to Firefox 4+ and Chrome 11+.</p>
<hr/>
<h3>Demo</h3>
<div class="uploader-error">
Your browser, unfortunately, is not supported by simple-uploader.js. The library requires support for <a href="http://www.w3.org/TR/FileAPI/">the HTML5 File API</a> along with <a href="http://www.w3.org/TR/FileAPI/#normalization-of-params">file slicing</a>.
</div>
<div class="uploader-drop" ondragenter="jQuery(this).addClass('uploader-dragover');" ondragend="jQuery(this).removeClass('uploader-dragover');" ondrop="jQuery(this).removeClass('uploader-dragover');">
Drop files here to upload or <a class="uploader-browse-folder"><u>select folder</u></a> or <a class="uploader-browse"><u>select from your computer</u></a> or <a class="uploader-browse-image"><u>select images</u></a>
</div>
<div class="uploader-progress">
<table>
<tr>
<td width="100%"><div class="progress-container"><div class="progress-bar"></div></div></td>
<td class="progress-text" nowrap="nowrap"></td>
<td class="progress-pause" nowrap="nowrap">
<a href="javascript:;" onclick="r.upload()" class="progress-resume-link"><img src="resume.png" title="Resume upload" /></a>
<a href="javascript:;" onclick="r.pause()" class="progress-pause-link"><img src="pause.png" title="Pause upload" /></a>
<a href="javascript:;" onclick="r.cancel()" class="progress-cancel-link"><img src="cancel.png" title="Cancel upload" /></a>
</td>
</tr>
</table>
</div>
<ul class="uploader-list"></ul>
</div>
<script src="./app.js"></script>
</body>
</html>
| dolymood/Uploader | samples/Node.js/public/index.html | HTML | mit | 2,875 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Devise\Media\Files\Repository | Devise</title>
<link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../../../css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="../../../css/sami.css">
<script src="../../../js/jquery-1.11.1.min.js"></script>
<script src="../../../js/bootstrap.min.js"></script>
<script src="../../../js/typeahead.min.js"></script>
<script src="../../../sami.js"></script>
</head>
<body id="class" data-name="class:Devise_Media_Files_Repository" data-root-path="../../../">
<div id="content">
<div id="left-column">
<div id="control-panel">
<form id="search-form" action="../../../search.html" method="GET">
<span class="glyphicon glyphicon-search"></span>
<input name="search"
class="typeahead form-control"
type="search"
placeholder="Search">
</form>
</div>
<div id="api-tree"></div>
</div>
<div id="right-column">
<nav id="site-nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../index.html">Devise</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
<li><a href="../../../search.html">Search</a></li>
</ul>
</div>
</div>
</nav>
<div class="namespace-breadcrumbs">
<ol class="breadcrumb">
<li><span class="label label-default">class</span></li>
<li><a href="../../../Devise.html">Devise</a></li>
<li><a href="../../../Devise/Media.html">Media</a></li>
<li><a href="../../../Devise/Media/Files.html">Files</a></li>
<li>Repository</li>
</ol>
</div>
<div id="page-content">
<div class="page-header">
<h1>Repository</h1>
</div>
<p> class
<strong>Repository</strong></p>
<div class="description">
<p>Class Repository builds a complex array of data around the file structure
of the media manager. This let's us fetch a lot of things regarding the
file system around the media manager</p> </div>
<h2>Methods</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method___construct">__construct</a>(<abbr title="Devise\Media\Files\Devise\Media\Files\Filesystem">Filesystem</abbr> $Filesystem, <abbr title="Devise\Media\Files\Devise\Media\MediaPaths">MediaPaths</abbr> $MediaPaths, <abbr title="Devise\Media\Files\Devise\Media\Images\Images">Images</abbr> $Image, $Config = null, $Request = null, $URL = null)
<p>Constructs a new repository</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
array
</div>
<div class="col-md-8 type">
<a href="#method_compileIndexData">compileIndexData</a>($input = null)
<p>Not really sure, gonna revisit this later.</p> </div>
<div class="col-md-2"></div>
</div>
</div>
<h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method___construct">
<div class="location">at line 40</div>
<code>
<strong>__construct</strong>(<abbr title="Devise\Media\Files\Devise\Media\Files\Filesystem">Filesystem</abbr> $Filesystem, <abbr title="Devise\Media\Files\Devise\Media\MediaPaths">MediaPaths</abbr> $MediaPaths, <abbr title="Devise\Media\Files\Devise\Media\Images\Images">Images</abbr> $Image, $Config = null, $Request = null, $URL = null)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Constructs a new repository</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td><abbr title="Devise\Media\Files\Devise\Media\Files\Filesystem">Filesystem</abbr></td>
<td>$Filesystem</td>
<td>
</td>
</tr>
<tr>
<td><abbr title="Devise\Media\Files\Devise\Media\MediaPaths">MediaPaths</abbr></td>
<td>$MediaPaths</td>
<td>
</td>
</tr>
<tr>
<td><abbr title="Devise\Media\Files\Devise\Media\Images\Images">Images</abbr></td>
<td>$Image</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$Config</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$Request</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$URL</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_compileIndexData">
<div class="location">at line 59</div>
<code> array
<strong>compileIndexData</strong>($input = null)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Not really sure, gonna revisit this later.</p> <p>..</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td></td>
<td>$input</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
</div>
</div>
</div>
</body>
</html>
| mateusjatenee/cms | public/docs/Devise/Media/Files/Repository.html | HTML | mit | 8,247 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>opam-website: Black list 🏴☠️</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.1 / opam-website - 1.3.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
opam-website
<small>
1.3.0
<span class="label label-default">Black list 🏴☠️</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-18 03:17:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-18 03:17:35 UTC)</em><p>
<div class="alert alert-info" role="alert">
<p>This result is black-listed as it is considered as too hard to reproduce / to solve. If you find a way to fix this package, please make a pull-request to <a class="alert-link" href="https://github.com/coq/opam-coq-archive">github.com/coq/opam-coq-archive</a>. The list of black-listed packages is in <a class="alert-link" href="https://github.com/coq-bench/make-html/blob/master/black_list.rb">black_list.rb</a>.</p>
</div>
<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.13.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.12.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.1 Official release 4.12.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
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/clarus/coq-opam-website"
dev-repo: "git+https://github.com/clarus/coq-opam-website.git"
bug-reports: "https://github.com/clarus/coq-opam-website/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
["sh" "-c" "cd extraction && make"]
]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
"coq-io" {>= "3.1.0"}
"coq-io-exception" {>= "1.0.0"}
"coq-io-system" {>= "2.3.0"}
"coq-list-string" {>= "2.1.0"}
]
synopsis: "Generation of a Coq website for OPAM: http://coq.io/opam/ "
url {
src: "https://github.com/coq-io/opam-website/archive/1.3.0.tar.gz"
checksum: "md5=f64f4102556b435ad7d1ed8982ff64f6"
}
</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-opam-website.1.3.0 coq.8.13.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.13.1).
The following dependencies couldn't be met:
- coq-opam-website -> coq-io-exception -> coq < 8.5~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
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-opam-website.1.3.0</code></dd>
<dt>Return code</dt>
<dd>15360</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq 8.13.1
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[WARNING] While removing coq.8.13.1: not removing files that changed since:
- share/texmf/tex/latex/misc/coqdoc.sty
- man/man1/coqwc.1
- man/man1/coqtop.opt.1
- man/man1/coqtop.byte.1
- man/man1/coqtop.1
- man/man1/coqide.1
- man/man1/coqdoc.1
- man/man1/coqdep.1
- man/man1/coqchk.1
- man/man1/coqc.1
- man/man1/coq_makefile.1
- man/man1/coq-tex.1
- lib/coq/vernac/vernacstate.cmx
- lib/coq/vernac/vernacstate.cmi
- lib/coq/vernac/vernacprop.cmx
- lib/coq/vernac/vernacprop.cmi
- lib/coq/vernac/vernacinterp.cmx
- lib/coq/vernac/vernacinterp.cmi
- lib/coq/vernac/vernacextend.cmx
- lib/coq/vernac/vernacextend.cmi
- lib/coq/vernac/vernacexpr.cmx
- lib/coq/vernac/vernacexpr.cmi
- lib/coq/vernac/vernacentries.cmx
- lib/coq/vernac/vernacentries.cmi
- lib/coq/vernac/vernac.cmxa
- lib/coq/vernac/vernac.cma
- lib/coq/vernac/vernac.a
- lib/coq/vernac/topfmt.cmx
- lib/coq/vernac/topfmt.cmi
- lib/coq/vernac/search.cmx
- lib/coq/vernac/search.cmi
- lib/coq/vernac/retrieveObl.cmx
- lib/coq/vernac/retrieveObl.cmi
- lib/coq/vernac/record.cmx
- lib/coq/vernac/record.cmi
- lib/coq/vernac/recLemmas.cmx
- lib/coq/vernac/recLemmas.cmi
- lib/coq/vernac/pvernac.cmx
- lib/coq/vernac/pvernac.cmi
- lib/coq/vernac/proof_using.cmx
- lib/coq/vernac/proof_using.cmi
- lib/coq/vernac/printmod.cmx
- lib/coq/vernac/printmod.cmi
- lib/coq/vernac/prettyp.cmx
- lib/coq/vernac/prettyp.cmi
- lib/coq/vernac/ppvernac.cmx
- lib/coq/vernac/ppvernac.cmi
- lib/coq/vernac/mltop.cmx
- lib/coq/vernac/mltop.cmi
- lib/coq/vernac/metasyntax.cmx
- lib/coq/vernac/metasyntax.cmi
- lib/coq/vernac/locality.cmx
- lib/coq/vernac/locality.cmi
- lib/coq/vernac/loadpath.cmx
- lib/coq/vernac/loadpath.cmi
- lib/coq/vernac/library.cmx
- lib/coq/vernac/library.cmi
- lib/coq/vernac/indschemes.cmx
- lib/coq/vernac/indschemes.cmi
- lib/coq/vernac/himsg.cmx
- lib/coq/vernac/himsg.cmi
- lib/coq/vernac/g_vernac.cmx
- lib/coq/vernac/g_vernac.cmi
- lib/coq/vernac/g_proofs.cmx
- lib/coq/vernac/g_proofs.cmi
- lib/coq/vernac/egramml.cmx
- lib/coq/vernac/egramml.cmi
- lib/coq/vernac/egramcoq.cmx
- lib/coq/vernac/egramcoq.cmi
- lib/coq/vernac/declaremods.cmx
- lib/coq/vernac/declaremods.cmi
- lib/coq/vernac/declareUniv.cmx
- lib/coq/vernac/declareUniv.cmi
- lib/coq/vernac/declareInd.cmx
- lib/coq/vernac/declareInd.cmi
- lib/coq/vernac/declare.cmx
- lib/coq/vernac/declare.cmi
- lib/coq/vernac/comTactic.cmx
- lib/coq/vernac/comTactic.cmi
- lib/coq/vernac/comSearch.cmx
- lib/coq/vernac/comSearch.cmi
- lib/coq/vernac/comProgramFixpoint.cmx
- lib/coq/vernac/comProgramFixpoint.cmi
- lib/coq/vernac/comPrimitive.cmx
- lib/coq/vernac/comPrimitive.cmi
- lib/coq/vernac/comInductive.cmx
- lib/coq/vernac/comInductive.cmi
- lib/coq/vernac/comHints.cmx
- lib/coq/vernac/comHints.cmi
- lib/coq/vernac/comFixpoint.cmx
- lib/coq/vernac/comFixpoint.cmi
- lib/coq/vernac/comDefinition.cmx
- lib/coq/vernac/comDefinition.cmi
- lib/coq/vernac/comCoercion.cmx
- lib/coq/vernac/comCoercion.cmi
- lib/coq/vernac/comAssumption.cmx
- lib/coq/vernac/comAssumption.cmi
- lib/coq/vernac/comArguments.cmx
- lib/coq/vernac/comArguments.cmi
- lib/coq/vernac/classes.cmx
- lib/coq/vernac/classes.cmi
- lib/coq/vernac/canonical.cmx
- lib/coq/vernac/canonical.cmi
- lib/coq/vernac/auto_ind_decl.cmx
- lib/coq/vernac/auto_ind_decl.cmi
- lib/coq/vernac/attributes.cmx
- lib/coq/vernac/attributes.cmi
- lib/coq/vernac/assumptions.cmx
- lib/coq/vernac/assumptions.cmi
- lib/coq/user-contrib/Ltac2/tac2types.cmi
- lib/coq/user-contrib/Ltac2/tac2tactics.cmx
- lib/coq/user-contrib/Ltac2/tac2tactics.cmi
- lib/coq/user-contrib/Ltac2/tac2stdlib.cmx
- lib/coq/user-contrib/Ltac2/tac2stdlib.cmi
- lib/coq/user-contrib/Ltac2/tac2quote.cmx
- lib/coq/user-contrib/Ltac2/tac2quote.cmi
- lib/coq/user-contrib/Ltac2/tac2qexpr.cmi
- lib/coq/user-contrib/Ltac2/tac2print.cmx
- lib/coq/user-contrib/Ltac2/tac2print.cmi
- lib/coq/user-contrib/Ltac2/tac2match.cmx
- lib/coq/user-contrib/Ltac2/tac2match.cmi
- lib/coq/user-contrib/Ltac2/tac2interp.cmx
- lib/coq/user-contrib/Ltac2/tac2interp.cmi
- lib/coq/user-contrib/Ltac2/tac2intern.cmx
- lib/coq/user-contrib/Ltac2/tac2intern.cmi
- lib/coq/user-contrib/Ltac2/tac2ffi.cmx
- lib/coq/user-contrib/Ltac2/tac2ffi.cmi
- lib/coq/user-contrib/Ltac2/tac2extffi.cmx
- lib/coq/user-contrib/Ltac2/tac2extffi.cmi
- lib/coq/user-contrib/Ltac2/tac2expr.cmi
- lib/coq/user-contrib/Ltac2/tac2env.cmx
- lib/coq/user-contrib/Ltac2/tac2env.cmi
- lib/coq/user-contrib/Ltac2/tac2entries.cmx
- lib/coq/user-contrib/Ltac2/tac2entries.cmi
- lib/coq/user-contrib/Ltac2/tac2dyn.cmx
- lib/coq/user-contrib/Ltac2/tac2dyn.cmi
- lib/coq/user-contrib/Ltac2/tac2core.cmx
- lib/coq/user-contrib/Ltac2/tac2core.cmi
- lib/coq/user-contrib/Ltac2/ltac2_plugin.o
- lib/coq/user-contrib/Ltac2/ltac2_plugin.cmxs
- lib/coq/user-contrib/Ltac2/ltac2_plugin.cmx
- lib/coq/user-contrib/Ltac2/ltac2_plugin.cmo
- lib/coq/user-contrib/Ltac2/ltac2_plugin.cmi
- lib/coq/user-contrib/Ltac2/g_ltac2.cmx
- lib/coq/user-contrib/Ltac2/String.vos
- lib/coq/user-contrib/Ltac2/String.vo
- lib/coq/user-contrib/Ltac2/String.v
- lib/coq/user-contrib/Ltac2/String.glob
- lib/coq/user-contrib/Ltac2/Std.vos
- lib/coq/user-contrib/Ltac2/Std.vo
- lib/coq/user-contrib/Ltac2/Std.v
- lib/coq/user-contrib/Ltac2/Std.glob
- lib/coq/user-contrib/Ltac2/Pattern.vos
- lib/coq/user-contrib/Ltac2/Pattern.vo
- lib/coq/user-contrib/Ltac2/Pattern.v
- lib/coq/user-contrib/Ltac2/Pattern.glob
- lib/coq/user-contrib/Ltac2/Option.vos
- lib/coq/user-contrib/Ltac2/Option.vo
- lib/coq/user-contrib/Ltac2/Option.v
- lib/coq/user-contrib/Ltac2/Option.glob
- lib/coq/user-contrib/Ltac2/Notations.vos
- lib/coq/user-contrib/Ltac2/Notations.vo
- lib/coq/user-contrib/Ltac2/Notations.v
- lib/coq/user-contrib/Ltac2/Notations.glob
- lib/coq/user-contrib/Ltac2/Message.vos
- lib/coq/user-contrib/Ltac2/Message.vo
- lib/coq/user-contrib/Ltac2/Message.v
- lib/coq/user-contrib/Ltac2/Message.glob
- lib/coq/user-contrib/Ltac2/Ltac2.vos
- lib/coq/user-contrib/Ltac2/Ltac2.vo
- lib/coq/user-contrib/Ltac2/Ltac2.v
- lib/coq/user-contrib/Ltac2/Ltac2.glob
- lib/coq/user-contrib/Ltac2/Ltac1.vos
- lib/coq/user-contrib/Ltac2/Ltac1.vo
- lib/coq/user-contrib/Ltac2/Ltac1.v
- lib/coq/user-contrib/Ltac2/Ltac1.glob
- lib/coq/user-contrib/Ltac2/List.vos
- lib/coq/user-contrib/Ltac2/List.vo
- lib/coq/user-contrib/Ltac2/List.v
- lib/coq/user-contrib/Ltac2/List.glob
- lib/coq/user-contrib/Ltac2/Int.vos
- lib/coq/user-contrib/Ltac2/Int.vo
- lib/coq/user-contrib/Ltac2/Int.v
- lib/coq/user-contrib/Ltac2/Int.glob
- lib/coq/user-contrib/Ltac2/Init.vos
- lib/coq/user-contrib/Ltac2/Init.vo
- lib/coq/user-contrib/Ltac2/Init.v
- lib/coq/user-contrib/Ltac2/Init.glob
- lib/coq/user-contrib/Ltac2/Ident.vos
- lib/coq/user-contrib/Ltac2/Ident.vo
- lib/coq/user-contrib/Ltac2/Ident.v
- lib/coq/user-contrib/Ltac2/Ident.glob
- lib/coq/user-contrib/Ltac2/Fresh.vos
- lib/coq/user-contrib/Ltac2/Fresh.vo
- lib/coq/user-contrib/Ltac2/Fresh.v
- lib/coq/user-contrib/Ltac2/Fresh.glob
- lib/coq/user-contrib/Ltac2/Env.vos
- lib/coq/user-contrib/Ltac2/Env.vo
- lib/coq/user-contrib/Ltac2/Env.v
- lib/coq/user-contrib/Ltac2/Env.glob
- lib/coq/user-contrib/Ltac2/Control.vos
- lib/coq/user-contrib/Ltac2/Control.vo
- lib/coq/user-contrib/Ltac2/Control.v
- lib/coq/user-contrib/Ltac2/Control.glob
- lib/coq/user-contrib/Ltac2/Constr.vos
- lib/coq/user-contrib/Ltac2/Constr.vo
- lib/coq/user-contrib/Ltac2/Constr.v
-
[...] truncated
terp/implicit_quantifiers.cmx
- lib/coq/interp/implicit_quantifiers.cmi
- lib/coq/interp/impargs.cmx
- lib/coq/interp/impargs.cmi
- lib/coq/interp/genintern.cmx
- lib/coq/interp/genintern.cmi
- lib/coq/interp/dumpglob.cmx
- lib/coq/interp/dumpglob.cmi
- lib/coq/interp/deprecation.cmx
- lib/coq/interp/deprecation.cmi
- lib/coq/interp/decls.cmx
- lib/coq/interp/decls.cmi
- lib/coq/interp/constrintern.cmx
- lib/coq/interp/constrintern.cmi
- lib/coq/interp/constrextern.cmx
- lib/coq/interp/constrextern.cmi
- lib/coq/interp/constrexpr_ops.cmx
- lib/coq/interp/constrexpr_ops.cmi
- lib/coq/interp/constrexpr.cmx
- lib/coq/interp/constrexpr.cmi
- lib/coq/gramlib/.pack/gramlib__Ploc.cmx
- lib/coq/gramlib/.pack/gramlib__Ploc.cmi
- lib/coq/gramlib/.pack/gramlib__Plexing.cmx
- lib/coq/gramlib/.pack/gramlib__Plexing.cmi
- lib/coq/gramlib/.pack/gramlib__Grammar.cmx
- lib/coq/gramlib/.pack/gramlib__Grammar.cmi
- lib/coq/gramlib/.pack/gramlib__Gramext.cmx
- lib/coq/gramlib/.pack/gramlib__Gramext.cmi
- lib/coq/gramlib/.pack/gramlib.cmxa
- lib/coq/gramlib/.pack/gramlib.cmx
- lib/coq/gramlib/.pack/gramlib.cmi
- lib/coq/gramlib/.pack/gramlib.cma
- lib/coq/gramlib/.pack/gramlib.a
- lib/coq/engine/univops.cmx
- lib/coq/engine/univops.cmi
- lib/coq/engine/univSubst.cmx
- lib/coq/engine/univSubst.cmi
- lib/coq/engine/univProblem.cmx
- lib/coq/engine/univProblem.cmi
- lib/coq/engine/univNames.cmx
- lib/coq/engine/univNames.cmi
- lib/coq/engine/univMinim.cmx
- lib/coq/engine/univMinim.cmi
- lib/coq/engine/univGen.cmx
- lib/coq/engine/univGen.cmi
- lib/coq/engine/uState.cmx
- lib/coq/engine/uState.cmi
- lib/coq/engine/termops.cmx
- lib/coq/engine/termops.cmi
- lib/coq/engine/proofview_monad.cmx
- lib/coq/engine/proofview_monad.cmi
- lib/coq/engine/proofview.cmx
- lib/coq/engine/proofview.cmi
- lib/coq/engine/nameops.cmx
- lib/coq/engine/nameops.cmi
- lib/coq/engine/namegen.cmx
- lib/coq/engine/namegen.cmi
- lib/coq/engine/logic_monad.cmx
- lib/coq/engine/logic_monad.cmi
- lib/coq/engine/ftactic.cmx
- lib/coq/engine/ftactic.cmi
- lib/coq/engine/evd.cmx
- lib/coq/engine/evd.cmi
- lib/coq/engine/evarutil.cmx
- lib/coq/engine/evarutil.cmi
- lib/coq/engine/evar_kinds.cmx
- lib/coq/engine/evar_kinds.cmi
- lib/coq/engine/engine.cmxa
- lib/coq/engine/engine.cma
- lib/coq/engine/engine.a
- lib/coq/engine/eConstr.cmx
- lib/coq/engine/eConstr.cmi
- lib/coq/dllcoqrun.so
- lib/coq/dev/top_printers.cmi
- lib/coq/coqpp/coqpp_parser.cmi
- lib/coq/coqpp/coqpp_parse.cmi
- lib/coq/coqpp/coqpp_ast.cmi
- lib/coq/config/coq_config.cmx
- lib/coq/config/coq_config.cmi
- lib/coq/config/config.cmxa
- lib/coq/config/config.cma
- lib/coq/config/config.a
- lib/coq/clib/unionfind.cmx
- lib/coq/clib/unionfind.cmi
- lib/coq/clib/unicodetable.cmx
- lib/coq/clib/unicodetable.cmi
- lib/coq/clib/unicode.cmx
- lib/coq/clib/unicode.cmi
- lib/coq/clib/trie.cmx
- lib/coq/clib/trie.cmi
- lib/coq/clib/terminal.cmx
- lib/coq/clib/terminal.cmi
- lib/coq/clib/store.cmx
- lib/coq/clib/store.cmi
- lib/coq/clib/segmenttree.cmx
- lib/coq/clib/segmenttree.cmi
- lib/coq/clib/range.cmx
- lib/coq/clib/range.cmi
- lib/coq/clib/predicate.cmx
- lib/coq/clib/predicate.cmi
- lib/coq/clib/orderedType.cmx
- lib/coq/clib/orderedType.cmi
- lib/coq/clib/option.cmx
- lib/coq/clib/option.cmi
- lib/coq/clib/monad.cmx
- lib/coq/clib/monad.cmi
- lib/coq/clib/minisys.cmx
- lib/coq/clib/minisys.cmi
- lib/coq/clib/int.cmx
- lib/coq/clib/int.cmi
- lib/coq/clib/iStream.cmx
- lib/coq/clib/iStream.cmi
- lib/coq/clib/heap.cmx
- lib/coq/clib/heap.cmi
- lib/coq/clib/hashset.cmx
- lib/coq/clib/hashset.cmi
- lib/coq/clib/hashcons.cmx
- lib/coq/clib/hashcons.cmi
- lib/coq/clib/hMap.cmx
- lib/coq/clib/hMap.cmi
- lib/coq/clib/exninfo.cmx
- lib/coq/clib/exninfo.cmi
- lib/coq/clib/dyn.cmx
- lib/coq/clib/dyn.cmi
- lib/coq/clib/diff2.cmx
- lib/coq/clib/diff2.cmi
- lib/coq/clib/clib.cmxa
- lib/coq/clib/clib.cma
- lib/coq/clib/clib.a
- lib/coq/clib/cUnix.cmx
- lib/coq/clib/cUnix.cmi
- lib/coq/clib/cThread.cmx
- lib/coq/clib/cThread.cmi
- lib/coq/clib/cString.cmx
- lib/coq/clib/cString.cmi
- lib/coq/clib/cSig.cmi
- lib/coq/clib/cSet.cmx
- lib/coq/clib/cSet.cmi
- lib/coq/clib/cObj.cmx
- lib/coq/clib/cObj.cmi
- lib/coq/clib/cMap.cmx
- lib/coq/clib/cMap.cmi
- lib/coq/clib/cList.cmx
- lib/coq/clib/cList.cmi
- lib/coq/clib/cEphemeron.cmx
- lib/coq/clib/cEphemeron.cmi
- lib/coq/clib/cArray.cmx
- lib/coq/clib/cArray.cmi
- lib/coq/META
- bin/votour
- bin/ocamllibdep
- bin/coqtop.opt
- bin/coqtacticworker.opt
- bin/coqtacticworker.byte
- bin/coqqueryworker.opt
- bin/coqqueryworker.byte
- bin/coqproofworker.opt
- bin/coqproofworker.byte
- bin/coqpp
- bin/coqidetop.opt
- bin/coqidetop
[NOTE] While removing coq.8.13.1: not removing non-empty directories:
- share/texmf/tex/latex/misc
- lib/coq/vernac
- lib/coq/user-contrib/Ltac2
- lib/coq/toplevel
- lib/coq/topbin
- lib/coq/tools/coqdoc
- lib/coq/theories/ssrsearch
- lib/coq/theories/ssrmatching
- lib/coq/theories/setoid_ring
- lib/coq/theories/rtauto
- lib/coq/theories/omega
- lib/coq/theories/nsatz
- lib/coq/theories/micromega
- lib/coq/theories/funind
- lib/coq/theories/extraction
- lib/coq/theories/derive
- lib/coq/theories/btauto
- lib/coq/theories/ZArith
- lib/coq/theories/Wellfounded
- lib/coq/theories/Vectors
- lib/coq/theories/Unicode
- lib/coq/theories/Structures
- lib/coq/theories/Strings
- lib/coq/theories/Sorting
- lib/coq/theories/Sets
- lib/coq/theories/Setoids
- lib/coq/theories/Relations
- lib/coq/theories/Reals/Cauchy
- lib/coq/theories/Reals/Abstract
- lib/coq/theories/QArith
- lib/coq/theories/Program
- lib/coq/theories/PArith
- lib/coq/theories/Numbers/Natural/Peano
- lib/coq/theories/Numbers/Natural/Binary
- lib/coq/theories/Numbers/Natural/Abstract
- lib/coq/theories/Numbers/NatInt
- lib/coq/theories/Numbers/Integer/NatPairs
- lib/coq/theories/Numbers/Integer/Binary
- lib/coq/theories/Numbers/Integer/Abstract
- lib/coq/theories/Numbers/Cyclic/ZModulo
- lib/coq/theories/Numbers/Cyclic/Int63
- lib/coq/theories/Numbers/Cyclic/Int31
- lib/coq/theories/Numbers/Cyclic/Abstract
- lib/coq/theories/NArith
- lib/coq/theories/MSets
- lib/coq/theories/Logic
- lib/coq/theories/Lists
- lib/coq/theories/Init
- lib/coq/theories/Floats
- lib/coq/theories/FSets
- lib/coq/theories/Compat
- lib/coq/theories/Classes
- lib/coq/theories/Bool
- lib/coq/theories/Array
- lib/coq/theories/Arith
- lib/coq/tactics
- lib/coq/stm
- lib/coq/proofs
- lib/coq/printing
- lib/coq/pretyping
- lib/coq/plugins/syntax
- lib/coq/plugins/ssrsearch
- lib/coq/plugins/ssrmatching
- lib/coq/plugins/rtauto
- lib/coq/plugins/ring
- lib/coq/plugins/omega
- lib/coq/plugins/nsatz
- lib/coq/plugins/micromega
- lib/coq/plugins/ltac
- lib/coq/plugins/funind
- lib/coq/plugins/firstorder
- lib/coq/plugins/extraction
- lib/coq/plugins/derive
- lib/coq/plugins/cc
- lib/coq/plugins/btauto
- lib/coq/parsing
- lib/coq/library
- lib/coq/kernel/byterun
- lib/coq/interp
- lib/coq/gramlib/.pack
- lib/coq/engine
- lib/coq/dev
- lib/coq/coqpp
- lib/coq/config
- lib/coq/clib
-> removed coq.8.13.1
Done.
# Run eval $(opam env) to update the current shell environment
[ERROR] Sorry, resolution of the request timed out.
Try to specify a simpler request, use a different solver, or increase the allowed time by setting OPAMSOLVERTIMEOUT to a bigger value (currently, it is set to 600.0 seconds).
The middle of the output is truncated (maximum 20000 characters)
</pre></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.12.1-2.0.8/released/8.13.1/opam-website/1.3.0.html | HTML | mit | 27,794 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>interval: 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 / interval - 3.4.1+8.11</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
interval
<small>
3.4.1+8.11
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-04-23 02:13:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-23 02:13:06 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
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 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
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "http://coq-interval.gforge.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coqinterval/interval.git"
bug-reports: "https://gitlab.inria.fr/coqinterval/interval/issues"
license: "CeCILL-C"
build: [
["./autogen.sh"]
["./configure"]
["./remake" "-j%{jobs}%"]
]
patches: "rlist.patch"
extra-files: ["rlist.patch" "sha512=45d4b23e5a66b4f8d98ee53754974a0d17500e651165f675b9e7e7815aa9e465003fb274950efb66961d5e72bf613bb8502bd3574c139e2ac34173f9b1fcf82d"]
install: ["./remake" "install"]
depends: [
"coq" {= "8.11.0"}
"coq-bignums"
"coq-flocq" {= "3.2.0+8.11"}
"coq-mathcomp-ssreflect" {>= "1.6"}
"coq-coquelicot" {>= "3.0"}
("conf-g++" {build} | "conf-clang" {build})
"conf-autoconf" {build}
]
tags: [
"keyword:interval arithmetic"
"keyword:decision procedure"
"keyword:floating-point arithmetic"
"keyword:reflexive tactic"
"keyword:Taylor models"
"category:Mathematics/Real Calculus and Topology"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"logpath:Interval"
]
authors: [ "Guillaume Melquiond <[email protected]>" ]
synopsis: "(patched for Coq 8.11 compatibility by MSoegtropIMC) A Coq tactic for proving bounds on real-valued expressions automatically"
url {
src: "https://gitlab.inria.fr/coqinterval/interval/-/archive/839a03e1bddbafab868fbceee59abe678e32a0f3.tar.gz"
checksum: "sha512=0365f94286eaa7d401961d80ad7ecc6fdc7b8d2dcb3d0d08c3f44cff951b10379a1ab9f222d4da2a3a8c496e8d400a45d1f1108bb73644a818cce2baee1feba4"
}
</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-interval.3.4.1+8.11 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-interval -> coq = 8.11.0 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
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-interval.3.4.1+8.11</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.04.2-2.0.5/released/8.7.1+2/interval/3.4.1+8.11.html | HTML | mit | 7,756 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 選舉資料查詢 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>中選會選舉資料庫網站</title>
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css">
<script type="text/javascript">
function AddToFaves_hp() {
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
</script>
</head>
<body class="frame">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題:選舉資料庫網站 -->
<div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;">
<div style="float: left;">
<img src="http://db.cec.gov.tw/images/main_title.gif" />
</div>
<div style="width: 100%; height: 48px;">
<div style="text-align: center;">
<img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span
style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw"
style="text-decoration: none;">回中選會網站</a>
</span>
</div>
</div>
<div style="width: 100%; height: 8px; background-color: #fde501;">
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 頁籤 -->
<div
style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;">
<div style="text-align: center;">
<a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a>
<a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a>
<!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> -->
<!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> -->
<a href="histQuery.jsp?voteCode=20120101T1A2&qryType=ctks&prvCode=06&cityCode=005&areaCode=01&deptCode=003&liCode=0037#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a>
<a href="mailto:[email protected];[email protected]"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a>
</div>
</div>
<div
style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;">
</div>
<div class="query">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 子頁面:查詢候選人得票數 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題 -->
<div class="titlebox">
<div class="title">
<div class="head">第 08 屆 立法委員選舉(區域) 候選人得票數</div>
<div class="date">投票日期:中華民國101年01月14日</div>
<div class="separator"></div>
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 查詢:候選人得票數,縣市多選區,如區域立委 -->
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" />
<!-- 投開票所表頭 -->
<table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" >
<tr class="title">
<td nowrap align="center">地區</td>
<td nowrap align="center">姓名</td>
<td nowrap align="center">號次</td>
<td nowrap align="center">得票數</td>
<td nowrap align="center">得票率</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=4 align=center>彰化縣第01選區和美鎮仁愛里第0056投開票所</td>
<td nowrap align="center">陳進丁</td>
<td nowrap align="center">1</td>
<td nowrap align="right">283</td>
<td nowrap align="right"> 33.49%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">施月英</td>
<td nowrap align="center">2</td>
<td nowrap align="right">9</td>
<td nowrap align="right"> 1.06%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">林益邦</td>
<td nowrap align="center">3</td>
<td nowrap align="right">310</td>
<td nowrap align="right"> 36.68%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">王惠美</td>
<td nowrap align="center">4</td>
<td nowrap align="right">243</td>
<td nowrap align="right"> 28.75%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=4 align=center>彰化縣第01選區和美鎮仁愛里第0057投開票所</td>
<td nowrap align="center">陳進丁</td>
<td nowrap align="center">1</td>
<td nowrap align="right">260</td>
<td nowrap align="right"> 33.20%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">施月英</td>
<td nowrap align="center">2</td>
<td nowrap align="right">18</td>
<td nowrap align="right"> 2.29%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">林益邦</td>
<td nowrap align="center">3</td>
<td nowrap align="right">249</td>
<td nowrap align="right"> 31.80%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">王惠美</td>
<td nowrap align="center">4</td>
<td nowrap align="right">256</td>
<td nowrap align="right"> 32.69%</td>
</tr>
</table>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; ">
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
<span style="margin-right: 100px;"> </span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
</div>
</div>
</body>
</html> | g0v/projectV | mirror/prvCode_07/cityCode_005-areaCode_01-deptCode_003/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_005-areaCode_01-deptCode_003-liCode_0037.html | HTML | mit | 6,955 |
<!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.11.1 / 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("2022-02-09 07:07:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-09 07:07:27 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
coq 8.11.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
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://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.11.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.11.1).
The following dependencies couldn't be met:
- coq-generic-environments -> coq < 8.10~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
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">
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.11.2-2.0.7/released/8.11.1/generic-environments/8.9.0.html | HTML | mit | 7,270 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>weak-up-to: 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.1 / weak-up-to - 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>
weak-up-to
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-08 23:20:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 23:20:38 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
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.13.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
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: "http://perso.ens-lyon.fr/damien.pous/upto/"
license: "GPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/WeakUpTo"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: weak bisimilarity"
"keyword: weak bisimulation"
"keyword: up-to techniques"
"keyword: termination"
"keyword: commutation"
"keyword: Newman's lemma"
"category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
"date: 2005-02-22"
]
authors: [
"Damien Pous <damien.pous at ens-lyon.fr> [http://perso.ens-lyon.fr/damien.pous/]"
]
bug-reports: "https://github.com/coq-contribs/weak-up-to/issues"
dev-repo: "git+https://github.com/coq-contribs/weak-up-to.git"
synopsis: "New Up-to Techniques for Weak Bisimulation"
description: """
This contribution is the formalisation of a paper that appeared in
Proc. of ICALP 2005: "Up-to Techniques for Weak Bisimulation".
First we define a framework for defining up-to techniques for weak
bisimulation in a modular way. Then we prove the correctness of some
new up-to techniques, based on termination guarantees. Notably, a
generalisation of Newman's Lemma to commutation results is
established."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/weak-up-to/archive/v8.10.0.tar.gz"
checksum: "md5=9e335639ad54f2dad223e4441f9ecd4c"
}
</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-weak-up-to.8.10.0 coq.8.13.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.13.1).
The following dependencies couldn't be met:
- coq-weak-up-to -> coq < 8.11~ -> ocaml < 4.03.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-weak-up-to.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.05.0-2.0.1/released/8.13.1/weak-up-to/8.10.0.html | HTML | mit | 7,721 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.30.2" />
<title>Markdown CheatSheet - Jacob</title>
<meta name="description" content="1.Headers # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 Alternatively, for H1 and H2, an underline-ish style: Alt-H1 ====== Alt-H2 ------ 2. Emphasis Emphasis, aka italics, with *asterisks* or _underscores_. Strong emphasis, aka bold, with **asterisks** or __underscores__. Combined emphasis with **asterisks and _underscores_**. Strikethrough uses two tildes. ~~Scratch this.~~ 3. Lists 1. First ordered list item 2. Another item ⋅⋅* Unordered sub-list. 1.">
<link rel="shortcut icon" href="./images/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono|Lato|Raleway">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/ocean.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/languages/GO.min.js"></script>
<link rel="stylesheet" href="/css/ui.min.css"/>
<style>
a { color: #78909c; }
blockquote {
border-left-color: #78909c;
border-right-color: #78909c; }
.bar a:hover {
color: #78909c;
text-decoration: none; }
.sep {
margin-top: 2rem;
margin-bottom: 1rem;
margin-left:0;
width: 24rem;
border-top: 2px solid #78909c; }
</style>
</head>
<body>
<header class="container">
<div class="u-header">
<nav class="bar">
<ul><li>
<a href="/">
<img class="icon-text" src="/img/prev.svg"/>
</a>
</li><li><a href="/categories/">Categories</a></li><li><a href="/tags/">Tags</a></li></ul>
</nav>
</div>
</header>
<main class="container">
<article>
<header><hgroup id="brand">
<h1>Markdown CheatSheet</h1>
<h5>
<time datetime="2017-11-16 02:56:11 +0800 HKT">16 Nov 17</time>
-
<a href="/tags/i-markdown%20%e5%85%a5%e9%96%80">i-markdown 入門</a>
</h5>
</hgroup>
<hr class="sep" />
</header>
<h1 id="1-headers">1.Headers</h1>
<pre><code># H1
## H2
### H3
#### H4
##### H5
###### H6
Alternatively, for H1 and H2, an underline-ish style:
Alt-H1
======
Alt-H2
------
</code></pre>
<h1 id="2-emphasis">2. Emphasis</h1>
<pre><code>Emphasis, aka italics, with *asterisks* or _underscores_.
Strong emphasis, aka bold, with **asterisks** or __underscores__.
Combined emphasis with **asterisks and _underscores_**.
Strikethrough uses two tildes. ~~Scratch this.~~
</code></pre>
<h1 id="3-lists">3. Lists</h1>
<pre><code>1. First ordered list item
2. Another item
⋅⋅* Unordered sub-list.
1. Actual numbers don't matter, just that it's a number
⋅⋅1. Ordered sub-list
4. And another item.
⋅⋅⋅You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we'll use three here to also align the raw Markdown).
⋅⋅⋅To have a line break without a paragraph, you will need to use two trailing spaces.⋅⋅
⋅⋅⋅Note that this line is separate, but within the same paragraph.⋅⋅
⋅⋅⋅(This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.)
* Unordered list can use asterisks
- Or minuses
+ Or pluses
</code></pre>
<ol>
<li>First ordered list item</li>
<li>Another item
⋅⋅* Unordered sub-list.</li>
<li>Actual numbers don’t matter, just that it’s a number
⋅⋅1. Ordered sub-list</li>
<li>And another item.</li>
</ol>
<p>⋅⋅⋅You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we’ll use three here to also align the raw Markdown).</p>
<p>⋅⋅⋅To have a line break without a paragraph, you will need to use two trailing spaces.⋅⋅
⋅⋅⋅Note that this line is separate, but within the same paragraph.⋅⋅
⋅⋅⋅(This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.)</p>
<ul>
<li>Unordered list can use asterisks</li>
<li>Or minuses</li>
<li>Or pluses</li>
</ul>
<h1 id="4-links">4. Links</h1>
<pre><code>[This is a link](https://www.google.com)
</code></pre>
<p><a href="https://www.google.com">This is a link</a></p>
<h1 id="5-images">5. Images</h1>
<pre><code>
</code></pre>
<p><img src="https://dimsunideas.github.io/favicon.ico" alt="alt text" /></p>
<h1 id="6-code">6. Code</h1>
<pre><code>```javascript
var s = "JavaScript syntax highlighting";
alert(s);
```
```python
s = "Python syntax highlighting"
print s
```
```
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.
```
</code></pre>
<pre><code class="language-javascript">var s = "JavaScript syntax highlighting";
alert(s);
</code></pre>
<pre><code class="language-python">s = "Python syntax highlighting"
print s
</code></pre>
<pre><code>No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.
</code></pre>
<h1 id="7-tables">7. Tables</h1>
<pre><code>| Tables | Are | Cool |
| -------|:---:|------:|
| row1 | center| $1600|
| row2 | center| $3200|
| row3 | center| $1600|
</code></pre>
<table>
<thead>
<tr>
<th>Tables</th>
<th align="center">Are</th>
<th align="right">Cool</th>
</tr>
</thead>
<tbody>
<tr>
<td>row2</td>
<td align="center">center</td>
<td align="right">$1600</td>
</tr>
<tr>
<td>row3</td>
<td align="center">right-aligned</td>
<td align="right">$3200</td>
</tr>
<tr>
<td>row3</td>
<td align="center">center</td>
<td align="right">$1600</td>
</tr>
</tbody>
</table>
<h1 id="8-blockquotes">8. Blockquotes</h1>
<pre><code>> this is blockquotes
</code></pre>
<blockquote>
<p>this is blockquotes</p>
</blockquote>
<h1 id="9-inline-html">9. Inline HTML</h1>
<pre><code><dl>
<dt>Definition list</dt>
<dd>Is something people use sometimes.</dd>
<dt>Markdown in HTML</dt>
<dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd>
</dl>
</code></pre>
<dl>
<dt>Definition list</dt>
<dd>Is something people use sometimes.</dd>
<dt>Markdown in HTML</dt>
<dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd>
</dl>
<h1 id="9-horizontal">9. Horizontal</h1>
<pre><code>---
</code></pre>
<hr />
<h1 id="10-youtube-videos">10 Youtube Videos</h1>
<pre><code><a href="http://www.youtube.com/watch?feature=player_embedded&v=YOUTUBE_VIDEO_ID_HERE
" target="_blank"><img src="http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg"
alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" /></a>
</code></pre>
<nav>
<a class="prev-post" href="http://dimsunideas.github.io/blog/hugo/my-first-post/">
<img class="icon-text" src="/img/prev.svg"/>使用 Hugo 做日記 筆記</a>
<a class="next-post" href="http://dimsunideas.github.io/blog/vue/component/file-input/">Vue File-input Component<img class="icon-text" src="/img/next.svg"/>
</a>
</nav>
</article>
<div id="disqus_thread"></div>
<script type="text/javascript">
(function() {
if (window.location.hostname == "localhost")
return;
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
var disqus_shortname = 'mckit';
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>
<hr class="sep" />
</main>
<footer class="container">
<div class="u-footer">
<div style="width:15%;height:15%;margin:auto 0; text-align:center"></div>
<img src="https://ih0.redbubble.net/image.156324548.8756/sticker,375x360-bg,ffffff.u4.png">
</div>
<p>
</p>
<a href="#">
<img class="icon-text" src="/img/toup.svg" alt="To Up"/>
<span>Back to Up</span>
</a>
</div>
</footer>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>
| dimsunideas/dimsunideas.github.io | blog/markdown/mardownnotes/index.html | HTML | mit | 8,504 |
<html>
<head>
<title>OGRE: Ogre::RTShader::ShaderGenerator::SGTechnique Class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link type="text/css" rel="stylesheet" href="doxygen.css">
<link type="text/css" rel="stylesheet" href="tabs.css">
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="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>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceOgre.html">Ogre</a> </li>
<li class="navelem"><a class="el" href="namespaceOgre_1_1RTShader.html">RTShader</a> </li>
<li class="navelem"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator.html">ShaderGenerator</a> </li>
<li class="navelem"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html">SGTechnique</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-attribs">Static Public Attributes</a> |
<a href="#pro-methods">Protected Member Functions</a> |
<a href="#pro-attribs">Protected Attributes</a> </div>
<div class="headertitle">
<div class="title">Ogre::RTShader::ShaderGenerator::SGTechnique Class Reference</div> </div>
</div>
<div class="contents">
<!-- doxytag: class="Ogre::RTShader::ShaderGenerator::SGTechnique" --><!-- doxytag: inherits="Ogre::AllocatedObject" -->
<p>Shader generator technique wrapper class.
<a href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#details">More...</a></p>
<p><code>#include <<a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for Ogre::RTShader::ShaderGenerator::SGTechnique:</div>
<div class="dyncontent">
<div class="center"><img src="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique__inherit__graph.gif" border="0" usemap="#Ogre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique_inherit__map" alt="Inheritance graph"/></div>
<map name="Ogre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique_inherit__map" id="Ogre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique_inherit__map">
<area shape="rect" id="node2" href="classOgre_1_1AllocatedObject.html" title="Superclass for all objects that wish to use custom memory allocators when their new / delete operator..." alt="" coords="83,5,237,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a351556fab96ac2da68a2895aa1e74096">SGTechnique</a> (<a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGMaterial.html">SGMaterial</a> *parent, <a class="el" href="classOgre_1_1Technique.html">Technique</a> *srcTechnique, const <a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> &dstTechniqueSchemeName)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a5d688f7aa710eebf9ae497e4c8aeddcd">~SGTechnique</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGMaterial.html">SGMaterial</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a3ac520262b51ad2b91d3f9505b45b402">getParent</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the parent <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGMaterial.html" title="Shader generator material wrapper class.">SGMaterial</a>. <a href="#a3ac520262b51ad2b91d3f9505b45b402"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOgre_1_1Technique.html">Technique</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a5d1cdaa53b04929d87ff3789992e7619">getSourceTechnique</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the source technique. <a href="#a5d1cdaa53b04929d87ff3789992e7619"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOgre_1_1Technique.html">Technique</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a9b3d5e7861f7724dee0554b797f5dfa9">getDestinationTechnique</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the destination technique. <a href="#a9b3d5e7861f7724dee0554b797f5dfa9"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a1fb298c71c1b82d3cbb912814255b6cf">getDestinationTechniqueSchemeName</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the destination technique scheme name. <a href="#a1fb298c71c1b82d3cbb912814255b6cf"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a23c5d30d26da9dfc3284014bdb0926d6">buildTargetRenderState</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Build the render state. <a href="#a23c5d30d26da9dfc3284014bdb0926d6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a9712c4d3ee79cf8f08042faebfc9416e">acquirePrograms</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Acquire the CPU/GPU programs for this technique. <a href="#a9712c4d3ee79cf8f08042faebfc9416e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#afb48181eaf49cf386bab6e668f2c26b5">releasePrograms</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Release the CPU/GPU programs of this technique. <a href="#afb48181eaf49cf386bab6e668f2c26b5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#aa934be1bbcae965c020bf3ca1da5446f">setBuildDestinationTechnique</a> (bool buildTechnique)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Tells the technique that it needs to generate shader code. <a href="#aa934be1bbcae965c020bf3ca1da5446f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#aa4f4b777d9f517c216fe75919724383e">getBuildDestinationTechnique</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Tells if the destination technique should be build. <a href="#aa4f4b777d9f517c216fe75919724383e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOgre_1_1RTShader_1_1RenderState.html">RenderState</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#afc74f2a2a4f43c5e73a8f4afde42108c">getRenderState</a> (unsigned short passIndex)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get render state of specific pass. <a href="#afc74f2a2a4f43c5e73a8f4afde42108c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a421b197ca3a38da17e2eb1531a645fa2">operator new</a> (size_t sz, const char *file, int line, const char *func)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">operator new, with debug line info <a href="#a421b197ca3a38da17e2eb1531a645fa2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#ac4bdf968b7b9af8a5239a27da73d5711">operator new</a> (size_t sz)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#ab78a921e54419be677839cdf15d1f0b8">operator new</a> (size_t sz, void *ptr)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">placement operator new <a href="#ab78a921e54419be677839cdf15d1f0b8"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a4be37baef81876985aa1071ad5acc6dd">operator new[]</a> (size_t sz, const char *file, int line, const char *func)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">array operator new, with debug line info <a href="#a4be37baef81876985aa1071ad5acc6dd"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#afa2943846ba6a2b5824a12857139cf5e">operator new[]</a> (size_t sz)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a8357fe4fb4849772b94baa4bf47c7ded">operator delete</a> (void *ptr)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a1c727e879a260c37b00ce5505fe8e144">operator delete</a> (void *ptr, void *)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#acb46d4b0a597156d9ba5abc39d127792">operator delete</a> (void *ptr, const char *, int, const char *)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a93e6a86dde5483c053ca0f2a85bbfd6c">operator delete[]</a> (void *ptr)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a595ea4c05da8aa987d3800e65d23355d">operator delete[]</a> (void *ptr, const char *, int, const char *)</td></tr>
<tr><td colspan="2"><h2><a name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a5582424d09cef23f6eb5919e006f5015">UserKey</a></td></tr>
<tr><td colspan="2"><h2><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#afebb60eaefc1611f24cc9ec23647743f">createSGPasses</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create the passes entries. <a href="#afebb60eaefc1611f24cc9ec23647743f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#acfde05847c1f5c38e115937e4eaa6222">destroySGPasses</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destroy the passes entries. <a href="#acfde05847c1f5c38e115937e4eaa6222"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGMaterial.html">SGMaterial</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a760c5c55c9cec6c2613518e63aaef0b1">mParent</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOgre_1_1Technique.html">Technique</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#acb70e2292f5d74afd0cb262ee5a7f3bd">mSrcTechnique</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOgre_1_1Technique.html">Technique</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a18910ce2b33b368892a8b61aac99e219">mDstTechnique</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator.html#a102618c7a56132e13ce1d2c2f084c579">SGPassList</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a6968ba265d8cc46083f770db840a34e7">mPassEntries</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__RTShader.html#ga3a45db6ba3ebab9f7a49005934a19213">RenderStateList</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a9d011a6cfdf9357f3274702e41c47f6a">mCustomRenderStates</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a2e8ca0d767beb45c32b59c6aa80d529b">mBuildDstTechnique</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#acb4841dae1fb56cb48ce01b3b17ea05b">mDstTechniqueSchemeName</a></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Shader generator technique wrapper class. </p>
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00424">424</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div><hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a351556fab96ac2da68a2895aa1e74096"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::SGTechnique" ref="a351556fab96ac2da68a2895aa1e74096" args="(SGMaterial *parent, Technique *srcTechnique, const String &dstTechniqueSchemeName)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Ogre::RTShader::ShaderGenerator::SGTechnique::SGTechnique </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGMaterial.html">SGMaterial</a> * </td>
<td class="paramname"><em>parent</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classOgre_1_1Technique.html">Technique</a> * </td>
<td class="paramname"><em>srcTechnique</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> & </td>
<td class="paramname"><em>dstTechniqueSchemeName</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a5d688f7aa710eebf9ae497e4c8aeddcd"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::~SGTechnique" ref="a5d688f7aa710eebf9ae497e4c8aeddcd" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Ogre::RTShader::ShaderGenerator::SGTechnique::~SGTechnique </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a9712c4d3ee79cf8f08042faebfc9416e"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::acquirePrograms" ref="a9712c4d3ee79cf8f08042faebfc9416e" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Ogre::RTShader::ShaderGenerator::SGTechnique::acquirePrograms </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Acquire the CPU/GPU programs for this technique. </p>
</div>
</div>
<a class="anchor" id="a23c5d30d26da9dfc3284014bdb0926d6"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::buildTargetRenderState" ref="a23c5d30d26da9dfc3284014bdb0926d6" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Ogre::RTShader::ShaderGenerator::SGTechnique::buildTargetRenderState </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Build the render state. </p>
</div>
</div>
<a class="anchor" id="afebb60eaefc1611f24cc9ec23647743f"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::createSGPasses" ref="afebb60eaefc1611f24cc9ec23647743f" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Ogre::RTShader::ShaderGenerator::SGTechnique::createSGPasses </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create the passes entries. </p>
</div>
</div>
<a class="anchor" id="acfde05847c1f5c38e115937e4eaa6222"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::destroySGPasses" ref="acfde05847c1f5c38e115937e4eaa6222" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Ogre::RTShader::ShaderGenerator::SGTechnique::destroySGPasses </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Destroy the passes entries. </p>
</div>
</div>
<a class="anchor" id="aa4f4b777d9f517c216fe75919724383e"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::getBuildDestinationTechnique" ref="aa4f4b777d9f517c216fe75919724383e" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool Ogre::RTShader::ShaderGenerator::SGTechnique::getBuildDestinationTechnique </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Tells if the destination technique should be build. </p>
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00455">455</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="a9b3d5e7861f7724dee0554b797f5dfa9"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::getDestinationTechnique" ref="a9b3d5e7861f7724dee0554b797f5dfa9" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOgre_1_1Technique.html">Technique</a>* Ogre::RTShader::ShaderGenerator::SGTechnique::getDestinationTechnique </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the destination technique. </p>
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00437">437</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="a1fb298c71c1b82d3cbb912814255b6cf"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::getDestinationTechniqueSchemeName" ref="a1fb298c71c1b82d3cbb912814255b6cf" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>& Ogre::RTShader::ShaderGenerator::SGTechnique::getDestinationTechniqueSchemeName </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the destination technique scheme name. </p>
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00440">440</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="a3ac520262b51ad2b91d3f9505b45b402"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::getParent" ref="a3ac520262b51ad2b91d3f9505b45b402" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGMaterial.html">SGMaterial</a>* Ogre::RTShader::ShaderGenerator::SGTechnique::getParent </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the parent <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGMaterial.html" title="Shader generator material wrapper class.">SGMaterial</a>. </p>
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00431">431</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="afc74f2a2a4f43c5e73a8f4afde42108c"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::getRenderState" ref="afc74f2a2a4f43c5e73a8f4afde42108c" args="(unsigned short passIndex)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOgre_1_1RTShader_1_1RenderState.html">RenderState</a>* Ogre::RTShader::ShaderGenerator::SGTechnique::getRenderState </td>
<td>(</td>
<td class="paramtype">unsigned short </td>
<td class="paramname"><em>passIndex</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get render state of specific pass. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">passIndex</td><td>The pass index. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a5d1cdaa53b04929d87ff3789992e7619"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::getSourceTechnique" ref="a5d1cdaa53b04929d87ff3789992e7619" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOgre_1_1Technique.html">Technique</a>* Ogre::RTShader::ShaderGenerator::SGTechnique::getSourceTechnique </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the source technique. </p>
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00434">434</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="a1c727e879a260c37b00ce5505fe8e144"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::operator delete" ref="a1c727e879a260c37b00ce5505fe8e144" args="(void *ptr, void *)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator delete </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00101">101</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="a8357fe4fb4849772b94baa4bf47c7ded"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::operator delete" ref="a8357fe4fb4849772b94baa4bf47c7ded" args="(void *ptr)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator delete </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em></td><td>)</td>
<td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00095">95</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="acb46d4b0a597156d9ba5abc39d127792"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::operator delete" ref="acb46d4b0a597156d9ba5abc39d127792" args="(void *ptr, const char *, int, const char *)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator delete </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00107">107</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="a93e6a86dde5483c053ca0f2a85bbfd6c"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::operator delete[]" ref="a93e6a86dde5483c053ca0f2a85bbfd6c" args="(void *ptr)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator delete[] </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em></td><td>)</td>
<td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00112">112</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="a595ea4c05da8aa987d3800e65d23355d"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::operator delete[]" ref="a595ea4c05da8aa987d3800e65d23355d" args="(void *ptr, const char *, int, const char *)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator delete[] </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00118">118</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="ab78a921e54419be677839cdf15d1f0b8"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::operator new" ref="ab78a921e54419be677839cdf15d1f0b8" args="(size_t sz, void *ptr)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator new </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>sz</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>placement operator new </p>
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00078">78</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="a421b197ca3a38da17e2eb1531a645fa2"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::operator new" ref="a421b197ca3a38da17e2eb1531a645fa2" args="(size_t sz, const char *file, int line, const char *func)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator new </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>sz</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>file</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>line</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>func</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>operator new, with debug line info </p>
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00067">67</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="ac4bdf968b7b9af8a5239a27da73d5711"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::operator new" ref="ac4bdf968b7b9af8a5239a27da73d5711" args="(size_t sz)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator new </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>sz</em></td><td>)</td>
<td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00072">72</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="a4be37baef81876985aa1071ad5acc6dd"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::operator new[]" ref="a4be37baef81876985aa1071ad5acc6dd" args="(size_t sz, const char *file, int line, const char *func)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator new[] </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>sz</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>file</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>line</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>func</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>array operator new, with debug line info </p>
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00085">85</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="afa2943846ba6a2b5824a12857139cf5e"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::operator new[]" ref="afa2943846ba6a2b5824a12857139cf5e" args="(size_t sz)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator new[] </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>sz</em></td><td>)</td>
<td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00090">90</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="afb48181eaf49cf386bab6e668f2c26b5"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::releasePrograms" ref="afb48181eaf49cf386bab6e668f2c26b5" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Ogre::RTShader::ShaderGenerator::SGTechnique::releasePrograms </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Release the CPU/GPU programs of this technique. </p>
</div>
</div>
<a class="anchor" id="aa934be1bbcae965c020bf3ca1da5446f"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::setBuildDestinationTechnique" ref="aa934be1bbcae965c020bf3ca1da5446f" args="(bool buildTechnique)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Ogre::RTShader::ShaderGenerator::SGTechnique::setBuildDestinationTechnique </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>buildTechnique</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Tells the technique that it needs to generate shader code. </p>
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00452">452</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a2e8ca0d767beb45c32b59c6aa80d529b"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::mBuildDstTechnique" ref="a2e8ca0d767beb45c32b59c6aa80d529b" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a2e8ca0d767beb45c32b59c6aa80d529b">Ogre::RTShader::ShaderGenerator::SGTechnique::mBuildDstTechnique</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00479">479</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="a9d011a6cfdf9357f3274702e41c47f6a"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::mCustomRenderStates" ref="a9d011a6cfdf9357f3274702e41c47f6a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group__RTShader.html#ga3a45db6ba3ebab9f7a49005934a19213">RenderStateList</a> <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a9d011a6cfdf9357f3274702e41c47f6a">Ogre::RTShader::ShaderGenerator::SGTechnique::mCustomRenderStates</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00478">478</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="a18910ce2b33b368892a8b61aac99e219"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::mDstTechnique" ref="a18910ce2b33b368892a8b61aac99e219" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOgre_1_1Technique.html">Technique</a>* <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a18910ce2b33b368892a8b61aac99e219">Ogre::RTShader::ShaderGenerator::SGTechnique::mDstTechnique</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00476">476</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="acb4841dae1fb56cb48ce01b3b17ea05b"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::mDstTechniqueSchemeName" ref="acb4841dae1fb56cb48ce01b3b17ea05b" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#acb4841dae1fb56cb48ce01b3b17ea05b">Ogre::RTShader::ShaderGenerator::SGTechnique::mDstTechniqueSchemeName</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00480">480</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="a760c5c55c9cec6c2613518e63aaef0b1"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::mParent" ref="a760c5c55c9cec6c2613518e63aaef0b1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGMaterial.html">SGMaterial</a>* <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a760c5c55c9cec6c2613518e63aaef0b1">Ogre::RTShader::ShaderGenerator::SGTechnique::mParent</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00474">474</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="a6968ba265d8cc46083f770db840a34e7"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::mPassEntries" ref="a6968ba265d8cc46083f770db840a34e7" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator.html#a102618c7a56132e13ce1d2c2f084c579">SGPassList</a> <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a6968ba265d8cc46083f770db840a34e7">Ogre::RTShader::ShaderGenerator::SGTechnique::mPassEntries</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00477">477</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="acb70e2292f5d74afd0cb262ee5a7f3bd"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::mSrcTechnique" ref="acb70e2292f5d74afd0cb262ee5a7f3bd" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOgre_1_1Technique.html">Technique</a>* <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#acb70e2292f5d74afd0cb262ee5a7f3bd">Ogre::RTShader::ShaderGenerator::SGTechnique::mSrcTechnique</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00475">475</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<a class="anchor" id="a5582424d09cef23f6eb5919e006f5015"></a><!-- doxytag: member="Ogre::RTShader::ShaderGenerator::SGTechnique::UserKey" ref="a5582424d09cef23f6eb5919e006f5015" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> <a class="el" href="classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html#a5582424d09cef23f6eb5919e006f5015">Ogre::RTShader::ShaderGenerator::SGTechnique::UserKey</a><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreShaderGenerator_8h_source.html#l00462">462</a> of file <a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="OgreShaderGenerator_8h_source.html">OgreShaderGenerator.h</a></li>
</ul>
</div>
<hr>
<p>
Copyright © 2008 Torus Knot Software Ltd<br />
<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/>
<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
Last modified Sat Jan 14 2012 18:40:58
</p>
</body>
</html>
| milram/ogre-1.7.4-osx | Docs/api/html/classOgre_1_1RTShader_1_1ShaderGenerator_1_1SGTechnique.html | HTML | mit | 49,404 |
<!DOCTYPE html>
<html>
<head>
<title>Leaflet GeoJSON Example</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/dist/leaflet.css" />
</head>
<body>
<div id="map" style="width: 600px; height: 400px"></div>
<script src="SF.json" type="text/javascript"></script>
<script src="/dist/leaflet.js"></script>
<script>
var map = L.map('map').setView([-122.4192, 37.7793], 13);
L.tileLayer('https://{s}.tiles.mapbox.com/v3/{id}/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
'<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
'Imagery © <a href="http://mapbox.com">Mapbox</a>',
id: 'examples.map-20v6611k'
}).addTo(map);
var baseballIcon = L.icon({
iconUrl: 'baseball-marker.png',
iconSize: [32, 37],
iconAnchor: [16, 37],
popupAnchor: [0, -28]
});
function onEachFeature(feature, layer) {
var popupContent = "<p>I started out as a GeoJSON " +
feature.geometry.type + ", but now I'm a Leaflet vector!</p>";
if (feature.properties && feature.properties.popupContent) {
popupContent += feature.properties.popupContent;
}
layer.bindPopup(popupContent);
}
L.geoJson([bicycleRental, campus], {
style: function (feature) {
return feature.properties && feature.properties.style;
},
onEachFeature: onEachFeature,
pointToLayer: function (feature, latlng) {
return L.circleMarker(latlng, {
radius: 8,
fillColor: "#ff7800",
color: "#000",
weight: 1,
opacity: 1,
fillOpacity: 0.8
});
}
}).addTo(map);
L.geoJson(freeBus, {
filter: function (feature, layer) {
if (feature.properties) {
// If the property "underConstruction" exists and is true, return false (don't render features under construction)
return feature.properties.underConstruction !== undefined ? !feature.properties.underConstruction : true;
}
return false;
},
onEachFeature: onEachFeature
}).addTo(map);
var coorsLayer = L.geoJson(coorsField, {
pointToLayer: function (feature, latlng) {
return L.marker(latlng, {icon: baseballIcon});
},
onEachFeature: onEachFeature
}).addTo(map);
</script>
</body>
</html>
| zzeleznick/zzeleznick.github.io | nodeStuff/index2.html | HTML | mit | 2,913 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bdds: 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.11.0 / bdds - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
bdds
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-12 17:32:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-12 17:32:44 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
coq 8.11.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
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/bdds"
license: "LGPL 2.1"
build: [make]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
"coq-int-map" {>= "8.8" & < "8.9~"}
]
tags: [
"keyword: BDD"
"keyword: binary decision diagrams"
"keyword: classical logic"
"keyword: propositional logic"
"keyword: validity"
"keyword: satisfiability"
"keyword: model checking"
"keyword: reflection"
"category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"category: Miscellaneous/Extracted Programs/Decision procedures"
"date: May-July 1999"
]
authors: [ "Kumar Neeraj Verma" ]
bug-reports: "https://github.com/coq-contribs/bdds/issues"
dev-repo: "git+https://github.com/coq-contribs/bdds.git"
synopsis: "BDD algorithms and proofs in Coq, by reflection"
description: """
Provides BDD algorithms running under Coq.
(BDD are Binary Decision Diagrams.)
Allows one to do classical validity checking by
reflection in Coq using BDDs, can also be used
to get certified BDD algorithms by extraction.
First step towards actual symbolic model-checkers
in Coq. See file README for operation."""
url {
src: "https://github.com/coq-contribs/bdds/archive/v8.8.0.tar.gz"
checksum: "md5=8c1827df1a76d18de4ea664bc89ed02c"
}
</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-bdds.8.8.0 coq.8.11.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.0).
The following dependencies couldn't be met:
- coq-bdds -> coq < 8.9~ -> 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-bdds.8.8.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.09.1-2.0.6/released/8.11.0/bdds/8.8.0.html | HTML | mit | 7,306 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>gappa: 1 m 31 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.12.0 / gappa - 1.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
gappa
<small>
1.5.0
<span class="label label-success">1 m 31 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-16 12:44:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-16 12:44:21 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
coq 8.12.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
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
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://gappa.gitlabpages.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/gappa/coq.git"
bug-reports: "https://gitlab.inria.fr/gappa/coq/issues"
license: "LGPL-3.0-or-later"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"ocaml"
"ocamlfind" {build}
"coq" {>= "8.8.1" & < "8.15~"}
"coq-flocq" {>= "3.0"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:floating-point arithmetic"
"keyword:interval arithmetic"
"keyword:decision procedure"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"logpath:Gappa"
"date:2021-09-23"
]
authors: [ "Guillaume Melquiond <[email protected]>" ]
synopsis: "A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover"
url {
src: "https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.5.0.tar.gz"
checksum: "sha512=54a8bc0c3c7c7340d81021596c1fd3cbfb2624b28a47eeb71afe386e3237a70e88cb516f5588595ca7e09fdd22c82a43ba379c04a20d3055dd4bf0362341866b"
}
</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-gappa.1.5.0 coq.8.12.0</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-gappa.1.5.0 coq.8.12.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>7 m 43 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-gappa.1.5.0 coq.8.12.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 31 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 2 M</p>
<ul>
<li>557 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_tactic.vo</code></li>
<li>296 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_tree.vo</code></li>
<li>174 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/gappatac.cmxs</code></li>
<li>135 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_float.vo</code></li>
<li>104 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_round.vo</code></li>
<li>103 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_pred_rel.vo</code></li>
<li>96 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_rewriting.vo</code></li>
<li>94 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_pred_bnd.vo</code></li>
<li>89 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_real.vo</code></li>
<li>87 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_pred_fixflt.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_dyadic.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_pred_abs.vo</code></li>
<li>64 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_fixed.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_round_def.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_decimal.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_round_aux.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_user.vo</code></li>
<li>49 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_definitions.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_pred_nzr.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_library.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_common.vo</code></li>
<li>41 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/gappatac.cmo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/Gappa/Gappa_obfuscate.vo</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-gappa.1.5.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.10.2-2.0.6/released/8.12.0/gappa/1.5.0.html | HTML | mit | 9,566 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>railroad-crossing: 14 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.7.1+1 / railroad-crossing - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
railroad-crossing
<small>
8.7.0
<span class="label label-success">14 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-03-02 21:28:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-02 21:28:58 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+1 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/coq-contribs/railroad-crossing"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/RailroadCrossing"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: CTL" "keyword: TCTL" "keyword: Real Time Systems" "keyword: Timed Automatas" "keyword: Safety" "keyword: Concurrency Properties" "keyword: Invariants" "keyword: NonZeno" "keyword: Discrete Time." "category: Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols" "date: February-March 2000" ]
authors: [ "Carlos Daniel Luna [http://www.fing.edu.uy/~cluna]" ]
bug-reports: "https://github.com/coq-contribs/railroad-crossing/issues"
dev-repo: "git+https://github.com/coq-contribs/railroad-crossing.git"
synopsis: "The Railroad Crossing Example"
description: """
This library present the specification and verification of
one real time system: the Railroad Crossing Problem, which has been
proposed as a benchmark for the comparison of real-time formalisms. We
specify the system using timed automatas (timed graphs) with discrete
time and we prove invariants, the system safety property and the NonZeno
property, using the logics CTL and TCTL."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/railroad-crossing/archive/v8.7.0.tar.gz"
checksum: "md5=ebaf56330ea9eb42892c35901c764a82"
}
</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-railroad-crossing.8.7.0 coq.8.7.1+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 2h opam install -y --deps-only coq-railroad-crossing.8.7.0 coq.8.7.1+1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>4 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-railroad-crossing.8.7.0 coq.8.7.1+1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>14 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 1 M</p>
<ul>
<li>515 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RailroadCrossing/railroad_crossing.glob</code></li>
<li>443 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RailroadCrossing/railroad_crossing.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RailroadCrossing/railroad_crossing.v</code></li>
<li>26 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RailroadCrossing/time_clocks.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RailroadCrossing/time_clocks.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/RailroadCrossing/time_clocks.glob</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-railroad-crossing.8.7.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">
<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+1/railroad-crossing/8.7.0.html | HTML | mit | 8,121 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Typescript with AMD</title>
<link type="text/css" rel="stylesheet" href="../app/bower_components/toastr/toastr.css"/>
</head>
<body>
Typescript with AMD Module
<!--<script type="text/javascript" language="javascript" src="../app/bower_components/jquery/jquery.js"></script>-->
<!--<script type="text/javascript" language="javascript" src="../app/bower_components/toastr/toastr.js"></script>-->
<script type="text/javascript" language="javascript"
data-main="./tsfund/config.js"
src="../app/bower_components/requirejs/require.js"></script>
</body>
| moonrise/angsb | typesandbox/external.html | HTML | mit | 670 |
mail_/modules/blocknewsletter/mails/[iso]/newsletter_conf.html | timetre/tnk | web/store/modules/blocknewsletter/mails/ja/newsletter_conf.html | HTML | mit | 62 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>continuations: 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 / continuations - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
continuations
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-13 20:16:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-13 20:16:59 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
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.5.0 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
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/continuations"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Continuations"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: exceptions" "keyword: monads" "keyword: continuations" "keyword: cps" "category: Computer Science/Semantics and Compilation/Semantics" "category: Miscellaneous/Extracted Programs/Combinatorics" ]
authors: [ "Jean-François Monin" ]
bug-reports: "https://github.com/coq-contribs/continuations/issues"
dev-repo: "git+https://github.com/coq-contribs/continuations.git"
synopsis: "A toolkit to reason with programs raising exceptions"
description: """
We show a way of developing correct functionnal programs
raising exceptions. This is made possible using a Continuation
Passing Style translation, see the contribution "exceptions" from
P. Casteran at Bordeaux. Things are made easier and more modular using
some general definitions."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/continuations/archive/v8.8.0.tar.gz"
checksum: "md5=1351d28d383e279146a5db7f3423220a"
}
</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-continuations.8.8.0 coq.8.5.0</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).
The following dependencies couldn't be met:
- coq-continuations -> coq >= 8.8 -> 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-continuations.8.8.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.0/continuations/8.8.0.html | HTML | mit | 7,336 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>interval: 7 m 14 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.13.2 / interval - 4.2.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
interval
<small>
4.2.0
<span class="label label-success">7 m 14 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-12 12:49:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-12 12:49:54 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.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
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://coqinterval.gitlabpages.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coqinterval/interval.git"
bug-reports: "https://gitlab.inria.fr/coqinterval/interval/issues"
license: "CeCILL-C"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.8" & < "8.14~"}
"coq-bignums"
"coq-flocq" {>= "3.1" & < "4~"}
"coq-mathcomp-ssreflect" {>= "1.6"}
"coq-coquelicot" {>= "3.0"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:interval arithmetic"
"keyword:decision procedure"
"keyword:floating-point arithmetic"
"keyword:reflexive tactic"
"keyword:Taylor models"
"category:Mathematics/Real Calculus and Topology"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"logpath:Interval"
"date:2021-03-27"
]
authors: [
"Guillaume Melquiond <[email protected]>"
"Érik Martin-Dorel <[email protected]>"
"Pierre Roux <[email protected]>"
"Thomas Sibut-Pinote <[email protected]>"
]
synopsis: "A Coq tactic for proving bounds on real-valued expressions automatically"
url {
src: "https://coqinterval.gitlabpages.inria.fr/releases/interval-4.2.0.tar.gz"
checksum: "sha512=f6e87d52e83e48de5d67fb157dd623eaa6eaa338b5d452cf8c13b9abef3583787198e09c49ea2556ff81b91f907741a19ca66c1e0bc78d2807a7936a2883a349"
}
</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-interval.4.2.0 coq.8.13.2</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-interval.4.2.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>15 m 34 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-interval.4.2.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>7 m 14 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 11 M</p>
<ul>
<li>2 M <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Tactic.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Float.vo</code></li>
<li>637 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Primitive_ops.vo</code></li>
<li>608 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Tactics/Integral_helper.vo</code></li>
<li>598 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Eval/Prog.vo</code></li>
<li>597 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Taylor_model_sharp.vo</code></li>
<li>386 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Tactics/Plot_helper.vo</code></li>
<li>374 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Eval/Eval.vo</code></li>
<li>370 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Float_full.vo</code></li>
<li>368 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Taylor_model.vo</code></li>
<li>320 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Datatypes.vo</code></li>
<li>310 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Integral/Integral.vo</code></li>
<li>302 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Transcend.vo</code></li>
<li>299 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Tactics/Interval_helper.vo</code></li>
<li>225 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Specific_ops.vo</code></li>
<li>219 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Generic_proof.vo</code></li>
<li>192 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Integral/Bertrand.vo</code></li>
<li>166 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Bound.vo</code></li>
<li>145 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Basic_rec.vo</code></li>
<li>143 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Real/Xreal_derive.vo</code></li>
<li>132 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Interval.vo</code></li>
<li>131 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Specific_bigint.vo</code></li>
<li>121 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Integral/Refine.vo</code></li>
<li>119 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Missing/Stdlib.vo</code></li>
<li>115 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Bound_quad.vo</code></li>
<li>113 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Missing/Coquelicot.vo</code></li>
<li>111 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Eval/Reify.vo</code></li>
<li>110 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Specific_stdz.vo</code></li>
<li>103 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Sig.vo</code></li>
<li>98 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Integral/Priority.vo</code></li>
<li>98 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Eval/Tree.vo</code></li>
<li>94 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Generic.vo</code></li>
<li>91 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Interval_compl.vo</code></li>
<li>85 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Missing/MathComp.vo</code></li>
<li>78 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Generic_ops.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Real/Taylor.vo</code></li>
<li>66 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Tactic_float.vo</code></li>
<li>60 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Real/Xreal.vo</code></li>
<li>59 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/interval_plot.cmxs</code></li>
<li>58 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Basic.vo</code></li>
<li>57 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Interval/Univariate_sig.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Poly/Taylor_poly.vo</code></li>
<li>48 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Float/Specific_sig.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/interval_plot.cmo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Interval/Plot.vo</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-interval.4.2.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.11.2-2.0.7/released/8.13.2/interval/4.2.0.html | HTML | mit | 13,015 |
<!DOCTYPE html>
<!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if IE 8]><html class="lt-ie9 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)]><!-->
<html class="no-js not-oldie" lang="en" dir="ltr">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="true" />
<link rel="shortcut icon" href="https://www.epa.gov/sites/all/themes/epa/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="MobileOptimized" content="width" />
<meta http-equiv="cleartype" content="on" />
<meta http-equiv="ImageToolbar" content="false" />
<meta name="viewport" content="width=device-width" />
<meta name="version" content="20161218" />
<!--googleon: all-->
<meta name="DC.description" content="" />
<meta name="DC.title" content="" />
<title>
Lifestyles and Cultural Practices of Tribal Populations And Risks from Toxic Substances in the Environment|
Research Project Database | Grantee Research Project | ORD | US EPA</title>
<!--googleoff: snippet-->
<meta name="keywords" content="" />
<link rel="shortlink" href="" />
<link rel="canonical" href="" />
<meta name="DC.creator" content="" />
<meta name="DC.language" content="en" />
<meta name="DC.Subject.epachannel" content="" />
<meta name="DC.type" content="" />
<meta name="DC.date.created" content="" />
<meta name="DC.date.modified" content="2003-10-03" />
<!--googleoff: all-->
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/misc/ui/jquery.ui.autocomplete.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/lib/jquery.ui.theme.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/template2/s.css" media="all" />
<!--[if lt IE 9]><link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/ie.css" media="all" /><![endif]-->
<link rel="alternate" type="application/atom+xml" title="EPA.gov All Press Releases" href="https://www.epa.gov/newsreleases/search/rss" />
<link rel="alternate" type="application/atom+xml" title="EPA.gov Headquarters Press Releases" href="https://www.epa.gov/newsreleases/search/rss/field_press_office/headquarters" />
<link rel="alternate" type="application/atom+xml" title="Greenversations, EPA's Blog" href="https://blog.epa.gov/blog/feed/" />
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/html5.js"></script><![endif]-->
<style type="text/css">
/*This style needed for highlight link. Please do not remove*/
.hlText {
font-family: "Arial";
color: red;
font-weight: bold;
font-style: italic;
background-color: yellow;
}
.tblClass {
font-size:smaller; min-width: 10%; line-height: normal;
}
</style>
</head>
<!-- NOTE, figure out body classes! -->
<body class="node-type-(web-area|page|document|webform) (microsite|resource-directory)" >
<!-- Google Tag Manager -->
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-L8ZB" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-L8ZB');</script>
<!-- End Google Tag Manager -->
<div class="skip-links"><a href="#main-content" class="skip-link element-invisible element-focusable">Jump to main content</a></div>
<header class="masthead clearfix" role="banner"> <img class="site-logo" src="https://www.epa.gov/sites/all/themes/epa/logo.png" alt="" />
<hgroup class="site-name-and-slogan">
<h1 class="site-name"><a href="https://www.epa.gov/" title="Go to the home page" rel="home"><span>US EPA</span></a></h1>
<div class="site-slogan">United States Environmental Protection Agency</div>
</hgroup>
<form class="epa-search" method="get" action="https://search.epa.gov/epasearch/epasearch">
<label class="element-hidden" for="search-box">Search</label>
<input class="form-text" placeholder="Search EPA.gov" name="querytext" id="search-box" value=""/>
<button class="epa-search-button" id="search-button" type="submit" title="Search">Search</button>
<input type="hidden" name="fld" value="" />
<input type="hidden" name="areaname" value="" />
<input type="hidden" name="areacontacts" value="" />
<input type="hidden" name="areasearchurl" value="" />
<input type="hidden" name="typeofsearch" value="epa" />
<input type="hidden" name="result_template" value="2col.ftl" />
<input type="hidden" name="filter" value="sample4filt.hts" />
</form>
</header>
<section id="main-content" class="main-content clearfix" role="main">
<div class="region-preface clearfix">
<div id="block-pane-epa-web-area-connect" class="block block-pane contextual-links-region">
<ul class="menu utility-menu">
<li class="menu-item"><a href="https://www.epa.gov/research-grants/forms/contact-us-about-research-grants" class="menu-link contact-us">Contact Us</a></li>
</ul>
</div>
</div>
<div class="main-column clearfix">
<!--googleon: all-->
<div class="panel-pane pane-node-content" >
<div class="pane-content">
<div class="node node-page clearfix view-mode-full">
<div class="box multi related-info right clear-right" style="max-width:300px; font-size:14px;"><!--googleoff: index-->
<h5 class="pane-title">Project Research Results</h5>
<div class="pane-content">
<ul>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/6269/report/F">Final Report</a></li>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/6269/report/2006">2006 Progress Report</a></li>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/6269/report/2004">2004 Progress Report</a></li>
</ul>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/abstract/6269">13 publications for this project</a><br />
</div>
<!-- RFA Search start -->
<h5 class="pane-title">Related Information</h5>
<div class="pane-content">
<ul><li><a href="https://www.epa.gov/research-grants/">Research Grants</a></li>
<li><a href="https://www.epa.gov/P3">P3: Student Design Competition</a></li>
<li><a href="https://www.epa.gov/research-fellowships/">Research Fellowships</a></li>
<li><a href="https://www.epa.gov/sbir/">Small Business Innovation Research (SBIR)</a></li>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/search.welcome">Grantee Research Project Results Search</a></li>
</ul>
</div>
<!-- RFA Search End --><!--googleon: index-->
</div>
<a name="content"></a>
<h2>
Lifestyles and Cultural Practices of Tribal Populations And Risks from Toxic Substances in the Environment</h2>
<b>EPA Grant Number:</b> R831046<br />
<b>Title:</b> Lifestyles and Cultural Practices of Tribal Populations And Risks from Toxic Substances in the Environment<br />
<b>Investigators:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6854"> Harper, Barbara L. </a>
, <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6855"> Harding, Anna K. </a>
, <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6857"> Harris, Stuart G. </a>
, <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6856"> Waterhous, Therese S. </a>
<br />
<strong>Institution:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.institutionInfo/institution/1597">
<b>Oregon State University</b>
</a> <br />
<strong>EPA Project Officer:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/4003"> Manty, Dale </a>
<br />
<b>Project Period:</b>
August 1, 2003 through
July 31, 2006
<br />
<b>Project Amount:</b>
$449,970
<br />
<b>RFA:</b>
Lifestyle and Cultural Practices of Tribal Populations and Risks from Toxic Substances in the Environment (2002)
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.rfatext/rfa_id/335">RFA Text</a> |
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/recipients.display/rfa_id/335">Recipients Lists</a>
<br />
<b>Research Category:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/122">Environmental Justice</a>
,
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/45">Global Climate Change</a>
,
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/1113">Tribal Environmental Health Research</a>
,
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/1173">Health</a>
,
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/1170">Safer Chemicals</a>
<br />
<br>
<h3>Description:</h3>
<p>The overall goal is to prepare a set of regional traditional tribal subsistence
exposure scenarios that are based on the major ecological zones across the ‘lower
48’ states (excluding Alaska and Hawaii). Specific objectives include:
(1) establish an Advisory Board of tribal members and members from the university
community to provide expertise in tribal cultural lifestyles, nutrition, ecology,
and activity patterns. The Board will actively guide the project, will validate
scenarios for cultural and numerical accuracy, and ensure that they meet tribal
needs; (2) develop regional traditional tribal subsistence multi-pathway exposure
scenarios based on eco-cultural zone delineations, major exposure factors, regional
food patterns, and unique exposure pathways; and, (3) develop a draft Tribal
Exposure Scenario Guidance Manual for use by tribes to modify, refine, and adapt
these regional scenarios for their site-specific and/or individual tribal situations.
<p></p>
<h3>Approach:</h3>
<p>Exposure scenarios for these regional eco-cultural zones will be derived from
existing literature (toxicological, anthropological, nutritional, and ecological),
and validated by the Advisory Board of tribal and university members who have
expertise with typical regional traditional subsistence diets and typical cultural
practices. Tasks include identifying ecological zones and cultural groupings
to define eco-cultural zones, developing direct exposure factors that are applicable
to all regions, describing regional subsistence food patterns and typical subsistence
and cultural activity patterns, and developing numerical exposure factors for
regional scenarios. Scenarios will be completed region by region over 2 years.
During year 3, a draft Guidance Manual for scenario development and refinement
will be prepared for review by EPA, tribes, and intertribal groups.
<p></p>
<h3>Expected Results:</h3>
<p>This partnership between university and tribal staff will allow us to produce
regional generic tribal exposure scenarios with national coverage. They will
be formatted so that they can be used early in the CERCLA process and progressively
modified as site-specific information becomes available. The guidance manual
will describe how to modify the scenarios for site-specific and/or individual
tribal use. These scenarios will aid EPA and ATSDR in evaluating and reducing
tribal risks, and will also benefit tribes and regulators who are developing
regulatory standards, setting up environmental monitoring programs, evaluating
risks from global contaminants in their subsistence foods, or examining disproportionate
exposures and disparate health risk rates.
<p></p>
<h3>Publications and Presentations:</h3>
Publications have been submitted on this project: <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/abstract/6269">View all 13 publications for this project</a>
</p>
<h3>Supplemental Keywords:</h3>
<i>Native American, exposure, food, subsistence food patterns, cultural activity patterns, community assessment.</i>, RFA, Health, Scientific Discipline, PHYSICAL ASPECTS, ENVIRONMENTAL MANAGEMENT, HUMAN HEALTH, cultural diversity, Health Risk Assessment, Exposure, Risk Assessments, Susceptibility/Sensitive Population/Genetic Susceptibility, Biochemistry, Physical Processes, genetic susceptability, Immunology, Risk Assessment, ecological risk assessment, hazardous environmental exposures, health risks, environmental genetics, behavioral characteristics, cultrural practices, genetic predisposition, Human Health Risk Assessment, human exposure, nutritional information, environmental health literacy, environmental toxicants, environmentally caused disease, human susceptibility, native americans, cultural practices, tribal population, dietary exposure, environmental health education, human health risk, Native American, genetic susceptibility <p />
<P><h3>Progress and Final Reports:</h3>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/6269/report/2004">2004 Progress Report</a><br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/6269/report/2006">2006 Progress Report</a><br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/6269/report/F">Final Report</a><br>
</P> </div>
</div>
</div>
<div id="block-epa-og-footer" class="block block-epa-og">
<p class="pagetop"><a href="#content">Top of Page</a></p>
<!--googleoff: all-->
<p id="epa-og-footer"> The perspectives, information and conclusions conveyed in research project abstracts, progress reports, final reports, journal abstracts and journal publications convey the viewpoints of the principal investigator and may not represent the views and policies of ORD and EPA. Conclusions drawn by the principal investigators have not been reviewed by the Agency. </p>
</div>
<!--googleoff: all-->
</div>
</section>
<nav class="nav simple-nav simple-main-nav" role="navigation">
<div class="nav__inner">
<h2 class="element-invisible">Main menu</h2>
<ul class="menu" role="menu">
<li class="menu-item" id="menu-learn" role="presentation"><a href="https://www.epa.gov/environmental-topics" title="Learn about EPA's environmental topics to help protect the environment in your home, workplace, and community and EPA's research mission is to conduct leading-edge research and foster the sound use of science and technology." class="menu-link" role="menuitem">Environmental Topics</a></li>
<li class="menu-item" id="menu-lawsregs" role="presentation"><a href="https://www.epa.gov/laws-regulations" title="Laws written by Congress provide the authority for EPA to write regulations. Regulations explain the technical, operational, and legal details necessary to implement laws." class="menu-link" role="menuitem">Laws & Regulations</a></li>
<li class="menu-item" id="menu-about" role="presentation"><a href="https://www.epa.gov/aboutepa" title="Learn more about: our mission and what we do, how we are organized, and our history." class="menu-link" role="menuitem">About EPA</a></li>
</ul>
</div>
</nav>
<footer class="main-footer clearfix" role="contentinfo">
<div class="main-footer__inner">
<div class="region-footer">
<div class="block block-pane block-pane-epa-global-footer">
<div class="row cols-3">
<div class="col size-1of3">
<div class="col__title">Discover.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/accessibility">Accessibility</a></li>
<li><a href="https://www.epa.gov/aboutepa/administrator-gina-mccarthy">EPA Administrator</a></li>
<li><a href="https://www.epa.gov/planandbudget">Budget & Performance</a></li>
<li><a href="https://www.epa.gov/contracts">Contracting</a></li>
<li><a href="https://www.epa.gov/home/grants-and-other-funding-opportunities">Grants</a></li>
<li><a href="https://www.epa.gov/ocr/whistleblower-protections-epa-and-how-they-relate-non-disclosure-agreements-signed-epa-employees">No FEAR Act Data</a></li>
<li><a href="https://www.epa.gov/home/privacy-and-security-notice">Privacy and Security</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Connect.</div>
<ul class="menu">
<li><a href="https://www.data.gov/">Data.gov</a></li>
<li><a href="https://www.epa.gov/office-inspector-general/about-epas-office-inspector-general">Inspector General</a></li>
<li><a href="https://www.epa.gov/careers">Jobs</a></li>
<li><a href="https://www.epa.gov/newsroom">Newsroom</a></li>
<li><a href="https://www.whitehouse.gov/open">Open Government</a></li>
<li><a href="http://www.regulations.gov/">Regulations.gov</a></li>
<li><a href="https://www.epa.gov/newsroom/email-subscriptions">Subscribe</a></li>
<li><a href="https://www.usa.gov/">USA.gov</a></li>
<li><a href="https://www.whitehouse.gov/">White House</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Ask.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/home/forms/contact-us">Contact Us</a></li>
<li><a href="https://www.epa.gov/home/epa-hotlines">Hotlines</a></li>
<li><a href="https://www.epa.gov/foia">FOIA Requests</a></li>
<li><a href="https://www.epa.gov/home/frequent-questions-specific-epa-programstopics">Frequent Questions</a></li>
</ul>
<div class="col__title">Follow.</div>
<ul class="social-menu">
<li><a class="menu-link social-facebook" href="https://www.facebook.com/EPA">Facebook</a></li>
<li><a class="menu-link social-twitter" href="https://twitter.com/epa">Twitter</a></li>
<li><a class="menu-link social-youtube" href="https://www.youtube.com/user/USEPAgov">YouTube</a></li>
<li><a class="menu-link social-flickr" href="https://www.flickr.com/photos/usepagov">Flickr</a></li>
<li><a class="menu-link social-instagram" href="https://instagram.com/epagov">Instagram</a></li>
</ul>
<p class="last-updated">Last updated on Friday, October 3, 2003</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://www.epa.gov/sites/all/libraries/template2/jquery.js"></script>
<script src="https://www.epa.gov/sites/all/libraries/template/js.js"></script>
<script src="https://www.epa.gov/sites/all/modules/custom/epa_core/js/alert.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.widget.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.position.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.autocomplete.min.js"></script>
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/ie.js"></script><![endif]-->
<!-- REMOVE if not using -->
<script language=javascript>
<!-- // Activate cloak
// pressing enter will not default submit the first defined button but the programmed defined button
function chkCDVal(cdVal)
{
var isErr = true;
try{
var CDParts = cdVal.split(',');
var st = CDParts[0];
var cd = CDParts[1];
var objRegExp = new RegExp('[0-9][0-9]');
if (!isNaN(st)) {
isErr = false;
}
if (!objRegExp.test(cd) || (cd.length>3)){
isErr = false;
}
}
catch(err){
isErr = false;
}
return isErr;
}
function checkCongDist(cdtxt)
{
//alert(cdtxt.value);
if (!chkCDVal(cdtxt.value)) {
alert('Congressional District MUST be in the following format: state, district; example: Virginia, 08');
return false;
}
else {
return true;
}
}
function fnTrapKD(btn, event)
{
var btn = getObject(btn);
if (document.all)
{
if (event.keyCode == 13)
{
event.returnValue=false;event.cancel = true;btn.click();
}
}
else
{
if (event.which == 13)
{
event.returnValue=false;event.cancelBubble = true;btn.click();
}
}
}
function CheckFilter()
{ if (document.searchform.presetTopic.options[document.searchform.presetTopic.selectedIndex].value == 'NA'){
alert('You must select a subtopic. \n This item is not selectable');
document.searchform.presetTopic.options[0].selected = true;
}
}
function openHelpWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
win.focus();
}
function openNewWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
}
function openNewWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewMapWindow(url,title)
{
var win = window.open(url,"title",'width=800,height=450,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNoticeWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=150,left=500,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewSearchWindow(site,subj)
{
title = 'window';
var win = window.open('https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.pubsearch/site/' + site + '/redirect/' + subj,"title",'width=640,height=480,resizable=1,scrollbars=yes,menubar=yes,status=no');
}
function autoCheck(name)
{
document.forms['thisForm'].elements[name].checked = true;
}
function alertUser()
{
var ok = alert("This search might take longer than expected. Please refrain from hitting the refresh or reload button on your browser. The search results will appear after the search is complete. Thank you.");
}
function closePopupWindow(redirectUrl)
{
opener.location = redirectUrl;
opener.focus();
this.close();
}
//-->
</script>
</body>
</html> | 1wheel/scraping | epa-grants/research/raw/06269.html | HTML | mit | 25,540 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>zsearch-trees: 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.6.1 / zsearch-trees - 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>
zsearch-trees
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-22 08:01:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 08:01:35 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
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.6.1 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
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/zsearch-trees"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ZSearchTrees"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: binary search trees"
"category: Computer Science/Data Types and Data Structures"
"category: Miscellaneous/Extracted Programs/Data structures"
]
authors: [
"Pierre Castéran"
]
bug-reports: "https://github.com/coq-contribs/zsearch-trees/issues"
dev-repo: "git+https://github.com/coq-contribs/zsearch-trees.git"
synopsis: "Binary Search Trees"
description: """
Algorithms for collecting, searching, inserting and deleting elements in binary search trees on Z"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/zsearch-trees/archive/v8.10.0.tar.gz"
checksum: "md5=2fac3c89fecbc3103632fcfd1f4a7a2f"
}
</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-zsearch-trees.8.10.0 coq.8.6.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.6.1).
The following dependencies couldn't be met:
- coq-zsearch-trees -> coq >= 8.10 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
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-zsearch-trees.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.04.2-2.0.5/released/8.6.1/zsearch-trees/8.10.0.html | HTML | mit | 7,003 |
---
layout: default
---
<div class="page clearfix post" >
<div class="container">
<h1 class="post-title">{{page.title}}</h1>
<div class="label">
<div class="label-card date">
{{ page.date | date: "%F" }}
</div>
<div class="label-card">
{% include category.html %}
</div>
</div>
<article itemscope itemtype="http://schema.org/BlogPosting">
{{content}}
</article>
<h2 id="comments">Comments</h2>
{% include comments.html %}
<!-- 文章目录 -->
<aside>
<div>
文章目录
</div>
<ul id="content-side" class="content-ul">
<li><a href="#comments">Comments</a></li>
</ul>
</aside>
</div>
<button class="anchor"><i class="fa fa-anchor"></i></button>
</div>
<script>
/**
* target _blank
*/
(function() {
var aTags = document.querySelectorAll('article a:not([id])')
for (var i = 0; i < aTags.length; i++) {
aTags[i].setAttribute('target', '_blank')
}
}());
</script>
| qijunxin/qijunxin.github.io | _layouts/post.html | HTML | mit | 1,142 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>plugin-utils: 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.8.2 / plugin-utils - 1.3.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
plugin-utils
<small>
1.3.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-10 04:49:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-10 04:49: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 1 Virtual package relying on perl
coq 8.8.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
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/gmalecha/coq-plugin-utils"
bug-reports: "https://github.com/gmalecha/coq-plugin-utils/issues"
license: "MIT"
build: [
[make]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [
"logpath:PluginUtils"
]
synopsis:
"Utility functions for implementing Coq plugins, e.g. building natural"
description: "numbers, interfacing with Ltac, etc."
authors: "Gregory Malecha"
url {
src: "https://github.com/gmalecha/coq-plugin-utils/archive/v1.3.0.tar.gz"
checksum: "md5=11ed4235895162a8f56610a5ebe7a494"
}
</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-plugin-utils.1.3.0 coq.8.8.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.8.2).
The following dependencies couldn't be met:
- coq-plugin-utils -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
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-plugin-utils.1.3.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.09.1-2.0.6/released/8.8.2/plugin-utils/1.3.0.html | HTML | mit | 6,502 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.4.2; Glass 1 Build/XRX13B; XE22; 1511057; user; release-keys; 48cad1880fd0f82644ef86f5a7f6535b) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36</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">
<link href="../circle.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (Linux; Android 4.4.2; Glass 1 Build/XRX13B; XE22; 1511057; user; release-keys; 48cad1880fd0f82644ef86f5a7f6535b) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36
</h5>
</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 colspan="2"></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>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /><small>vendor/whichbrowser/parser/tests/data/headset/device-glass.yaml</small></td><td>Chromium WebView 30</td><td>Blink </td><td> </td><td style="border-left: 1px solid #555"></td><td>Glass</td><td>headset</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-027cff01-4a76-491b-ace3-9289fcbc172f">Detail</a>
<!-- Modal Structure -->
<div id="modal-027cff01-4a76-491b-ace3-9289fcbc172f" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[headers] => User-Agent: Mozilla/5.0 (Linux; Android 4.4.2; Glass 1 Build/XRX13B; XE22; 1511057; user; release-keys; 48cad1880fd0f82644ef86f5a7f6535b) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36
[result] => Array
(
[browser] => Array
(
[using] => Array
(
[name] => Chromium WebView
[version] => 30
)
)
[engine] => Array
(
[name] => Blink
)
[os] => Array
(
[family] => Android
)
[device] => Array
(
[type] => headset
[manufacturer] => Google
[model] => Glass
)
)
[readable] => Chromium WebView 30 on a Google Glass
)
</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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Android WebView 4.0</td><td>Blink </td><td>Android 4.4</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.014</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a>
<!-- Modal Structure -->
<div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapFull result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.4.* build\/.*\) applewebkit\/.* \(khtml,.*like gecko.*\) version\/4\.0.*chrome.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.4* build/*) applewebkit/* (khtml,*like gecko*) version/4.0*chrome*safari*
[parent] => Android WebView 4.0
[comment] => Android WebView 4.0
[browser] => Android WebView
[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.4
[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] =>
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[isfake] =>
[isanonymized] =>
[ismodified] =>
[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] => Blink
[renderingengine_version] => unknown
[renderingengine_description] => a WebKit Fork by Google
[renderingengine_maker] => Google 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>BrowscapLite<br /><small>6014</small><br /></td><td>Android WebView 4.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.005</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a>
<!-- Modal Structure -->
<div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapLite result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.* build\/.*\) applewebkit\/.* \(khtml,.*like gecko.*\) version\/4\.0.*chrome.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android* build/*) applewebkit/* (khtml,*like gecko*) version/4.0*chrome*safari*
[parent] => Android WebView 4.0
[comment] => Android WebView 4.0
[browser] => Android WebView
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => unknown
[browser_modus] => unknown
[version] => 4.0
[majorver] => 0
[minorver] => 0
[platform] => Android
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] => false
[beta] => false
[win16] => false
[win32] => false
[win64] => false
[frames] => false
[iframes] => false
[tables] => false
[cookies] => false
[backgroundsounds] => false
[javascript] => false
[vbscript] => false
[javaapplets] => false
[activexcontrols] => false
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] => false
[crawler] => false
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => unknown
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</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>BrowscapPhp<br /><small>6014</small><br /></td><td>Android WebView 4.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.011</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a>
<!-- Modal Structure -->
<div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" 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\.4.* build\/.*\) applewebkit\/.* \(khtml,.*like gecko.*\) version\/4\.0.*chrome.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.4* build/*) applewebkit/* (khtml,*like gecko*) version/4.0*chrome*safari*
[parent] => Android WebView 4.0
[comment] => Android WebView 4.0
[browser] => Android WebView
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => Google Inc
[browser_modus] => unknown
[version] => 4.0
[majorver] => 4
[minorver] => 0
[platform] => Android
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] => false
[beta] => false
[win16] => false
[win32] => false
[win64] => false
[frames] => false
[iframes] => false
[tables] => false
[cookies] => false
[backgroundsounds] => false
[javascript] => false
[vbscript] => false
[javaapplets] => false
[activexcontrols] => false
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] => false
[crawler] =>
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</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.1</small><br /></td><td>Chrome 30.0.0.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><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 style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a>
<!-- Modal Structure -->
<div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Chrome
[version] => 30.0.0.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>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Chrome 30.0.0.0</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.4.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.002</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a>
<!-- Modal Structure -->
<div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>JenssegersAgent result detail</h4>
<p><pre><code class="php">Array
(
[browserName] => Chrome
[browserVersion] => 30.0.0.0
[osName] => AndroidOS
[osVersion] => 4.4.2
[deviceModel] => WebKit
[isMobile] => 1
[isRobot] =>
[botName] =>
)
</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>NeutrinoApiCom<br /><small></small><br /></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Google</td><td>Glass</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.27402</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a>
<!-- Modal Structure -->
<div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 360
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => Google
[mobile_model] => Glass
[version] => 4.0
[is_android] => 1
[browser_name] => Android Webkit
[operating_system_family] => Android
[operating_system_version] => 4.4.2
[is_ios] =>
[producer] => Google Inc.
[operating_system] => Android 4.0.x Ice Cream Sandwich
[mobile_screen_width] => 640
[mobile_browser] => Android Webkit
)
</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.6.1</small><br /></td><td>Chrome Mobile 30.0</td><td>Blink </td><td>Android 4.4</td><td style="border-left: 1px solid #555">Google</td><td>Glass</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.003</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a>
<!-- Modal Structure -->
<div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" 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] => Chrome Mobile
[short_name] => CM
[version] => 30.0
[engine] => Blink
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 4.4
[platform] =>
)
[device] => Array
(
[brand] => GO
[brandName] => Google
[model] => Glass
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[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.1</small><br /></td><td>Chrome 30.0.0.0</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555"><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 style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a>
<!-- Modal Structure -->
<div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" 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; Android 4.4.2; Glass 1 Build/XRX13B; XE22; 1511057; user; release-keys; 48cad1880fd0f82644ef86f5a7f6535b) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36
)
[name:Sinergi\BrowserDetector\Browser:private] => Chrome
[version:Sinergi\BrowserDetector\Browser:private] => 30.0.0.0
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
[isFacebookWebView:Sinergi\BrowserDetector\Browser:private] =>
[isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Android
[version:Sinergi\BrowserDetector\Os:private] => 4.4.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; Android 4.4.2; Glass 1 Build/XRX13B; XE22; 1511057; user; release-keys; 48cad1880fd0f82644ef86f5a7f6535b) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36
)
)
[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; Android 4.4.2; Glass 1 Build/XRX13B; XE22; 1511057; user; release-keys; 48cad1880fd0f82644ef86f5a7f6535b) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36
)
)
)
</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><br /></td><td>Chrome Mobile 30.0.0</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Google</td><td>Glass 1</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 style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a>
<!-- Modal Structure -->
<div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" 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] => 30
[minor] => 0
[patch] => 0
[family] => Chrome Mobile
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 4
[minor] => 4
[patch] => 2
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => Google
[model] => Glass 1
[family] => Glass 1
)
[originalUserAgent] => Mozilla/5.0 (Linux; Android 4.4.2; Glass 1 Build/XRX13B; XE22; 1511057; user; release-keys; 48cad1880fd0f82644ef86f5a7f6535b) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36
)
</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>UserAgentApiCom<br /><small></small><br /></td><td>Chrome 30.0.0.0</td><td>WebKit 537.36</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15301</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a>
<!-- Modal Structure -->
<div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[platform_name] => Android
[platform_version] => 4.4.2
[platform_type] => Mobile
[browser_name] => Chrome
[browser_version] => 30.0.0.0
[engine_name] => WebKit
[engine_version] => 537.36
)
</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>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555"><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 style="border-left: 1px solid #555"></td><td></td><td></td><td>0.09301</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a>
<!-- Modal Structure -->
<div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Android Webkit Browser
[agent_version] => --
[os_type] => Android
[os_name] => Android
[os_versionName] =>
[os_versionNumber] => 4.4.2
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] =>
[agent_languageTag] =>
)
</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>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Chrome 30.0.0.0</td><td>WebKit 537.36</td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Google</td><td>Google Glass XE22</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 style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.24701</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Android
[simple_sub_description_string] =>
[simple_browser_string] => Chrome 30 on Android (KitKat)
[browser_version] => 30
[extra_info] => Array
(
)
[operating_platform] => Google Glass XE22
[extra_info_table] => stdClass Object
(
[System Build] => XRX13B
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => chrome
[operating_system_version] => KitKat
[simple_operating_platform_string] => Google Glass XE22
[is_abusive] =>
[layout_engine_version] => 537.36
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] => Google
[operating_system] => Android (KitKat)
[operating_system_version_full] => 4.4.2
[operating_platform_code] =>
[browser_name] => Chrome
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; Android 4.4.2; Glass 1 Build/XRX13B; XE22; 1511057; user; release-keys; 48cad1880fd0f82644ef86f5a7f6535b) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36
[browser_version_full] => 30.0.0.0
[browser] => Chrome 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>v2.0.18</small><br /></td><td>Chromium WebView 30</td><td>Blink </td><td> </td><td style="border-left: 1px solid #555">Google</td><td>Glass</td><td>headset</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a>
<!-- Modal Structure -->
<div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[using] => Array
(
[name] => Chromium WebView
[version] => 30
)
)
[engine] => Array
(
[name] => Blink
)
[os] => Array
(
[family] => Android
)
[device] => Array
(
[type] => headset
[manufacturer] => Google
[model] => Glass
)
)
</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><br /></td><td>Chrome 30.0.0.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><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 style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a>
<!-- Modal Structure -->
<div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Chrome
[vendor] => Google
[version] => 30.0.0.0
[category] => smartphone
[os] => Android
[os_version] => 4.4.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.7.1.0</small><br /></td><td>Android WebView 30.0.0.0</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555">Google</td><td>Glass</td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.017</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a>
<!-- Modal Structure -->
<div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" 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] => false
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => false
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 4.4.2
[advertised_browser] => Android WebView
[advertised_browser_version] => 30.0.0.0
[complete_device_name] => Google Glass (Glass)
[device_name] => Google Glass
[form_factor] => Feature Phone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Google
[model_name] => Glass
[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.4
[pointing_method] => trackpad
[release_date] => 2013_april
[marketing_name] => Glass
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => true
[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] => 640
[resolution_height] => 360
[columns] => 60
[max_image_width] => 427
[max_image_height] => 240
[rows] => 20
[physical_screen_width] => 50
[physical_screen_height] => 34
[dual_orientation] => true
[density_class] => 1.5
[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] => false
[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] => true
[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] => html5
[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
)
)
</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>Zsxsoft<br /><small>1.3</small><br /></td><td>Google Chrome 30.0.0.0</td><td><i class="material-icons">close</i></td><td>Android 4.4.2</td><td style="border-left: 1px solid #555"></td><td></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 style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a>
<!-- Modal Structure -->
<div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Zsxsoft result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[link] => http://google.com/chrome/
[title] => Google Chrome 30.0.0.0
[name] => Google Chrome
[version] => 30.0.0.0
[code] => chrome
[image] => img/16/browser/chrome.png
)
[os] => Array
(
[link] => http://www.android.com/
[name] => Android
[version] => 4.4.2
[code] => android
[x64] =>
[title] => Android 4.4.2
[type] => os
[dir] => os
[image] => img/16/os/android.png
)
[device] => Array
(
[link] =>
[title] =>
[model] =>
[brand] =>
[code] => null
[dir] => device
[type] => device
[image] => img/16/device/null.png
)
[platform] => Array
(
[link] => http://www.android.com/
[name] => Android
[version] => 4.4.2
[code] => android
[x64] =>
[title] => Android 4.4.2
[type] => os
[dir] => os
[image] => img/16/os/android.png
)
)
</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-05-10 08:11:04</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.2.0/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 | v5/user-agent-detail/f0/e4/f0e4be12-280c-42d8-bbea-7a4f3c930f9a.html | HTML | mit | 57,607 |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.1.1; UQ785-M1BGV Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 YaBrowser/15.2.2214.3725.01 Safari/537.36</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">
<h5 class="header light">
Mozilla/5.0 (Linux; Android 4.1.1; UQ785-M1BGV Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 YaBrowser/15.2.2214.3725.01 Safari/537.36
</h5>
</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 colspan="2"></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>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>browscap/browscap<br /><small>/tests/fixtures/issues/issue-635.php</small></td><td>Yandex Browser 15.2</td><td>Android 4.1</td><td>unknown </td><td style="border-left: 1px solid #555">Verico</td><td>UNI Pad UQ785 7.8</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a>
<!-- Modal Structure -->
<div id="modal-test" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Testsuite result detail</h4>
<p><pre><code class="php">Array
(
[Browser] => Yandex Browser
[Browser_Type] => Browser
[Browser_Bits] => 32
[Browser_Maker] => Yandex
[Version] => 15.2
[MajorVer] => 15
[MinorVer] => 2
[Platform] => Android
[Platform_Version] => 4.1
[Platform_Bits] => 32
[Platform_Maker] => Google Inc
[isMobileDevice] => 1
[isTablet] => 1
[Crawler] =>
[JavaScript] => 1
[Cookies] => 1
[Frames] => 1
[IFrames] => 1
[Tables] => 1
[BackgroundSounds] =>
[VBScript] =>
[JavaApplets] =>
[ActiveXControls] =>
[Device_Name] => UNI Pad UQ785 7.8
[Device_Maker] => Verico
[Device_Type] => Tablet
[Device_Pointing_Method] => touchscreen
[Device_Code_Name] => M1BGV
[Device_Brand_Name] => Verico
[RenderingEngine_Name] => Blink
[RenderingEngine_Version] => unknown
[RenderingEngine_Maker] => Google 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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Yandex Browser 15.2</td><td>Blink </td><td>Android 4.1</td><td style="border-left: 1px solid #555">Verico</td><td>UNI Pad UQ785 7.8</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.018</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a>
<!-- Modal Structure -->
<div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" 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\.1.*uq785\-m1bgv build\/.*\) applewebkit\/.* \(khtml,.*like gecko.*\) chrome\/.* yabrowser\/15\.2.* safari\/.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.1*uq785-m1bgv build/*) applewebkit/* (khtml,*like gecko*) chrome/* yabrowser/15.2* safari/*
[parent] => Yandex Browser 15.2 for Android
[comment] => Yandex Browser 15.2
[browser] => Yandex Browser
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Yandex
[browser_modus] => unknown
[version] => 15.2
[majorver] => 15
[minorver] => 2
[platform] => Android
[platform_version] => 4.1
[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] =>
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] => 1
[issyndicationreader] =>
[crawler] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => UNI Pad UQ785 7.8
[device_maker] => Verico
[device_type] => Tablet
[device_pointing_method] => touchscreen
[device_code_name] => M1BGV
[device_brand_name] => Verico
[renderingengine_name] => Blink
[renderingengine_version] => unknown
[renderingengine_description] => a WebKit Fork by Google
[renderingengine_maker] => Google 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>Chrome 40.0.2214.115</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><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 style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a>
<!-- Modal Structure -->
<div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Chrome
[version] => 40.0.2214.115
)
</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>NeutrinoApiCom<br /><small></small></td><td>Yandex.Browser 15.2.2214.3725.01</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop-browser</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.299</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a>
<!-- Modal Structure -->
<div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 0
[is_mobile] =>
[type] => desktop-browser
[mobile_brand] =>
[mobile_model] =>
[version] => 15.2.2214.3725.01
[is_android] =>
[browser_name] => Yandex.Browser
[operating_system_family] => Android
[operating_system_version] => 4.1.1
[is_ios] =>
[producer] => Yandex
[operating_system] => Android 4.1.x Jelly Bean
[mobile_screen_width] => 0
[mobile_browser] =>
)
</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.2</small></td><td>Yandex Browser 15.2</td><td>Blink </td><td>Android 4.1</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a>
<!-- Modal Structure -->
<div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" 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] => Yandex Browser
[short_name] => YA
[version] => 15.2
[engine] => Blink
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 4.1
[platform] =>
)
[device] => Array
(
[brand] =>
[brandName] =>
[model] =>
[device] =>
[deviceName] =>
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] =>
[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>Yandex 15.2.2214.3725.01</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"><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 style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" 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; Android 4.1.1; UQ785-M1BGV Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 YaBrowser/15.2.2214.3725.01 Safari/537.36
)
[name:Sinergi\BrowserDetector\Browser:private] => Yandex
[version:Sinergi\BrowserDetector\Browser:private] => 15.2.2214.3725.01
[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.1.1
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.1.1; UQ785-M1BGV Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 YaBrowser/15.2.2214.3725.01 Safari/537.36
)
)
[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; Android 4.1.1; UQ785-M1BGV Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 YaBrowser/15.2.2214.3725.01 Safari/537.36
)
)
)
</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>Yandex Browser 15.2.2214</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td>UQ785-M1BGV</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 style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.004</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a>
<!-- Modal Structure -->
<div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" 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] => 15
[minor] => 2
[patch] => 2214
[family] => Yandex Browser
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 4
[minor] => 1
[patch] => 1
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => Generic_Android
[model] => UQ785-M1BGV
[family] => UQ785-M1BGV
)
[originalUserAgent] => Mozilla/5.0 (Linux; Android 4.1.1; UQ785-M1BGV Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 YaBrowser/15.2.2214.3725.01 Safari/537.36
)
</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>UserAgentStringCom<br /><small></small></td><td>ABrowse </td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"><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 style="border-left: 1px solid #555"></td><td></td><td></td><td>0.14</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a>
<!-- Modal Structure -->
<div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => ABrowse
[agent_version] => --
[os_type] => Android
[os_name] => Android
[os_versionName] =>
[os_versionNumber] => 4.1.1
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] =>
[agent_languageTag] =>
)
</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>WhatIsMyBrowserCom<br /><small></small></td><td>Yandex Browser 15.2.2214.3725.1</td><td>WebKit 537.36</td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td></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 style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.412</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a>
<!-- Modal Structure -->
<div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Android
[simple_sub_description_string] =>
[simple_browser_string] => Yandex Browser 15.2 on Android (Jelly Bean)
[browser_version] => 15.2
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => stdClass Object
(
[System Build] => JRO03C
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => yandex-browser
[operating_system_version] => Jelly Bean
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] => 537.36
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] => Android (Jelly Bean)
[operating_system_version_full] => 4.1.1
[operating_platform_code] =>
[browser_name] => Yandex Browser
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; Android 4.1.1; UQ785-M1BGV Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 YaBrowser/15.2.2214.3725.01 Safari/537.36
[browser_version_full] => 15.2.2214.3725.1
[browser] => Yandex Browser 15.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>WhichBrowser<br /><small>2.0.10</small></td><td>Yandex Browser 15.2</td><td>Blink </td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td>UQ785-M1BGV</td><td>tablet</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.08401</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a>
<!-- Modal Structure -->
<div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Yandex Browser
[family] => Array
(
[name] => Chrome
[version] => 40
)
[version] => 15.2
[type] => browser
)
[engine] => Array
(
[name] => Blink
)
[os] => Array
(
[name] => Android
[version] => 4.1.1
)
[device] => Array
(
[type] => tablet
[model] => UQ785-M1BGV
)
)
</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>Chrome 40.0.2214.115</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><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 style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a>
<!-- Modal Structure -->
<div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Chrome
[vendor] => Google
[version] => 40.0.2214.115
[category] => smartphone
[os] => Android
[os_version] => 4.1.1
)
</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.1</td><td><i class="material-icons">close</i></td><td>Android 4.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.034</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" 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.1
[advertised_browser] => Android Webkit
[advertised_browser_version] => 4.1
[complete_device_name] => Generic Android 4.1 Tablet
[form_factor] => Tablet
[is_phone] => false
[is_app_webview] => true
)
[all] => Array
(
[brand_name] => Generic
[model_name] => Android 4.1 Tablet
[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.1
[pointing_method] => touchscreen
[release_date] => 2012_july
[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] => 480
[resolution_height] => 800
[columns] => 60
[max_image_width] => 600
[max_image_height] => 1024
[rows] => 40
[physical_screen_width] => 92
[physical_screen_height] => 153
[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-02-13 13:37:02</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 | v4/user-agent-detail/a6/9b/a69bed58-11b6-4f3e-b317-1b1e0d05784b.html | HTML | mit | 47,257 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hoare-tut: 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.0 / hoare-tut - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hoare-tut
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-05 19:25:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-05 19:25:22 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.0 Formal proof management system
dune 3.0.2 Fast, portable, and opinionated build system
ocaml 4.13.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.13.1 Official release 4.13.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
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/coq-contribs/hoare-tut"
license: "GNU LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/HoareTut"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [
"keyword:Hoare logic"
"keyword:imperative program"
"keyword:weakest precondition"
"keyword:reflection"
"category:Computer Science/Semantics and Compilation/Semantics"
"date:2007"
]
authors: [ "Sylvain Boulmé <[email protected]>" ]
bug-reports: "https://github.com/coq-contribs/hoare-tut/issues"
dev-repo: "git+https://github.com/coq-contribs/hoare-tut.git"
synopsis: "A Tutorial on Reflecting in Coq the generation of Hoare proof obligations"
description: """
This work is both an introduction to Hoare logic and a demo
illustrating Coq nice features. It formalizes the generation of PO
(proof obligations) in a Hoare logic for a very basic imperative
programming language. It proves the soundness and the completeness of
the PO generation both in partial and total correctness. At last, it
examplifies on a very simple example (a GCD computation) how the PO
generation can simplify concrete proofs. Coq is indeed able to compute
PO on concrete programs: we say here that the generation of proof
obligations is reflected in Coq. Technically, the PO generation is
here performed through Dijkstra's weakest-precondition calculus."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/hoare-tut/archive/v8.5.0.tar.gz"
checksum: "md5=de2ae9bce949f357c214f486a71aa685"
}
</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-hoare-tut.8.5.0 coq.8.14.0</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.0).
The following dependencies couldn't be met:
- coq-hoare-tut -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
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-hoare-tut.8.5.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.13.1-2.0.10/released/8.14.0/hoare-tut/8.5.0.html | HTML | mit | 7,752 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>checker: 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.15.0 / checker - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
checker
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-24 00:18:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 00:18:42 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.15.0 Formal proof management system
dune 3.0.2 Fast, portable, and opinionated build system
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.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/coq-contribs/checker"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Checker"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: checker" "keyword: dominos" "keyword: puzzles" "category: Miscellaneous/Logical Puzzles and Entertainment" ]
authors: [ "Gérard Huet" ]
bug-reports: "https://github.com/coq-contribs/checker/issues"
dev-repo: "git+https://github.com/coq-contribs/checker.git"
synopsis: "The Mutilated Checkerboard"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/checker/archive/v8.8.0.tar.gz"
checksum: "md5=f2e808e2102d91184cead5025e6856f8"
}
</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-checker.8.8.0 coq.8.15.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0).
The following dependencies couldn't be met:
- coq-checker -> coq < 8.9~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
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-checker.8.8.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.11.2-2.0.7/released/8.15.0/checker/8.8.0.html | HTML | mit | 6,712 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hedges: 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.12.2 / hedges - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hedges
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-15 01:36:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-15 01:36:52 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
coq 8.12.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
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/hedges"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Hedges"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: bisimulation" "keyword: spi-calculus" "keyword: hedges" "category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems" "date: 20 April 2004" ]
authors: [ "Sébastien Briais" ]
bug-reports: "https://github.com/coq-contribs/hedges/issues"
dev-repo: "git+https://github.com/coq-contribs/hedges.git"
synopsis: "Some properties of hedges used by hedged bisimulation"
description: """
These properties are in section 6.1 of the paper
"On Bisimulations for the Spi-Calculus" by J. Borgström
and U. Nestmann.
However, we consider here an extended message language."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/hedges/archive/v8.8.0.tar.gz"
checksum: "md5=c5d938fa94645f81135b4b15d3c48db6"
}
</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-hedges.8.8.0 coq.8.12.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.12.2).
The following dependencies couldn't be met:
- coq-hedges -> coq < 8.9~ -> 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-hedges.8.8.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.12.2/hedges/8.8.0.html | HTML | mit | 6,984 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.