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> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>The Time Machine</title> <link rel="stylesheet" href="css/main.css" type="text/css" /> </head> <body> <div id="container"> <canvas width="800px" height="500px"></canvas> <a class="controls-link" href="#controls">Controls</a> <div class="controls"> <fieldset class="controls"> <input type="text" value="Untitled"/> <textarea id="input">The Time Machine. By H.G. Wells. The Time Traveller (for so it will be convenient to speak of him) was expounding a recondite matter to us. His grey eyes shone and twinkled, and his usually pale face was flushed and animated. The fire burned brightly, and the soft radiance of the incandescent lights in the lilies of silver caught the bubbles that flashed and passed in our glasses. Our chairs, being his patents, embraced and caressed us rather than submitted to be sat upon, and there was that luxurious after-dinner atmosphere when thought roams gracefully free of the trammels of precision. And he put it to us in this way—marking the points with a lean forefinger—as we sat and lazily admired his earnestness over this new paradox (as we thought it) and his fecundity.</textarea> <button value="Share Drawing">Share Drawing</button> <input type="text" value="some-url"/> </fieldset> </div> </div> <div id="social"> <p>Draw and share a story.</p> <p class="social"> <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.andrew-hoyer.com/experiments/walking/&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe> <a href="http://twitter.com/share" class="twitter-share-button" data-url="http://andrew-hoyer.com/experiments/walking/" data-text="Walking with CSS3 by @ndrwhr:" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </p> <p><a href="http://andrew-hoyer.com/experiments">(more experiments)</a></p> </div> <script src="js/prototypes.js" type="text/javascript" charset="utf-8"></script> <script src="js/vector.js" type="text/javascript" charset="utf-8"></script> <script src="js/cursor.js" type="text/javascript" charset="utf-8"></script> <script src="js/lettersizer.js" type="text/javascript" charset="utf-8"></script> <script src="js/contentiterator.js" type="text/javascript" charset="utf-8"></script> <script src="js/canvas.js" type="text/javascript" charset="utf-8"></script> <script src="js/main.js" type="text/javascript" charset="utf-8"></script> </body> </html>
ndrwhr/timemachine
index.html
HTML
mit
2,822
<!DOCTYPE html> <html> <head> <title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title> {% include meta.html %} <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="icon" href="/images/favicon.ico" type="image/x-icon"> <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" /> {% if page.style %} <style type="text/css"> {{ page.style }} </style> {% endif %} {% if page.math %} {% include mathjax.html %} {% endif %} <link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" /> <!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now --> </head> <body> <div class="wrapper-masthead"> <div class="container"> <header class="masthead clearfix"> <a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a> <div class="site-info"> <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1> <p class="site-description">{{ site.description }}</p> </div> <nav> <a href="{{ site.baseurl }}/">Blog</a> <a href="http://www.innodatalabs.com">Home</a> </nav> </header> </div> </div> <div id="main" role="main" class="container"> {{ content }} </div> <div class="wrapper-footer"> <div class="container"> <footer class="footer"> {% include svg-icons.html %} </footer> </div> </div> {% include analytics.html %} </body> </html>
innodatalabs/innodatalabs.github.io
_layouts/default.html
HTML
mit
1,788
<div id="page-wrapper"> <div class="container-fluid"> <!-- Page Heading --> <div class="row"> <div class="col-lg-12"> <h1 class="page-header"> Gerenciar Produtos </h1> <ol class="breadcrumb"> <li> <i class="glyphicon glyphicon-home"></i> <a href="#">Home</a> </li> <li class="active"> <i class="glyphicon glyphicon-th-list"></i> Gerenciar Produtos </li> </ol> </div> <div class="col-lg-6"> <div class="list-group"> <a href="#PesquisarProdutos" class="list-group-item"> <h4 class="list-group-item-heading">Pesquisar Produtos</h4> <p class="list-group-item-text">Aqui é feito a pesquisa de produtoss</p> </a> <a href="#CadastrarProdutos" class="list-group-item "> <h4 class="list-group-item-heading">Cadastrar novos produto</h4> <p class="list-group-item-text">Aqui é cadastrado os produtos no estoque</p> </a> <a href="#ListarProdutos" class="list-group-item"> <h4 class="list-group-item-heading">Listar Todos os Produtos</h4> <p class="list-group-item-text">Aqui é listado dos os produtos disponiveis no estoque</p> </a> <a href="#ListarSemEstoqueProdutos" class="list-group-item"> <h4 class="list-group-item-heading">Listar Todos os Produtos que não possuem no estoque</h4> <p class="list-group-item-text">Mostra a Lista de todos os Produtos cadastrados que não possuem em estoque</p> </a> <a href="#ListarProdutosMenorQuantidade" class="list-group-item"> <h4 class="list-group-item-heading">Listar produtos em menor quantidade</h4> <p class="list-group-item-text">Produtos que possuem menos que cinco unidades no estoque</p> </a> </div> </div> </div> <!-- /.row --> </div> <!-- /.container-fluid --> </div> <!-- /#page-wrapper -->
luisjnk/FarmaPlus
front/Estoque/GerenciarProdutos.html
HTML
mit
2,880
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>idxassoc: 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.1 / idxassoc - 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> idxassoc <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-10 07:56:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-10 07:56:43 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.8.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.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/idxassoc&quot; license: &quot;BSD with advertising clause&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/IdxAssoc&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: associative arrays&quot; &quot;keyword: search operator&quot; &quot;keyword: data structures&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;date: April 2001&quot; ] authors: [ &quot;Dominique Quatravaux&quot; &quot;François-René Ridaux&quot; &quot;Gérald Macinenti&quot; ] bug-reports: &quot;https://github.com/coq-contribs/idxassoc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/idxassoc.git&quot; synopsis: &quot;Associative Arrays&quot; description: &quot;&quot;&quot; We define the associative array (key -&gt; value associations) datatype as list of couples, providing definitions of standards operations such as adding, deleting. We introduce predicates for membership of a key and of couples. Finally we define a search operator (&quot;find&quot;) which returns the value associated with a key or the &quot;none&quot; option (see file Option.v which should be part of this contribution) on failure. Lemmas we prove about these concepts were motivated by our needs at the moment we created this file. We hope they&#39;ll suit your needs too but anyway, feel free to communicate any wish or remark.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/idxassoc/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=41b1f85ac6eba8353a9c645b5d2d0966&quot; } </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-idxassoc.8.6.0 coq.8.8.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.8.1). The following dependencies couldn&#39;t be met: - coq-idxassoc -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; 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-idxassoc.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"> 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.8.1/idxassoc/8.6.0.html
HTML
mit
7,511
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: 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 / elpi - 1.9.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> elpi <small> 1.9.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-01 03:43:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-01 03:43: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 3 Virtual package relying on a GMP lib system installation coq 8.14.0 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system 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 ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Enrico Tassi &lt;[email protected]&gt;&quot; authors: [ &quot;Enrico Tassi&quot; ] license: &quot;LGPL-2.1-or-later&quot; homepage: &quot;https://github.com/LPCIC/coq-elpi&quot; bug-reports: &quot;https://github.com/LPCIC/coq-elpi/issues&quot; dev-repo: &quot;git+https://github.com/LPCIC/coq-elpi&quot; build: [ [ make &quot;build&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] [ make &quot;test&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] {with-test} ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;elpi&quot; {= &quot;1.13.0&quot;} &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot; } &quot;ocaml&quot; {&lt; &quot;4.12~&quot;} ] tags: [ &quot;logpath:elpi&quot; ] synopsis: &quot;Elpi extension language for Coq&quot; description: &quot;&quot;&quot; Coq-elpi provides a Coq plugin that embeds ELPI. It also provides a way to embed Coq&#39;s terms into λProlog using the Higher-Order Abstract Syntax approach and a way to read terms back. In addition to that it exports to ELPI a set of Coq&#39;s primitives, e.g. printing a message, accessing the environment of theorems and data types, defining a new constant and so on. For convenience it also provides a quotation and anti-quotation for Coq&#39;s syntax in λProlog. E.g. `{{nat}}` is expanded to the type name of natural numbers, or `{{A -&gt; B}}` to the representation of a product by unfolding the `-&gt;` notation. Finally it provides a way to define new vernacular commands and new tactics.&quot;&quot;&quot; url { src: &quot;https://github.com/LPCIC/coq-elpi/archive/v1.9.2.tar.gz&quot; checksum: &quot;sha256=b88d997410e9ee8a71d924931249d8e9769d6851bd5e9eee55d56fb2122aebe3&quot; } </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-elpi.1.9.2 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&#39;t be met: - coq-elpi -&gt; coq &lt; 8.14~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-elpi.1.9.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> 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.14.0/elpi/1.9.2.html
HTML
mit
7,914
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>presburger: 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 / presburger - 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> presburger <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-22 05:26:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 05:26:13 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.2 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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/presburger&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Presburger&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: integers&quot; &quot;keyword: arithmetic&quot; &quot;keyword: decision procedure&quot; &quot;keyword: Presburger&quot; &quot;category: Mathematics/Logic/Foundations&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Miscellaneous&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;date: March 2002&quot; ] authors: [ &quot;Laurent Théry&quot; ] bug-reports: &quot;https://github.com/coq-contribs/presburger/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/presburger.git&quot; synopsis: &quot;Presburger&#39;s algorithm&quot; description: &quot;&quot;&quot; A formalization of Presburger&#39;s algorithm as stated in the initial paper by Presburger.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/presburger/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=f3c4e9c316149a8bc03bde86b6c4a2bf&quot; } </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-presburger.8.9.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&#39;t be met: - coq-presburger -&gt; coq &gt;= 8.9 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-presburger.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.2/presburger/8.9.0.html
HTML
mit
7,222
<!doctype html> <html lang="en"> <head> <title>Code coverage report for src/components/</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../prettify.css" /> <link rel="stylesheet" href="../../base.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type='text/css'> .coverage-summary .sorter { background-image: url(../../sort-arrow-sprite.png); } </style> </head> <body> <div class='wrapper'> <div class='pad1'> <h1> <a href="../../index.html">all files</a> src/components/ </h1> <div class='clearfix'> <div class='fl pad1y space-right2'> <span class="strong">56.67% </span> <span class="quiet">Statements</span> <span class='fraction'>17/30</span> </div> <div class='fl pad1y space-right2'> <span class="strong">44.44% </span> <span class="quiet">Branches</span> <span class='fraction'>4/9</span> </div> <div class='fl pad1y space-right2'> <span class="strong">33.33% </span> <span class="quiet">Functions</span> <span class='fraction'>1/3</span> </div> <div class='fl pad1y space-right2'> <span class="strong">47.06% </span> <span class="quiet">Lines</span> <span class='fraction'>8/17</span> </div> </div> </div> <div class='status-line medium'></div> <div class="pad1"> <table class="coverage-summary"> <thead> <tr> <th data-col="file" data-fmt="html" data-html="true" class="file">File</th> <th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th> <th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th> <th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th> <th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th> <th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th> <th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th> <th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th> <th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th> <th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th> </tr> </thead> <tbody><tr> <td class="file medium" data-value="app.js"><a href="app.js.html">app.js</a></td> <td data-value="56.67" class="pic medium"><div class="chart"><div class="cover-fill" style="width: 56%;"></div><div class="cover-empty" style="width:44%;"></div></div></td> <td data-value="56.67" class="pct medium">56.67%</td> <td data-value="30" class="abs medium">17/30</td> <td data-value="44.44" class="pct low">44.44%</td> <td data-value="9" class="abs low">4/9</td> <td data-value="33.33" class="pct low">33.33%</td> <td data-value="3" class="abs low">1/3</td> <td data-value="47.06" class="pct low">47.06%</td> <td data-value="17" class="abs low">8/17</td> </tr> </tbody> </table> </div><div class='push'></div><!-- for sticky footer --> </div><!-- /wrapper --> <div class='footer quiet pad2 space-top1 center small'> Code coverage generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Mar 22 2017 23:40:09 GMT-0500 (CDT) </div> </div> <script src="../../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../../sorter.js"></script> </body> </html>
MinZhou2016/comp531
hw5/coverage/src/components/index.html
HTML
mit
3,585
<html> <head> <script> // WAYS OF CREATING OBJECTS --- // ----------------- // Mixture of Constructor and Prototype pattern // ----------------- // declare data in Constructor and Methods in prototype function Person() { this.name = "Nicholas"; this.friends = ["Sam","Molly"]; } Person.prototype.foo = function() {alert("hi");}; var p1 = new Person(); p1.name = "Sally"; var p2 = new Person(); // alert("p1's constructor is " + p1.constructor); // alert("p1's prototype is " + p1.prototype); // alert("p2's constructor is " + p2.constructor); // alert("p2's prototype is " + p2.prototype); console.log("p1's constructor is " + p1.constructor); console.log("p1's prototype is " + p1.prototype); console.log("p2's constructor is " + p2.constructor); console.log("p2's prototype is " + p2.prototype); p1.friends.push("Jerry"); // alert("p1's friends are: " + p1.friends // + "\np2's friends are: " + p2.friends); console.log("p1's friends are: " + p1.friends + "\np2's friends are: " + p2.friends); // --- END --- YAY! ------ </script> </head> <body> </body> </html>
jkrajcir/SE319
lab4/02_Examples/ex08_obj_objects.html
HTML
mit
1,081
<!DOCTYPE html> <html lang="sv"> <head> <meta charset="utf-8" /> <title>jkw at internet</title> <link rel="stylesheet" href="/theme/css/main.css" /> <!--[if IE]> <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body id="index" class="home"> <header id="banner" class="body"> <h1><a href="/">jkw at internet </a></h1> <nav><ul> <li><a href="/p/about">About</a></li> <li><a href="/p/computer-setup">Computer Setup</a></li> </ul></nav> </header><!-- /#banner --> <section id="content" class="body"> <h1>Archives for 27 maj 2018</h1> <dl> <dt>sön 27 maj 2018</dt> <dd><a href="/a/180527-urgh.html">Urgh...</a></dd> </dl> </section> <section id="extras" class="body"> <div class="blogroll"> <h2>links</h2> <ul> <li><a href="https://python.org">Python</a></li> <li><a href="https://getpelican.com">Pelican</a></li> </ul> </div><!-- /.blogroll --> <div class="social"> <h2>social</h2> <ul> <li><a href="https://github.com/jkw">Github</a></li> <li><a href="https://hashnode.com/@jkw">Hashnode</a></li> <li><a href="https://gitlab.com/jkw">GitLab</a></li> </ul> </div><!-- /.social --> </section><!-- /#extras --> <footer id="contentinfo" class="body"> <address id="about" class="vcard body"> Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>. </address><!-- /#about --> <p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p> </footer><!-- /#contentinfo --> </body> </html>
jkw/jkw.github.io
d/27.html
HTML
mit
2,209
<!DOCTYPE html> <html lang="en"> <head> <!--5ETOOLS_CMP--> <!--5ETOOLS_ANALYTICS--> <!--5ETOOLS_ADCODE--> <meta charset="utf-8"> <meta name="description" content=""> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <title>Races - 5etools</title> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/main.css"> <!-- Favicons --> <link rel="icon" type="image/svg+xml" href="favicon.svg?v=1.115"> <link rel="icon" type="image/png" sizes="256x256" href="favicon-256x256.png"> <link rel="icon" type="image/png" sizes="144x144" href="favicon-144x144.png"> <link rel="icon" type="image/png" sizes="128x128" href="favicon-128x128.png"> <link rel="icon" type="image/png" sizes="64x64" href="favicon-64x64.png"> <link rel="icon" type="image/png" sizes="48x48" href="favicon-48x48.png"> <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"> <!-- Chrome Web App Icons --> <link rel="manifest" href="manifest.webmanifest"> <meta name="application-name" content="5etools"> <meta name="theme-color" content="#006bc4"> <!-- Windows Start Menu tiles --> <meta name="msapplication-config" content="browserconfig.xml"/> <meta name="msapplication-TileColor" content="#006bc4"> <!-- Apple Touch Icons --> <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon-180x180.png"> <link rel="apple-touch-icon" sizes="360x360" href="apple-touch-icon-360x360.png"> <link rel="apple-touch-icon" sizes="167x167" href="apple-touch-icon-167x167.png"> <link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-120x120.png"> <meta name="apple-mobile-web-app-title" content="5etools"> <!-- macOS Safari Pinned Tab and Touch Bar --> <link rel="mask-icon" href="safari-pinned-tab.svg" color="#006bc4"> <script>if ("serviceWorker" in navigator) navigator.serviceWorker.register("/sw.js");</script> <script type="text/javascript" src="js/styleswitch.js"></script> <script type="text/javascript" src="js/navigation.js"></script> <script type="text/javascript" src="js/browsercheck.js"></script> </head> <body> <div class="cancer__wrp-sidebar-rhs cancer__anchor"><div class="cancer__disp-cancer"></div><div class="cancer__sidebar-rhs-inner cancer__sidebar-rhs-inner--top"><!--5ETOOLS_AD_RIGHT_1--></div><div class="cancer__sidebar-rhs-inner cancer__sidebar-rhs-inner--bottom"><!--5ETOOLS_AD_RIGHT_2--></div></div> <div class="viewport-wrapper"> <div class="cancer__wrp-leaderboard cancer__anchor"><div class="cancer__disp-cancer"></div><div class="cancer__wrp-leaderboard-inner"><!--5ETOOLS_AD_LEADERBOARD--></div></div> <header class="hidden-xs hidden-sm page__header"> <div class="container"> <h1 class="page__title">Races</h1> <p class="page__subtitle">Search by name on the left, click race name to display on the right.</p> </div> </header> <nav class="container page__nav" id="navigation"> <ul class="nav page__nav-inner" id="navbar"></ul> </nav> <div class="view-col-group--cancer h-100 mh-0"> <div class="container view-col-wrapper view-col-wrapper--cancer"> <div class="view-col" id="listcontainer"> <div class="lst__form-top" id="filter-search-group"> <div class="w-100 relative"> <input type="search" id="lst__search" autocomplete="off" autocapitalize="off" spellcheck="false" class="search form-control lst__search lst__search--no-border-h"> <div id="lst__search-glass" class="lst__wrp-search-glass no-events flex-vh-center"><span class="glyphicon glyphicon-search"></span></div> <div class="lst__wrp-search-visible no-events flex-vh-center"></div> </div> <button class="btn btn-default" id="reset">Reset</button> </div> <div id="filtertools" class="input-group input-group--bottom flex no-shrink"> <button class="col-4 sort btn btn-default btn-xs" data-sort="name">Name <span class="caret_wrp"></span></button> <button class="col-4 sort btn btn-default btn-xs" data-sort="ability">Ability <span class="caret_wrp"></span></button> <button class="col-2 sort btn btn-default btn-xs" data-sort="size">Size <span class="caret_wrp"></span></button> <button class="sort btn btn-default btn-xs ve-grow" data-sort="source">Source <span class="caret_wrp"></span></button> </div> <div class="list list--stats races"></div> </div> <div class="cancer__wrp-mobile-1 cancer__anchor"><div class="cancer__disp-cancer"></div><!--5ETOOLS_AD_MOB_PLAYER_1--></div> <div id="contentwrapper" class="view-col"> <div id="sublistcontainer" class="sublist sublist--resizable"> <div id="sublistsort" class="btn-group sublist__wrp-cols"> <button class="col-5 sort btn btn-default btn-xs" data-sort="name">Name <span class="caret_wrp"></span></button> <button class="col-5 sort btn btn-default btn-xs" data-sort="ability">Ability <span class="caret_wrp"></span></button> <button class="col-2 sort btn btn-default btn-xs" data-sort="size">Size <span class="caret_wrp"></span></button> </div> <div class="list list--stats subraces"> <!-- populate with JS --> </div> </div> <div class="wrp-stat-tab" id="stat-tabs"> <div id="tabs-right"></div> </div> <div class="wrp-stats-table"> <table id="pagecontent" class="stats"> <tr><th class="border" colspan="6"></th></tr> <tr><td colspan="6" class="initial-message">Select a race from the list to view it here</td></tr> <tr><th class="border" colspan="6"></th></tr> </table> </div> <div class="text-center mt-2 no-print"> <button class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button> </div> </div> </div> </div> </div> <!--5ETOOLS_SCRIPT_ANCHOR--> <!--5ETOOLS_AD_ADHESION--> <script type="text/javascript" src="lib/jquery.js"></script> <script type="text/javascript" src="js/parser.js"></script> <script type="text/javascript" src="js/utils.js"></script> <script type="text/javascript" src="js/utils-list.js"></script> <script type="text/javascript" src="js/utils-ui.js"></script> <script type="text/javascript" src="lib/localforage.js"></script> <script type="text/javascript" src="js/omnidexer.js"></script> <script type="text/javascript" src="js/omnisearch.js"></script> <script type="text/javascript" src="js/filter.js"></script> <script type="text/javascript" src="js/render.js"></script> <script type="text/javascript" src="js/render-dice.js"></script> <script type="text/javascript" src="js/render-races.js"></script> <script type="text/javascript" src="js/scalecreature.js"></script> <script type="text/javascript" src="js/hist.js"></script> <script type="text/javascript" src="js/listpage.js"></script> <script type="text/javascript" src="js/filter-races.js"></script> <script type="text/javascript" src="js/races.js"></script> <script type="text/javascript" src="js/list2.js"></script> <script type="text/javascript" src="lib/elasticlunr.js"></script> </body> </html>
TheGiddyLimit/astranauta.github.io
races.html
HTML
mit
7,224
<!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="./3c475ff64bd9d9aefe458c5a77aa79d8454da2d5f6a95cd55304f838671e6571.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/5ae70ba787da82030cc35888532ca28e69baf8da9a9e68245cf8bc71950292b6.html
HTML
mit
550
<!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 Dec 03 23:38:17 CST 2015 --> <title>Uses of Class Controller.EditStateOKListener</title> <meta name="date" content="2015-12-03"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class Controller.EditStateOKListener"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../package-summary.html">Package</a></li> <li><a href="../Controller.EditStateOKListener.html" title="class in &lt;Unnamed&gt;">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../index.html?class-use/Controller.EditStateOKListener.html" target="_top">Frames</a></li> <li><a href="Controller.EditStateOKListener.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;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 Controller.EditStateOKListener" class="title">Uses of Class<br>Controller.EditStateOKListener</h2> </div> <div class="classUseContainer">No usage of Controller.EditStateOKListener</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../package-summary.html">Package</a></li> <li><a href="../Controller.EditStateOKListener.html" title="class in &lt;Unnamed&gt;">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../index.html?class-use/Controller.EditStateOKListener.html" target="_top">Frames</a></li> <li><a href="Controller.EditStateOKListener.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
jakemanning/basketball-teams
Project5/doc/class-use/Controller.EditStateOKListener.html
HTML
mit
4,038
<!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.2.1: Class Members</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.2.1 </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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_b.html#index_b"><span>b</span></a></li> <li><a href="functions_c.html#index_c"><span>c</span></a></li> <li><a href="functions_d.html#index_d"><span>d</span></a></li> <li><a href="functions_e.html#index_e"><span>e</span></a></li> <li><a href="functions_f.html#index_f"><span>f</span></a></li> <li><a href="functions_g.html#index_g"><span>g</span></a></li> <li><a href="functions_h.html#index_h"><span>h</span></a></li> <li><a href="functions_i.html#index_i"><span>i</span></a></li> <li><a href="functions_j.html#index_j"><span>j</span></a></li> <li><a href="functions_k.html#index_k"><span>k</span></a></li> <li><a href="functions_l.html#index_l"><span>l</span></a></li> <li><a href="functions_m.html#index_m"><span>m</span></a></li> <li><a href="functions_n.html#index_n"><span>n</span></a></li> <li><a href="functions_o.html#index_o"><span>o</span></a></li> <li><a href="functions_p.html#index_p"><span>p</span></a></li> <li class="current"><a href="functions_r.html#index_r"><span>r</span></a></li> <li><a href="functions_s.html#index_s"><span>s</span></a></li> <li><a href="functions_t.html#index_t"><span>t</span></a></li> <li><a href="functions_u.html#index_u"><span>u</span></a></li> <li><a href="functions_v.html#index_v"><span>v</span></a></li> <li><a href="functions_w.html#index_w"><span>w</span></a></li> <li><a href="functions_0x7e.html#index_0x7e"><span>~</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_r"></a>- r -</h3><ul> <li>ReadOnlyPrototype() : <a class="el" href="classv8_1_1FunctionTemplate.html#a91d2e0643e8c5a53ab1d75f7766c2422">v8::FunctionTemplate</a> </li> <li>RegisterExternallyReferencedObject() : <a class="el" href="classv8_1_1PersistentValueMapBase.html#a7d1cd63172b997dfaac9d0f009edd709">v8::PersistentValueMapBase&lt; K, V, Traits &gt;</a> </li> <li>RegisterExternalReference() : <a class="el" href="classv8_1_1PersistentBase.html#a14c051e0080bbe7fbe02be35865b9923">v8::PersistentBase&lt; T &gt;</a> </li> <li>RegisterV8References() : <a class="el" href="classv8_1_1EmbedderHeapTracer.html#afa88b641b32638f798017b29755a88b3">v8::EmbedderHeapTracer</a> </li> <li>Release() : <a class="el" href="classv8_1_1PersistentValueMapBase.html#a9ffa7a4e0c59121c0471d71c04112966">v8::PersistentValueMapBase&lt; K, V, Traits &gt;</a> </li> <li>Remove() : <a class="el" href="classv8_1_1PersistentValueMapBase.html#abd75a4c050416712167ba0bb9eace097">v8::PersistentValueMapBase&lt; K, V, Traits &gt;</a> </li> <li>RemoveBeforeCallEnteredCallback() : <a class="el" href="classv8_1_1Isolate.html#a92be6cf5ce1e7360843794cc1528369f">v8::Isolate</a> </li> <li>RemoveCallCompletedCallback() : <a class="el" href="classv8_1_1Isolate.html#a46f0a5d35f8b29030922bdb433c0dc4f">v8::Isolate</a> </li> <li>RemoveGCEpilogueCallback() : <a class="el" href="classv8_1_1Isolate.html#a059d51bc45cdd5f4821233170863a9ff">v8::Isolate</a> </li> <li>RemoveGCPrologueCallback() : <a class="el" href="classv8_1_1Isolate.html#a7c424950b2bc9589fc676a9b38b27d63">v8::Isolate</a> </li> <li>RemoveMessageListeners() : <a class="el" href="classv8_1_1Isolate.html#a0319e55b26ba3ac51d867b37b917a21f">v8::Isolate</a> </li> <li>RemoveMicrotasksCompletedCallback() : <a class="el" href="classv8_1_1Isolate.html#a0fdc58db0d44c5a8f427d809e1c0b604">v8::Isolate</a> </li> <li>RemovePrototype() : <a class="el" href="classv8_1_1FunctionTemplate.html#a4a184aca244174c7fe52d58871d3129e">v8::FunctionTemplate</a> </li> <li>ReportProgressValue() : <a class="el" href="classv8_1_1ActivityControl.html#a1300f10611306a3e8f79239e057eb0bf">v8::ActivityControl</a> </li> <li>RequestGarbageCollectionForTesting() : <a class="el" href="classv8_1_1Isolate.html#a59fe893ed7e9df52cef2d59b2d98ab23">v8::Isolate</a> </li> <li>RequestInterrupt() : <a class="el" href="classv8_1_1Isolate.html#a971b6094ecc6c7f55eb6f58a71a8afd3">v8::Isolate</a> </li> <li>ReserveCapacity() : <a class="el" href="classv8_1_1PersistentValueVector.html#ad4cccfee3a275986578276efe0c78510">v8::PersistentValueVector&lt; V, Traits &gt;</a> </li> <li>Reset() : <a class="el" href="classv8_1_1PersistentBase.html#a174bb1e45b18fd4eeaee033622825bb8">v8::PersistentBase&lt; T &gt;</a> , <a class="el" href="classv8_1_1TryCatch.html#a3aae8acab4c99b374b7d782763d4c8e1">v8::TryCatch</a> </li> <li>ResetToBookmark() : <a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html#a425cf1ba265eeca194b805fe5c52bc19">v8::ScriptCompiler::ExternalSourceStream</a> </li> <li>ReThrow() : <a class="el" href="classv8_1_1TryCatch.html#ab8c3a1dbb38e6fd00e37436034daf707">v8::TryCatch</a> </li> <li>RunMicrotasks() : <a class="el" href="classv8_1_1Isolate.html#ac3cbe2a1632eb863912640dcfc98b6c8">v8::Isolate</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<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
03b1c31/html/functions_r.html
HTML
mit
9,409
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="../node_modules/leaflet/dist/leaflet.css" /> <link rel="stylesheet" href="../src/L.Control.Zoomslider.css" /> </head> <body> <div id="map"></div> <script src="../node_modules/leaflet/dist/leaflet-src.js"></script> <script src="../src/L.Control.Zoomslider.js" ></script> <script> /* 1. Test that the zoomslider works even if we have no tilelayer 2. Test that it also works fine when we later add it */ var map = L.map('map', { zoomControl: false, zoomsliderControl: true, layers: [], maxZoom: undefined, minZoom: undefined }).setView([57.7, 11.9], 8); setTimeout(function(){ map.addLayer(L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', { attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors' })); }, 4000); </script> </body> </html>
martinrh83/Tarea-3_Curso-Web
Leaflet.zoomslider-master/examples/test4.html
HTML
mit
1,072
<!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> Pakmark Ltd. - 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=1492234264980&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=34483&V_SEARCH.docsStart=34482&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_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&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</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>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=34481&amp;V_DOCUMENT.docRank=34482&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492234270063&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567163773&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=34483&amp;V_DOCUMENT.docRank=34484&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492234270063&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567164988&amp;profileId=&amp;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> Pakmark Ltd. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Pakmark Ltd.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.pakmarkltd.com" target="_blank" title="Website URL">http://www.pakmarkltd.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"> 8-199 Omands Creek Blvd.<br/> WINNIPEG, Manitoba<br/> R2R 1V9 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 8-199 Omands Creek Blvd.<br/> WINNIPEG, Manitoba<br/> R2R 1V9 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (204) 632-0575 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (800) 779-6886</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (204) 694-5007</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> Wilf Hiscox </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--> Chief Executive Officer </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"> (204) 632-0575 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 694-5007 </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Rob Baker </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Vice President <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (204) 632-0575 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 694-5007 </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> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1982 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 418220 - Other Paper and Disposable Plastic Product Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $500,000 to $999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 17&nbsp; </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"> TAPE, PLASTIC LABELS PVD/POLYMER <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 --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>United States</li> <li>North Dakota</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>Illinois</li> <li>Michigan</li> <li>Minnesota</li> <li>Nebraska</li> <li>New York</li> <li>South Dakota</li> <li>Wisconsin</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- 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> Wilf Hiscox </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--> Chief Executive Officer </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"> (204) 632-0575 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 694-5007 </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Rob Baker </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Vice President <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (204) 632-0575 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 694-5007 </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> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1982 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 418220 - Other Paper and Disposable Plastic Product Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $500,000 to $999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 17&nbsp; </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"> TAPE, PLASTIC LABELS PVD/POLYMER <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>United States</li> <li>North Dakota</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>Illinois</li> <li>Michigan</li> <li>Minnesota</li> <li>Nebraska</li> <li>New York</li> <li>South Dakota</li> <li>Wisconsin</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-04-02 </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&amp;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&amp;WT.js=No&amp;WT.tv=9.4.0&amp;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/123456102319.html
HTML
mit
41,403
{% if site.twitter_username %} <a class="social-icon" href="https://twitter.com/{{ site.twitter_username }}" target="_blank"> <i class="fa fa-twitter"></i> </a> {% endif %} {% if site.github_username %} <a class="social-icon" href="https://github.com/{{ site.github_username }}" target="_blank"> <i class="fa fa-github"></i> </a> {% endif %} <a class="social-icon" href="/atom.xml" target="_blank"> <i class="fa fa-rss"></i> </a>
researchapps/researchapps.github.io
_includes/social_media.html
HTML
mit
473
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>additions: 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 / additions - 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> additions <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-05 19:37:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-05 19:37:45 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 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 ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/additions&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Additions&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: addition chains&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;category: Miscellaneous/Extracted Programs/Arithmetic&quot; ] authors: [ &quot;Pierre Castéran&quot; ] bug-reports: &quot;https://github.com/coq-contribs/additions/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/additions.git&quot; synopsis: &quot;Addition Chains&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/additions/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=7761e5c6040050ef3b626176c028b612&quot; } </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-additions.8.9.0 coq.8.7.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1). The following dependencies couldn&#39;t be met: - coq-additions -&gt; coq &gt;= 8.9 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-additions.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.1/additions/8.9.0.html
HTML
mit
6,934
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>simple-io: 26 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.11.1 / simple-io - 1.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> simple-io <small> 1.7.0 <span class="label label-success">26 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-26 16:52:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-26 16:52: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.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: &quot;2.0&quot; maintainer: &quot;Li-yao Xia &lt;[email protected]&gt;&quot; authors: [ &quot;Li-yao Xia&quot; &quot;Yishuai Li&quot; ] homepage: &quot;https://github.com/Lysxia/coq-simple-io&quot; bug-reports: &quot;https://github.com/Lysxia/coq-simple-io/issues&quot; license: &quot;MIT&quot; dev-repo: &quot;git+https://github.com/Lysxia/coq-simple-io.git&quot; build: [make &quot;build&quot;] run-test: [make &quot;test&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.16~&quot;} &quot;coq-ext-lib&quot; {&gt;= &quot;0.10.0&quot;} &quot;ocamlbuild&quot; {with-test &amp; &gt;= &quot;0.9.0&quot;} &quot;cppo&quot; {build &amp; &gt;= &quot;1.6.8&quot;} ] tags: [ &quot;date:2022-02-13&quot; &quot;logpath:SimpleIO&quot; &quot;keyword:extraction&quot; &quot;keyword:effects&quot; ] synopsis: &quot;IO monad for Coq&quot; description: &quot;&quot;&quot; This library provides tools to implement IO programs directly in Coq, in a similar style to Haskell. Facilities for formal verification are not included. IO is defined as a parameter with a purely functional interface in Coq, to be extracted to OCaml. Some wrappers for the basic types and functions in the OCaml Pervasives module are provided. Users are free to define their own APIs on top of this IO type.&quot;&quot;&quot; url { src: &quot;https://github.com/Lysxia/coq-simple-io/archive/1.7.0.tar.gz&quot; checksum: &quot;sha512=7c7ba52efb870763b02c1f6e25b703307463698631acba2449de05e66a9f9b4738bc852c3b3e95178752036e1c1da5339beaa5ecb669047b0f10a04737c6cfee&quot; } </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-simple-io.1.7.0 coq.8.11.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-simple-io.1.7.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 59 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-simple-io.1.7.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>26 s</dd> </dl> <h2>Installation size</h2> <p>Total: 605 K</p> <ul> <li>75 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/coqsimpleio_plugin.cmxs</code></li> <li>59 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Unix.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Stdlib.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Float.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_UnsafeNat.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_RawChar.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_String.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Bytes.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Unsafe.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Sys.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Random.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/SimpleIO.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_StdlibAxioms.vo</code></li> <li>20 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Unix.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Stdlib.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Unix.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Monad.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Stdlib.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Monad.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/coqsimpleio_plugin.cmx</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/coqsimpleio_plugin.cmxa</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Exceptions.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_UnsafeNat.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Monad.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_String.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Float.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_RawChar.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Float.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_String.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_MonadFix.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_RawChar.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Bytes.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Sys.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Unsafe.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Bytes.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Exceptions.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Unsafe.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Exceptions.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_UnsafeNat.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Random.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Sys.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_Random.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_StdlibAxioms.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_MonadFix.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/SimpleIO.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_MonadFix.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/SimpleIO.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/coqsimpleio_plugin.cmi</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/SimpleIO/IO_StdlibAxioms.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-simple-io.1.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"> 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.11.1/simple-io/1.7.0.html
HTML
mit
12,661
{% extends "base.html" %} {% from "macros.html" import render_flashed_messages %} {% from "macros_forms.html" import render_form %} {% block content %} {{ render_flashed_messages() }} <div class="container"> <h5><small>Editing character</small></h5><h3> {{ character.name }}</h3> {{ render_form(form, class_='inline-form', enctype_='multipart/form-data') }} </div> {% endblock %} {% block bodyscripts %} {{ pagedown.include_pagedown() }} {% endblock %}
Ryu-CZ/flask-dnd
dnd/templates/character_edit.html
HTML
mit
458
<template> <ai-dialog style="width:700px"> <ai-dialog-header> <h2>${title}</h2> </ai-dialog-header> <ai-dialog-body> <form class="form-horizontal"> <div class="form-group"> <label for="txtJbLetter" class="col-sm-2 control-label">JbLetter</label> <div class="col-sm-10"> <input type="text" id="txtJbLetter" class="form-control" value.bind="jbselection.JbLetter"> </div> </div> <div class="form-group"> <label for="txtJbNumberA" class="col-sm-2 control-label">JbNumberA</label> <div class="col-sm-10"> <input type="text" id="txtJbNumberA" class="form-control" value.bind="jbselection.JbNumberA"> </div> </div> <div class="form-group"> <label for="txtJbNumberB" class="col-sm-2 control-label">JbNumberB</label> <div class="col-sm-10"> <input type="text" id="txtJbNumberB" class="form-control" value.bind="jbselection.JbNumberB"> </div> </div> <div class="form-group"> <label for="txtJbNumeric" class="col-sm-2 control-label">JbNumeric</label> <div class="col-sm-10"> <input type="text" id="txtJbNumeric" class="form-control" value.bind="jbselection.JbNumeric"> </div> </div> <div class="form-group"> <label for="txtA1Song" class="col-sm-2 control-label">A1Song</label> <div class="col-sm-10"> <input type="text" id="txtA1Song" class="form-control" value.bind="jbselection.A1Song"> </div> </div> <div class="form-group"> <label for="txtA2Song" class="col-sm-2 control-label">A2Song</label> <div class="col-sm-10"> <input type="text" id="txtA2Song" class="form-control" value.bind="jbselection.A2Song"> </div> </div> <div class="form-group"> <label for="txtB1Song" class="col-sm-2 control-label">B1Song</label> <div class="col-sm-10"> <input type="text" id="txtB1Song" class="form-control" value.bind="jbselection.B1Song"> </div> </div> <div class="form-group"> <label for="txtB2Song" class="col-sm-2 control-label">B2Song</label> <div class="col-sm-10"> <input type="text" id="txtB2Song" class="form-control" value.bind="jbselection.B2Song"> </div> </div> <div class="form-group"> <label for="txtArtist1" class="col-sm-2 control-label">Artist1</label> <div class="col-sm-10"> <input type="text" id="txtArtist1" class="form-control" value.bind="jbselection.Artist1"> </div> </div> <div class="form-group"> <label for="txtArtist2" class="col-sm-2 control-label">Artist2</label> <div class="col-sm-10"> <input type="text" id="txtArtist2" class="form-control" value.bind="jbselection.Artist2"> </div> </div> <div class="form-group"> <label for="txtDiscogsLink" class="col-sm-2 control-label">DiscogsLink</label> <div class="col-sm-10"> <input type="text" id="txtDiscogsLink" class="form-control" value.bind="jbselection.DiscogsLink"> </div> </div> <div class="form-group"> <label for="txtSpotifyLink" class="col-sm-2 control-label">SpotifyLink</label> <div class="col-sm-10"> <input type="text" id="txtSpotifyLink" class="form-control" value.bind="jbselection.SpotifyUri"> </div> </div> <div class="form-group"> <label for="txtImageStripTemplate" class="col-sm-2 control-label">ImageStripTemplate</label> <div class="col-sm-10"> <input type="text" id="txtImageStripTemplate" class="form-control" value.bind="jbselection.ImageStripTemplate"> </div> </div> <div class="form-group"> <label for="txtMusicCategory" class="col-sm-2 control-label">MusicCategory</label> <div class="col-sm-10"> <input type="text" id="txtMusicCategory" class="form-control" value.bind="jbselection.MusicCategory"> </div> </div> </form> </ai-dialog-body> <ai-dialog-footer> <button click.trigger="controller.cancel()" class="btn btn-default">Cancel</button> <button click.trigger="controller.ok(jbselection)" class="btn btn-primary">Save</button> </ai-dialog-footer> </ai-dialog> <style> ai-dialog-overlay.active { background-color: black; opacity: .5; } </style> </template>
larssima/AmiJukeBoxRemote
AmiJukeBoxRemote/gui/src/Views/edit-selections-dlg.html
HTML
mit
5,534
<!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>Class template bs_set</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="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hpp" title="Header &lt;boost/intrusive/bs_set.hpp&gt;"> <link rel="prev" href="bs_multiset.html" title="Class template bs_multiset"> <link rel="next" href="make_bs_multiset.html" title="Struct template make_bs_multiset"> </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="bs_multiset.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hpp"><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="make_bs_multiset.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.intrusive.bs_set"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template bs_set</span></h2> <p>boost::intrusive::bs_set</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hpp" title="Header &lt;boost/intrusive/bs_set.hpp&gt;">boost/intrusive/bs_set.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span> <span class="special">...</span> Options<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">value_type</span> <a name="boost.intrusive.bs_set.value_type"></a><span class="identifier">value_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">key_type</span> <a name="boost.intrusive.bs_set.key_type"></a><span class="identifier">key_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">value_traits</span> <a name="boost.intrusive.bs_set.value_traits"></a><span class="identifier">value_traits</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">pointer</span> <a name="boost.intrusive.bs_set.pointer"></a><span class="identifier">pointer</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">const_pointer</span> <a name="boost.intrusive.bs_set.const_pointer"></a><span class="identifier">const_pointer</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">reference</span> <a name="boost.intrusive.bs_set.reference"></a><span class="identifier">reference</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">const_reference</span> <a name="boost.intrusive.bs_set.const_reference"></a><span class="identifier">const_reference</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">difference_type</span> <a name="boost.intrusive.bs_set.difference_type"></a><span class="identifier">difference_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">size_type</span> <a name="boost.intrusive.bs_set.size_type"></a><span class="identifier">size_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">value_compare</span> <a name="boost.intrusive.bs_set.value_compare"></a><span class="identifier">value_compare</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">key_compare</span> <a name="boost.intrusive.bs_set.key_compare"></a><span class="identifier">key_compare</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">iterator</span> <a name="boost.intrusive.bs_set.iterator"></a><span class="identifier">iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">const_iterator</span> <a name="boost.intrusive.bs_set.const_iterator"></a><span class="identifier">const_iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">reverse_iterator</span> <a name="boost.intrusive.bs_set.reverse_iterator"></a><span class="identifier">reverse_iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">const_reverse_iterator</span> <a name="boost.intrusive.bs_set.const_reverse_iterator"></a><span class="identifier">const_reverse_iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">insert_commit_data</span> <a name="boost.intrusive.bs_set.insert_commit_data"></a><span class="identifier">insert_commit_data</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">node_traits</span> <a name="boost.intrusive.bs_set.node_traits"></a><span class="identifier">node_traits</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">node</span> <a name="boost.intrusive.bs_set.node"></a><span class="identifier">node</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">node_ptr</span> <a name="boost.intrusive.bs_set.node_ptr"></a><span class="identifier">node_ptr</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">const_node_ptr</span> <a name="boost.intrusive.bs_set.const_node_ptr"></a><span class="identifier">const_node_ptr</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">node_algorithms</span> <a name="boost.intrusive.bs_set.node_algorithms"></a><span class="identifier">node_algorithms</span><span class="special">;</span> <span class="comment">// <a class="link" href="bs_set.html#boost.intrusive.bs_setconstruct-copy-destruct">construct/copy/destruct</a></span> <a class="link" href="bs_set.html#idm45971717154192-bb"><span class="identifier">bs_set</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">explicit</span> <a class="link" href="bs_set.html#idm45971717151040-bb"><span class="identifier">bs_set</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_compare</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">value_traits</span> <span class="special">&amp;</span> <span class="special">=</span> <span class="identifier">value_traits</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Iterator<span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717145920-bb"><span class="identifier">bs_set</span></a><span class="special">(</span><span class="identifier">Iterator</span><span class="special">,</span> <span class="identifier">Iterator</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_compare</span> <span class="special">&amp;</span> <span class="special">=</span> <span class="identifier">key_compare</span><span class="special">(</span><span class="special">)</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">value_traits</span> <span class="special">&amp;</span> <span class="special">=</span> <span class="identifier">value_traits</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span> <a class="link" href="bs_set.html#idm45971717137456-bb"><span class="identifier">bs_set</span></a><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;&amp;</span><span class="special">)</span><span class="special">;</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> <a class="link" href="bs_set.html#idm45971717133152-bb"><span class="keyword">operator</span><span class="special">=</span></a><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;&amp;</span><span class="special">)</span><span class="special">;</span> <a class="link" href="bs_set.html#idm45971717130336-bb"><span class="special">~</span><span class="identifier">bs_set</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="bs_set.html#idm45971717638928-bb">public member functions</a></span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717638368-bb"><span class="identifier">begin</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717634528-bb"><span class="identifier">begin</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717630688-bb"><span class="identifier">cbegin</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717626848-bb"><span class="identifier">end</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717623008-bb"><span class="identifier">end</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717619168-bb"><span class="identifier">cend</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">reverse_iterator</span> <a class="link" href="bs_set.html#idm45971717615328-bb"><span class="identifier">rbegin</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">const_reverse_iterator</span> <a class="link" href="bs_set.html#idm45971717611472-bb"><span class="identifier">rbegin</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">const_reverse_iterator</span> <a class="link" href="bs_set.html#idm45971717607616-bb"><span class="identifier">crbegin</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">reverse_iterator</span> <a class="link" href="bs_set.html#idm45971717603760-bb"><span class="identifier">rend</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">const_reverse_iterator</span> <a class="link" href="bs_set.html#idm45971717599904-bb"><span class="identifier">rend</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">const_reverse_iterator</span> <a class="link" href="bs_set.html#idm45971717596048-bb"><span class="identifier">crend</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717592192-bb"><span class="identifier">root</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717588320-bb"><span class="identifier">root</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717584448-bb"><span class="identifier">croot</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">key_compare</span> <a class="link" href="bs_set.html#idm45971717580576-bb"><span class="identifier">key_comp</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">value_compare</span> <a class="link" href="bs_set.html#idm45971717576720-bb"><span class="identifier">value_comp</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <a class="link" href="bs_set.html#idm45971717572848-bb"><span class="identifier">empty</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">size_type</span> <a class="link" href="bs_set.html#idm45971717569024-bb"><span class="identifier">size</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717565088-bb"><span class="identifier">swap</span></a><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Cloner<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717560544-bb"><span class="identifier">clone_from</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">Cloner</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Cloner<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717551488-bb"><span class="identifier">clone_from</span></a><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;&amp;</span><span class="special">,</span> <span class="identifier">Cloner</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717541680-bb"><span class="identifier">insert</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717535536-bb"><span class="identifier">insert</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">reference</span><span class="special">)</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717528576-bb"><span class="identifier">insert_check</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717522384-bb"><span class="identifier">insert_check</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717515408-bb"><span class="identifier">insert_check</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717504000-bb"><span class="identifier">insert_check</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Iterator<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717491808-bb"><span class="identifier">insert</span></a><span class="special">(</span><span class="identifier">Iterator</span><span class="special">,</span> <span class="identifier">Iterator</span><span class="special">)</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717484016-bb"><span class="identifier">insert_commit</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717475712-bb"><span class="identifier">insert_before</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">reference</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717468480-bb"><span class="identifier">push_back</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717461920-bb"><span class="identifier">push_front</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717455360-bb"><span class="identifier">erase</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717449872-bb"><span class="identifier">erase</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">size_type</span> <a class="link" href="bs_set.html#idm45971717443632-bb"><span class="identifier">erase</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">size_type</span> <a class="link" href="bs_set.html#idm45971717437584-bb"><span class="identifier">erase</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717427488-bb"><span class="identifier">erase_and_dispose</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717419584-bb"><span class="identifier">erase_and_dispose</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="identifier">size_type</span> <a class="link" href="bs_set.html#idm45971717410928-bb"><span class="identifier">erase_and_dispose</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="identifier">size_type</span> <a class="link" href="bs_set.html#idm45971717402400-bb"><span class="identifier">erase_and_dispose</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717390176-bb"><span class="identifier">clear</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717385312-bb"><span class="identifier">clear_and_dispose</span></a><span class="special">(</span><span class="identifier">Disposer</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">size_type</span> <a class="link" href="bs_set.html#idm45971717379008-bb"><span class="identifier">count</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">size_type</span> <a class="link" href="bs_set.html#idm45971717373936-bb"><span class="identifier">count</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717364880-bb"><span class="identifier">lower_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717360128-bb"><span class="identifier">lower_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span><span class="special">;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717353280-bb"><span class="identifier">lower_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717348256-bb"><span class="identifier">lower_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717341136-bb"><span class="identifier">upper_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717336384-bb"><span class="identifier">upper_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span><span class="special">;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717327680-bb"><span class="identifier">upper_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717322656-bb"><span class="identifier">upper_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717313680-bb"><span class="identifier">find</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717308944-bb"><span class="identifier">find</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span><span class="special">;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717300208-bb"><span class="identifier">find</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717295200-bb"><span class="identifier">find</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717286192-bb"><span class="identifier">equal_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717281360-bb"><span class="identifier">equal_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717272528-bb"><span class="identifier">equal_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717267408-bb"><span class="identifier">equal_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717258288-bb"><span class="identifier">bounded_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717245856-bb"><span class="identifier">bounded_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">)</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717229056-bb"><span class="identifier">bounded_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">&gt;</span> <a class="link" href="bs_set.html#idm45971717216336-bb"><span class="identifier">bounded_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717199248-bb"><span class="identifier">iterator_to</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717193760-bb"><span class="identifier">iterator_to</span></a><span class="special">(</span><span class="identifier">const_reference</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="identifier">pointer</span> <a class="link" href="bs_set.html#idm45971717188272-bb"><span class="identifier">unlink_leftmost_without_rebalance</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717183360-bb"><span class="identifier">replace_node</span></a><span class="special">(</span><span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">reference</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717176096-bb"><span class="identifier">remove_node</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="special">...</span> Options2<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717170256-bb"><span class="identifier">merge</span></a><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a><span class="special">&lt;</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">Options2</span><span class="special">...</span> <span class="special">&gt;</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="special">...</span> Options2<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717162304-bb"><span class="identifier">merge</span></a><span class="special">(</span><a class="link" href="bs_multiset.html" title="Class template bs_multiset">bs_multiset</a><span class="special">&lt;</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">Options2</span><span class="special">...</span> <span class="special">&gt;</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="bs_set.html#idm45971717126432-bb">public static functions</a></span> <span class="keyword">static</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> <a class="link" href="bs_set.html#idm45971717125872-bb"><span class="identifier">container_from_end_iterator</span></a><span class="special">(</span><span class="identifier">iterator</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> <a class="link" href="bs_set.html#idm45971717119856-bb"><span class="identifier">container_from_end_iterator</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">static</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> <a class="link" href="bs_set.html#idm45971717113680-bb"><span class="identifier">container_from_iterator</span></a><span class="special">(</span><span class="identifier">iterator</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> <a class="link" href="bs_set.html#idm45971717107712-bb"><span class="identifier">container_from_iterator</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">static</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idm45971717101584-bb"><span class="identifier">s_iterator_to</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">static</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idm45971717094496-bb"><span class="identifier">s_iterator_to</span></a><span class="special">(</span><span class="identifier">const_reference</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idm45971717087408-bb"><span class="identifier">init_node</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span> <span class="comment">// public data members</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">bool</span> <span class="identifier">constant_time_size</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="id-1.3.20.42.7.4.4"></a><h2>Description</h2> <p>The class template <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> is an intrusive container, that mimics most of the interface of std::set as described in the C++ standard.</p> <p>The template parameter <code class="computeroutput">T</code> is the type to be managed by the container. The user can specify additional options and if no options are provided default options are used.</p> <p>The container supports the following options: <code class="computeroutput">base_hook&lt;&gt;/member_hook&lt;&gt;/value_traits&lt;&gt;</code>, <code class="computeroutput">constant_time_size&lt;&gt;</code>, <code class="computeroutput">size_type&lt;&gt;</code> and <code class="computeroutput">compare&lt;&gt;</code>. </p> <div class="refsect2"> <a name="id-1.3.20.42.7.4.4.5"></a><h3> <a name="boost.intrusive.bs_setconstruct-copy-destruct"></a><code class="computeroutput">bs_set</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><a name="idm45971717154192-bb"></a><span class="identifier">bs_set</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Constructs an empty container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: If value_traits::node_traits::node constructor throws (this does not happen with predefined Boost.Intrusive hooks) or the copy constructor of the key_compare object throws. Basic guarantee. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">explicit</span> <a name="idm45971717151040-bb"></a><span class="identifier">bs_set</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_compare</span> <span class="special">&amp;</span> cmp<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">value_traits</span> <span class="special">&amp;</span> v_traits <span class="special">=</span> <span class="identifier">value_traits</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Constructs an empty container with given comparison and traits.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: If value_traits::node_traits::node constructor throws (this does not happen with predefined Boost.Intrusive hooks) or the copy constructor of the key_compare object throws. Basic guarantee. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Iterator<span class="special">&gt;</span> <a name="idm45971717145920-bb"></a><span class="identifier">bs_set</span><span class="special">(</span><span class="identifier">Iterator</span> b<span class="special">,</span> <span class="identifier">Iterator</span> e<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_compare</span> <span class="special">&amp;</span> cmp <span class="special">=</span> <span class="identifier">key_compare</span><span class="special">(</span><span class="special">)</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">value_traits</span> <span class="special">&amp;</span> v_traits <span class="special">=</span> <span class="identifier">value_traits</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: Dereferencing iterator must yield an lvalue of type value_type. cmp must be a comparison function that induces a strict weak ordering.</p> <p><span class="bold"><strong>Effects</strong></span>: Constructs an empty container and inserts elements from [b, e).</p> <p><span class="bold"><strong>Complexity</strong></span>: Linear in N if [b, e) is already sorted using comp and otherwise N * log N, where N is the distance between first and last.</p> <p><span class="bold"><strong>Throws</strong></span>: If value_traits::node_traits::node constructor throws (this does not happen with predefined Boost.Intrusive hooks) or the copy constructor/operator() of the key_compare object throws. Basic guarantee. </p> </li> <li class="listitem"> <pre class="literallayout"><a name="idm45971717137456-bb"></a><span class="identifier">bs_set</span><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;&amp;</span> x<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Constructs a container moving resources from another container. Internal comparison object and value traits are move constructed and nodes belonging to x (except the node representing the "end") are linked to *this.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: If value_traits::node_traits::node's move constructor throws (this does not happen with predefined Boost.Intrusive hooks) or the move constructor of the comparison objet throws. </p> </li> <li class="listitem"> <pre class="literallayout"><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> <a name="idm45971717133152-bb"></a><span class="keyword">operator</span><span class="special">=</span><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;&amp;</span> x<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Equivalent to swap </p> </li> <li class="listitem"> <pre class="literallayout"><a name="idm45971717130336-bb"></a><span class="special">~</span><span class="identifier">bs_set</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Detaches all elements from this. The objects in the set are not deleted (i.e. no destructors are called), but the nodes according to the <code class="computeroutput"><a class="link" href="value_traits.html" title="Struct template value_traits">value_traits</a></code> template parameter are reinitialized and thus can be reused.</p> <p><span class="bold"><strong>Complexity</strong></span>: Linear to elements contained in *this.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> </ol></div> </div> <div class="refsect2"> <a name="id-1.3.20.42.7.4.4.6"></a><h3> <a name="idm45971717638928-bb"></a><code class="computeroutput">bs_set</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717638368-bb"></a><span class="identifier">begin</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns an iterator pointing to the beginning of the container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idm45971717634528-bb"></a><span class="identifier">begin</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the beginning of the container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idm45971717630688-bb"></a><span class="identifier">cbegin</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the beginning of the container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717626848-bb"></a><span class="identifier">end</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns an iterator pointing to the end of the container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idm45971717623008-bb"></a><span class="identifier">end</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the end of the container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idm45971717619168-bb"></a><span class="identifier">cend</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the end of the container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">reverse_iterator</span> <a name="idm45971717615328-bb"></a><span class="identifier">rbegin</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a reverse_iterator pointing to the beginning of the reversed container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_reverse_iterator</span> <a name="idm45971717611472-bb"></a><span class="identifier">rbegin</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a const_reverse_iterator pointing to the beginning of the reversed container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_reverse_iterator</span> <a name="idm45971717607616-bb"></a><span class="identifier">crbegin</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a const_reverse_iterator pointing to the beginning of the reversed container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">reverse_iterator</span> <a name="idm45971717603760-bb"></a><span class="identifier">rend</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a reverse_iterator pointing to the end of the reversed container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_reverse_iterator</span> <a name="idm45971717599904-bb"></a><span class="identifier">rend</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a const_reverse_iterator pointing to the end of the reversed container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_reverse_iterator</span> <a name="idm45971717596048-bb"></a><span class="identifier">crend</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a const_reverse_iterator pointing to the end of the reversed container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717592192-bb"></a><span class="identifier">root</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a iterator pointing to the root node of the container or end() if not present.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idm45971717588320-bb"></a><span class="identifier">root</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the root node of the container or cend() if not present.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idm45971717584448-bb"></a><span class="identifier">croot</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the root node of the container or cend() if not present.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">key_compare</span> <a name="idm45971717580576-bb"></a><span class="identifier">key_comp</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns the key_compare object used by the container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: If key_compare copy-constructor throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">value_compare</span> <a name="idm45971717576720-bb"></a><span class="identifier">value_comp</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns the value_compare object used by the container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: If value_compare copy-constructor throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">bool</span> <a name="idm45971717572848-bb"></a><span class="identifier">empty</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns true if the container is empty.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">size_type</span> <a name="idm45971717569024-bb"></a><span class="identifier">size</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns the number of elements stored in the container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Linear to elements contained in *this if constant-time size option is disabled. Constant time otherwise.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idm45971717565088-bb"></a><span class="identifier">swap</span><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> other<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Swaps the contents of two containers.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: If the comparison functor's swap call throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Cloner<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idm45971717560544-bb"></a><span class="identifier">clone_from</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> src<span class="special">,</span> <span class="identifier">Cloner</span> cloner<span class="special">,</span> <span class="identifier">Disposer</span> disposer<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw. Cloner should yield to nodes equivalent to the original nodes.</p> <p><span class="bold"><strong>Effects</strong></span>: Erases all the elements from *this calling Disposer::operator()(pointer), clones all the elements from src calling Cloner::operator()(const_reference ) and inserts them on *this. Copies the predicate from the source container.</p> <p>If cloner throws, all cloned elements are unlinked and disposed calling Disposer::operator()(pointer).</p> <p><span class="bold"><strong>Complexity</strong></span>: Linear to erased plus inserted elements.</p> <p><span class="bold"><strong>Throws</strong></span>: If cloner throws or predicate copy assignment throws. Basic guarantee. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Cloner<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idm45971717551488-bb"></a><span class="identifier">clone_from</span><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;&amp;</span> src<span class="special">,</span> <span class="identifier">Cloner</span> cloner<span class="special">,</span> <span class="identifier">Disposer</span> disposer<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw. Cloner should yield to nodes equivalent to the original nodes.</p> <p><span class="bold"><strong>Effects</strong></span>: Erases all the elements from *this calling Disposer::operator()(pointer), clones all the elements from src calling Cloner::operator()(reference) and inserts them on *this. Copies the predicate from the source container.</p> <p>If cloner throws, all cloned elements are unlinked and disposed calling Disposer::operator()(pointer).</p> <p><span class="bold"><strong>Complexity</strong></span>: Linear to erased plus inserted elements.</p> <p><span class="bold"><strong>Throws</strong></span>: If cloner throws or predicate copy assignment throws. Basic guarantee.</p> <p><span class="bold"><strong>Note</strong></span>: This version can modify the source container, useful to implement move semantics. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a name="idm45971717541680-bb"></a><span class="identifier">insert</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue</p> <p><span class="bold"><strong>Effects</strong></span>: Inserts value into the container if the value is not already present.</p> <p><span class="bold"><strong>Complexity</strong></span>: Average complexity for insert element is at most logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If the comparison functor call throws.</p> <p><span class="bold"><strong>Note</strong></span>: Does not affect the validity of iterators and references. No copy-constructors are called. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717535536-bb"></a><span class="identifier">insert</span><span class="special">(</span><span class="identifier">const_iterator</span> hint<span class="special">,</span> <span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue, and "hint" must be a valid iterator</p> <p><span class="bold"><strong>Effects</strong></span>: Tries to insert x into the container, using "hint" as a hint to where it will be inserted.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic in general, but it is amortized constant time (two comparisons in the worst case) if t is inserted immediately before hint.</p> <p><span class="bold"><strong>Throws</strong></span>: If the comparison functor call throws.</p> <p><span class="bold"><strong>Note</strong></span>: Does not affect the validity of iterators and references. No copy-constructors are called. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a name="idm45971717528576-bb"></a><span class="identifier">insert_check</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span> commit_data<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Checks if a value can be inserted in the container, using a user provided key instead of the value itself.</p> <p><span class="bold"><strong>Returns</strong></span>: If there is an equivalent value returns a pair containing an iterator to the already present value and false. If the value can be inserted returns true in the returned pair boolean and fills "commit_data" that is meant to be used with the "insert_commit" function.</p> <p><span class="bold"><strong>Complexity</strong></span>: Average complexity is at most logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If the comp ordering function throws. Strong guarantee. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a name="idm45971717522384-bb"></a><span class="identifier">insert_check</span><span class="special">(</span><span class="identifier">const_iterator</span> hint<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span> commit_data<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Checks if a value can be inserted in the container, using a user provided key instead of the value itself, using "hint" as a hint to where it will be inserted.</p> <p><span class="bold"><strong>Returns</strong></span>: If there is an equivalent value returns a pair containing an iterator to the already present value and false. If the value can be inserted returns true in the returned pair boolean and fills "commit_data" that is meant to be used with the "insert_commit" function.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic in general, but it's amortized constant time if t is inserted immediately before hint.</p> <p><span class="bold"><strong>Throws</strong></span>: If the comp ordering function throws. Strong guarantee. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a name="idm45971717515408-bb"></a><span class="identifier">insert_check</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span> commit_data<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: comp must be a comparison function that induces the same strict weak ordering as key_compare. The difference is that comp compares an arbitrary key with the contained values.</p> <p><span class="bold"><strong>Effects</strong></span>: Checks if a value can be inserted in the container, using a user provided key instead of the value itself.</p> <p><span class="bold"><strong>Returns</strong></span>: If there is an equivalent value returns a pair containing an iterator to the already present value and false. If the value can be inserted returns true in the returned pair boolean and fills "commit_data" that is meant to be used with the "insert_commit" function.</p> <p><span class="bold"><strong>Complexity</strong></span>: Average complexity is at most logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If the comp ordering function throws. Strong guarantee.</p> <p><span class="bold"><strong>Notes</strong></span>: This function is used to improve performance when constructing a value_type is expensive: if there is an equivalent value the constructed object must be discarded. Many times, the part of the node that is used to impose the order is much cheaper to construct than the value_type and this function offers the possibility to use that part to check if the insertion will be successful.</p> <p>If the check is successful, the user can construct the value_type and use "insert_commit" to insert the object in constant-time. This gives a total logarithmic complexity to the insertion: check(O(log(N)) + commit(O(1)).</p> <p>"commit_data" remains valid for a subsequent "insert_commit" only if no more objects are inserted or erased from the container. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <a name="idm45971717504000-bb"></a><span class="identifier">insert_check</span><span class="special">(</span><span class="identifier">const_iterator</span> hint<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span> commit_data<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: comp must be a comparison function that induces the same strict weak ordering as key_compare. The difference is that comp compares an arbitrary key with the contained values.</p> <p><span class="bold"><strong>Effects</strong></span>: Checks if a value can be inserted in the container, using a user provided key instead of the value itself, using "hint" as a hint to where it will be inserted.</p> <p><span class="bold"><strong>Returns</strong></span>: If there is an equivalent value returns a pair containing an iterator to the already present value and false. If the value can be inserted returns true in the returned pair boolean and fills "commit_data" that is meant to be used with the "insert_commit" function.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic in general, but it's amortized constant time if t is inserted immediately before hint.</p> <p><span class="bold"><strong>Throws</strong></span>: If the comp ordering function throws. Strong guarantee.</p> <p><span class="bold"><strong>Notes</strong></span>: This function is used to improve performance when constructing a value_type is expensive: if there is an equivalent value the constructed object must be discarded. Many times, the part of the constructing that is used to impose the order is much cheaper to construct than the value_type and this function offers the possibility to use that key to check if the insertion will be successful.</p> <p>If the check is successful, the user can construct the value_type and use "insert_commit" to insert the object in constant-time. This can give a total constant-time complexity to the insertion: check(O(1)) + commit(O(1)).</p> <p>"commit_data" remains valid for a subsequent "insert_commit" only if no more objects are inserted or erased from the container. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Iterator<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idm45971717491808-bb"></a><span class="identifier">insert</span><span class="special">(</span><span class="identifier">Iterator</span> b<span class="special">,</span> <span class="identifier">Iterator</span> e<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: Dereferencing iterator must yield an lvalue of type value_type.</p> <p><span class="bold"><strong>Effects</strong></span>: Tries to insert each element of a range into the container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Insert range is in general O(N * log(N)), where N is the size of the range. However, it is linear in N if the range is already sorted by value_comp().</p> <p><span class="bold"><strong>Throws</strong></span>: If the comparison functor call throws.</p> <p><span class="bold"><strong>Note</strong></span>: Does not affect the validity of iterators and references. No copy-constructors are called. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717484016-bb"></a><span class="identifier">insert_commit</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">insert_commit_data</span> <span class="special">&amp;</span> commit_data<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue of type value_type. commit_data must have been obtained from a previous call to "insert_check". No objects should have been inserted or erased from the container between the "insert_check" that filled "commit_data" and the call to "insert_commit".</p> <p><span class="bold"><strong>Effects</strong></span>: Inserts the value in the container using the information obtained from the "commit_data" that a previous "insert_check" filled.</p> <p><span class="bold"><strong>Returns</strong></span>: An iterator to the newly inserted object.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant time.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Notes</strong></span>: This function has only sense if a "insert_check" has been previously executed to fill "commit_data". No value should be inserted or erased between the "insert_check" and "insert_commit" calls. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717475712-bb"></a><span class="identifier">insert_before</span><span class="special">(</span><span class="identifier">const_iterator</span> pos<span class="special">,</span> <span class="identifier">reference</span> value<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue, "pos" must be a valid iterator (or end) and must be the succesor of value once inserted according to the predicate</p> <p><span class="bold"><strong>Effects</strong></span>: Inserts x into the container before "pos".</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant time.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: This function does not check preconditions so if "pos" is not the successor of "value" container ordering invariant will be broken. This is a low-level function to be used only for performance reasons by advanced users. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idm45971717468480-bb"></a><span class="identifier">push_back</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue, and it must be no less than the greatest inserted key</p> <p><span class="bold"><strong>Effects</strong></span>: Inserts x into the container in the last position.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant time.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: This function does not check preconditions so if value is less than the greatest inserted key container ordering invariant will be broken. This function is slightly more efficient than using "insert_before". This is a low-level function to be used only for performance reasons by advanced users. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idm45971717461920-bb"></a><span class="identifier">push_front</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue, and it must be no greater than the minimum inserted key</p> <p><span class="bold"><strong>Effects</strong></span>: Inserts x into the container in the first position.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant time.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: This function does not check preconditions so if value is greater than the minimum inserted key container ordering invariant will be broken. This function is slightly more efficient than using "insert_before". This is a low-level function to be used only for performance reasons by advanced users. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717455360-bb"></a><span class="identifier">erase</span><span class="special">(</span><span class="identifier">const_iterator</span> i<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Erases the element pointed to by i.</p> <p><span class="bold"><strong>Complexity</strong></span>: Average complexity for erase element is constant time.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717449872-bb"></a><span class="identifier">erase</span><span class="special">(</span><span class="identifier">const_iterator</span> b<span class="special">,</span> <span class="identifier">const_iterator</span> e<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Erases the range pointed to by b end e.</p> <p><span class="bold"><strong>Complexity</strong></span>: Average complexity for erase range is at most O(log(size() + N)), where N is the number of elements in the range.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">size_type</span> <a name="idm45971717443632-bb"></a><span class="identifier">erase</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Erases all the elements with the given value.</p> <p><span class="bold"><strong>Returns</strong></span>: The number of erased elements.</p> <p><span class="bold"><strong>Complexity</strong></span>: O(log(size() + N).</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">size_type</span> <a name="idm45971717437584-bb"></a><span class="identifier">erase</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), with nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p> <p><span class="bold"><strong>Effects</strong></span>: Erases all the elements with the given key. according to the comparison functor "comp".</p> <p><span class="bold"><strong>Returns</strong></span>: The number of erased elements.</p> <p><span class="bold"><strong>Complexity</strong></span>: O(log(size() + N).</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="identifier">iterator</span> <a name="idm45971717427488-bb"></a><span class="identifier">erase_and_dispose</span><span class="special">(</span><span class="identifier">const_iterator</span> i<span class="special">,</span> <span class="identifier">Disposer</span> disposer<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw.</p> <p><span class="bold"><strong>Effects</strong></span>: Erases the element pointed to by i. Disposer::operator()(pointer) is called for the removed element.</p> <p><span class="bold"><strong>Complexity</strong></span>: Average complexity for erase element is constant time.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators to the erased elements. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="identifier">iterator</span> <a name="idm45971717419584-bb"></a><span class="identifier">erase_and_dispose</span><span class="special">(</span><span class="identifier">const_iterator</span> b<span class="special">,</span> <span class="identifier">const_iterator</span> e<span class="special">,</span> <span class="identifier">Disposer</span> disposer<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw.</p> <p><span class="bold"><strong>Effects</strong></span>: Erases the range pointed to by b end e. Disposer::operator()(pointer) is called for the removed elements.</p> <p><span class="bold"><strong>Complexity</strong></span>: Average complexity for erase range is at most O(log(size() + N)), where N is the number of elements in the range.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators to the erased elements. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="identifier">size_type</span> <a name="idm45971717410928-bb"></a><span class="identifier">erase_and_dispose</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">Disposer</span> disposer<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw.</p> <p><span class="bold"><strong>Effects</strong></span>: Erases all the elements with the given value. Disposer::operator()(pointer) is called for the removed elements.</p> <p><span class="bold"><strong>Returns</strong></span>: The number of erased elements.</p> <p><span class="bold"><strong>Complexity</strong></span>: O(log(size() + N).</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="identifier">size_type</span> <a name="idm45971717402400-bb"></a><span class="identifier">erase_and_dispose</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">,</span> <span class="identifier">Disposer</span> disposer<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk) and nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p> <p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw.</p> <p><span class="bold"><strong>Effects</strong></span>: Erases all the elements with the given key. according to the comparison functor "comp". Disposer::operator()(pointer) is called for the removed elements.</p> <p><span class="bold"><strong>Returns</strong></span>: The number of erased elements.</p> <p><span class="bold"><strong>Complexity</strong></span>: O(log(size() + N).</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators to the erased elements. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idm45971717390176-bb"></a><span class="identifier">clear</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Erases all of the elements.</p> <p><span class="bold"><strong>Complexity</strong></span>: Linear to the number of elements on the container. if it's a safe-mode or auto-unlink value_type. Constant time otherwise.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Disposer<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idm45971717385312-bb"></a><span class="identifier">clear_and_dispose</span><span class="special">(</span><span class="identifier">Disposer</span> disposer<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Erases all of the elements calling disposer(p) for each node to be erased. <span class="bold"><strong>Complexity</strong></span>: Average complexity for is at most O(log(size() + N)), where N is the number of elements in the container.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. Calls N times to disposer functor. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">size_type</span> <a name="idm45971717379008-bb"></a><span class="identifier">count</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns the number of contained elements with the given value</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic to the number of elements contained plus lineal to number of objects with the given value.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">size_type</span> <a name="idm45971717373936-bb"></a><span class="identifier">count</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), and nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns the number of contained elements with the given key</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic to the number of elements contained plus lineal to number of objects with the given key.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717364880-bb"></a><span class="identifier">lower_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is not less than k or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">iterator</span> <a name="idm45971717360128-bb"></a><span class="identifier">lower_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is not less than k or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idm45971717353280-bb"></a><span class="identifier">lower_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is not less than k or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">const_iterator</span> <a name="idm45971717348256-bb"></a><span class="identifier">lower_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is not less than k or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717341136-bb"></a><span class="identifier">upper_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is greater than k or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">iterator</span> <a name="idm45971717336384-bb"></a><span class="identifier">upper_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to !comp(key, nk), with nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is greater than k according to comp or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idm45971717327680-bb"></a><span class="identifier">upper_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is greater than k or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">const_iterator</span> <a name="idm45971717322656-bb"></a><span class="identifier">upper_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to !comp(key, nk), with nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is greater than k according to comp or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717313680-bb"></a><span class="identifier">find</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Finds an iterator to the first element whose key is k or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">iterator</span> <a name="idm45971717308944-bb"></a><span class="identifier">find</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), and nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p> <p><span class="bold"><strong>Effects</strong></span>: Finds an iterator to the first element whose key is k or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idm45971717300208-bb"></a><span class="identifier">find</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Finds an iterator to the first element whose key is k or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">const_iterator</span> <a name="idm45971717295200-bb"></a><span class="identifier">find</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), and nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p> <p><span class="bold"><strong>Effects</strong></span>: Finds an iterator to the first element whose key is k or end() if that element does not exist.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">&gt;</span> <a name="idm45971717286192-bb"></a><span class="identifier">equal_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Finds a range containing all elements whose key is k or an empty range that indicates the position where those elements would be if they there is no elements with key k.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">&gt;</span> <a name="idm45971717281360-bb"></a><span class="identifier">equal_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), with nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p> <p><span class="bold"><strong>Effects</strong></span>: Finds a range containing all elements whose key is k or an empty range that indicates the position where those elements would be if they there is no elements with key k.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">&gt;</span> <a name="idm45971717272528-bb"></a><span class="identifier">equal_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> key<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Finds a range containing all elements whose key is k or an empty range that indicates the position where those elements would be if they there is no elements with key k.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">&gt;</span> <a name="idm45971717267408-bb"></a><span class="identifier">equal_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), with nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p> <p><span class="bold"><strong>Effects</strong></span>: Finds a range containing all elements whose key is k or an empty range that indicates the position where those elements would be if they there is no elements with key k.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">&gt;</span> <a name="idm45971717258288-bb"></a><span class="identifier">bounded_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> lower_key<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> upper_key<span class="special">,</span> <span class="keyword">bool</span> left_closed<span class="special">,</span> <span class="keyword">bool</span> right_closed<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: <code class="computeroutput">upper_key</code> shall not precede <code class="computeroutput">lower_key</code> according to key_compare. [key_comp()(upper_key, lower_key) shall be false]</p> <p>If <code class="computeroutput">lower_key</code> is equivalent to <code class="computeroutput">upper_key</code> [!key_comp()(upper_key, lower_key) &amp;&amp; !key_comp()(lower_key, upper_key)] then ('left_closed' || 'right_closed') must be false.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns an a pair with the following criteria:</p> <p>first = lower_bound(lower_key) if left_closed, upper_bound(lower_key) otherwise</p> <p>second = upper_bound(upper_key) if right_closed, lower_bound(upper_key) otherwise</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws.</p> <p><span class="bold"><strong>Note</strong></span>: This function can be more efficient than calling upper_bound and lower_bound for lower_value and upper_value.</p> <p><span class="bold"><strong>Note</strong></span>: Experimental function, the interface might change in future releases. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">&gt;</span> <a name="idm45971717245856-bb"></a><span class="identifier">bounded_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> lower_key<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> upper_key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">,</span> <span class="keyword">bool</span> left_closed<span class="special">,</span> <span class="keyword">bool</span> right_closed<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: <code class="computeroutput">lower_key</code> is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, lower_key) if left_closed is true, with respect to !comp(lower_key, nk) otherwise.</p> <p><code class="computeroutput">upper_key</code> is a value such that <code class="computeroutput">*this</code> is partitioned with respect to !comp(upper_key, nk) if right_closed is true, with respect to comp(nk, upper_key) otherwise.</p> <p><code class="computeroutput">upper_key</code> shall not precede <code class="computeroutput">lower_key</code> according to comp [comp(upper_key, lower_key) shall be false]</p> <p>If <code class="computeroutput">lower_key</code> is equivalent to <code class="computeroutput">upper_key</code> [!comp(upper_key, lower_key) &amp;&amp; !comp(lower_key, upper_key)] then ('left_closed' || 'right_closed') must be false.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns an a pair with the following criteria:</p> <p>first = lower_bound(lower_key, comp) if left_closed, upper_bound(lower_key, comp) otherwise</p> <p>second = upper_bound(upper_key, comp) if right_closed, lower_bound(upper_key, comp) otherwise</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws.</p> <p><span class="bold"><strong>Note</strong></span>: This function can be more efficient than calling upper_bound and lower_bound for lower_key and upper_key.</p> <p><span class="bold"><strong>Note</strong></span>: Experimental function, the interface might change in future releases. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">&gt;</span> <a name="idm45971717229056-bb"></a><span class="identifier">bounded_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> lower_key<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&amp;</span> upper_key<span class="special">,</span> <span class="keyword">bool</span> left_closed<span class="special">,</span> <span class="keyword">bool</span> right_closed<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: <code class="computeroutput">upper_key</code> shall not precede <code class="computeroutput">lower_key</code> according to key_compare. [key_comp()(upper_key, lower_key) shall be false]</p> <p>If <code class="computeroutput">lower_key</code> is equivalent to <code class="computeroutput">upper_key</code> [!key_comp()(upper_key, lower_key) &amp;&amp; !key_comp()(lower_key, upper_key)] then ('left_closed' || 'right_closed') must be false.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns an a pair with the following criteria:</p> <p>first = lower_bound(lower_key) if left_closed, upper_bound(lower_key) otherwise</p> <p>second = upper_bound(upper_key) if right_closed, lower_bound(upper_key) otherwise</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws.</p> <p><span class="bold"><strong>Note</strong></span>: This function can be more efficient than calling upper_bound and lower_bound for lower_value and upper_value.</p> <p><span class="bold"><strong>Note</strong></span>: Experimental function, the interface might change in future releases. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">&gt;</span> <a name="idm45971717216336-bb"></a><span class="identifier">bounded_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> lower_key<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&amp;</span> upper_key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">,</span> <span class="keyword">bool</span> left_closed<span class="special">,</span> <span class="keyword">bool</span> right_closed<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: <code class="computeroutput">lower_key</code> is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, lower_key) if left_closed is true, with respect to !comp(lower_key, nk) otherwise.</p> <p><code class="computeroutput">upper_key</code> is a value such that <code class="computeroutput">*this</code> is partitioned with respect to !comp(upper_key, nk) if right_closed is true, with respect to comp(nk, upper_key) otherwise.</p> <p><code class="computeroutput">upper_key</code> shall not precede <code class="computeroutput">lower_key</code> according to comp [comp(upper_key, lower_key) shall be false]</p> <p>If <code class="computeroutput">lower_key</code> is equivalent to <code class="computeroutput">upper_key</code> [!comp(upper_key, lower_key) &amp;&amp; !comp(lower_key, upper_key)] then ('left_closed' || 'right_closed') must be false.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns an a pair with the following criteria:</p> <p>first = lower_bound(lower_key, comp) if left_closed, upper_bound(lower_key, comp) otherwise</p> <p>second = upper_bound(upper_key, comp) if right_closed, lower_bound(upper_key, comp) otherwise</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p> <p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws.</p> <p><span class="bold"><strong>Note</strong></span>: This function can be more efficient than calling upper_bound and lower_bound for lower_key and upper_key.</p> <p><span class="bold"><strong>Note</strong></span>: Experimental function, the interface might change in future releases. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">iterator</span> <a name="idm45971717199248-bb"></a><span class="identifier">iterator_to</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue and shall be in a set of appropriate type. Otherwise the behavior is undefined.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns: a valid iterator i belonging to the set that points to the value</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idm45971717193760-bb"></a><span class="identifier">iterator_to</span><span class="special">(</span><span class="identifier">const_reference</span> value<span class="special">)</span> <span class="keyword">const</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue and shall be in a set of appropriate type. Otherwise the behavior is undefined.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns: a valid const_iterator i belonging to the set that points to the value</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">pointer</span> <a name="idm45971717188272-bb"></a><span class="identifier">unlink_leftmost_without_rebalance</span><span class="special">(</span><span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: Unlinks the leftmost node from the container.</p> <p><span class="bold"><strong>Complexity</strong></span>: Average complexity is constant time.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Notes</strong></span>: This function breaks the container and the container can only be used for more unlink_leftmost_without_rebalance calls. This function is normally used to achieve a step by step controlled destruction of the container. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idm45971717183360-bb"></a><span class="identifier">replace_node</span><span class="special">(</span><span class="identifier">iterator</span> replace_this<span class="special">,</span> <span class="identifier">reference</span> with_this<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: replace_this must be a valid iterator of *this and with_this must not be inserted in any container.</p> <p><span class="bold"><strong>Effects</strong></span>: Replaces replace_this in its position in the container with with_this. The container does not need to be rebalanced.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: This function will break container ordering invariants if with_this is not equivalent to *replace_this according to the ordering rules. This function is faster than erasing and inserting the node, since no rebalancing or comparison is needed. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idm45971717176096-bb"></a><span class="identifier">remove_node</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Effects</strong></span>: removes "value" from the container.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic time.</p> <p><span class="bold"><strong>Note</strong></span>: This static function is only usable with non-constant time size containers that have stateless comparison functors.</p> <p>If the user calls this function with a constant time size container or stateful comparison functor a compilation error will be issued. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="special">...</span> Options2<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idm45971717170256-bb"></a><span class="identifier">merge</span><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a><span class="special">&lt;</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">Options2</span><span class="special">...</span> <span class="special">&gt;</span> <span class="special">&amp;</span> source<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: "source" container's Options can only can differ in the comparison function from *this.</p> <p><span class="bold"><strong>Effects</strong></span>: Attempts to extract each element in source and insert it into a using the comparison object of *this. If there is an element in a with key equivalent to the key of an element from source, then that element is not extracted from source.</p> <p><span class="bold"><strong>Postcondition</strong></span>: Pointers and references to the transferred elements of source refer to those same elements but as members of *this. Iterators referring to the transferred elements will continue to refer to their elements, but they now behave as iterators into *this, not into source.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing unless the comparison object throws.</p> <p><span class="bold"><strong>Complexity</strong></span>: N log(a.size() + N) (N has the value source.size()) </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="special">...</span> Options2<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idm45971717162304-bb"></a><span class="identifier">merge</span><span class="special">(</span><a class="link" href="bs_multiset.html" title="Class template bs_multiset">bs_multiset</a><span class="special">&lt;</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">Options2</span><span class="special">...</span> <span class="special">&gt;</span> <span class="special">&amp;</span> source<span class="special">)</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: "source" container's Options can only can differ in the comparison function from *this.</p> <p><span class="bold"><strong>Effects</strong></span>: Attempts to extract each element in source and insert it into a using the comparison object of *this. If there is an element in a with key equivalent to the key of an element from source, then that element is not extracted from source.</p> <p><span class="bold"><strong>Postcondition</strong></span>: Pointers and references to the transferred elements of source refer to those same elements but as members of *this. Iterators referring to the transferred elements will continue to refer to their elements, but they now behave as iterators into *this, not into source.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing unless the comparison object throws.</p> <p><span class="bold"><strong>Complexity</strong></span>: N log(a.size() + N) (N has the value source.size()) </p> </li> </ol></div> </div> <div class="refsect2"> <a name="id-1.3.20.42.7.4.4.7"></a><h3> <a name="idm45971717126432-bb"></a><code class="computeroutput">bs_set</code> public static functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> <a name="idm45971717125872-bb"></a><span class="identifier">container_from_end_iterator</span><span class="special">(</span><span class="identifier">iterator</span> end_iterator<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Precondition</strong></span>: end_iterator must be a valid end iterator of the container.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns a const reference to the container associated to the end iterator</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> <a name="idm45971717119856-bb"></a><span class="identifier">container_from_end_iterator</span><span class="special">(</span><span class="identifier">const_iterator</span> end_iterator<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Precondition</strong></span>: end_iterator must be a valid end iterator of the container.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns a const reference to the container associated to the end iterator</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> <a name="idm45971717113680-bb"></a><span class="identifier">container_from_iterator</span><span class="special">(</span><span class="identifier">iterator</span> it<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Precondition</strong></span>: it must be a valid iterator of the container.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns a const reference to the container associated to the iterator</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&amp;</span> <a name="idm45971717107712-bb"></a><span class="identifier">container_from_iterator</span><span class="special">(</span><span class="identifier">const_iterator</span> it<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Precondition</strong></span>: it must be a valid iterator of the container.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns a const reference to the container associated to the iterator</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Complexity</strong></span>: Logarithmic. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="identifier">iterator</span> <a name="idm45971717101584-bb"></a><span class="identifier">s_iterator_to</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue and shall be in a set of appropriate type. Otherwise the behavior is undefined.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns: a valid iterator i belonging to the set that points to the value</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: This static function is available only if the <span class="emphasis"><em>value traits</em></span> is stateless. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="identifier">const_iterator</span> <a name="idm45971717094496-bb"></a><span class="identifier">s_iterator_to</span><span class="special">(</span><span class="identifier">const_reference</span> value<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue and shall be in a set of appropriate type. Otherwise the behavior is undefined.</p> <p><span class="bold"><strong>Effects</strong></span>: Returns: a valid iterator i belonging to the set that points to the value</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Note</strong></span>: This static function is available only if the <span class="emphasis"><em>value traits</em></span> is stateless. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="keyword">void</span> <a name="idm45971717087408-bb"></a><span class="identifier">init_node</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span> <span class="keyword">noexcept</span><span class="special">;</span></pre> <p><span class="bold"><strong>Requires</strong></span>: value shall not be in a container.</p> <p><span class="bold"><strong>Effects</strong></span>: init_node puts the hook of a value in a well-known default state.</p> <p><span class="bold"><strong>Throws</strong></span>: Nothing.</p> <p><span class="bold"><strong>Complexity</strong></span>: Constant time.</p> <p><span class="bold"><strong>Note</strong></span>: This function puts the hook in the well-known default state used by auto_unlink and safe hooks. </p> </li> </ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2005 Olaf Krzikalla<br>Copyright © 2006-2015 Ion Gaztanaga<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="bs_multiset.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hpp"><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="make_bs_multiset.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/doc/html/boost/intrusive/bs_set.html
HTML
mit
151,183
<HTML> <Header> <Title>per_fenacimiento - Column</Title> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <Link href="../css/doc.css" rel="stylesheet" type="text/css"> </Header> <Body> <table class="logo"> <tr> <td class="logo">merclinica [BDClinica.xml]</td> </tr> </table> <table class="horzMenu"> <tr> <td class="horzMenu"><a class="horzMenu" href="../index.html"> Home</a></td><td class="horzMenu">|</td><td class="horzMenu"><a class="horzMenu" href="../tables/index.html">Tables</a></td><td class="horzMenu">|</td><td class="horzMenu"><a class="horzMenu" href="../schemas/index.html">Schemas</a></td><td class="horzMenu">|</td><td class="horzMenu"><a class="horzMenu" href="../diagrams/index.html">Diagrams</a></td><td class="horzMenu">|</td><td class="horzMenu"><a class="horzMenu" href="../foreignKeys/index.html">Foreign Keys</a></td><td class="horzMenu">|</td><td class="horzMenu"><a class="horzMenu" href="../indexes/index.html">Indexes</a></td><td class="horzMenuFiller"></td> </tr> </table> <hr> <table class="flat"> <tr class="banner"> <td class="title_nm">per_fenacimiento</td><td class="watermark_right">(Column)</td> </tr> <tr> <td class="key">Name</td><td class="value">per_fenacimiento</td> </tr> <tr> <td class="key">Comment</td><td class="value">Fecha de Nacimiento de la Persona</td> </tr> <tr> <td class="key">Data Type</td><td class="value">Date</td> </tr> <tr> <td class="key">Primary Key</td><td class="value"> </td> </tr> <tr> <td class="key">Nulls</td><td class="value"> </td> </tr> <tr> <td class="key">Auto Num.</td><td class="value"> </td> </tr> <tr> <td class="key">Default</td><td class="value"> </td> </tr> <tr> <td class="key">FK</td><td class="value"> </td> </tr> </table> </Body> </HTML>
Duvan07/Imperium
Documentacion/01. Requisitos/0.5 Diccionario de Datos/columns/public_mer_persona_per_fenacimiento.html
HTML
mit
1,792
{{/* Pages Widget */}} {{/* Initialise */}} {{ $ := .root }} {{ $st := .page }} {{ $items_type := $st.Params.content.page_type | default "post" }} {{ $items_offset := $st.Params.content.offset | default 0 }} {{ $items_count := $st.Params.content.count }} {{ if eq $items_count 0 }} {{ $items_count = 65535 }} {{ else }} {{ $items_count = $items_count | default 5 }} {{ end }} {{ $items_sort := $st.Params.content.order | default "desc" }} {{/* Query */}} {{ $query := where site.RegularPages "Type" $items_type }} {{ $archive_page := site.GetPage "Section" $items_type }} {{/* Filters */}} {{ if $st.Params.content.filters.tag }} {{ $archive_page = site.GetPage (printf "tags/%s" (urlize $st.Params.content.filters.tag)) }} {{ $query = $query | intersect $archive_page.Pages }} {{ end }} {{ if $st.Params.content.filters.category }} {{ $archive_page = site.GetPage (printf "categories/%s" (urlize $st.Params.content.filters.category)) }} {{ $query = $query | intersect $archive_page.Pages }} {{ end }} {{ if $st.Params.content.filters.publication_type }} {{ $archive_page = site.GetPage (printf "publication_types/%s" $st.Params.content.filters.publication_type) }} {{ $query = $query | intersect $archive_page.Pages }} {{ end }} {{ if $st.Params.content.filters.author }} {{ $archive_page = site.GetPage (printf "authors/%s" (urlize $st.Params.content.filters.author)) }} {{ $query = $query | intersect $archive_page.Pages }} {{ end }} {{ if $st.Params.content.filters.exclude_featured }} {{ $query = where $query "Params.featured" "!=" true }} {{ end }} {{ if $st.Params.content.filters.exclude_past }} {{ $query = where $query "Date" ">=" now }} {{ end }} {{ if $st.Params.content.filters.exclude_future }} {{ $query = where $query "Date" "<" now }} {{ end }} {{ $count := len $query }} {{/* Sort */}} {{ $sort_by := "Date" }} {{ $query = sort $query $sort_by $items_sort }} {{/* Offset and Limit */}} {{ if gt $items_offset 0 }} {{ $query = first $items_count (after $items_offset $query) }} {{ else }} {{ $query = first $items_count $query }} {{ end }} {{/* Localisation */}} {{ $i18n := "" }} {{ if eq $items_type "post" }} {{ $i18n = "more_posts" }} {{ else if eq $items_type "talk" }} {{ $i18n = "more_talks" }} {{ else if eq $items_type "publication" }} {{ $i18n = "more_publications" }} {{ else }} {{ $i18n = "more_pages" }} {{ end }} <div class="row"> <div class="col-12 col-lg-4 section-heading"> <h1>{{ with $st.Title }}{{ . | markdownify | emojify }}{{ end }}</h1> {{ with $st.Params.subtitle }}<p>{{ . | markdownify | emojify }}</p>{{ end }} </div> <div class="col-12 col-lg-8"> {{ with $st.Content }}{{ . }}{{ end }} {{ range $post := $query }} {{ if eq $st.Params.design.view 1 }} {{ partial "li_list" . }} {{ else if eq $st.Params.design.view 3 }} {{ partial "li_card" . }} {{ else if eq $st.Params.design.view 4 | and (eq $items_type "publication") }} {{ partial "li_citation" . }} {{ else }} {{ partial "li_compact" . }} {{ end }} {{end}} {{ if gt $count $items_count }} <div class="see-all"> <a href="{{ $archive_page.RelPermalink }}"> {{ i18n $i18n | default "See all" }} <i class="fas fa-angle-right"></i> </a> </div> {{ end }} </div> </div>
docmanny/docmanny.github.io
themes/hugo-academic/layouts/partials/widgets/pages.html
HTML
mit
3,349
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="sl-SI"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Dajte svoje namizje v souporabo</title> <link rel="stylesheet" type="text/css" href="../vodnik_1404.css"> <link rel="stylesheet" type="text/css" > <script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script> </head> <body><div id="wrapper" class="hfeed"> <div id="header"> <div id="branding"> <div id="blog-title"><span><a rel="home" title="Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu" href="https://www.ubuntu.si/">Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu</a></span></div> <h1 id="blog-description"></h1> </div> <div id="access"><div id="loco-header-menu"><ul id="primary-header-menu"><li class="widget-container widget_nav_menu" id="nav_menu-3"><div class="menu-glavni-meni-container"><ul class="menu" id="menu-glavni-meni"> <li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="/">Novice</a></li> <li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/punbb/">Forum</a></li> <li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="http://www.ubuntu.si/wordpress/kaj-je-ubuntu/">Kaj je Ubuntu?</a></li> <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="http://www.ubuntu.si/wordpress/pogosta_vprasanja/">Pogosta vprašanja</a></li> <li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="http://www.ubuntu.si/wordpress/skupnost/">Skupnost</a></li> <li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="http://www.ubuntu.si/wordpress/povezave/">Povezave</a></li> </ul></div></li></ul></div></div> </div> <div id="main"><div id="container"><div id="content"> <!-- Piwik Image Tracker --><img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1&amp;rec=1" style="border:0" alt="" /><!-- End Piwik --> </script> <div class="trails"><div class="trail"> <a class="trail" href="index.html" title="Namizni vodnik Ubuntu"><span class="media media-image"><img src="figures/ubuntu-logo.png" height="16" width="16" alt="Pomoč"></span> Namizni vodnik Ubuntu</a> » <a class="trail" href="net.html" title="Omreženje, splet, pošta in klepet">Omreženje, splet, pošta in klepet</a> » <a class="trail" href="sharing.html" title="Souporaba">Souporaba</a> » </div></div> <div class="hgroup"><h1 class="title"><span class="title">Dajte svoje namizje v souporabo</span></h1></div> <div class="region"> <div class="contents"> <p class="p">Drugim lahko pustite, da si iz drugega računalnika s programom, ki lahko spremlja namizje, ogledujejo in nadzirajo vaše namizje. Da dovolite drugim, da dostopajo do vašega namizja, nastavite <span class=" app">Deljenje namizja</span> in možnosti varnosti.</p> <div class="steps"><div class="inner"><div class="region"><ol class="steps"> <li class="steps"><p class="p">V <span class=" gui">pregledni plošči</span> odprite <span class=" app">Souporaba namizja</span></p></li> <li class="steps"><p class="p">Če želite, da lahko drugi delajo z vašim namizje, omogoči možnosti <span class=" gui">Dovoli drugim uporabnikom ogled mojega namizja</span>. To pomeni, da se bodo drugi ljudje lahko povezali z vašim računalnikom.</p></li> <li class="steps"><p class="p">Da bi drugim pustili delo z vašim namizjem, omogočite možnost <span class=" gui">Drugim uporabnikom dovoli nadzor mojega namizja</span>. To bo morda drugi osebi dovolilo premik vaše miške, poganjanje programov in brskanje med datotekami na računalniku, odvisno od varnostnih nastavitev, ki jih trenutno uporabljate.</p></li> </ol></div></div></div> </div> <div id="security" class="sect"><div class="inner"> <div class="hgroup"><h2 class="title"><span class="title">Varnost</span></h2></div> <div class="region"><div class="contents"> <p class="p">Pomembno je, da dobro premislite, kaj vsaka možnost varnosti pomeni, preden jo spremenite.</p> <div class="terms"><div class="inner"><div class="region"><dl class="terms"> <dt class="terms">Potrdite dostop do vašega računalnika</dt> <dd class="terms"> <p class="p">Če želite izbrati ali želite nekomu omogočiti dostop do svojega namizja, izberite <span class=" gui">Potrditi morate vsak dostop do tega računalnika</span>. V primeru da to možnost onemogočite, ne boste vprašani ali želite nekomu dovoliti povezavo s svojim računalnikom.</p> <div class="note note-tip" title="Namig"><div class="inner"><div class="region"><div class="contents"><p class="p">Ta možnost je privzeto omogočena</p></div></div></div></div> </dd> <dt class="terms">Omogoči geslo</dt> <dd class="terms"> <p class="p">Če želite, da morajo drugi ljudje za povezavo z vašim namizjem vnesti geslo, izberite <span class=" gui">Zahtevaj, da uporabnik vnese to geslo</span>. Če te možnosti ne uporabite, si lahko kdorkoli poskusi ogledati vaše namizje.</p> <div class="note note-tip" title="Namig"><div class="inner"><div class="region"><div class="contents"><p class="p">Ta možnost je privzeto onemogočena, vendar je pametno, da jo omogočite in nastavite varno geslo.</p></div></div></div></div> </dd> <dt class="terms">Dovolite drugim dostop do svojega namizja preko Interneta</dt> <dd class="terms"> <p class="p">V primeru da vaš usmerjevalnik podpira Protokol UPnP Internet Gateway Device in je omogočen, lahko drugim ljudem, ki niso na vašem krajevnem omrežju, dovolite ogled vašega namizja. Za omogočitev tega izberite <span class=" gui">Samodejno nastavi usmerjevalnik UPnP za odprtje in posredovanje vrat</span>. Namesto tega lahko svoj usmerjevalnik nastavite ročno.</p> <div class="note note-tip" title="Namig"><div class="inner"><div class="region"><div class="contents"><p class="p">Ta možnost je privzeto onemogočena.</p></div></div></div></div> </dd> </dl></div></div></div> </div></div> </div></div> <div id="notification-icon" class="sect"><div class="inner"> <div class="hgroup"><h2 class="title"><span class="title">Pokaži ikono obvestilnega področja</span></h2></div> <div class="region"><div class="contents"> <p class="p">Da bi lahko prekinili povezavo z nekom, ki si ogleduje vaše namizje, morate to možnost omogočiti. V primeru da izberete <span class=" gui">Vedno</span>, bo ta iona vedno vidna ne glede na to ali si kdo ogleduje vaše namizje ali ne.</p> <div class="note note-warning" title="Opozorilo"><div class="inner"><div class="region"><div class="contents"><p class="p">Če onemogočite to možnost, obstaja možnost, ki je odvisna od nastavitev varnosti, da se bo nekdo brez vaše vednosti povezal na vaše namizje.</p></div></div></div></div> </div></div> </div></div> <div class="sect sect-links"> <div class="hgroup"></div> <div class="contents"><div class="links seealsolinks"><div class="inner"> <div class="title"><h2><span class="title">Več podrobnosti</span></h2></div> <div class="region"><ul><li class="links "> <a href="sharing.html" title="Souporaba">Souporaba</a><span class="desc"> — <span class=" link"><a href="sharing-desktop.html" title="Dajte svoje namizje v souporabo">Souporaba namizja</a></span></span> </li></ul></div> </div></div></div> </div> </div> <div class="clear"></div> </div></div></div> <div id="footer"><img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1amp;rec=1" style="border:0"><div id="siteinfo"><p>Material v tem dokumentu je na voljo pod prosto licenco. To je prevod dokumentacije Ubuntu, ki jo je sestavila <a href="https://wiki.ubuntu.com/DocumentationTeam">Ubuntu dokumentacijska ekpa za Ubuntu</a>. V slovenščino jo je prevedla skupina <a href="https://wiki.lugos.si/slovenjenje:ubuntu">Ubuntu prevajalcev</a>. Za poročanje napak v prevodih v tej dokumentaciji ali Ubuntuju pošljite sporočilo na <a href="mailto:[email protected]?subject=Prijava%20napak%20v%20prevodih">dopisni seznam</a>.</p></div></div> </div></body> </html>
ubuntu-si/ubuntu.si
vodnik/12.04/sharing-desktop.html
HTML
mit
8,337
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Documentation</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <base href="../"> <link rel="icon" href="images/favicon.ico"/> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/base.css"> <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/template.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" /> <script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/js/all.min.js" integrity="sha256-0vuk8LXoyrmCjp1f0O300qo1M75ZQyhH9X3J6d+scmk=" crossorigin="anonymous"></script> <script src="js/search.js"></script> <script defer src="js/searchIndex.js"></script> </head> <body id="top"> <header class="phpdocumentor-header phpdocumentor-section"> <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1> <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" /> <label class="phpdocumentor-header__menu-icon" for="menu-button"> <i class="fas fa-bars"></i> </label> <section data-search-form class="phpdocumentor-search"> <label> <span class="visually-hidden">Search for</span> <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/> <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/> </svg> <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled /> </label> </section> <nav class="phpdocumentor-topnav"> <ul class="phpdocumentor-topnav__menu"> </ul> </nav> </header> <main class="phpdocumentor"> <div class="phpdocumentor-section"> <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" /> <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button"> Menu </label> <aside class="phpdocumentor-column -four phpdocumentor-sidebar"> <section class="phpdocumentor-sidebar__category"> <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2> <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/unitconverter.html"><abbr title="\UnitConverter">UnitConverter</abbr></a></h4> <ul class="phpdocumentor-list"> <li><a href="namespaces/unitconverter-calculator.html"><abbr title="\UnitConverter\Calculator">Calculator</abbr></a></li> <li><a href="namespaces/unitconverter-exception.html"><abbr title="\UnitConverter\Exception">Exception</abbr></a></li> <li><a href="namespaces/unitconverter-registry.html"><abbr title="\UnitConverter\Registry">Registry</abbr></a></li> <li><a href="namespaces/unitconverter-support.html"><abbr title="\UnitConverter\Support">Support</abbr></a></li> <li><a href="namespaces/unitconverter-unit.html"><abbr title="\UnitConverter\Unit">Unit</abbr></a></li> </ul> </section> <section class="phpdocumentor-sidebar__category"> <h2 class="phpdocumentor-sidebar__category-header">Reports</h2> <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3> <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3> <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3> </section> <section class="phpdocumentor-sidebar__category"> <h2 class="phpdocumentor-sidebar__category-header">Indices</h2> <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3> </section> </aside> <div class="phpdocumentor-column -eight phpdocumentor-content"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">ToHands.php</h2> <h3 id="interfaces_class_traits"> Interfaces, Classes and Traits <a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a> </h3> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="classes/UnitConverter-Calculator-Formula-Length-AstronomicalUnit-ToHands.html"><abbr title="\UnitConverter\Calculator\Formula\Length\AstronomicalUnit\ToHands">ToHands</abbr></a></dt> <dd>Formula to convert astronomial unit values to hands.</dd> </dl> </article> <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden"> <section class="phpdocumentor-search-results__dialog"> <header class="phpdocumentor-search-results__header"> <h2 class="phpdocumentor-search-results__title">Search results</h2> <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button> </header> <section class="phpdocumentor-search-results__body"> <ul class="phpdocumentor-search-results__entries"></ul> </section> </section> </section> </div> </div> <a href="files/src-calculator-formula-length-astronomicalunit-tohands.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a> </main> <script> cssVars({}); </script> </body> </html>
jordanbrauer/unit-converter
docs/files/src-calculator-formula-length-astronomicalunit-tohands.html
HTML
mit
6,454
{% extends "WebsiteBundle:Default:index.html.twig" %} {% block title %} <title>{{ partner.pessoa.nome }} - Parceiros - WTIS</title> {% endblock %} {% block metas %} {% set metaPageTopic = 'Wtis Soluções em Tecnologia e Marketing para Web' %} {% set metaPageClassification = 'Wtis Soluções em Tecnologia e Marketing para Web' %} {{ parent() }} <meta name="description" content="{{ partner.pessoa.nome }} é um parceiro credenciado WTIS e pode nos representar em nossos produtos e serviços" /> <meta property="og:title" content="Parceiros Wtis: {{ partner.pessoa.nome }}" /> <meta property="og:description" content="{{ partner.pessoa.nome }} é um parceiro credenciado WTIS e pode nos representar em nossos produtos e serviços" /> <meta property="og:url" content="{{ url(app.request.get('_route'), {slug:app.request.get('slug')}) }}" /> <meta property="og:image" content="{{ app.request.uriForPath('/images/facebook_s.gif') | replace({'/app_dev.php': ''}) }}" /> <meta property="og:phone_number" content="{{ telefoneComercial }}"> {% endblock %} {% block stylesheets %} {{ parent() }} <link href="{{ asset('css/page.partner.css') }}" rel="stylesheet"> {% endblock %} {% block javascripts %} {{ parent() }} <script src="{{ asset('js/pages/partner.js') }}"></script> {% endblock %} {% block body %} <div class="content partner"> <div class="partner-header-bg"> <div class="center-1156"> <div class="fcontent"> {% set arrNomeParceiro = partner.pessoa.nome|split(' ') %} {% set i=0 %} <h1>{% for nome in arrNomeParceiro %}{% set i=i+1 %}{{ (i is divisible by(2) ? '<strong>'~nome~'</strong> ' : nome~' ')|raw }}{% endfor %}</h1> <span>São parceiros como este que fazem a <strong>WTIS</strong> crescer cada dia mais com qualidade e excelência, expandindo nossos ideais para todo o país.</span> <div class="atendimento-opcoes"><a href="{{ path('contato') }}"><strong>Seja você também nosso parceiro</strong> e tenha à sua disposição uma gama de produtos, serviços e soluções prontas para você vender para seus clientes.</a></div> </div> </div> </div> <section id="map"> {{ partner.map|raw }} </section> <section id="gama" class="center-1156"> <h1><strong>{{ partner.pessoa.nome }}</strong> é um parceiro <strong>credenciado WTIS</strong> e pode nos representar nos seguintes produtos e serviços</h1> <ul> {% set i=0 %} {% for produto in partner.servicos %} {% set i=i+1 %} <li data-sr="enter {{ i is divisible by(2) ? 'right' : 'left' }} bottom, and hustle 100px wait 0.{{ (i*2) }}s"> <img src="{{ asset('images/produtos/'~produto.id~'.jpg') }}" alt="{{ produto.nome }}"> <h2>{{ produto.nome }}</h2> <span>{{ produto.descricao }} <a href="{{ produto.url }}" class="link-img">Conheça</a></span> </li> {% if i==4 %}{% set i=0 %}{% endif %} {% endfor %} </ul> <div class="clearfloat"></div> </section> <section id="enderecos" class="center-1156"> <h1>Endereços</h1> <table class="table table-price"> <thead> <tr> <th class="item">Cidade</th> <th class="descricao">Endereço</th> <th class="preco">Contato</th> </tr> </thead> <tbody> {% for endereco in partner.pessoa.enderecos %} {% if endereco.tipoFinalidadeEndereco.descricao=='Principal' %} <tr> <td>{{ endereco.municipio.nome }}, {{ endereco.municipio.uf.nome }}</td> <td>{{ endereco.logradouro }} {{ endereco.complemento }}, {{ endereco.numero }}, {{ endereco.bairro }}. CEP: {{ endereco.cep }}</td> <td>{% set telefone = endereco.pessoa.telefoneByRefer(endereco.id) %}+{{ telefone.areaCode }} ({{ telefone.ddd }}) {{ telefone.telefone }}</td> </tr> {% endif %} {% endfor %} </tbody> </table> </section> <section id="contato" class="center-full cinza dform-contato no-bg"> <div class="center-1156"> <h1>Fale com {{ partner.pessoa.nome }}</h1> <div class="form center-full"> <div class="preload bg-overlay"><div class="preload-div absolute-center"></div></div> <form name="partnerForm" id="partnerForm" class="m1" data-parsley-validate> <label for="i-contato-produto" class="i-contato-produto clearboth"> <span>Produto/Serviço de interesse</span> <select name="i-contato-produto" id="i-contato-produto" class="sm sm-default form-extra" tabindex="1" data-nome="Produto" data-sigla="produto" data-valor="0"> <option value="0" data-noselectable="1">Selecione</option> {% for produto in partner.servicos %} <option>{{ produto.nome }}</option> {% endfor %} </select> </label> <label for="i-contato-filial" class="filial"> <span>Filial</span> <select name="i-contato-filial" id="i-contato-plataforma" class="sm sm-default form-extra" data-nome="Filial" data-sigla="filial" data-valor="0"> {% for endereco in partner.pessoa.enderecos %} <option>{{ endereco.municipio.nome }}, {{ endereco.municipio.uf.nome }}</option> {% endfor %} </select> </label> <label for="i-contato-nome" class="nome clearboth"> <span>Seu nome</span> <input type="text" name="i-contato-nome" id="i-contato-nome" class="input-default" required="required"> </label> <label for="i-contato-email" class="email"> <span>Email</span> <input type="email" name="i-contato-email" id="i-contato-email" class="input-default" required="required"> </label> <label for="i-contato-telefone" class="telefonefixo clearboth"> <span>Telefone fixo</span> <input type="tel" name="i-contato-telefone" id="i-contato-telefone" class="input-default phoneMask" placeholder="DDD + Número"> </label> <label for="i-contato-celular" class="celular"> <span>Celular</span> <input type="tel" name="i-contato-celular" id="i-contato-celular" class="input-default phoneMask" placeholder="DDD + Número"> </label> <label for="i-contato-newsletter" class="newsletter full clearboth"> <input type="checkbox" name="i-contato-newsletter" id="i-contato-newsletter" value="1"> Assine nossa newsletter e receba novidades em seu email </label> <label for="i-contato-mensagem" class="text-right"> <span>Mensagem</span> <textarea maxlength="300" id="i-contato-mensagem" name="i-contato-mensagem" cols="60" rows="5" class="input-textarea"></textarea> <div class="description">máx. 800</div> </label> <div class="clearfloat"></div> <div class="atendimento-opcoes"> <a href="#meligue" class="link-img phone meligue-modal" data-toggle="modal" data-target="#meLigueModal" data-product="Fábrica de Software">Nós ligamos para você<i></i></a> <a href="#chat" class="link-img chat init-chat">Fale conosco via chat<i></i></a> </div> <div class="result"> <input type="hidden" name="i-contato-partner" id="i-contato-partner" class="form-extra" tabindex="1" data-nome="Partner" data-sigla="partner" data-valor="0" value="{{ partner.id }}"> <button type="submit" class="button10 min-radius verde no-icon submit-button">Enviar<i class="glyphicon glyphicon-envelope"></i></button> </div> </form> </div> </div> </section> </div> {% endblock %}
wtis/website
src/WebsiteBundle/Resources/views/Partner/partner.view.html
HTML
mit
8,651
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cats-in-zfc: 4 m 6 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.2 / cats-in-zfc - 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> cats-in-zfc <small> 8.7.0 <span class="label label-success">4 m 6 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-20 14:01:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-20 14:01:21 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 2 Virtual package relying on perl coq 8.7.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.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/cats-in-zfc&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CatsInZFC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: set theory&quot; &quot;keyword: ordinal numbers&quot; &quot;keyword: cardinal numbers&quot; &quot;keyword: category theory&quot; &quot;keyword: functors&quot; &quot;keyword: natural transformation&quot; &quot;keyword: limit&quot; &quot;keyword: colimit&quot; &quot;category: Mathematics/Logic/Set theory&quot; &quot;category: Mathematics/Category Theory&quot; &quot;date: 2004-10-10&quot; ] authors: [ &quot;Carlos Simpson &lt;[email protected]&gt; [http://math.unice.fr/~carlos/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cats-in-zfc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cats-in-zfc.git&quot; synopsis: &quot;Category theory in ZFC&quot; description: &quot;&quot;&quot; In a ZFC-like environment augmented by reference to the ambient type theory, we develop some basic set theory, ordinals, cardinals and transfinite induction, and category theory including functors, natural transformations, limits and colimits, functor categories, and the theorem that functor_cat a b has (co)limits if b does.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cats-in-zfc/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=18d7413ca833b8f80cff49d9415e730e&quot; } </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-cats-in-zfc.8.7.0 coq.8.7.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-cats-in-zfc.8.7.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-cats-in-zfc.8.7.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 m 6 s</dd> </dl> <h2>Installation size</h2> <p>Total: 8 M</p> <ul> <li>412 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/little_cat.vo</code></li> <li>391 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/limits.vo</code></li> <li>358 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/little_cat.glob</code></li> <li>338 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/order.vo</code></li> <li>288 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/cat_examples.vo</code></li> <li>269 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/colimits.vo</code></li> <li>259 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/cat_examples.glob</code></li> <li>247 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/fmachine.vo</code></li> <li>243 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/transfinite.glob</code></li> <li>228 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/functions.glob</code></li> <li>226 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/notation.vo</code></li> <li>220 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/order.glob</code></li> <li>213 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/colimits.glob</code></li> <li>203 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/transfinite.vo</code></li> <li>192 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/fc_limits.glob</code></li> <li>187 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/fmachine.glob</code></li> <li>184 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/category.vo</code></li> <li>172 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/functions.vo</code></li> <li>163 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/nat_trans.vo</code></li> <li>162 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/limits.glob</code></li> <li>159 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/nat_trans.glob</code></li> <li>156 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/fiprod.glob</code></li> <li>153 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/fiprod.vo</code></li> <li>146 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/fc_limits.vo</code></li> <li>143 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/category.glob</code></li> <li>131 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/functor.vo</code></li> <li>130 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/set_theory.glob</code></li> <li>128 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/functor_cat.vo</code></li> <li>126 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/equalizer.glob</code></li> <li>126 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/equalizer.vo</code></li> <li>116 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/functor.glob</code></li> <li>112 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/set_theory.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/notation.glob</code></li> <li>87 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/functor_cat.glob</code></li> <li>86 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/ordinal.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/little_cat.v</code></li> <li>82 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/ordinal.glob</code></li> <li>77 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/cat_examples.v</code></li> <li>62 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/transfinite.v</code></li> <li>60 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/colimits.v</code></li> <li>57 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/order.v</code></li> <li>56 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/tactics.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/cardinal.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/functions.v</code></li> <li>45 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/universe.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/limits.v</code></li> <li>44 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/fmachine.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/fc_limits.v</code></li> <li>40 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/nat_trans.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/fiprod.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/equalizer.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/axioms.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/category.v</code></li> <li>28 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/set_theory.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/universe.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/functor.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/functor_cat.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/cardinal.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/notation.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/ordinal.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/axioms.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/tactics.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/cardinal.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/tactics.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/universe.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/CatsInZFC/axioms.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-cats-in-zfc.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"> 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.7.2/cats-in-zfc/8.7.0.html
HTML
mit
14,919
<div class="commune_descr limited"> <p> Hannaches est un village géographiquement positionné dans le département de l'Oise en Picardie. Elle comptait 124 habitants en 2008.</p> <p>À proximité de Hannaches sont localisées les villes de <a href="{{VLROOT}}/immobilier/buicourt_60114/">Buicourt</a> située à 4&nbsp;km, 139 habitants, <a href="{{VLROOT}}/immobilier/blacourt_60073/">Blacourt</a> située à 5&nbsp;km, 478 habitants, <a href="{{VLROOT}}/immobilier/villembray_60677/">Villembray</a> à 5&nbsp;km, 241 habitants, <a href="{{VLROOT}}/immobilier/gerberoy_60271/">Gerberoy</a> située à 4&nbsp;km, 95 habitants, <a href="{{VLROOT}}/immobilier/wambez_60699/">Wambez</a> à 4&nbsp;km, 154 habitants, <a href="{{VLROOT}}/immobilier/villers-sur-auchy_60687/">Villers-sur-Auchy</a> localisée à 1&nbsp;km, 334 habitants, entre autres. De plus, Hannaches est située à seulement 21&nbsp;km de <a href="{{VLROOT}}/immobilier/beauvais_60057/">Beauvais</a>.</p> <p>Si vous pensez emmenager à Hannaches, vous pourrez aisément trouver une maison à vendre. </p> <p>Le nombre d'habitations, à Hannaches, se décomposait en 2011 en trois appartements et 73 maisons soit un marché relativement équilibré.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/60296.html
HTML
mit
1,244
<html> <head> <title>TestNG: Default test</title> <link href="../testng.css" rel="stylesheet" type="text/css" /> <link href="../my-testng.css" rel="stylesheet" type="text/css" /> <style type="text/css"> .log { display: none;} .stack-trace { display: none;} </style> <script type="text/javascript"> <!-- function flip(e) { current = e.style.display; if (current == 'block') { e.style.display = 'none'; return 0; } else { e.style.display = 'block'; return 1; } } function toggleBox(szDivId, elem, msg1, msg2) { var res = -1; if (document.getElementById) { res = flip(document.getElementById(szDivId)); } else if (document.all) { // this is the way old msie versions work res = flip(document.all[szDivId]); } if(elem) { if(res == 0) elem.innerHTML = msg1; else elem.innerHTML = msg2; } } function toggleAllBoxes() { if (document.getElementsByTagName) { d = document.getElementsByTagName('div'); for (i = 0; i < d.length; i++) { if (d[i].className == 'log') { flip(d[i]); } } } } // --> </script> </head> <body> <h2 align='center'>Default test</h2><table border='1' align="center"> <tr> <td>Tests passed/Failed/Skipped:</td><td>0/1/0</td> </tr><tr> <td>Started on:</td><td>Tue Mar 08 16:14:27 CST 2011</td> </tr> <tr><td>Total time:</td><td>0 seconds (134 ms)</td> </tr><tr> <td>Included groups:</td><td></td> </tr><tr> <td>Excluded groups:</td><td></td> </tr> </table><p/> <small><i>(Hover the method name to see the test class name)</i></small><p/> <table width='100%' border='1' class='invocation-failed'> <tr><td colspan='4' align='center'><b>FAILED TESTS</b></td></tr> <tr><td><b>Test method</b></td> <td width="30%"><b>Exception</b></td> <td width="10%"><b>Time (seconds)</b></td> <td><b>Instance</b></td> </tr> <tr> <td title='com.nec.test.testjava.MainTest.simpleCalc()'><b>simpleCalc</b><br>Test class: com.nec.test.testjava.MainTest</td> <td><div><pre>java.lang.RuntimeException: Test not implemented at com.nec.test.testjava.MainTest.simpleCalc(MainTest.java:9) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:74) at org.testng.internal.Invoker.invokeMethod(Invoker.java:673) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:846) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1170) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.runWorkers(TestRunner.java:1147) at org.testng.TestRunner.privateRun(TestRunner.java:749) at org.testng.TestRunner.run(TestRunner.java:600) at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274) at org.testng.SuiteRunner.run(SuiteRunner.java:223) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039) at org.testng.TestNG.runSuitesLocally(TestNG.java:964) at org.testng.TestNG.run(TestNG.java:900) at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:110) at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:205) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:174) </pre></div><a href='#' onClick='toggleBox("stack-trace1584946533", this, "Click to show all stack frames", "Click to hide stack frames")'>Click to show all stack frames</a> <div class='stack-trace' id='stack-trace1584946533'><pre>java.lang.RuntimeException: Test not implemented at com.nec.test.testjava.MainTest.simpleCalc(MainTest.java:9) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:74) at org.testng.internal.Invoker.invokeMethod(Invoker.java:673) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:846) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1170) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.runWorkers(TestRunner.java:1147) at org.testng.TestRunner.privateRun(TestRunner.java:749) at org.testng.TestRunner.run(TestRunner.java:600) at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274) at org.testng.SuiteRunner.run(SuiteRunner.java:223) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039) at org.testng.TestNG.runSuitesLocally(TestNG.java:964) at org.testng.TestNG.run(TestNG.java:900) at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:110) at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:205) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:174) </pre></div></td> <td>0</td> <td>com.nec.test.testjava.MainTest@4229ab3e</td></tr> </table><p> </body> </html>
quchunguang/test
testjava/testjava/test-output/Default suite/Default test.html
HTML
mit
5,781
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>The Startup Scholarship</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="The Startup Scholarship is a unique 9-week summer program in Lisbon, Portugal, in collaboration with the Kairos Society Portugal, that allows selected applicants to experience an internship at a fast pace growing Startup in Lisbon, an entrepreneurship summer classes program with invited professors from top business and engineering Universities in Portugal and a full immersion in the Startup community in Lisbon, with networking sessions, events and exclusive access throughout the program period."> <meta name="author" content="Rui Costa, Startup Scholarship CTO"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-41906894-1', 'startupscholarship.org'); ga('send', 'pageview'); </script> <link rel="icon" type="image/png" href="favicon.png"> <!-- Le styles --> <link href="css/bootstrap.css" rel="stylesheet"> <link href="css/bootstrap-responsive.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <!-- Les Fonts --> <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> <link href="http://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="js/html5shiv.js"></script> <![endif]--> <!-- Fav and touch icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="ico/favicon.png"> </head> <body> <!-- NAVBAR ================================================== --> <div id="siteinfo"> <a href="http://www.facebook.com/TheStartupScholarship"><img style="margin-bottom:10px"src="img/face.png"></a> <a href="http://www.twitter.com/startupscholars"><img style="margin-bottom:10px" src="img/twit.png"></a> <a href="https://plus.google.com/u/0/108490869727422385814"><img src="img/plus.png"></a> </div> <div class='my-sticky-element'> <div class="navbar"> <header class="large"> <ul class="nav"> <li class="active"><a href="index.html#Program">The Program</a></li> <li><a href="">Partners</a></li> <li><a href="about.html">About Us</a></li> <li> <center><a href="index.html"><img class="logo" src="img/tss_white.png"></a></center></li> <li><a href="faq.html">FAQ</a></li> <li><a class="anchorLink" href="#sponsors">Sponsors</a></li> <li><a href="scholars.html">Scholars 2013</a></li> </ul> </header> </div> </div> <center> </center> <div class="container" id="Program" style="margin-top:140px "> <div class="row" style="border-top-style: solid; border-top-width: 10px; border-top-color: rgb(27,165,74); "> <center><h1 style="color:rgb(27,165,74)">Startup Scholarship Partners</h1> </center> <div class="span12"> <center><h3>Fast-growing startups. Accomplished lecturers. Pioneering organizations</h3></center> <p>Meet the partners that make this program a reality. We selected some of the best Startups in Portugal offering high-quality internships, we invited some of the most accomplished professors and professionals in the fields of engineering and management and collaborated with leading entrepreneurial organizations.</p> </div> <center><h3>Learn More</h3> <div class="span4"><a class="anchorLink" href="#startups"><img style="width:200px" src="img/elements/Internship.png"></a><h3>Startups</h3></div> <div class="span4"><a class="anchorLink" href="#summerSchool"><img style="width:200px" src="img/elements/SummerSchool.png"></a><h3>Universities</h3></div> <div class="span4"><a class="anchorLink" href="#community"><img style="width:200px" src="img/elements/CommunityImmersion.png"></a><h3>Community Partners</h3></div> </center> </div> <!-- STARTUPS BLOCK --> <div class="row" id="startups" style="padding-top:95px;background:rgb(27,165,74); margin-top:30px" > <center> <h1 style="color:#FFF">Startups</h1> <div class="span12" style="color:#FFF"> </div> <div class="span12" style="margin-bottom:30px"> <center> <div class="span3" style="margin-left:30px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/Uniplaces_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/Uniplaces_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/CrowdProcess_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/CrowdProcess_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/Zaask_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/Zaask_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/Mobitto_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/Mobitto_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:30px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/Emove_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/EMOVE_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/ConsultaClick_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/ConsultaClick_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/FNYHoW_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/FNYHoW_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/LunaCloud_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/LunaCloud_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:30px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/Origama_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/Origama_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/Prodsmart_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/Prodsmart_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/Seeders_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/Seeders_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/TableAndFriends_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/TableAndFriends_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:30px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/UmamiBox_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/UmamiBox_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/WeGoOut_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/WeGoOut_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Startups/Whistle_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Startups/Whistle_b.png')"> </div> </div> </div> </div> </div> </div> <!-- UNIVERSITIES BLOCK --> <div class="row" id="summerSchool" style="padding-top:95px;background:rgb(27,165,74); margin-top:30px" > <center> <h1 style="color:#FFF">Universities</h1> <div class="span12" style="color:#FFF"> </div> <div class="span12" style="margin-bottom:30px;"> <div class="span4" style="margin-left:0px;"> <img style="width:200px" src="img/Universidades/white/cat.png"> </div> <div class="span4" style="margin-left:0px"> <img style="width:200px" src="img/Universidades/white/nova.png"> </div> <div class="span4" style="margin-left:0px"> <img style="width:200px" src="img/Universidades/white/ist.png"> </div> <div class="span12" style="margin-left:0px"> <h2 style="color:#FFF">Professors</h2> </div> <div class="span12" > <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Professores/Castellaneta_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Professores/Castellaneta_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Professores/JoseFranca_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Professores/JoseFranca_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Professores/JoseGuerreiro_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Professores/JoseGuerreiro_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Professores/ManuelForjaz_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Professores/ManuelForjaz_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Professores/PauloCarreira_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Professores/PauloCarreira_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Professores/PauloPinho_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Professores/PauloPinho_b.png')"> </div> </div> </div> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Professores/SergioGoncalves_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Professores/SergioGoncalves_b.png')"> </div> </div> </div> </div> </div> </div> </center> </div> <!-- COMMUNITY BLOCK --> <div class="row" id="community" style="padding-top:95px; background:rgb(27,165,74); margin-top:30px" > <center> <h1 style="color:#FFF">Community</h1> <div class="span12" style="color:#FFF"> </div> <div class="span12" style="margin-bottom:30px;"> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Organizacoes/BET_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Organizacoes/BET_b.png')"> </div> </div> </div> <p style="margin-top:10px"> <a href="http://www.betcatolica.org/"><i class="icon-external-link icon-3x"></i> </a></p> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Organizacoes/BUSII_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Organizacoes/BUSII_b.png')"> </div> </div> </div> <p style="margin-top:10px"> <a href="http://busii.pt/"><i class="icon-external-link icon-3x"></i> </a></p> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Organizacoes/EntrepreneursBreak_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Organizacoes/EntrepreneursBreak_b.png')"> </div> </div> </div> <p style="margin-top:10px"> <a href="http://entrepreneursbreak.com/"><i class="icon-external-link icon-3x"></i> </a></p> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Organizacoes/StartupLisboa_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Organizacoes/StartupLisboa_b.png')"> </div> </div> </div> <p style="margin-top:10px"> <a href="http://startuplisboa.com/"><i class="icon-external-link icon-3x"></i> </a></p> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Organizacoes/StartupPirates_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Organizacoes/StartupPirates_b.png')"> </div> </div> </div> <p style="margin-top:10px"> <a href="http://www.startuppirates.org/"><i class="icon-external-link icon-3x"></i> </a></p> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Organizacoes/FabricaDeStartups_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Organizacoes/FabricaDeStartups_b.png')"> </div> </div> </div> <p style="margin-top:10px"> <a href="http://fabricadestartups.com/"><i class="icon-external-link icon-3x"></i> </a></p> </div> <div class="span3" style="margin-left:0px"> <div class="card-wrapper2 hover"> <div class="card2"> <div class="front2 face2"> <img alt="" src="img/Organizacoes/phpLX_a.png"> </div> <div class="back2 face2 center" style="background-image: url('img/Organizacoes/phpLX_b.png')"> </div> </div> </div> <p style="margin-top:10px"> <a href="http://phplx.net/"><i class="icon-external-link icon-3x"></i> </a></p> </div> </div> <div class="span12"> <center> <h1 style="color:#FFF">Speakers</h1> </div> <div style="color:#FFF; margin-bottom:30px" class="span12" > <div class="span3" style="margin-left:0px"> <img style="width:200px" src="img/Speakers/DGomes.png"> <h3 style="margin-bottom:0px">Daniel Gomes</h3> <a href="http://www.linkedin.com/profile/view?id=26799788"><i class="icon-linkedin-sign icon-3x"></i></a> </div> <div class="span3" style="margin-left: 0px"> <img style="width:200px" src="img/Speakers/JoaquimSerafim.png"> <h3 style="margin-bottom:0px">Joaquim Serafim</h3> <a href="http://www.linkedin.com/profile/view?id=42420442"><i class="icon-linkedin-sign icon-3x"></i></a> </div> <div class="span3" style="margin-left: 0px"> <img style="width:200px" src="img/Speakers/JVasques.png"> <h3 style="margin-bottom:0px">João Vasques</h3> <a href="http://www.linkedin.com/profile/view?id=31883838"><i class="icon-linkedin-sign icon-3x"></i></a> </div> </div> </center> </div> </div> <div class="sponsors"> <div class="container" id="sponsors" style="padding-top:50px"> <div class="row"> </br> <center><h1 style="color:#FFF">Sponsors & Partners</h1> </br> <div class="span12"><a href="http://www.ies.org.pt/"target="_blank"><img style="width:200px" src="img/Sponsors/IES_white.png" onmouseover="this.src='img/Sponsors/IES.png'" onmouseout="this.src='img/Sponsors/IES_white.png'" ></a></div> <div class="span4"><a href="http://startuplisboa.com/"target="_blank"><img src="img/Sponsors/startuplisboa_white.png" onmouseover="this.src='img/Sponsors/startuplisboa.png'" onmouseout="this.src='img/Sponsors/startuplisboa_white.png'" ></a></div> <div class="span4"><a href="http://www.cm-lisboa.pt/"target="_blank"><img src="img/Sponsors/cml_white.png" onmouseover="this.src='img/Sponsors/cml.png'" onmouseout="this.src='img/Sponsors/cml_white.png'" ></a></div> <div class="span4"><a href="http://kairossociety.pt/" target="_blank"><img src="img/Sponsors/ksp_white.png" onmouseover="this.src='img/Sponsors/ksp.png'" onmouseout="this.src='img/Sponsors/ksp_white.png'" ></a></div> </div> <div class="row" style="margin-top:40px; margin-bottom:30px"> <div class="span3"><a href="http://www.best.eu.org/"target="_blank"><img src="img/Sponsors/best_white.png" onmouseover="this.src='img/Sponsors/best.png'" onmouseout="this.src='img/Sponsors/best_white.png'" ></a></div> <div class="span3"><a href="http://www.ieee-ist.org/"target="_blank"><img src="img/Sponsors/ieeeist_white.png" onmouseover="this.src='img/Sponsors/ieeeist.png'" onmouseout="this.src='img/Sponsors/ieeeist_white.png'"></a></div> <div class="span3"><a href=""><img src="img/Sponsors/gsa_white.png" onmouseover="this.src='img/Sponsors/gsa.png'" onmouseout="this.src='img/Sponsors/gsa_white.png'" ></a></div> <div class="span3"><a href="http://beta-i.pt/"target="_blank"><img src="img/Sponsors/BETAi_white.png" onmouseover="this.src='img/Sponsors/BETAi.png'" onmouseout="this.src='img/Sponsors/BETAi_white.png'" ></a></div> </div> <div class="row" style="margin-top:40px; margin-bottom:30px"> <div class="span6"><a href="http://next.uniplaces.com/"target="_blank"><center><img style="width:200px" src="img/Sponsors/Uniplaces_white.png" onmouseover="this.src='img/Sponsors/Uniplaces.png'" onmouseout="this.src='img/Sponsors/Uniplaces_white.png'"></a></center></div> <div class="span6"><a href="http://www.lumyi.com/" target="_blank"><center><img style="width:200px" src="img/Sponsors/lumyi_white.png" onmouseover="this.src='img/Sponsors/lumyi.png'" onmouseout="this.src='img/Sponsors/lumyi_white.png'"></a></center></div> </center> </div> </div> </div> <!-- FOOTER --> <footer> </br> <center> <div class="container"> <div class="row"> <div class="span3"><h2>Social Media</h2> </br> <a href="http://www.facebook.com/TheStartupScholarship"><i style="margin-right:40px;"class="icon-facebook icon-4x"></i></a> <a href="http://www.twitter.com/startupscholars"><i style="margin-right:40px;" class="icon-twitter icon-4x"></i></a> <a href="https://plus.google.com/u/0/108490869727422385814"><i class="icon-google-plus icon-4x"></i></a> </div> <div class="span2"><h2>Press</h2> <h4><a href="TheStartupScholarshipPressRelease.pdf">Download Press Pack</a></h4> For more information contact us to <a href="mailto:[email protected] ">[email protected] </a> </div> <div class="span3"> <img style="width:250px" src="img/tss_white.png"></div> <div class="span3"><h2>Newsletter</h2> If you want to receive news and updates about our awesome program enter your e-mail address below. </br> <form style="margin-top:20px" action="https://docs.google.com/forms/d/1k_7KT5XnkGRNkSfkTOg5nR1vWRxxe92EQWBX5brIpnE/formResponse" method="POST" id="ss-form" target="_self" onsubmit=""><ol style="margin: 0;padding-left: 0"> <div class="ss-form-question errorbox-good"> <div dir="ltr" class="ss-item ss-text"><div class="ss-form-entry"><label class="ss-q-item-label" for="entry_497969024"><div class="ss-q-title"> </div> <div class="ss-q-help ss-secondary-text" dir="ltr"></div></label> <input style="width:250px" type="text" name="entry.497969024" value="" class="ss-q-short" id="entry_497969024" dir="auto"> </div></div></div> <input type="hidden" name="draftResponse" value="[] "> <input type="hidden" name="pageHistory" value="0"> <div class="ss-item ss-navigate"><div class="ss-form-entry" dir="ltr"> <input type="submit" name="submit" value="Submit" id="ss-submit"></div></div></ol></form> </div> </div> </div> <!-- Container --> </center> </footer> </div><!-- /.container --> </div> <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <!-- Sticky Menu to the top --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> <script src="js/waypoints.js" type="text/javascript"></script> <script src="js/waypoints-sticky.js"></script> <script src="js/jquery.anchor.js"></script> <script type="text/javascript" src="js/jquery.flippy.js"></script> <script src="js/navbarTSS.js" type="text/javascript"></script> <script src="js/bootstrap-transition.js"></script> <script src="js/bootstrap-alert.js"></script> <script src="js/bootstrap-modal.js"></script> <script src="js/bootstrap-dropdown.js"></script> <script src="js/bootstrap-scrollspy.js"></script> <script src="js/bootstrap-tab.js"></script> <script src="js/bootstrap-tooltip.js"></script> <script src="js/bootstrap-popover.js"></script> <script src="js/bootstrap-button.js"></script> <script src="js/bootstrap-collapse.js"></script> <script src="js/bootstrap-carousel.js"></script> <script src="js/bootstrap-typeahead.js"></script> <script> !function ($) { $(function(){ // carousel demo $('#myCarousel').carousel() }) }(window.jQuery) </script> </body> </html>
diasdavid/startupscholarship.org
public/partners.html
HTML
mit
28,464
<div class="col-md-8 mainlist"> <form> <div class="col-md-2 text-right itemcreatebutton" ng-click="createAlbum()"> <span class="glyphicon glyphicon-plus"></span><span ng-if="listLarge">&nbsp;&nbsp;{{ 'create' | translate }}</span> </div> <div class="col-md-6 itemsearch"> <input type="text" class="form-control listitem-search" id="filter" ng-model="filter" placeholder="{{ 'search' | translate }}"> </div> <div class="col-md-2 text-right itemcreatebutton" ng-click="searchAlbums()"> <span class="glyphicon glyphicon-search"></span><span ng-if="listLarge">&nbsp;&nbsp;{{ 'search' | translate }}</span> </div> <div class="col-md-2 text-right itemcreatebutton" ng-click="orderList()"> <span class="glyphicon glyphicon-sort"></span><span ng-if="listLarge">&nbsp;&nbsp;{{ 'order' | translate }}</span> </div> </form> <div ng-repeat="album in albums" ng-include="'app/views/album/albumdetails.html'"></div> </div> <div class="itempanel"> <div ui-view /> </div>
msansm1/medek-server
src/main/webapp/app/views/album/albumslist.html
HTML
mit
1,011
<!DOCTYPE html> <html class="theme-next mist use-motion" lang=""> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2"/> <meta name="theme-color" content="#222"> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=6.3.0" rel="stylesheet" type="text/css" /> <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=6.3.0"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=6.3.0"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=6.3.0"> <link rel="mask-icon" href="/images/logo.svg?v=6.3.0" color="#222"> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Mist', version: '6.3.0', sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false}, fancybox: false, fastclick: false, lazyload: false, tabs: true, motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <meta property="og:type" content="website"> <meta property="og:title" content="Hexo"> <meta property="og:url" content="http://yoursite.com/archives/2018/08/index.html"> <meta property="og:site_name" content="Hexo"> <meta property="og:locale" content="default"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Hexo"> <link rel="canonical" href="http://yoursite.com/archives/2018/08/"/> <script type="text/javascript" id="page.configurations"> CONFIG.page = { sidebar: "", }; </script> <title>Archive | Hexo</title> <noscript> <style type="text/css"> .use-motion .motion-element, .use-motion .brand, .use-motion .menu-item, .sidebar-inner, .use-motion .post-block, .use-motion .pagination, .use-motion .comments, .use-motion .post-header, .use-motion .post-body, .use-motion .collection-title { opacity: initial; } .use-motion .logo, .use-motion .site-title, .use-motion .site-subtitle { opacity: initial; top: initial; } .use-motion { .logo-line-before i { left: initial; } .logo-line-after i { right: initial; } } </style> </noscript> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="default"> <div class="container sidebar-position-left page-archive"> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-brand-wrapper"> <div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">Hexo</span> <span class="logo-line-after"><i></i></span> </a> </div> </div> <div class="site-nav-toggle"> <button aria-label="Toggle navigation bar"> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-fw fa-home"></i> <br />Home</a> </li> <li class="menu-item menu-item-archives menu-item-active"> <a href="/archives/" rel="section"> <i class="menu-item-icon fa fa-fw fa-archive"></i> <br />Archives</a> </li> </ul> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div class="post-block archive"> <div id="posts" class="posts-collapse"> <span class="archive-move-on"></span> <span class="archive-page-counter"> Um..! 2 posts in total. Keep on posting. </span> <div class="collection-title"> <h1 class="archive-year" id="archive-year-2018">2018</h1> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2018/08/21/Linux下搜狗输入法无法显示候选框/" itemprop="url"> <span itemprop="name">Linux下搜狗输入法无法显示候选框</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2018-08-21T11:53:30+08:00" content="2018-08-21" > 08-21 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2018/08/20/hello-world/" itemprop="url"> <span itemprop="name">Hello World</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2018-08-20T11:39:19+08:00" content="2018-08-20" > 08-20 </time> </div> </header> </article> </div> </div> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview-wrap sidebar-panel sidebar-panel-active"> <div class="site-overview"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <p class="site-author-name" itemprop="name">John Doe</p> <p class="site-description motion-element" itemprop="description"></p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives/"> <span class="site-state-item-count">2</span> <span class="site-state-item-name">posts</span> </a> </div> <div class="site-state-item site-state-tags"> <span class="site-state-item-count">1</span> <span class="site-state-item-name">tags</span> </div> </nav> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright">&copy; <span itemprop="copyrightYear">2018</span> <span class="with-love" id="animate"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">John Doe</span> </div> <div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a> v3.7.1</div> <span class="post-meta-divider">|</span> <div class="theme-info">Theme – <a class="theme-link" target="_blank" href="https://theme-next.org">NexT.Mist</a> v6.3.0</div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/js/src/utils.js?v=6.3.0"></script> <script type="text/javascript" src="/js/src/motion.js?v=6.3.0"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=6.3.0"></script> </body> </html>
zhenchaozhu/zhenchaozhu.github.io
archives/2018/08/index.html
HTML
mit
10,275
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Class template basic_filter_factory</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.Log v2"> <link rel="up" href="../../utilities.html#header.boost.log.utility.setup.filter_parser_hpp" title="Header &lt;boost/log/utility/setup/filter_parser.hpp&gt;"> <link rel="prev" href="add_file_log.html" title="Function template add_file_log"> <link rel="next" href="filter_factory.html" title="Struct template filter_factory"> </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></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="add_file_log.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../utilities.html#header.boost.log.utility.setup.filter_parser_hpp"><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="filter_factory.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.log.basic_filter_factory"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template basic_filter_factory</span></h2> <p>boost::log::basic_filter_factory</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../utilities.html#header.boost.log.utility.setup.filter_parser_hpp" title="Header &lt;boost/log/utility/setup/filter_parser.hpp&gt;">boost/log/utility/setup/filter_parser.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">,</span> <span class="keyword">typename</span> AttributeValueT<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="basic_filter_factory.html" title="Class template basic_filter_factory">basic_filter_factory</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">log</span><span class="special">::</span><span class="identifier">filter_factory</span><span class="special">&lt;</span> <span class="identifier">CharT</span> <span class="special">&gt;</span> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="identifier">AttributeValueT</span> <a name="boost.log.basic_filter_factory.value_type"></a><span class="identifier">value_type</span><span class="special">;</span> <span class="comment">// The type(s) of the attribute value expected. </span> <span class="keyword">typedef</span> <span class="identifier">base_type</span><span class="special">::</span><span class="identifier">string_type</span> <a name="boost.log.basic_filter_factory.string_type"></a><span class="identifier">string_type</span><span class="special">;</span> <span class="comment">// <a class="link" href="basic_filter_factory.html#idm45961915497040-bb">public member functions</a></span> <span class="keyword">virtual</span> <span class="identifier">filter</span> <a class="link" href="basic_filter_factory.html#idm45961915496480-bb"><span class="identifier">on_exists_test</span></a><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">virtual</span> <span class="identifier">filter</span> <a class="link" href="basic_filter_factory.html#idm45961915494208-bb"><span class="identifier">on_equality_relation</span></a><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">virtual</span> <span class="identifier">filter</span> <a class="link" href="basic_filter_factory.html#idm45961915491264-bb"><span class="identifier">on_inequality_relation</span></a><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">virtual</span> <span class="identifier">filter</span> <a class="link" href="basic_filter_factory.html#idm45961915488320-bb"><span class="identifier">on_less_relation</span></a><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">virtual</span> <span class="identifier">filter</span> <a class="link" href="basic_filter_factory.html#idm45961915485392-bb"><span class="identifier">on_greater_relation</span></a><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">virtual</span> <span class="identifier">filter</span> <a class="link" href="basic_filter_factory.html#idm45961915482448-bb"><span class="identifier">on_less_or_equal_relation</span></a><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">virtual</span> <span class="identifier">filter</span> <a class="link" href="basic_filter_factory.html#idm45961915479488-bb"><span class="identifier">on_greater_or_equal_relation</span></a><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">virtual</span> <span class="identifier">filter</span> <a class="link" href="basic_filter_factory.html#idm45961915476528-bb"><span class="identifier">on_custom_relation</span></a><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">virtual</span> <span class="identifier">value_type</span> <a class="link" href="basic_filter_factory.html#idm45961915472896-bb"><span class="identifier">parse_argument</span></a><span class="special">(</span><span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idm46846445284688"></a><h2>Description</h2> <p>The base class for filter factories. The class defines default implementations for most filter expressions. In order to be able to construct filters, the attribute value type must support reading from a stream. Also, the default filters will rely on relational operators for the type, so these operators must also be defined. </p> <div class="refsect2"> <a name="idm46846445283680"></a><h3> <a name="idm45961915497040-bb"></a><code class="computeroutput">basic_filter_factory</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">virtual</span> <span class="identifier">filter</span> <a name="idm45961915496480-bb"></a><span class="identifier">on_exists_test</span><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span> name<span class="special">)</span><span class="special">;</span></pre> <p>The callback for filter for the attribute existence test </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">virtual</span> <span class="identifier">filter</span> <a name="idm45961915494208-bb"></a><span class="identifier">on_equality_relation</span><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span> name<span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span> arg<span class="special">)</span><span class="special">;</span></pre> <p>The callback for equality relation filter </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">virtual</span> <span class="identifier">filter</span> <a name="idm45961915491264-bb"></a><span class="identifier">on_inequality_relation</span><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span> name<span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span> arg<span class="special">)</span><span class="special">;</span></pre> <p>The callback for inequality relation filter </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">virtual</span> <span class="identifier">filter</span> <a name="idm45961915488320-bb"></a><span class="identifier">on_less_relation</span><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span> name<span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span> arg<span class="special">)</span><span class="special">;</span></pre> <p>The callback for less relation filter </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">virtual</span> <span class="identifier">filter</span> <a name="idm45961915485392-bb"></a><span class="identifier">on_greater_relation</span><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span> name<span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span> arg<span class="special">)</span><span class="special">;</span></pre> <p>The callback for greater relation filter </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">virtual</span> <span class="identifier">filter</span> <a name="idm45961915482448-bb"></a><span class="identifier">on_less_or_equal_relation</span><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span> name<span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span> arg<span class="special">)</span><span class="special">;</span></pre> <p>The callback for less or equal relation filter </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">virtual</span> <span class="identifier">filter</span> <a name="idm45961915479488-bb"></a><span class="identifier">on_greater_or_equal_relation</span><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span> name<span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span> arg<span class="special">)</span><span class="special">;</span></pre> <p>The callback for greater or equal relation filter </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">virtual</span> <span class="identifier">filter</span> <a name="idm45961915476528-bb"></a><span class="identifier">on_custom_relation</span><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span> name<span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span> rel<span class="special">,</span> <span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span> arg<span class="special">)</span><span class="special">;</span></pre> <p>The callback for custom relation filter </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">virtual</span> <span class="identifier">value_type</span> <a name="idm45961915472896-bb"></a><span class="identifier">parse_argument</span><span class="special">(</span><span class="identifier">string_type</span> <span class="keyword">const</span> <span class="special">&amp;</span> arg<span class="special">)</span><span class="special">;</span></pre> <p>The function parses the argument value for a binary relation </p> </li> </ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2007-2021 Andrey Semashev<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="add_file_log.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../utilities.html#header.boost.log.utility.setup.filter_parser_hpp"><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="filter_factory.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/libs/log/doc/html/boost/log/basic_filter_factory.html
HTML
mit
16,141
<!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=US-ASCII"> <title>BoostBook element postconditions</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../reference.html" title="Reference"> <link rel="prev" href="macroname.html" title="BoostBook element macroname"> <link rel="next" href="compile-test.html" title="BoostBook element compile-test"> </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="macroname.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.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="compile-test.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boostbook.dtd.postconditions"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle"> BoostBook element <code class="sgmltag-element">postconditions</code></span></h2> <p>postconditions &#8212; Conditions that must hold after the function returns</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv">postconditions ::= (ANY) </div> <div class="refsection"> <a name="idp514469728"></a><h2>Attributes</h2> <div class="informaltable"><table class="table"> <colgroup> <col> <col> <col> <col> </colgroup> <thead><tr> <th>Name</th> <th>Type</th> <th>Value</th> <th>Purpose</th> </tr></thead> <tbody> <tr> <td>last-revision</td> <td>#IMPLIED</td> <td>CDATA</td> <td>Set to $Date$ to keep "last revised" information in sync with CVS changes</td> </tr> <tr> <td>id</td> <td>#IMPLIED</td> <td>CDATA</td> <td>A global identifier for this element</td> </tr> <tr> <td>xml:base</td> <td>#IMPLIED</td> <td>CDATA</td> <td>Implementation detail used by XIncludes</td> </tr> </tbody> </table></div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2005 Douglas Gregor<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="macroname.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.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="compile-test.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/doc/html/boostbook/dtd/postconditions.html
HTML
mit
3,963
<!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.6.0 - v1.6.1: v8::Debug::ClientData 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 style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for io.js v1.6.0 - v1.6.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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;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_debug.html">Debug</a></li><li class="navelem"><a class="el" href="classv8_1_1_debug_1_1_client_data.html">ClientData</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="classv8_1_1_debug_1_1_client_data-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Debug::ClientData Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8-debug_8h_source.html">v8-debug.h</a>&gt;</code></p> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>A client object passed to the <a class="el" href="namespacev8.html">v8</a> debugger whose ownership will be taken by it. <a class="el" href="namespacev8.html">v8</a> is always responsible for deleting the object. </p> </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 on Tue Aug 11 2015 23:49:28 for V8 API Reference Guide for io.js v1.6.0 - v1.6.1 by &#160;<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
22793da/html/classv8_1_1_debug_1_1_client_data.html
HTML
mit
5,129
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paco: 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 / paco - 3.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paco <small> 3.0.0 <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: &quot;2.0&quot; name: &quot;coq-paco&quot; version: &quot;3.0.0&quot; maintainer: &quot;[email protected]&quot; synopsis: &quot;Coq library implementing parameterized coinduction&quot; homepage: &quot;https://github.com/snu-sf/paco/&quot; dev-repo: &quot;git+https://github.com/snu-sf/paco.git&quot; bug-reports: &quot;https://github.com/snu-sf/paco/issues/&quot; authors: [ &quot;Chung-Kil Hur &lt;[email protected]&gt;&quot; &quot;Georg Neis &lt;[email protected]&gt;&quot; &quot;Derek Dreyer &lt;[email protected]&gt;&quot; &quot;Viktor Vafeiadis &lt;[email protected]&gt;&quot; &quot;Minki Cho &lt;[email protected]&gt;&quot; ] license: &quot;BSD-3&quot; build: [make &quot;-C&quot; &quot;src&quot; &quot;all&quot; &quot;-j%{jobs}%&quot;] install: [make &quot;-C&quot; &quot;src&quot; &quot;-f&quot; &quot;Makefile.coq&quot; &quot;install&quot;] remove: [&quot;rm&quot; &quot;-r&quot; &quot;-f&quot; &quot;%{lib}%/coq/user-contrib/Paco&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.10&quot;} ] tags: [ &quot;date:2019-03-25&quot; &quot;category:Computer Science/Programming Languages/Formal Definitions and Theory&quot; &quot;category:Mathematics/Logic&quot; &quot;keyword:co-induction&quot; &quot;keyword:simulation&quot; &quot;keyword:parameterized greatest fixed point&quot; ] url { http: &quot;https://github.com/snu-sf/paco/archive/v3.0.0.tar.gz&quot; checksum: &quot;3d67b9f416d61263e26f296e6fc4f564&quot; } </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-paco.3.0.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&#39;t be met: - coq-paco -&gt; coq &lt; 8.10 -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-paco.3.0.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.07.1-2.0.6/released/8.11.1/paco/3.0.0.html
HTML
mit
7,125
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / ext-lib - 0.9.7</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.7 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2019-11-30 21:22:11 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2019-11-30 21:22:11 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 dev 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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/coq-ext-lib&quot; dev-repo: &quot;git+https://github.com/coq-community/coq-ext-lib.git#8.5&quot; bug-reports: &quot;https://github.com/coq-community/coq-ext-lib/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;BSD&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.9~&quot;} ] synopsis: &quot;A basic library of basic Coq datatypes, definitions, theorems, and&quot; description: &quot;tactics meant to extend the standard library.&quot; url { src: &quot;https://github.com/coq-community/coq-ext-lib/archive/v0.9.7.tar.gz&quot; checksum: &quot;md5=930e4b98ca7fec8a4ed977958d688f0c&quot; } </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.7 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-ext-lib -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-ext-lib.0.9.7</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/dev/ext-lib/0.9.7.html
HTML
mit
6,542
--- redirect_to: - http://tech.hbc.com/2015-01-20-video-why-engineers-should-work-with-the-dark.html layout:: post title: 'Video: "Why Engineers Should Work with the ‘Dark Side’ of Tech"' date: '2015-01-20T15:04:00-05:00' tags: - Gilt - Gilt Groupe - Gilt Tech - Gilttech - Talks - Tech Talks - NYC - Events - Meetups - Tech - Software Engineering - Justin Riservato - Susan Thomas - Myron Miller - Andrew Chen - Agile - Agile Development - Program management - PMO - Project Management - Product Management - Gilt Product - Slideshow - video tumblr_url: http://tech.gilt.com/post/108665617184/video-why-engineers-should-work-with-the-dark --- <p><iframe frameborder="0" height="360" src="//www.youtube.com/embed/7kRBapwdy9w" width="640"></iframe></p> <p>On Thursday, Gilt’s Director of Program Management Justin Riservato, Director of Product Andrew Chen, Senior Business Systems Manager Susan Thomas, and Senior Program Manager Myron Miller presented “Get Stuff Done Faster: Why Engineers Should Work with the &lsquo;Dark Side&rsquo; of Tech. They shared the differences between program managers, business analysts and product managers, and demonstrated how they make Gilt engineers’ work lives easier and more fulfilling. Watch the video above to relive the magic! Then check out their slidedeck below:</p> <p><iframe frameborder="0" height="470px" marginheight="0" marginwidth="0" scrolling="no" src="http://www.slideshare.net/LappleApple/slideshelf" width="615px"></iframe></p>
gilt/tech-blog
_posts/tumblr/2015-01-20-video-why-engineers-should-work-with-the-dark.html
HTML
mit
1,494
<!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> Simply Amish Furniture Gallery - 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=1492319103366&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=42302&V_SEARCH.docsStart=42301&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_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&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</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>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=42300&amp;V_DOCUMENT.docRank=42301&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492319109160&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567152600&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=42302&amp;V_DOCUMENT.docRank=42303&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492319109160&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567121053&amp;profileId=&amp;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> Simply Amish Furniture Gallery </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Simply Amish Furniture Gallery</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.simplyamish.ca" target="_blank" title="Website URL">http://www.simplyamish.ca</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"> 253 Finholm St N<br/> PARKSVILLE, British Columbia<br/> V9P 1H3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 253 Finholm St N<br/> PARKSVILLE, British Columbia<br/> V9P 1H3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (250) 248-9999 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </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> Quality, Amish built, solid hardwood furniture is our specialty. We are a local, family owned, furniture store featuring handcrafted Amish furniture for every room of your home. Whether you are searching for a new dining room table for your next family gathering or to update your bedroom furniture, we have the custom furniture options to meet your needs. <br> <br>Stop in our custom Amish furniture store today, for the quality and style hardwood furniture you deserve.<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> Lisa Loewens </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--> Owner </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (250) 465-8769 </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> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2007 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 442110 - Furniture Stores </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Retail &nbsp; </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"> Furniture<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> furniture,amish furniture,custom furniture,wood furniture,bedroom furniture,dining room furniture, kitchen furniture,living room furniture,children&#39;s furniture,office furniture,outdoor furniture,beds,dressers,nightstands,chests,mirrors,tables,chairs,cribs,entertainment centers,couch,sofa,loveseat,recliner,desk,filing cabinets,desk chairs,rocker,woods,stains,hardware,fabrics,custom designed furniture,custom staining,custom finishing,custom upholstery<br> <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> Lisa Loewens </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--> Owner </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (250) 465-8769 </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> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2007 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 442110 - Furniture Stores </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Retail &nbsp; </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"> Furniture<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> furniture,amish furniture,custom furniture,wood furniture,bedroom furniture,dining room furniture, kitchen furniture,living room furniture,children&#39;s furniture,office furniture,outdoor furniture,beds,dressers,nightstands,chests,mirrors,tables,chairs,cribs,entertainment centers,couch,sofa,loveseat,recliner,desk,filing cabinets,desk chairs,rocker,woods,stains,hardware,fabrics,custom designed furniture,custom staining,custom finishing,custom upholstery<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2014-11-24 </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&amp;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&amp;WT.js=No&amp;WT.tv=9.4.0&amp;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/234567152601.html
HTML
mit
34,870
<HTML><HEAD> <TITLE>Review for Event Horizon (1997)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0119081">Event Horizon (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Shane+Burridge">Shane Burridge</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> EVENT HORIZON (1997) 95m. </PRE> <P> It's not that EVENT HORIZON isn't well made. It's just that I've been there before. In fact, I'm hard pressed to think of another film more entirely fabricated of quotes from other movies. Barely five minutes into the story I found myself sidetracked with references from obvious candidates like ALIEN, LIFEFORCE, and 2010, but the quotespotting soon brought forth non-SF films such as DON'T LOOK NOW and THE SHINING, and culminated with SOLARIS and, God help me, Disney's THE BLACK HOLE.</P> <P> Why is it - pardon the pun - that black hole movies always suck? It's a fascinating subject that still hasn't been treated right by Hollywood. In this case, the Event Horizon is not the rim of a black hole, but the name of a spaceship that reappears in Neptune's orbit after a seven year absence. But maybe it's really a non-Event Horizon. It's a Marie Celeste in Space scenario, the kind of story that early STAR TREK episodes bought the patent on years ago. To be fair, the opening scenes are writ large upon the screen, at least proving once again that SF cinema was the reason that Panavision was invented. The actors - Laurence Fishburne and Sam Neill head the cast - are all fine, the sets are great, the budget is big, there is some legitimate haunted-house atmosphere, a couple of gripping sequences, and at least one moment that made me laugh (when Fishburne decisively announces they're vacating the ship). But there are still holes in the plot, and I don't mean the black kind either, that keep the film from being solidly grounded: the abandonment of all scientific rationale (even Neill's pragmatic Doctor gives up) shows that the film-makers were less interested in explanation than effect. And, come to think of it, isn't there a crew member unaccounted for at the end?</P> <P> It may not be the movie's fault. I guess I was expecting something more purely science-fictional, and instead got that SF-horror hybrid that seems to have consumed the genre of late. If I had seen EVENT HORIZON fifteen years ago I would have no doubt loved it. But you can only jump out of your seats from the same shock effects so many times, and after that there's not a lot left for a story to go on. Which is a shame, because I wanted to enjoy this film more than I did. Contrary to its title, EVENT HORIZON didn't take me into unchartered territory. The most unexpected thing about the ending was hearing a song by the Prodigy played over the final credits.</P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/9233.html
HTML
mit
3,856
{% extends data.outerLayout %} {% import 'macros/nav.html' as nav %} {% import 'global/svg/toolbox.html' as tool %} {% block beforeMain %} <div class="demo-modal"> <div class="demo-modal-content"> <img src="/images/demo-computer.svg" alt="ApostropheCMS Demo Site"> <h4>Welcome to the Apostrophe Demo</h4> <p><strong>Just click on text to edit it.</strong> There is no save button because <strong>your edits are saved automatically.</strong></p> <p>To add images, slideshow and more <strong>click the "+" icons</strong> that appear when you hover the mouse over the page.</p> <p>Be sure to visit the "blog" and "default" pages, and try clicking "Page Menu" to create new subpages.</p> <p>Have fun!</p> <button>Let's Get Started</button> </div> </div> <div class="off-canvas-container"> {{ nav.nav(data, {classes: 'off-canvas-nav hide-desktop', logo: true, showChildren: true}) }} </div> <div class="block top"> <div class="inner demo-inner"> <header> <div class="demo-header bg-red"> <h5>{% block headerMessage %} You are using the Apostrophe demo site. {% endblock %}</h5> {%- if not data.user and not data.user._permissions.admin -%} <h5 class="demo-login-button"><a href="/login"><span>&#xf090;</span>Login</a></h5> {%- endif -%} <p><strong>Just click on text to edit it.</strong> There is no save button because <strong>your edits are saved automatically.</strong></p> <p>To add images, slideshow and more <strong>click the "+" icons</strong> that appear when you hover the mouse over the page.</p> <p>Be sure to visit the "blog" and "default" pages, and try clicking "Page Menu" to create new subpages.</p> <p>Have fun!</p> </div> {{ nav.nav(data, {classes: 'hide-mobile'}) }} <a href="#" class="off-canvas-trigger hide-desktop"> <svg class="a-toolbox"> {{ tool.icon() }} </svg> </a> </header> {% block headerContent %} {% endblock %} </div> </div> <div class="block header {% block upperClass %}{% endblock %}"> {% block headerBackground %}{% endblock %} </div> {% endblock %} {% block main %} {% block mainContent %} {% endblock %} {% endblock %} {% block afterMain %} <footer class="block footer"> <div class="inner"> {% block footerContent %} <div class="inline-middle width-50"> Apostrophe is led by <a href="http://punkave.com">P'unk Avenue</a> in Philadelphia, PA. </div>{# #}<div class="inline-middle width-50 align-right"> <a class="inline-top footer-logo" href="http://punkave.com"> <img src="/images/demo_logo_punk.png" class="" alt="P'unk Avenue" width="150" height="32" /> </a> </div> {% endblock %} </div> <div class="inner"> <div class="linode-credit"> Generously hosted by <a href="http://linode.com">linode</a>. </div> </div> </footer> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-496991-33', 'auto'); ga('send', 'pageview'); </script> {% endblock %}
punkave/apostrophe-sandbox
lib/modules/apostrophe-templates/views/layout.html
HTML
mit
3,560
<div> <h2 class="ui header"> <i class="users icon"></i> <span class="content"> Table Tennis Tournament <span class="sub header">Scores need to be updated</span> </span> </h2> </div>
balaganesanr/Tournament-Organizer
TournamentOrganizer/TournamentOrganizer/MainApp/app/LoggedIn/users/dashboard/_dashboard.html
HTML
mit
240
<!DOCTYPE html> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie10 lt-ie9" lang="en"><![endif]--> <!--[if (IE 9)&!(IEMobile)]><html class="no-js lt-ie10" lang="en"><![endif]--> <!--[if gt IE 9]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title> Tiny slider </title> <meta name="description" content=""> <meta name="author" content=""> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <link rel="stylesheet" href="../dist/tiny-slider.css"> <link rel="stylesheet" href="css/styles.css"><!--[if (IE 8)&!(IEMobile)]><script src="../dist/tiny-slider.helper.ie8.js"></script><![endif]--> <script src="../dist/tiny-slider.js"></script> </head> <body> <div class="slider-container"> <div id="responsive5_wrapper"> <h2> Responsive5 </h2> <div class="responsive5" id="responsive5"> <div class="item"> <div class="img img-1" style="height: 500px;"> <a href="">0</a> </div> </div> <div class="item"> <div class="img img-2" style="height: 700px;"> <a href="">1</a> </div> </div> <div class="item"> <div class="img img-3" style="height: 600px;"> <a href="">2</a> </div> </div> <div class="item"> <div class="img img-4" style="height: 800px;"> <a href="">3</a> </div> </div> <div class="item"> <div class="img img-5" style="height: 500px;"> <a href="">4</a> </div> </div> </div> </div> </div> <script> var mobile = false, isTestPage = false, isDemoPage = false, prefix = "", classIn = "tns-fadeIn", classOut = "tns-fadeOut", speed = 0, doc = document, win = window, ww = win.innerWidth || doc.documentElement.clientWidth || doc.body.clientWidth, fw = getFW(ww), initFns = {}, sliders = new Object(), edgepadding = 50, gutter = 10; function getFW (width) { var sm = 400, md = 900, lg = 1400; return width < sm ? 150 : width >= sm && width < md ? 200 : width >= md && width < lg ? 300 : 400; } window.addEventListener('resize', function() { fw = getFW(ww); }); </script> <script src="js/options.js"></script> <script src="js/run.js"></script> </body> </html>
ganlanyuan/tiny-slider
test/parts/responsive5.html
HTML
mit
2,840
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-field: 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 / mathcomp-field - 1.6.4</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-field <small> 1.6.4 <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: &quot;2.0&quot; name: &quot;coq-mathcomp-field&quot; version: &quot;1.6.4&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; homepage: &quot;http://math-comp.github.io/math-comp/&quot; bug-reports: &quot;Mathematical Components &lt;[email protected]&gt;&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/field&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/field&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/field&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-solvable&quot; {= &quot;1.6.4&quot;} ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:field&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on Fields&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about field extensions, galois theory, algebraic numbers, cyclotomic polynomials...&quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.6.4.tar.gz&quot; checksum: &quot;md5=29362a734d183301e2ce839b0ad14bd9&quot; } </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-mathcomp-field.1.6.4 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&#39;t be met: - coq-mathcomp-field -&gt; coq-mathcomp-solvable = 1.6.4 -&gt; coq-mathcomp-algebra = 1.6.4 -&gt; coq-mathcomp-fingroup = 1.6.4 -&gt; coq-mathcomp-ssreflect = 1.6.4 -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-mathcomp-field.1.6.4</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/mathcomp-field/1.6.4.html
HTML
mit
7,978
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8"> <title>Henge: _sta</title> <link rel="stylesheet" href="/vendor/bootstrap-3.3.7/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/site.css"> </head> <body> <div id="staticBody"> <header> <h1><img src="/imgs/logo.svg" alt="henge"></h1> </header> <h2>#309 _sta</h2> <ul id="words"> <li>barista</li> <li>canasta</li> <li>celesta</li> <li>fashionista</li> <li>fiesta</li> <li>gangsta</li> <li>siesta</li> <li>vista</li> </ul> </div> <div id="CircleApp" data-floor="26" data-floor-pos="8"></div> <script type="text/javascript" src="/CircleApp.bundle.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-631498-5', 'auto'); ga('send', 'pageview'); </script> </body> </html>
henge-tech/henge-tech
docs/circles/_sta.html
HTML
mit
1,122
<!doctype html> <html> <title>npm-prune</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-prune.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../cli/npm-prune.html">npm-prune</a></h1> <p>Remove extraneous packages</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm prune [&lt;name&gt; [&lt;name ...]] npm prune [&lt;name&gt; [&lt;name ...]] [--production] </code></pre><h2 id="description">DESCRIPTION</h2> <p>This command removes &quot;extraneous&quot; packages. If a package name is provided, then only packages matching one of the supplied names are removed.</p> <p>Extraneous packages are packages that are not listed on the parent package&#39;s dependencies list.</p> <p>If the <code>--production</code> flag is specified, this command will remove the packages specified in your <code>devDependencies</code>.</p> <h2 id="see-also">SEE ALSO</h2> <ul> <li><a href="../cli/npm-rm.html"><a href="../cli/npm-rm.html">npm-rm(1)</a></a></li> <li><a href="../files/npm-folders.html"><a href="../files/npm-folders.html">npm-folders(5)</a></a></li> <li><a href="../cli/npm-ls.html"><a href="../cli/npm-ls.html">npm-ls(1)</a></a></li> </ul> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-prune &mdash; [email protected]</p>
gwake1/NSS-Mocha-Test
node_modules/npm/html/doc/cli/npm-prune.html
HTML
mit
3,515
{% extends "layout.html" %} {% block page_title %} GOV.UK prototyping kit {% endblock %} {% block propositionHeader %} {% include "includes/propositional_navigation.html" %} {% endblock %} {% block content %} <main id="content" role="main"> <div class="grid-row"> <div class="column-quarter grid-col" style="padding-bottom:90px; padding-top:30px; margin-left:-40px"> <ul class="main-nav"> <li id="nav-home"><a href="job">Search</a></li> <li id="nav-job"><a href="job_new">Create record</a></li> <li id="nav-perf"><a href="performance">Caseload</a></li> </ul> </div> <!-- Start three quarters container for main content columns --> <div class="column-three-quarters"> <h1 class="heading-large">&nbsp;&nbsp;Claim</h1> <div class="column"> <!-- 3rd level nav buttons --> <div id="id-claimant-actions" class="grid-wrapper gutter-half-top"> <div class="grid grid-1-5"> <div class="inner-block left"> <a id="view_record" href="job_record_confirm_active" class="menu-item"> <strong>View record</strong> </a> </div> </div> <div class="grid grid-1-5"> <div class="inner-block left"> <a id="edit_record" href="job_edit_active" class="menu-item"> <strong>Edit claimant</strong> </a> </div> </div> <div class="grid grid-1-5"> <div class="inner-block left"> <a id="appointments" href="job_next_new_active" class="menu-item"> <strong>Appointment</strong> </a> </div> </div> <div class="grid grid-1-5"> <div class="inner-block left"> <a id="claim_active" href="job_claim_active" class="menu-item selected"> <strong>Claim</strong> </a> </div> </div> </div> </div> <div class="column-half"> <div class="form-group"> <fieldset> <legend class="form-label">Benefit type</legend> <label class="block-label" for="JSA"> <input id="JSA" name="JSA" type="radio" value="Jobseeker's Allowance" checked> Jobseeker's Allowance </label><br> <label class="block-label disabled" class="disabled" for="ESA"> <input id="ESA" name="ESA" type="radio" value="ESA" disabled> Employment Support Allowance </label><br> <label class="block-label disabled" class="disabled" for="IS"> <input id="IS" name="IS" type="radio" value="IS" disabled> Income Support </label> </fieldset> </div> <div class="form-group"> <fieldset> <legend> <span class="form-label"> Initial date of claim </span> </legend> <div class="form-date"> <p class="form-hint">For example, 01 08 2015</p> <div class="form-group form-group-day"> <label for="dob-day">Day</label> <input class="form-control" id="dob-day" type="number" pattern="[0-9]*" min="0" max="31" value="14"> </div> <div class="form-group form-group-month"> <label for="dob-month">Month</label> <input class="form-control" id="dob-month" type="number" pattern="[0-9]*" min="0" max="12" value="09"> </div> <div class="form-group form-group-year"> <label for="dob-year">Year</label> <input class="form-control" id="dob-year" type="number" pattern="[0-9]*" min="0" max="2014" value="2015"> </div> </div> </fieldset> </div> </div> <!-- End col --> <div class="column-half"> <div class="form-group"> <label class="form-label" for="title">Jobcentre</label> <select class="select form-control"> <option value="Bambury">Bambury</option> <option value="Southampton">Southampton</option> <option value="Bradford">Bradford</option> <option value="Derby">Derby</option> <option value="Liverpool">Liverpool</option> <option value="Manchester">Manchester</option> <option value="Portsmouth">Portsmouth</option> <option value="Southampton">Southampton</option> <option value="Wolverhampton">Wolverhampton</option> </select> </div> <div class="form-group"> <label class="form-label" for="title">Work coach</label> <select class="select form-control"> <option value="amanda.wright">amanda.wright</option> <option value="richard.kaine">richard.kaine</option> <option value="john.smith2">john.smith2</option> <option value="amanda.wright">amanda.wright</option> <option value="darren.moody">darren.moody</option> <option value="mark.jones1">mark.jones1</option> <option value="sam.steel">sam.steel</option> <option value="harry.brown2">harry.brown2</option> <option value="julia.granger">julia.granger</option> <option value="paul.brookes1">paul.brookes1</option> <option value="sarah.fielding">sarah.fielding</option> </select> </div> <div class="form-group"> <fieldset> <legend> <span class="form-label"> Last effective date </span> </legend> <div class="form-date"> <p class="form-hint">For example, 01 09 2015</p> <div class="form-group form-group-day"> <label for="dob-day">Day</label> <input class="form-control" id="dob-day" type="number" pattern="[0-9]*" min="0" max="31" value="16"> </div> <div class="form-group form-group-month"> <label for="dob-month">Month</label> <input class="form-control" id="dob-month" type="number" pattern="[0-9]*" min="0" max="12" value="09"> </div> <div class="form-group form-group-year"> <label for="dob-year">Year</label> <input class="form-control" id="dob-year" type="number" pattern="[0-9]*" min="0" max="2015" value="2015"> </div> </div> </fieldset> </div> <div class="form-group"> <label class="form-label" for="circs">Claim closure</label> <select class="select form-control" id="circs"> <option value="Select">Select</option> <option value="Found work">Found work</option> <option value="Self employed">Self employed</option> <option value="Failed to attend">Failed to attend</option> <option value="Gone abroad">Gone abroad</option> <option value="Other">Other</option> <option value="To JSA">To JSA</option> <option value="To ESA">To ESA</option> <option value="To IS">To IS</option> <option value="To Pension">To Pension</option> </select> </div> </div> <!-- End column --> <div class="column"> <div class="form-group" id="get-started"> <a href="job_record_confirm" class="button" value="Save">Save</a> </div> </div> <!-- End row--> </div> </main> {% endblock %}
dwpdigitaltech/ejs-prototype
app/views/latest_c/job_claim_active_one_button.html
HTML
mit
8,817
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>higman-cf: 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.2 / higman-cf - 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> higman-cf <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-09 17:44:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-09 17:44:16 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 coq 8.10.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 ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/higman-cf&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/HigmanCF&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: Higman&#39;s lemma&quot; &quot;keyword: extraction&quot; &quot;category: Mathematics/Combinatorics and Graph Theory&quot; &quot;category: Miscellaneous/Extracted Programs/Combinatorics&quot; ] authors: [ &quot;Stefan Berghofer&quot; ] bug-reports: &quot;https://github.com/coq-contribs/higman-cf/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/higman-cf.git&quot; synopsis: &quot;A direct constructive proof of Higman&#39;s Lemma&quot; description: &quot;&quot;&quot; This development formalizes in Coq the Coquand-Friedlender proof of Higman&#39;s lemma for a two-letter alphabet. An efficient program can be extracted from the proof.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/higman-cf/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=da619ecd7a965fd5f44a94f7390ceef4&quot; } </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-cf.8.6.0 coq.8.10.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.10.2). The following dependencies couldn&#39;t be met: - coq-higman-cf -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-cf.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"> 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.10.2/higman-cf/8.6.0.html
HTML
mit
7,039
<html> <head> <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> <script src="jquery.fast-reader.min.js"></script> <link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet" type="text/css"> <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> <link href='jquery.fast-reader.min.css' rel='stylesheet' type='text/css'> <style> #text { background-color: ghostwhite; width: 80%; padding: 10px 20px; margin: 0 auto; margin-top: 10px; } button#fastreader-init { margin: 0 auto; display: block; } </style> </head> <body> <button id="fastreader-init">START FASTREADER</button> <div id="text"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a efficitur est. Pellentesque et erat tempus, tristique ex at, interdum purus. Proin tempor sodales luctus. Donec interdum ullamcorper magna, ut hendrerit lorem molestie vel. Phasellus eget lectus vehicula, faucibus nulla a, rutrum quam. Nunc ut lobortis sem. Aliquam efficitur nec sapien a semper. Etiam vel mollis elit, at condimentum ante. Mauris ultricies, eros sit amet commodo ornare, ligula turpis feugiat lacus, ultrices pellentesque enim diam nec justo.</p> <p>Donec neque dolor, ornare non metus eget, ultrices egestas elit. Aliquam eget auctor nisi. Praesent accumsan mauris et ante bibendum, ac luctus nunc volutpat. Donec mollis vulputate ultricies. Mauris vel consequat quam. Ut a interdum ligula, quis posuere ex. Duis porttitor ultrices massa, in lobortis augue eleifend nec. Nullam cursus velit diam, a pharetra sapien eleifend et. In sollicitudin, est et efficitur placerat, est nisl pharetra mi, non semper lectus diam ac ligula.</p> <p>Nam aliquam vestibulum lorem sit amet finibus. Nunc placerat a purus et sollicitudin. Praesent ligula nibh, ultricies et sodales a, laoreet ut odio. Nulla condimentum convallis eros, eget aliquet nisi efficitur in. Cras vel dignissim nisl, mattis vulputate orci. Curabitur egestas nulla id posuere auctor. Nam hendrerit efficitur magna quis convallis. Integer vel erat dolor.</p> <p>Sed varius, felis sed ullamcorper hendrerit, leo orci viverra odio, at pharetra diam sem volutpat est. Vestibulum dignissim, erat eget semper scelerisque, libero diam venenatis ex, at cursus risus odio eu tortor. Praesent augue massa, vehicula eget libero eget, fringilla commodo nisl. Vivamus sagittis id neque at aliquet. Fusce euismod ligula vitae leo suscipit fringilla. Morbi rhoncus diam ac lacus gravida interdum. Pellentesque fringilla at tellus at facilisis. Praesent quis erat vitae nunc varius molestie. Fusce tempor ex mauris, ut iaculis diam scelerisque sit amet. Nulla laoreet diam mauris, convallis luctus magna fringilla a. Quisque vestibulum erat dui.</p> <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce ultrices diam ornare, venenatis risus id, accumsan tellus. Phasellus nec urna consectetur, ullamcorper dolor quis, fermentum nisl. Quisque interdum metus elit, a gravida nisl rhoncus quis. Phasellus congue, tortor at hendrerit sagittis, arcu justo elementum mauris, in sodales nisi ex ac tellus. Morbi pretium purus turpis, non feugiat lorem molestie ut. Sed ac neque sit amet mauris aliquet tempor. Cras ligula risus, imperdiet et pellentesque quis, finibus sed erat. Quisque tristique metus arcu, condimentum pharetra velit ultricies at. Cras sit amet fringilla nisi. Aenean quis risus maximus, placerat mi a, tincidunt tellus. Morbi imperdiet dolor quis urna vestibulum, a suscipit ipsum imperdiet. Suspendisse id elementum nibh, ac tempus neque. Vivamus vel ipsum sem. Aenean hendrerit mauris at mi commodo, at pharetra eros pharetra.</p> </div> <script> $(document).ready(function() { $("button#fastreader-init").click(function(){ $("#text").fastreader(); }); }); </script> </body> </html>
frikinside/jquery.fast-reader
demo/demo.html
HTML
mit
4,035
<!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/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/favicon.ico"/> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/iosicon.png"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/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/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/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/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/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?&nbsp;<a href="jquery.mCustomScrollbar.js.html#">Sign Up &#187;</a> <a href="jquery.mCustomScrollbar.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.mCustomScrollbar.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/images/photon/plugins/elrte/js/plugins/js/plugins/prettify/css/css_compiled/js/plugins/jquery.mCustomScrollbar.js.html
HTML
mit
14,468
<!DOCTYPE html> <html lang="en"> <head> <title>Users</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <base href="/users/" /> <link href="/desktop/libs/bootstrap/less/bootstrap.less.css/desktop/libs/bootstrap/theme/cosmo.less.css/desktop/house.less.css/users/index.less.css" rel="stylesheet"> <link rel="icon" href="/users/favicon.ico" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <link rel="apple-touch-startup-image" href="startup-splash.png" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content="initial-scale = 1.0, user-scalable = no" /> <link rel="apple-touch-icon-precomposed" href="iosicon.png"/> </head> <body class="loading"> <header class="navbar navbar-default navbar-fixed-top" role="banner"> <div class=""> <div class="navbar-header"> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".app-navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <!--<form class="navbar-form navbar-left">--> <!-- <button type="button" class="homeBtn glyphicon glyphicon-home btn navbar-left"> </button>--> <!--</form>--> <!--<a href="/posts/" class="pageTitle navbar-brand">Files</a>--> <form class="navbar-form navbar-left"> <button type="button" class="homeBtn btn btn-link navbar-left"><span class="glyphicon glyphicon-user"></span><span class="sr-only">Files</span></button> </form> </div> <nav class="collapse navbar-collapse app-navbar-collapse" role="navigation"> <form class="navbar-form navbar-left"> <fieldset id="navbar-header-form"> </fieldset> </form> <ul class="nav navbar-nav navbar-right" id="accountNav"> <!--- <li><a href="#">Link</a></li> --> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-user"></span><b class="caret"></b></a> <ul class="dropdown-menu" id="accountMenu"><li class="login"><a href="/join">Sign in</a></li><li class="feedback"><a href="/feedback">Feedback</a></li> <!--- <li><a href="#">Action</a></li> --> </ul> </li> </ul> <i class="topbar-divider"></i> <ul class="nav navbar-nav navbar-right" id="siteNav"> <!--- <li><a href="#">Link</a></li> --> </ul> </nav> </div> </header> <div id="loading"> <div class="progress progress-striped active"> <div class="progress-bar" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 100%"> <span class="sr-only">Loading...</span> </div> </div> </div> <div id="welcome"></div> <script type="text/javascript" src="/desktop/require.js"></script> <!--<script type="text/javascript" src="/desktop/require.js?/users/index.js/desktop/socket.io.min.js/desktop/underscore.js/desktop/backbone.js/desktop/backbone-house.js/desktop/utils.js/account/account.js/clock/clock.js/desktop/nav.js/files/backbone-files.js/desktop/swipeview.js/posts/backbone-posts.js/posts/wysihtml-parser_rules.js/posts/wysihtml5-0.4.0pre.min.js/posts/posts.js"></script>--> <script type="text/javascript"> require(['/users/index.js'], function(index){ index.init(function(app){ window.app = app; $('body').removeClass('loading'); }); }); </script> </body> </html>
mathiasbynens/house
apps/html5os/users/index.html
HTML
mit
4,341
<div class="commune_descr limited"> <p> Les&nbsp;Autels-Saint-Bazile est un village situé dans le département des Calvados en Basse-Normandie. Elle totalisait 45 habitants en 2008.</p> <p>Le parc de logements, à Les&nbsp;Autels-Saint-Bazile, se décomposait en 2011 en zero appartements et 42 maisons soit un marché plutôt équilibré.</p> <p>À proximité de Les&nbsp;Autels-Saint-Bazile sont positionnées géographiquement les villes de <a href="{{VLROOT}}/immobilier/breviere_14105/">La&nbsp;Brévière</a> à 4&nbsp;km, 117 habitants, <a href="{{VLROOT}}/immobilier/chapelle-haute-grue_14153/">La&nbsp;Chapelle-Haute-Grue</a> à 3&nbsp;km, 40 habitants, <a href="{{VLROOT}}/immobilier/saint-ouen-le-houx_14638/">Saint-Ouen-le-Houx</a> située à 5&nbsp;km, 77 habitants, <a href="{{VLROOT}}/immobilier/mesnil-bacley_14414/">Le&nbsp;Mesnil-Bacley</a> située à 5&nbsp;km, 209 habitants, <a href="{{VLROOT}}/immobilier/crouttes_61139/">Crouttes</a> à 2&nbsp;km, 285 habitants, <a href="{{VLROOT}}/immobilier/saint-germain-de-montgommery_14583/">Saint-Germain-de-Montgommery</a> localisée à 3&nbsp;km, 158 habitants, entre autres. De plus, Les&nbsp;Autels-Saint-Bazile est située à seulement 23&nbsp;km de <a href="{{VLROOT}}/immobilier/lisieux_14366/">Lisieux</a>.</p> <p>Si vous pensez venir habiter à Les&nbsp;Autels-Saint-Bazile, vous pourrez aisément trouver une maison à acheter. </p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/14029.html
HTML
mit
1,432
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0036)http://../Darwin/Coral Reefs --> <html> <head> <meta name="generator" content="HTML Tidy, see www.w3.org"> <title>Coral Reefs: Title</title> <meta content="text/html; charset=iso-8859-1" http-equiv= "Content-Type"> <meta content="MSHTML 5.00.2919.6307" name="GENERATOR"> <style type="text/css"> body { color: blue; background: #FFFFE0 font: Garamond, "Times New Roman", serif; font-size: 12pt; } p { text-align: justify; color: blue; } p.intro { margin-left: 5%; margin-right: 5%; font-size: 10pt; } p.page { color: black; font-style: italic; text-align: center; } p.capt { color: black; font-family: arial, sans-serif; font-size: 9pt; margin-left: 5%; margin-right: 5%; } p.fnote { color: black; font-size: 9pt; } p.fnote2 { color: black; font-size: 8pt; } p.quote { color: blue; font-size: 10pt; } p.rt { text-align: right; } sup { font-size: 9pt; color: black; } table { color: black; font-size: 9pt; } </style> </head> <body> <center> <h1>CORAL REEFS</h1> <br> by<br> <h3>CHARLES DARWIN</h3> </center> <p>&nbsp;</p> <hr align="center" width="30%"> <p>&nbsp;</p> <center> <h4>CONTENTS</h4> <br> C<small>RITICAL</small> I<small>NTRODUCTION</small> <a href= "#page 3"><i>Page 3</i></a><br> I<small>NTRODUCTION</small> <a href="#page 11"><i>Page 11</i></a></center> <br> <br> <center><b>Chapter I<br> <br> ATOLLS OR LAGOON-ISLANDS.</b><br> <br> <i>Section I</i>&mdash;DESCRIPTION OF KEELING ATOLL.</center> <p class="intro">Corals on the outer margin.&mdash;Zone of Nullipor&aelig;.&mdash;Exterior reef.&mdash;Islets.&mdash;Coral-conglomerate.&mdash;Lagoon.&mdash;Calcareous sediment.&mdash;Scari and Holuthuri&aelig; subsisting on corals.&mdash;Changes in the condition of the reefs and islets.&mdash;Probable subsidence of the atoll.&mdash;Future state of the lagoon. <a href="#page 15"><i>Page 15</i></a></p> <br> <center><i>Section II</i>&mdash;GENERAL DESCRIPTION OF ATOLLS.</center> <p class="intro">General form and size of atolls, their reefs and islets.&mdash;External slope.&mdash;Zone of Nullipor&aelig;.&mdash;Conglomerate.&mdash;Depth of lagoons.&mdash; Sediment.&mdash;Reefs submerged wholly or in part.&mdash;Breaches in the reef.&mdash;Ledge-formed shores round certain lagoons.&mdash;Conversion of lagoons into land. <a href="#page 24"> <i>Page 24</i></a></p> <br> <center><i>Section III</i>&mdash;ATOLLS OF THE MALDIVA ARCHIPELAGO&mdash;GREAT CHAGOS BANK.</center> <p class="intro">Maldiva Archipelago.&mdash;Ring-formed reefs, marginal and central.&mdash;Great depths in the lagoons of the southern atolls.&mdash;Reefs in the lagoons all rising to the surface.&mdash;Position of islets and breaches in the reefs, with respect to the prevalent winds and action of the waves.&mdash;Destruction of islets.&mdash;Connection in the position and submarine foundation of distinct atolls.&mdash;The apparent disseverment of large atolls.&mdash;The Great Chagos Bank.&mdash;Its submerged condition and extraordinary structure. <a href="#page 33"><i>Page 33</i></a></p> <br> <center><b>Chapter II<br> <br> BARRIER REEFS.</b></center> <br> <p class="intro">Closely resemble in general form and structure atoll-reefs.&mdash;Width and depth of the lagoon-channels.&mdash;Breaches through the reef in front of valleys, and generally on the leeward side.&mdash;Checks to the filling up of the lagoon-channels.&mdash;Size and constitution of the encircled islands.&mdash;Number of islands within the same reef.&mdash;Barrier-reefs of New Caledonia and Australia.&mdash;Position of the reef relative to the slope of the adjoining land.&mdash;Probable great thickness of barrier-reefs. <a href="#page 38"><i>Page 38</i></a></p> <br> <center><b>Chapter III<br> <br> FRINGING OR SHORE-REEFS.</b></center> <br> <p class="intro">Reefs of Mauritius.&mdash;Shallow channel within the reef.&mdash;Its slow filling up.&mdash;Currents of water formed within it.&mdash;Upraised reefs.&mdash;Narrow fringing-reefs in deep seas.&mdash;Reefs on the coast of E. Africa and of Brazil.&mdash;Fringing-reefs in very shallow seas, round banks of sediment and on worn-down islands.&mdash;Fringing-reefs affected by currents of the sea.&mdash;Coral coating the bottom of the sea, but not forming reefs. <a href="#page 45"><i>Page 45</i></a></p> <br> <center><b>Chapter IV<br> <br> ON THE DISTRIBUTION AND GROWTH OF CORAL-REEFS.</b></center> <br> <center><i>Section I</i>&mdash;ON THE DISTRIBUTION OF CORAL-REEFS, AND ON THE CONDITIONS FAVOURABLE TO THEIR INCREASE. <a href= "#page 50"><i>Page 50</i></a><br> <br> <i>Section II</i>&mdash;ON THE RATE OF GROWTH OF CORAL-REEFS. <a href="#page 57"><i>Page 57</i></a><br> <br> <i>Section III</i>&mdash;ON THE DEPTHS AT WHICH REEF-BUILDING POLYPIFERS CAN LIVE. <a href="#page 63"><i>Page 63</i></a></center> <br> <br> <center><b>Chapter V<br> <br> THEORY OF THE FORMATION OF THE DIFFERENT CLASSES OF<br> CORAL-REEFS.</b></center> <br> <p class="intro">The atolls of the larger archipelagoes are not formed on submerged craters, or on banks of sediment.&mdash;Immense areas interspersed with atolls.&mdash;Recent changes in their state.&mdash;The origin of barrier-reefs and of atolls.&mdash; Their relative forms.&mdash;The step-formed ledges and walls round the shores of some lagoons.&mdash;The ring-formed reefs of the Maldiva atolls.&mdash;The submerged condition of parts or of the whole of some annular reefs.&mdash;The disseverment of large atolls.&mdash;The union of atolls by linear reefs.&mdash;The Great Chagos Bank.&mdash;Objections, from the area and amount of subsidence required by the theory, considered.&mdash;The probable composition of the lower parts of atolls. <a href="#page 69"><i> Page 69</i></a></p> <br> <br> <center><b>Chapter VI<br> <br> ON THE DISTRIBUTION OF CORAL-REEFS WITH REFERENCE TO THE THEORY OF THEIR FORMATION.</b></center> <br> <p class="intro">Description of the coloured map.&mdash;Proximity of atolls and barrier- reefs.&mdash;Relation in form and position of atolls with ordinary islands.&mdash;Direct evidence of subsidence difficult to be detected.&mdash;Proofs of recent elevation where fringing-reefs occur.&mdash;Oscillations of level.&mdash; Absence of active volcanoes in the areas of subsidence.&mdash;Immensity of the areas which have been elevated and have subsided.&mdash;Their relation to the present distribution of the land.&mdash;Areas of subsidence elongated, their intersection and alternation with those of elevation.&mdash;Amount and slow rate of the subsidence.&mdash;Recapitulation. <a href= "#page 89"><i>Page 89</i></a></p> <br> <br> <center><b>Appendix</b></center> <p>Containing a detailed description of the reefs and islands in Plate III. <a href="#page 111"><i>Page 111</i></a></p> <br> <br> <center><a href="#index"><b>Index</b></a></center> <p>&nbsp;</p> <hr> <p>&nbsp;</p> <center><font size="+1">THE STRUCTURE AND DISTRIBUTION<br> OF CORAL REEFS.</font></center> <p>&nbsp;</p> <hr> <p class="page"><a name="page 3">page 3</a></p> <p>&nbsp;</p> <center><b>CRITICAL INTRODUCTION</b></center> <p>A scientific discovery is the outcome of an interesting process of evolution in the mind of its author. When we are able to detect the germs of thought in which such a discovery has originated, and to trace the successive stages of the reasoning by which the crude idea has developed into an epoch-making book, we have the materials for reconstructing an important chapter of scientific history. Such a contribution to the story of the "making of science" may be furnished in respect to Darwin's famous theory of coral-reefs, and the clearly reasoned treatise in which it was first fully set forth.</p> <p>The subject of corals and coral-reefs is one concerning which much popular misconception has always prevailed. The misleading comparison of coral-rock with the combs of bees and the nests of wasps is perhaps responsible for much of this misunderstanding; one writer has indeed described a coral-reef as being "built by fishes by means of their teeth." Scarcely less misleading, however, are the references we so frequently meet with, both in prose and verse, to the "skill," "industry," and "perseverance" of the "coral-insect" in "building" his "home." As well might we praise men for their cleverness in making their own skeletons, and laud their assiduity in filling churchyards with the same. The polyps and other organisms, whose remains accumulate to form a coral-reef, simply live and perform their natural functions, and then die, leaving behind them, in the natural course of events, the hard calcareous portions of their structures to add to the growing reef.</p> <p>While the forms of coral-reefs and coral-islands are sometimes very remarkable and worthy of attentive study, there is no ground, it need scarcely be added, for the suggestion that they afford proofs of design on the part of the living builders, or that, in the</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 4">page 4</a></p> <p>&nbsp;</p> <p>words of Flinders, they constitute breastworks, defending the workshops from whence "infant colonies might be safely sent forth."</p> <p>It was not till the beginning of the present century that travellers like Beechey, Chamisso, Quoy and Gaimard, Moresby, Nelson, and others, began to collect accurate details concerning the forms and structure of coral- masses, and to make such observations on the habits of reef-forming polyps, as might serve as a basis for safe reasoning concerning the origin of coral-reefs and islands. In the second volume of Lyell's "Principles of Geology," published in 1832, the final chapter gives an admirable summary of all that was then known on the subject. At that time, the ring- form of the atolls was almost universally regarded as a proof that they had grown up on submerged volcanic craters; and Lyell gave his powerful support to that theory.</p> <p>Charles Darwin was never tired of acknowledging his indebtedness to Lyell. In dedicating to his friend the second edition of his "Naturalist's Voyage Round the World," Darwin writes that he does so "with grateful pleasure, as an acknowledgment that the chief part of whatever scientific merit this journal and the other works of the author may possess, has been derived from studying the well-known and admirable 'Principles of Geology.'"</p> <p>The second volume of Lyell's "Principles" appeared after Darwin had left England; but it was doubtless sent on to him without delay by his faithful friend and correspondent, Professor Henslow. It appears to have reached Darwin at a most opportune moment, while, in fact, he was studying the striking evidences of slow and long-continued, but often interrupted movement on the west coast of South America. Darwin's acute mind could not fail to detect the weakness of the then prevalent theory concerning the origin of the ring-shaped atolls&mdash;and the difficulty which he found in accepting the volcanic theory, as an explanation of the phenomena of coral-reefs, is well set forth in his book.</p> <p>In an interesting fragment of autobiography, Darwin has given us a very clear account of the way in which the leading idea of the theory of coral-reefs originated in his mind; he writes, "No other work of mine was begun in so deductive a spirit as this, for the whole theory was thought out on the west coast of South America, before I had seen a true coral-reef. I had therefore only to verify and extend my views by a careful examination of living reefs. But it should be observed that I had during the two previous years been incessantly attending to the effects on the</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 5">page 5</a></p> <p>&nbsp;</p> <p>shores of South America of the intermittent elevation of the land, together with the denudation and deposition of sediment. This necessarily led me to reflect much on the effects of subsidence, and it was easy to replace in imagination the continued deposition of sediment by the upward growth of corals. To do this was to form my theory of the formation of barrier-reefs and atolls."</p> <p>On her homeward voyage, the <i>Beagle</i> visited Tahiti, Australia, and some of the coral-islands in the Indian Ocean, and Darwin had an opportunity of testing and verifying the conclusion at which he had arrived by studying the statements of other observers.</p> <p>I well recollect a remarkable conversation I had with Darwin, shortly after the death of Lyell. With characteristic modesty, he told me that he never fully realised the importance of his theory of coral-reefs till he had an opportunity of discussing it with Lyell, shortly after the return of the <i>Beagle</i>. Lyell, on receiving from the lips of its author a sketch of the new theory, was so overcome with delight that he danced about and threw himself into the wildest contortions, as was his manner when excessively pleased. He wrote shortly afterwards to Darwin as follows:&mdash;"I could think of nothing for days after your lesson on coral-reefs, but of the tops of submerged continents. It is all true, but do not flatter yourself that you will be believed till you are growing bald like me, with hard work and vexation at the incredulity of the world." On May 24th, 1837, Lyell wrote to Sir John Herschel as follows:&mdash;"I am very full of Darwin's new theory of coral-islands, and have urged Whewell to make him read it at our next meeting. I must give up my volcanic crater forever, though it cost me a pang at first, for it accounted for so much." Dr. Whewell was president of the Geological Society at the time, and on May 31st, 1837, Darwin read a paper entitled "On Certain Areas of Elevation and Subsidence in the Pacific and Indian oceans, as deduced from the Study of Coral Formations," an abstract of which appeared in the second volume of the Society's proceedings.</p> <p>It was about this time that Darwin, having settled himself in lodgings at Great Marlborough Street, commenced the writing of his book on "Coral-Reefs." Many delays from ill-health and the interruption of other work, caused the progress to be slow, and his journal speaks of "recommencing" the subject in February 1839, shortly after his marriage, and again in October of the same year. In July 1841, he states that he began once more "after more than thirteen month's interval," and the last proof- sheet of</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 6">page 6</a></p> <p>&nbsp;</p> <p>the book was not corrected till May 6th, 1842. Darwin writes in his autobiography, "This book, though a small one, cost me twenty months of hard work, as I had to read every work on the islands of the Pacific, and to consult many charts." The task of elaborating and writing out his books was, with Darwin, always a very slow and laborious one; but it is clear that in accomplishing the work now under consideration, there was a long and constant struggle with the lethargy and weakness resulting from the sad condition of his health at that time.</p> <p>Lyell's anticipation that the theory of coral-reefs would be slow in meeting with general acceptance was certainly not justified by the actual facts. On the contrary the new book was at once received with general assent among both geologists and zoologists, and even attracted a considerable amount of attention from the general public.</p> <p>It was not long before the coral-reef theory of Darwin found an able exponent and sturdy champion in the person of the great American naturalist, Professor James D. Dana. Two years after the return of the <i>Beagle</i> to England, the ships of the United States Exploring Expedition set sail upon their four years' cruise, under the command of Captain Wilkes, and Dana was a member of the scientific staff. When, in 1839, the expedition arrived at Sydney, a newspaper paragraph was found which gave the American naturalist the first intimation of Darwin's new theory of the origin of atolls and barrier-reefs. Writing in 1872, Dana describes the effect produced on his mind by reading this passage:&mdash;"The paragraph threw a flood of light over the subject, and called forth feelings of peculiar satisfaction, and of gratefulness to Mr. Darwin, which still come up afresh whenever the subject of coral islands is mentioned. The Gambier Islands in the Paumotus, which gave him the key to the theory, I had not seen; but on reaching the Feejees, six months later, in 1840, I found there similar facts on a still grander scale and of a more diversified character, so that I was afterward enabled to speak of his theory as established with more positiveness than he himself, in his philosophic caution, had been ready to adopt. His work on coral-reefs appeared in 1842, when my report on the subject was already in manuscript. It showed that the conclusions on other points, which we had independently reached, were for the most part the same. The principal points of difference relate to the reason for the absence of corals from some coasts, and the evidence therefrom as to changes of level, and the distribution of the oceanic regions of</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 7">page 7</a></p> <p>&nbsp;</p> <p>elevation and subsidence&mdash;topics which a wide range of travel over the Pacific brought directly and constantly to my attention."</p> <p>Among the Reports of the United States Exploring Expedition, two important works from the pen of Professor Dana made their appearance;&mdash;one on "Zoophytes," which treats at length on "Corals and Coral-Animals," and the other on "Coral-Reefs and Islands." In 1872, Dana prepared a work of a more popular character in which some of the chief results of his studies are described; it bore the title of "Corals and Coral-Islands." Of this work, new and enlarged editions appeared in 1874 and 1890 in America, while two editions were published in this country in 1872 and 1875. In all these works their author, while maintaining an independent judgment on certain matters of detail, warmly defends the views of Darwin on all points essential to the theory.</p> <p>Another able exponent and illustrator of the theory of coral-reefs was found in Professor J. B. Jukes, who accompanied H.M.S. <i>Fly</i>, as naturalist, during the survey of the Great Barrier-Reef&mdash;in the years 1842 to 1846. Jukes, who was a man of great acuteness as well as independence of mind, concludes his account of the great Australian reefs with the following words:&mdash;"After seeing much of the Great Barrier-Reefs, and reflecting much upon them, and trying if it were possible by any means to evade the conclusions to which Mr. Darwin has come, I cannot help adding that his hypothesis is perfectly satisfactory to my mind, and rises beyond a mere hypothesis into the true theory of coral-reefs."</p> <p>As the result of the clear exposition of the subject by Darwin, Lyell, Dana, and Jukes, the theory of coral-reefs had, by the middle of the present century, commanded the almost universal assent of both biologists and geologists. In 1859 Baron von Richthofen brought forward new facts in its support, by showing that the existence of the thick masses of dolomitic limestone in the Tyrol could be best accounted for if they were regarded as of coralline origin and as being formed during a period of long continued subsidence. The same views were maintained by Professor Mojsisovics in his "Dolomit-riffe von S&uuml;dtirol und Venetien," which appeared in 1879.</p> <p>The first serious note of dissent to the generally accepted theory was heard in 1863, when a distinguished German naturalist, Dr. Karl Semper, declared that his study of the Pelew Islands showed that uninterrupted subsidence could not have been going on in that region. Dr. Semper's objections were very carefully</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 8">page 8</a></p> <p>&nbsp;</p> <p>considered by Mr. Darwin, and a reply to them appeared in the second and revised edition of his "Coral- Reefs," which was published in 1874. With characteristic frankness and freedom from prejudice, Darwin admitted that the facts brought forward by Dr. Semper proved that in certain specified cases, subsidence could not have played the chief part in originating the peculiar forms of the coral- islands. But while making this admission, he firmly maintained that exceptional cases, like those described in the Pelew Islands, were not sufficient to invalidate the theory of subsidence as applied to the widely spread atolls, encircling reefs, and barrier-reefs of the Pacific and Indian Oceans. It is worthy of note that to the end of his life Darwin maintained a friendly correspondence with Semper concerning the points on which they were at issue.</p> <p>After the appearance of Semper's work, Dr. J. J. Rein published an account of the Bermudas, in which he opposed the interpretation of the structure of the islands given by Nelson and other authors, and maintained that the facts observed in them are opposed to the views of Darwin. Although, so far as I am aware, Darwin had no opportunity of studying and considering these particular objections, it may be mentioned that two American geologists have since carefully re-examined the district&mdash;Professor W. N. Rice in 1884 and Professor A. Heilprin in 1889&mdash;and they have independently arrived at the conclusion that Dr. Rein's objections cannot be maintained.</p> <p>The most serious opposition to Darwin's coral-reef theory, however, was that which developed itself after the return of H.M.S. <i>Challenger</i> from her famous voyage. Mr. John Murray, one of the staff of naturalists on board that vessel, propounded a new theory of coral-reefs, and maintained that the view that they were formed by subsidence was one that was no longer tenable; these objections have been supported by Professor Alexander Agassiz in the United States, and by Dr. A. Geikie, and Dr. H. B. Guppy in this country.</p> <p>Although Mr. Darwin did not live to bring out a third edition of his "Coral-Reefs," I know from several conversations with him that he had given the most patient and thoughtful consideration to Mr. Murray's paper on the subject. He admitted to me that had he known, when he wrote his work, of the abundant deposition of the remains of calcareous organisms on the sea floor, he might have regarded this cause as sufficient in a few cases to raise the summits of submerged volcanoes or other mountains</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 9">page 9</a></p> <p>&nbsp;</p> <p>to a level at which reef-forming corals can commence to flourish. But he did not think that the admission that under certain favourable conditions, atolls might be thus formed without subsidence, necessitated an abandonment of his theory in the case of the innumerable examples of the kind which stud the Indian and Pacific Oceans.</p> <p>A letter written by Darwin to Professor Alexander Agassiz in May 1881 shows exactly the attitude which careful consideration of the subject led him to maintain towards the theory propounded by Mr. Murray:&mdash;"You will have seen," he writes, "Mr. Murray's views on the formation of atolls and barrier-reefs. Before publishing my book, I thought long over the same view, but only as far as ordinary marine organisms are concerned, for at that time little was known of the multitude of minute oceanic organisms. I rejected this view, as from the few dredgings made in the <i>Beagle</i>, in the south temperate regions, I concluded that shells, the smaller corals, etc., decayed and were dissolved when not protected by the deposition of sediment, and sediment could not accumulate in the open ocean. Certainly, shells, etc., were in several cases completely rotten, and crumbled into mud between my fingers; but you will know whether this is in any degree common. I have expressly said that a bank at the proper depth would give rise to an atoll, which could not be distinguished from one formed during subsidence. I can, however, hardly believe in the existence of as many banks (there having been no subsidence) as there are atolls in the great oceans, within a reasonable depth, on which minute oceanic organisms could have accumulated to the depth of many hundred feet."</p> <p>Darwin's concluding words in the same letter written within a year of his death, are a striking proof of the candour and openness of mind which he preserved so well to the end, in this as in other controversies.</p> <p>"If I am wrong, the sooner I am knocked on the head and annihilated so much the better. It still seems to me a marvellous thing that there should not have been much, and long-continued, subsidence in the beds of the great oceans. I wish some doubly rich millionaire would take it into his head to have borings made in some of the Pacific and Indian atolls, and bring home cores for slicing from a depth of 500 or 600 feet."</p> <p>It is noteworthy that the objections to Darwin's theory have for the most part proceeded from zoologists, while those who have fully appreciated the geological aspect of the question, have been</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 10">page 10</a></p> <p>&nbsp;</p> <p>the staunchest supporters of the theory of subsidence. The desirability of such boring operations in atolls has been insisted upon by several geologists, and it may be hoped that before many years have passed away, Darwin's hopes may be realised, either with or without the intervention of the "doubly rich millionaire."</p> <p>Three years after the death of Darwin, the veteran Professor Dana re-entered the lists and contributed a powerful defence of the theory of subsidence in the form of a reply to an essay written by the ablest exponent of the anti-Darwinian views on this subject, Dr. A. Geikie. While pointing out that the Darwinian position had been to a great extent misunderstood by its opponents, he showed that the rival theory presented even greater difficulties than those which it professed to remove.</p> <p>During the last five years, the whole question of the origin of coral-reefs and islands has been re-opened, and a controversy has arisen, into which, unfortunately, acrimonious elements have been very unnecessarily introduced. Those who desire it, will find clear and impartial statements of the varied and often mutually destructive views put forward by different authors, in three works which have made their appearance within the last year,&mdash;"The Bermuda Islands," by Professor Angelo Heilprin; "Corals and Coral-Islands," new edition by Professor J. D. Dana; and the third edition of Darwin's "Coral-Reefs," with Notes and Appendix by Professor T. G. Bonney.</p> <p>Most readers will, I think, rise from the perusal of these works with the conviction that, while on certain points of detail it is clear that, through the want of knowledge concerning the action of marine organisms in the open ocean, Darwin was betrayed into some grave errors, yet the main foundations of his argument have not been seriously impaired by the new facts observed in the deep-sea researches, or by the severe criticism to which his theory has been subjected during the last ten years. On the other hand, I think it will appear that much misapprehension has been exhibited by some of Darwin's critics, as to what his views and arguments really were; so that the reprint and wide circulation of the book in its original form is greatly to be desired, and cannot but be attended with advantage to all those who will have the fairness to acquaint themselves with Darwin's views at first hand, before attempting to reply to them.</p> <p class="rt">J<small>OHN</small> W. J<small>UDD</small>.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 11">page 11</a></p> <p>&nbsp;</p> <center> <h2>CORAL-REEFS</h2> <hr align="CENTER" width="15%"> <br> <b>INTRODUCTION</b></center> <p>The object of this volume is to describe from my own observation and the works of others, the principal kinds of coral-reefs, more especially those occurring in the open ocean, and to explain the origin of their peculiar forms. I do not here treat of the polypifers, which construct these vast works, except so far as relates to their distribution, and to the conditions favourable to their vigorous growth. Without any distinct intention to classify coral-reefs, most voyagers have spoken of them under the following heads: "lagoon-islands," or "atolls," "barrier" or "encircling reefs," and "fringing" or "shore-reefs." The lagoon- islands have received much the most attention; and it is not surprising, for every one must be struck with astonishment, when he first beholds one of these vast rings of coral-rock, often many leagues in diameter, here and there surmounted by a low verdant island with dazzling white shores, bathed on the outside by the foaming breakers of the ocean, and on the inside surrounding a calm expanse of water, which from reflection, is of a bright but pale green colour. The naturalist will feel this astonishment more deeply after having examined the soft and almost gelatinous bodies of these apparently insignificant creatures, and when he knows that the solid reef increases only on the outer edge, which day and night is lashed by the breakers of an ocean never at rest. Well did Fran&ccedil;ois Pyrard de Laval, in the year 1605, exclaim, "C'est une m&eacute;rueille de voir chacun de ces atollons, enuironn&eacute; d'un grand banc de pierre tout autour, n'y ayant point d'artifice humain." The accompanying sketch of Whitsunday island, in the South Pacific, taken from Captain Beechey's admirable "Voyage," although excellent of its kind, gives but a faint idea of the singular aspect of one of these lagoon-islands.</p> <p>Whitsunday Island is of small size, and the whole circle has been converted into land, which is a comparatively rare circumstance. As the reef of a lagoon-island generally supports many separate small islands, the word "island," applied to the whole, is often the cause of confusion; hence I have invariably used in this volume the term "atoll," which is the name given to these circular groups of coral-islets by their</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 12">page 12</a></p> <p>&nbsp;</p> <p>inhabitants in the Indian Ocean, and is synonymous with "lagoon- island."</p> <center><img src="images/p12a.jpg" width="539" height="231" alt= "Whitsunday Island"></center> <p>Barrier-reefs, when encircling small islands, have been comparatively little noticed by voyagers; but they well deserve attention. In their structure they are little less marvellous than atolls, and they give a singular and most picturesque character to the scenery of the islands they surround. In the accompanying sketch, taken from the "Voyage of the <i>Coquille</i>," the reef is seen from within, from one of the high peaks of the island of Bolabola.<sup>1</sup> Here, as in Whitsunday Island, the whole of that part of the reef which is visible is converted into land. This is a circumstance of rare occurrence; more usually a snow-white line of great breakers, with here and there an islet crowned by cocoa-nut trees, separates the smooth waters of the lagoon-like channel from the waves of the open sea. The barrier-reefs of Australia and of New Caledonia, owing to their enormous dimensions, have excited much attention: in structure and form they resemble those encircling many of the smaller islands in the Pacific Ocean.</p> <center><img src="images/p12b.jpg" width="531" height="239" alt= "Island of Bolabola"></center> <p>With respect to fringing, or shore-reefs, there is little in their structure which needs explanation; and their name expresses their comparatively</p> <p class="fnote">1. I have taken the liberty of simplifying the foreground, and leaving out a mountainous island in the far distance.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 13">page 13</a></p> <p>&nbsp;</p> <p>small extension. They differ from barrier-reefs in not lying so far from the shore, and in not having within a broad channel of deep water. Reefs also occur around submerged banks of sediment and of worn-down rock; and others are scattered quite irregularly where the sea is very shallow; these in most respects are allied to those of the fringing class, but they are of comparatively little interest.</p> <p>I have given a separate chapter to each of the above classes, and have described some one reef or island, on which I possessed most information, as typical; and have afterwards compared it with others of a like kind. Although this classification is useful from being obvious, and from including most of the coral-reefs existing in the open sea, it admits of a more fundamental division into barrier and atoll-formed reefs on the one hand, where there is a great apparent difficulty with respect to the foundation on which they must first have grown; and into fringing- reefs on the other, where, owing to the nature of the slope of the adjoining land, there is no such difficulty. The two blue tints and the red colour<sup>1</sup> on the map (Plate III), represent this main division, as explained in the beginning of the last chapter. In the Appendix, every existing coral-reef, except some on the coast of Brazil not included in the map, is briefly described in geographical order, as far as I possessed information; and any particular spot may be found by consulting the Index.</p> <p>Several theories have been advanced to explain the origin of atolls or lagoon-islands, but scarcely one to account for barrier-reefs. From the limited depths at which reef-building polypifers can flourish, taken into consideration with certain other circumstances, we are compelled to conclude, as it will be seen, that both in atolls and barrier-reefs, the foundation on which the coral was primarily attached, has subsided; and that during this downward movement, the reefs have grown upwards. This conclusion, it will be further seen, explains most satisfactorily the outline and general form of atolls and barrier-reefs, and likewise certain peculiarities in their structure. The distribution, also, of the different kinds of coral-reefs, and their position with relation to the areas of recent elevation, and to the points subject to volcanic eruptions, fully accord with this theory of their origin.<sup>2</sup></p> <p class="fnote">1. Replaced by numbers in this edition.<br> 2. A brief account of my views on coral formations, now published in my Journal of Researches, was read May 31st, 1837, before the Geological Society, and an abstract has appeared in the Proceedings.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 14">page 14</a></p> <p>&nbsp;</p> <p>In the several original surveys, from which the small plans on this plate have been reduced, the coral-reefs are engraved in very different styles. For the sake of uniformity, I have adopted the style used in the charts of the Chagos Archipelago, published by the East Indian Company, from the survey by Captain Moresby and Lieutenant Powell. The surface of the reef, which dries at low water, is represented by a surface with small crosses: the coral-islets on the reef are marked by small linear spaces, on which a few cocoa-nut trees, out of all proportion too large, have been introduced for the sake of clearness. The entire <i>annular reef</i>, which when surrounding an open expanse of water, forms an "atoll," and when surrounding one or more high islands, forms an encircling "barrier- reef," has a nearly uniform structure. The reefs in some of the original surveys are represented merely by a single line with crosses, so that their breadth is not given; I have had such reefs engraved of the width usually attained by coral-reefs. I have not thought it worth while to introduce all those small and very numerous reefs, which occur within the lagoons of most atolls and within the lagoon-channels of most barrier-reefs, and which stand either isolated, or are attached to the shores of the reef or land. At Peros Banhos none of the lagoon-reefs rise to the surface of the water; a few of them have been introduced, and are marked by plain dotted circles. A few of the deepest soundings are laid down within each reef; they are in fathoms, of six English feet.</p> <p class="capt"><a name="Plate I"><i>Plate I</i></a>&mdash;Map showing the resemblance in form between barrier coral-reefs surrounding mountainous islands, and atolls or lagoon islands.</p> <center><img src="images/plate1a.jpg" width="361" height="291" alt= "Map showing the resemblance in form."></center> <br> <p class="capt">Fig. 1&mdash;V<small>ANIKORO</small>, situated in the western part of the South Pacific; taken from the survey by Captain D'Urville in the <i>Astrolabe</i>; the soundings on the southern side of the island, namely, from thirty to forty fathoms, are given from the voyage of the Chev. Dillon; the other soundings are laid down from the survey by D'Urville; height of the summit of the island is 3,032 feet. The principal small detached reefs within the lagoon-channel have in this instance been represented. The southern shore of the island is narrowly fringed by a reef: if the engraver had carried this reef entirely round both islands, this figure would have served (by leaving out in imagination the barrier-reef) as a good specimen of an abruptly-sided island, surrounded by a reef of the fringing class.</p> <p class="capt">Fig. 2&mdash;H<small>OGOLEU</small>, or R<small>OUG</small>, in the Caroline Archipelago; taken from the "Atlas of the Voyage of the <i>Astrolabe,</i>" compiled from the surveys of Captains Duperrey and D'Urville; the depth of the immense lagoon- like space within the reef is not known.</p> <p class="capt">Fig. 3&mdash;R<small>AIATEA</small>, in the Society Archipelago; from the map given in the quarto edition of "Cook's First Voyage;" it is probably not accurate.</p> <p class="capt">Fig. 4&mdash;B<small>OW</small>, or H<small>EYOU ATOLL</small> (or lagoon- island), in the Low Archipelago, from the survey by Captain Beechey, R.N.; the lagoon is choked up with reefs, but the average greatest depth of about twenty fathoms, is given from the published account of the voyage.</p> <p class="capt">Fig. 5&mdash;B<small>OLABOLA</small>, in the Society Archipelago, from the survey of Captain Duperrey in the <i> Coquille</i>: the soundings in this and the following figures have been altered from French feet to English fathoms; height of highest point of the island 4,026 feet.</p> <center><img src="images/plate1b.jpg" width="395" height="396" alt= "Map showing the resemblance in form."></center> <br> <p class="capt">Fig. 6.&mdash;M<small>AURUA</small>, in the Society Archipelago; from the survey by Captain Duperrey in the <i> Coquille</i>: height of land about eight hundred feet.</p> <p class="capt">Fig. 7&mdash;P<small>OUYNIP&Egrave;TE</small>, or S<small>ENIAVINE</small>, in the Caroline Archipelago; from the survey by Admiral Lutk&eacute;.</p> <p class="capt">Fig. 8&mdash;G<small>AMBIER</small> I<small>SLANDS</small>, in the southern part of the Low Archipelago; from the survey by Captain Beechey; height of highest island, 1,246 feet; the islands are surrounded by extensive and irregular reefs; the reef on the southern side is submerged.</p> <p class="capt">Fig. 9&mdash;P<small>EROS</small> B<small>ANHOS ATOLL</small> (or lagoon- island), in the Chagos group in the Indian Ocean; from the survey by Captain Moresby and Lieutenant Powell; not nearly all the small submerged reefs in the lagoon are represented; the annular reef on the southern side is submerged.</p> <p class="capt">Fig. 10&mdash;K<small>EELING</small>, or C<small>OCOS ATOLL</small> (or lagoon-island), in the Indian Ocean; from the survey by Captain Fitzroy; the lagoon south of the dotted line is very shallow, and is left almost bare at low water; the part north of the line is choked up with irregular reefs. The annular reef on the north-west side is broken, and blends into a shoal sandbank, on which the sea breaks.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 15">page 15</a></p> <p>&nbsp;</p> <center><b>Chapter I<br> <br> ATOLLS OR LAGOON-ISLANDS</b><br> <br> <i>Section I</i>&mdash;KEELING ATOLL</center> <br> <p class="intro">Corals on the outer margin.&mdash;Zone of Nullipor&aelig;.&mdash;Exterior reef.&mdash; Islets.&mdash;Coral-conglomerate.&mdash;Lagoon.&mdash;Calcareous sediment.&mdash;Scari and Holuthuri&aelig; subsisting on corals.&mdash;Changes in the condition of the reefs and islets.&mdash;Probable subsidence of the atoll.&mdash;Future state of the lagoon.</p> <p>KEELING or COCOS atoll is situated in the Indian Ocean, in 12&deg; 5' S., and longitude 90&deg; 55' E.: a reduced chart of it was made from the survey of Captain Fitzroy and the Officers of H.M.S. <i>Beagle</i>, is given in <a href="#Plate I">Plate I</a>, Fig. 10. The greatest width of this atoll is nine miles and a half. Its structure is in most respects characteristic of the class to which it belongs, with the exception of the shallowness of the lagoon. The accompanying woodcut represents a vertical section, supposed to be drawn at low water from the outer coast across one of the low islets (one being taken of average dimensions) to within the lagoon.</p> <center><img src="images/keeling.jpg" width="443" height="93" alt= "Vertical section of one of the low islets."></center> <br> <p class="capt">A.&mdash;Level of the sea at low water: where the letter A is placed, the depth is twenty-five fathoms, and the distance rather more than one hundred and fifty yards from the edge of the reef.<br> B.&mdash;Outer edge of that flat part of the reef, which dries at low water: the edge either consists of a convex mound, as represented, or of rugged points, like those a little farther seaward, beneath the water.<br> C.&mdash;A flat of coral-rock, covered at high water.<br> D.&mdash;A low projecting ledge of brecciated coral-rock washed by the waves at high water.<br> E.&mdash;A slope of loose fragments, reached by the sea only during gales: the upper part, which is from six to twelve feet high, is clothed with vegetation. The surface of the islet gently slopes to the lagoon.<br> F.&mdash;Level of the lagoon at low water.</p> <p>The section is true to the scale in a horizontal line, but it could not be made so in a vertical one, as the average greatest height of the land is only between six and twelve feet above high-water mark.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 16">page 16</a></p> <p>&nbsp;</p> <p>I will describe the section, commencing with the outer margin. I must first observe that the reef-building polypifers, not being tidal animals, require to be constantly submerged or washed by the breakers. I was assured by Mr. Liesk, a very intelligent resident on these islands, as well as by some chiefs at Tahiti (Otaheite), that an exposure to the rays of the sun for a very short time invariably causes their destruction. Hence it is possible only under the most favourable circumstances, afforded by an unusually low tide and smooth water, to reach the outer margin, where the coral is alive. I succeeded only twice in gaining this part, and found it almost entirely composed of a living Porites, which forms great irregularly rounded masses (like those of an Astr&aelig;a, but larger) from four to eight feet broad, and little less in thickness. These mounds are separated from each other by narrow crooked channels, about six feet deep, most of which intersect the line of reef at right angles. On the furthest mound, which I was able to reach by the aid of a leaping-pole, and over which the sea broke with some violence, although the day was quite calm and the tide low, the polypifers in the uppermost cells were all dead, but between three and four inches lower down on its side they were living, and formed a projecting border round the upper and dead surface. The coral being thus checked in its upward growth, extends laterally, and hence most of the masses, especially those a little further inwards, had broad flat dead summits. On the other hand I could see, during the recoil of the breakers, that a few yards further seaward, the whole convex surface of the Porites was alive; so that the point where we were standing was almost on the exact upward and shoreward limit of existence of those corals which form the outer margin of the reef. We shall presently see that there are other organic productions, fitted to bear a somewhat longer exposure to the air and sun.</p> <p>Next, but much inferior in importance to the Porites, is the <i> Millepora complanata.</i><sup>1</sup></p> <p>It grows in thick vertical plates, intersecting each other at various angles, and forms an exceedingly strong honeycombed mass, which generally affects a circular form, the marginal plates alone being alive. Between these plates and in the protected crevices on the reef, a multitude of branching zoophytes and other productions flourish, but the Porites and Millepora alone seem able to resist the fury of the breakers on its upper and outer edge: at the depth of a few fathoms other kinds of stony corals live. Mr. Liesk, who was intimately acquainted with every part of this reef, and likewise with that of North Keeling atoll, assured me that these corals invariably compose the outer margin. The lagoon is inhabited by quite a distinct set of corals, generally brittle and thinly branched; but a Porites, apparently of the same species with that on the outside, is found there, although it does not seem to thrive, and certainly does not attain the thousandth part in bulk of the masses opposed to the breakers.</p> <p class="fnote">1. This Millepora (Palmipora of Blainville), as well as the <i>M. alcicornis</i>, possesses the singular property of stinging the skin where it is delicate, as on the face and arm.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 17">page 17</a></p> <p>&nbsp;</p> <p>The woodcut shows the form of the bottom off the reef: the water deepens for a space between one and two hundred yards wide, very gradually to twenty-five fathoms (A in section), beyond which the sides plunge into the unfathomable ocean at an angle of 45&deg;.<sup>1</sup> To the depth of ten or twelve fathoms the bottom is exceedingly rugged, and seems formed of great masses of living coral, similar to those on the margin. The arming of the lead here invariably came up quite clean, but deeply indented, and chains and anchors which were lowered, in the hopes of tearing up the coral, were broken. Many small fragments, however, of <i> Millepora alcicornis</i> were brought up; and on the arming from an eight- fathom cast, there was a perfect impression of an Astr&aelig;a, apparently alive. I examined the rolled fragments cast on the beach during gales, in order further to ascertain what corals grew outside the reef. The fragments consisted of many kinds, of which the Porites already mentioned and a Madrepora, apparently the <i>M. corymbosa</i>, were the most abundant. As I searched in vain in the hollows on the reef and in the lagoon, for a living specimen of this Madrepore, I conclude that it is confined to a zone outside, and beneath the surface, where it must be very abundant. Fragments of the <i>Millepora alcicornis</i> and of an Astr&aelig;a were also numerous; the former is found, but not in proportionate numbers, in the hollows on the reef; but the Astr&aelig;a I did not see living. Hence we may infer, that these are the kinds of coral which form the rugged sloping surface (represented in the woodcut by an uneven line), round and beneath the external margin. Between twelve and twenty fathoms the arming came up an equal number of times smoothed with sand, and indented with coral: an anchor and lead were lost at the respective depths of thirteen and sixteen fathoms. Out of twenty-five soundings taken at a greater depth than twenty fathoms, every one showed that the bottom was covered with sand; whereas, at a less depth than twelve fathoms, every sounding showed that it was exceedingly rugged, and free from all extraneous particles. Two soundings were obtained at the depth of 360 fathoms, and several between two hundred and three hundred fathoms. The sand brought up from these depths consisted of finely triturated fragments of stony zoophytes, but not, as far as I could distinguish, of a particle of any lamelliform genus: fragments of shells were rare.</p> <p>At a distance of 2,200 yards from the breakers, Captain Fitzroy found no bottom with a line of 7,200 feet in length; hence the submarine slope of this coral formation is steeper than that of any volcanic cone. Off the mouth of the lagoon, and likewise off the northern point of the atoll, where the currents act violently, the inclination, owing to the accumulation of sediment, is less. As the arming of the lead from</p> <p class="fnote">1. The soundings from which this section is laid down were taken with great care by Captain Fitzroy himself. He used a bell-shaped lead, having a diameter of four inches, and the armings each time were cut off and brought on board for me to examine. The arming is a preparation of tallow, placed in the concavity at the bottom of the lead. Sand, and even small fragments of rock, will adhere to it; and if the bottom be of rock it brings up an exact impression of its surface.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 18">page 18</a></p> <p>&nbsp;</p> <p>all the greater depths showed a smooth sandy bottom, I at first concluded that the whole consisted of a vast conical pile of calcareous sand, but the sudden increase of depth at some points, and the circumstance of the line having been cut, as if rubbed, when between five hundred and six hundred fathoms were out, indicate the probable existence of submarine cliffs.</p> <p>On the margin of the reef, close within the line where the upper surface of the Porites and of the Millepora is dead, three species of Nullipora flourish. One grows in thin sheets, like a lichen on old trees; the second in stony knobs, as thick as a man's finger, radiating from a common centre; and the third, which is less common, in a moss-like reticulation of thin, but perfectly rigid branches. The three species occur either separately or mingled together; and they form by their successive growth a layer two or three feet in thickness, which in some cases is hard, but where formed of the lichen-like kind, readily yields an impression to the hammer: the surface is of a reddish colour. These Nullipor&aelig;, although able to exist above the limit of true corals, seem to require to be bathed during the greater part of each tide by breaking water, for they are not found in any abundance in the protected hollows on the back part of the reef, where they might be immersed either during the whole or an equal proportional time of each tide. It is remarkable that organic productions of such extreme simplicity, for the Nullipor&aelig; undoubtedly belong to one of the lowest classes of the vegetable kingdom, should be limited to a zone so peculiarly circumstanced. Hence the layer composed by their growth merely fringes the reef for a space of about twenty yards in width, either under the form of separate mammillated projections, where the outer masses of coral are separate, or, more commonly, where the corals are united into a solid margin, as a continuous smooth convex mound (B in woodcut), like an artificial breakwater. Both the mound and mammillated projections stand about three feet higher than any other part of the reef, by which term I do not include the islets, formed by the accumulation of rolled fragments. We shall hereafter see that other coral reefs are protected by a similar thick growth of Nullipor&aelig; on the outer margin, the part most exposed to the breakers, and this must effectually aid in preserving it from being worn down.</p> <p>The woodcut represents a section across one of the islets on the reef, but if all that part which is above the level of C were removed, the section would be that of a simple reef, as it occurs where no islet has been formed. It is this reef which essentially forms the atoll. It is a ring, enclosing the lagoon on all sides except at the northern end, where there are two open spaces, through one of which ships can enter. The reef varies in width from two hundred and fifty to five</p> <p class="fnote">1. This last species is of a beautiful bright peach-blossom colour. Its branches are about as thick as crow- quills; they are slightly flattened and knobbed at the extremities. The extremities only are alive and brightly coloured. The two other species are of a dirty purplish-white. The second species is extremely hard; its short knob- like branches are cylindrical, and do not grow thicker at their extremities.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 19">page 19</a></p> <p>&nbsp;</p> <p>hundred yards, its surface is level, or very slightly inclined towards the lagoon, and at high tide the sea breaks entirely over it: the water at low tide thrown by the breakers on the reef, is carried by the many narrow and shoal gullies or channels on its surface, into the lagoon: a return stream sets out of the lagoon through the main entrance. The most frequent coral in the hollows on the reef is <i>Pocillopora verrucosa</i>, which grows in short sinuous plates, or branches, and when alive is of a beautiful pale lake-red: a Madrepora, closely allied or identical with <i>M. pocillifera</i>, is also common. As soon as an islet is formed, and the waves are prevented breaking entirely over the reef, the channels and hollows in it become filled up with cemented fragments, and its surface is converted into a hard smooth floor (C of woodcut), like an artificial one of freestone. This flat surface varies in width from one hundred to two hundred, or even three hundred yards, and is strewed with a few large fragments of coral torn up during gales: it is uncovered only at low water. I could with difficulty, and only by the aid of a chisel, procure chips of rock from its surface, and therefore could not ascertain how much of it is formed by the aggregation of detritus, and how much by the outward growth of mounds of corals, similar to those now living on the margin. Nothing can be more singular than the appearance at low tide of this "flat" of naked stone, especially where it is externally bounded by the smooth convex mound of Nullipor&aelig;, appearing like a breakwater built to resist the waves, which are constantly throwing over it sheets of foaming water. The characteristic appearance of this "flat" is shown in the foregoing woodcut of Whitsunday atoll.</p> <p>The islets on the reef are first formed between two hundred and three hundred yards from its outer edge, through the accumulation of a pile of fragments, thrown together by some unusually strong gale. Their ordinary width is under a quarter of a mile, and their length varies from a few yards to several miles. Those on the south-east and windward side of the atoll, increase solely by the addition of fragments on their outer side; hence the loose blocks of coral, of which their surface is composed, as well as the shells mingled with them, almost exclusively consist of those kinds which live on the outer coast. The highest part of the islets (excepting hillocks of blown sand, some of which are thirty feet high), is close to the outer beach (E of the woodcut), and averages from six to ten feet above ordinary high-water mark. From the outer beach the surface slopes gently to the shores of the lagoon, which no doubt has been caused by the breakers the further they have rolled over the reef, having had less power to throw up fragments. The little waves of the lagoon heap up sand and fragments of thinly-branched corals on the inner side of the islets on the leeward side of the atoll; and these islets are broader than those to windward, some being even eight hundred yards in width; but the land thus added is very low. The fragments beneath the surface are cemented into a solid mass, which is exposed as a ledge (D of the woodcut), projecting some yards in front of the outer shore and from two to four feet high. This ledge is just reached by the waves at ordinary high-</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 20">page 20</a></p> <p>&nbsp;</p> <p>water: it extends in front of all the islets, and everywhere has a water-worn and scooped appearance. The fragments of coral which are occasionally cast on the "flat" are during gales of unusual violence swept together on the beach, where the waves each day at high-water tend to remove and gradually wear them down; but the lower fragments having become firmly cemented together by the percolation of calcareous matter, resist the daily tides longer, and hence project as a ledge. The cemented mass is generally of a white colour, but in some few parts reddish from ferruginous matter; it is very hard, and is sonorous under the hammer; it is obscurely divided by seams, dipping at a small angle seaward; it consists of fragments of the corals which grow on the outer margin, some quite and others partially rounded, some small and others between two and three feet across; and of masses of previously formed conglomerate, torn up, rounded, and re-cemented; or it consists of a calcareous sandstone, entirely composed of rounded particles, generally almost blended together, of shells, corals, the spines of echini, and other such organic bodies; rocks, of this latter kind, occur on many shores, where there are no coral reefs. The structure of the coral in the conglomerate has generally been much obscured by the infiltration of spathose calcareous matter; and I collected a very interesting series, beginning with fragments of unaltered coral, and ending with others, where it was impossible to discover with the naked eye any trace of organic structure. In some specimens I was unable, even with the aid of a lens, and by wetting them, to distinguish the boundaries of the altered coral and spathose limestone. Many even of the blocks of coral lying loose on the beach, had their central parts altered and infiltrated.</p> <p>The lagoon alone remains to be described; it is much shallower than that of most atolls of considerable size. The southern part is almost filled up with banks of mud and fields of coral, both dead and alive, but there are considerable spaces, between three and four fathoms, and smaller basins, from eight to ten fathoms deep. Probably about half its area consists of sediment, and half of coral-reefs. The corals composing these reefs have a very different aspect from those on the outside; they are very numerous in kind, and most of them are thinly branched. Meandrina, however, lives in the lagoon, and great rounded masses of this coral are numerous, lying quite or almost loose on the bottom. The other commonest kinds consist of three closely allied species of true Madrepora in thin branches; of <i>Seriatapora subulata</i>; two species of Porites<sup>1</sup> with cylindrical branches, one of which forms circular clumps, with the exterior branches only alive; and lastly, a coral something like an Explanaria, but with stars on both surfaces, growing in thin, brittle, stony, foliaceous expansions, especially in the deeper basins of the lagoon. The reefs on which</p> <p class="fnote">1. This Porites has somewhat the habit of <i>P. clavaria</i>, but the branches are not knobbed at their ends. When alive it is of a yellow colour, but after having been washed in fresh water and placed to dry, a jet-black slimy substance exuded from the entire surface, so that the specimen now appears as if it had been dipped in ink.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 21">page 21</a></p> <p>&nbsp;</p> <p>these corals grow are very irregular in form, are full of cavities, and have not a solid flat surface of dead rock, like that surrounding the lagoon; nor can they be nearly so hard, for the inhabitants made with crowbars a channel of considerable length through these reefs, in which a schooner, built on the S.E. islet, was floated out. It is a very interesting circumstance, pointed out to us by Mr. Liesk, that this channel, although made less than ten years before our visit, was then, as we saw, almost choked up with living coral, so that fresh excavations would be absolutely necessary to allow another vessel to pass through it.</p> <p>The sediment from the deepest parts in the lagoon, when wet, appeared chalky, but when dry, like very fine sand. Large soft banks of similar, but even finer grained mud, occur on the S.E. shore of the lagoon, affording a thick growth of a Fucus, on which turtle feed: this mud, although discoloured by vegetable matter, appears from its entire solution in acids to be purely calcareous. I have seen in the Museum of the Geological Society, a similar but more remarkable substance, brought by Lieutenant Nelson from the reefs of Bermuda, which, when shown to several experienced geologists, was mistaken by them for true chalk. On the outside of the reef much sediment must be formed by the action of the surf on the rolled fragments of coral; but in the calm waters of the lagoon, this can take place only in a small degree. There are, however, other and unexpected agents at work here: large shoals of two species of Scarus, one inhabiting the surf outside the reef and the other the lagoon, subsist entirely, as I was assured by Mr. Liesk, the intelligent resident before referred to, by browsing on the living polypifers. I opened several of these fish, which are very numerous and of considerable size, and I found their intestines distended by small pieces of coral, and finely ground calcareous matter. This must daily pass from them as the finest sediment; much also must be produced by the infinitely numerous vermiform and molluscous animals, which make cavities in almost every block of coral. Dr. J. Allan, of Forres, who has enjoyed the best means of observation, informs me in a letter that the Holothuri&aelig; (a family of Radiata) subsist on living coral; and the singular structure of bone within the anterior extremity of their bodies, certainly appears well adapted for this purpose. The number of the species of Holothuria, and of the individuals which swarm on every part of these coral-reefs, is extraordinarily great; and many shiploads are annually freighted, as is well-known, for China with the trepang, which is a species of this genus. The amount of coral yearly consumed, and ground down into the finest mud, by these several creatures, and probably by many other kinds, must be immense. These facts are, however, of more importance in another point of view, as showing us that there are living checks to the growth of coral-reefs, and that the almost universal law of "consumed and be consumed," holds good even with the polypifers forming those massive bulwarks, which are able to withstand the force of the open ocean.</p> <p>Considering that Keeling atoll, like other coral formations, has been entirely formed by the growth of organic beings, and the accumulation of their detritus, one is naturally led to inquire how long it has</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 22">page 22</a></p> <p>&nbsp;</p> <p>continued, and how long it is likely to continue, in its present state. Mr. Liesk informed me that he had seen an old chart in which the present long island on the S.E. side was divided by several channels into as many islets; and he assures me that the channels can still be distinguished by the smaller size of the trees on them. On several islets, also, I observed that only young cocoa-nut trees were growing on the extremities; and that older and taller trees rose in regular succession behind them; which shows that these islets have very lately increased in length. In the upper and south- eastern part of the lagoon, I was much surprised by finding an irregular field of at least a mile square of branching corals, still upright, but entirely dead. They consisted of the species already mentioned; they were of a brown colour, and so rotten, that in trying to stand on them I sank halfway up the leg, as if through decayed brushwood. The tops of the branches were barely covered by water at the time of lowest tide. Several facts having led me to disbelieve in any elevation of the whole atoll, I was at first unable to imagine what cause could have killed so large a field of coral. Upon reflection, however, it appeared to me that the closing up of the above-mentioned channels would be a sufficient cause; for before this, a strong breeze by forcing water through them into the head of the lagoon, would tend to raise its level. But now this cannot happen, and the inhabitants observe that the tide rises to a less height, during a high S.E. wind, at the head than at the mouth of the lagoon. The corals, which, under the former condition of things, had attained the utmost possible limit of upward growth, would thus occasionally be exposed for a short time to the sun, and be killed.</p> <p>Besides the increase of dry land, indicated by the foregoing facts, the exterior solid reef appears to have grown outwards. On the western side of the atoll, the "flat" lying between the margin of the reef and the beach, is very wide; and in front of the regular beach with its conglomerate basis, there is, in most parts, a bed of sand and loose fragments with trees growing out of it, which apparently is not reached even by the spray at high water. It is evident some change has taken place since the waves formed the inner beach; that they formerly beat against it with violence was evident, from a remarkably thick and water-worn point of conglomerate at one spot, now protected by vegetation and a bank of sand; that they beat against it in the same peculiar manner in which the swell from windward now obliquely curls round the margin of the reef, was evident from the conglomerate having been worn into a point projecting from the beach in a similarly oblique manner. This retreat in the line of action of the breakers might result, either from the surface of the reef in front of the islets having been submerged at one time, and afterward having grown upwards, or from the mounds of coral on the margin having continued to grow outwards. That an outward growth of this part is in process, can hardly be doubted from the fact already mentioned of the mounds of Porites with their summits apparently lately killed, and their sides only three or four inches lower down thickened by a fresh layer of living coral. But there is a difficulty on this supposition which I must not pass over. If the</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 23">page 23</a></p> <p>&nbsp;</p> <p>whole, or a large part of the "flat," had been formed by the outward growth of the margin, each successive margin would naturally have been coated by the Nullipor&aelig;, and so much of the surface would have been of equal height with the existing zone of living Nullipor&aelig;: this is not the case, as may be seen in the woodcut. It is, however, evident from the abraded state of the "flat," with its original inequalities filled up, that its surface has been much modified; and it is possible that the hinder portions of the zone of Nullipor&aelig;, perishing as the reef grows outwards, might be worn down by the surf. If this has not taken place, the reef can in no part have increased outwards in breadth since its formation, or at least since the Nullipor&aelig; formed the convex mound on its margin; for the zone thus formed, and which stands between two and three feet above the other parts of the reef, is nowhere much above twenty yards in width.</p> <p>Thus far we have considered facts, which indicate, with more or less probability, the increase of the atoll in its different parts: there are others having an opposite tendency. On the south-east side, Lieutenant Sulivan, to whose kindness I am indebted for many interesting observations, found the conglomerate projecting on the reef nearly fifty yards in front of the beach: we may infer from what we see in all other parts of the atoll, that the conglomerate was not originally so much exposed, but formed the base of an islet, the front and upper part of which has since been swept away. The degree to which the conglomerate, round nearly the whole atoll, has been scooped, broken up, and the fragments cast on the beach, is certainly very surprising, even on the view that it is the office of occasional gales to pile up fragments, and of the daily tides to wear them away. On the western side, also, of the atoll, where I have described a bed of sand and fragments with trees growing out of it, in front of an old beach, it struck both Lieutenant Sulivan and myself, from the manner in which the trees were being washed down, that the surf had lately recommenced an attack on this line of coast. Appearances indicating a slight encroachment of the water on the land, are plainer within the lagoon: I noticed in several places, both on its windward and leeward shores, old cocoa-nut trees falling with their roots undermined, and the rotten stumps of others on the beach, where the inhabitants assured us the cocoa-nut could not now grow. Captain Fitzroy pointed out to me, near the settlement, the foundation posts of a shed, now washed by every tide, but which the inhabitants stated, had seven years before stood above high watermark. In the calm waters of the lagoon, directly connected with a great, and therefore stable ocean, it seems very improbable that a change in the currents, sufficiently great to cause the water to eat into the land on all sides, should have taken place within a limited period. From these considerations I inferred, that probably the atoll had lately subsided to a small amount; and this inference was strengthened by the circumstance, that in 1834, two years before our visit, the island had been shaken by a severe earthquake, and by two slighter ones during the ten previous years. If, during these subterranean disturbances, the atoll did subside, the downward movement must have been very small, as we must</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 24">page 24</a></p> <p>&nbsp;</p> <p>conclude from the fields of dead coral still lipping the surface of the lagoon, and from the breakers on the western shore not having yet regained the line of their former action. The subsidence must, also, have been preceded by a long period of rest, during which the islets extended to their present size, and the living margin of the reef grew either upwards, or as I believe outwards, to its present distance from the beach.</p> <p>Whether this view be correct or not, the above facts are worthy of attention, as showing how severe a struggle is in progress on these low coral formations between the two nicely balanced powers of land and water. With respect to the future state of Keeling atoll, if left undisturbed, we can see that the islets may still extend in length; but as they cannot resist the surf until broken by rolling over a wide space, their increase in breadth must depend on the increasing breadth of the reef; and this must be limited by the steepness of the submarine flanks, which can be added to only by sediment derived from the wear and tear of the coral. From the rapid growth of the coral in the channel cut for the schooner, and from the several agents at work in producing fine sediment, it might be thought that the lagoon would necessarily become quickly filled up. Some of this sediment, however, is transported into the open sea, as appears from the soundings off the mouth of the lagoon, instead of being deposited within it. The deposition, moreover, of sediment, checks the growth of coral-reefs, so that these two agencies cannot act together with full effect in filling it up. We know so little of the habits of the many different species of corals, which form the lagoon-reefs, that we have no more reasons for supposing that their whole surface would grow up as quickly as the coral did in the schooner-channel, than for supposing that the whole surface of a peat-moss would increase as quickly as parts are known to do in holes, where the peat has been cut away. These agencies, nevertheless, tend to fill up the lagoon; but in proportion as it becomes shallower, so must the polypifers be subject to many injurious agencies, such as impure water and loss of food. For instance, Mr. Liesk informed me, that some years before our visit unusually heavy rain killed nearly all the fish in the lagoon, and probably the same cause would likewise injure the corals. The reefs also, it must be remembered, cannot possibly rise above the level of the lowest spring-tide, so that the final conversion of the lagoon into land must be due to the accumulation of sediment; and in the midst of the clear water of the ocean, and with no surrounding high land, this process must be exceedingly slow.</p> <br> <center><i>Section II</i>&mdash;GENERAL DESCRIPTION OF ATOLLS.</center> <p class="intro">General form and size of atolls, their reefs and islets.&mdash;External slope.&mdash;Zone of Nullipor&aelig;.&mdash;Conglomerate.&mdash;Depth of lagoons.&mdash; Sediment.&mdash;Reefs submerged wholly or in part.&mdash;Breaches in the reef.&mdash;Ledge-formed shores round certain lagoons.&mdash;Conversion of lagoons into land.</p> <p>I will here give a sketch of the general form and structure of the many atolls and atoll-formed reefs which occur in the Pacific and Indian Oceans, comparing them with Keeling atoll. The Maldiva atolls</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 25">page 25</a></p> <p>&nbsp;</p> <p>and the Great Chagos Bank differ in so many respects, that I shall devote to them, besides occasional references, a third section of this chapter. Keeling atoll may be considered as of moderate dimensions and of regular form. Of the thirty-two islands surveyed by Captain Beechey in the Low Archipelago, the longest was found to be thirty miles, and the shortest less than a mile; but Vliegen atoll, situated in another part of the same group, appears to be sixty miles long and twenty broad. Most of the atolls in this group are of an elongated form; thus Bow Island is thirty miles in length, and on an average only six in width (See Fig. 4, <a href= "#Plate I">Plate I</a>), and Clermont Tonnere has nearly the same proportions. In the Marshall Archipelago (the Ralick and Radack group of Kotzebue) several of the atolls are more than thirty miles in length, and Rimsky Korsacoff is fifty-four long, and twenty wide, at the broadest part of its irregular outline. Most of the atolls in the Maldiva Archipelago are of great size, one of them (which, however, bears a double name) measured in a medial and slightly curved line, is no less than eighty-eight geographical miles long, its greatest width being under twenty, and its least only nine and a half miles. Some atolls have spurs projecting from them; and in the Marshall group there are atolls united together by linear reefs, for instance Menchikoff Island (See Fig. 3, <a href= "#Plate II">Plate II</a>), which is sixty miles in length, and consists of three loops tied together. In far the greater number of cases an atoll consists of a simple elongated ring, with its outline moderately regular.</p> <p>The average width of the annular wreath may be taken as about a quarter of a mile. Captain Beechey<sup>1</sup> says that in the atolls of the Low Archipelago it exceeded in no instance half a mile. The description given of the structure and proportional dimensions of the reef and islets of Keeling atoll, appears to apply perfectly to nearly all the atolls in the Pacific and Indian Oceans. The islets are first formed some way back either on the projecting points of the reef, especially if its form be angular, or on the sides of the main entrances into the lagoon&mdash;that is in both cases, on points where the breakers can act during gales of wind in somewhat different directions, so that the matter thrown up from one side may accumulate against that before thrown up from another. In Lutk&eacute;'s chart of the Caroline atolls, we see many instances of the former case; and the occurrence of islets, as if placed for beacons, on the points where there is a gateway or breach through the reef, has been noticed by several authors. There are some atoll-formed reefs, rising to the surface of the sea and partly dry at low water, on which from some cause islets have never been formed; and there are others on which they have been formed, but have subsequently been worn away. In atolls of small dimensions the islets frequently become united into a single horse-shoe or ring-formed strip; but Diego Garcia, although an atoll of considerable size, being thirteen miles and a half in length, has its lagoon entirely surrounded, except at the northern end, by a belt of land, on an average a third of a mile in width. To show how small the total area of the annular reef and the land is in islands of this class,</p> <p class="fnote">1. Beechey's "Voyage to the Pacific and Beering's Straits," chapter viii.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 26">page 26</a></p> <p>&nbsp;</p> <p>I may quote a remark from the voyage of Lutk&eacute;, namely, that if the forty-three rings, or atolls, in the Caroline Archipelago, were put one within another, and over a steeple in the centre of St. Petersburg, the whole world would not cover that city and its suburbs.</p> <p>The form of the bottom off Keeling atoll, which gradually slopes to about twenty fathoms at the distance of between one and two hundred yards from the edge of the reef, and then plunges at an angle of 45&deg; into unfathomable depths, is exactly the same<sup>1</sup> with that of the sections of the atolls in the Low Archipelago given by Captain Beechey. The nature, however, of the bottom seems to differ, for this officer<sup>2</sup> informs me that all the soundings, even the deepest, were on coral, but he does not know whether dead or alive. The slope round Christmas atoll (Lat. 1&deg; 4' N., 157&deg; 45' W.), described by Cook,<sup>3</sup> is considerably less, at about half a mile from the edge of the reef, the average depth was about fourteen fathoms on a fine sandy bottom, and at a mile, only between twenty and forty fathoms. It has no doubt been owing to this gentle slope, that the strip of land surrounding its lagoon, has increased in one part to the extraordinary width of three miles; it is formed of successive ridges of broken shells and corals, like those on the beach. I know of no other instance of such width in the reef of an atoll; but Mr. F. D. Bennett informs me that the inclination of the bottom round Caroline atoll in the Pacific, is like that off Christmas Island, very gentle. Off the Maldiva and Chagos atolls, the inclination is much more abrupt; thus at Heawandoo Pholo, Lieutenant Powell<sup>4</sup> found fifty and sixty fathoms close to the edge of the reef, and at 300 yards distance there was no bottom with a 300-yard line. Captain Moresby informs me, that at 100 fathoms from the mouth of the lagoon of Diego Garcia, he found no bottom with 150 fathoms; this is the more remarkable, as the slope is generally less abrupt in front of channels through a reef, owing to the accumulation of sediment. At Egmont Island, also, at 150 fathoms from the reef, soundings were struck with 150 fathoms. Lastly, at Cardoo atoll, only sixty yards from the reef, no bottom was obtained, as I am informed by Captain Moresby, with a line of 200 fathoms! The currents run with great force round these atolls, and where they are strongest, the inclination appears to be most abrupt. I am informed by the same authority, that wherever soundings were obtained off these islands, the bottom was invariably</p> <p class="fnote">1. The form of the bottom round the Marshall atolls in the Northern Pacific is probably similar: Kotzebue ("First Voyage," vol. ii, p. 16) says: "We had at a small distance from the reef, forty fathoms depth, which increased a little further so much that we could find no bottom."<br> 2. I must be permitted to express my obligation to Captain Beechey, for the very kind manner in which he has given me information on several points, and to own the great assistance I have derived from his excellent published work.<br> 3. Cook's "Third Voyage," vol. ii, chap. 10.<br> 4. This fact is taken from a MS. account of these groups lent me by Captain Moresby. See also Captain Moresby's paper on the Maldiva atolls in the <i>Geographical Journal</i>, vol. v, p. 401.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 27">page 27</a></p> <p>&nbsp;</p> <p>sandy: nor was there any reason to suspect the existence of submarine cliffs, as there was at Keeling Island.<sup>1</sup> Here then occurs a difficulty; can sand accumulate on a slope, which, in some cases, appears to exceed fifty-five degrees? It must be observed, that I speak of slopes where soundings were obtained, and not of such cases, as that of Cardoo, where the nature of the bottom is unknown, and where its inclination must be nearly vertical. M. Elie de Beaumont<sup>2</sup> has argued, and there is no higher authority on this subject, from the inclination at which snow slides down in avalanches, that a bed of sand or mud cannot be formed at a greater angle than thirty degrees. Considering the number of soundings on sand, obtained round the Maldiva and Chagos atolls, which appears to indicate a greater angle, and the extreme abruptness of the sand-banks in the West Indies, as will be mentioned in the Appendix, I must conclude that the adhesive property of wet sand counteracts its gravity, in a much greater ratio than has been allowed for by M. Elie de Beaumont. From the facility with which calcareous sand becomes agglutinated, it is not necessary to suppose that the bed of loose sand is thick.</p> <p>Captain Beechey has observed, that the submarine slope is much less at the extremities of the more elongated atolls in the Low Archipelago, than at their sides; in speaking of Ducie's Island he says<sup>3</sup> the buttress, as it may be called, which "has the most powerful enemy (the S.W. swell) to oppose, is carried out much further, and with less abruptness than the other." In some cases, the less inclination of a certain part of the external slope, for instance of the northern extremities of the two Keeling atolls, is caused by a prevailing current which there accumulates a bed of sand. Where the water is perfectly tranquil, as within a lagoon, the reefs generally grow up perpendicularly, and sometimes even overhang their bases; on the other hand, on the leeward side of Mauritius, where the water is generally tranquil, although not invariably so, the reef is very gently inclined. Hence it appears that the exterior angle varies much; nevertheless in the close similarity in form between the sections of Keeling atoll and of the atolls in the Low Archipelago, in the general steepness of the reefs of the Maldiva and Chagos atolls, and in the perpendicularity of those rising out of water always tranquil, we may discern the effects of uniform laws; but from the complex action of the surf and currents, on the growing powers of the coral and on the deposition of sediment, we can by no means follow out all the results.</p> <p class="fnote">1. Off some of the islands in the Low Archipelago the bottom appears to descend by ledges. Off Elizabeth Island, which, however, consists of raised coral, Captain Beechey (page 45, 4to ed.) describes three ledges: the first had an easy slope from the beach to a distance of about fifty yards: the second extended two hundred yards with twenty-five fathoms on it, and then ended abruptly, like the first; and immediately beyond this there was no bottom with two hundred fathoms.<br> 2. "Memoires pour servir &agrave; une description Geolog. de France," tome iv, p. 216.<br> 3. Beechey's "Voyage," 4to ed., p. 44.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 28">page 28</a></p> <p>&nbsp;</p> <p>Where islets have been formed on the reef, that part which I have sometimes called the "flat" and which is partly dry at low water, appears similar in every atoll. In the Marshall group in the North Pacific, it may be inferred from Chamisso's description, that the reef, where islets have not been formed on it, slopes gently from the external margin to the shores of the lagoon; Flinders states that the Australian barrier has a similar inclination inwards, and I have no doubt it is of general occurrence, although, according to Ehrenberg, the reefs of the Red Sea offer an exception. Chamisso observes that "the red colour of the reef (at the Marshall atolls) under the breakers is caused by a Nullipora, which covers the stone <i>wherever the waves beat</i>; and, under favourable circumstances, assumes a stalactical form,"&mdash;a description perfectly applicable to the margin of Keeling atoll.<sup>1</sup> Although Chamisso does not state that the masses of Nullipor&aelig; form points or a mound, higher than the flat, yet I believe that this is the case; for Kotzebue,<sup>2</sup> in another part, speaks of the rocks on the edge of the reef "as visible for about two feet at low water," and these rocks we may feel quite certain are not formed of true coral,<sup>3</sup> Whether a smooth convex mound of Nullipor&aelig;, like that which appears as if artificially constructed to protect the margin of Keeling Island, is of frequent occurrence round atolls, I know not; but we shall presently meet with it, under precisely the same form, on the outer edge of the "barrier-reefs" which encircle the Society Islands.</p> <p>There appears to be scarcely a feature in the structure of Keeling reef, which is not of common, if not of universal occurrence, in other atolls. Thus Chamisso describes<sup>4</sup> a layer of coarse conglomerate, outside the islets round the Marshall atolls which "appears on its upper surface uneven and eaten away." From drawings, with appended remarks, of Diego Garcia in the Chagos group and of several of the</p> <p class="fnote">1. Kotzebue's "First Voyage," vol. iii, p. 142. Near Porto Praya, in the Cape de Verde Islands, some basaltic rocks, lashed by no inconsiderable surf, were completely enveloped with a layer of Nullipor&aelig;. The entire surface over many square inches, was coloured of a peach-blossomed red; the layer, however, was of no greater thickness than paper. Another kind, in the form of projecting knobs, grew in the same situation. These Nullipor&aelig; are closely related to those described on the coral-reefs, but I believe are of different species.<br> 2. (Kotzebue, "First Voyage," vol. ii, p. 16. Lieutenant Nelson, in his excellent memoir in the Geological Transactions (vol. ii, p. 105), alludes to the rocky points mentioned by Kotzebue, and infers that they consist of Serpul&aelig;, which compose incrusting masses on the reefs of Bermudas, as they likewise do on a sandstone bar off the coast of Brazil (which I have described in <i>London Phil. Journal,</i> October 1841). These masses of Serpul&aelig; hold the same position, relatively to the action of the sea, with the Nullipor&aelig; on the coral-reefs in the Indian and Pacific Oceans.<br> 3. Captain Moresby, in his valuable paper "on the Northern atolls of Maldivas" (<i>Geographical Journal</i>, vol. v), says that the edges of the reefs there stand above water at low spring-tides.<br> 4. Kotzebue's "First Voyage," vol. iii, p. 144.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 29">page 29</a></p> <p>&nbsp;</p> <p>Maldiva atolls, shown me by Captain Moresby,<sup>1</sup> it is evident that their outer coasts are subject to the same round of decay and renovation as those of Keeling atoll. From the description of the atolls in the Low Archipelago, given in Captain Beechey's "Voyage," it is not apparent that any conglomerate coral-rock was there observed.</p> <p>The lagoon in Keeling atoll is shallow; in the atolls of the Low Archipelago the depth varies from 20 to 38 fathoms, and in the Marshall Group, according to Chamisso, from 30 to 35; in the Caroline atolls it is only a little less. Within the Maldiva atolls there are large spaces with 45 fathoms, and some soundings are laid down of 49 fathoms. The greater part of the bottom in most lagoons, is formed of sediment; large spaces have exactly the same depth, or the depth varies so insensibly, that it is evident that no other means, excepting aqueous deposition, could have leveled the surface so equally. In the Maldiva atolls this is very conspicuous, and likewise in some of the Caroline and Marshall Islands. In the former large spaces consist of sand and <i>soft clay</i>; and Kotzebue speaks of clay having been found within one of the Marshall atolls. No doubt this clay is calcareous mud, similar to that at Keeling Island, and to that at Bermuda already referred to, as undistinguishable from disintegrated chalk, and which Lieutenant Nelson says is called there pipe- clay.<sup>2</sup></p> <p>Where the waves act with unequal force on the two sides of an atoll, the islets appear to be first formed, and are generally of greater continuity on the more exposed shore. The islets, also, which are placed to leeward, are in most parts of the Pacific liable to be occasionally swept entirely away by gales, equalling hurricanes in violence, which blow in an opposite direction to the ordinary trade- wind. The absence of the islets on the leeward side of atolls, or when present their lesser dimensions compared with those to windward, is a comparatively unimportant fact; but in several instances the reef itself on the leeward side, retaining its usual defined outline, does not rise to the surface by several fathoms. This is the case with the southern side of Peros Banhos (<a href="#Plate I">Plate 1,</a> Fig. 9) in the Chagos group, with Mourileu atoll,<sup>3</sup> in the Caroline Archipelago, and with the barrier-reef (<a href="#Plate I">Plate I,</a> Fig. 8) of the Gambier Islands. I allude to the latter reef, although belonging to</p> <p class="fnote">1. (See also Moresby on the Northern atolls of the Maldivas, <i>Geographical Journal</i>, vol v, p. 400.<br> 2. I may here observe that on the coast of Brazil, where there is much coral, the soundings near the land are described by Admiral Roussin, in the <i>Pilote du Br&eacute;sil</i>, as siliceous sand, mingled with much finely comminuted particles of shells and coral. Further in the offing, for a space of 1,300 miles along the coast, from the Abrolhos Islands to Maranham, the bottom in many places is composed of "tuf blanc, m&ecirc;l&eacute; ou form&eacute; de madr&eacute;pores broy&eacute;s." This white substance, probably, is analogous to that which occurs within the above-mentioned lagoons; it is sometimes, according to Roussin, firm, and he compares it to mortar.<br> 3. Frederick Lutk&eacute;'s "Voyage autour du Monde," vol. ii, p. 291. See also his account of Namonouito, at pp. 97 and 105, and the chart of Oulleay in the Atlas.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 30">page 30</a></p> <p>&nbsp;</p> <p>another class, because Captain Beechey was first led by it to observe the peculiarity in the question. At Peros Banhos the submerged part is nine miles in length, and lies at an average depth of about five fathoms; its surface is nearly level, and consists of hard stone, with a thin covering of loose sand. There is scarcely any living coral on it, even on the outer margin, as I have been particularly assured by Captain Moresby; it is, in fact, a wall of dead coral-rock, having the same width and transverse section with the reef in its ordinary state, of which it is a continuous portion. The living and perfect parts terminate abruptly, and abut on the submerged portions, in the same manner as on the sides of an ordinary passage through the reef. The reef to leeward in other cases is nearly or quite obliterated, and one side of the lagoon is left open; for instance, at Oulleay (Caroline Archipelago), where a crescent- formed reef is fronted by an irregular bank, on which the other half of the annular reef probably once stood. At Namonouito, in the same Archipelago, both these modifications of the reef concur; it consists of a great flat bank, with from twenty to twenty-five fathoms water on it; for a length of more than forty miles on its southern side it is open and without any reef, whilst on the other sides it is bounded by a reef, in parts rising to the surface and perfectly characterised, in parts lying some fathoms submerged. In the Chagos group there are annular reefs, entirely submerged, which have the same structure as the submerged and defined portions just described. The Speaker's Bank offers an excellent example of this structure; its central expanse, which is about twenty-two fathoms deep, is twenty- four miles across; the external rim is of the usual width of annular reefs, and is well-defined; it lies between six and eight fathoms beneath the surface, and at the same depth there are scattered knolls in the lagoon. Captain Moresby believes the rim consists of dead rock, thinly covered with sand, and he is certain this is the case with the external rim of the Great Chagos Bank, which is also essentially a submerged atoll. In both these cases, as in the submerged portion of the reef at Peros Banhos, Captain Moresby feels sure that the quantity of living coral, even on the outer edge overhanging the deep-sea water, is quite insignificant. Lastly, in several parts of the Pacific and Indian Oceans there are banks, lying at greater depths than in the cases just mentioned, of the same form and size with the neighbouring atolls, but with their atoll-like structure wholly obliterated. It appears from the survey of Freycinet, that there are banks of this kind in the Caroline Archipelago, and, as is reported, in the Low Archipelago. When we discuss the origin of the different classes of coral formations, we shall see that the submerged state of the whole of some atoll-formed reefs, and of portions of others, generally but not invariably on the leeward side, and the existence of more deeply submerged banks now possessing little or no signs of their original atoll-like structure, are probably the effects of a uniform cause,&mdash;namely, the death of the coral, during the subsidence of the area, in which the atolls or banks are situated.</p> <p>There is seldom, with the exception of the Maldiva atolls, more than two or three channels, and generally only one leading into the lagoon,</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 31">page 31</a></p> <p>&nbsp;</p> <p>of sufficient depth for a ship to enter. in small atolls, there is usually not even one. Where there is deep water, for instance above twenty fathoms, in the middle of the lagoon, the channels through the reef are seldom as deep as the centre,&mdash;it may be said that the rim only of the saucer-shaped hollow forming the lagoon is notched. Mr. Lyell<sup>1</sup> has observed that the growth of the coral would tend to obstruct all the channels through a reef, except those kept open by discharging the water, which during high tide and the greater part of each ebb is thrown over its circumference. Several facts indicate that a considerable quantity of sediment is likewise discharged through these channels; and Captain Moresby informs me that he has observed, during the change of the monsoon, the sea discoloured to a distance off the entrances into the Maldiva and Chagos atolls. This, probably, would check the growth of the coral in them, far more effectually than a mere current of water. In the many small atolls without any channel, these causes have not prevented the entire ring attaining the surface. The channels, like the submerged and effaced parts of the reef, very generally though not invariably occur on the leeward side of the atoll, or on that side, according to Beechey, which, from running in the same direction with the prevalent wind, is not fully exposed to it. Passages between the islets on the reef, through which boats can pass at high water, must not be confounded with ship-channels, by which the annular reef itself is breached. The passages between the islets occur, of course, on the windward as well as on the leeward side; but they are more frequent and broader to leeward, owing to the lesser dimensions of the islets on that side.</p> <p>At Keeling atoll the shores of the lagoon shelve gradually, where the bottom is of sediment, and irregularly or abruptly where there are coral-reefs; but this is by no means the universal structure in other atolls. Chamisso,<sup>3</sup> speaking in general terms of the lagoons in the Marshall atolls, says the lead generally sinks "from a depth of two or three fathoms to twenty or twenty-four, and you may pursue a line in which on one side of the boat you may see the bottom, and on the other the azure-blue deep water." The shores of the lagoon-like channel within the barrier-reef at Vanikoro have a similar structure. Captain Beechey has described a modification of this structure (and he believes it is not uncommon) in two atolls in the Low Archipelago, in which the shores of the lagoon descend by a few, broad, slightly inclined ledges or steps: thus at Matilda atoll,<sup>4</sup> the great exterior reef, the surface of which is gently inclined towards and beneath the surface of the lagoon, ends abruptly in a little cliff three fathoms deep; at its foot, a ledge forty yards wide extends, shelving gently inwards</p> <p class="fnote">1. Principles of Geology," vol. iii, p. 289.<br> 2. Beechey's "Voyage," 4to ed., vol. i, p. 189.<br> 3. Kotzebue's "First Voyage," vol. iii, p. 142.<br> 4. Beechey's "Voyage," 4to ed., vol. i, p. 160. At Whitsunday Island the bottom of the lagoon slopes gradually towards the centre, and then deepens suddenly, the edge of the bank being nearly perpendicular. This bank is formed of coral and dead shells.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 32">page 32</a></p> <p>&nbsp;</p> <p>like the surface-reef, and terminated by a second little cliff five fathoms deep; beyond this, the bottom of the lagoon slopes to twenty fathoms, which is the average depth of its centre. These ledges seem to be formed of coral-rock; and Captain Beechey says that the lead often descended several fathoms through holes in them. In some atolls, all the coral reefs or knolls in the lagoon come to the surface at low water; in other cases of rarer occurrence, all lie at nearly the same depth beneath it, but most frequently they are quite irregular,&mdash;some with perpendicular, some with sloping sides,&mdash;some rising to the surface, and others lying at all intermediate depths from the bottom upwards. I cannot, therefore, suppose that the union of such reefs could produce even one uniformly sloping ledge, and much less two or three, one beneath the other, and each terminated by an abrupt wall. At Matilda Island, which offers the best example of the step-like structure, Captain Beechey observes that the coral- knolls within the lagoon are quite irregular in their height. We shall hereafter see that the theory which accounts for the ordinary form of atolls, apparently includes this occasional peculiarity in their structure.</p> <p>In the midst of a group of atolls, there sometimes occur small, flat, very low islands of coral formation, which probably once included a lagoon, since filled up with sediment and coral-reefs. Captain Beechey entertains no doubt that this has been the case with the two small islands, which alone of thirty-one surveyed by him in the Low Archipelago, did not contain lagoons. Romanzoff Island (in lat. 15 deg S.) is described by Chamisso<sup>1</sup> as formed by a dam of madreporitic rock inclosing a flat space, thinly covered with trees, into which the sea on the leeward side occasionally breaks. North Keeling atoll appears to be in a rather less forward stage of conversion into land; it consists of a horse-shoe shaped strip of land surrounding a muddy flat, one mile in its longest axis, which is covered by the sea only at high water. When describing South Keeling atoll, I endeavoured to show how slow the final process of filling up a lagoon must be; nevertheless, as all causes do tend to produce this effect, it is very remarkable that not one instance, as I believe, is known of a moderately sized lagoon being filled up even to the low water-line at spring-tides, much less of such a one being converted into land. It is, likewise, in some degree remarkable, how few atolls, except small ones, are surrounded by a single linear strip of land, formed by the union of separate islets. We cannot suppose that the many atolls in the Pacific and Indian Oceans all have had a late origin, and yet should they remain at their present level, subjected only to the action of the sea and to the growing powers of the coral, during as many centuries as must have elapsed since any of the earlier tertiary epochs, it cannot, I think, be doubted that their lagoons and the islets on their reef, would present a totally different appearance from what they now do. This consideration leads to the suspicion that some renovating agency (namely subsidence) comes into play at intervals, and perpetuates their original structure.</p> <p class="fnote">1. Kotzebue's "First Voyage," vol. iii, p. 221.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 33">page 33</a></p> <p>&nbsp;</p> <center><i>Section III</i>&mdash;ATOLLS OF THE MALDIVA ARCHIPELAGO&mdash;GREAT CHAGOS BANK</center> <p class="intro">Maldiva Archipelago.&mdash;Ring-formed reefs, marginal and central.&mdash;Great depths in the lagoons of the southern atolls.&mdash;Reefs in the lagoons all rising to the surface.&mdash;Position of islets and breaches in the reefs, with respect to the prevalent winds and action of the waves.&mdash;Destruction of islets.&mdash;Connection in the position and submarine foundation of distinct atolls.&mdash;The apparent disseverment of large atolls.&mdash;The Great Chagos Bank.&mdash;Its submerged condition and extraordinary structure.</p> <p>Although occasional references have been made to the Maldiva atolls, and to the banks in the Chagos group, some points of their structure deserve further consideration. My description is derived from an examination of the admirable charts lately published from the survey of Captain Moresby and Lieutenant Powell, and more especially from information which Captain Moresby has communicated to me in the kindest manner.</p> <p>The Maldiva Archipelago is 470 miles in length, with an average breadth of about 50 miles. The form and dimensions of the atolls, and their singular position in a double line, may be seen, but not well, in the greatly reduced chart (Fig. 6) in <a href="#Plate II"> Plate II.</a> The dimensions of the longest atoll in the group (called by the double name of Milla-dou-Madou and Tilla-dou-Matte) have already been given; it is 88 miles in a medial and slightly curved line, and is less than 20 miles in its broadest part. Suadiva, also, is a noble atoll, being 44 miles across in one direction, and 34 in another, and the great included expanse of water has a depth of between 250 and 300 feet. The smaller atolls in this group differ in no respect from ordinary ones; but the larger ones are remarkable from being breached by numerous deep-water channels leading into the lagoon; for instance, there are 42 channels, through which a ship could enter the lagoon of Suadiva. In the three southern large atolls, the separate portions of reef between these channels have the ordinary structure, and are linear; but in the other atolls, especially the more northern ones, these portions are ring- formed, like miniature atolls. Other ring-formed reefs rise out of the lagoons, in the place of those irregular ones which ordinarily occur there. In the reduction of the chart of Mahlos Mahdoo (<a href="#Plate II">Plate II,</a> Fig. 4), it was not found easy to define the islets and the little lagoons within each reef, so that the ring-formed structure is very imperfectly shown; in the large published charts of Tilla-dou-Matte, the appearance of these rings, from standing further apart from each other, is very remarkable. The rings on the margin are generally elongated; many of them are three, and some even five miles, in diameter; those within the lagoon are usually smaller, few being more than two miles across, and the greater number rather less than one. The depth of the little lagoon within these small annular reefs is generally from five to seven fathoms, but occasionally more; and in Ari atoll many of the central ones are twelve, and some even more than twelve fathoms deep. These rings rise abruptly from the platform or bank, on which they are placed; their outer margin is</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 34">page 34</a></p> <p>&nbsp;</p> <p>invariably bordered by living coral<sup>1</sup> within which there is a flat surface of coral rock; of this flat, sand and fragments have in many cases accumulated and been converted into islets, clothed with vegetation. I can, in fact, point out no essential difference between these little ring-formed reefs (which, however, are larger, and contain deeper lagoons than many true atolls that stand in the open sea), and the most perfectly characterised atolls, excepting that the ring-formed reefs are based on a shallow foundation, instead of on the floor of the open sea, and that instead of being scattered irregularly, they are grouped closely together on one large platform, with the marginal rings arranged in a rudely formed circle.</p> <p>The perfect series which can be traced from portions of simple linear reef, to others including long linear lagoons, and from these again to oval or almost circular rings, renders it probable that the latter are merely modifications of the linear or normal state. It is conformable with this view, that the ring-formed reefs on the margin, even where most perfect and standing furthest apart, generally have their longest axes directed in the line which the reef would have held, if the atoll had been bounded by an ordinary wall. We may also infer that the central ring-formed reefs are modifications of those irregular ones, which are found in the lagoons of all common atolls. It appears from the charts on a large scale, that the ring-like structure is contingent on the marginal channels or breaches being wide; and, consequently, on the whole interior of the atoll being freely exposed to the waters of the open sea. When the channels are narrow or few in number, although the lagoon be of great size and depth (as in Suadiva), there are no ring-formed reefs; where the channels are somewhat broader, the marginal portions of reef, and especially those close to the larger channels, are ring-formed, but the central ones are not so; where they are broadest, almost every reef throughout the atoll is more or less perfectly ring-formed. Although their presence is thus contingent on the openness of the marginal channels, the theory of their formation, as we shall hereafter see, is included in that of the parent atolls, of which they form the separate portions.</p> <p>The lagoons of all the atolls in the southern part of the Archipelago are from ten to twenty fathoms deeper than those in the northern part. This is well exemplified in the case of Addoo, the southernmost atoll in the group, for although only nine miles in its longest diameter, it has a depth of thirty-nine fathoms, whereas all the other small atolls have comparatively shallow lagoons; I can assign no adequate cause for this difference in depth. In the central and deepest part of the lagoons, the bottom consists, as I am informed by Captain Moresby, of stiff clay (probably a calcareous mud); nearer the border it consists of sand, and in the channels through the reef, of hard sand-banks, sandstone, conglomerate rubble, and a little live coral. Close outside the reef and the line joining its detached portions (where intersected by many channels), the bottom is sandy, and it slopes abruptly into unfathomable depths.</p> <p class="fnote">1. Captain Moresby informs me that <i>Millepora complanata</i> is one of the commonest kinds on the outer margin, as it is at Keeling atoll.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 35">page 35</a></p> <p>&nbsp;</p> <p>In most lagoons the depth is considerably greater in the centre than in the channels; but in Tilla-dou-Matte, where the marginal ring- formed reefs stand far apart, the same depth is carried across the entire atoll, from the deep-water line on one side to that on the other. I cannot refrain from once again remarking on the singularity of these atolls,&mdash;a great sandy and generally concave disc rises abruptly from the unfathomable ocean, with its central expanse studded and its border symmetrically fringed with oval basins of coral-rock, just lipping the surface of the sea, sometimes clothed with vegetation, and each containing a little lake of clear water!</p> <p>In the southern Maldiva atolls, of which there are nine large ones, all the small reefs within the lagoons come to the surface, and are dry at low water spring-tides; hence in navigating them, there is no danger from submarine banks. This circumstance is very remarkable, as within some atolls, for instance those of the neighbouring Chagos group, not a single reef comes to the surface, and in most other cases a few only do, and the rest lie at all intermediate depths from the bottom upwards. When treating of the growth of coral I shall again refer to this subject.</p> <p>Although in the neighbourhood of the Maldiva Archipelago the winds, during the monsoons, blow during nearly an equal time from opposite quarters, and although, as I am informed by Captain Moresby, the westerly winds are the strongest, yet the islets are almost all placed on the eastern side of the northern atolls, and on the south-eastern side of the southern atolls. That the formation of the islets is due to detritus thrown up from the outside, as in the ordinary manner, and not from the interior of the lagoons, may, I think be safely inferred from several considerations, which it is hardly worth while to detail. As the easterly winds are not the strongest, their action probably is aided by some prevailing swell or current.</p> <p>In groups of atolls, exposed to a trade-wind, the ship-channels into the lagoons are almost invariably situated on the leeward or less exposed side of the reef, and the reef itself is sometimes either wanting there, or is submerged. A strictly analogous, but different fact, may be observed at the Maldiva atolls&mdash;namely, that where two atolls stand in front of each other, the breaches in the reef are the most numerous on their near, and therefore less exposed, sides. Thus on the near sides of Ari and the two Nillandoo atolls, which face S. M&atilde;le, Phaleedoo, and Moloque atolls, there are seventy-three deep-water channels, and only twenty-five on their outer sides; on the near side of the three latter named atolls there are fifty-six openings, and only thirty-seven on their outsides. It is scarcely possible to attribute this difference to any other cause than the somewhat different action of the sea on the two sides, which would ensue from the protection afforded by the two rows of atolls to each other. I may here remark that in most cases, the conditions favourable to the greater accumulation of fragments on the reef and to its more perfect continuity on one side of the atoll than on the other, have concurred, but this has not been the case with the Maldivas; for we have seen that the islets are placed on the eastern or south-</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 36">page 36</a></p> <p>&nbsp;</p> <p>eastern sides, whilst the breaches in the reef occur indifferently on any side, where protected by an opposite atoll. The reef being more continuous on the outer and more exposed sides of those atolls which stand near each other, accords with the fact, that the reef of the southern atolls is more continuous than that of the northern ones; for the former, as I am informed by Captain Moresby, are more constantly exposed than the northern atolls to a heavy surf.</p> <p>The date of the first formation of some of the islets in this Archipelago is known to the inhabitants; on the other hand, several islets, and even some of those which are believed to be very old, are now fast wearing away. The work of destruction has, in some instances, been completed in ten years. Captain Moresby found on one water-washed reef the marks of wells and graves, which were excavated when it supported an islet. In South Nillandoo atoll, the natives say that three of the islets were formerly larger: in North Nillandoo there is one now being washed away; and in this latter atoll Lieutenant Prentice found a reef, about six hundred yards in diameter, which the natives positively affirmed was lately an island covered with cocoa-nut trees. It is now only partially dry at low water spring-tides, and is (in Lieutenant Prentice's words) "entirely covered with live coral and madrepore." In the northern part, also, of the Maldiva Archipelago and in the Chagos group, it is known that some of the islets are disappearing. The natives attribute these effects to variations in the currents of the sea. For my own part I cannot avoid suspecting that there must be some further cause, which gives rise to such a cycle of change in the action of the currents of the great and open ocean.</p> <p>Several of the atolls in this Archipelago are so related to each other in form and position, that at the first glance one is led to suspect that they have originated in the disseverment of a single one. M&atilde;le consists of three perfectly characterised atolls, of which the shape and relative position are such, that a line drawn closely round all three, gives a symmetrical figure; to see this clearly, a larger chart is required than that of the Archipelago in Plate II; the channel separating the two northern Male atolls is only little more than a mile wide, and no bottom was found in it with 100 fathoms. Powell's Island is situated at the distance of two miles and a half off the northern end of Mahlos Mahdoo (see Fig. 4, <a href="#Plate II">Plate II</a>), at the exact point where the two sides of the latter, if prolonged, would meet; no bottom, however, was found in the channel with 200 fathoms; in the wider channel between Horsburgh atoll and the southern end of Mahlos Mahdoo, no bottom was found with 250 fathoms. In these and similar cases, the relation consists only in the form and position of the atolls. But in the channel between the two Nillandoo atolls, although three miles and a quarter wide, soundings were struck at the depth of 200 fathoms; the channel between Ross and Ari atolls is four miles wide, and only 150 fathoms deep. Here then we have, besides the relation of form, a submarine connection. The fact of soundings having been obtained between two separate and perfectly characterised atolls is in itself interesting, as it has never, I believe, been effected in any of the many</p> <center> <font color="black" size="-1" face="arial"><a name="Plate II"><i> Plate II</i></a>&mdash;Great Chagos Bank, New Caledonia, Menchikoff Atoll, etc.</font></center> <center><br> <img src="images/plate2a.jpg" width="434" height="468" alt= "Great Chagos Bank"><br> </center> <p class="capt">Fig. 1.&mdash;G<small>REAT</small> C<small>HAGOS</small> B<small>ANK</small>, in the Indian Ocean; taken from the survey by Captain Moresby and Lieutenant Powell; the parts which are shaded, with the exception of two or three islets on the western and northern sides, do not rise to the surface, but are submerged from four to ten fathoms; the banks bounded by the dotted lines lie from fifteen to twenty fathoms beneath the surface, and are formed of sand; the central space is of mud, and from thirty to fifty fathoms deep.</p> <p class="capt">Fig. 2.&mdash;A vertical section, on the same scale, in an eastern and western line across the Great Chagos Bank, given for the sake of exhibiting more clearly its structure.</p> <center><img src="images/plate2b.jpg" width="414" height="467" alt= "New Caledonia, Menchikoff Atoll, etc."></center> <p class="capt">Fig. 3.&mdash;Menchikoff Atoll (or lagoon-island), in the Marshall Archipelago, Northern Pacific Ocean; from Krusenstern's "Atlas of the Pacific;" originally surveyed by Captain Hagemeister; the depth within the lagoons is unknown.</p> <p class="capt">Fig. 4.&mdash;M<small>AHLOS</small> M<small>AHDOO</small> A<small>TOLL</small>, together with Horsburgh atoll, in the Maldiva Archipelago; from the survey by Captain Moresby and Lieutenant Powell; the white spaces in the middle of the separate small reefs, both on the margin and in the middle part, are meant to represent little lagoons; but it was found not possible to distinguish them clearly from the small islets, which have been formed on these same small reefs; many of the smaller reefs could not be introduced; the nautical mark (dot over a dash) over the figures 250 and 200, between Mahlos Mahdoo and Horsburgh atoll and Powell's island, signifies that soundings were not obtained at these depths.</p> <p class="capt">Fig. 5.&mdash;N<small>EW</small> C<small>ALEDONIA</small>, in the western part of the Pacific; from Krusenstern's "Atlas," compiled from several surveys; I have slightly altered the northern point of the reef, in accordance with the "Atlas of the Voyage of the <i>Astrolabe</i>." In Krusenstern's "Atlas," the reef is represented by a single line with crosses; I have for the sake of uniformity added an interior line.</p> <p class="capt">Fig. 6.&mdash;M<small>ALDIVA</small> A<small>RCHIPELAGO</small>, in the Indian Ocean; from the survey by Captain Moresby and Lieutenant Powell.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 37">page 37</a></p> <p>&nbsp;</p> <p>other groups of atolls in the Pacific and Indian seas. In continuing to trace the connection of adjoining atolls, if a hasty glance be taken at the chart (Fig. 4, <a href="#Plate II">Plate II</a>) of Mahlos Mahdoo, and the line of unfathomable water be followed, no one will hesitate to consider it as one atoll. But a second look will show that it is divided by a bifurcating channel, of which the northern arm is about one mile and three-quarters in width, with an average depth of 125 fathoms, and the southern one three-quarters of a mile wide, and rather less deep. These channels resemble in the slope of their sides and general form, those which separate atolls in every respect distinct; and the northern arm is wider than that dividing two of the M&atilde;le atolls. The ring-formed reefs on the sides of this bifurcating channel are elongated, so that the northern and southern portions of Mahlos Mahdoo may claim, as far as their external outline is concerned, to be considered as distinct and perfect atolls. But the intermediate portion, lying in the fork of the channel, is bordered by reefs less perfect than those which surround any other atoll in the group of equally small dimensions. Mahlos Mahdoo, therefore, is in every respect in so intermediate a condition, that it may be considered either as a single atoll nearly dissevered into three portions, or as three atolls almost perfect and intimately connected. This is an instance of a very early stage of the apparent disseverment of an atoll, but a still earlier one in many respects is exhibited at Tilla-dou-Matte. In one part of this atoll, the ring-formed reefs stand so far apart from each other, that the inhabitants have given different names to the northern and southern halves; nearly all the rings, moreover, are so perfect and stand so separate, and the space from which they rise is so level and unlike a true lagoon, that we can easily imagine the conversion of this one great atoll, not into two or three portions, but into a whole group of miniature atolls. A perfect series such as we have here traced, impresses the mind with an idea of actual change; and it will hereafter be seen, that the theory of subsidence, with the upward growth of the coral, modified by accidents of probable occurrence, will account for the occasional disseverment of large atolls.</p> <p>The Great Chagos bank alone remains to be described. In the Chagos group there are some ordinary atolls, some annular reefs rising to the surface but without any islets on them, and some atoll-formed banks, either quite submerged, or nearly so. Of the latter, the Great Chagos Bank is much the largest, and differs in its structure from the others: a plan of it is given in <a href= "#Plate II">Plate II,</a> Fig. 1, in which, for the sake of clearness, I have had the parts under ten fathoms deep finely shaded: an east and west vertical section is given in Fig. 2, in which the vertical scale has been necessarily exaggerated. Its longest axis is ninety nautical miles, and another line drawn at right angles to the first, across the broadest part, is seventy. The central part consists of a level muddy flat, between forty and fifty fathoms deep, which is surrounded on all sides, with the exception of some breaches, by the steep edges of a set of banks, rudely arranged in a circle. These banks consist of sand, with a very little live coral; they vary in breadth from five to twelve miles, and on an average lie about sixteen fathoms beneath the surface;</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 38">page 38</a></p> <p>&nbsp;</p> <p>they are bordered by the steep edges of a third narrow and upper bank, which forms the rim to the whole. This rim is about a mile in width, and with the exception of two or three spots where islets have been formed, is submerged between five and ten fathoms. It consists of smooth hard rock, covered with a thin layer of sand, but with scarcely any live coral; it is steep on both sides, and outwards slopes abruptly into unfathomable depths. At the distance of less than half a mile from one part, no bottom was found with 190 fathoms; and off another point, at a somewhat greater distance, there was none with 210 fathoms. Small steep-sided banks or knolls, covered with luxuriantly growing coral, rise from the interior expanse to the same level with the external rim, which, as we have seen, is formed only of dead rock. It is impossible to look at the plan (Fig. 1, <a href="#Plate II">Plate II</a>), although reduced to so small a scale, without at once perceiving that the Great Chagos Bank is, in the words of Captain Moresby,<sup>1</sup> "nothing more than a half- drowned atoll." But of what great dimensions, and of how extraordinary an internal structure? We shall hereafter have to consider both the cause of its submerged condition, a state common to other banks in the group, and the origin of the singular submarine terraces, which bound the central expanse: these, I think, it can be shown, have resulted from a cause analogous to that which has produced the bifurcating channel across Mahlos Mahdoo.</p> <hr width="30%" align="center"> <p>&nbsp;</p> <center><b>Chapter II<br> <br> BARRIER REEFS</b></center> <p class="intro">Closely resemble in general form and structure atoll-reefs.&mdash;Width and depth of the lagoon-channels.&mdash;Breaches through the reef in front of valleys, and generally on the leeward side.&mdash;Checks to the filling up of the lagoon-channels.&mdash;Size and constitution of the encircled islands.&mdash; Number of islands within the same reef.&mdash;Barrier-reefs of New Caledonia and Australia.&mdash;Position of the reef relative to the slope of the adjoining land.&mdash;Probable great thickness of barrier-reefs.</p> <p>The term "barrier" has been generally applied to that vast reef which fronts the N.E. shore of Australia, and by most voyagers likewise to that on the western coast of New Caledonia. At one time I thought it convenient thus to restrict the term, but as these reefs are similar in structure, and in position relatively to the land, to those, which, like a wall with a deep moat within, encircle many smaller islands, I have classed them together. The reef, also, on the west coast of New Caledonia, circling round the extremities of the island, is an</p> <p class="fnote">1. This officer has had the kindness to lend me an excellent MS. account of the Chagos Islands; from this paper, from the published charts, and from verbal information communicated to me by Captain Moresby, the above account of the Great Chagos Bank is taken.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 39">page 39</a></p> <p>&nbsp;</p> <p>intermediate form between a small encircling reef and the Australian barrier, which stretches for a thousand miles in nearly a straight line.</p> <p>The geographer Balbi has in effect described those barrier-reefs, which encircle moderately sized islands, by calling them atolls with high land rising from within their central expanse. The general resemblance between the reefs of the barrier and atoll classes may be seen in the small, but accurately reduced charts on <a href="#Plate I">Plate I,</a><sup>1</sup> and this resemblance can be further shown to extend to every part of the structure. Beginning with the outside of the reef; many scattered soundings off Gambier, Oualan, and some other encircled islands, show that close to the breakers there exists a narrow shelving margin, beyond which the ocean becomes suddenly unfathomable; but off the west coast of New Caledonia, Captain Kent<sup>2</sup> found no bottom with 150 fathoms, at two ships' length from the reef; so that the slope here must be nearly as precipitous as off the Maldiva atolls.</p> <p>I can give little information regarding the kinds of corals which live on the outer margin. When I visited the reef at Tahiti, although it was low water, the surf was too violent for me to see the living masses; but, according to what I heard from some intelligent native chiefs, they resemble in their rounded and branchless forms, those on the margin of Keeling atoll. The extreme verge of the reef, which was visible between the breaking waves at low water, consisted of a rounded, convex, artificial-like breakwater, entirely coated with Nullipor&aelig;, and absolutely similar to that which I have described at Keeling atoll. From what I heard when at Tahiti, and from the writings of the Revs. W. Ellis and J. Williams, I conclude that this peculiar structure is common to most of the encircled islands of the Society Archipelago. The reef within this mound or breakwater, has an extremely irregular surface, even more so than between the islets on the reef of Keeling atoll, with which alone (as there are no islets on the reef of Tahiti) it can properly be compared. At Tahiti, the reef is very irregular in width; but round many other encircled islands, for instance, Vanikoro or Gambier Islands (Figs 1 and 8, <a href= "#Plate I">Plate I</a>), it is quite as regular, and of the same average width, as in true atolls. Most barrier-reefs on the inner side slope irregularly into the lagoon-channel (as the space of deep water separating the reef from the included land may be called), but at Vanikoro the reef slopes only for a short distance, and then terminates abruptly in a submarine wall, forty feet high,&mdash;a structure absolutely similar to that described by Chamisso in the Marshall atolls.</p> <p>In the Society Archipelago, Ellis<sup>3</sup> states, that the reefs generally lie at the distance of from one to one and a half miles, and, occasionally, even at more than three miles, from the shore. The central mountains are generally bordered by a fringe of flat, and often marshy, alluvial</p> <p class="fnote">1. The authorities from which these charts have been reduced, together with some remarks on them are given in a separately appended page, descriptive of the Plates.<br> 2. Dalrymple, "Hydrog. Mem." vol. iii.<br> 3. Consult, on this and other points, the "Polynesian Researches," by the Rev. W. Ellis, an admirable work, full of curious information.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 40">page 40</a></p> <p>&nbsp;</p> <p>land, from one to four miles in width. This fringe consists of coral- sand and detritus thrown up from the lagoon-channel, and of soil washed down from the hills; it is an encroachment on the channel, analogous to that low and inner part of the islets in many atolls which is formed by the accumulation of matter from the lagoon. At Hogoleu (Fig. 2, <a href="#Plate I">Plate I</a>), in the Caroline Archipelago,<sup>1</sup> the reef on the south side is no less than twenty miles; on the east side, five; and on the north side, fourteen miles from the encircled high islands.</p> <p>The lagoon channels may be compared in every respect with true lagoons. In some cases they are open, with a level bottom of fine sand; in others they are choked up with reefs of delicately branched corals, which have the same general character as those within the Keeling atoll. These internal reefs either stand separately, or more commonly skirt the shores of the included high islands. The depth of the lagoon-channel round the Society Islands varies from two or three to thirty fathoms; in Cook's<sup>2</sup> chart of Ulieta, however, there is one sounding laid down of forty-eight fathoms; at Vanikoro there are several of fifty-four and one of fifty-six and a half fathoms (English), a depth which even exceeds by a little that of the interior of the great Maldiva atolls. Some barrier-reefs have very few islets on them; whilst others are surmounted by numerous ones; and those round part of Bolabola (<a href="#Plate I">Plate I,</a> Fig. 5) form a single linear strip. The islets first appear either on the angles of the reef, or on the sides of the breaches through it, and are generally most numerous on the windward side. The reef to leeward retaining its usual width, sometimes lies submerged several fathoms beneath the surface; I have already mentioned Gambier Island as an instance of this structure. Submerged reefs, having a less defined outline, dead, and covered with sand, have been observed (see <a href= "#Appendix">Appendix</a>) off some parts of Huaheine and Tahiti. The reef is more frequently breached to leeward than to windward; thus I find in Krusenstern's "Memoir on the Pacific," that there are passages through the encircling reef on the leeward side of each of the seven Society Islands, which possess ship-harbours; but that there are openings to windward through the reef of only three of them. The breaches in the reef are seldom as deep as the interior lagoon-like channel; they generally occur in front of the main valleys, a circumstance which can be accounted for, as will be seen in the fourth chapter, without much difficulty. The breaches being situated in front of the valleys, which descend indifferently on all sides, explains their more frequent occurrence through the windward side of barrier-reefs than through the windward side of atolls,&mdash;for in atolls there is no included land to influence the position of the breaches.</p> <p>It is remarkable, that the lagoon-channels round mountainous islands have not in every instance been long ago filled up with coral and sediment; but it is more easily accounted for than appears at first sight. In cases like that of Hogoleu and the Gambier Islands, where a few</p> <p class="fnote">1. See "Hydrographical Mem." and the "Atlas of the Voyage of the <i>Astrolabe</i>," by Captain Dumont D'Urville, p. 428.<br> 2. See the chart in vol. i of Hawkesworth's 4to ed. of "Cook's First Voyage."</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 41">page 41</a></p> <p>&nbsp;</p> <p>small peaks rise out of a great lagoon, the conditions scarcely differ from those of an atoll, and I have already shown, at some length, that the filling up of a true lagoon must be an extremely slow process. Where the channel is narrow, the agency, which on unprotected coasts is most productive of sediment, namely the force of the breakers, is here entirely excluded, and the reef being breached in the front of the main valleys, much of the finer mud from the rivers must be transported into the open sea. As a current is formed by the water thrown over the edge of atoll-formed reefs, which carries sediment with it through the deep-water breaches, the same thing probably takes place in barrier-reefs, and this would greatly aid in preventing the lagoon-channel from being filled up. The low alluvial border, however, at the foot of the encircled mountains, shows that the work of filling up is in progress; and at Maura (<a href="#Plate I">Plate I,</a> Fig. 6), in the Society group, it has been almost effected, so that there remains only one harbour for small craft.</p> <p>If we look at a set of charts of barrier-reefs, and leave out in imagination the encircled land, we shall find that, besides the many points already noticed of resemblance, or rather of identity in structure with atolls, there is a close general agreement in form, average dimensions, and grouping. Encircling barrier-reefs, like atolls, are generally elongated, with an irregularly rounded, though sometimes angular outline. There are atolls of all sizes, from less than two miles in diameter to sixty miles (excluding Tilla-dou-Matte, as it consists of a number of almost independent atoll-formed reefs); and there are encircling barrier- reefs from three miles and a half to forty-six miles in diameter,&mdash;Turtle Island being an instance of the former, and Hogoleu of the latter. At Tahiti the encircled island is thirty-six miles in its longest axis, whilst at Maurua it is only a little more than two miles. It will be shown, in the last chapter in this volume, that there is the strictest resemblance in the grouping of atolls and of common islands, and consequently there must be the same resemblance in the grouping of atolls and of encircling barrier-reefs.</p> <p>The islands lying within reefs of this class, are of very various heights. Tahiti<sup>1</sup> is 7,000 feet; Maurua about 800; Aitutaki 360, and Manouai only 50. The geological nature of the included land varies: in most cases it is of ancient volcanic origin, owing apparently to the fact that islands of this nature are most frequent within all great seas; some, however, are of madreporitic limestone, and others of primary formation, of which latter kind New Caledonia offers the best example. The central land consists either of one island, or of several: thus, in the Society group, Eimeo stands by itself; while Taha and Raiatea (Fig. 3, <a href="#Plate I">Plate I</a>), both moderately large islands of nearly equal size, are included in one reef. Within the reef of the Gambier group there are four large and some smaller islands (Fig. 8, <a href="#Plate I">Plate I</a>); within that of</p> <p class="fnote">1. The height of Tahiti is given from Captain Beechey; Maurua from Mr. F. D. Bennett (<i>Geograph. Journ.</i> vol. viii, p. 220); Aitutaki from measurements made on board the <i>Beagle</i>; and Manouai or Harvey Island, from an estimate by the Rev. J. Williams. The two latter islands, however, are not in some respects well characterised examples of the encircled class.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 42">page 42</a></p> <p>&nbsp;</p> <p>Hogoleu (Fig. 2, <a href="#Plate I">Plate I</a>) nearly a dozen small islands are scattered over the expanse of one vast lagoon.</p> <p>After the details now given, it may be asserted that there is not one point of essential difference between encircling barrier-reefs and atolls: the latter enclose a simple sheet of water, the former encircle an expanse with one or more islands rising from it. I was much struck with this fact, when viewing, from the heights of Tahiti, the distant island of Eimeo standing within smooth water, and encircled by a ring of snow-white breakers. Remove the central land, and an annular reef like that of an atoll in an early stage of its formation is left; remove it from Bolabola, and there remains a circle of linear coral-islets, crowned with tall cocoa-nut trees, like one of the many atolls scattered over the Pacific and Indian Oceans.</p> <p>The barrier-reefs of Australia and of New Caledonia deserve a separate notice from their great dimensions. The reef on the west coast of New Caledonia (Fig. 5, <a href="#Plate II">Plate II</a>) is 400 miles in length; and for a length of many leagues it seldom approaches within eight miles of the shore; and near the southern end of the island, the space between the reef and the land is sixteen miles in width. The Australian barrier extends, with a few interruptions, for nearly a thousand miles; its average distance from the land is between twenty and thirty miles; and in some parts from fifty to seventy. The great arm of the sea thus included, is from ten to twenty-five fathoms deep, with a sandy bottom; but towards the southern end, where the reef is further from the shore, the depth gradually increases to forty, and in some parts to more than sixty fathoms. Flinders<sup>1</sup> has described the surface of this reef as consisting of a hard white agglomerate of different kinds of coral, with rough projecting points. The outer edge is the highest part; it is traversed by narrow gullies, and at rare intervals is breached by ship-channels. The sea close outside is profoundly deep; but, in front of the main breaches, soundings can sometimes be obtained. Some low islets have been formed on the reef.</p> <p>There is one important point in the structure of barrier-reefs which must here be considered. The accompanying diagrams represent north and south vertical sections, taken through the highest points of Vanikoro, Gambier, and Maurua Islands, and through their encircling reefs. The scale both in the horizontal and vertical direction is the same, namely, a quarter of an inch to a nautical mile. The height and width of these islands is known; and I have attempted to represent the form of the land from the shading of the hills in the large published charts. It has long been remarked, even from the time of Dampier, that considerable degree of relation subsists between the inclination of that part of the land which is beneath water and that above it; hence the dotted line in the three sections, probably, does not widely differ in inclination from the actual submarine prolongation of the land. If we now look at the outer edge of the reef (AA), and bear in mind that the plummet on the right hand represents a depth of 1,200 feet, we must conclude that the vertical thickness of these barrier coral- reefs is very great.</p> <p class="fnote">1. Flinders' "Voyage to Terra Australis," vol. ii, p. 88.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 43">page 43</a></p> <p>&nbsp;</p> <center><img src="images/vanik.jpg" width="429" height="222" alt= "Vertical thickness of Vanikoro, Gambier and Maurua."></center> <br> <p class="capt">1. V<small>ANIKORO</small>, from the "Atlas of the Voyage of the <i>Astrolabe</i>," by D. D'Urville.<br> 2. G<small>AMBIER</small> I<small>SLAND</small>, from Beechey.<br> 3. M<small>AURUA</small>, from the "Atlas of the Voyage of the <i> Coquille</i>," by Duperrey.<br> <br> The horizontal line is the level of the sea, from which on the right hand a plummet descends, representing a depth of 200 fathoms, or 1,200 feet. The vertical shading shows the section of the land, and the horizontal shading that of the encircling barrier-reef: from the smallness of the scale, the lagoon-channel could not be represented.<br> AA.&mdash;Outer edge of the coral-reefs, where the sea breaks.<br> BB.&mdash;The shore of the encircled islands.</p> <p>I must observe that if the sections had been taken in any other direction across these islands, or across other encircled islands,<sup>1</sup> the result would have been the same. In the succeeding chapter it will be shown that reef-building polypifers cannot flourish at great depths,&mdash;for instance, it is highly improbable that they could exist at a quarter of the depth represented by the plummet on the right hand of the woodcut. Here there is a great <i>apparent</i> difficulty&mdash;how were the basal parts of these barrier-reef formed? It will, perhaps, occur to some, that the actual reefs formed of coral are not of great thickness, but that before their first growth, the coasts of these encircled islands were deeply eaten into, and a broad but shallow submarine ledge thus left, on the edge of which the coral grew; but if this had been the case, the shore would have been invariably bounded by lofty cliffs, and not have sloped down to the lagoon-channel, as it does in many instances. On this view, moreover, the cause of the reef springing up at such a great distance from the land, leaving a deep and broad moat within, remains altogether unexplained. A supposition of the same nature,</p> <p class="fnote">1. In the fifth chapter an east and west section across the Island of Bolabola and its barrier-reefs is given, for the sake of illustrating another point. The unbroken line in it (woodcut No. 5) is the section referred to. The scale is .57 of an inch to a mile; it is taken from the "Atlas of the Voyage of the <i>Coquille</i>," by Duperrey. The depth of the lagoon-channel is exaggerated.<br> 2. The Rev. D. Tyerman and Mr. Bennett ("Journal of Voyage and Travels," vol. i, p. 215) have briefly suggested this explanation of the origin of the encircling reefs of the Society Islands.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 44">page 44</a></p> <p>&nbsp;</p> <p>and appearing at first more probable is, that the reefs sprung up from banks of sediment, which had accumulated round the shore previously to the growth of the coral; but the extension of a bank to the same distance round an unbroken coast, and in front of those deep arms of the sea (as in Raiatea, see <a href="#Plate II">Plate II</a>, Fig. 3) which penetrate nearly to the heart of some encircled islands, is exceedingly improbable. And why, again, should the reef spring up, in some cases steep on both sides like a wall, at a distance of two, three or more miles from the shore, leaving a channel often between two hundred and three hundred feet deep, and rising from a depth which we have reason to believe is destructive to the growth of coral? An admission of this nature cannot possibly be made. The existence, also, of the deep channel, utterly precludes the idea of the reef having grown outwards, on a foundation slowly formed on its outside, by the accumulation of sediment and coral detritus. Nor, again, can it be asserted, that the reef-building corals will not grow, excepting at a great distance from the land; for, as we shall soon see, there is a whole class of reefs, which take their name from growing closely attached (especially where the sea is deep) to the beach. At New Caledonia (see <a href="#Plate II">Plate II</a>, Fig. 5) the reefs which run in front of the west coast are prolonged in the same line 150 miles beyond the northern extremity of the island, and this shows that some explanation, quite different from any of those just suggested, is required. The continuation of the reefs on each side of the submarine prolongation of New Caledonia, is an exceedingly interesting fact, if this part formerly existed as the northern extremity of the island, and before the attachment of the coral had been worn down by the action of the sea, or if it originally existed at its present height, with or without beds of sediment on each flank, how can we possibly account for the reefs, not growing on the crest of this submarine portion, but fronting its sides, in the same line with the reefs which front the shores of the lofty island? We shall hereafter see, that there is one, and I believe only one, solution of this difficulty.</p> <p>One other supposition to account for the position of encircling barrier-reefs remains, but it is almost too preposterous to be mentioned; namely, that they rest on enormous submarine craters, surrounding the included islands. When the size, height, and form of the islands in the Society group are considered, together with the fact that all are thus encircled, such a notion will be rejected by almost every one. New Caledonia, moreover, besides its size, is composed of primitive formations, as are some of the Comoro Islands;<sup>1</sup> and Aitutaki consists of calcareous rock. We must, therefore, reject these several explanations, and conclude that the vertical thickness of barrier-reefs, from their outer edges to the foundation on which they rest (from AA in the section to the dotted lines) is really great; but in this, there is no difficulty, for it is not necessary to suppose that the coral has sprung up from an immense depth, as will be evident when the theory of the upward growth of coral-reefs, during the slow subsidence of their foundation, is discussed.</p> <p class="fnote">1. I have been informed that this is the case by Dr. Allan of Forres, who has visited this group.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 45">page 45</a></p> <p>&nbsp;</p> <center><b>Chapter III<br> <br> FRINGING OR SHORE-REEFS</b></center> <p class="intro">Reefs of Mauritius.&mdash;Shallow channel within the reef.&mdash;Its slow filling up.&mdash;Currents of water formed within it.&mdash;Upraised reefs.&mdash;Narrow fringing-reefs in deep seas.&mdash;Reefs on the coast of East Africa and of Brazil.&mdash;Fringing-reefs in very shallow seas, round banks of sediment and on worn-down islands.&mdash;Fringing-reefs affected by currents of the sea.&mdash; Coral coating the bottom of the sea, but not forming reefs.</p> <p>Fringing-reefs, or, as they have been called by some voyagers, shore- reefs, whether skirting an island or part of a continent, might at first be thought to differ little, except in generally being of less breadth, from barrier-reefs. As far as the superficies of the actual reef is concerned this is the case; but the absence of an interior deep-water channel, and the close relation in their horizontal extension with the probable slope beneath the sea of the adjoining land, present essential points of difference.</p> <p>The reefs which fringe the island of Mauritius offer a good example of this class. They extend round its whole circumference, with the exception of two or three parts,<sup>1</sup> where the coast is almost precipitous, and where, if as is probable the bottom of the sea has a similar inclination, the coral would have no foundation on which to become attached. A similar fact may sometimes be observed even in reefs of the barrier class, which follow much less closely the outline of the adjoining land; as, for instance, on the south- east and precipitous side of Tahiti, where the encircling reef is interrupted. On the western side of the Mauritius, which was the only part I visited, the reef generally lies at the distance of about half a mile from the shore; but in some parts it is distant from one to two, and even three miles. But even in this last case, as the coast- land is gently inclined from the foot of the mountains to the sea- beach, and as the soundings outside the reef indicate an equally gentle slope beneath the water, there is no reason for supposing that the basis of the reef, formed by the prolongation of the strata of the island, lies at a greater depth than that at which the polypifers could begin constructing the reef. Some allowance, however, must be made for the outward extension of the corals on a foundation of sand and detritus, formed from their own wear, which would give to the reef a somewhat greater vertical thickness, than would otherwise be possible.</p> <p>The outer edge of the reef on the western or leeward side of the island is tolerably well defined, and is a little higher than any other part. It chiefly consists of large strongly branched corals, of the genus Madrepora, which also form a sloping bed some way out to sea: the</p> <p class="fnote">1. This fact is stated on the authority of the Officier du Roi, in his extremely interesting "Voyage &agrave; l'Isle de France," undertaken in 1768. According to Captain Carmichael (Hooker's <i>Bot. Misc.</i> vol. ii, p. 316) on one part of the coast there is a space for sixteen miles without a reef.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 46">page 46</a></p> <p>&nbsp;</p> <p>kinds of coral growing in this part will be described in the ensuing chapter. Between the outer margin and the beach, there is a flat space with a sandy bottom and a few tufts of living coral; in some parts it is so shallow, that people, by avoiding the deeper holes and gullies, can wade across it at low water; in other parts it is deeper, seldom however exceeding ten or twelve feet, so that it offers a safe coasting channel for boats. On the eastern and windward side of the island, which is exposed to a heavy surf, the reef was described to me as having a hard smooth surface, very slightly inclined inwards, just covered at low-water, and traversed by gullies; it appears to be quite similar in structure to the reefs of the barrier and atoll classes.</p> <p>The reef of Mauritius, in front of every river and streamlet, is breached by a straight passage: at Grand Port, however, there is a channel like that within a barrier-reef; it extends parallel to the shore for four miles, and has an average depth of ten or twelve fathoms; its presence may probably be accounted for by two rivers which enter at each end of the channel, and bend towards each other. The fact of reefs of the fringing class being always breached in front of streams, even of those which are dry during the greater part of the year, will be explained, when the conditions unfavourable to the growth of coral are considered. Low coral-islets, like those on barrier-reefs and atolls, are seldom formed on reefs of this class, owing apparently in some cases to their narrowness, and in others to the gentle slope of the reef outside not yielding many fragments to the breakers. On the windward side, however, of the Mauritius, two or three small islets have been formed.</p> <p>It appears, as will be shown in the ensuing chapter, that the action of the surf is favourable to the vigorous growth of the stronger corals, and that sand or sediment, if agitated by the waves, is injurious to them. Hence it is probable that a reef on a shelving shore, like that of Mauritius, would at first grow up, not attached to the actual beach, but at some little distance from it; and the corals on the outer margin would be the most vigorous. A shallow channel would thus be formed within the reef, and as the breakers are prevented acting on the shores of the island, and as they do not ordinarily tear up many fragments from the outside, and as every streamlet has its bed prolonged in a straight line through the reef, this channel could be filled up only very slowly with sediment. But a beach of sand and of fragments of the smaller kinds of coral seems, in the case of Mauritius, to be slowly encroaching on the shallow channel. On many shelving and sandy coasts, the breakers tend to form a bar of sand a little way from the beach, with a slight increase of depth within it; for instance, Captain Grey<sup>1</sup> states that the west coast of Australia, in latitude 24&deg;, is fronted by a sand bar about two hundred yards in width, on which there is only two feet of water; but within it the depth increases to two fathoms. Similar bars, more or less perfect, occur on other coasts. In these cases I suspect that the shallow channel (which no doubt during storms is occasionally obliterated) is scooped out by the flowing away of the</p> <p class="fnote">1. Captain Grey's "Journal of Two Expeditions," vol. i, p. 369.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 47">page 47</a></p> <p>&nbsp;</p> <p>water thrown beyond the line, on which the waves break with the greatest force. At Pernambuco a bar of hard sandstone,<sup>1</sup> which has the same external form and height as a coral-reef, extends nearly parallel to the coast; within this bar currents, apparently caused by the water thrown over it during the greater part of each tide, run strongly, and are wearing away its inner wall. From these facts it can hardly be doubted, that within most fringing-reefs, especially within those lying some distance from the land, a return stream must carry away the water thrown over the outer edge; and the current thus produced, would tend to prevent the channel being filled up with sediment, and might even deepen it under certain circumstances. To this latter belief I am led, by finding that channels are almost universally present within the fringing- reefs of those islands which have undergone recent elevatory movements; and this could hardly have been the case, if the conversion of the very shallow channel into land had not been counteracted to a certain extent.</p> <p>A fringing-reef, if elevated in a perfect condition above the level of the sea, ought to present the singular appearance of a broad dry moat within a low mound. The author<sup>2</sup> of an interesting pedestrian tour round the Mauritius, seems to have met with a structure of this kind: he says "J'observai que l&agrave;, o&ugrave; la mer &eacute;tale, ind&eacute;pendamment des rescifs du large, il y &agrave; terre <i>une esp&egrave;ce d'effoncement</i> ou chemin couvert naturel. On y pourrait mettre du canon," etc. In another place he adds, "Avant de passer le Cap, on remarque un gros banc de corail &eacute;lev&eacute; de plus de quinze pieds: c'est une esp&egrave;ce de rescif, que la mer abandonn&eacute;, il regne au pied une longue flaque d'eau, dont on pourrait faire un bassin pour de petits vaisseaux." But the margin of the reef, although the highest and most perfect part, from being most exposed to the surf, would generally during a slow rise of the land be either partially or entirely worn down to that level, at which corals could renew their growth on its upper edge. On some parts of the coast-land of Mauritius there are little hillocks of coral-rock, which are either the last remnants of a continuous reef, or of low islets formed on it. I observed that two such hillocks between Tamarin Bay and the Great Black River; they were nearly twenty feet high, about two hundred yards from the present beach, and about thirty feet above its level. They rose abruptly from a smooth surface, strewed with worn fragments of coral. They consisted in their lower part of hard calcareous sandstone, and in their upper of great blocks of several species of Astr&aelig;a and Madrepora, loosely aggregated; they were divided into irregular beds, dipping seaward, in one hillock at an angle of 8&deg;, and in the other at 18&deg;. I suspect that the superficial parts of the reefs, which have been upraised together with the islands they fringe, have generally been much more modified by the wearing action of the sea, than those of Mauritius.</p> <p class="fnote">1. I have described this singular structure in the <i>Lond. and Edin. Phil. Mag.,</i> October 1841.<br> 2. "Voyage &agrave; l'Isle de France, par un Officier du Roi," part i, pp. 192, 200.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 48">page 48</a></p> <p>&nbsp;</p> <p>Many islands<sup>1</sup> are fringed by reefs quite similar to those of Mauritius; but on coasts where the sea deepens very suddenly the reefs are much narrower, and their limited extension seems evidently to depend on the high inclination of the submarine slope; a relation, which, as we have seen, does not exist in reefs of the barrier class. The fringing-reefs on steep coasts are frequently not more than from fifty to one hundred yards in width; they have a nearly smooth, hard surface, scarcely uncovered at low water, and without any interior shoal channel, like that within those fringing-reefs, which lie at a greater distance from the land. The fragments torn up during gales from the outer margin are thrown over the reef on the shores of the island. I may give as instances, Wateeo, where the reef is described by Cook as being a hundred yards wide; and Mauti and Elizabeth<sup>2</sup> Islands, where it is only fifty yards in width: the sea round these islands is very deep.</p> <p>Fringing-reefs, like barrier-reefs, both surround islands, and front the shores of continents. In the charts of the eastern coast of Africa, by Captain Owen, many extensive fringing-reefs are laid down; thus, for a space of nearly forty miles, from latitude 1&deg; 15' to 1&deg; 45' S., a reef fringes the shore at an average distance of rather more than one mile, and therefore at a greater distance than is usual in reefs of this class; but as the coast-land is not lofty, and as the bottom shoals very gradually (the depth being only from eight to fourteen fathoms at a mile and a half outside the reef), its extension thus far from the land offers no difficulty. The external margin of this reef is described, as formed of projecting points, within which there is a space, from six to twelve feet deep, with patches of living coral on it. At Mukdeesha (lat. 2&deg; 1' N.) "the port is formed," it is said,<sup>3</sup> "by a long reef extending eastward, four or five miles, within which there is a narrow channel, with ten to twelve feet of water at low spring-tides;" it lies at the distance of a quarter of a mile from the shore. Again, in the plan of Mombas (lat. 4&deg; S.), a reef extends for thirty-six miles, at the distance of from half a mile to one mile and a quarter from the shore; within it, there is a channel navigable "for canoes and small craft," between six and fifteen feet deep: outside the reef the depth is about thirty fathoms at the distance of nearly half a mile. Part of this reef is very symmetrical, and has a uniform breadth of two hundred yards.</p> <p>The coast of Brazil is in many parts fringed by reefs. Of these, some are not of coral formation; for instance, those near Bahia and in front</p> <p class="fnote">1. I may give Cuba, as another instance; Mr. Taylor (<i>Loudon's Mag. of Nat. Hist.,</i> vol. ix, p. 449) has described a reef several miles in length between Gibara and Vjaro, which extends parallel to the shore at the distance of between half and the third part of a mile, and encloses a space of shallow water, with a sandy bottom and tufts of coral. Outside the edge of the reef, which is formed of great branching corals, the depth is six and seven fathoms. This coast has been upheaved at no very distant geological period."<br> 2. Mauti is described by Lord Byron in the voyage of H.M.S. <i> Blonde</i>, and Elizabeth Island by Captain Beechey.<br> 3. Owen's "Africa," vol. i, p. 357, from which work the foregoing facts are likewise taken.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 49">page 49</a></p> <p>&nbsp;</p> <p>of Pernambuco; but a few miles south of this latter city, the reef follows<sup>1</sup> so closely every turn of the shore, that I can hardly doubt it is of coral; it runs at the distance of three-quarters of a mile from the land, and within it the depth is from ten to fifteen feet. I was assured by an intelligent pilot that at Ports Frances and Maceio, the outer part of the reef consists of living coral, and the inner of a white stone, full of large irregular cavities, communicating with the sea. The bottom of the sea off the coast of Brazil shoals gradually to between thirty and forty fathoms, at the distance of between nine and ten leagues from the land.</p> <p>From the description now given, we must conclude that the dimensions and structure of fringing-reefs depend entirely on the greater or less inclination of the submarine slope, conjoined with the fact that reef-building polypifers can exist only at limited depths. It follows from this, that where the sea is very shallow, as in the Persian Gulf and in parts of the East Indian Archipelago, the reefs lose their fringing character, and appear as separate and irregularly scattered patches, often of considerable area. From the more vigorous growth of the coral on the outside, and from the conditions being less favourable in several respects within, such reefs are generally higher and more perfect in their marginal than in their central parts; hence these reefs sometimes assume (and this circumstance ought not to be overlooked) the appearance of atolls; but they differ from atolls in their central expanse being much less deep, in their form being less defined, and in being based on a shallow foundation. But when in a deep sea reefs fringe banks of sediment, which have accumulated beneath the surface, round either islands or submerged rocks, they are distinguished with difficulty on the one hand from encircling barrier-reefs, and on the other from atolls. In the West Indies there are reefs, which I should probably have arranged under both these classes, had not the existence of large and level banks, lying a little beneath the surface, ready to serve as the basis for the attachment of coral, been occasionally brought into view by the entire or partial absence of reefs on them, and had not the formation of such banks, through the accumulation of sediment now in progress, been sufficiently evident. Fringing-reefs sometimes coat, and thus protect the foundations of islands, which have been worn down by the surf to the level of the sea. According to Ehrenberg, this has been extensively the case with the islands in the Red Sea, which formerly ranged parallel to the shores of the mainland, with deep water within them: hence the reefs now coating their bases are situated relatively to the land like barrier-reefs, although not belonging to that class; but there are, as I believe, in the Red Sea some true barrier-reefs. The reefs of this sea and of the West Indies will be described in the Appendix. In some cases, fringing-reefs appear to be considerably modified in outline by the course of the prevailing currents. Dr. J. Allan informs me that on the east coast of Madagascar almost every headland and low point of sand has a coral-reef extending from it in a S.W. and N.E. line, parallel</p> <p class="fnote">1. See Baron Roussin's "Pilote du Br&eacute;sil," and accompanying hydrographical memoir.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 50">page 50</a></p> <p>&nbsp;</p> <p>to the currents on that shore. I should think the influence of the currents chiefly consisted in causing an extension, in a certain direction, of a proper foundation for the attachment of the coral. Round many intertropical islands, for instance the Abrolhos on the coast of Brazil surveyed by Captain Fitzroy, and, as I am informed by Mr. Cuming, round the Philippines, the bottom of the sea is entirely coated by irregular masses of coral, which although often of large size, do not reach the surface and form proper reefs. This must be owing, either to insufficient growth, or to the absence of those kinds of corals which can withstand the breaking of the waves.</p> <p>The three classes, atoll-formed, barrier, and fringing-reefs, together with the modifications just described of the latter, include all the most remarkable coral formations anywhere existing. At the commencement of the last chapter in the volume, where I detail the principles on which the map (<a href="#Plate III">Plate III</a>) is coloured, the exceptional cases will be enumerated.</p> <hr width="30%" align="center"> <p>&nbsp;</p> <center><b>Chapter IV<br> <br> ON THE DISTRIBUTION AND GROWTH OF CORAL-REEFS</b></center> <p>In this chapter I will give all the facts which I have collected, relating to the distribution of coral-reefs,&mdash;to the conditions favourable to their increase,&mdash;to the rate of their growth,&mdash;and to the depth at which they are formed.</p> <p>These subjects have an important bearing on the theory of the origin of the different classes of coral-reefs.</p> <br> <center><i>Section I</i>&mdash;ON THE DISTRIBUTION OF CORAL-REEFS, AND ON THE CONDITIONS FAVOURABLE TO THEIR INCREASE</center> <p>With regard to the limits of latitude, over which coral-reefs extend, I have nothing new to add. The Bermuda Islands, in 32&deg; 15' N., is the point furthest removed from the equator, in which they appear to exist; and it has been suggested that their extension so far northward in this instance is owing to the warmth of the Gulf Stream. In the Pacific, the Loo Choo Islands, in latitude 27&deg; N., have reefs on their shores, and there is an atoll in 28&deg; 30', situated N.W. of the Sandwich Archipelago. In the Red Sea there are coral-reefs in latitude 30&deg;. In the southern hemisphere coral-reefs do not extend so far from the equatorial sea. In the Southern Pacific there are only a few reefs beyond the line of the tropics, but Houtmans Abrolhos, on the western shores of Australia in latitude 29&deg; S., are of coral formation.</p> <p>The proximity of volcanic land, owing to the lime generally evolved from it, has been thought to be favourable to the increase of coral- reefs.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 51">page 51</a></p> <p>&nbsp;</p> <p>There is, however, not much foundation for this view; for nowhere are coral-reefs more extensive than on the shores of New Caledonia, and of north-eastern Australia, which consist of primary formations; and in the largest groups of atolls, namely the Maldiva, Chagos, Marshall, Gilbert, and Low Archipelagoes, there is no volcanic or other kind of rock, excepting that formed of coral.</p> <p>The entire absence of coral-reefs in certain large areas within the tropical seas, is a remarkable fact. Thus no coral-reefs were observed, during the surveying voyages of the <i>Beagle</i> and her tender on the west coast of South America south of the equator, or round the Galapagos Islands. It appears, also, that there are none<sup>1</sup> north of the equator; Mr. Lloyd, who surveyed the Isthmus of Panama, remarked to me, that although he had seen corals living in the Bay of Panama, yet he had never observed any reefs formed by them. I at first attributed this absence of reefs on the coasts of Peru and of the Galapagos Islands,<sup>2</sup> to the coldness of the currents from the south, but the Gulf of Panama is one of the hottest pelagic districts in the world.<sup>3</sup> In the central parts of the Pacific there are islands entirely free from reefs; in some few of these cases I have thought that this was owing to recent volcanic action; but the existence of reefs round the greater part of Hawaii, one of the Sandwich Islands, shows that recent volcanic action does not necessarily prevent their growth.</p> <p>In the last chapter I stated that the bottom of the sea round some islands is thickly coated with living corals, which nevertheless do not form reefs, either from insufficient growth, or from the species not being adapted to contend with the breaking waves.</p> <p>I have been assured by several people, that there are no coral-reefs on the west coast of Africa,<sup>4</sup> or round the islands in the Gulf of Guinea. This perhaps may be attributed, in part, to the sediment brought down by the many rivers debouching on that coast, and to the extensive mud-</p> <p class="fnote">1. I have been informed that this is the case, by Lieutenant Ryder, R.N., and others who have had ample opportunities for observation.<br> 2. The mean temperature of the surface sea from observations made by the direction of Captain Fitzroy on the shores of the Galapagos Islands, between the 16th of September and the 20th of October, 1835, was 68&deg; Fahr. The lowest temperature observed was 58.5&deg; at the south-west end of Albemarle Island; and on the west coast of this island, it was several times 62&deg; and 63&deg;. The mean temperature of the sea in the Low Archipelago of atolls, and near Tahiti, from similar observations made on board the <i>Beagle</i>, was (although further from the equator) 77.5&deg;, the lowest any day being 76.5&deg;. Therefore we have here a difference of 9.5&deg; in mean temperature, and 18&deg; in extremes; a difference doubtless quite sufficient to affect the distribution of organic beings in the two areas.<br> 3. Humboldt's "Personal Narrative," vol. vii, p. 434.<br> 4. It might be concluded, from a paper by Captain Owen (<i>Geograph. Journ.</i>, vol. ii, p. 89), that the reefs off Cape St. Anne and the Sherboro' Islands were of coral, although the author states that they are not purely coralline. But I have been assured by Lieutenant Holland, R.N., that these reefs are not of coral, or at least that they do not at all resemble those in the West Indies.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 52">page 52</a></p> <p>&nbsp;</p> <p>banks, which line great part of it. But the islands of St. Helena, Ascension, the Cape Verdes, St. Paul's, and Fernando Noronha, are, also, entirely without reefs, although they lie far out at sea, are composed of the same ancient volcanic rocks, and have the same general form, with those islands in the Pacific, the shores of which are surrounded by gigantic walls of coral-rock. With the exception of Bermuda, there is not a single coral-reef in the central expanse of the Atlantic Ocean. It will, perhaps, be suggested that the quantity of carbonate of lime in different parts of the sea, may regulate the presence of reefs. But this cannot be the case, for at Ascension, the waves charged to excess precipitate a thick layer of calcareous matter on the tidal rocks; and at St. Jago, in the Cape Verdes, carbonate of lime not only is abundant on the shores, but it forms the chief part of some upraised post-tertiary strata. The apparently capricious distribution, therefore, of coral-reefs, cannot be explained by any of these obvious causes; but as the study of the terrestrial and better known half of the world must convince every one that no station capable of supporting life is lost,&mdash;nay more, that there is a struggle for each station, between the different orders of nature,&mdash; we may conclude that in those parts of the intertropical sea, in which there are no coral-reefs, there are other organic bodies supplying the place of the reef-building polypifers. It has been shown in the chapter on Keeling atoll that there are some species of large fish, and the whole tribe of Holothuri&aelig; which prey on the tenderer parts of the corals. On the other hand, the polypifers in their turn must prey on some other organic beings; the decrease of which from any cause would cause a proportionate destruction of the living coral. The relations, therefore, which determine the formation of reefs on any shore, by the vigorous growth of the efficient kinds of coral, must be very complex, and with our imperfect knowledge quite inexplicable. From these considerations, we may infer that changes in the condition of the sea, not obvious to our senses, might destroy all the coral-reefs in one area, and cause them to appear in another: thus, the Pacific or Indian Ocean might become as barren of coral-reefs as the Atlantic now is, without our being able to assign any adequate cause for such a change.</p> <p>It has been a question with some naturalists, which part of a reef is most favourable to the growth of coral. The great mounds of living Porites and of Millepora round Keeling atoll occur exclusively on the extreme verge of the reef, which is washed by a constant succession of breakers; and living coral nowhere else forms solid masses. At the Marshall islands the larger kinds of coral (chiefly species of Astr&aelig;a, a genus closely allied to Porites) "which form rocks measuring several fathoms in thickness," prefer, according to Chamisso,<sup>1</sup> the most violent surf. I have stated that the outer margin of the Maldiva atolls consists of living corals (some of which, if not all, are of the same species with those at Keeling atoll), and here the surf is so tremendous, that even large ships have been thrown, by a single heave of the sea, high and dry on the reef, all on board thus escaping with their lives.</p> <p class="fnote">1. Kotzebue's "First Voyage" (Eng. Trans.), vol. iii, pp. 142, 143, 331.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 53">page 53</a></p> <p>&nbsp;</p> <p>Ehrenberg<sup>1</sup> remarks, that in the Red Sea the strongest corals live on the outer reefs, and appear to love the surf; he adds, that the more branched kinds abound a little way within, but that even these in still more protected places, become smaller. Many other facts having a similar tendency might be adduced.<sup>2</sup> It has, however, been doubted by MM. Quoy and Gaimard, whether any kind of coral can even withstand, much less flourish in, the breakers of an open sea:<sup>3</sup> they affirm that the saxigenous lithophytes flourish only where the water is tranquil, and the heat intense. This statement has passed from one geological work to another; nevertheless, the protection of the whole reef undoubtedly is due to those kinds of coral, which cannot exist in the situations thought by these naturalists to be most favourable to them. For should the outer and living margin perish, of any one of the many low coral-islands, round which a line of great breakers is incessantly foaming, the whole, it is scarcely possible to doubt, would be washed away and destroyed, in less than half a century. But the vital energies of the corals conquer the mechanical power of the waves; and the large fragments of reef torn up by every storm, are replaced by the slow but steady growth of the innumerable polypifers, which form the living zone on its outer edge.</p> <p>From these facts, it is certain, that the strongest and most massive corals flourish, where most exposed. The less perfect state of the reef of most atolls on the leeward and less exposed side, compared with its state to windward; and the analogous case of the greater number of breaches on the near sides of those atolls in the Maldiva Archipelago, which afford some protection to each other, are obviously explained by this circumstance. If the question had been, under what conditions the greater number of species of coral, not regarding their bulk and strength, were developed, I should answer,&mdash;probably in the situations described by MM. Quoy and Gaimard, where the water is tranquil and the heat intense. The total number of species of coral in the circumtropical seas must be very great: in the Red Sea alone, 120 kinds, according to Ehrenberg,<sup>4</sup> have been observed.</p> <p>The same author has observed that the recoil of the sea from a steep shore is injurious to the growth of coral, although waves breaking over a bank are not so. Ehrenberg also states, that where there is much sediment, placed so as to be liable to be moved by the waves there is little or no coral; and a collection of living specimens placed by him on a sandy shore died in the course of a few days.<sup>5</sup> An experiment,</p> <p class="fnote">1. Ehrenberg, "&Uuml;ber die N&auml;tur und Bildung der Corallen B&auml;nke im rothen Meere," p. 49.<br> 2. In the West Indies, as I am informed by Captain Bird Allen, R.N., it is the common belief of those, who are best acquainted with the reefs, that the coral flourishes most, where freely exposed to the swell of the open sea.<br> 3. "Annales des Sciences Naturelles," tome vi, pp. 276, 278.&mdash; "L&agrave; o&ugrave; les ondes sont agit&eacute;es, les Lytophyt&eacute;s ne peuvent travailler, parce qu'elles d&eacute;truiraient leurs fragiles &eacute;difices," etc.<br> 4. Ehrenberg, "&Uuml;ber die N&auml;tur," etc., p. 46.<br> 5. <i>Ibid</i>., p. 49.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 54">page 54</a></p> <p>&nbsp;</p> <p>however, will presently be related in which some large masses of living coral increased rapidly in size, after having been secured by stakes on a sandbank. That loose sediment should be injurious to the living polypifers, appears, at first sight, probable; and accordingly, in sounding off Keeling atoll, and (as will hereafter be shown) off Mauritius, the arming of the lead invariably came up clean, where the coral was growing vigorously. This same circumstance has probably given rise to a strange belief, which, according to Captain Owen,<sup>1</sup> is general amongst the inhabitants of the Maldiva atolls, namely that corals have roots, and therefore that if merely broken down to the surface, they grow up again; but, if rooted out, they are permanently destroyed. By this means the inhabitants keep their harbours clear; and thus the French Governor of St. Mary's in Madagascar, "cleared out and made a beautiful little port at that place." For it is probable that sand would accumulate in the hollows formed by tearing out the corals, but not on the broken and projecting stumps, and therefore, in the former case, the fresh growth of the coral might be thus prevented.</p> <p>In the last chapter I remarked that fringing-reefs are almost universally breached, where streams enter the sea.<sup>2</sup> Most authors have attributed this fact to the injurious effects of the fresh water, even where it enters the sea only in small quantity, and during a part of the year. No doubt brackish water would prevent or retard the growth of coral; but I believe that the mud and sand which is deposited, even by rivulets when flooded, is a much more efficient check. The reef on each side of the channel leading into Port Louis at Mauritius, ends abruptly in a wall, at the foot of which I sounded and found a bed of thick mud. This steepness of the sides appears to be a general character in such breaches. Cook,<sup>3</sup> speaking of one at Raiatea, says, "like all the rest, it is very steep on both sides." Now, if it were the fresh water mingling with the salt which prevented the growth of coral, the reef certainly would not terminate abruptly, but as the polypifers nearest the impure stream would grow less vigorously than those farther off, so would the reef gradually thin away. On the other hand, the sediment brought down from the land would only prevent the growth of the coral in the line of its deposition, but would not check it on the side, so that the reefs might increase till they overhung the bed of the channel. The breaches are much fewer in number, and front only the larger valleys in reefs of the encircling barrier class. They probably are kept open in the same manner as those into the lagoon of an atoll, namely, by the</p> <p class="fnote">1. Captain Owen on the Geography of the Maldiva Islands, <i>Geograph. Journal</i>, vol. ii, p. 88.<br> 2. Lieutenant Wellstead and others have remarked that this is the case in the Red Sea; Dr. R&uuml;ppell ("Reise in Abyss." Band. i, p. 142) says that there are pear-shaped harbours in the upraised coral- coast, into which periodical streams enter. From this circumstance, I presume, we must infer that before the upheaval of the strata now forming the coast-land, fresh water and sediment entered the sea at these points; and the coral being thus prevented growing, the pear- shaped harbours were produced.<br> 3. Cook's "First Voyage," vol. ii, p. 271 (Hawkesworth's edit.)</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 55">page 55</a></p> <p>&nbsp;</p> <p>force of the currents and the drifting outwards of fine sediment. Their position in front of valleys, although often separated from the land by deep water lagoon-channels, which it might be thought would entirely remove the injurious effects both of the fresh water and the sediment, will receive a simple explanation when we discuss the origin of barrier-reefs.</p> <p>In the vegetable kingdom every different station has its peculiar group of plants, and similar relations appear to prevail with corals. We have already described the great difference between the corals within the lagoon of an atoll and those on its outer margin. The corals, also, on the margin of Keeling Island occurred in zones; thus the <i>Porites</i> and <i>Millepora complanata</i> grow to a large size only where they are washed by a heavy sea, and are killed by a short exposure to the air; whereas, three species of Nullipora also live amidst the breakers, but are able to survive uncovered for a part of each tide; at greater depths, a strong Madrepora and <i>Millepora alcicornis</i> are the commonest kinds, the former appearing to be confined to this part, beneath the zone of massive corals, minute encrusting corallines and other organic bodies live. If we compare the external margin of the reef at Keeling atoll with that on the leeward side of Mauritius, which are very differently circumstanced, we shall find a corresponding difference in the appearance of the corals. At the latter place, the genus Madrepora is preponderant over every other kind, and beneath the zone of massive corals there are large beds of Seriatopora. There is also a marked difference, according to Captain Moresby,<sup>1</sup> between the great branching corals of the Red Sea, and those on the reefs of the Maldiva atolls.</p> <p>These facts, which in themselves are deserving of notice, bear, perhaps, not very remotely, on a remarkable circumstance which has been pointed out to me by Captain Moresby, namely, that with very few exceptions, none of the coral-knolls within the lagoons of Peros Banhos, Diego Garcia, and the Great Chagos Bank (all situated in the Chagos group), rise to the surface of the water; whereas all those, with equally few exceptions, within Solomon and Egmont atolls in the same group, and likewise within the large southern Maldiva atolls, reach the surface. I make these statements, after having examined the charts of each atoll. In the lagoon of Peros Banhos, which is nearly twenty miles across, there is only one single reef which rises to the surface; in Diego Garcia there are seven, but several of these lie close to the margin of the lagoon, and need scarcely have been reckoned; in the Great Chagos Bank there is not one. On the other hand, in the lagoons of some of the great southern Maldiva atolls, although thickly studded with reefs, every one without exception rises to the surface; and on an average there are less than two submerged reefs in each atoll; in the northern atolls, however, the submerged lagoon-reefs are not quite so rare. The submerged reefs in the Chagos atolls generally have from one to seven fathoms water on them, but some have from seven to ten. Most of them are small with</p> <p class="fnote">1. Captain Moresby on the Northern Maldiva atolls, <i>Geograph. Journal</i>, vol. v, p. 401.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 56">page 56</a></p> <p>&nbsp;</p> <p>very steep sides;<sup>1</sup> at Peros Banhos they rise from a depth of about thirty fathoms, and some of them in the Great Chagos Bank from above forty fathoms; they are covered, Captain Moresby informs me, with living and healthy coral, two and three feet high, consisting of several species. Why then have not these lagoon-reefs reached the surface, like the innumerable ones in the atolls above named? If we attempt to assign any difference in their external conditions, as the cause of this diversity, we are at once baffled. The lagoon of Diego Garcia is not deep, and is almost wholly surrounded by its reef; Peros Banhos is very deep, much larger, with many wide passages communicating with the open sea. On the other hand, of those atolls, in which all or nearly all the lagoon-reefs have reached the surface, some are small, others large, some shallow, others deep, some well-enclosed, and others open.</p> <p>Captain Moresby informs me that he has seen a French chart of Diego Garcia made eighty years before his survey, and apparently very accurate; and from it he infers, that during this interval there has not been the smallest change in the depth on any of the knolls within the lagoon. It is also known that during the last fifty-one years, the eastern channel into the lagoon has neither become narrower, nor decreased in depth; and as there are numerous small knolls of living coral within it, some change might have been anticipated. Moreover, as the whole reef round the lagoon of this atoll has been converted into land&mdash;an unparalleled case, I believe, in an atoll of such large size,&mdash;and as the strip of land is for considerable spaces more than half a mile wide&mdash;also a very unusual circumstance,- -we have the best possible evidence, that Diego Garcia has remained at its present level for a very long period. With this fact, and with the knowledge that no sensible change has taken place during eighty years in the coral-knolls, and considering that every single reef has reached the surface in other atolls, which do not present the smallest appearance of being older than Diego Garcia and Peros Banhos, and which are placed under the same external conditions with them, one is led to conclude that these submerged reefs, although covered with luxuriant coral, have no tendency to grow upwards, and that they would remain at their present levels for an almost indefinite period.</p> <p>From the number of these knolls, from their position, size, and form, many of them being only one or two hundred yards across, with a rounded outline, and precipitous sides,&mdash;it is indisputable that they have been formed by the growth of coral; and this makes the case much more remarkable. In Peros Banhos and in the Great Chagos Bank, some of these almost columnar masses are 200 feet high, and their summits lie only from two to eight fathoms beneath the surface; therefore, a small proportional amount more of growth would cause them to attain the surface, like those numerous knolls, which rise from an equally great depth within the Maldiva atolls. We can hardly suppose that time has been wanting for the upward growth of</p> <p class="fnote">1. Some of these statements were not communicated to me verbally by Captain Moresby, but are taken from the MS. account before alluded to, of the Chagos Group.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 57">page 57</a></p> <p>&nbsp;</p> <p>the coral, whilst in Diego Garcia, the broad annular strip of land, formed by the continued accumulation of detritus, shows how long this atoll has remained at its present level. We must look to some other cause than the rate of growth; and I suspect it will be found in the reefs being formed of different species of corals, adapted to live at different depths. The Great Chagos Bank is situated in the centre of the Chagos Group, and the Pitt and Speaker Banks at its two extreme points. These banks resemble atolls, except in their external rim being about eight fathoms submerged, and in being formed of dead rock, with very little living coral on it: a portion nine miles long of the annular reef of Peros Banhos atoll is in the same condition. These facts, as will hereafter be shown, render it very probable that the whole group at some former period subsided seven or eight fathoms; and that the coral perished on the outer margin of those atolls which are now submerged, but that it continued alive, and grew up to the surface on those which are now perfect. If these atolls did subside, and if from the suddenness of the movement or from any other cause, those corals which are better adapted to live at a certain depth than at the surface, once got possession of the knolls, supplanting the former occupants, they would exert little or no tendency to grow upwards. To illustrate this, I may observe, that if the corals of the upper zone on the outer edge of Keeling atoll were to perish, it is improbable that those of the lower zone would grow to the surface, and thus become exposed to conditions for which they do not appear to be adapted. The conjecture, that the corals on the submerged knolls within the Chagos atolls have analogous habits with those of the lower zone outside Keeling atoll, receives some support from a remark by Captain Moresby, namely, that they have a different appearance from those on the reefs in the Maldiva atolls, which, as we have seen, all rise to the surface: he compares the kind of difference to that of the vegetation under different climates. I have entered at considerable length into this case, although unable to throw much light on it, in order to show that an equal tendency to upward growth ought not to be attributed to all coral-reefs,&mdash;to those situated at different depths,&mdash;to those forming the ring of an atoll or those on the knolls within a lagoon,&mdash;to those in one area and those in another. The inference, therefore, that one reef could not grow up to the surface within a given time, because another, not known to be covered with the same species of corals, and not known to be placed under conditions exactly the same, has not within the same time reached the surface, is unsound.</p> <br> <br> <center><i>Section II</i>&mdash;ON THE RATE OF GROWTH OF CORAL-REEFS</center> <p>The remark made at the close of the last section, naturally leads to this division of our subject, which has not, I think, hitherto been considered under a right point of view. Ehrenberg<sup>1</sup> has stated, that in</p> <p class="fnote">1. Ehrenberg, as before cited, pp. 39, 46, and 50.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 58">page 58</a></p> <p>&nbsp;</p> <p>the Red Sea, the corals only coat other rocks in a layer from one to two feet in thickness, or at most to a fathom and a half; and he disbelieves that, in any case, they form, by their own proper growth, great masses, stratum over stratum. A nearly similar observation has been made by MM. Quoy and Gaimard,<sup>1</sup> with respect to the thickness of some upraised beds of coral, which they examined at Timor and some other places. Ehrenberg<sup>2</sup> saw certain large massive corals in the Red Sea, which he imagines to be of such vast antiquity, that they might have been beheld by Pharaoh; and according to Mr. Lyell<sup>3</sup> there are certain corals at Bermuda, which are known by tradition, to have been living for centuries. To show how slowly coral-reefs grow upwards, Captain Beechey<sup>4</sup> has adduced the case of the Dolphin Reef off Tahiti, which has remained at the same depth beneath the surface, namely about two fathoms and a half, for a period of sixty-seven years. There are reefs in the Red Sea, which certainly do not appear<sup>5</sup> to have increased in dimensions during the last half-century, and from the comparison of old charts with recent surveys, probably not during the last two hundred years. These, and other similar facts, have so strongly impressed many with the belief of the extreme slowness of the growth of corals, that they have even doubted the possibility of islands in the great oceans having been formed by their agency. Others, again, who have not been overwhelmed by this difficulty, have admitted that it would require thousands, and tens of thousands of years, to form a mass, even of inconsiderable thickness; but the subject has not, I believe, been viewed in the proper light.</p> <p>That masses of considerable thickness have been formed by the growth of coral, may be inferred with certainty from the following facts. In the deep lagoons of Peros Banhos and of the Great Chagos Bank, there are, as already described, small steep-sided knolls covered with living coral. There are similar knolls in the southern Maldiva atolls, some of which, as Captain Moresby assures me, are less than a hundred yards in diameter, and rise to the surface from a depth of between two hundred and fifty and three hundred feet. Considering their number, form, and position, it would be preposterous to suppose that they are based on pinnacles of any rock, not of coral formation; or that sediment could have been heaped up into such small and steep isolated cones. As no kind of living coral grows above the height of a few feet, we are compelled to suppose that these knolls have been formed by the successive growth and death of many individuals,&mdash;first one being broken off or killed by some accident, and then another, and one set of species being replaced by another set with different habits, as the reef rose nearer the surface, or as other changes supervened. The spaces between the corals would become filled up with fragments and sand, and such matter would probably soon be consolidated, for we learn from</p> <p class="fnote">1. "Annales des Sciences Nat." tom. vi, p. 28.<br> 2. Ehrenberg, <i>ut sup.</i>, p. 42.<br> 3. Lyell's "Principles of Geology," book iii, ch. xviii.<br> 4. Beechey's "Voyage to the Pacific," ch. viii.<br> 5. Ehrenberg, <i>ut sup.</i>, p. 43.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 59">page 59</a></p> <p>&nbsp;</p> <p>Lieutenant Nelson,<sup>1</sup> that at Bermuda a process of this kind takes place beneath water, without the aid of evaporation. In reefs, also, of the barrier class, we may feel sure, as I have shown, that masses of great thickness have been formed by the growth of the coral; in the case of Vanikoro, judging only from the depth of the moat between the land and the reef, the wall of coral-rock must be at least three hundred feet in vertical thickness.</p> <p>It is unfortunate that the upraised coral-islands in the Pacific have not been examined by a geologist. The cliffs of Elizabeth Island, in the Low Archipelago, are eighty feet high, and appear, from Captain Beechey's description, to consist of a homogeneous coral- rock. From the isolated position of this island, we may safely infer that it is an upraised atoll, and therefore that it has been formed by masses of coral, grown together. Savage Island seems, from the description of the younger Forster,<sup>2</sup> to have a similar structure, and its shores are about forty feet high: some of the Cook Islands also appear<sup>3</sup> to be similarly composed. Captain Belcher, R.N., in a letter which Captain Beaufort showed me at the admiralty, speaking of Bow atoll, says, "I have succeeded in boring forty-five feet through coral-sand, when the auger became jammed by the falling in of the surrounding <i> creamy</i> matter." On one of the Maldiva atolls, Captain Moresby bored to a depth of twenty-six feet, when his auger also broke: he has had the kindness to give me the matter brought up; it is perfectly white, and like finely triturated coral-rock.</p> <p>In my description of Keeling atoll, I have given some facts, which show that the reef probably has grown outwards; and I have found, just within the outer margin, the great mounds of Porites and of Millepora, with their summits lately killed, and their sides subsequently thickened by the growth of the coral: a layer, also, of Nullipora had already coated the dead surface. As the external slope of the reef is the same round the whole of this atoll, and round many other atolls, the angle of inclination must result from an adaption between the growing powers of the coral, and the force of the breakers, and their action on the loose sediment. The reef, therefore, could not increase outwards, without a nearly equal addition to every part of the slope, so that the original inclination might be preserved, and this would require a large amount of sediment, all derived from the wear of corals and shells, to be added to the lower part. Moreover, at Keeling atoll, and probably in many other cases, the different kinds of corals would have to encroach on each other; thus the Nullipor&aelig; cannot increase outwards without encroaching on the Porites and <i> Millepora complanata,</i> as is now taking place; nor these latter without encroaching on the strongly branched Madreporet, the <i> Millepora alcicornis,</i> and some Astr&aelig;as; nor these again without a foundation being formed for them within the requisite depth, by the accumulation of sediment. How slow, then, must be the ordinary lateral or outward growth of such reefs. But off</p> <p class="fnote">1. "Geological Transactions," vol. v, p. 113.<br> 2. Forster's "Voyage round the World with Cook," vol. ii, pp. 163, 167.<br> 3. Williams's "Narrative of Missionary Enterprise," p. 30.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 60">page 60</a></p> <p>&nbsp;</p> <p>Christmas atoll, where the sea is much more shallow than is usual, we have good reason to believe that, within a period not very remote, the reef has increased considerably in width. The land has the extraordinary breadth of three miles; it consists of parallel ridges of shells and broken corals, which furnish "an incontestable proof," as observed by Cook,<sup>1</sup> "that the island has been produced by accessions from the sea, and is in a state of increase." The land is fronted by a coral-reef, and from the manner in which islets are known to be formed, we may feel confident that the reef was not three miles wide, when the first, or most backward ridge, was thrown up; and, therefore, we must conclude that the reef has grown outwards during the accumulation of the successive ridges. Here then, a wall of coral-rock of very considerable breadth has been formed by the outward growth of the living margin, within a period during which ridges of shells and corals, lying on the bare surface, have not decayed. There can be little doubt, from the account given by Captain Beechey, that Matilda atoll, in the Low Archipelago, has been converted in the space of thirty-four years, from being, as described by the crew of a wrecked whaling vessel, a "reef of rocks" into a lagoon-island, fourteen miles in length, with "one of its sides covered nearly the whole way with high trees."<sup>2</sup> The islets, also, on Keeling atoll, it has been shown, have increased in length, and since the construction of an old chart, several of them have become united into one long islet; but in this case, and in that of Matilda atoll, we have no proof, and can only infer as probable, that the reef, that is the foundation of the islets, has increased as well as the islets themselves.</p> <p>After these considerations, I attach little importance, as indicating the ordinary and still less the possible rate of <i> outward</i> growth of coral-reefs, to the fact that certain reefs in the Red Sea have not increased during a long interval of time; or to other such cases, as that of Ouluthy atoll in the Caroline group, where every islet, described a thousand years before by Cantova was found in the same state by Lutk&eacute;,<sup>3</sup>&mdash;without it could be shown that, in these cases, the conditions were favourable to the vigorous and unopposed growth of the corals living in the different zones of depth, and that a proper basis for the extent of the reef was present. The former conditions must depend on many contingencies, and in the deep oceans where coral formations most abound, a basis within the requisite depth can rarely be present.</p> <p>Nor do I attach any importance to the fact of certain submerged reefs, as those off Tahiti, or those within Diego Garcia not now being nearer the surface than they were many years ago, as an indication of the rate</p> <p class="fnote">1. Cook's "Third Voyage," book III, ch. x.<br> 2. Beechey's "Voyage to the Pacific," ch. vii and viii.<br> 3. F. Lutk&eacute;'s "Voyage autour du Monde." In the group Elato, however, it appears that what is now the islet Falipi, is called in Cantova's Chart, the Banc de Falipi. It is not stated whether this has been caused by the growth of coral, or by the accumulation of sand.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 61">page 61</a></p> <p>&nbsp;</p> <p>under favourable circumstances of the <i>upward</i> growth of reefs; after it has been shown, that all the reefs have grown to the surface in some of the Chagos atolls, but that in neighbouring atolls which appear to be of equal antiquity and to be exposed to the same external conditions, every reef remains submerged; for we are almost driven to attribute this to a difference, not in the rate of growth, but in the habits of the corals in the two cases.</p> <p>In an old-standing reef, the corals, which are so different in kind on different parts of it, are probably all adapted to the stations they occupy, and hold their places, like other organic beings, by a struggle one with another, and with external nature; hence we may infer that their growth would generally be slow, except under peculiarly favourable circumstances. Almost the only natural condition, allowing a quick upward growth of the whole surface of a reef, would be a slow subsidence of the area in which it stood; if, for instance, Keeling atoll were to subside two or three feet, can we doubt that the projecting margin of live coral, about half an inch in thickness, which surrounds the dead upper surfaces of the mounds of Porites, would in this case form a concentric layer over them, and the reef thus increase upwards, instead of, as at present, outwards? The Nullipor&aelig; are now encroaching on the Porites and Millepora, but in this case might we not confidently expect that the latter would, in their turn, encroach on the Nullipor&aelig;? After a subsidence of this kind, the sea would gain on the islets, and the great fields of dead but upright corals in the lagoon, would be covered by a sheet of clear water; and might we not then expect that these reefs would rise to the surface, as they anciently did when the lagoon was less confined by islets, and as they did within a period of ten years in the schooner-channel, cut by the inhabitants? In one of the Maldiva atolls, a reef, which within a very few years existed as an islet bearing cocoa-nut trees, was found by Lieutenant Prentice "<i>entirely covered with live coral and Madrepore.</i>" The natives believe that the islet was washed away by a change in the currents, but if, instead of this, it had quietly subsided, surely every part of the island which offered a solid foundation, would in a like manner have become coated with living coral.</p> <p>Through steps such as these, any thickness of rock, composed of a singular intermixture of various kinds of corals, shells, and calcareous sediment, might be formed; but without subsidence, the thickness would necessarily be determined by the depth at which the reef-building polypifers can exist. If it be asked, at what rate in years I suppose a reef of coral favourably circumstanced could grow up from a given depth; I should answer, that we have no precise evidence on this point, and comparatively little concern with it. We see, in innumerable points over wide areas, that the rate has been sufficient, either to bring up the reefs from various depths to the surface, or, as is more probable, to keep them at the surface, during progressive subsidences; and this is a much more important standard of comparison than any cycle of years.</p> <p>It may, however, be inferred from the following facts, that the rate</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 62">page 62</a></p> <p>&nbsp;</p> <p>in years under favourable circumstances would be very far from slow. Dr. Allan, of Forres, has, in his MS. Thesis deposited in the library of the Edinburgh University (extracts from which I owe to the kindness of Dr. Malcolmson), the following account of some experiments, which he tried during his travels in the years 1830 to 1832 on the east coast of Madagascar. "To ascertain the rise and progress of the coral-family, and fix the number of species met with at Foul Point (latitude 17&deg; 40') twenty species of coral were taken off the reef and planted apart on a sand-bank <i>three feet deep at low water.</i> Each portion weighed ten pounds, and was kept in its place by stakes. Similar quantities were placed in a clump and secured as the rest. This was done in December 1830. In July following, each detached mass was nearly level with the sea at low water, quite immovable, and several feet long, stretching as the parent reef, with the coast current from north to south. The masses accumulated in a clump were found equally increased, but some of the species in such unequal ratios, as to be growing over each other." The loss of Dr. Allan's magnificent collection by shipwreck, unfortunately prevents its being known to what genera these corals belonged; but from the numbers experimented on, it is certain that all the more conspicuous kinds must have been included. Dr. Allan informs me, in a letter, that he believes it was a Madrepora, which grew most vigorously. One may be permitted to suspect that the level of the sea might possibly have been somewhat different at the two stated periods; nevertheless, it is quite evident that the growth of the ten-pound masses, during the six or seven months, at the end of which they were found immovably fixed<sup>1</sup> and several feet in length, must have been very great. The fact of the different kinds of coral, when placed in one clump, having increased in extremely unequal ratios, is very interesting, as it shows the manner in which a reef, supporting many species of coral, would probably be affected by a change in the external conditions favouring one kind more than another. The growth of the masses of coral in N. and S. lines parallel to the prevailing currents, whether due to the drifting of sediment or to the simple movement of the water, is, also, a very interesting circumstance.</p> <p>A fact, communicated to me by Lieutenant Wellstead, I.N., in some degree corroborates the result of Dr. Allan's experiments: it is, that in the Persian Gulf a ship had her copper bottom encrusted in the course of twenty months with a layer of coral, <i>two feet</i> in thickness, which it required great force to remove, when the vessel was docked: it was not ascertained to what order this coral belonged. The case of the schooner-channel choked up with coral in an interval of less than ten years, in the lagoon of Keeling atoll, should be here borne</p> <p class="fnote">1. It is stated by De la Beche ("Geological Manual," p. 143), on the authority of Mr. Lloyd, who surveyed the Isthmus of Panama, that some specimens of Polypifers, placed by him in a sheltered pool of water, were found in the course of a few days firmly fixed by the secretion of a stony matter, to the bottom.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 63">page 63</a></p> <p>&nbsp;</p> <p>in mind. We may also infer, from the trouble which the inhabitants of the Maldiva atolls take to root out, as they express it, the coral- knolls from their harbours, that their growth can hardly be very slow.<sup>1</sup></p> <p>From the facts given in this section, it may be concluded, first, that considerable thicknesses of rock have certainly been formed within the present geological area by the growth of coral and the accumulation of its detritus; and, secondly, that the increase of individual corals and of reefs, both outwards or horizontally and upwards or vertically, under the peculiar conditions favourable to such increase, is not slow, when referred either to the standard of the average oscillations of level in the earth's crust, or to the more precise but less important one of a cycle of years.</p> <br> <br> <center><i>Section III</i>&mdash;ON THE DEPTHS AT WHICH REEF-BUILDING<br> POLYPIFERS CAN LIVE</center> <p>I have already described in detail, which might have appeared trivial, the nature of the bottom of the sea immediately surrounding Keeling atoll; and I will now describe with almost equal care the soundings off the fringing-reefs of Mauritius. I have preferred this arrangement, for the sake of grouping together facts of a similar nature. I sounded with the wide bell-shaped lead which Captain Fitzroy used at Keeling Island, but my examination of the bottom was confined to a few miles of coast (between Port Louis and Tomb Bay) on the leeward side of the island. The edge of the reef is formed of great shapeless masses</p> <p class="fnote">1. Mr. Stutchbury (<i>West of England Journal</i>, No. I, p. 50.) has described a specimen of Agaricia, "weighing 2 lbs. 9 oz., which surrounds a species of oyster, whose age could not be more than two years, and yet is completely enveloped by this dense coral." I presume that the oyster was living when the specimen was procured; otherwise the fact tells nothing. Mr. Stutchbury also mentions an anchor, which had become entirely encrusted with coral in fifty years; other cases, however, are recorded of anchors which have long remained amidst coral-reefs without having become coated. The anchor of the <i>Beagle</i>, in 1832, after having been down exactly one month at Rio de Janeiro, was so thickly coated by two species of Tubularia, that large spaces of the iron were entirely concealed; the tufts of this horny zoophyte were between two and three inches in length. It has been attempted to compute, but I believe erroneously, the rate of growth of a reef, from the fact mentioned by Captain Beechey, of the <i> Chama gigas</i> being embedded in coral-rock. But it should be remembered, that some species of this genus invariably live, both whilst young and old, in cavities, which the animal has the power of enlarging with its growth. I saw many of these shells thus embedded in the outer "flat" of Keeling atoll, which is composed of dead rock; and therefore the cavities in this case had no relation whatever with the growth of coral. M. Lesson, also, speaking of this shell (Partie Zoolog. "Voyage de la <i>Coquille</i>"), has remarked, "que constamment ses valves &eacute;taient engag&eacute;s compl&eacute;tement dans la masse des Madrepores."</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 64">page 64</a></p> <p>&nbsp;</p> <p>of branching Madrepores, which chiefly consist of two species,&mdash; apparently <i>M. corymbosa</i> and <i> pocillifera</i>,&mdash; mingled with a few other kinds of coral. These masses are separated from each other by the most irregular gullies and cavities, into which the lead sinks many feet. Outside this irregular border of Madrepores, the water deepens gradually to twenty fathoms, which depth generally is found at the distance of from half to three-quarters of a mile from the reef. A little further out the depth is thirty fathoms, and thence the bank slopes rapidly into the depths of the ocean. This inclination is very gentle compared with that outside Keeling and other atolls, but compared with most coasts it is steep. The water was so clear outside the reef, that I could distinguish every object forming the rugged bottom. In this part, and to a depth of eight fathoms, I sounded repeatedly, and at each cast pounded the bottom with the broad lead, nevertheless the arming invariably came up perfectly clean, but deeply indented. From eight to fifteen fathoms a little calcareous sand was occasionally brought up, but more frequently the arming was simply indented. In all this space the two Madrepores above mentioned, and two species of Astr&aelig;a, with rather large<sup>1</sup> stars, seemed the commonest kinds; and it must be noticed that twice at the depth of fifteen fathoms, the arming was marked with a clean impression of an Astr&aelig;a. Besides these lithophytes, some fragments of the <i>Millepora alcicornis,</i> which occurs in the same relative position at Keeling Island, were brought up; and in the deeper parts there were large beds of a Seriatopora, different from <i>S. subulata</i>, but closely allied to it. On the beach within the reef, the rolled fragments consisted chiefly of the corals just mentioned, and of a massive Porites, like that at Keeling atoll, of a Meandrina, <i> Pocillopora verrucosa</i>, and of numerous fragments of Nullipora. From fifteen to twenty fathoms the bottom was, with few exceptions, either formed of sand, or thickly covered with Seriatopora: this delicate coral seems to form at these depths extensive beds unmingled with any other kind. At twenty fathoms, one sounding brought up a fragment of Madrepora apparently <i>M. pocillifera</i>, and I believe it is the same species (for I neglected to bring specimens from both stations) which mainly forms the upper margin of the reef; if so, it grows in depths varying from</p> <p class="fnote">1. Since the preceding pages were printed off, I have received from Mr. Lyell a very interesting pamphlet, entitled "Remarks upon Coral Formations," etc., by J. Couthouy, Boston, United States, 1842. There is a statement (p. 6), on the authority of the Rev. J. Williams, corroborating the remarks made by Ehrenberg and Lyell (p. 71 of this volume), on the antiquity of certain individual corals in the Red Sea and at Bermuda; namely, that at Upolu, one of the Navigator Islands, "particular clumps of coral are known to the fishermen by name, derived from either some particular configuration or tradition attached to them, and handed down from time immemorial." With respect to the thickness of masses of coral-rock, it clearly appears, from the descriptions given by Mr. Couthouy (pp. 34, 58) that Mangaia and Aurora Islands are upraised atolls, composed of coral rock: the level summit of the former is about three hundred feet, and that of Aurora Island is two hundred feet above the sea-level.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 65">page 65</a></p> <p>&nbsp;</p> <p>0 to 20 fathoms. Between 20 and 23 fathoms I obtained several soundings, and they all showed a sandy bottom, with one exception at 30 fathoms, when the arming came up scooped out, as if by the margin of a large Caryophyllia. Beyond 33 fathoms I sounded only once; and from 86 fathoms, at the distance of one mile and a third from the edge of the reef, the arming brought up calcareous sand with a pebble of volcanic rock. The circumstance of the arming having invariably come up quite clean, when sounding within a certain number of fathoms off the reefs of Mauritius and Keeling atoll (eight fathoms in the former case, and twelve in the latter) and of its having always come up (with one exception) smoothed and covered with sand, when the depth exceeded twenty fathoms, probably indicates a criterion, by which the limits of the vigorous growth of coral might in all cases be readily ascertained. I do not, however, suppose that if a vast number of soundings were obtained round these islands, the limit above assigned would be found never to vary, but I conceive the facts are sufficient to show, that the exceptions would be few. The circumstance of a <i>gradual</i> change, in the two cases, from a field of clean coral to a smooth sandy bottom, is far more important in indicating the depth at which the larger kinds of coral flourish than almost any number of separate observations on the depth, at which certain species have been dredged up. For we can understand the gradation, only as a prolonged struggle against unfavourable conditions. If a person were to find the soil clothed with turf on the banks of a stream of water, but on going to some distance on one side of it, he observed the blades of grass growing thinner and thinner, with intervening patches of sand, until he entered a desert of sand, he would safely conclude, especially if changes of the same kind were noticed in other places, that the presence of the water was absolutely necessary to the formation of a thick bed of turf: so may we conclude, with the same feeling of certainty, that thick beds of coral are formed only at small depths beneath the surface of the sea.</p> <p>I have endeavoured to collect every fact, which might either invalidate or corroborate this conclusion. Captain Moresby, whose opportunities for observation during his survey of the Maldiva and Chagos Archipelagoes have been unrivalled, informs me, that the upper part or zone of the steep-sided reefs, on the inner and outer coasts of the atolls in both groups, invariably consists of coral, and the lower parts of sand. At seven or eight fathoms depth, the bottom is formed, as could be seen through the clear water, of great living masses of coral, which at about ten fathoms generally stand some way apart from each other, with patches of white sand between them, and at a little greater depth these patches become united into a smooth steep slope, without any coral. Captain Moresby, also, informs me in support of his statement, that he found only decayed coral on the Padua Bank (northern part of the Laccadive group) which has an average depth between twenty-five and thirty-five fathoms, but that on some other banks in the same group with only ten or twelve fathoms water on them (for instance, the Tillacapeni bank), the coral was living.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 66">page 66</a></p> <p>&nbsp;</p> <p>With regard to the coral-reefs in the Red Sea, Ehrenberg has the following passage:&mdash;"The living corals do not descend there into great depths. On the edges of islets and near reefs, where the depth was small, very many lived; but we found no more even at six fathoms. The pearl-fishers at Yemen and Massaua asserted that there was no coral near the pearl-banks at nine fathoms depth, but only sand. We were not able to institute any more special researches."<sup>1</sup> I am, however, assured both by Captain Moresby and Lieutenant Wellstead, that in the more northern parts of the Red Sea, there are extensive beds of living coral at a depth of twenty-five fathoms, in which the anchors of their vessels were frequently entangled. Captain Moresby attributes the less depth, at which the corals are able to live in the places mentioned by Ehrenberg, to the greater quantity of sediment there; and the situations, where they were flourishing at the depth of twenty-five fathoms, were protected, and the water was extraordinarily limpid. On the leeward side of Mauritius where I found the coral growing at a somewhat greater depth than at Keeling atoll, the sea, owing apparently to its tranquil state, was likewise very clear. Within the lagoons of some of the Marshall atolls, where the water can be but little agitated, there are, according to Kotzebue, living beds of coral in twenty-five fathoms. From these facts, and considering the manner in which the beds of clean coral off Mauritius, Keeling Island, the Maldiva and Chagos atolls, graduated into a sandy slope, it appears very probable that the depth, at which reef-building polypifers can exist, is partly determined by the extent of inclined surface, which the currents of the sea and the recoiling waves have the power to keep free from sediment.</p> <p>MM. Quoy and Gaimard<sup>2</sup> believe that the growth of coral is confined within very limited depths; and they state that they never found any fragment of an Astr&aelig;a (the genus they consider most efficient in forming reefs) at a depth above twenty-five or thirty feet. But we have seen that in several places the bottom of the sea is paved with massive corals at more than twice this depth; and at fifteen fathoms (or twice this depth) off the reefs of Mauritius, the arming was marked with the distinct impression of a living Astr&aelig;a. <i>Millepora alcicornis</i> lives in from 0 to 12 fathoms, and the genera Madrepora and Seriatopora from 0 to 20 fathoms. Captain Moresby has given me a specimen of <i>Sideropora scabra</i> (Porites of Lamarck) brought up alive from 17 fathoms. Mr. Couthouy<sup>3</sup> states that he has dredged up on the Bahama banks considerable masses of Meandrina from 16 fathoms, and he has seen this coral growing in 20 fathoms. A Caryophyllia, half an inch in diameter, was dredged up alive from 80 fathoms off Juan Fernandez (latitude 33&deg; S.) by Captain P. P. King:<sup>4</sup> this is the most remarkable fact with which I am acquainted, showing the depth at which a genus of</p> <p class="fnote">1. Ehrenberg, "&Uuml;ber die N&auml;tur," etc., p. 50.<br> 2. "Annales des Sci. Nat." tom. vi.<br> 3. "Remarks on Coral Formations," p. 12.<br> 4. I am indebted to Mr. Stokes for having kindly communicated this fact to me, together with much other valuable information.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 67">page 67</a></p> <p>&nbsp;</p> <p>corals often found on reefs, can exist.<sup>1</sup> We ought, however, to feel less</p> <p class="fnote">I will record in the form of a note all the facts that I have been able to collect on the depths, both within and without the tropics, at which those corals and corallines can live, which there is no reason to suppose ever materially aid in the construction of a reef.</p> <table width="100%" border="1" align="center" cellspacing="0" cellpadding="4" summary= "Name of Zoophyte, Depth in fathoms, Country and S. Latitute, Authority."> <tr valign="bottom"> <td align="center">Name of Zoophyte</td> <td align="center">Depth in<br> Fathoms</td> <td align="center">Country and<br> S. Latitude</td> <td align="center">Authority</td> </tr> <tr valign="top"> <td>Sertularia</td> <td align="center">40</td> <td align="center">Cape Horn 66&deg;</td> <td>(Where none is given, the observation is my own.)</td> </tr> <tr> <td>Cellaria</td> <td align="center">Ditto</td> <td align="center">Ditto</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>Cellaria. A minute scarlet encrusted species, found living</td> <td align="center">190</td> <td align="center">Keeling Atoll 12&deg;</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>Cellaria. An allied, small stony sub-generic form</td> <td align="center">48</td> <td align="center">S. Cruz River 50&deg;</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>A coral allied to Vincularia, with eight rows of cells</td> <td align="center">40</td> <td align="center">Cape Horn</td> <td>&nbsp;</td> </tr> <tr> <td>Tubulipora, near to T. patima</td> <td align="center">Ditto</td> <td align="center">Ditto</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>Ditto</td> <td align="center">94</td> <td align="center">East Chiloe 43&deg;</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>Cellepora, several species, and allied sub-generic forms</td> <td align="center">40</td> <td align="center">Cape Horn</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>Ditto</td> <td align="center">40 and 57</td> <td align="center">Chonos Arch. 45&deg;</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>Ditto</td> <td align="center">48</td> <td align="center">S. Cruz 50&deg;</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>Eschara</td> <td align="center">30</td> <td align="center">Tierra del Fuego 53&deg;</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>Ditto</td> <td align="center">48</td> <td align="center">S. Cruz R. 50&deg;</td> <td>&nbsp;</td> </tr> <tr> <td>Retepora</td> <td align="center">40</td> <td align="center">Cape Horn</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>Ditto</td> <td align="center">100</td> <td align="center">C. Good Hope 34&deg;</td> <td>Quoy and Gaimard, <i>Ann. Scien. Nat.,</i> t. vi, p. 284.</td> </tr> <tr valign="top"> <td>Millepora, a strong coral with cylindrical branches, of a pink colour, abut two inches high, resembling in the form of its orifices M. aspera of Lamarck</td> <td align="center">94 and 30</td> <td align="center">E. Chiloe 43&deg;<br> Tierra del Fuego 53&deg;</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>Coralium</td> <td align="center">120</td> <td align="center">Barbary 33&deg; N.</td> <td>Peyssonel in paper read to Royal society May 1752.</td> </tr> <tr> <td>Antipathes</td> <td align="center">16</td> <td align="center">Chonos 45&deg;</td> <td>&nbsp;</td> </tr> <tr valign="top"> <td>Gorgonia (or an allied form)</td> <td align="center">160</td> <td align="center">Abrolhos on the coast of Brazil 18&deg;</td> <td>Capt. Beechey informed me of this fact in a letter.</td> </tr> </table> <p class="fnote">Ellis ("Nat. Hist. of Coralline," p. 96) states that Ombellularia was procured in latitude 79&deg; N. <i> sticking</i> to a <i>line</i> from the depth of 236 fathoms; hence this coral either must have been floating loose, or was entangled in stray line at the bottom. Off Keeling atoll a compound Ascidia (Sigillina) was brought up from 39 fathoms, and a piece of sponge, apparently living, from 70, and a fragment of Nullipora also apparently living from 92 fathoms. At a greater depth than 90 fathoms off this coral island, the bottom was thickly strewed with joints of Halimeda and small fragments of other Nullipor&aelig;, but all dead. Captain B. Allen, R.N., informs me that in the</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 68">page 68</a></p> <p>&nbsp;</p> <p>surprise at this fact, as Caryophyllia alone of the lamelliform genera, ranges far beyond the tropics; it is found in Zetland<sup>1</sup> in Lat. 60&deg; N. in deep water, and I procured a small species from Tierra del Fuego in Lat. 53&deg; S. Captain Beechey informs me, that branches of pink and yellow coral were frequently brought up from between twenty and twenty-five fathoms off the Low atolls; and Lieutenant Stokes, writing to me from the N.W. coast of Australia, says that a strongly branched coral was procured there from thirty fathoms; unfortunately it is not known to what genera these corals belong.</p> <p>Although the limit of depth, at which each particular kind of coral ceases to exist, is far from being accurately known; yet when we bear in mind the manner in which the clumps of coral gradually became infrequent at about the same depth, and wholly disappeared at a greater depth than twenty fathoms, on the slope round Keeling atoll, on the leeward side of the Mauritius, and at rather less depth, both without and within the atolls of the Maldiva and Chagos Archipelagoes; and when we know that the reefs round these islands do not differ from other coral formations in their form and structure, we may, I think, conclude that in ordinary cases, reef- building polypifers do not flourish at greater depths than between twenty and thirty fathoms.</p> <p>It has been argued<sup>2</sup> that reefs may possibly rise from very great depths through the means of small corals, first making a platform for the growth of the stronger kinds. This, however, is an arbitrary supposition: it is not always remembered, that in such cases there is an antagonist power in action, namely, the decay of organic bodies, when not protected by a covering of sediment, or by their own rapid growth. We have, moreover, no right to calculate on unlimited time for the accumulation of small organic bodies into great masses. Every fact in geology proclaims that neither the land, nor the bed of the sea retain for indefinite periods the same level. As well might it be imagined that the British Seas would in time become choked up with beds of oysters, or that the numerous small corallines off the inhospitable shores of Tierra del Fuego would in time form a solid and extensive coral-reef.</p> <p class="fnote">survey of the West Indies it was noticed that between the depth of 10 and 200 fathoms, the sounding lead very generally came up coated with the dead joints of a Halimeda, of which he showed me specimens. Off Pernambuco, in Brazil, in about twelve fathoms, the bottom was covered with fragments dead and alive of a dull red Nullipora, and I infer from Roussin's chart, that a bottom of this kind extends over a wide area. On the beach, within the coral-reefs of Mauritius, vast quantities of fragments of Nullipor&aelig; were piled up. From these facts it appears, that these simply organized bodies are amongst the most abundant productions of the sea.<br> 1. Fleming's "British Animals," genus Caryophyllia.<br> 2. <i>Journal of the Royal Geographical Society,</i> 1831, p. 218.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 69">page 69</a></p> <p>&nbsp;</p> <center><b>Chapter V<br> <br> THEORY OF THE FORMATION OF THE DIFFERENT<br> CLASSES OF CORAL-REEFS</b></center> <p class="intro">The atolls of the larger archipelagoes are not formed on submerged craters, or on banks of sediment.&mdash;Immense areas interspersed with atolls.&mdash; Their subsidence.&mdash;The effects of storms and earthquakes on atolls.&mdash;Recent changes in their state.&mdash;The origin of barrier-reefs and of atolls.&mdash; Their relative forms.&mdash;The step-formed ledges and walls round the shores of some lagoons.&mdash;The ring-formed reefs of the Maldiva atolls.&mdash;The submerged condition of parts or of the whole of some annular reefs.&mdash;The disseverment of large atolls.&mdash;The union of atolls by linear reefs.&mdash;The Great Chagos Bank.&mdash;Objections from the area and amount of subsidence required by the theory, considered.&mdash;The probable composition of the lower parts of atolls.</p> <p>The naturalists who have visited the Pacific, seem to have had their attention riveted by the lagoon-islands, or atolls,&mdash;those singular rings of coral-land which rise abruptly out of the unfathomable ocean&mdash;and have passed over, almost unnoticed, the scarcely less wonderful encircling barrier-reefs. The theory most generally received on the formation of atolls, is that they are based on submarine craters; but where can we find a crater of the shape of Bow atoll, which is five times as long as it is broad (<a href="#Plate I">Plate I</a>, Fig. 4); or like that of Menchikoff Island (<a href="#Plate II">Plate II</a>, Fig. 3), with its three loops, together sixty miles in length; or like Rimsky Korsacoff, narrow, crooked, and fifty-four miles long; or like the northern Maldiva atolls, made up of numerous ring-formed reefs, placed on the margin of a disc,&mdash;one of which discs is eighty-eight miles in length, and only from ten to twenty in breadth? It is, also, not a little improbable, that there should have existed as many craters of immense size crowded together beneath the sea, as there are now in some parts atolls. But this theory lies under a greater difficulty, as will be evident, when we consider on what foundations the atolls of the larger archipelagoes rest: nevertheless, if the rim of a crater afforded a basis at the proper depth, I am far from denying that a reef like a perfectly characterised atoll might not be formed; some such, perhaps, now exist; but I cannot believe in the possibility of the greater number having thus originated.</p> <p>An earlier and better theory was proposed by Chamisso;<sup>1</sup> he supposes that as the more massive kinds of corals prefer the surf, the outer portions, in a reef rising from a submarine basis, would first reach the surface and consequently form a ring. But on this view it must be assumed, that in every case the basis consists of a flat bank; for if it were conically formed, like a mountainous mass, we can see no reason why the coral should spring up from the flanks, instead of from the central and highest parts: considering the number of the atolls in the Pacific and Indian Oceans, this assumption is very improbable. As the</p> <p class="fnote">1. Kotzebue's "First Voyage," vol. iii, p. 331.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 70">page 70</a></p> <p>&nbsp;</p> <p>lagoons of atolls are sometimes even more than forty fathoms deep, it must, also, be assumed on this view, that at a depth at which the waves do not break, the coral grows more vigorously on the edges of a bank than on its central part; and this is an assumption without any evidence in support of it. I remarked, in the third chapter, that a reef, growing on a detached bank, would tend to assume an atoll-like structure; if, therefore, corals were to grow up from a bank, with a level surface some fathoms submerged, having steep sides and being situated in a deep sea, a reef not to be distinguished from an atoll, might be formed: I believe some such exist in the West Indies. But a difficulty of the same kind with that affecting the crater theory, runners, as we shall presently see, this view inapplicable to the greater number of atolls.</p> <p>No theory worthy of notice has been advanced to account for those barrier-reefs, which encircle islands of moderate dimensions. The great reef which fronts the coast of Australia has been supposed, but without any special facts, to rest on the edge of a submarine precipice, extending parallel to the shore. The origin of the third class or of fringing- reefs presents, I believe, scarcely any difficulty, and is simply consequent on the polypifers not growing up from great depths, and their not flourishing close to gently shelving beaches where the water is often turbid.</p> <p>What cause, then, has given to atolls and barrier-reefs their characteristic forms? Let us see whether an important deduction will not follow from the consideration of these two circumstances, first, the reef-building corals flourishing only at limited depths; and secondly, the vastness of the areas interspersed with coral-reefs and coral- islets, none of which rise to a greater height above the level of the sea, than that attained by matter thrown up by the waves and winds. I do not make this latter statement vaguely; I have carefully sought for descriptions of every island in the intertropical seas; and my task has been in some degree abridged by a map of the Pacific, corrected in 1834 by MM. D'Urville and Lottin, in which the low islands are distinguished from the high ones (even from those much less than a hundred feet in height) by being written without a capital letter; I have detected a few errors in this map, respecting the height of some of the islands, which will be noticed in the Appendix, where I treat of coral formations in geographical order. To the Appendix, also, I must refer for a more particular account of the data on which the statements on the next page are grounded. I have ascertained, and chiefly from the writings of Cook, Kotzebue, Bellinghausen, Duperrey, Beechey, and Lutk&eacute;, regarding the Pacific; and from Moresby<sup>1</sup> with respect to the Indian Ocean, that in the following cases the term "low island" strictly means land of the height commonly attained by matter thrown up by the winds and the</p> <p class="fnote">1. See also Captain Owen's and Lieutenant Wood's papers in the <i>Geographical Journal</i>, on the Maldiva and Laccadive Archipelagoes. These officers particularly refer to the lowness of the islets; but I chiefly ground my assertion respecting these two groups, and the Chagos group, from information communicated to me by Captain Moresby.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 71">page 71</a></p> <p>&nbsp;</p> <p>waves of an open sea. If we draw a line (the plan I have always adopted) joining the external atolls of that part of the Low Archipelago in which the islands are numerous, the figure will be a pointed ellipse (reaching from Hood to Lazaref Island), of which the longer axis is 840 geographical miles, and the shorter 420 miles; in this space<sup>1</sup> none of the innumerable islets united into great rings rise above the stated level. The Gilbert group is very narrow, and 300 miles in length. In a prolonged line from this group, at the distance of 240 miles, is the Marshall Archipelago, the figure of which is an irregular square, one end being broader than the other; its length is 520 miles, with an average width of 240; these two groups together are 1,040 miles in length, and all their islets are low. Between the southern end of the Gilbert and the northern end of Low Archipelago, the ocean is thinly strewed with islands, all of which, as far as I have been able to ascertain, are low; so that from nearly the southern end of the Low Archipelago, to the northern end of the Marshall Archipelago, there is a narrow band of ocean, more than 4,000 miles in length, containing a great number of islands, all of which are low. In the western part of the Caroline Archipelago, there is a space of 480 miles in length, and about 100 broad, thinly interspersed with low islands. Lastly, in the Indian Ocean, the archipelago of the Maldivas is 470 miles in length, and 60 in breadth; that of the Laccadives is 150 by 100 miles; as there is a low island between these two groups, they may be considered as one group of 1,000 miles in length. To this may be added the Chagos group of low islands, situated 280 miles distant, in a line prolonged from the southern extremity of the Maldivas. This group, including the submerged banks, is 170 miles in length and 80 in breadth. So striking is the uniformity in direction of these three archipelagoes, all the islands of which are low, that Captain Moresby, in one of his papers, speaks of them as parts of one great chain, nearly 1,500 miles long. I am, then, fully justified in repeating, that enormous spaces, both in the Pacific and Indian Oceans, are interspersed with islands, of which not one rises above that height, to which the waves and winds in an open sea can heap up matter. On what foundations, then, have these reefs and islets of coral been constructed? A foundation must originally have been present beneath each atoll at that limited depth, which is indispensable for the first growth of the reef-building polypifers. A conjecture will perhaps be hazarded, that the requisite bases might have been afforded by the accumulation of great banks of sediment, which owing to the action of superficial currents (aided possibly by the undulatory movement of the</p> <p class="fnote">1. I find from Mr. Couthouy's pamphlet (p. 58) that Aurora Island is about two hundred feet in height; it consists of coral-rock, and seems to have been formed by the elevation of an atoll. It lies north- east of Tahiti, close without the line bounding the space coloured dark blue in the map appended to this volume. Honden Island, which is situated in the extreme north-west part of the Low Archipelago, according to measurements made on board the <i>Beagle</i>, whilst sailing by, is 114 feet from the <i>summit of the trees</i> to the water's edge. This island appeared to resemble the other atolls of the group.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 72">page 72</a></p> <p>&nbsp;</p> <p>sea) did not quite reach the surface,&mdash;as actually appears to have been the case in some parts of the West Indian Sea. But in the form and disposition of the groups of atolls, there is nothing to countenance this notion; and the assumption without any proof, that a number of immense piles of sediment have been heaped on the floor of the great Pacific and Indian Oceans, in their central parts far remote from land, and where the dark blue colour of the limpid water bespeaks its purity, cannot for one moment be admitted.</p> <p>The many widely-scattered atolls must, therefore, rest on rocky bases. But we cannot believe that the broad summit of a mountain lies buried at the depth of a few fathoms beneath every atoll, and nevertheless throughout the immense areas above-named, with not one point of rock projecting above the level of the sea; for we may judge with some accuracy of mountains beneath the sea, by those on the land; and where can we find a single chain several hundred miles in length and of considerable breadth, much less several such chains, with their many broad summits attaining the same height, within from 120 to 180 feet? If the data be thought insufficient, on which I have grounded my belief, respecting the depth at which the reef-building polypifers can exist, and it be assumed that they can flourish at a depth of even one hundred fathoms, yet the weight of the above argument is but little diminished, for it is almost equally improbable, that as many submarine mountains, as there are low islands in the several great and widely separated areas above specified, should all rise within six hundred feet of the surface of the sea and not one above it, as that they should be of the same height within the smaller limit of one or two hundred feet. So highly improbable is this supposition, that we are compelled to believe, that the bases of the many atolls did never at any one period all lie submerged within the depth of a few fathoms beneath the surface, but that they were brought into the requisite position or level, some at one period and some at another, through movements in the earth's crust. But this could not have been effected by elevation, for the belief that points so numerous and so widely separated were successively uplifted to a certain level, but that not one point was raised above that level, is quite as improbable as the former supposition, and indeed differs little from it. It will probably occur to those who have read Ehrenberg's account of the Reefs of the Red Sea, that many points in these great areas may have been elevated, but that as soon as raised, the protuberant parts were cut off by the destroying action of the waves: a moment's reflection, however, on the basin-like form of the atolls, will show that this is impossible; for the upheaval and subsequent abrasion of an island would leave a flat disc, which might become coated with coral, but not a deeply concave surface; moreover, we should expect to see, in some parts at least, the rock of the foundation brought to the surface. If, then, the foundations of the many atolls were not uplifted into the requisite position, they must of necessity have subsided into it; and this at once solves every difficulty,<sup>1</sup></p> <p class="fnote">1. The additional difficulty on the crater hypothesis before alluded to, will now be evident; for on this view the volcanic action must be supposed to</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 73">page 73</a></p> <p>&nbsp;</p> <p>for we may safely infer, from the facts given in the last chapter, that during a gradual subsidence the corals would be favourably circumstanced for building up their solid frame works and reaching the surface, as island after island slowly disappeared. Thus areas of immense extent in the central and most profound parts of the great oceans, might become interspersed with coral-islets, none of which would rise to a greater height than that attained by detritus heaped up by the sea, and nevertheless they might all have been formed by corals, which absolutely required for their growth a solid foundation within a few fathoms of the surface.</p> <p>It would be out of place here to do more than allude to the many facts, showing that the supposition of a gradual subsidence over large areas is by no means improbable. We have the clearest proof that a movement of this kind is possible, in the upright trees buried under the strata many thousand feet in thickness; we have also every reason for believing that there are now large areas gradually sinking, in the same manner as others are rising. And when we consider how many parts of the surface of the globe have been elevated within recent geological periods, we must admit that there have been subsidences on a corresponding scale, for otherwise the whole globe would have swollen. It is very remarkable that Mr. Lyell,<sup>1</sup> even in the first edition of his "Principles of Geology," inferred that the amount of subsidence in the Pacific must have exceeded that of elevation, from the area of land being very small relatively to the agents there tending to form it, namely, the growth of coral and volcanic action. But it will be asked, are there any direct proofs of a subsiding movement in those areas, in which subsidence will explain a phenomenon otherwise inexplicable? This, however, can hardly be expected, for it must ever be most difficult, excepting in countries long civilised, to detect a movement, the tendency of which is to conceal the part affected. In barbarous and semi-</p> <p class="fnote">have formed within the areas specified a vast number of craters, all rising within a few fathoms of the surface, and not one above it. The supposition that the craters were at different times upraised above the surface, and were there abraded by the surf and subsequently coated by corals, is subject to nearly the same objections with those given above in this paragraph; but I consider it superfluous to detail all the arguments opposed to such a notion. Chamisso's theory, from assuming the existence of so many banks, all lying at the proper depth beneath the water, is also vitally defective. The same observation applies to an hypothesis of Lieutenant Nelson's ("Geolog. Trans." vol. v, p. 122), who supposes that the ring-formed structure is caused by a greater number of germs of corals becoming attached to the declivity, than to the central plateau of a submarine bank: it likewise applies to the notion formerly entertained (Forster's "Observ.," p. 151), that lagoon-islands owe their peculiar form to the instinctive tendencies of the polypifers. According to this latter view, the corals on the outer margin of the reef instinctively expose themselves to the surf in order to afford protection to corals living in the lagoon, which belong to other genera, and to other families!<br> 1. "Principles of Geology," sixth edition, vol. iii, p. 386.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 74">page 74</a></p> <p>&nbsp;</p> <p>civilised nations how long might not a slow movement, even of elevation such as that now affecting Scandinavia, have escaped attention!</p> <p>Mr. Williams<sup>1</sup> insists strongly that the traditions of the natives, which he has taken much pains in collecting, do not indicate the appearance of any new islands: but on the theory of a gradual subsidence, all that would be apparent would be, the water sometimes encroaching slowly on the land, and the land again recovering by the accumulation of detritus its former extent, and perhaps sometimes the conversion of an atoll with coral islets on it, into a bare or into a sunken annular reef. Such changes would naturally take place at the periods when the sea rose above its usual limits, during a gale of more than ordinary strength; and the effects of the two causes would be hardly distinguishable. In Kotzebue's "Voyage" there are accounts of islands, both in the Caroline and Marshall Archipelagoes, which have been partly washed away during hurricanes; and Kadu, the native who was on board one of the Russian vessels, said "he saw the sea at Radack rise to the feet of the cocoa-nut trees; but it was conjured in time."<sup>2</sup> A storm lately entirely swept away two of the Caroline islands, and converted them into shoals; it partly, also, destroyed two other islands.<sup>3</sup> According to a tradition which was communicated to Captain Fitzroy, it is believed in the Low Archipelago, that the arrival of the first ship caused a great inundation, which destroyed many lives. Mr. Stutchbury relates, that in 1825, the western side of Chain Atoll, in the same group, was completely devastated by a hurricane, and not less than 300 lives lost: "in this instance it was evident, even to the natives, that the hurricane alone was not sufficient to account for the violent agitation of the ocean."<sup>4</sup> That considerable changes have taken place recently in some of the atolls in the Low Archipelago, appears certain from the case already given of Matilda Island: with respect to Whitsunday and Gloucester Islands in this same group, we must either attribute great inaccuracy to their discoverer, the famous circumnavigator Wallis, or believe that they have undergone a considerable change in the period of fifty-nine years, between his voyage and that of Captain Beechey's. Whitsunday Island is described by Wallis as "about four miles long, and three wide," now it is only one mile and a half long. The appearance of Gloucester Island, in Captain Beechey's words,<sup>5</sup> has been accurately described by its discoverer, but its present form and extent differ materially." Blenheim reef, in the Chagos group, consists of a water-washed annular reef, thirteen miles in circumference, surrounding a lagoon ten fathoms deep: on its surface there were a few worn patches of conglomerate coral-rock, of about the size of hovels; and these Captain Moresby</p> <p class="fnote">1. Williams's "Narrative of Missionary Enterprise," p. 31.<br> 2. Kotzebue's "First Voyage," vol. iii, p. 168.<br> 3. M. Desmoulins in "Comptes Rendus," 1840, p. 837.<br> 4. <i>West of England Journal</i>, No. I, p. 35.<br> 5. Beechey's "Voyage to the Pacific," chap. vii, and Wallis's "Voyage in the <i>Dolphin</i>," chap. iv.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 75">page 75</a></p> <p>&nbsp;</p> <p>considered as being, without doubt, the last remnants of islets; so that here an atoll has been converted into an atoll-formed reef. The inhabitants of the Maldiva Archipelago, as long ago as 1605, declared, "that the high tides and violent currents were diminishing the number of the islands:"<sup>1</sup> and I have already shown, on the authority of Captain Moresby, that the work of destruction is still in progress; but that on the other hand the first formation of some islets is known to the present inhabitants. In such cases, it would be exceedingly difficult to detect a gradual subsidence of the foundation, on which these mutable structures rest.</p> <p>Some of the archipelagoes of low coral-islands are subject to earthquakes: Captain Moresby informs me that they are frequent, though not very strong, in the Chagos group, which occupies a very central position in the Indian Ocean, and is far from any land not of coral formation. One of the islands in this group was formerly covered by a bed of mould, which, after an earthquake, disappeared, and was believed by the residents to have been washed by the rain through the broken masses of underlying rock; the island was thus rendered unproductive. Chamisso<sup>2</sup> states, that earthquakes are felt in the Marshall atolls, which are far from any high land, and likewise in the islands of the Caroline Archipelago. On one of the latter, namely Oulleay atoll, Admiral Lutk&eacute;, as he had the kindness to inform me, observed several straight fissures about a foot in width, running for some hundred yards obliquely across the whole width of the reef. Fissures indicate a stretching of the earth's crust, and, therefore, probably changes in its level; but these coral-islands, which have been shaken and fissured, certainly have not been elevated, and, therefore, probably they have subsided. In the chapter on Keeling atoll, I attempted to show by direct evidence, that the island underwent a movement of subsidence, during the earthquakes lately felt there.</p> <p>The facts stand thus;&mdash;there are many large tracts of ocean, without any high land, interspersed with reefs and islets, formed by the growth of those kinds of corals, which cannot live at great depths; and the existence of these reefs and low islets, in such numbers and at such distant points, is quite inexplicable, excepting on the theory, that the bases on which the reefs first became attached, slowly and successively sank beneath the level of the sea, whilst the corals continued to grow upwards. No positive facts are opposed to this view, and some general considerations render it probable. There is evidence of change in form, whether or not from subsidence, on some of these coral-islands; and there is evidence of subterranean disturbances beneath them. Will then the theory, to which we have thus been led, solve the curious problem,&mdash;what has given to each class of reef its peculiar form?</p> <p>Let us in imagination place within one of the subsiding areas, an island surrounded by a "fringing-reef,"&mdash;that kind, which alone offers no difficulty in the explanation of its origin. Let the unbroken lines,</p> <p class="fnote">1. See an extract from Pyrard's Voyage in Captain Owen's paper on the Maldiva Archipelago, in the <i>Geographical Journal</i>, vol. ii, p. 84.<br> 2. See Chamisso, in Kotzebue's "First Voyage," vol. iii, p. 182 and 136.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 76">page 76</a></p> <p>&nbsp;</p> <p>and the oblique shading in the woodcut (No. 4) represent a vertical section through such an island; and the horizontal shading will represent the section of the reef. Now, as the island sinks down, either a few feet at a time or quite insensibly, we may safely infer from what we know of the conditions favourable to the growth of coral, that the living masses bathed by the surf on the margin of the reef, will soon regain the surface. The water, however, will encroach, little by little, on the shore, the island becoming lower and smaller, and the space between the edge of the reef and the beach proportionately broader. A section of the reef and island in this state, after a subsidence of several hundred feet, is given by the dotted lines: coral-islets are supposed to have been formed on the new reef, and a ship is anchored in the lagoon-channel. This section is in every respect that of an encircling barrier-reef; it is, in fact, a section taken<sup>1</sup> east and west through the highest point of the encircled island of Bolabola; of which a plan is given in <a href= "#Plate I">Plate I</a>, Fig. 5. The same section is more clearly shown in the following woodcut (No. 5) by the unbroken lines. The width of the reef, and its slope, both on the outer and inner side, will have been determined by the growing powers of the coral, under the conditions (for instance the force of the breakers and of the currents) to which it has been exposed; and the lagoon-channel will be deeper or shallower, in proportion to the growth of the delicately branched corals within the reef, and to the accumulation of sediment, relatively, also, to the rate of subsidence and the length of the intervening stationary periods.</p> <img src="images/no4.jpg" width="472" height="141" alt= "Vertical section of an island of Bolabola."><br> <p class="capt">AA&mdash;Outer edge of the reef at the level of the sea.<br> BB&mdash;Shores of the island.<br> A'A'&mdash;Outer edge of the reef, after its upward growth during a period of subsidence.<br> CC&mdash;The lagoon-channel between the reef and the shores of the now encircled land.<br> B'B'&mdash;The shores of the encircled island.<br> <br> N.B.&mdash;In this, and the following woodcut, the subsidence of the land could only be represented by an apparent rise in the level of the sea.</p> <p>It is evident in this section, that a line drawn perpendicularly down from the outer edge of the new reef to the foundation of solid rock,</p> <p class="fnote">1. The section has been made from the chart given in the "Atlas of the Voyage of the <i>Coquille</i>." The scale is .57 of an inch to a mile. The height of the island, according to M. Lesson, is 4,026 feet. The deepest part of the lagoon-channel is 162 feet; its depth is exaggerated in the woodcut for the sake of clearness.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 77">page 77</a></p> <p>&nbsp;</p> <p>exceeds by as many feet as there have been feet of subsidence, that small limit of depth at which the effective polypifers can live&mdash;the corals having grown up, as the whole sank down, from a basis formed of other corals and their consolidated fragments. Thus the difficulty on this head, which before seemed so great, disappears.</p> <p>As the space between the reef and the subsiding shore continued to increase in breadth and depth, and as the injurious effects of the sediment and fresh water borne down from the land were consequently lessened, the greater number of the channels, with which the reef in its fringing state must have been breached, especially those which fronted the smaller streams, will have become choked up with the growth of coral: on the windward side of the reef, where the coral grows most vigorously, the breaches will probably have first been closed. In barrier-reefs, therefore, the breaches kept open by draining the tidal waters of the lagoon-channel, will generally be placed on the leeward side, and they will still face the mouths of the larger streams, although removed beyond the influence of their sediment and fresh water;&mdash;and this, it has been shown, is commonly the case.</p> <img src="images/no5.jpg" width="446" height="179" alt= "Vertical section of an island of Bolabola."><br> <p class="capt">A'A'&mdash;Outer edges of the barrier-reef at the level of the sea. The cocoa-nut trees represent coral-islets formed on the reef.<br> CC&mdash;The lagoon-channel.<br> B'B'&mdash;The shores of the island, generally formed of low alluvial land and of coral detritus from the lagoon-channel.<br> A"A"&mdash;The outer edges of the reef now forming an atoll.<br> C'&mdash;The lagoon of the newly formed atoll. According to the scale, the depth of the lagoon and of the lagoon-channel is exaggerated.</p> <p>Referring to the diagram shown above, in which the newly formed barrier-reef is represented by unbroken lines, instead of by dots as in the former woodcut, let the work of subsidence go on, and the doubly pointed hill will form two small islands (or more, according to the number of the hills) included within one annular reef. Let the island continue subsiding, and the coral-reef will continue growing up on its own foundation, whilst the water gains inch by inch on the land, until the last and highest pinnacle is covered, and there remains a perfect atoll. A vertical section of this atoll is shown in the woodcut by the dotted lines;&mdash;a ship is anchored in its lagoon, but islets are not supposed yet to have been formed on the reef. The depth of the lagoon and the</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 78">page 78</a></p> <p>&nbsp;</p> <p>width and slope of the reef, will depend on the circumstances just referred to under barrier-reefs. Any further subsidence will produce no change in the atoll, except perhaps a diminution in its size, from the reef not growing vertically upwards; but should the currents of the sea act violently upon it, and should the corals perish on part or on the whole of its margin, changes would result during subsidence which will be presently noticed. I may here observe, that a bank either of rock or of hardened sediment, level with the surface of the sea, and fringed with living coral, would (if not so small as to allow the central space to be quickly filled up with detritus) by subsidence be converted immediately into an atoll, without passing, as in the case of a reef fringing the shore of an island, through the intermediate form of a barrier-reef. If such a bank lay a few fathoms submerged, the simple growth of the coral (as remarked in the third chapter) without the aid of subsidence, would produce a structure scarcely to be distinguished from a true atoll; for in all cases the corals on the outer margin of a reef, from having space and being freely exposed to the open sea, will grow vigorously and tend to form a continuous ring whilst the growth of the less massive kinds on the central expanse, will be checked by the sediment formed there, and by that washed inwards by the breakers; and as the space becomes shallower, their growth will, also, be checked by the impurities of the water, and probably by the small amount of food brought by the enfeebled currents, in proportion to the surface of living reefs studded with innumerable craving mouths: the subsidence of a reef based on a bank of this kind, would give depth to its central expanse or lagoon, steepness to its flanks, and through the free growth of the coral, symmetry to its outline:&mdash;I may here repeat that the larger groups of atolls in the Pacific and Indian Oceans cannot be supposed to be founded on banks of this nature.</p> <p>If, instead of the island in the diagram, the shore of a continent fringed by a reef had subsided, a great barrier-reef, like that on the north- east coast of Australia, would have necessarily resulted; and it would have been separated from the main land by a deep-water channel, broad in proportion to the amount of subsidence, and to the less or greater inclination of the neighbouring coast-line. The effect of the continued subsidence of a great barrier-reef of this kind, and its probable conversion into a chain of separate atolls, will be noticed, when we discuss the apparent progressive disseverment of the larger Maldiva atolls.</p> <p>We now are able to perceive that the close similarity in form, dimensions, structure, and relative position (which latter point will hereafter be more fully noticed) between fringing and encircling barrier-reefs, and between these latter and atolls, is the necessary result of the transformation, during subsidence of the one class into the other. On this view, the three classes of reefs ought to graduate into each other. Reefs having intermediate character between those of the fringing and barrier classes do exist; for instance, on the south-west coast of Madagascar, a reef extends for several miles, within which there is a broad channel from seven to eight fathoms deep, but the sea does not deepen abruptly outside the reef. Such cases, however, are open to</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 79">page 79</a></p> <p>&nbsp;</p> <p>some doubts, for an old fringing-reef, which had extended itself a little on a basis of its own formation, would hardly be distinguishable from a barrier-reef, produced by a small amount of subsidence, and with its lagoon-channel nearly filled up with sediment during a long stationary period. Between barrier-reefs, encircling either one lofty island or several small low ones, and atolls including a mere expanse of water, a striking series can be shown: in proof of this, I need only refer to the first plate in this volume, which speaks more plainly to the eye, than any description could to the ear. The authorities from which the charts have been engraved, together with some remarks on them and descriptive of the plates, are given above. At New Caledonia (<a href="#Plate II">Plate II</a>, Fig. 5.) the barrier-reefs extend for 150 miles on each side of the submarine prolongation of the island; and at their northern extremity they appear broken up and converted into a vast atoll- formed reef, supporting a few low coral-islets: we may imagine that we here see the effects of subsidence actually in progress, the water always encroaching on the northern end of the island, towards which the mountains slope down, and the reefs steadily building up their massive fabrics in the lines of their ancient growth.</p> <p>We have as yet only considered the origin of barrier-reefs and atolls in their simplest form; but there remain some peculiarities in structure and some special cases, described in the two first chapters, to be accounted for by our theory. These consist&mdash;in the inclined ledge terminated by a wall, and sometimes succeeded by a second ledge with a wall, round the shores of certain lagoons and lagoon-channels; a structure which cannot, as I endeavoured to show, be explained by the simple growing powers of the corals,&mdash;in the ring or basin-like forms of the central reefs, as well as of the separate marginal portions of the northern Maldiva atolls,&mdash; in the submerged condition of the whole, or of parts of certain barrier and atoll-formed reefs; where only a part is submerged, this being generally to leeward,&mdash;in the apparent progressive disseverment of some of the Maldiva atolls,&mdash;in the existence of irregularly formed atolls, some being tied together by linear reefs, and others with spurs projecting from them,&mdash;and, lastly, in the structure and origin of the Great Chagos Bank.</p> <p><i>Step-formed ledges round certain lagoons.</i>&mdash;If we suppose an atoll to subside at an extremely slow rate, it is difficult to follow out the complex results. The living corals would grow up on the outer margin; and likewise probably in the gullies and deeper parts of the bare surface of the annular reef; the water would encroach on the islets, but the accumulation of fresh detritus might possibly prevent their entire submergence. After a subsidence of this very slow nature, the surface of the annular reef sloping gently into the lagoon, would probably become united with the irregular reefs and banks of sand, which line the shores of most lagoons. Should, however, the atoll be carried down by a more rapid movement, the whole surface of the annular reef, where there was a foundation of solid matter, would be favourably circumstanced for the fresh growth of coral; but as the corals grew upwards on its exterior margin, and the waves broke heavily on this</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 80">page 80</a></p> <p>&nbsp;</p> <p>part, the increase of the massive polypifers on the inner side would be checked from the want of water. Consequently, the exterior parts would first reach the surface, and the new annular reef thus formed on the old one, would have its summit inclined inwards, and be terminated by a subaqueous wall, formed by the upward growth of the coral (before being much checked), from the inner edge of the solid parts of the old reef. The inner portion of the new reef, from not having grown to the surface, would be covered by the waters of the lagoon. Should a subsidence of the same kind be repeated, the corals would again grow up in a wall, from all the solid parts of the resunken reef, and, therefore, not from within the sandy shores of the lagoon; and the inner part of the new annular reef would, from being as before checked in its upward growth, be of less height than the exterior parts, and therefore would not reach the surface of the lagoon. In this case the shores of the lagoon would be surrounded by two inclined ledges, one beneath the other, and both abruptly terminated by subaqueous cliffs.<sup>1</sup></p> <p><i>The ring or basin-formed reefs of the northern Maldiva atolls.</i>&mdash;I may first observe, that the reefs within the lagoons of atolls and within lagoon-channels, would, if favourably circumstanced, grow upwards during subsidence in the same manner as the annular rim; and, therefore, we might expect that such lagoon- reefs, when not surrounded and buried by an accumulation of sediment more rapid than the rate of subsidence, would rise abruptly from a greater depth than that at which the efficient polypifers can flourish: we see this well exemplified in the small abruptly-sided reefs, with which the deep lagoons of the Chagos and Southern Maldiva atolls are studded. With respect to the ring or basin-formed reefs of the Northern Maldiva atolls, it is evident, from the perfectly continuous series which exists that the marginal rings, although wider than the exterior or bounding reef of ordinary atolls, are only modified portions of such a reef; it is also evident that the central rings, although wider than the knolls or reefs which commonly occur in lagoons, occupy their place. The ring-like structure has been shown to be contingent on the breaches into the lagoon being broad and numerous, so that all the reefs which are bathed by the waters of the lagoon are placed under nearly the same conditions with the outer coast of an atoll standing in the open sea. Hence the exterior and living margins of these reefs must have been favourably circumstanced for growing outwards, and increasing beyond the usual breadth; and they must likewise have been favourably circumstanced for growing</p> <p class="fnote">1. According to Mr. Couthouy (p. 26) the external reef round many atolls descends by a succession of ledges or terraces. He attempts, I doubt whether successfully, to explain this structure somewhat in the same manner as I have attempted, with respect to the internal ledges round the lagoons of some atolls. More facts are wanted regarding the nature both of the interior and exterior step-like ledges: are all the ledges, or only the upper ones, covered with living coral? If they are all covered, are the kinds different on the ledges according to the depth? Do the interior and exterior ledges occur together in the same atolls; if so, what is their total width, and is the intervening surface-reef narrow, etc.?</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 81">page 81</a></p> <p>&nbsp;</p> <p>vigorously upwards, during the subsiding movements, to which by our theory the whole archipelago has been subjected; and subsidence with this upward growth of the margins would convert the central space of each little reef into a small lagoon. This, however, could only take place with those reefs, which had increased to a breadth sufficient to prevent their central spaces from being almost immediately filled up with the sand and detritus driven inwards from all sides: hence it is that few reefs, which are less than half a mile in diameter, even in the atolls where the basin-like structure is most strikingly exhibited, include lagoons. This remark, I may add, applies to all coral-reefs wherever found. The basin-formed reefs of the Maldiva Archipelago may, in fact, be briefly described, as small atolls formed during subsidence over the separate portions of large and broken atolls, in the same manner as these latter were formed over the barrier-reefs, which encircled the islands of a large archipelago now wholly submerged.</p> <p><i>Submerged and dead reefs.</i>&mdash;In the second section of the first chapter, I have shown that there are in the neighbourhood of atolls, some deeply submerged banks, with level surfaces; that there are others, less deeply but yet wholly submerged, having all the characters of perfect atolls, but consisting merely of dead coral- rock; that there are barrier-reefs and atolls with merely a portion of their reef, generally on the leeward side, submerged; and that such portions either retain their perfect outline, or they appear to be quite effaced, their former place being marked only by a bank, conforming in outline with that part of the reef which remains perfect. These several cases are, I believe, intimately related together, and can be explained by the same means. There, perhaps, exist some submerged reefs, covered with living coral and growing upwards, but to these I do not here refer. As we see that in those parts of the ocean, where coral-reefs are most abundant, one island is fringed and another neighbouring one is not fringed; as we see in the same archipelago, that all the reefs are more perfect in one part of it than in another, for instance, in the southern half compared with the northern half of the Maldiva Archipelago, and likewise on the outer coasts compared with the inner coasts of the atolls in this same group, which are placed in a double row; as we know that the existence of the innumerable polypifers forming a reef, depends on their sustenance, and that they are preyed on by other organic beings; and, lastly, as we know that some inorganic causes are highly injurious to the growth of coral, it cannot be expected that during the round of change to which earth, air, and water are exposed, the reef-building polypifers should keep alive for perpetuity in any one place; and still less can this be expected, during the progressive subsidences, perhaps at some periods more rapid than at others, to which by our theory these reefs and islands have been subjected and are liable. It is, then, not improbable that the corals should sometimes perish either on the whole or on part of a reef; if on part, the dead portion, after a small amount of subsidence, would still retain its proper outline and position beneath the water. After a more prolonged</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 82">page 82</a></p> <p>&nbsp;</p> <p>subsidence, it would probably form, owing to the accumulation of sediment, only the margin of a flat bank, marking the limits of the former lagoon. Such dead portions of reef would generally lie on the leeward side,<sup>1</sup> for the impure water and fine sediment would more easily flow out from the lagoon over this side of the reef, where the force of the breakers is less than to windward; and therefore the corals would be less vigorous on this side, and be less able to resist any destroying agent. It is likewise owing to this same cause, that reefs are more frequently breached to leeward by narrow channels, serving as by ship-channels, than to windward. If the corals perished entirely, or on the greater part of the circumference of an atoll, an atoll-shaped bank of dead rock, more or less entirely submerged, would be produced; and further subsidence, together with the accumulation of sediment, would often obliterate its atoll-like structure, and leave only a bank with a level surface.</p> <p>In the Chagos group of atolls, within an area of 160 miles by 60, there are two atoll-formed banks of dead rock (besides another very imperfect one), entirely submerged; a third, with merely two or three very small pieces of living reef rising to the surface; and a fourth, namely, Peros Banhos (<a href="#Plate I">Plate I</a>, Fig. 9), with a portion nine miles in length dead and submerged. As by our theory this area has subsided, and as there is nothing improbable in the death, either from changes in the state of the surrounding sea or from the subsidence being great or sudden, of the corals on the whole, or on portions of some of the atolls, the case of the Chagos group presents no difficulty. So far indeed are any of the above- mentioned cases of submerged reefs from being inexplicable, that their occurrence might have been anticipated on our theory, and as fresh atolls are supposed to be in progressive formation by the subsidence of encircling barrier-reefs, a weighty objection, namely that the number of atolls must be increasing infinitely, might even have been raised, if proofs of the occasional destruction and loss of atolls could not have been adduced.</p> <p><i>The disseverment of the larger Maldiva atolls.</i>&mdash;The apparent progressive disseverment in the Maldiva Archipelago of large atolls into smaller ones, is, in many respects, an important consideration, and requires an explanation. The graduated series which marks, as I</p> <p class="fnote">1. Mr. Lyell, in the first edition of his "Principles of Geology," offered a somewhat different explanation of this structure. He supposes that there has been subsidence; but he was not aware that the submerged portions of reef were in most cases, if not in all, dead; and he attributes the difference in height in the two sides of most atolls, chiefly to the greater accumulation of detritus to windward than to leeward. But as matter is accumulated only on the backward part of the reef, the front part would remain of the same height on both sides. I may here observe that in most cases (for instance, at Peros Banhos, the Gambier group and the Great Chagos Bank), and I suspect in all cases, the dead and submerged portions do not blend or slope into the living and perfect parts, but are separated from them by an abrupt line. In some instances small patches of living reef rise to the surface from the middle of the submerged and dead parts.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 83">page 83</a></p> <p>&nbsp;</p> <p>believe, this process, can be observed only in the northern half of the group, where the atolls have exceedingly imperfect margins, consisting of detached basin-formed reefs. The currents of the sea flow across these atolls, as I am informed by Captain Moresby, with considerable force, and drift the sediment from side to side during the monsoons, transporting much of it seaward; yet the currents sweep with greater force round their flanks. It is historically known that these atolls have long existed in their present state; and we can believe, that even during a very slow subsidence they might thus remain, the central expanse being kept at nearly its original depth by the accumulation of sediment. But in the action of such nicely balanced forces during a progressive subsidence (like that, to which by our theory this archipelago has been subjected), it would be strange if the currents of the sea should never make a direct passage across some one of the atolls, through the many wide breaches in their margins. If this were once effected, a deep-water channel would soon be formed by the removal of the finer sediment, and the check to its further accumulation; and the sides of the channel would be worn into a slope like that on the outer coasts, which are exposed to the same force of the currents. In fact, a channel precisely like that bifurcating one which divides Mahlos Mahdoo (<a href="#Plate II">Plate II</a>, Fig. 4), would almost necessarily be formed. The scattered reefs situated near the borders of the new ocean-channel, from being favourably placed for the growth of coral, would, by their extension, tend to produce fresh margins to the dissevered portions; such a tendency is very evident (as may be seen in the large published chart) in the elongated reefs on the borders of the two channels intersecting Mahlos Mahdoo. Such channels would become deeper with continued subsidence, and probably from the reefs not growing up perpendicularly, somewhat broader. In this case, and more especially if the channels had been formed originally of considerable breadth, the dissevered portions would become perfect and distinct atolls, like Ari and Ross atolls (<a href= "#Plate II">Plate II</a>, Fig. 6), or like the two Nillandoo atolls, which must be considered as distinct, although related in form and position, and separated from each other by channels, which though deep have been sounded. Further subsidence would render such channels unfathomable, and the dissevered portions would then resemble Phaleedoo and Moluque atolls, or Mahlos Mahdoo and Horsburgh atolls (<a href="#Plate II">Plate II</a>, Fig. 4), which are related to each other in no respect except in proximity and position. Hence, on the theory of subsidence, the disseverment of large atolls, which have imperfect margins (for otherwise their disseverment would be scarcely possible), and which are exposed to strong currents, is far from being an improbable event; and the several stages, from close relation to entire isolation in the atolls of the Maldiva Archipelago, are readily explicable.</p> <p>We might go even further, and assert as not improbable, that the first formation of the Maldiva Archipelago was due to a barrier-reef, of nearly the same dimensions with that of New Caledonia (<a href="#Plate II">Plate II</a>, Fig. 5), for if, in imagination, we complete the subsidence of that great island, we might anticipate from the present broken condition of the</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 84">page 84</a></p> <p>&nbsp;</p> <p>northern portion of the reef, and from the almost entire absence of reefs on the eastern coast, that the barrier-reef after repeated subsidences, would become during its upward growth separated into distinct portions; and these portions would tend to assume an atoll- like structure, from the coral growing with vigour round their entire circumferences, when freely exposed to an open sea. As we have some large islands partly submerged with barrier-reefs marking their former limits, such as New Caledonia, so our theory makes it probable that there should be other large islands wholly submerged; and these, we may now infer, would be surmounted, not by one enormous atoll, but by several large elongated ones, like the atolls in the Maldiva group; and these again, during long periods of subsidence, would sometimes become dissevered into smaller atolls. I may add, that both in the Marshall and Caroline Archipelagoes, there are atolls standing close together, which have an evident relationship in form: we may suppose, in such cases, either that two or more encircled islands originally stood close together, and afforded bases for two or more atolls, or that one atoll has been dissevered. From the position, as well as form, of three atolls in the Caroline Archipelago (the Namourrek and Elato group), which are placed in an irregular circle, I am strongly tempted to believe that they have originated by the process of disseverment.<sup>1</sup></p> <p><i>Irregularly formed atolls.</i>&mdash;In the Marshall group, Musquillo atoll consists of two loops united in one point; and Menchikoff atoll is formed of three loops, two of which (as may be seen in Fig. 3, <a href="#Plate II">Plate II</a>) are connected by a mere ribbon-shaped reef, and the three together are sixty miles in length. In the Gilbert group some of the atolls have narrow strips of reef, like spurs, projecting from them. There occur also in parts of the open sea, a few linear and straight reefs, standing by themselves; and likewise some few reefs in the form of crescents, with their extremities more or less curled inwards. Now, the upward growth of a barrier-reef which fronted only one side of an island, or one side of an elongated island with its extremities (of which cases exist), would produce after the complete subsidence of the land, mere strips or crescent or hook-formed reefs: if the island thus partially fronted became divided during subsidence into two or more islands, these islands would be united together by linear reefs; and from the further growth of the coral along their shores together with subsidence, reefs of various forms might ultimately be produced, either atolls united together by linear reefs, or atolls with spurs projecting from them. Some, however, of the more simple forms above specified, might, as we have seen, be equally well produced by the coral perishing during</p> <p class="fnote">1. The same remark is, perhaps, applicable to the islands of Ollap, Fanadik, and Tamatam in the Caroline Archipelago, of which charts are given in the atlas of Duperrey's voyage: a line drawn through the linear reefs and lagoons of these three islands forms a semicircle. Consult also, the atlas of Lutk&eacute;'s voyage; and for the Marshall group that of Kotzebue; for the Gilbert group consult the atlas of Duperrey's voyage. Most of the points here referred to may, however, be seen in Krusenstern's general Atlas of the Pacific.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 85">page 85</a></p> <p>&nbsp;</p> <p>subsidence on part of the circumference of an atoll, whilst on the other parts it continued to grow up till it reached the surface.</p> <p><i>The Great Chagos Bank.</i>&mdash;I have already shown that the submerged condition of the Great Chagos Bank (<a href= "#Plate II">Plate II</a>, Fig. 1, with its section Fig. 2), and of some other banks in the Chagos group, may in all probability be attributed to the coral having perished before or during the movements of subsidence, to which this whole area by our theory has been subjected. The external rim or upper ledge (shaded in the chart), consists of dead coral-rock thinly covered with sand; it lies at an average depth of between five and eight fathoms, and perfectly resembles in form the annular reef of an atoll. The banks of the second level, the boundaries of which are marked by dotted lines in the chart, lie from about fifteen to twenty fathoms beneath the surface; they are several miles broad, and terminate in a very steep slope round the central expanse. This central expanse I have already described, as consisting of a level muddy flat between thirty and forty fathoms deep. The banks of the second level, might at first sight be thought analogous to the internal step-like ledge of coral- rock which borders the lagoons of some atolls, but their much greater width, and their being formed of sand, are points of essential difference. On the eastern side of the atoll some of the banks are linear and parallel, resembling islets in a great river, and pointed directly towards a great breach on the opposite side of the atoll; these are best seen in the large published chart. I inferred from this circumstance, that strong currents sometimes set directly across this vast bank; and I have since heard from Captain Moresby that this is the case. I observed, also, that the channels or breaches through the rim, were all of the same depth as the central lagoon-like space into which they lead; whereas the channels into the other atolls of the Chagos group, and as I believe into most other large atolls, are not nearly as deep as their lagoons: for instance at Peros Banhos, the channels are only of the same depth, namely between ten and twenty fathoms, as the bottom of the lagoon for a space about a mile and a half in width round its shores, whilst the central expanse of the lagoon is from thirty-five to forty fathoms deep. Now, if an atoll during a gradual subsidence once became entirely submerged, like the Great Chagos Bank, and therefore no longer exposed to the surf, very little sediment could be formed from it; and consequently the channels leading into the lagoon from not being filled up with drifted sand and coral detritus, would continue increasing in depth, as the whole sank down. In this case, we might expect that the currents of the open sea, instead of any longer sweeping round the submarine flanks, would flow directly through the breaches across the lagoon, removing in their course the finer sediment, and preventing its further accumulation. We should then have the submerged reef forming an external and upper rim of rock, and beneath this portion of the sandy bottom of the old lagoon, intersected by deep-water channels or breaches, and thus formed into separate marginal banks; and these would be cut off by steep slopes, overhanging the central space, worn down by the passage of the oceanic currents.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 86">page 86</a></p> <p>&nbsp;</p> <p>By these means, I have scarcely any doubt that the Great Chagos Bank has originated,&mdash;a structure which at first appeared to me far more anomalous than any I had met with. The process of formation is nearly the same with that, by which Mahlos Mahdoo had been trisected; but in the Chagos Bank the channels of the oceanic currents entering at several different quarters, have united in a central space.</p> <p>This great atoll-formed bank appears to be in an early stage of disseverment; should the work of subsidence go on, from the submerged and dead condition of the whole reef, and the imperfection of the south- east quarter a mere wreck would probably be left. The Pitt's Bank, situated not far southward, appears to be precisely in this state; it consists of a moderately level, oblong bank of sand, lying from 10 to 20 fathoms beneath the surface, with two sides protected by a narrow ledge of rock which is submerged between 5 and 8 fathoms. A little further south, at about the same distance as the southern rim of the Great Chagos Bank is from the northern rim, there are two other small banks with from 10 to 20 fathoms on them; and not far eastward soundings were struck on a sandy bottom, with between 110 and 145 fathoms. The northern portion with its ledge-like margin, closely resembles any one segment of the Great Chagos Bank, between two of the deep-water channels, and the scattered banks, southward appear to be the last wrecks of less perfect portions.</p> <p>I have examined with care the charts of the Indian and Pacific Oceans, and have now brought before the reader all the examples, which I have met with, of reefs differing from the type of the class to which they belong; and I think it has been satisfactorily shown, that they are all included in our theory, modified by occasional accidents which might have been anticipated as probable. In this course we have seen, that in the lapse of ages encircling barrier-reefs are occasionally converted into atolls, the name of atoll being properly applicable, at the moment when the last pinnacle of encircled land sinks beneath the surface of the sea. We have, also, seen that large atolls during the progressive subsidence of the areas in which they stand, sometimes become dissevered into smaller ones; at other times, the reef-building polypifers having entirely perished, atolls are converted into atoll-formed banks of dead rock; and these again through further subsidence and the accumulation of sediment modified by the force of the oceanic currents, pass into level banks with scarcely any distinguishing character. Thus may the history of an atoll be followed from its first origin, through the occasional accidents of its existence, to its destruction and final obliteration.</p> <p><i>Objections to the theory of the formation of atolls and barrier- reefs.</i>&mdash;The vast amount of subsidence, both horizontally or in area, and vertically or in depth, necessary to have submerged every mountain, even the highest, throughout the immense spaces of ocean interspersed with atolls, will probably strike most people as a formidable objection to my theory. But as continents, as large as the spaces supposed to have subsided, have been raised above the level of the sea,&mdash;as whole regions are now rising, for instance, in Scandinavia and South America,&mdash;and as</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 87">page 87</a></p> <p>&nbsp;</p> <p>no reason can be assigned, why subsidences should not have occurred in some parts of the earth's crust on as great a scale both in extent and amount as those of elevation, objections of this nature strike me as of little force. The remarkable point is that movements to such an extent should have taken place within a period, during which the polypifers have continued adding matter on and above the same reefs. Another and less obvious objection to the theory will perhaps be advanced from the circumstance, of the lagoons within atolls and within barrier-reefs never having become in any one instance during prolonged subsidences of a greater depth than sixty fathoms, and seldom more than forty fathoms; but we already admit, if the theory be worth considering, that the rate of subsidence has not exceeded that of the upward growth of the coral on the exterior margin; we are, therefore, only further required to admit, that the subsidence has not exceeded in rate the filling up of the interior spaces by the growth of the corals living there, and by the accumulation of sediment. As this filling up must take place very slowly within barrier-reefs lying far from the land, and within atolls which are of large dimensions and which have open lagoons with very few reefs, we are led to conclude that the subsidence thus counter-balanced, must have been slow in an extraordinary degree; a conclusion which accords with our only means, namely, with what is known of the rate and manner of recent elevatory movements, of judging by analogy what is the probable rate of subsidence.</p> <p>In this chapter it has, I think, been shown, that the theory of subsidence, which we were compelled to receive from the necessity of giving to the corals, in certain large areas, foundations at the requisite depth, explains both the normal structure and the less regular forms of those two great classes of reefs, which have justly excited the astonishment of all persons who have sailed through the Pacific and Indian Oceans. But further to test the truth of the theory, a crowd of questions will occur to the reader: Do the different kinds of reefs, which have been produced by the same kind of movement, generally lie within the same areas? What is their relation of form and position,&mdash;for instance, do adjoining groups of atolls, and the separate atolls in these groups, bear the same relation to each other which islands do in common archipelagoes? Have we reason to believe, that where there are fringing-reefs, there has not lately been subsidence; or, for it is almost our only way of ascertaining this point, are there frequently proofs of recent elevation? Can we by this means account for the presence of certain classes of reefs in some large areas, and their entire absence in others? Do the areas which have subsided, as indicated by the presence of atolls and barrier-reefs, and the areas which have remained stationary or have been upraised, as shown by fringing- reefs, bear any determinate relation to each other; and are the dimensions of these areas such as harmonise with the greatness of the subterranean changes, which, it must be supposed, have lately taken place beneath them? Is there any connection between the movements thus indicated, and recent volcanic action? All these questions ought to receive answers in accordance with the theory; and if this can be satisfactorily shown, not only is the theory</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 88">page 88</a></p> <p>&nbsp;</p> <p>confirmed, but as deductions, the answers are in themselves important. Under this latter point of view, these questions will be chiefly considered in the following chapter.<sup>1</sup></p> <p class="fnote">I may take this opportunity of briefly considering the appearances, which would probably be presented by a vertical and deep section across a coral formation (referring chiefly to an atoll), formed by the upward growth of coral during successive subsidences. This is a subject worthy of attention, as a means of comparison with ancient coral-strata. The circumferential parts would consist of massive species, in a vertical position, with their interstices filled up with detritus; but this would be the part most subject to subsequent denudation and removal. It is useless to speculate how large a portion of the exterior annular reef would consist of upright coral, and how much of fragmentary rock, for this would depend on many contingencies,&mdash;such as on the rate of subsidence, occasionally allowing a fresh growth of coral to cover the whole surface, and on the breakers having force sufficient to throw fragments over this same space. The conglomerate which composes the base of the islets, would (if not removed by denudation together with the exterior reef on which it rests) be conspicuous from the size of the fragments,&mdash;the different degrees in which they have been rounded,&mdash;the presence of fragments of conglomerate torn up, rounded, and recemented,&mdash;and from the oblique stratification. The corals which lived in the lagoon-reefs at each successive level, would be preserved upright, and they would consist of many kinds, generally much branched. In this part, however, a very large proportion of the rock (and in some cases nearly all of it) would be formed of sedimentary matter, either in an excessively fine, or in a moderately coarse state, and with the particles almost blended together. The conglomerate which was formed of rounded pieces of the branched corals, on the shores of the lagoon, would differ from that formed on the islets and derived from the outer coast; yet both might have accumulated very near each other. I have seen a conglomerate limestone from Devonshire like a conglomerate now forming on the shores of the Maldiva atolls. The stratification taken as a whole, would be horizontal; but the conglomerate beds resting on the exterior reef, and the beds of sandstone on the shores of the lagoon (and no doubt on the external flanks) would probably be divided (as at Keeling atoll and at Mauritius) by numerous layers dipping at considerable angles in different directions. The calcareous sandstone and coral-rock would almost necessarily contain innumerable shells, echini, and the bones of fish, turtle, and perhaps of birds; possibly, also, the bones of small saurians, as these animals find their way to the islands far remote from any continent. The large shells of some species of Tridacna would be found vertically imbedded in the solid rock, in the position in which they lived. We might expect also to find a mixture of the remains of pelagic and littoral animals in the strata formed in the lagoon, for pumice and the seeds of plants are floated from distant countries into the lagoons of many atolls: on the outer coast of Keeling atoll, near the mouth of the lagoon, the case of a pelagic Pteropodous animal was brought up on the arming of the sounding lead. All the loose blocks of coral on Keeling atoll were burrowed by vermiform animals; and as every cavity, no doubt, ultimately becomes filled with spathose limestone, slabs of the rock taken from a considerable depth, would, if polished, probably exhibit the excavations of such burrowing animals. The conglomerate and fine-grained beds of coral-rock would be hard, sonorous, white and composed of nearly pure calcareous</p> <p>&nbsp;</p> <hr> <p class="page"><a name="insert">insert</a></p> <p>&nbsp;</p> <center><font color="black" face="arial"><a name="Plate III"><i> Plate III</i></a>&mdash;Map showing the distribution of coral-reefs and active volcanoes.</font></center> <br> <center><img src="images/plate3a.jpg" width="457" height="473" alt= "Map showing distribution of coral-reefs and active volcanoes."> <br> <img src="images/plate3b.jpg" width="464" height="476" alt= "Map showing distribution of coral-reefs and active volcanoes."> <br> <img src="images/plate3c.jpg" width="490" height="478" alt= "Map showing distribution of coral-reefs and active volcanoes."> </center> <br> <p class="capt">The principles, on which this map was coloured, are explained in the beginning of Chapter VI; and the authorities for each particular spot are detailed in the Appendix to <i>Coral Reefs.</i> The names not printed in upper case in the Index refer to the Appendix.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 89">page 89</a></p> <p>&nbsp;</p> <center><b>Chapter VI<br> <br> ON THE DISTRIBUTION OF CORAL-REEFS WITH REFERENCE TO<br> THE THEORY OF THEIR FORMATION</b></center> <p class="intro">Description of the coloured map.&mdash;Proximity of atolls and barrier- reefs.&mdash; Relation in form and position of atolls with ordinary islands.&mdash;Direct evidence of subsidence difficult to be detected.&mdash;Proofs of recent elevation where fringing-reefs occur.&mdash;Oscillations of level.&mdash; Absence of active volcanoes in the areas of subsidence.&mdash;Immensity of the areas which have been elevated and have subsided.&mdash;Their relation to the present distribution of the land.&mdash;Areas of subsidence elongated, their intersection and alternation with those of elevation.&mdash;Amount and slow rate of the subsidence.&mdash;Recapitulation.</p> <p>It will be convenient to give here a short account of the appended map (Plate III):<sup>1</sup> a fuller one, with the data for colouring each spot, is reserved</p> <p class="fnote">matter; in some few parts, judging from the specimens at Keeling atoll, they would probably contain a small quantity of iron. Floating pumice and scori&aelig;, and occasionally stones transported in the root of trees (see my "Journal of Researches," page 549) appear the only sources, through which foreign matter is brought to coral-formations standing in the open ocean. The area over which sediment is transported from coral-reefs must be considerable: Captain Moresby informs me that during the change of monsoons the sea is discoloured to a considerable distance off the Maldiva and Chagos atolls. The sediment of fringing and barrier coral-reefs must be mingled with the mud, which is brought down from the land, and is transported seaward through the breaches, which occur in front of almost every valley. If the atolls of the larger archipelagoes were upraised, the bed of the ocean being converted into land, they would form flat- topped mountains, varying in diameter from a few miles (the smallest atolls being worn away) to sixty miles; and from being horizontally stratified and of similar composition, they would, as Mr. Lyell has remarked, falsely appear as if they had originally been united into one vast continuous mass. Such great strata of coral-rock would rarely be associated with erupted volcanic matter, for this could only take place, as may be inferred from what follows in the next chapter, when the area, in which they were situated, commenced to rise, or at least ceased to subside. During the enormous period necessary to effect an elevation of the kind just alluded to, the surface would necessarily be denuded to a great thickness; hence it is highly improbable that any fringing-reef, or even any barrier-reef, at least of those encircling small islands, would be preserved. From this same cause, the strata which were formed within the lagoons of atolls and lagoon-channels of barrier-reefs, and which must consist in a large part of sedimentary matter, would more often be preserved to future ages, than the exterior solid reef, composed of massive corals in an upright position; although it is on this exterior part that the present existence and further growth of atolls and barrier-reefs entirely depend.<br> <br> 1. Inasmuch as the coloured map would have proved too costly to be given in this series, the indications of colour have been replaced by numbers referring to the dotted groups of reefs, etc. The author's original wording, however, is retained in full, as it will be easy to refer to the map by the numbers, and thus the flow of the narrative is undisturbed.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 90">page 90</a></p> <p>&nbsp;</p> <p>for the Appendix; and every place there referred to may be found in the Index. A larger chart would have been desirable; but, small as the adjoined one is, it is the result of many months' labour. I have consulted, as far as I was able, every original voyage and map; and the colours were first laid down on charts on a larger scale. The same blue colour, with merely a difference in the depth of tint, is used for atolls or lagoon-islands, and barrier-reefs, for we have seen, that as far as the actual coral-formation is concerned, they have no distinguishing character. Fringing-reefs have been coloured red, for between them on the one hand, and barrier-reefs and atolls on the other, there is an important distinction with respect to the depth beneath the surface, at which we are compelled to believe their foundations lie. The two distinct colours, therefore, mark two great types of structure.</p> <p>The <i>dark blue colour</i> [represented by (3) in our plate] represents atolls and submerged annular reefs, with deep water in their centres. I have coloured as atolls, a few low and small coral-islands, without lagoons; but this has been done only when it clearly appeared that they originally contained lagoons, since filled up with sediment: when there were not good grounds for this belief, they have been left uncoloured.</p> <p>The <i>pale blue colour</i> [represented by (2)] represents barrier- reefs. The most obvious character of reefs of this class is the broad and deep- water moat within the reef: but this, like the lagoons of small atolls, is liable to become filled up with detritus and with reefs of delicately branched corals: when, therefore, a reef round the entire circumference of an island extends very far into a profoundly deep sea, so that it can hardly be confounded with a fringing-reef which must rest on a foundation of rock within a small depth, it has been coloured pale blue, although it does not include a deep-water moat: but this has only been done rarely, and each case is distinctly mentioned in the Appendix.</p> <p>The <i>red colour</i> (4) represents reefs fringing the land quite closely where the sea is deep, and where the bottom is gently inclined extending to a moderate distance from it, but not having a deep-water moat or lagoon-like space parallel to the shore. It must be remembered that fringing- reefs are frequently <i>breached</i> in front of rivers and valleys by deepish channels, where mud has been deposited. A space of thirty miles in width has been coloured round or in front of the reefs of each class, in order that the colours might be conspicuous on the appended map, which is reduced to so small a scale.</p> <p>The <i>vermillion spots</i>, and streaks (1) represent volcanoes now in action, or historically known to have been so. They are chiefly laid down from Von Buch's work on the Canary Islands; and my reasons for making a few alterations are given in the note below.<sup>1</sup></p> <p class="fnote">1. I have also made considerable use of the geological part of Berghaus' "Physical Atlas." Beginning at the eastern side of the Pacific, I have added to the number of the volcanoes in the southern part of the Cordillera, and have coloured Juan Fernandez according to observations collected during the voyage of the <i>Beagle</i> ("Geol. Trans.," vol. v, p. 601). I have added a volcano to Albemarle Island, one of the Galapagos Archipelago (the author's "Journal of Researches," p. 457). In the Sandwich group there are no active</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 91">page 91</a></p> <p>&nbsp;</p> <p>The uncoloured coasts consist, first and chiefly, of those, where there are no coral-reefs, or such small portions as to be quite insignificant. Secondly, of those coasts where there are reefs, but where the sea is very shallow, for in this case the reefs generally lie far from the land, and become very irregular, in their forms: where they have not become irregular, they have been coloured. thirdly, if I had the means of ascertaining the fact, I should not colour a reef merely coating the edges of a submarine crater, or of a level submerged bank; for such superficial</p> <p class="fnote">volcanoes, except at Hawaii; but the Rev. W. Ellis informs me, there are streams of lava apparently modern on Maui, having a very recent appearance, which can be traced to the craters whence they flowed. The same gentleman informs me, that there is no reason to believe that any active volcano exists in the Society Archipelago; nor are there any known in the Samoa or Navigator group, although some of the streams of lava and craters there appear recent. In the Friendly group, the Rev. J. Williams says ("Narrative of Missionary Enterprise," p. 29) that Toofoa and Proby Islands are active volcanoes. I infer from Hamilton's "Voyage in the <i>Pandora</i>" (p. 95), that Proby Island is synonymous with Onouafou, but I have not ventured to colour it. There can be no doubt respecting Toofoa, and Captain Edwards (Von Buch, p. 386) found the lava of recent eruption at Amargura still smoking. Berghaus marks four active volcanoes actually within the Friendly group; but I do not know on what authority: I may mention that Maurelle describes Latte as having a burnt-up appearance: I have marked only Toofoa and Amargura. South of the New Hebrides lies Matthews Rock, which is drawn and described as an active crater in the "Voyage of the <i>Astrolabe</i>." Between it and the volcano on the eastern side of New Zealand, lies Brimstone Island, which from the high temperature of the water in the crater, may be ranked as active (Berghaus "Vorbemerk," II Lief. S. 56). Malte Brun, vol. xii, p. 231, says that there is a volcano near port St. Vincent in New Caledonia. I believe this to be an error, arising from a smoke seen on the <i>opposite</i> coast by Cook ("Second Voyage," vol. ii, p. 23) which smoke went out at night. The Mariana Islands, especially the northern ones, contain many craters (see Freycinet's "Hydrog. Descript.") which are not active. Von Buch, however, states (p. 462) on the authority of La Peyrouse, that there are no less than seven volcanoes between these islands and Japan. Gemelli Creri (Churchill's "Collect." vol. iv, p. 458), says there are two active volcanoes in latitude 23&deg; 30', and in latitude 24&deg;: but I have not coloured them. From the statements in Beechey's "Voyage" (p. 518, 4to edit.) I have coloured one in the northern part of the Bonin group. M. S. Julien has clearly made out from Chinese manuscripts not very ancient ("Comptes Rendus," 1840, p. 832), that there are two active volcanoes on the eastern side of Formosa. In Torres Straits, on Cap Island (9&deg; 48' S., 142&deg; 39' E.) a volcano was seen burning with great violence in 1793 by Captain Bampton (see Introduction to Flinders' "Voyage," p. 41). Mr. M'Clelland (Report of Committee for investigating Coal in India, p. 39) has shown that the volcanic band passing through Barren Island must be extended northwards. It appears by an old chart, that Cheduba was once an active volcano (see also <i> Silliman's North American Journal</i>, vol. xxxviii, p. 385). In Berghaus' "Phys. Atlas," 1840, No. 7 of Geological Part, a volcano on the coast of Pondicherry is said to have burst forth in 1757. Ordinaire ("Hist. Nat. des Volcans," p. 218) says that there is one at the mouth of the Persian Gulf, but I have not coloured it,</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 92">page 92</a></p> <p>&nbsp;</p> <p>formations differ essentially, even when not in external appearance, from reefs whose foundations as well as superficies have been wholly formed by the growth of coral. Fourthly, in the Red Sea, and within some parts of the East Indian Archipelago (if the imperfect charts of the latter can be trusted), there are many scattered reefs, of small size, represented in the chart by mere dots, which rise out of deep water: these cannot be arranged under either of the three classes: in the Red Sea, however, some of these little reefs, from their position, seem once to have formed parts of a continuous barrier. There exist, also, scattered in the open ocean, some linear and irregularly formed strips of coral-reef, which, as shown in the last chapter, are probably allied in their origin to atolls; but as they do not belong to that class, they have not been coloured; they are very few in number and of insignificant dimensions. Lastly, some reefs are left uncoloured from the want of information respecting them, and some because they are of an intermediate structure between the barrier and fringing classes. The value of the map is lessened, in proportion to the number of reefs which I have been obliged to leave uncoloured, although, in a theoretical point of view, few of them present any great difficulty: but their number is not very great, as will be found by comparing the map with the statements in the Appendix. I have experienced more difficulty in colouring fringing-reefs than in colouring barrier-reefs, as the former, from their much less dimensions, have less attracted the attention of navigators. As I have had to seek my information from all kinds of sources, and often from indirect ones, I do not venture to hope that the map is free from many errors. Nevertheless, I trust it will give an approximately correct view of the general distribution of the coral- reefs over the whole world (with the exception of some fringing-reefs on the coast of Brazil, not included within the limits of the map), and of their arrangement into the three great classes, which, though necessarily very imperfect from the nature of the objects classified, have been adopted by most voyagers. I may further remark, that the dark blue colour represents land entirely composed of coral-rock; the pale blue, land with a wide and thick border of coral-rock; and the red, a mere narrow fringe of coral-rock.</p> <p>Looking now at the map under the theoretical point of view indicated in the last chapter, the two blue tints signify that the foundations of the reefs thus coloured have subsided to a considerable amount, at a slower rate than that of the upward growth of the corals, and that probably in many cases they are still subsiding. The red signifies that the shores which support fringing-reefs have not subsided (at least to any considerable</p> <p class="fnote">as he gives no particulars. A volcano in Amsterdam, or St. Paul's, in the southern part of the Indian Ocean, has been seen (<i>Naut. Mag.</i> 1838, p. 842) in action. Dr. J. Allan, of Forres, informs me in a letter, that when he was at Joanna, he saw at night flames apparently volcanic, issuing from the chief Comoro Island, and that the Arabs assured him that they were volcanic, adding that the volcano burned more during the wet season. I have marked this as a volcano, though with some hesitation, on account of the possibility of the flame arising from gaseous sources.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 93">page 93</a></p> <p>&nbsp;</p> <p>amount, for the effects of a subsidence on a small scale would in no case be distinguishable); but that they have remained nearly stationary since the period when they first became fringed by reefs; or that they are now rising or have been upraised, with new lines of reefs successively formed on them: these latter alternatives are obviously implied, as newly formed lines of shore, after elevations of the land, would be in the same state with respect to the growth of fringing-reefs, as stationary coasts. If during the prolonged subsidence of a shore, coral-reefs grew for the first time on it, or if an old barrier-reef were destroyed and submerged, and new reefs became attached to the land, these would necessarily at first belong to the fringing class, and, therefore, be coloured red, although the coast was sinking: but I have no reason to believe, that from this source of error, any coast has been coloured wrongly with respect to movement indicated. Well characterised atolls and encircling barrier- reefs, where several occur in a group, or a single barrier-reef if of large dimensions, leave scarcely any doubt on the mind respecting the movement by which they have been produced; and even a small amount of subsequent elevation is soon betrayed. The evidence from a single atoll or a single encircling barrier-reef, must be received with some caution, for the former may possibly be based upon a submerged crater or bank, and the latter on a submerged margin of sediment, or of worn- down rock. From these remarks we may with greater certainty infer that the spaces, especially the larger ones, tinted blue in the map, have subsided, than that the red spaces have remained stationary, or have been upraised.</p> <p><i>On the grouping of the different classes of reefs.</i>&mdash;Having made these preliminary remarks, I will consider first how far the grouping of the different kinds of coral- islands and reefs is corroborative of the truth of the theory. A glance at the map shows that the reefs, coloured blue and red, produced under widely different conditions, are not indiscriminately mixed together. Atolls and barrier-reefs, on the other hand, as may be seen by the two blue tints, generally lie near each other; and this would be the natural result of both having been produced during the subsidence of the areas in which they stand. Thus, the largest group of encircled islands is that of the Society Archipelago; and these islands are surrounded by atolls, and only separated by a narrow space from the large group of Low atolls. In the midst of the Caroline atolls, there are three fine encircled islands. The northern point of the barrier-reef of New Caledonia seems itself, as before remarked, to form a complete large atoll. The great Australian barrier is described as including both atolls and small encircled islands. Captain King<sup>1</sup> mentions many atoll-formed and encircling coral-reefs, some of which lie within the barrier, and others may be said (for instance between lat. 16&deg; and 13&deg;) to form part of it. Flinders<sup>2</sup> has described an atoll-formed reef in lat. 10&deg;, seven miles long and from one to three broad, resembling a boot in shape, with apparently very deep water</p> <p class="fnote">1. Sailing directions, appended to vol. ii of his "Surveying Voyage to Australia."<br> 2. "Voyage to Terra Australis," vol. ii, p. 336.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 94">page 94</a></p> <p>&nbsp;</p> <p>within. Eight miles westward of this, and forming part of the barrier, lie the Murray Islands, which are high and are encircled. In the Corallian Sea, between the two great barriers of Australia and New Caledonia, there are many low islets and coral- reefs, some of which are annular, or horse-shoe shaped. Observing the smallness of the scale of the map, the parallels of latitude being nine hundred miles apart, we see that none of the large groups of reefs and islands supposed to have been produced by long-continued subsidence, lie near extensive lines of coast coloured red, which are supposed to have remained stationary since the growth of their reefs, or to have been upraised and new lines of reefs formed on them. Where the red and blue circles do occur near each other, I am able, in several instances, to show that there have been oscillations of level, subsidence having preceded the elevation of the red spots; and elevation having preceded the subsidence of the blue spots: and in this case the juxtaposition of reefs belonging to the two great types of structure is little surprising. We may, therefore, conclude that the proximity in the same areas of the two classes of reefs, which owe their origin to the subsidence of the earth's crust, and their separation from those formed during its stationary or uprising condition, holds good to the full extent, which might have been anticipated by our theory.</p> <p>As groups of atolls have originated in the upward growth, at each fresh sinking of the land, of those reefs which primarily fringed the shores of one great island, or of several smaller ones; so we might expect that these rings of coral-rock, like so many rude outline charts, will still retain some traces of the general form, or at least general range, of the land, round which they were first modelled. That this is the case with the atolls in the Southern Pacific as far as their range is concerned, seems highly probable, when we observe that the three principal groups are directed in north-west and south-east lines, and that nearly all the land in the S. Pacific ranges in this same direction; namely, N. Western Australia, New Caledonia, the northern half of New Zealand, the New Hebrides, Saloman, Navigator, Society, Marquesas, and Austral archipelagoes: in the Northern Pacific, the Caroline atolls abut against the north-west line of the Marshall atolls, much in the same manner as the east and west line of islands from Ceram to New Britain do on New Ireland: in the Indian Ocean the Laccadive and Maldiva atolls extend nearly parallel to the western and mountainous coast of India. In most respects, there is a perfect resemblance with ordinary islands in the grouping of atolls and in their form: thus the outline of all the larger groups is elongated; and the greater number of the individual atolls are elongated in the same direction with the group, in which they stand. The Chagos group is less elongated than is usual with other groups, and the individual atolls in it are likewise but little elongated; this is strikingly seen by comparing them with the neighbouring Maldiva atolls. In the Marshall and Maldiva archipelagoes, the atolls are ranged in two parallel lines, like the mountains in a great double mountain-chain. Some of the atolls, in the larger archipelagoes, stand so near to each other, and have such an evident relationship in</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 95">page 95</a></p> <p>&nbsp;</p> <p>form, that they compose little sub-groups: in the Caroline Archipelago, one such sub-group consists of Pouynipete, a lofty island encircled by a barrier-reef, and separated by a channel only four miles and a half wide from Andeema atoll, with a second atoll a little further off. In all these respects an examination of a series of charts will show how perfectly groups of atolls resemble groups of common islands.</p> <p><i>On the direct evidence of the blue spaces in the map having subsided during the upward growth of the reefs so coloured, and of the red spaces having remained stationary, or having been upraised.</i>&mdash;With respect to subsidence, I have shown in the last chapter, that we cannot expect to obtain in countries inhabited only by semi-civilised races, demonstrative proofs of a movement, which invariably tends to conceal its own evidence. But on the coral-islands supposed to have been produced by subsidence, we have proofs of changes in their external appearance&mdash;of a round of decay and renovation&mdash;of the last vestiges of land on some&mdash;of its first commencement on others: we hear of storms desolating them to the astonishment of their inhabitants: we know by the great fissures with which some of them are traversed, and by the earthquakes felt under others, that subterranean disturbances of some kind are in progress. These facts, if not directly connected with subsidence, as I believe they are, at least show how difficult it would be to discover proofs of such movement by ordinary means. At Keeling atoll, however, I have described some appearances, which seem directly to show that subsidence did take place there during the late earthquakes. Vanikoro, according to Chevalier Dillon,<sup>1</sup> is often violently shaken by earthquakes, and there, the unusual depth of the channel between the shore and the reef,&mdash;the almost entire absence of islets on the reef,&mdash;its wall-like structure on the inner side, and the small quantity of low alluvial land at the foot of the mountains, all seem to show that this island has not remained long at its present</p> <p class="fnote">1. See Captain Dillon's "Voyage in search of La Peyrouse." M. Cordier in his "Report on the Voyage of the 'Astrolabe'" (p. cxi, vol. i), speaking of Vanikoro, says the shores are surrounded by reefs of madrepore, "qu'on assure etre de formation tout-a-fait moderne." I have in vain endeavoured to learn some further particulars about this remarkable passage. I may here add, that according to our theory, the island of Pouynipete (<a href="#Plate I">Plate I</a>, Fig. 7), in the Caroline Archipelago, being encircled by a barrier-reef, must have subsided. In the <i> New S. Wales Lit. Advert.</i> February 1835 (which I have seen through the favour of Dr. Lloghtsky), there is an account of this island (subsequently confirmed by Mr. Campbell), in which it is said, "At the N.E. end, at a place called Tamen, there are ruins of a town, <i>now only</i> accessible by boats, the waves <i>reaching to the steps of the houses.</i>" Judging from this passage, one would be tempted to conclude that the island must have subsided, since these houses were built. I may, also, here append a statement in Malte Brun (vol. ix, p. 775, given without any authority), that the sea gains in an extraordinary manner on the coast of Cochin China, which lies in front and near the subsiding coral-reefs in the China Sea: as the coast is granitic, and not alluvial, it is scarcely possible that the encroachment of the sea can be owing to the washing away of the land; and if so, it must be due to subsidence.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 96">page 96</a></p> <p>&nbsp;</p> <p>level, with the lagoon-channel subjected to the accumulation of sediment, and the reef to the wear and tear of the breakers. At the Society Archipelago, on the other hand, where a slight tremor is only rarely felt, the shoaliness of the lagoon-channels round some of the islands, the number of islets formed on the reefs of others, and the broad belt of low land at the foot of the mountains, indicate that, although there must have been great subsidence to have produced the barrier-reefs, there has since elapsed a long stationary period.<sup>1</sup></p> <p class="quote">1. Mr. Couthouy states ("Remarks," p. 44) that at Tahiti and Eimeo the space between the reef and the shore has been nearly filled up by the extension of those coral-reefs, which within most barrier-reefs merely fringe the land. From this circumstance, he arrives at the same conclusion as I have done, that the Society Islands since their subsidence, have remained stationary during a long period; but he further believes that they have recently commenced rising, as well as the whole area of the Low Archipelago. He does not give any detailed proofs regarding the elevation of the Society Islands, but I shall refer to this subject in another part of this chapter. Before making some further comments, I may observe how satisfactory it is to me, to find Mr. Couthouy affirming, that "having personally examined a large number of coral-islands, and also residing eight months among the volcanic class, having shore and partially encircling reefs, I may be permitted to state that my own observations have impressed a conviction of the correctness of the theory of Mr. Darwin."</p> <p class="quote">This gentleman believes, that subsequently to the subsidence by which the atolls in the Low Archipelago were produced, the whole area has been elevated to the amount of a few feet; this would indeed be a remarkable fact; but as far as I am able to judge, the grounds of his conclusion are not sufficiently strong. He states that he found in almost every atoll which he visited, the shores of the lagoon raised from eighteen to thirty inches above the sea-level, and containing imbedded Tridacn&aelig; and corals standing as they grew; some of the corals were dead in their upper parts, but below a certain line they continued to flourish. In the lagoons, also, he frequently met with clusters of Madrepore, with their extremities standing from one inch to a foot above the surface of the water. Now, these appearances are exactly what I should have expected, without any subsequent elevation having taken place; and I think Mr. Couthouy has not borne in mind the indisputable fact, that corals, when constantly bathed by the surf, can exist at a higher level than in quite tranquil water, as in a lagoon. As long, therefore, as the waves continued at low water to break entirely over parts of the annular reef of an atoll, submerged to a small depth, the corals and shells attached on these parts might continue living at a level above the smooth surface of the lagoon, into which the waves rolled; but as soon as the outer edge of the reef grew up to its utmost possible height, or if the reef were very broad nearly to that height, the force of the breakers would be checked, and the corals and shells on the inner parts near the lagoon would occasionally be left dry, and thus be partially or wholly destroyed. Even in atolls, which have not lately subsided, if the outer margin of the reef continued to increase in breadth seaward (each fresh zone of corals rising to the same vertical height as at Keeling atoll), the line where the waves broke most heavily would advance outwards, and therefore the corals, which when living near the margin, were washed by</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 97">page 97</a></p> <p>&nbsp;</p> <p>Turning now to the red colour; as on our map, the areas which have sunk slowly downwards to great depths are many and large, we might naturally have been led to conjecture, that with such great changes of level in progress, the coasts which have been fringed probably for ages (for we have no reason to believe that coral-reefs are of short duration), would not have remained all this time stationary, but would frequently</p> <p class="quote">the breaking waves during the whole of each tide, would cease being so, and would therefore be left on the backward part of the reef standing exposed and dead. The case of the madrepores in the lagoons with the tops of their branches exposed, seems to be an analogous fact, to the great fields of dead but upright corals in the lagoon of Keeling atoll; a condition of things which I have endeavoured to show, has resulted from the lagoon having become more and more enclosed and choked up with reefs, so that during high winds, the rising of the tide (as observed by the inhabitants) is checked, and the corals, which had formerly grown to the greatest possible height, are occasionally exposed, and thus are killed: and this is a condition of things, towards which almost every atoll in the intervals of its subsidence must be tending. Or if we look to the state of an atoll directly after a subsidence of some fathoms, the waves would roll heavily over the entire circumference of the reef, and the surface of the lagoon would, like the ocean, never be quite at rest, and therefore the corals in the lagoon, from being constantly laved by the rippling water, might extend their branches to a little greater height than they could, when the lagoon became enclosed and protected. Christmas atoll (2&deg; N. lat.) which has a very shallow lagoon, and differs in several respects from most atolls, possibly may have been elevated recently; but its highest part appears (Couthouy, p. 46) to be only ten feet above the sea- level. The facts of a second class, adduced by Mr. Couthouy, in support of the alleged recent elevation of the Low Archipelago, are not all (especially those referring to a shelf of rock) quite intelligible to me; he believes that certain enormous fragments of rock on the reef, must have been moved into their present position, when the reef was at a lower level; but here again the force of the breakers on any inner point of the reef being diminished by its outward growth without any change in its level, has not, I think, been borne in mind. We should, also, not overlook the occasional agency of waves caused by earthquakes and hurricanes. Mr. Couthouy further argues, that since these great fragments were deposited and fixed on the reef, they have been elevated; he infers this from the greatest amount of erosion not being near their bases, where they are unceasingly washed by the reflux of the tides, but at some height on their sides, near the line of high-water mark, as shown in an accompanying diagram. My former remark again applies here, with this further observation, that as the waves have to roll over a wide space of reef before they reach the fragments, their force must be greatly increased with the increasing depth of water as the tide rises, and therefore I should have expected that the chief line of present erosion would have coincided with the line of high-water mark; and if the reef had grown outwards, that there would have been lines of erosion at greater heights. The conclusion, to which I am finally led by the interesting observations of Mr. Couthouy is, that the atolls in the Low Archipelago have, like the Society Islands, remained at a stationary level for a long period: and this probably is the ordinary course of events, subsidence supervening after long intervals of rest.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 98">page 98</a></p> <p>&nbsp;</p> <p>have undergone movements of elevation. This supposition, we shall immediately see, holds good to a remarkable extent; and although a stationary condition of the land can hardly ever be open to proof, from the evidence being only negative, we are, in some degree, enabled to ascertain the correctness of the parts coloured red on the map, by the direct testimony of upraised organic remains of a modern date. Before going into the details on this head (printed in small type), I may mention, that when reading a memoir on coral formations by MM. Quoy and Gaimard* I was astonished to find, for I knew that they had crossed both the Pacific and Indian Oceans, that their descriptions were applicable only to reefs of the fringing class; but my astonishment ended satisfactorily, when I discovered that, by a strange chance, all the islands which these eminent naturalists had visited, though several in number, namely, the Mauritius, Timor, New Guinea, the Mariana, and Sandwich Archipelagoes, could be shown by their own statements to have been elevated within a recent geological era.</p> <p class="fnote">* "Annales des Sciences Nat." tom. vi, p. 279, etc.</p> <p class="quote">In the eastern half of the Pacific, the <i> Sandwich Islands</i> are all fringed, and almost every naturalist who has visited them, has remarked on the abundance of elevated corals and shells, apparently identical with living species. The Rev. W. Ellis informs me, that he has noticed round several parts of Hawaii, beds of coral-detritus, about twenty feet above the level of the sea, and where the coast is low they extend far inland. Upraised coral-rock forms a considerable part of the borders of Oahu; and at Elizabeth Island<sup>1</sup> it composes three strata, each about ten feet thick. Nihau, which forms the northern, as Hawaii does the southern end of the group (350 miles in length), likewise seems to consist of coral and volcanic rocks. Mr. Couthouy<sup>2</sup> has lately described with interesting details, several upraised beaches, ancient reefs with their surfaces perfectly preserved, and beds of recent shells and corals, at the islands of Maui, Morokai, Oahu, and Tauai (or Kauai) in this group. Mr. Pierce, an intelligent resident at Oahu, is convinced, from changes which have taken place within his memory, during the last sixteen years, "that the elevation is at present going forward at a very perceptible rate." The natives at Kauai state that the land is there gaining rapidly on the sea, and Mr. Couthouy has no doubt, from the nature of the strata, that this has been effected by an elevation of the land.</p> <p class="quote">In the southern part of the Low Archipelago, Elizabeth Island is described by Captain Beechey,<sup>3</sup> as being quite flat, and about eighty feet in height; it is entirely composed of dead corals, forming a honeycombed, but compact rock. In cases like this, of an island having exactly the appearance, which the elevation of any one of the smaller surrounding atolls with a shallow lagoon would present, one is led to conclude (with little better reason, however, than the improbability of such small and low fabrics lasting, for an immense period, exposed to the many destroying agents of nature), that the elevation has taken place at an epoch not geologically remote. When merely the surface of an island of ordinary formation is strewed with marine</p> <p class="fnote2">1. "Zoology of Captain Beechey's Voyage," p. 176. See also MM. Quoy and Gaimard in "Annales de Scien. Nat." tom. vi.<br> 2. "Remarks on Coral Formations," p. 51.<br> 3. Beechey's "Voyage in the Pacific," p. 46, 4to ed.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 99">page 99</a></p> <p>&nbsp;</p> <p class="quote">bodies, and that continuously, or nearly so, from the beach to a certain height, and not above that height, it is exceedingly improbable that such organic remains, although they may not have been specially examined, should belong to any ancient period. It is necessary to bear these remarks in mind, in considering the evidence of the elevatory movements in the Pacific and Indian Oceans, as it does not often rest on specific determinations, and therefore should be received with caution. Six of the <i>Cook and Austral Islands</i> (S.W. of the Society group), are fringed; of these, five were described to me by the Rev. J. Williams, as formed of coral-rock, associated with some basalt in Mangaia), and the sixth as lofty and basaltic. Mangaia is nearly three hundred feet high, with a level summit; and according to Mr. S. Wilson<sup>1</sup> it is an upraised reef; "and there are in the central hollow, formerly the bed of the lagoon, many scattered patches of coral- rock, some of them raised to a height of forty feet." These knolls of coral- rock were evidently once separate reefs in the lagoon of an atoll. Mr. Martens, at Sydney, informed me that this island is surrounded by a terrace-like plain at about the height of a hundred feet, which probably marks a pause in its elevation. From these facts we may infer, perhaps, that the Cook and Austral Islands have been upheaved at a period probably not very remote.</p> <p class="quote"><i>Savage Island</i> (S.E. of the Friendly group), is about forty feet in height. Forster<sup>2</sup> describes the plants as already growing out of the dead, but still upright and spreading trees of coral; and the younger Forster<sup>3</sup> believes that an ancient lagoon is now represented by a central plain; here we cannot doubt that the elevatory forces have recently acted. The same conclusion may be extended, though with somewhat less certainty, to the islands of the <i>friendly group</i>, which have been well described in the second and third voyages of Cook. The surface of Tongatabou is low and level, but with some parts a hundred feet high; the whole consists of coral-rock, "which yet shows the cavities and irregularities worn into it by the action of the tides."<sup>4</sup> On Eoua the same appearances were noticed at an elevation of between two hundred and three hundred feet. Vavao, also, at the opposite or northern end of the group, consists, according to the Rev. J. Williams, of coral-rock. Tongatabou, with its northern extensive reefs, resembles either an upraised atoll with one half originally imperfect, or one unequally elevated; and Anamouka, an atoll equally elevated. This latter island contains<sup>5</sup> in its centre a salt-water lake, about a mile-and-a-half in diameter, without any communication with the sea, and around it the land rises gradually like a bank; the highest part is only between twenty and thirty feet; but on this part, as well as on the rest of the land (which, as Cook observes, rises above the height of true lagoon-islands), coral-rock, like that on the beach, was found. In the <i>Navigator Archipelago</i>, Mr. Couthouy<sup>6</sup> found on Manua many and very large fragments of coral at the height of eighty feet, "on a steep hill-side, rising half a mile inland from a low sandy plain abounding in marine remains." The fragments were embedded in a mixture of decomposed lava and sand. It is not stated whether they were accompanied by shells, or whether the corals resembled recent species; as these</p> <p class="fnote2">1. Couthouy's "Remarks," p. 34.<br> 2. "Observations made during Voyage round the World," p. 147.<br> 3. "Voyage," vol. ii, p. 163.<br> 4. Cook's "Third Voyage" (4to ed.), vol. i, p. 314.<br> 5. <i>Ibid</i>., vol. i, p. 235.<br> 6. "Remarks on Coral-Formations," p. 50.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 100">page 100</a></p> <p>&nbsp;</p> <p class="quote">remains were embedded they possibly may belong to a remote epoch; but I presume this was not the opinion of Mr. Couthouy. Earthquakes are very frequent in this archipelago.</p> <p class="quote">Still proceeding westward we come to the <i>New Hebrides</i>; on these islands, Mr. G. Bennett (author of "Wanderings in New South Wales"), informs me he found much coral at a great altitude, which he considered of recent origin. Respecting <i>Santa Cruz</i>, and the <i>Solomon Archipelago</i>, I have no information; but at New Ireland, which forms the northern point of the latter chain, both Labillardiere and Lesson have described large beds of an apparently very modern madreporitic rock, with the form of the corals little altered. The latter author<sup>1</sup> states that this formation composes a newer line of coast, modelled round an ancient one. There only remains to be described in the Pacific, that curved line of fringed islands, of which the <i> Marianas</i> form the main part. Of these Guam, Rota, Tiniam, Saypan, and some islets farther north, are described by Quoy and Gaimard,<sup>2</sup> and Chamisso,<sup>3</sup> as chiefly composed of madreporitic limestone, which attains a considerable elevation, and is in several cases worn into successively rising cliffs: the two former naturalists seem to have compared the corals and shells with the existing ones, and state that they are of recent species. <i>Fais</i>, which lies in the prolonged line of the Marianas, is the only island in this part of the sea which is fringed; it is ninety feet high, and consists entirely of madreporitic rock.<sup>4</sup></p> <p class="quote">In the <i>East Indian Archipelago</i>, many authors have recorded proofs of recent elevation. M. Lesson<sup>5</sup> states, that near Port Dory, on the north coast of New Guinea, the shores are flanked, to the height of 150 feet, by madreporitic strata of modern date. He mentions similar formations at Waigiou, Amboina, Bourou, Ceram, Sonda, and Timor: at this latter place, MM. Quoy and Gaimard<sup>6</sup> have likewise described the primitive rocks, as coated to a considerable height with coral. Some small islets eastward of Timor are said in Kolff's "Voyage,"<sup>7</sup> to resemble small coral islets upraised some feet above the sea. Dr. Malcolmson informs me that Dr. Hardie found in JAVA an extensive formation, containing an abundance of shells, of which the greater part appear to be of existing species. Dr. Jack<sup>8</sup> has described some upraised shells and corals, apparently recent, on Pulo Nias off <i>Sumatra</i>; and Marsden relates in his history of this great island, that the names of many promontories, show that they were originally islands. On part of the west</p> <p class="fnote2">1. "Voyage de la <i>Coquille</i>," Part. Zoolog.<br> 2. Freycinet's "Voyage autour du Monde." See also the "Hydrographical Memoir," p. 215.<br> 3. Kotzebue's "First Voyage."<br> 4. Lutk&eacute;'s "Voyage," vol. ii, p. 304.<br> 5. Partie Zoolog., "Voyage de la <i>Coquille</i>."<br> 6. "Ann. des Scien. Nat." tom. vi, p. 281.<br> 7. Translated by Windsor Earl, chapters vi, vii.<br> 8. "Geolog. Transact." 2nd series, vol. i, p. 403. On the Peninsula of Malacca, in front of Pinang, 5&deg; 30' N., Dr. Ward collected some shells, which Dr. Malcolmson informs me, although not compared with existing species, had a recent appearance. Dr. Ward describes in this neighbourhood ("Trans. Asiat. Soc." vol. xviii, part ii, p. 166) a single water-worn rock, with a conglomerate of sea-shells at its base, situated six miles inland, which, according to the traditions of the natives, was once surrounded by the sea. Captain Low has also described (<i>Ibid</i>., part i, p. 131) mounds of shells lying two miles inland on this line of coast.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 101">page 101</a></p> <p>&nbsp;</p> <p class="quote">coast of <i>Borneo</i> and at the <i>Sooloo Islands</i>, the form of the land, the nature of the soil, and the water-washed rocks, present appearances<sup>1</sup> (although it is doubtful whether such vague evidence is worthy of mention), of having recently been covered by the sea; and the inhabitants of the Sooloo Islands believe that this has been the case. Mr. Cuming, who has lately investigated, with so much success, the natural history of the <i>Philippines</i>, found near Cabagan, in Luzon, about fifty feet above the level of the R. Cagayan, and seventy miles from its mouth, a large bed of fossil shells: these, he informs me, are of the same species with those now existing on the shores of the neighbouring islands. From the accounts given us by Captain Basil Hall and Captain Beechey<sup>2</sup> of the lines of inland reefs, and walls of coral-rock worn into caves, above the present reach of the waves, at the <i>Loo Choo</i> Islands, there can be little doubt that they have been upraised at no very remote period.</p> <p class="quote">Dr. Davy<sup>3</sup> describes the northern province of <i>Ceylon</i> as being very low, and consisting of a limestone with shells and corals of very recent origin; he adds, that it does not admit of a doubt that the sea has retired from this district even within the memory of man. There is also some reason for believing that the western shores of India, north of Ceylon, have been upraised within the recent period.<sup>4</sup> <i>Mauritius</i> has certainly been upraised within the recent period, as I have stated in the chapter on fringing-reefs. The northern extremity of <i>Madagascar</i> is described by Captain Owen<sup>5</sup> as formed of madreporitic rock, as likewise are the shores and outlying islands along an immense space of <i> Eastern Africa</i>, from a little north of the equator for nine hundred miles southward. Nothing can be more vague than the expression "madreporitic rock;" but at the same time it is, I think, scarcely possible to look at the chart of the linear islets, which rise to a greater height than can be accounted for by the growth of coral, in front of the coast, from the equator to 2&deg; S., without feeling convinced that a line of fringing-reefs has been elevated at a period so recent, that no great changes have since taken place on the surface of this part of the globe. Some, also, of the</p> <p class="fnote2">1. "Notices of the East Indian Arch." Singapore, 1828, p. 6, and Append., p. 43.<br> 2. Captain B. Hall, "Voyage to Loo Choo," Append., pp. xxi and xxv. Captain Beechey's "Voyage," p. 496.<br> 3. "Travels in Ceylon," p. 13. This madreporitic formation is mentioned by M. Cordier in his report to the Institute (May 4th, 1839), on the voyage of the <i>Chevrette</i>, as one of immense extent, and belonging to the latest tertiary period.<br> 4. Dr. Benza, in his "Journey through the N. Circars" (the <i> Madras Lit. and Scient. Journ.</i> vol. v.) has described a formation with recent fresh-water and marine shells, occurring at the distance of three or four miles from the present shore. Dr. Benza, in conversation with me, attributed their position to a rise of the land. Dr. Malcolmson, however (and there cannot be a higher authority on the geology of India) informs me that he suspects that these beds may have been formed by the mere action of the waves and currents accumulating sediment. From analogy I should much incline to Dr. Benza's opinion.<br> 5. Owen's "Africa," vol. ii, p. 37, for Madagascar; and for S. Africa, vol. i, pp. 412 and 426. Lieutenant Boteler's narrative contains fuller particulars regarding the coral-rock, vol. i, p. 174, and vol. ii, pp. 41 and 54. See also Ruschenberger's "Voyage round the World," vol. i, p. 60.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 102">page 102</a></p> <p>&nbsp;</p> <p class="quote">higher islands of madreporitic rock on this coast, for instance Pemba, have very singular forms, which seem to show the combined effect of the growth of coral round submerged banks, and their subsequent upheaval. Dr. Allan informs me that he never observed any elevated organic remains on the <i>Seychelles</i>, which come under our fringed class.</p> <p class="quote">The nature of the formations round the shores of the <i>Red Sea</i>, as described by several authors, shows that the whole of this large area has been elevated within a very recent tertiary epoch. A part of this space in the appended map, is coloured blue, indicating the presence of barrier-reefs: on which circumstance I shall presently make some remarks. R&uuml;ppell<sup>1</sup> states that the tertiary formation, of which he has examined the organic remains, forms a fringe along the shores with a uniform height of from thirty and forty feet from the mouth of the Gulf of Suez to about latitude 26&deg;; but that south of 26&deg;, the beds attain only the height of from twelve to fifteen feet. This, however, can hardly be quite accurate; although possibly there may be a decrease in the elevation of the shores in the middle parts of the Red Sea, for Dr. Malcolmson (as he informs me) collected from the cliffs of Camaran Island (lat. 15&deg; 30' S.) shells and corals, apparently recent, at a height between thirty and forty feet; and Mr. Salt ("Travels in Abyssinia") describes a similar formation a little southward on the opposite shore at Amphila. Moreover, near the mouth of the Gulf of Suez, although on the coast opposite to that on which Dr. R&uuml;ppell says that the modern beds attain a height of only thirty to forty feet, Mr. Burton<sup>2</sup> found a deposit replete with existing species of shells, at the height of 200 feet. In an admirable series of drawings by Captain Moresby, I could see how continuously the cliff-bounded low plains of this formation extended with a nearly equable height, both on the eastern and western shores. The southern coast of Arabia seems to have been subjected to the same elevatory movement, for Dr. Malcolmson found at Sahar low cliffs containing shells and corals, apparently of recent species.</p> <p class="quote">The <i>Persian Gulf</i> abounds with coral-reefs; but as it is difficult to distinguish them from sand-banks in this shallow sea, I have coloured only some near the mouth; towards the head of the gulf Mr. Ainsworth<sup>3</sup> says that the land is worn into terraces, and that the beds contain organic remains of existing forms. The <i>West Indian Archipelago</i> of "fringed" islands, alone remains to be mentioned; evidence of an elevation within a late tertiary epoch of nearly the whole of this great area, may be found in the works of almost all the naturalists who have visited it. I will give some of the principal references in a note.<sup>4</sup></p> <p class="fnote2">1. Ruppell, "Reise in Abyssinien," Band i., s. 141.<br> 2. Lyell's "Principles of Geology," 5th ed., vol. iv, p. 25.<br> 3. Ainsworth's "Assyria and Babylon," p. 217.<br> 4. On Florida and the north shores of the Gulf of Mexico, Rogers' "Report to Brit. Assoc." vol. iii, p. 14.&mdash;On the shores of Mexico, Humboldt, "Polit. Essay on New Spain," vol. i, p. 62. (I have also some corroborative facts with respect to the shores of Mexico.)&mdash; Honduras and the Antilles, Lyell's "Principles," 5th ed., vol. iv, p. 22.&mdash;Santa Cruz and Barbadoes, Prof. Hovey, "Silliman's Journal", vol. xxxv, p. 74.&mdash;St. Domingo, Courrojolles, "Journ de Phys." tom. liv., p. 106.&mdash;Bahamas, "United Service Journal", No. lxxi, pp. 218 and 224. Jamaica, De la Beche, "Geol. Man." p. 142.&mdash;Cuba, Taylor in "Lond. and Edin. Mag." vol. xi, p. 17. Dr. Daubeny also, at a meeting of the Geolog. Soc., orally described some very modern beds lying on the N.W. parts of Cuba. I might have added many other less important references.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 103">page 103</a></p> <p>&nbsp;</p> <p>It is very remarkable on reviewing these details, to observe in how many instances fringing-reefs round the shores, have coincided with the existence on the land of upraised organic remains, which seem, from evidence more or less satisfactory, to belong to a late tertiary period. It may, however, be objected, that similar proofs of elevation, perhaps, occur on the coasts coloured blue in our map: but this certainly is not the case with the few following and doubtful exceptions.</p> <p>The entire area of the Red Sea appears to have been upraised within a modern period; nevertheless I have been compelled (though on unsatisfactory evidence, as given in the Appendix) to class the reefs in the middle part, as barrier-reefs; should, however, the statements prove accurate to the less height of the tertiary bed in this middle part, compared with the northern and southern districts, we might well suspect that it had subsided subsequently to the general elevation by which the whole area has been upraised. Several authors<sup>1</sup> have stated that they have observed shells and corals high up on the mountains of the Society Islands,&mdash;a group encircled by barrier-reefs, and, therefore, supposed to have subsided: at Tahiti Mr. Stutchbury found on the apex of one of the highest mountains, between 5,000 and 7,000 feet above the level of the sea, "a distinct and regular stratum of semi-fossil coral." At Tahiti, however, other naturalists, as well as myself, have searched in vain at a low level near the coast, for upraised shells or masses of coral-reef, where if present they could hardly have been overlooked. From this fact, I concluded that probably the organic remains strewed high up on the surface of the land, had originally been embedded in the volcanic strata, and had subsequently been washed out by the rain. I have since heard from the Rev. W. Ellis, that the remains which he met with, were (as he believes) interstratified with an argillaceous tuff; this likewise was the case with the shells observed by the Rev. D. Tyerman at Huaheine. These remains have not been specifically examined; they may, therefore, and especially the stratum observed by Mr. Stutchbury at an immense height, be contemporaneous with the first formation of the Society Islands, and be of any degree of antiquity; or they may have been deposited at some subsequent, but probably not very recent, period of elevation; for if the period had been recent, the entire surface of the coast land of these islands, where the reefs are so extensive, would have been coated with upraised coral,</p> <p class="fnote">1. Ellis, in his "Polynesian Researches," was the first to call attention to these remains (vol. i, p. 38), and the tradition of the natives concerning them. See also Williams, "Nar. of Missionary Enterprise," p. 21; also Tyerman and G. Bennett, "Journal of Voyage," vol. i, p. 213; also Mr. Couthouy's "Remarks," p. 51; but this principal fact, namely, that there is a mass of upraised coral on the narrow peninsula of Tiarubu, is from hearsay evidence; also Mr. Stutchbury, <i>West of England Journal</i>, No. i, p. 54. There is a passage in Von Zach, "Corres. Astronom." vol. x, p. 266, inferring an uprising at Tahiti, from a footpath now used, which was formerly impassable; but I particularly inquired from several native chiefs, whether they knew of any change of this kind, and they were unanimous in giving me an answer in the negative.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 104">page 104</a></p> <p>&nbsp;</p> <p>which certainly is not the case. Two of the Harvey, or Cook Islands, namely, Aitutaki and Manouai, are encircled by reefs, which extend so far from the land, that I have coloured them blue, although with much hesitation, as the space within the reef is shallow, and the outline of the land is not abrupt. These two islands consist of coral-rock; but I have no evidence of their recent elevation, besides, the improbability of Mangaia, a fringed island in the same group (but distant 170 miles), having retained its nearly perfect atoll-like structure, during any immense lapse of time after its upheaval. The Red Sea, therefore, is the only area in which we have clear proofs of the recent elevation of a district, which, by our theory (although the barrier-reefs are there not well characterised), has lately subsided. But we have no reason to be surprised at oscillation, of level of this kind having occasionally taken place. There can be scarcely any doubt that Savage, Aurora,<sup>1</sup> and Mangaia Islands, and several of the islands in the Friendly group, existed originally as atolls, and these have undoubtedly since been upraised to some height above the level of the sea; so that by our theory, there has here, also, been an oscillation of level, &mdash;elevation having succeeded subsidence, instead of, as in the middle part of the Red Sea and at the Harvey Islands, subsidence having probably succeeded recent elevation.</p> <p>It is an interesting fact, that Fais, which, from its composition, form, height, and situation at the western end of the Caroline Archipelago, one is strongly induced to believe existed before its upheaval as an atoll, lies exactly in the prolongation of the curved line of the Mariana group, which we know to be a line of recent elevation. I may add, that Elizabeth Island, in the southern part of the Low Archipelago, which seems to have had the same kind of origin as Fais, lies near Pitcairn Island, the only one in this part of the ocean which is high, and at the same time not surrounded by an encircling barrier-reef.</p> <p><i>On the absence of active volcanoes in the areas of subsidence, and on their frequent presence in the areas of elevation.</i>&mdash;Before making some concluding remarks on the relations of the spaces coloured blue and red, it will be convenient to consider the position on our map of the volcanoes historically known to have been in action. It is impossible not to be struck, first with the absence of volcanoes in the great areas of subsidence tinted pale and dark blue,&mdash;namely, in the central parts of the Indian Ocean, in the China Sea, in the sea between the barriers</p> <p class="fnote">1. Aurora Island is described by Mr. Couthouy ("Remarks," p. 58); it lies 120 miles north-east of Tahiti; it is not coloured in the appended map, because it does not appear to be fringed by living reefs. Mr. Couthouy describes its summit as "presenting a broad table- land which declines a few feet towards the centre, where we may suppose the lagoon to have been placed." It is about two hundred feet in height, and consists of reef-rock and conglomerate, with existing species of coral embedded in it. The island has been elevated at two successive periods; the cliffs being marked halfway up with a horizontal water-worn line of deep excavations. Aurora Island seems closely to resemble in structure Elizabeth Island, at the southern end of the Low Archipelago.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 105">page 105</a></p> <p>&nbsp;</p> <p>of Australia and New Caledonia, in the Caroline, Marshall, Gilbert, and Low Archipelagoes; and, secondly, with the coincidence of the principal volcanic chains with the parts coloured red, which indicates the presence of fringing-reefs; and, as we have just seen, the presence in most cases of upraised organic remains of a modern date. I may here remark that the reefs were all coloured before the volcanoes were added to the map, or indeed before I knew of the existence of several of them.</p> <p>The volcano in Torres Strait, at the northern point of Australia, is that which lies nearest to a large subsiding area, although situated 125 miles within the outer margin of the actual barrier-reef. The Great Comoro Island, which probably contains a volcano, is only twenty miles distant from the barrier-reef of Mohila; Ambil volcano, in the Philippines, is distant only a little more than sixty miles from the atoll-formed Appoo reef: and there are two other volcanoes in the map within ninety miles of circles coloured blue. These few cases, which thus offer partial exceptions to the rule, of volcanoes being placed remote from the areas of subsidence, lie either near single and isolated atolls, or near small groups of encircled islands; and these by our theory can have, in few instances, subsided to the same amount in depth or area, as groups of atolls. There is not one active volcano within several hundred miles of an archipelago, or even a small group of atolls. It is, therefore, a striking fact that in the Friendly Archipelago, which owes its origin to the elevation of a group of atolls, two volcanoes, and, perhaps, others are known to be in action: on the other hand, on several of the encircled islands in the Pacific, supposed by our theory to have subsided, there are old craters and streams of lava, which show the effects of past and ancient eruptions. In these cases, it would appear as if the volcanoes had come into action, and had become extinguished on the same spots, according as the elevating or subsiding movements prevailed.</p> <p>There are some other coasts on the map, where volcanoes in a state of action concur with proofs of recent elevation, besides those coloured red from being fringed by coral-reefs. Thus I hope to show in a future volume, that nearly the whole line of the west coast of South America, which forms the greatest volcanic chain in the world, from near the equator for a space of between 2,000 and 3,000 miles southward, has undergone an upward movement during a late geological period. The islands on the north-western shores of the Pacific, which form the second greatest volcanic chain, are very imperfectly known; but Luzon, in the Philippines, and the Loo Choo Islands, have been recently elevated; and at Kamtschatka<sup>1</sup> there are extensive tertiary beds of modern date. Evidence of the same nature, but not very satisfactory, may be detected in Northern New Zealand where there are two volcanoes. The co-existence in other parts of the world of active volcanoes, with upraised beds of a modern tertiary origin, will occur to</p> <p class="fnote">1. At Sedanka, in latitude 58&deg; N. (Von Buch's "Descrip. des Isles Canaries," p. 455). In a forthcoming part, I shall give the evidence referred to with respect to the elevation of New Zealand.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 106">page 106</a></p> <p>&nbsp;</p> <p>every geologist.<sup>1</sup> Nevertheless, until it could be shown that volcanoes were inactive, or did not exist in subsiding areas, the conclusion that their distribution depended on the nature of the subterranean movements in progress, would have been hazardous. But now, viewing the appended map, it may, I think, be considered as almost established, that volcanoes are often (not necessarily always) present in those areas where the subterranean motive power has lately forced, or is now forcing outwards, the crust of the earth, but that they are invariably absent in those, where the surface has lately subsided or is still subsiding.<sup>2</sup></p> <p><i>On the relations of the areas of subsidence and elevation.</i>&mdash;The immense surfaces on the map, which, both by our theory and by the plain evidence of upraised marine remains, have undergone a change of level either downwards or upwards during a late period, is a most remarkable fact. The existence of continents shows that the areas have been immense which at some period have been upraised; in South America we may feel sure, and on the north-western shores of the Indian Ocean we may suspect, that this rising is either now actually in progress, or has taken place quite recently. By our theory, we may conclude that the areas are likewise immense which have lately subsided, or, judging from the earthquakes occasionally felt and from other appearances, are now subsiding. The smallness of the scale of our map should not be overlooked: each of the squares on it contains (not allowing for the curvature of the earth) 810,000 square miles. Look at the space of ocean from near the southern end of the Low Archipelago to the northern end of the Marshall Archipelago, a length of 4,500 miles, in which, as far as is known, every island, except Aurora which lies just without the Low Archipelago, is atoll-formed. The eastern and western boundaries of our map are continents, and they are rising areas: the central spaces of the great Indian and Pacific Oceans, are mostly subsiding; between them, north of Australia, lies the most broken land on the globe, and there the rising parts are surrounded and penetrated by areas of subsidence,<sup>3</sup> so that the prevailing movements now in progress, seem to accord with the actual states of surface of the great divisions of the world.</p> <p>The blue spaces on the map are nearly all elongated; but it does not necessarily follow from this (a caution, for which I am indebted to Mr. Lyell), that the areas of subsidence were likewise elongated; for</p> <p class="fnote">1. During the subterranean disturbances which took place in Chile, in 1835, I have shown ("Geolog. Trans." 2nd Ser., vol. v, p. 606) that at the same moment that a large district was upraised, volcanic matter burst forth at widely separated points, through both new and old vents.<br> 2. We may infer from this rule, that in any old deposit, which contains interstratified beds of erupted matter, there was at the period, and in the area of its formation, a <i>tendency</i> to an upward movement in the earth's surface, and certainly no movement of subsidence.<br> 3. I suspect that the Arru and Timor-laut Islands present an included small area of subsidence, like that of the China Sea, but I have not ventured to colour them from my imperfect information, as given in the Appendix.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 107">page 107</a></p> <p>&nbsp;</p> <p>the subsidence of a long, narrow space of the bed of the ocean, including in it a transverse chain of mountains, surmounted by atolls, would only be marked on the map by a transverse blue band. But where a chain of atolls and barrier-reefs lies in an elongated area, between spaces coloured red, which therefore have remained stationary or have been upraised, this must have resulted either from the area of subsidence having originally been elongated (owing to some tendency in the earth's crust thus to subside), or from the subsiding area having originally been of an irregular figure, or as broad as long, and having since been narrowed by the elevation of neighbouring districts. Thus the areas, which subsided during the formation of the great north and south lines of atolls in the Indian Ocean,&mdash;of the east and west line of the Caroline atolls,&mdash;and of the north-west and south-east line of the barrier-reefs of New Caledonia and Louisiade, must have originally been elongated, or if not so, they must have since been made elongated by elevations, which we know to belong to a recent period.</p> <p>I infer from Mr. Hopkins' researches,<sup>1</sup> that for the formation of a long chain of mountains, with few lateral spurs, an area elongated in the same direction with the chain, must have been subjected to an elevatory movement. Mountain-chains, however, when already formed, although running in very different directions, it seems<sup>2</sup> may be raised together by a widely-acting force: so, perhaps, mountain-chains may subside together. Hence, we cannot tell, whether the Caroline and Marshall Archipelagoes, two groups of atolls running in different directions and meeting each other, have been formed by the subsidence of two areas, or of one large area, including two distinct lines of mountains. We have, however, in the southern prolongation of the Mariana Islands, probable evidence of a line of recent elevation having intersected one of recent subsidence. A view of the map will show that, generally, there is a tendency to alternation in the parallel areas undergoing opposite kinds of movement; as if the sinking of one area balanced the rising of another.</p> <p>The existence in many parts of the world of high table-land, proves that large surfaces have been upraised in mass to considerable heights above the level of the ocean; although the highest points in almost every country consist of upturned strata, or erupted matter: and from</p> <p class="fnote">1. "Researches in Physical Geology," Transact. Cambridge Phil. Soc., vol. vi, part i.<br> 2. For instance in S. America from lat. 34&deg;, for very many degrees southward there are upraised beds containing recent species of shells, on both the Atlantic and Pacific side of the continent, and from the gradual ascent of the land, although with very unequal slopes, on both sides towards the Cordillera, I think it can hardly be doubted that the entire width has been upraised in mass within the recent period. In this case the two W.N.W. and E.S.E. mountain-lines, namely the Sierra Ventana and the S. Tapalguen, and the great north and south line of the Cordillera have been together raised. In the West Indies the N. and S. line of the Eastern Antilles, and the E. and W. line of Jamaica, appear both to have been upraised within the latest geological period.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 108">page 108</a></p> <p>&nbsp;</p> <p>the immense spaces scattered with atolls, which indicate that land originally existed there, although not one pinnacle now remains above the level of the sea, we may conclude that wide areas have subsided to an amount, sufficient to bury not only any formerly existing table- land, but even the heights formed by fractured strata, and erupted matter. The effects produced on the land by the later elevatory movements, namely, successively rising cliffs, lines of erosion, and beds of literal shells and pebbles, all requiring time for their production, prove that these movements have been very slow; we can, however, infer this with safety, only with respect to the few last hundred feet of rise. But with reference to the whole vast amount of subsidence, necessary to have produced the many atolls widely scattered over immense spaces, it has already been shown (and it is, perhaps, the most interesting conclusion in this volume), that the movements must either have been uniform and exceedingly slow, or have been effected by small steps, separated from each other by long intervals of time, during which the reef-constructing polypifers were able to bring up their solid frameworks to the surface. We have little means of judging whether many considerable oscillations of level have generally occurred during the elevation of large tracts; but we know, from clear geological evidence, that this has frequently taken place; and we have seen on our map, that some of the same islands have both subsided and been upraised. I conclude, however, that most of the large blue spaces, have subsided without many and great elevatory oscillations, because only a few upraised atolls have been observed: the supposition that such elevations have taken place, but that the upraised parts have been worn down by the surf, and thus have escaped observation, is overruled by the very considerable depth of the lagoons of all the larger atolls; for this could not have been the case, if they had suffered repeated elevations and abrasion. From the comparative observations made in these latter pages, we may finally conclude, that the subterranean changes which have caused some large areas to rise, and others to subside, have acted in a very similar manner.</p> <p><i>Recapitulation.</i>&mdash;In the three first chapters, the principal kinds of coral-reefs were described in detail, and they were found to differ little, as far as relates to the actual surface of the reef. An atoll differs from an encircling barrier-reef only in the absence of land within its central expanse; and a barrier-reef differs from a fringing-reef, in being placed at a much greater distance from the land with reference to the probable inclination of its submarine foundation, and in the presence of a deep-water lagoon- like space or moat within the reef. In the fourth chapter the growing powers of the reef-constructing polypifers were discussed; and it was shown, that they cannot flourish beneath a very limited depth. In accordance with this limit, there is no difficulty respecting the foundations on which fringing-reefs are based; whereas, with barrier- reefs and atolls, there is a great apparent difficulty on this head; in barrier-reefs from the improbability of the rock of the coast or of banks of sediment extending, in every instance, so far seaward within the required depth;&mdash;and in atolls, from the immensity of the</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 109">page 109</a></p> <p>&nbsp;</p> <p>spaces over which they are interspersed, and the apparent necessity for believing that they are all supported on mountain-summits, which although rising very near to the surface-level of the sea, in no one instance emerge above it. To escape this latter most improbable admission, which implies the existence of submarine chains of mountains of almost the same height, extending over areas of many thousand square miles, there is but one alternative; namely, the prolonged subsidence of the foundations, on which the atolls were primarily based, together with the upward growth of the reef- constructing corals. On this view every difficulty vanishes; fringing reefs are thus converted into barrier-reefs; and barrier-reefs, when encircling islands, are thus converted into atolls, the instant the last pinnacle of land sinks beneath the surface of the ocean.</p> <p>Thus the ordinary forms and certain peculiarities in the structure of atolls and barrier-reefs can be explained;&mdash;namely, the wall-like structure on their inner sides, the basin or ring-like shape both of the marginal and central reefs in the Maldiva atolls&mdash;the union of some atolls as if by a ribbon&mdash;the apparent disseverment of others&mdash; and the occurrence, in atolls as well as in barrier-reefs, of portions of reef, and of the whole of some reefs, in a dead and submerged state, but retaining the outline of living reefs. Thus can be explained the existence of breaches through barrier-reefs in front of valleys, though separated from them by a wide space of deep water; thus, also, the ordinary outline of groups of atolls and the relative forms of the separate atolls one to another; thus can be explained the proximity of the two kinds of reefs formed during subsidence, and their separation from the spaces where fringing-reefs abound. On searching for other evidence of the movements supposed by our theory, we find marks of change in atolls and in barrier-reefs, and of subterranean disturbances under them; but from the nature of things, it is scarcely possible to detect any direct proofs of subsidence, although some appearances are strongly in favour of it. On the fringed coasts, however, the presence of upraised marine bodies of a recent epoch, plainly show, that these coasts, instead of having remained stationary, which is all that can be directly inferred from our theory, have generally been elevated.</p> <p>Finally, when the two great types of structure, namely barrier-reefs and atolls on the one hand, and fringing-reefs on the other, were laid down in colours on our map, a magnificent and harmonious picture of the movements, which the crust of the earth has within a late period undergone, is presented to us. We there see vast areas rising, with volcanic matter every now and then bursting forth through the vents or fissures with which they are traversed. We see other wide spaces slowly sinking without any volcanic outburst, and we may feel sure, that this sinking must have been immense in amount as well as in area, thus to have buried over the broad face of the ocean every one of those mountains, above which atolls now stand like monuments, marking the place of their former existence. Reflecting how powerful an agent with respect to denudation, and consequently to the nature and thickness of the deposits in accumulation, the sea must ever be, when acting</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 110">page 110</a></p> <p>&nbsp;</p> <p>for prolonged periods on the land, during either its slow emergence or subsidence; reflecting, also, on the final effects of these movements in the interchange of land and ocean-water on the climate of the earth, and on the distribution of organic beings, I may be permitted to hope, that the conclusions derived from the study of coral-formations, originally attempted merely to explain their peculiar forms, may be thought worthy of the attention of geologists.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 111">page 111</a></p> <p>&nbsp;</p> <center><b>Appendix<br> <br> CONTAINING A DETAILED DESCRIPTION OF THE REEFS AND ISLANDS IN <a href="#PLATE III">PLATE III</a></b></center> <p>In the beginning of the last chapter I stated the principles on which the map is coloured. There only remains to be said, that it is an exact copy of one by M. C. Gressier, published by the D&eacute;p&ocirc;t G&eacute;n&eacute;ral de la Marine, in 1835. The names have been altered into English, and the longitude has been reduced to that of Greenwich. The colours were first laid down on accurate charts, on a large scale. The data, on which the volcanoes historically known to have been in action, have been marked with vermillion, were given in a note to the last chapter. I will commence my description on the eastern side of the map, and will describe each group of islands consecutively, proceeding westward across the Pacific and Indian Oceans, but ending with the West Indies.</p> <p>The W<small>ESTERN</small> S<small>HORES</small> <small> OF</small> A<small>MERICA</small> appear to be entirely without coral-reefs; south of the equator the survey of the <i>Beagle</i>, and north of it, the published charts show that this is the case. Even in the Bay of <i>Panama</i>, where corals flourish, there are no true coral- reefs, as I have been informed by Mr. Lloyd. There are no coral-reefs in the <i>Galapagos</i> Archipelago, as I know from personal inspection; and I believe there are none on the <i> Cocos, Revilla- gigedo</i>, and other neighbouring islands. <i> Clipperton</i> rock, 10&deg; N., 109&deg; W., has lately been surveyed by Captain Belcher; in form it is like the crater of a volcano. From a drawing appended to the MS. plan in the Admiralty, it evidently is not an atoll. The eastern parts of the Pacific present an enormous area, without any islands, except <i>E</i>, and <i>Sala</i>, and <i>Gomez</i> Islands, which do not appear to be surrounded by reefs.</p> <p>The L<small>OW</small> A<small>RCHIPELAGO</small>.&mdash;This group consists of about eighty atolls: it will be quite superfluous to refer to descriptions of each. In D'Urville and Lottin's chart, one island (<i>Wolchonsky</i>) is written with a capital letter, signifying, as explained in a former chapter, that it is a high island; but this must be a mistake, as the original chart by Bellinghausen shows that it is a true atoll. Captain Beechey says of the thirty-two groups which he examined (of the greater number of which</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 112">page 112</a></p> <p>&nbsp;</p> <p>I have seen beautiful MS. charts in the Admiralty), that twenty-nine now contain lagoons, and he believes the other three originally did. Bellinghausen (see an account of his Russian voyage, in the "Biblioth. des Voyages," 1834, p. 443) says, that the seventeen islands which he discovered resembled each other in structure, and he has given charts on a large scale of all of them. Kotzebue has given plans of several; Cook and Bligh mention others; a few were seen during the voyage of the <i>Beagle</i>; and notices of other atolls are scattered through several publications. The <i> Act&aelig;on</i> group in this archipelago has lately been discovered (<i>Geograph. Journ.</i>, vol. vii, p. 454); it consists of three small and low islets, one of which has a lagoon. Another lagoon-island has been discovered (<i>Naut. Mag.</i>, 1839, p. 770), in 22&deg; 4' S., and 136&deg; 20' W. Towards the S.E. part of the group, there are some islands of different formation: <i> Elizabeth</i> Island is described by Beechey (p. 46, 4to ed.) as fringed by reefs, at the distance of between two and three hundred yards; coloured red. <i>Pitcairn</i> Island, in the immediate neighbourhood, according to the same authority, has no reefs of any kind, although numerous pieces of coral are thrown up on the beach; the sea close to its shore is very deep (see "Zool. of Beechey's Voyage," p. 164); it is left uncoloured. <i>Gambier</i> Islands (see <a href="#Plate I">Plate I</a> Fig. 8), are encircled by a barrier-reef; the greatest depth within is thirty-eight fathoms; coloured pale blue. <i>Aurora</i> Island, which lies N.E. of Tahiti close to the large space coloured dark blue in the map, has been already described in a note (<a href="#page 71">page 71</a>), on the authority of Mr. Couthouy; it is an upraised atoll, but as it does not appear to be fringed by living reefs, it is left uncoloured.</p> <p>The S<small>OCIETY</small> Arch. is separated by a narrow space from the Low Archipelago; and in their parallel direction they manifest some relation to each other. I have already described the general character of the reefs of these fine encircled islands. In the "Atlas of the <i>Coquille's</i> Voyage" there is a good general chart of the group, and separate plans of some of the islands. <i> Tahiti</i>, the largest island in the group, is almost surrounded, as seen in Cook's chart, by a reef from half a mile to a mile and a half from the shore, with from ten to thirty fathoms within it. Some considerable submerged reefs lying parallel to the shore, with a broad and deep space within, have lately been discovered (<i>Naut. Mag.</i>, 1836, p. 264) on the N.E. coast of the island, where none are laid down by Cook. At <i>Eimeo</i> the reef "which like a ring surrounds it, is in some places one or two miles distant from the shore, in others united to the beach" (Ellis, "Polynesian Researches," vol. i, p. 18, 12mo edition). Cook found deep water (twenty fathoms) in some of the harbours within the reef. Mr. Couthouy, however, states ("Remarks," p. 45) that both at Tahiti and Eimeo, the space between the barrier- reef and the shore, has been almost filled up,&mdash;"a nearly continuous fringing-reef surrounding the island, and varying from a few yards to rather more than a mile in width, the lagoons merely forming canals between this and the sea-reef," that is the barrier-reef. <i>Tapamanoa</i> is surrounded by a reef at a considerable distance from the shore; from the island being small it is breached, as I am informed by the Rev. W.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 113">page 113</a></p> <p>&nbsp;</p> <p>Ellis, only by a narrow and crooked boat channel. This is the lowest island in the group, its height probably not exceeding 500 feet. A little way north of Tahiti, the low coral-islets of <i> Teturoa</i> are situated; from the description of them given me by the Rev. J. Williams (the author of the "Narrative of Missionary Enterprise"), I should have thought they had formed a small atoll, and likewise from the description given by the Rev. D. Tyerman and G. Bennett ("Journal of Voyage and Travels," vol. i, p. 183), who say that ten low coral- islets "are comprehended within one general reef, and separated from each other by interjacent lagoons;" but as Mr. Stutchbury (<i>West of England Journal</i>, vol. i, p. 54) describes it as consisting of a mere narrow ridge, I have left it uncoloured. <i>Maitea</i>, eastward of the group, is classed by Forster as a high encircled island; but from the account given by the Rev. D. Tyerman and G. Bennett (vol. i, p. 57) it appears to be an exceedingly abrupt cone, rising from the sea without any reef; I have left it uncoloured. It would be superfluous to describe the northern islands in this group, as they may be well seen in the chart accompanying the 4to edition of Cook's "Voyages," and in the "Atlas of the <i>Coquille's</i> Voyage." <i>Maurua</i> is the only one of the northern islands, in which the water within the reef is not deep, being only four and a half fathoms; but the great width of the reef, stretching three miles and a half southward of the land (which is represented in the drawing in the "Atlas of the <i> Coquille's</i> Voyage" as descending abruptly to the water) shows, on the principle explained in the beginning of the last chapter, that it belongs to the barrier class. I may here mention, from information communicated to me by the Rev. W. Ellis, that on the N.E. side of <i>Huaheine</i> there is a bank of sand, about a quarter of a mile wide, extending parallel to the shore, and separated from it by an extensive and deep lagoon; this bank of sand rests on coral-rock, and undoubtedly was originally a living reef. North of Bolabola lies the atoll of <i>Toubai</i> (Motou-iti of the "<i>Coquille's</i> Atlas") which is coloured dark blue; the other islands, surrounded by barrier-reefs, are pale blue; three of them are represented in Figs 3, 4, and 5, in <a href="#Plate I"> Plate I.</a> There are three low coral-groups lying a little E. of the Society Archipelago, and almost forming part of it, namely <i> Bellinghausen</i>, which is said by Kotzebue ("Second Voyage," vol. ii, p. 255), to be a lagoon-island; <i>Mopeha</i>, which, from Cook's description ("Second Voyage," book iii, chap. i), no doubt is an atoll; and the <i>Scilly</i> Islands, which are said by Wallis ("Voyage," chap. ix) to form a <i>group</i> of <i>low</i> islets and shoals, and, therefore, probably, they compose an atoll: the two former have been coloured blue, but not the latter.</p> <p>M<small>ENDANA</small> <small>OR</small> M<small>ARQUESAS</small> Group.&mdash;These islands are entirely without reefs, as may be seen in Krusenstern's Atlas, making a remarkable contrast with the adjacent group of the Society Islands. Mr. F. D. Bennett has given some account of this group, in the seventh volume of the <i>Geograph. Journ.</i> He informs me that all the islands have the same general character, and that the water is very deep close to their shores. He visited three of them, namely, <i>Dominicana, Christiana,</i> and <i>Roapoa</i>; their beaches are strewed with rounded masses of coral, and</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 114">page 114</a></p> <p>&nbsp;</p> <p>although no regular reefs exist, yet the shore is in many places lined by coral-rock, so that a boat grounds on this formation. Hence these islands ought probably to come within the class of fringed islands and be coloured red; but as I am determined to err on the cautious side, I have left them uncoloured.</p> <p>C<small>OOK</small> or H<small>ARVEY</small> and A<small>USTRAL</small> I<small>SLAND</small>.&mdash;<i>Palmerston</i> Island is minutely described as an atoll by Captain Cook during his voyage in 1774; coloured blue. <i>Aitutaki</i> was partially surveyed by the <i> Beagle</i> (see map accompanying "Voyages of <i>Adventure</i> and <i>Beagle</i>"); the land is hilly, sloping gently to the beach; the highest point is 360 feet; on the southern side the reef projects five miles from the land: off this point the <i>Beagle</i> found no bottom with 270 fathoms: the reef is surmounted by many low coral-islets. Although within the reef the water is exceedingly shallow, not being more than a few feet deep, as I am informed by the Rev. J. Williams, nevertheless, from the great extension of this reef into a profoundly deep ocean, this island probably belongs, on the principle lately adverted to, to the barrier class, and I have coloured it pale blue; although with much hesitation.&mdash;<i>Manouai</i> or <i>Harvey</i> Island. The highest point is about fifty feet: the Rev. J. Williams informs me that the reef here, although it lies far from the shore, is less distant than at Aitutaki, but the water within the reef is rather deeper: I have also coloured this pale blue with many doubts.&mdash;Round <i>Mitiaro</i> Island, as I am informed by Mr. Williams, the reef is attached to the shore; coloured red.&mdash;<i>Mauki</i> or Maouti; the reef round this island (under the name of Parry Island, in the "Voyage of H.M.S. <i> Blonde</i>," p. 209) is described as a coral-flat, only fifty yards wide, and two feet under water. This statement has been corroborated by Mr. Williams, who calls the reef attached; coloured red.&mdash;<i>Aitu</i>, or Wateeo; a moderately elevated hilly island, like the others of this group. The reef is described in Cook's "Voyage," as attached to the shore, and about one hundred yards wide; coloured red.&mdash;<i>Fenoua-iti</i>; Cook describes this island as very low, not more than six or seven feet high (vol. i, book ii, chap. iii, 1777); in the chart published in the "<i>Coquille's</i> Atlas," a reef is engraved close to the shore: this island is not mentioned in the list given by Mr. Williams (page 16) in the "Narrative of Missionary Enterprise;" nature doubtful. As it is so near Atiu, it has been unavoidably coloured red.&mdash;<i>Rarotonga</i>; Mr. Williams informs me that it is a lofty basaltic island with an attached reef; coloured red.&mdash;There are three islands, <i>Rourouti, Roxburgh</i>, and <i>Hull</i>, of which I have not been able to obtain any account, and have left them uncoloured. Hull Island, in the French chart, is written with small letters as being low.&mdash;<i>Mangaia</i>; height about three hundred feet; "the surrounding reef joins the shore" (Williams, "Narrative," p. 18); coloured red.&mdash;<i>Rimetara</i>; Mr. Williams informs me that the reef is rather close to the shore; but, from information given me by Mr. Ellis, the reef does not appear to be quite so closely attached to it as in the foregoing cases: the island is about three hundred feet high (<i>Naut. Mag.</i>, 1839, p. 738); coloured red.&mdash;<i>Rurutu</i>; Mr. Williams and Mr. Ellis inform me that this island has an attached reef; coloured red. It is described by Cook under the name of Oheteroa: he says it is not</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 115">page 115</a></p> <p>&nbsp;</p> <p>surrounded, like the neighbouring islands by a reef; he must have meant a distant reef.&mdash;<i>Toubouai</i>; in Cook's chart ("Second Voyage," vol. ii, p. 2) the reef is laid down in part one mile, and in part two miles from the shore. Mr. Ellis ("Polynes. Res." vol. iii, p. 381) says the low land round the base of the island is very extensive; and this gentleman informs me that the water within the reef appears deep; coloured blue.&mdash;<i>Raivaivai</i>, or Vivitao; Mr. Williams informs me that the reef is here distant: Mr. Ellis, however, says that this is certainly not the case on one side of the island; and he believes that the water within the reef is not deep; hence I have left it uncoloured.&mdash;<i>Lancaster</i> Reef, described in <i> Naut. Mag.</i>, 1833 (p. 693), as an extensive crescent-formed coral-reef. I have not coloured it.&mdash;<i>Rapa</i>, or Oparree; from the accounts given of it by Ellis and Vancouver, there does not appear to be any reef.&mdash;<i>I. de Bass</i> is an adjoining island, of which I cannot find any account.&mdash;<i>Kemin</i> Island; Krusenstern seems hardly to know its position, and gives no further particulars.</p> <center>I<small>SLANDS</small> <small>BETWEEN</small> <i>the Low and Gilbert Archipelagoes.</i></center> <p><i>Caroline</i> Island (10&deg; S., 150 deg W.) is described by Mr. F. D. Bennett (<i>Geograph. Journ.</i>, vol. vii, p. 225) as containing a fine lagoon; coloured blue.&mdash;<i>Flint</i> Island (11&deg; S., 151&deg; W.); Krusenstern believes that it is the same with Peregrino, which is described by Quiros (Burney's "Chron. Hist.," vol. ii, p. 283) as "a cluster of small islands connected by a reef, and forming a lagoon in the middle;" coloured blue.&mdash;<i>Wostock</i> is an island a little more than half a mile in diameter, and apparently quite flat and low, and was discovered by Bellinghausen; it is situated a little west of Caroline Island, but it is not placed on the French charts; I have not coloured it, although I entertain little doubt from the chart of Bellinghausen, that it originally contained a small lagoon.&mdash;<i>Penrhyn</i> Island (9&deg; S., 158&deg; W.); a plan of it in the "Atlas of the First Voyage" of Kotzebue, shows that it is an atoll; blue.&mdash;<i>Slarbuck</i> Island (5&deg; S., 156&deg; W.) is described in Byron's "Voyage in the <i>Blonde</i>" (p. 206) as formed of a flat coral-rock, with no trees; the height not given; not coloured.&mdash;<i>Malden</i> Island (4&deg; S., 154&deg; W.); in the same voyage (p. 205) this island is said to be of coral formation, and no part above forty feet high; I have not ventured to colour it, although, from being of coral-formation, it is probably fringed; in which case it should be red.&mdash;<i>Jarvis</i>, or <i>Bunker</i> Island (0&deg; 20' S., 160&deg; W.) is described by Mr. F. D. Bennett (<i>Geograph. Journ.</i>, vol. vii, p. 227) as a narrow, low strip of coral-formation; not coloured.&mdash;<i>Brook</i>, is a small low island between the two latter; the position, and perhaps even the existence of it is doubtful; not coloured.&mdash;<i>Pescado</i> and <i>Humphrey</i> Islands; I can find out nothing about these islands, except that the latter appears to be small and low; not coloured.&mdash;<i>Rearson</i>, or Grand Duke Alexander's (10&deg; S., 161&deg; W.); an atoll, of which a plan is given by Bellinghausen; blue.&mdash;<i>Souvoroff</i> Islands (13&deg; S., 163&deg; W.); Admiral Krusenstern, in the most obliging manner, obtained for me an account of these islands from Admiral Lazareff, who discovered them. They consist of five very low</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 116">page 116</a></p> <p>&nbsp;</p> <p>islands of coral-formation, two of which are connected by a reef, with deep water close to it. They do not surround a lagoon, but are so placed that a line drawn through them includes an oval space, part of which is shallow; these islets, therefore, probably once (as is the case with some of the islands in the Caroline Archipelago) formed a single atoll; but I have not coloured them.&mdash;<i>Danger</i> Island (10&deg; S., 166&deg; W.); described as low by Commodore Byron, and more lately surveyed by Bellinghausen; it is a small atoll with three islets on it; blue.&mdash;<i>Clarence</i> Island (9&deg; S., 172&deg; W.); discovered in the <i>Pandora</i> (G. Hamilton's "Voyage," p. 75): it is said, "in running along the land, we saw several canoes crossing the <i>lagoons</i>;" as this island is in the close vicinity of other low islands, and as it is said, that the natives make reservoirs of water in old cocoa-nut trees (which shows the nature of the land), I have no doubt it is an atoll, and have coloured it blue. <i>York</i> Island (8&deg; S., 172&deg; W.) is described by Commodore Byron (chap. x of his "Voyage") as an atoll; blue.&mdash; <i>Sydney</i> Island (4&deg; S., 172&deg; W.) is about three miles in diameter, with its interior occupied by a lagoon (Captain Tromelin, "Annal. Marit." 1829, p. 297); blue.&mdash;<i>Phoenix</i> Island (4&deg; S., 171&deg; W.) is nearly circular, low, sandy, not more than two miles in diameter, and very steep outside (Tromelin, "Annal. Marit." 1829, p. 297); it may be inferred that this island originally contained a lagoon, but I have not coloured it.&mdash;<i>New Nantucket</i> (0&deg; 15' N., 174&deg; W.). From the French chart it must be a low island; I can find nothing more about it or about <i>Mary</i> Island; both uncoloured.&mdash;<i>Gardner</i> Island (5&deg; S., 174&deg; W.) from its position is certainly the same as <i>Kemin</i> Island described (Krusenstern, p. 435, Appen. to Mem., published 1827) as having a lagoon in its centre; blue.</p> <center>I<small>SLANDS</small> <small>SOUTH</small> <i>of the Sandwich Archipelago.</i></center> <p><i>Christmas</i> Island (2&deg; N., 157&deg; W.). Captain Cook, in his "Third Voyage" (vol. ii, chap. x), has given a detailed account of this atoll. The breadth of the islets on the reef is unusually great, and the sea near it does not deepen so suddenly as is generally the case. It has more lately been visited by Mr. F. D. Bennett (<i>Geograph. Journ.</i>, vol. vii, p. 226); and he assures me that it is low and of coral-formation: I particularly mention this, because it is engraved with a capital letter, signifying a high island, in D'Urville and Lottin's chart. Mr. Couthouy, also, has given some account of it ("Remarks," p. 46) from the Hawaiian "Spectator"; he believes it has lately undergone a small elevation, but his evidence does not appear to me satisfactory; the deepest part of the lagoon is said to be only ten feet; nevertheless, I have coloured it blue.&mdash;<i>Fanning</i> Island (4&deg; N., 158&deg; W.) according to Captain Tromelin ("Ann. Maritim.," 1829, p. 283), is an atoll: his account as observed by Krusenstern, differs from that given in Fanning's "Voyage" (p. 224), which, however, is far from clear; coloured blue.&mdash;<i>Washington</i> Island (4&deg; N., 159&deg; W.) is engraved as a low island in D'Urville's chart, but is described by Fanning (p. 226) as having a much greater elevation than Fanning Island, and hence I presume it is not an atoll; not coloured.&mdash;<i>Palmyra</i> Island (6&deg; N., 162&deg; W.) is an atoll divided into two parts (Krusenstern's "Mem. Suppl.," p. 50, also Fanning's "Voyage," p. 233); blue.&mdash;<i>Smyth's</i> or Johnston's</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 117">page 117</a></p> <p>&nbsp;</p> <p>Islands (17&deg; N., 170&deg; W.). Captain Smyth, R.N., has had the kindness to inform me that they consist of two very low, small islands, with a dangerous reef off the east end of them. Captain Smyth does not recollect whether these islets, together with the reef, surrounded a lagoon; uncoloured.</p> <p>S<small>ANDWICH</small> A<small>RCHIPELAGO</small>.&mdash;<i>Hawaii</i>; in the chart in Freycinet's "Atlas," small portions of the coast are fringed by reefs; and in the accompanying "Hydrog. Memoir," reefs are mentioned in several places, and the coral is said to injure the cables. On one side of the islet of Kohaihai there is a bank of sand and coral with five feet water on it, running parallel to the shore, and leaving a channel of about fifteen feet deep within. I have coloured this island red, but it is very much less perfectly fringed than others of the group.&mdash;<i>Maui</i>; in Freycinet's chart of the anchorage of Raheina, two or three miles of coast are seen to be fringed; and in the "Hydrog. Memoir," "banks of coral along shore" are spoken of. Mr. F. D. Bennett informs me that the reefs, on an average, extend about a quarter of a mile from the beach; the land is not very steep, and outside the reefs the sea does not become deep very suddenly; coloured red.&mdash;<i>Morotoi</i>, I presume, is fringed: Freycinet speaks of the breakers extending along the shore at a little distance from it. From the chart, I believe it is fringed; coloured red.&mdash;<i>Oahu</i>; Freycinet, in his "Hydrog. Memoir," mentions some of the reefs. Mr. F. D. Bennett informs me that the shore is skirted for forty or fifty miles in length. There is even a harbour for ships formed by the reefs, but it is at the mouth of a valley; red.&mdash;<i>Atooi</i>, in La Peyrouse's charts, is represented as fringed by a reef, in the same manner as Oahu and Morotoi; and this, as I have been informed by Mr. Ellis, on part at least of the shore, is of coral-formation: the reef does not leave a deep channel within; red.&mdash;<i>Oneehow</i>; Mr. Ellis believes that this island is also fringed by a coral-reef: considering its close proximity to the other islands, I have ventured to colour it red. I have in vain consulted the works of Cook, Vancouver, La Peyrouse, and Lisiansky, for any satisfactory account of the small islands and reefs, which lie scattered in a N.W. line prolonged from the Sandwich group, and hence have left them uncoloured, with one exception; for I am indebted to Mr. F. D. Bennett for informing me of an atoll-formed reef, in latitude 28&deg; 22', longitude 178&deg; 30' W., on which the <i> Gledstanes</i> was wrecked in 1837. It is apparently of large size, and extends in a N.W. and S.E. line: very few islets have been formed on it. The lagoon seems to be shallow; at least, the deepest part which was surveyed was only three fathoms. Mr. Couthouy ("Remarks," p. 38) describes this island under the name of <i> Ocean</i> island. Considerable doubts should be entertained regarding the nature of a reef of this kind, with a very shallow lagoon, and standing far from any other atoll, on account of the possibility of a crater or flat bank of rock lying at the proper depth beneath the surface of the water, thus affording a foundation for a ring-formed coral-reef. I have, however, thought myself compelled, from its large size and symmetrical outline, to colour it blue.</p> <p>S<small>AMOA</small> or N<small>AVIGATOR</small> G<small>ROUP</small>.&mdash;Kotzebue, in his "Second Voyage,"</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 118">page 118</a></p> <p>&nbsp;</p> <p>contrasts the structure of these islands with many others in the Pacific, in not being furnished with harbours for ships, formed by distant coral-reefs. The Rev. J. Williams, however, informs me, that coral-reefs do occur in irregular patches on the shores of these islands; but that they do not form a continuous band, as round Mangaia, and other such perfect cases of fringed islands. From the charts accompanying La Peyrouse's "Voyage," it appears that the north shore of <i>Savaii, Maouna, Orosenga</i>, and <i> Manua</i>, are fringed by reefs. La Peyrouse, speaking of Maouna (p. 126), says that the coral-reef surrounding its shores, almost touches the beach; and is breached in front of the little coves and streams, forming passages for canoes, and probably even for boats. Further on (p. 159), he extends the same observation to all the islands which he visited. Mr. Williams in his "Narrative," speaks of a reef going round a small island attached to <i>Oyolava</i>, and returning again to it: all these islands have been coloured red.&mdash;A chart of <i>Rose</i> Island, at the extreme west end of the group, is given by Freycinet, from which I should have thought that it had been an atoll; but according to Mr. Couthouy ("Remarks," p. 43), it consists of a reef, only a league in circuit, surmounted by a very few low islets; the lagoon is very shallow, and is strewed with numerous large boulders of volcanic rock. This island, therefore, probably consists of a bank of rock, a few feet submerged, with the outer margin of its upper surface fringed with reefs; hence it cannot be properly classed with atolls, in which the foundations are always supposed to lie at a depth, greater than that at which the reef-constructing polypifers can live; not coloured.</p> <p><i>Beveridge</i> Reef, 20&deg; S., 167&deg; W., is described in the <i>Naut. Mag.</i> (May 1833, p. 442) as ten miles long in a N. and S. line, and eight wide; "in the inside of the reef there appears deep water;" there is a passage near the S.W. corner: this therefore seems to be a submerged atoll, and is coloured blue.</p> <p><i>Savage</i> Island, 19&deg; S., 170&deg; W., has been described by Cook and Forster. The younger Forster (vol. ii, p. 163) says it is about forty feet high: he suspects that it contains a low plain, which formerly was the lagoon. The Rev. J. Williams informs me that the reef fringing its shores, resembles that round Mangaia; coloured red.</p> <p>F<small>RIENDLY</small> A<small>RCHIPELAGO</small>.&mdash;<i>Pylstaart</i> Island. Judging from the chart in Freycinet's "Atlas," I should have supposed that it had been regularly fringed; but as nothing is said in the "Hydrog. Memoir" (or in the "Voyage" of Tasman, the discoverer) about coral-reefs, I have left it uncoloured.&mdash;<i>Tongatabou</i>: In the "Atlas of the Voyage of the <i>Astrolabe</i>," the whole south side of the island is represented as narrowly fringed by the same reef which forms an extensive platform on the northern side. The origin of this latter reef, which might have been mistaken for a barrier-reef, has already been attempted to be explained, when giving the proofs of the recent elevation of this island.&mdash; In Cook's charts the little outlying island also of <i>Eoaigee</i>, is represented as fringed; coloured red.&mdash;<i>Eoua.</i> I cannot make out from Captain Cook's charts and descriptions, that this island has any reef, although the bottom of the neighbouring sea seems to be corally, and the island itself is formed of coral-rock.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 119">page 119</a></p> <p>&nbsp;</p> <p>Forster, however, distinctly ("Observations," p. 14) classes it with high islands having reefs, but it certainly is not encircled by a barrier-reef and the younger Forster ("Voyage," vol. i, p. 426) says, that "a bed of coral-rocks surrounded the coast towards the landing-place." I have therefore classed it with the fringed islands and coloured it red. The several islands lying N.W. of Tongatabou, namely <i>Anamouka, Komango, Kotou, Lefouga, Foa</i>, etc., are seen in Captain Cook's chart to be fringed by reefs, in several of them are connected together. From the various statements in the first volume of Cook's "Third Voyage," and especially in the fourth and sixth chapters, it appears that these reefs are of coral-formation, and certainly do not belong to the barrier class; coloured red.&mdash;<i>Toufoa and Kao</i>, forming the western part of the group, according to Forster have no reefs; the former is an active volcano.&mdash;<i>Vavao.</i> There is a chart of this singularly formed island, by Espinoza: according to Mr. Williams it consists of coral-rock: the Chevalier Dillon informs me that it is not fringed; not coloured. Nor are the islands of <i>Latte</i> and <i>Amargura</i>, for I have not seen plans on a large scale of them, and do not know whether they are fringed.</p> <p><i>Niouha</i>, 16&deg; S., 174&deg; W., or <i>Keppel</i> Island of Wallis, or <i>Cocos</i> Island. From a view and chart of this island given in Wallis's "Voyage" (4to ed.) it is evidently encircled by a reef; coloured blue: it is however remarkable that <i>Boscawen</i> Island, immediately adjoining, has no reef of any kind; uncoloured.</p> <p><i>Wallis</i> Island, 13&deg; S., 176&deg; W., a chart and view of this island in Wallis's "Voyage" (4to ed.) shows that it is encircled. A view of it in the <i>Naut. Mag.</i>, July 1833, p. 376, shows the same fact; blue.</p> <p><i>Alloufatou</i>, or <i>Horn</i> Island, <i>Onouafu</i>, or <i> Proby</i> Island, and <i>Hunter</i> Islands, lie between the Navigator and Fidji groups. I can find no distinct accounts of them.</p> <p>F<small>IDJI</small> or V<small>ITI</small> G<small>ROUP</small>.&mdash;The best chart of the numerous islands of this group, will be found in the "Atlas of the <i> Astrolabe's</i> Voyage." From this, and from the description given in the "Hydrog. Memoir," accompanying it, it appears that many of these islands are bold and mountainous, rising to the height of between 3,000 and 4,000 feet. Most of the islands are surrounded by reefs, lying far from the land, and outside of which the ocean appears very deep. The <i>Astrolabe</i> sounded with ninety fathoms in several places about a mile from the reefs, and found no bottom. Although the depth within the reef is not laid down, it is evident from several expressions, that Captain D'Urville believes that ships could anchor within, if passages existed through the outer barriers. The Chevallier Dillon informs me that this is the case: hence I have coloured this group blue. In the S.E. part lies <i> Batoa</i>, or <i>Turtle</i> Island of Cook ("Second Voyage," vol. ii, p. 23, and chart, 4to ed.) surrounded by a coral-reef, "which in some places extends two miles from the shore;" within the reef the water appears to be deep, and outside it is unfathomable; coloured pale blue. At the distance of a few miles, Captain Cook (<i>Ibid</i>., p. 24) found a circular coral-reef, four or five leagues in circuit, with deep water within; "in short, the bank wants only a few little islets to make it exactly like one of the half-drowned isles so</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 120">page 120</a></p> <p>&nbsp;</p> <p>often mentioned,"&mdash;namely, atolls. South of Batoa, lies the high island of ONO, which appears in Bellinghausen's "Atlas" to be encircled; as do some other small islands to the south; coloured pale blue; near Ono, there is an annular reef, quite similar to the one just described in the words of Captain Cook; coloured dark blue.</p> <p><i>Rotoumah</i>, 13&deg; S., 179&deg; E.&mdash;From the chart in Duperrey's "Atlas," I thought this island was encircled, and had coloured it blue, but the Chevallier Dillon assures me that the reef is only a shore or fringing one; red.</p> <p><i>Independence</i> Island, 10&deg; S., 179&deg; E., is described by Mr. G. Bennett, (<i>United Service Journ.</i>," 1831, part ii, p. 197) as a low island of coral-formation, it is small, and does not appear to contain a lagoon, although an opening through the reef is referred to. A lagoon probably once existed, and has since been filled up; left uncoloured.</p> <p>E<small>LLICE</small> G<small>ROUP</small>.&mdash;<i>Oscar, Peyster</i>, and <i>Ellice</i> Islands are figured in Arrowsmith's "Chart of the Pacific" (corrected to 1832) as atolls, and are said to be very low; blue.&mdash;<i>Nederlandisch</i> Island. I am greatly indebted to the kindness of Admiral Krusenstern, for sending me the original documents concerning this island. From the plans given by Captains Eeg and Khremtshenko, and from the detailed account given by the former, it appears that it is a narrow coral-island, about two miles long, containing a small lagoon. The sea is very deep close to the shore, which is fronted by sharp coral-rocks. Captain Eeg compares the lagoon with that of other coral-islands; and he distinctly says, the land is "very low." I have therefore coloured it blue. Admiral Krusenstern ("Memoir on the Pacific," Append., 1835) states that its shores are eighty feet high; this probably arose from the height of the cocoa-nut trees, with which it is covered, being mistaken for land.&mdash;<i>Gran Cocal</i> is said in Krusenstern's "Memoir," to be low, and to be surrounded by a reef; it is small, and therefore probably once contained a lagoon; uncoloured.&mdash;<i>St. Augustin.</i> From a chart and view of it, given in the "Atlas of the <i>Coquille's</i> Voyage," it appears to be a small atoll, with its lagoon partly filled up; coloured blue.</p> <p>G<small>ILBERT</small> G<small>ROUP</small>.&mdash;The chart of this group, given in the "Atlas of the <i>Coquille's</i> Voyage," at once shows that it is composed of ten well characterised atolls. In D'Urville and Lottin's chart, <i>Sydenham</i> is written with a capital letter, signifying that it is high; but this certainly is not the case, for it is a perfectly characterised atoll, and a sketch, showing how low it is, is given in the "<i>Coquille's</i> Atlas." Some narrow strip-like reefs project from the southern side of <i>Drummond</i> atoll, and render it irregular. The southern island of the group is called <i>Chase</i> (in some charts, <i> Rotches</i>); of this I can find no account, but Mr. F. D. Bennett discovered (<i>Geograph. Journ.</i>", vol. vii, p. 229), a low extensive island in nearly the same latitude, about three degrees westward of the longitude assigned to Rotches, but very probably it is the same island. Mr. Bennett informs me that the man at the masthead reported an appearance of lagoon-water in the centre; and, therefore, considering its position, I have coloured it blue.&mdash;<i>Pitt</i> Island, at the extreme northern point of the group, is left uncoloured, as its exact position and nature</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 121">page 121</a></p> <p>&nbsp;</p> <p>is not known.&mdash;<i>Byron</i> Island, which lies a little to the eastward, does not appear to have been visited since Commodore Byron's voyage, and it was then seen only from a distance of eighteen miles; it is said to be low; uncoloured.</p> <p><i>Ocean, Pleasant</i>, and <i>Atlantic</i> Islands all lie considerably to the west of the Gilbert group: I have been unable to find any distinct account of them. Ocean Island is written with small letters in the French chart, but in Krusenstern's "Memoir" it is said to be high.</p> <p>M<small>ARSHALL</small> G<small>ROUP</small>.&mdash;We are well acquainted with this group from the excellent charts of the separate islands, made during the two voyages of Kotzebue: a reduced one of the whole group may be easily seen in Krusenstern's "Atlas," and in Kotzebue's "Second Voyage." The group consists (with the exception of two <i>little</i> islands which probably have had their lagoon filled up) of a double row of twenty-three large and well-characterised atolls, from the examination of which Chamisso has given us his well-known account of coral-formations. I include <i>Gaspar Rico</i>, or <i>Cornwallis</i> Island in this group, which is described by Chamisso (Kotzebue's "First Voyage," vol. iii, p. 179) "as a low sickle-formed group, with mould only on the windward side." Gaspard Island is considered by some geographers as a distinct island lying N.E. of the group, but it is not entered in the chart by Krusenstern; left uncoloured. In the S.W. part of this group lies <i>Baring</i> Island, of which little is known (see Krusenstern's "Appendix," 1835, p. 149). I have left it uncoloured; but <i>Boston</i> Island I have coloured blue, as it is described (<i>Ibid</i>.) as consisting of fourteen small islands, which, no doubt, enclose a lagoon, as represented in a chart in the "'Coquille's' Atlas."&mdash;Two islands, <i>Aur Kawen</i> and <i>Gaspar Rico</i>, are written in the French chart with capital letters; but this is an error, for from the account given by Chamisso in Kotzebue's "First Voyage," they are certainly low. The nature, position, and even existence, of the shoals and small islands north of the Marshall group, are doubtful.</p> <p>N<small>EW</small> H<small>EBRIDES</small>.&mdash;Any chart, on even a small scale, of these islands, will show that their shores are almost without reefs, presenting a remarkable contrast with those of New Caledonia on the one hand, and the Fidji group on the other. Nevertheless, I have been assured by Mr. G. Bennett, that coral grows vigorously on their shores; as indeed, will be further shown in some of the following notices. As, therefore, these islands are not encircled, and as coral grows vigorously on their shores, we might almost conclude, without further evidence, that they were fringed, and hence I have applied the red colour with rather greater freedom than in other instances.&mdash;<i>Matthew's Rock</i>, an active volcano, some way south of the group (of which a plan is given in the "Atlas of the <i>Astrolabe's</i> Voyage") does not appear to have reefs of any kind about it.&mdash;<i>Annatom</i>, the southernmost of the Hebrides; from a rough woodcut given in the <i>United Service Journal</i> (1831, part iii, p. 190), accompanying a paper by Mr. Bennett, it appears that the shore is fringed; coloured red.&mdash;<i>Tanna.</i> Forster, in his "Observations" (p. 22), says Tanna has on its shores coral-rock and madrepores; and the younger Forster, in his account (vol. ii, p. 269) speaking of the harbour</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 122">page 122</a></p> <p>&nbsp;</p> <p>says, the whole S.E. side consists of coral-reefs, which are overflowed at high-water; part of the southern shore in Cook's chart is represented as fringed; coloured red.&mdash;<i>Immer</i> is described (<i>United Service Journal,</i> 1831, part iii, p. 192) by Mr. Bennett as being of moderate elevation, with cliffs appearing like sandstone: coral grows in patches on its shore, but I have not coloured it; and I mention these facts, because Immer might have been thought from Forster's classification ("Observations," p. 14), to have been a low island or even an atoll.&mdash;<i>Erromango</i> Island; Cook ("Second Voyage," vol. ii, p. 45, 4to ed.) speaks of rocks everywhere <i>lining</i> the coast, and the natives offered to haul his boat over the breakers to the sandy beach: Mr. Bennett, in a letter to the Editor of the <i>Singapore Chron.</i>, alludes to the <i>reefs</i> on its shores. It may, I think, be safely inferred from these passages that the shore is fringed in parts by coral-reefs; coloured red.&mdash;<i>Sandwich</i> Island. The east coast is said (Cook's "Second Voyage," vol. ii, p. 41) to be low, and to be guarded by a chain of breakers. In the accompanying chart it is seen to be fringed by a reef; coloured red.&mdash;<i>Mallicollo.</i> Forster speaks of the reef-bounded shore: the reef is about thirty yards wide, and so shallow that a boat cannot pass over it. Forster also ("Observations," p. 23) says, that the rocks of the sea-shore consist of madrepore. In the plan of Sandwich harbour, the headlands are represented as fringed; coloured red.&mdash;<i>Aurora</i> and <i>Pentecost</i> Islands, according to Bougainville, apparently have no reefs; nor has the large island of <i>S. Espiritu</i>, nor <i>Bligh</i> Island or <i>Banks'</i> Islands, which latter lie to the N.E. of the Hebrides. But in none of these cases, have I met with any detailed account of their shores, or seen plans on a large scale; and it will be evident, that a fringing-reef of only thirty or even a few hundred yards in width, is of so little importance to navigation, that it will seldom be noticed, excepting by chance; and hence I do not doubt that several of these islands, now left uncoloured, ought to be red.</p> <p>S<small>ANTA</small> C<small>RUZ</small> G<small>ROUP</small>.&mdash;<i>Vanikoro</i> (Fig. 1, <a href= "#Plate I">Plate I</a>) offers a striking example of a barrier- reef: it was first described by the Chevalier Dillon, in his voyage, and was surveyed in the <i>Astrolabe</i>; coloured pale blue.&mdash;<i>Tikopia</i> and <i>Fataka</i> Islands appear, from the descriptions of Dillon and D'Urville, to have no reefs; <i> Anouda</i> is a low, flat island, surrounded by cliffs ("<i>Astrolabe</i> Hydrog." and Krusenstern, "Mem." vol. ii, p. 432); these are uncoloured. <i>Toupoua</i> (<i>Otooboa</i> of Dillon) is stated by Captain Tromelin ("Annales Marit." 1829, p. 289) to be almost entirely included in a reef, lying at the distance of two miles from the shore. There is a space of three miles without any reef, which, although indented with bays, offers no anchorage from the extreme depth of the water close to the shore: Captain Dillon also speaks of the reefs fronting this island; coloured blue.&mdash;<i>Santa-Cruz.</i> I have carefully examined the works of Carteret, D'Entrecasteaux, Wilson, and Tromelin, and I cannot discover any mention of reefs on its shores; left uncoloured.&mdash;<i>Tinakoro</i> is a constantly active volcano without reefs.&mdash;<i>Mendana Isles</i> (mentioned by Dillon under the name of <i>Mammee</i>, etc.); said by Krusenstern to be low, and intertwined with reefs. I do not believe they include a lagoon; I have left them uncoloured.&mdash;<i>Duff's</i> Islands compose a small group</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 123">page 123</a></p> <p>&nbsp;</p> <p>directed in a N.W. and S.E. band; they are described by Wilson (p. 296, "Miss. Voy." 4to ed.), as formed by bold-peaked land, with the islands surrounded by coral-reefs, extending about half a mile from the shore; at a distance of a mile from the reefs he found only seven fathoms. As I have no reason for supposing there is deep water within these reefs, I have coloured them red. <i>Kennedy</i> Island, N.E. of Duff's. I have been unable to find any account of it.</p> <p>N<small>EW</small> C<small>ALEDONIA</small>.&mdash;The great barrier-reefs on the shores of this island have already been described (Fig. 5, <a href="#Plate II">Plate II</a>). They have been visited by Labillardiere, Cook, and the northern point by D'Urville; this latter part so closely resembles an atoll that I have coloured it dark blue. The <i>Loyalty</i> group is situated eastward of this island; from the chart and description given in the "Voyage of the <i>Astrolabe</i>," they do not appear to have any reefs; north of this group, there are some extensive low reefs (called <i>Astrolabe</i> and <i>Beaupr&eacute;</i>,) which do not seem to be atoll-formed; these are left uncoloured.</p> <p>A<small>USTRALIAN</small> B<small>ARRIER</small>-R<small>EEF</small>.&mdash; The limits of this great reef, which has already been described, have been coloured from the charts of Flinders and King. In the northern parts, an atoll-formed reef, lying outside the barrier, has been described by Bligh, and is coloured dark blue. In the space between Australia and New Caledonia, called by Flinders the Corallian Sea, there are numerous reefs. Of these, some are represented in Krusenstern's "Atlas" as having an atoll-like structure; namely, <i>Bampton</i> shoal, <i>Frederic, Vine</i> or Horse-shoe, and <i> Alert</i> reefs; these have been coloured dark blue.</p> <p>L<small>OUISIADE</small>.&mdash;The dangerous reefs which front and surround the western, southern, and northern coasts of this so-called peninsula and archipelago, seem evidently to belong to the barrier class. The land is lofty, with a low fringe on the coast; the reefs are distant, and the sea outside them profoundly deep. Nearly all that is known of this group is derived from the labours of D'Entrecasteaux and Bougainville: the latter has represented one continuous reef ninety miles long, parallel to the shore, and in places as much as ten miles from it; coloured pale blue. A little distance northward we have the <i>Laughlan</i> Islands, the reefs round which are engraved in the "Atlas of the Voyage of the <i>Astrolabe</i>," in the same manner as in the encircled islands of the Caroline Archipelago, the reef is, in parts, a mile and a half from the shore, to which it does not appear to be attached; coloured blue. At some little distance from the extremity of the Louisiade lies the <i>Wells</i> reef, described in G. Hamilton's "Voyage in H.M.S. <i>Pandora</i>" (p. 100): it is said, "We found we had got embayed in a double reef, which will soon be an island." As this statement is only intelligible on the supposition of the reef being crescent or horse- shoe formed, like so many other submerged annular reefs, I have ventured to colour it blue.</p> <p>S<small>OLOMON</small> A<small>RCHIPELAGO</small>.&mdash;The chart in Krusenstern's "Atlas" shows that these islands are not encircled, and as coral appears from the works of Surville, Bougainville, and Labillardiere, to grow on their shores, this circumstance, as in the case of the New Hebrides, is a presumption that they are fringed. I cannot find out anything from D'Entrecasteaux's</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 124">page 124</a></p> <p>&nbsp;</p> <p>"Voyage," regarding the southern islands of the group, so have left them uncoloured.&mdash;<i>Malayta</i> Island in a rough MS. chart in the Admiralty has its northern shore fringed.&mdash;<i>Ysabel</i> Island, the N.E. part of this island, in the same chart, is also fringed: Mendana, speaking (Burney, vol. i, p. 280) of an islet adjoining the northern coast, says it is surrounded by reefs; the shores, also of Port Praslin appear regularly fringed.&mdash;<i>Choiseul</i> Island. In Bougainville's "Chart of Choiseul Bay," parts of the shores are fringed by coral-reefs.&mdash;<i>Bougainville</i> Island. According to D'Entrecasteaux the western shore abounds with coral-reefs, and the smaller islands are said to be attached to the larger ones by reefs; all the before-mentioned islands have been coloured red.&mdash;<i>Bouka</i> Islands. Captain Duperrey has kindly informed me in a letter that he passed close round the northern side of this island (of which a plan is given in his "Atlas of the <i>Coquille's</i> Voyage"), and that it was "garnie d'une bande de r&eacute;cifs &agrave; fleur d'eau adherentes au rivage;" and he infers, from the abundance of coral on the islands north and south of Bouka, that the reef probably is of coral; coloured red.</p> <p>Off the north coast of the Solomon Archipelago there are several small groups which are little known; they appear to be low, and of coral-formation; and some of them probably have an atoll-like structure; the Chevallier Dillon, however, informs me that this is not the case with the B. de <i>Candelaria.&mdash;Outong Java</i>, according to the Spanish navigator, Maurelle, is thus characterised; but this is the only one which I have ventured to colour blue.</p> <p>N<small>EW</small> I<small>RELAND</small>.&mdash;The shores of the S.W. point of this island and some adjoining islets, are fringed by reefs, as may be seen in the "Atlases of the Voyages of the <i>Coquille</i> and <i>Astrolabe</i>." M. Lesson observes that the reefs are open in front of each streamlet. The <i>Duke of York's</i> Island is also fringed; but with regard to the other parts of <i>New Ireland, New Hanover</i>, and the small islands lying northward, I have been unable to obtain any information. I will only add that no part of New Ireland appears to be fronted by distant reefs. I have coloured red only the above specified portions.</p> <p>N<small>EW</small> B<small>RITAIN AND THE</small> N<small>ORTHERN</small> S<small>HORE OF</small> N<small>EW</small> G<small>UINEA</small>.&mdash;From the charts in the "Voyage of the <i>Astrolabe</i>," and from the "Hydrog. Memoir," it appears that these coasts are entirely without reefs, as are the <i>Schouten</i> Islands, lying close to the northern shore of New Guinea. The western and south-western parts of New Guinea, will be treated of when we come to the islands of the East Indian Archipelago.</p> <p>A<small>DMIRALTY</small> G<small>ROUP</small>.&mdash;From the accounts by Bougainville, Maurelle, D'Entrecasteaux, and the scattered notices collected by Horsburgh, it appears, that some of the many islands composing it, are high, with a bold outline; and others are very low, small and interlaced with reefs. All the high islands appear to be fronted by distant reefs rising abruptly from the sea, and within some of which there is reason to believe that the water is deep. I have therefore little doubt they are of the barrier class.&mdash;In the southern part of the group we have <i> Elizabeth</i> Island, which is surrounded by a reef at the distance of a mile; and two miles eastward of it (Krusenstern, "Append." 1835, p. 42) there is a little island</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 125">page 125</a></p> <p>&nbsp;</p> <p>containing a lagoon.&mdash;Near here, also lies <i> Circular-reef</i> (Horsburgh, "Direct.," vol. i, p. 691, 4th ed.), "three or four miles in diameter having deep water inside with an opening at the N.N.W. part, and on the outside steep to." I have from these data, coloured the group pale blue, and <i> Circular-reef</i> dark blue.&mdash;The <i>Anachorites, Echequier</i>, and <i>Hermites</i>, consist of innumerable low islands of coral-formation, which probably have atoll-like forms; but not being able to ascertain this, I have not coloured them, nor <i>Durour</i> Island, which is described by Carteret as low.</p> <p>The C<small>AROLINE</small> A<small>RCHIPELAGO</small> is now well-known, chiefly from the hydrographical labours of Lutk&eacute;; it contains about forty groups of atolls, and three encircled islands, two of which are engraved in Figs 2 and 7, <a href="#Plate I">Plate I.</a> Commencing with the eastern part; the encircling reef round <i>Ualen</i> appears to be only about half a mile from the shore; but as the land is low and covered with mangroves ("Voyage autour du Monde," par F. Lutk&eacute;, vol. i, p. 339), the real margin has not probably been ascertained. The extreme depth in one of the harbours within the reef is thirty-three fathoms (see charts in "Atlas of <i>Coquille's</i> Voyage"), and outside at half a mile distant from the reef, no bottom was obtained with two hundred and fifty fathoms. The reef is surmounted by many islets, and the lagoon-like channel within is mostly shallow, and appears to have been much encroached on by the low land surrounding the central mountains; these facts show that time has allowed much detritus to accumulate; coloured pale blue.&mdash;<i>Pouynip&egrave;te</i>, or Seniavine. In the greater part of the circumference of this island, the reef is about one mile and three quarters distant; on the north side it is five miles off the included high islets. The reef is broken in several places; and just within it, the depth in one place is thirty fathoms, and in another, twenty-eight, beyond which, to all appearance, there was "un porte vaste et sur" (Lutk&eacute;, vol. ii, p. 4); coloured pale blue.&mdash;<i>Hogoleu</i> or <i>Roug</i>. This wonderful group contains at least sixty-two islands, and its reef is one hundred and thirty-five miles in circuit. Of the islands, only a few, about six or eight (see "Hydrog. Descrip." p. 428, of the "Voyage of the <i>Astrolabe</i>," and the large accompanying chart taken chiefly from that given by Duperrey) are high, and the rest are all small, low, and formed on the reef. The depth of the great interior lake has not been ascertained; but Captain D'Urville appears to have entertained no doubt about the possibility of taking in a frigate. The reef lies no less than fourteen miles distant from the northern coasts of the interior high islands, seven from their western sides, and twenty from the southern; the sea is deep outside. This island is a likeness on a grand scale to the Gambier group in the Low Archipelago. Of the groups of low<sup>1</sup> islands forming the chief part of the Caroline Archipelago, all those of larger size, have the true atoll-structure (as may be seen in the "Atlas" by Captain Lutk&eacute;), and some even of the very small ones, as <i> Macaskill</i> and <i>Duperrey</i>, of which plans are given in the</p> <p class="fnote">1. In D'Urville and Lottin's chart, Peserare is written with capital letters; but this evidently is an error, for it is one of the low islets on the reef of Namonouyto (see Lutk&eacute;'s charts)&mdash;a regular atoll.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 126">page 126</a></p> <p>&nbsp;</p> <p>"Atlas of the <i>Coquille's</i> Voyage." There are, however, some low small islands of coral-formation, namely <i>Ollap, Tamatam, Bigali, Satahoual</i>, which do not contain lagoons; but it is probable that lagoons originally existed, but have since filled up: Lutk&eacute; (vol. ii, p. 304) seems to have thought that all the low islands, with only one exception, contained lagoons. From the sketches, and from the manner in which the margins of these islands are engraved in the "Atlas of the Voyage of the <i>Coquille</i>," it might have been thought that they were not low; but by a comparison with the remarks of Lutk&eacute; (vol. ii, p. 107, regarding Bigali) and of Freycinet ("Hydrog. Memoir <i> L'Uranie</i> Voyage," p. 188, regarding Tamatam, Ollap, etc.), it will be seen that the artist must have represented the land incorrectly. The most southern island in the group, namely <i> Piguiram</i>, is not coloured, because I have found no account of it. <i>Nougouor</i>, or <i>Monte Verdison</i>, which was not visited by Lutk&eacute;, is described and figured by Mr. Bennett (<i>United Service Journal</i>, January 1832) as an atoll. All the above-mentioned islands have been coloured blue.</p> <p>W<small>ESTERN</small> P<small>ART OF THE</small> C<small>AROLINE</small> A<small>RCHIPELAGO</small>.&mdash;<i>Fais</i> Island is ninety feet high, and is surrounded, as I have been informed by Admiral Lutk&eacute;, by a narrow reef of living coral, of which the broadest part, as represented in the charts, is only 150 yards; coloured red.&mdash;<i>Philip</i> Island., I believe, is low; but Hunter, in his "Historical Journal," gives no clear account of it; uncoloured.&mdash;<i>Elivi</i>; from the manner in which the islets on the reefs are engraved, in the "Atlas of the <i>Astrolabe's</i> Voyage," I should have thought they were above the ordinary height, but Admiral Lutk&eacute; assures me this is not the case: they form a regular atoll; coloured blue.&mdash;<i>Gouap</i> (<i>Eap</i> of Chamisso), is a high island with a reef (see chart in "Voyage of the <i>Astrolabe</i>"), more than a mile distant in most parts from the shore, and two miles in one part. Captain D'Urville thinks that there would be anchorage ("Hydrog. Descript. <i>Astrolabe</i> Voyage," p. 436) for ships within the reef, if a passage could be found; coloured pale blue.&mdash;<i>Goulou</i>, from the chart in the "<i>Astrolabe's</i> Atlas," appears to be an atoll. D'Urville ("Hydrog. Descript." p. 437) speaks of the low islets on the reef; coloured dark blue.</p> <p>P<small>ELEW</small> I<small>SLANDS</small>.&mdash;Krusenstern speaks of some of the islands being mountainous; the reefs are distant from the shore, and there are spaces within them, and not opposite valleys, with from ten to fifteen fathoms. According to a MS. chart of the group by Lieutenant Elmer in the Admiralty, there is a large space within the reef with deepish water; although the high land does not hold a central position with respect to the reefs, as is generally the case, I have little doubt that the reefs of the Pelew Islands ought to be ranked with the barrier class, and I have coloured them pale blue. In Lieutenant Elmer's chart there is a horseshoe-formed shoal, laid down thirteen miles N.W. of Pelew, with fifteen fathoms within the reef, and some dry banks on it; coloured dark blue.&mdash;<i>Spanish, Martires, Sanserot, Pulo Anna</i> and <i>Mariere</i> Islands are not coloured, because I know nothing about them, excepting that according to Krusenstern, the second, third, and fourth mentioned, are</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 127">page 127</a></p> <p>&nbsp;</p> <p>low, placed on coral-reefs, and therefore, perhaps, contain lagoons; but Pulo Mariere is a little higher.</p> <p>M<small>ARIANA</small> A<small>RCHIPELAGO</small>, or L<small>ADRONES</small>.&mdash;<i>Guahan.</i> Almost the whole of this island is fringed by reefs, which extend in most parts about a third of a mile from the land. Even where the reefs are most extensive, the water within them is shallow. In several parts there is a navigable channel for boats and canoes within the reefs. In Freycinet's "Hydrog. Mem." there is an account of these reefs, and in the "Atlas," a map on a large scale; coloured red.&mdash;<i>Rota</i>. "L'ile est presque enti&egrave;rement entour&eacute;e des r&eacute;cifs" (p. 212, Freycinet's "Hydrog. Mem."). These reefs project about a quarter of a mile from the shore; coloured red.&mdash;<i>Tinian. The eastern</i> coast is precipitous, and is without reefs; but the western side is fringed like the last island; coloured red.&mdash;<i>Saypan</i>. The N.E. coast, and likewise the western shores appear to be fringed; but there is a great, irregular, horn-like reef projecting far from this side; coloured red.&mdash;<i>Farallon de Medinilla</i>, appears so regularly and closely fringed in Freycinet's charts, that I have ventured to colour it red, although nothing is said about reefs in the "Hydrographical Memoir." The several islands which form the northern part of the group are volcanic (with the exception perhaps of Torres, which resembles in form the madreporitic island of Medinilla), and appear to be without reefs.&mdash;<i>Mangs</i>, however, is described (by Freycinet, p. 219, "Hydrog.") from some Spanish charts, as formed of small islands placed "au milieu des nombreux r&eacute;cifs;" and as these reefs in the general chart of the group do not project so much as a mile; and as there is no appearance from a double line, of the existence of deep water within, I have ventured, although with much hesitation, to colour them red. Respecting <i>Folger</i> and <i> Marshall</i> Islands which lie some way east of the Marianas, I can find out nothing, excepting that they are probably low. Krusenstern says this of Marshall Island; and Folger Island is written with small letters in D'Urville's chart; uncoloured.</p> <p>B<small>ONIN OR</small> A<small>RZOBISPO</small> G<small>ROUP</small>.&mdash;<i>Peel</i> Island has been examined by Captain Beechey, to whose kindness I am much indebted for giving me information regarding it: "At Port Lloyd there is a great deal of coral; and the inner harbour is entirely formed by coral-reefs, which extend outside the port along the coast." Captain Beechey, in another part of his letter to me, alludes to the reefs fringing the island in all directions; but at the same time it must be observed that the surf washes the volcanic rocks of the coast in the greater part of its circumference. I do not know whether the other islands of the Archipelago are fringed; I have coloured Peel Island red.&mdash;<i>Grampus</i> Island to the eastward, does not appear (Meare's "Voyage," p. 95) to have any reefs, nor does <i> Rosario</i> Island (from Lutk&eacute;'s chart), which lies to the westward. Respecting the few other islands in this part of the sea, namely the <i>Sulphur</i> Islands, with an active volcano, and those lying between Bonin and Japan (which are situated near the extreme limit in latitude, at which reefs are formed), I have not been able to find any clear account.</p> <p>W<small>EST</small> E<small>ND OF</small> N<small>EW</small> G<small>UINEA</small>.&mdash;<i>Port Dory.</i> From the charts in the "Voyage of the <i>Coquille</i>," it would appear that the coast in this part</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 128">page 128</a></p> <p>&nbsp;</p> <p>is fringed by coral-reefs; M. Lesson, however, remarks that the coral is sickly; coloured red.&mdash;<i>Waigiou.</i> A considerable portion of the northern shores of these islands is seen in the charts (on a large scale) in Freycinet's "Atlas" to be fringed by coral-reefs. Forrest (p. 21, "Voyage to New Guinea") alludes to the coral-reefs lining the heads of Piapis Bay; and Horsburgh (vol. ii, p. 599, 4th edit.), speaking of the islands in Dampier Strait, says "sharp coral-rocks line their shores;" coloured red.&mdash;In the sea north of these islands, we have <i>Guedes</i> (or <i> Freewill</i>, or <i>St. David's</i>), which from the chart given in the 4to edit. of Carteret's "Voyage," must be an atoll. Krusenstern says the islets are very low; coloured blue.&mdash;<i>Carteret's Shoals</i>, in 2&deg; 53' N., are described as circular, with stony points showing all round, with deeper water in the middle; coloured blue.&mdash;<i>Aiou</i>; the plan of this group, given in the "Atlas of the Voyage of the <i>Astrolabe</i>," shows that it is an atoll; and, from a chart in Forrest's "Voyage," it appears that there is twelve fathoms within the circular reef; coloured blue.&mdash;The S.W. coast of New Guinea appears to be low, muddy, and devoid of reefs. The <i>Arru, Timor-laut</i>, and <i> Tenimber</i> groups have lately been examined by Captain Kolff, the MS. translation of which, by Mr. W. Earl, I have been permitted to read, through the kindness of Captain Washington, R.N. These islands are mostly rather low, and are surrounded by distant reefs (the Ki Islands, however, are lofty, and, from Mr. Stanley's survey, appear without reefs); the sea in some parts is shallow, in others profoundly deep (as near Larrat). From the imperfection of the published charts, I have been unable to decide to which class these reefs belong. From the distance to which they extend from the land, where the sea is very deep, I am strongly inclined to believe they ought to come within the barrier class, and be coloured blue; but I have been forced to leave them uncoloured.&mdash;The last-mentioned groups are connected with the east end of Ceram by a chain of small islands, of which the small groups of <i>Ceram-laut, Goram</i> and <i>Keffing</i> are surrounded by very extensive reefs, projecting into deep water, which, as in the last case, I strongly suspect belong to the barrier class; but I have not coloured them. From the south side of Keffing, the reefs project five miles (Windsor Earl's "Sailing Direct. for the Arafura Sea," p. 9).</p> <p>C<small>ERAM</small>.&mdash;In various charts which I have examined, several parts of the coast are represented as fringed by reefs.&mdash;<i>Manipa</i> Island, between Ceram and Bourou, in an old MS. chart in the Admiralty, is fringed by a very irregular reef, partly dry at low water, which I do not doubt is of coral-formation; both islands coloured red.&mdash;<i>Bourou</i>; parts of this island appear fringed by coral-reefs, namely, the eastern coast, as seen in Freycinet's chart; and <i>Cajeli Bay</i>, which is said by Horsburgh (vol. ii, p. 630) to be lined by coral-reefs, that stretch out a little way, and have only a few feet water on them. In several charts, portions of the islands forming the A<small>MBOINA</small> G<small>ROUP</small> are fringed by reefs; for instance, <i>Noessa, Harenca</i>, and <i>Ucaster</i>, in Freycinet's charts. The above-mentioned islands have been coloured red, although the evidence is not very satisfactory.&mdash;North of Bourou the parallel line of the <i> Xulla</i> Isles extends: I have not been able to find out anything about them, excepting</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 129">page 129</a></p> <p>&nbsp;</p> <p>that Horsburgh (vol. ii, p. 543) says that the northern shore is surrounded by a reef at the distance of two or three miles; uncoloured.&mdash;<i>Mysol Group</i>; the Kanary Islands are said by Forrest ("Voyage," p. 130) to be divided from each other by deep straits, and are lined with coral-rocks; coloured red.&mdash;<i>Guebe</i>, lying between Waigiou and Gilolo, is engraved as if fringed; and it is said by Freycinet, that all the soundings under five fathoms were on coral; coloured red.&mdash;<i>Gilolo</i>. In a chart published by Dalrymple, the numerous islands on the western, southern (<i>Batchian</i> and the <i>Strait of Patientia</i>), and eastern sides appear fringed by narrow reefs; these reefs, I suppose, are of coral, for it is said in "Malte Brun" (vol. xii, p. 156), "Sur les c&ocirc;tes (of Batchian) comme <i>dans les plupart</i> des iles de cet archipel, il y a de rocs de m&eacute;drepores d'une beaut&eacute; et d'une vari&eacute;t&eacute; infimies." Forrest, also (p. 50), says Seland, near Batchian, is a little island with reefs of coral; coloured red.&mdash;<i>Morty</i> Island (north of Gilolo). Horsburgh (vol. ii, p. 506) says the northern coast is lined by reefs, projecting one or two miles, and having no soundings close to them; I have left it uncoloured, although, as in some former cases, it ought probably to be pale blue.&mdash;<i>Celebes.</i> The western and northern coasts appear in the charts to be bold and without reefs. Near the extreme northern point, however, an islet in the <i>Straits of Limbe</i>, and parts of the adjoining shore, appear to be fringed: the east side of the bay of <i>Manado</i>, has deep water, and is fringed by sand and coral ("<i>Astrol.</i> Voyage," Hydrog. Part, pp. 453-4); this extreme point, therefore, I have coloured red.&mdash; Of the islands leading from this point to Magindanao, I have not been able to find any account, except of <i> Serangani</i>, which appears surrounded by narrow reefs; and Forrest ("Voyage," p. 164) speaks of coral on its shores; I have, therefore, coloured this island red. To the eastward of this chain lie several islands; of which I cannot find any account, except of <i>Karkalang</i>, which is said by Horsburgh (vol. ii, p. 504) to be lined by a dangerous reef, projecting several miles from the northern shore; not coloured.</p> <p>I<small>SLANDS NEAR</small> T<small>IMOR</small>.&mdash;The account of the following islands is taken from Captain D. Kolff's "Voyage," in 1825, translated by Mr. W. Earl, from the Dutch.&mdash;<i>Lette</i> has "reefs extending along shore at the distance of half a mile from the land."&mdash;<i>Moa</i> has reefs on the S.W. part.&mdash;<i>Lakor</i> has a reef lining its shore; these islands are coloured red.&mdash;Still more eastward, <i> Luan</i> has, differently from the last-mentioned islands, an extensive reef; it is steep outside, and within there is a depth of twelve feet; from these facts, it is impossible to decide to which class this island belongs.&mdash;<i>Kissa</i>, off the point of Timor, has its "shore fronted by a reef, steep too on the outer side, over which small proahs can go at the time of high water;" coloured red.&mdash;<i>Timor</i>; most of the points, and some considerable spaces of the northern shore, are seen in Freycinet's chart to be fringed by coral- reefs; and mention is made of them in the accompanying "Hydrog. Memoir;" coloured red.&mdash;<i>Savu</i>, S.E. of Timor, appears in Flinders' chart to be fringed; but I have not coloured it, as I do not know that the reefs are of coral.&mdash; <i>Sandalwood</i> Island has, according to Horsburgh (vol. ii, p. 607), a reef on its southern shore, four miles distant from the land; as the neighbouring sea is deep,</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 130">page 130</a></p> <p>&nbsp;</p> <p>and generally bold, this probably is a barrier-reef, but I have not ventured to colour it.</p> <p>N.W. C<small>OAST OF</small> A<small>USTRALIA</small>.&mdash;It appears, in Captain King's Sailing Directions ("Narrative of Survey," vol. ii, pp. 325-369), that there are many extensive coral-reefs skirting, often at considerable distances, the N.W. shores, and encompassing the small adjoining islets. Deep water, in no instance, is represented in the charts between these reefs and the land; and, therefore, they probably belong to the fringing class. But as they extend far into the sea, which is generally shallow, even in places where the land seems to be somewhat precipitous; I have not coloured them. Houtman's Abrolhos (lat. 28&deg; S. on west coast) have lately been surveyed by Captain Wickham (as described in <i>Naut. Mag.</i> 1841, p. 511): they lie on the edge of a steeply shelving bank, which extends about thirty miles seaward, along the whole line of coast. The two southern reefs, or islands, enclose a lagoon-like space of water, varying in depth from five to fifteen fathoms, and in one spot with twenty-three fathoms. The greater part of the island has been formed on their inland sides, by the accumulation of fragments of coral; the seaward face consisting of nearly bare ledges of rock. Some of the specimens, brought home by Captain Wickham, contained fragments of marine shells, but others did not; and these closely resembled a formation at King George's Sound, principally due to the action of the wind on calcareous dust, which I shall describe in a forthcoming part. From the extreme irregularity of these reefs with their lagoons, and from their position on a bank, the usual depth of which is only thirty fathoms, I have not ventured to class them with atolls, and hence have left them uncoloured.&mdash;<i>Rowley Shoals.</i> These lie some way from the N.W. coast of Australia: according to Captain King ("Narrative of Survey," vol. i, p. 60), they are of coral-formation. They rise abruptly from the sea, and Captain King had no bottom with 170 fathoms close to them. Three of them are crescent-shaped; they are mentioned by Mr. Lyell, on the authority of Captain King, with reference to the direction of their open sides. "A third oval reef of the same group is entirely submerged" ("Principles of Geology," book iii, chap. xviii); coloured blue.&mdash;<i>Scott's Reefs</i>, lying north of Rowley Shoals, are briefly described by Captain Wickham (<i>Naut. Mag.</i> 1841, p. 440): they appear to be of great size, of a circular form, and "with smooth water within, forming probably a lagoon of great extent." There is a break on the western side, where there probably is an entrance: the water is very deep off these reefs; coloured blue.</p> <p>Proceeding westward along the great volcanic chain of the East Indian Archipelago, <i>Solor Strait</i> is represented in a chart published by Dalrymple from a Dutch MS., as fringed; as are parts of <i>Flores</i>, of <i>Adenara</i>, and of <i>Solor.</i> Horsburgh speaks of coral growing on these shores; and therefore I have no doubt that the reefs are of coral, and accordingly have coloured them red. We hear from Horsburgh (vol. ii, p. 602) that a coral-flat bounds the shores of <i>Sapy</i> Bay. From the same authority it appears (p. 610) that reefs fringe the island of <i> Timor-Young</i>, on the N. shore of Sumbawa; and, likewise (p. 600),</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 131">page 131</a></p> <p>&nbsp;</p> <p>that <i>Bally</i> town in <i>Lombock</i>, is fronted by a reef, stretching along the shore at a distance of a hundred fathoms, with channels through it for boats; these places, therefore, have been coloured red.&mdash;<i>Bally</i> Island. In a Dutch MS. chart on a large scale of Java, which was brought from that island by Dr. Horsfield, who had the kindness to show it me at the India House, its western, northern, and southern shores appear very regularly fringed by a reef (see also Horsburgh, vol. ii, p. 593); and as coral is found abundantly there, I have not the least doubt that the reef is of coral, and therefore have coloured it red.</p> <p>J<small>AVA</small>.&mdash;My information regarding the reefs of this great island is derived from the chart just mentioned. The greater part of <i>Maduara</i> is represented in it as regularly fringed, and likewise portions of the coast of Java immediately south of it. Dr. Horsfield informs me that coral is very abundant near <i>Sourabaya.</i> The islets and parts of the N. coast of Java, west of <i>Point Buang</i>, or <i>Japara</i>, are fringed by reefs, said to be of coral. <i>Lubeck</i>, or <i>Bavian</i> Islands, lying at some distance from the shore of Java, are regularly fringed by coral-reefs. <i>Carimon Java</i> appears equally so, though it is not directly said that the reefs are of coral; there is a depth between thirty and forty fathoms round these islands. Parts of the shores of <i>Sunda Strait</i>, where the water is from forty to eighty fathoms deep, and the islets near <i>Batavia</i> appear in several charts to be fringed. In the Dutch chart the southern shore, in the narrowest part of the island, is in two places fringed by reefs of coral. West of <i> Segorrowodee</i> Bay, and the extreme S.E. and E. portions are likewise fringed by coral-reefs; all the above-mentioned places coloured red.</p> <p><i>Macassar Strait</i>; the east coast of Borneo appears, in most parts, free from reefs, and where they occur, as on the east coast of <i>Pamaroong</i>, the sea is very shallow; hence no part is coloured. In <i>Macassar</i> Strait itself, in about lat. 2&deg; S., there are many small islands with coral-shoals projecting far from them. There are also (old charts by Dalrymple) numerous little flats of coral, not rising to the surface of the water, and shelving suddenly from five fathoms to no bottom with fifty fathoms; they do not appear to have a lagoon-like structure. There are similar coral-shoals a little farther south; and in lat. 4&deg; 55' there are two, which are engraved from modern surveys, in a manner which might represent an annular reef with deep water inside: Captain Moresby, however, who was formerly in this sea, doubts this fact, so that I have left them uncoloured: at the same time I may remark, that these two shoals make a nearer approach to the atoll-like structure than any other within the E. Indian Archipelago. Southward of these shoals there are other low islands and irregular coral-reefs; and in the space of sea, north of the great volcanic chain, from Timor to Java, we have also other islands, such as the <i>Postillions, Kalatoa, Tokan- Bessees</i>, etc., which are chiefly low, and are surrounded by very irregular and distant reefs. From the imperfect charts I have seen, I have not been able to decide whether they belong to the atoll or barrier-classes, or whether they merely fringe submarine banks, and gently sloping land. In the Bay of <i>Bonin</i>, between the two southern arms of Celebes, there are numerous coral-</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 132">page 132</a></p> <p>&nbsp;</p> <p>reefs; but none of them seem to have an atoll-like structure. I have, therefore, not coloured any of the islands in this part of the sea; I think it, however, exceedingly probable that some of them ought to be blue. I may add that there is a harbour on the S.E. coast of <i>Bouton</i> which, according to an old chart, is formed by a reef, parallel to the shore, with deep water within; and in the "Voyage of the <i>Coquille</i>," some neighbouring islands are represented with reefs a good way distant, but I do not know whether with deep water within. I have not thought the evidence sufficient to permit me to colour them.</p> <p>S<small>UMATRA</small>.&mdash;Commencing with the west coast and outlying islands, <i>Engano Island</i> is represented in the published chart as surrounded by a narrow reef, and Napier, in his "Sailing Directions," speaks of the reef being of coral (also Horsburgh, vol. ii, p. 115); coloured red.&mdash;<i>Rat Island</i> (3&deg; 51' S.) is surrounded by reefs of coral, partly dry at low water, (Horsburgh, vol. ii, p. 96).&mdash;<i>Trieste Island</i> (4&deg; 2' S.). The shore is represented in a chart which I saw at the India House, as fringed in such a manner, that I feel sure the fringe consists of coral; but as the island is so low, that the sea sometimes flows quite over it (Dampier, "Voyage," vol. i, p. 474), I have not coloured it.&mdash;<i>Pulo Dooa</i> (lat. 3&deg;). In an old chart it is said there are chasms in the reefs round the island, admitting boats to the watering-place, and that the southern islet consists of a mass of sand and coral.&mdash;<i>Pulo Pisang</i>; Horsburgh (vol. ii, p. 86) says that the rocky coral-bank, which stretches about forty yards from the shore, is steep to all round: in a chart, also, which I have seen, the island is represented as regularly fringed.&mdash;<i>Pulo Mintao</i> is lined with reefs on its west side (Horsburgh, vol. ii, p. 107).&mdash;<i>Pulo Baniak</i>; the same authority (vol. ii, p. 105), speaking of a part, says it is faced with coral-rocks.&mdash;<i>Minguin</i> (3&deg; 36' N.). A coral-reef fronts this place, and projects into the sea nearly a quarter of a mile ("Notices of the Indian Arch." published at Singapore, p. 105).&mdash;<i>Pulo Brassa</i> (5&deg; 46' N.). A reef surrounds it at a cable's length (Horsburgh, vol. ii, p. 60). I have coloured all the above-specified points red. I may here add, that both Horsburgh and Mr. Moor (in the "Notices" just alluded to) frequently speak of the numerous reefs and banks of coral on the west coast of Sumatra; but these nowhere have the structure of a barrier-reef, and Marsden ("History of Sumatra") states, that where the coast is flat, the fringing-reefs extend furthest from it. The northern and southern points, and the greater part of the east coast, are low, and faced with mud banks, and therefore without coral.</p> <p>N<small>ICOBAR</small> I<small>SLANDS</small>.&mdash;The chart represents the islands of this group as fringed by reefs. With regard to <i>Great Nicobar</i>, Captain Moresby informs me, that it is fringed by reefs of coral, extending between two and three hundred yards from the shore. The <i>Northern Nicobars</i> appear so regularly fringed in the published charts, that I have no doubt the reefs are of coral. This group, therefore, is coloured red.</p> <p>A<small>NDAMAN</small> I<small>SLANDS</small>.&mdash;From an examination of the MS. chart, on a large scale, of this island, by Captain Arch. Blair, in the Admiralty, several portions of the coast appear fringed; and as Horsburgh speaks of coral-reefs being numerous in the vicinity of these islands, I should have</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 133">page 133</a></p> <p>&nbsp;</p> <p>coloured them red, had not some expressions in a paper in the "Asiatic Researches" (vol. iv, p. 402) led me to doubt the existence of reefs; uncoloured.</p> <p>The coast of <i>Malacca, Tenasserim</i> and the coasts northward, appear in the greater part to be low and muddy: where reefs occur, as in parts of <i>Malacca Straits</i>, and near <i> Singapore</i>, they are of the fringing kind; but the water is so shoal, that I have not coloured them. In the sea, however, between Malacca and the west coast of Borneo, where there is a greater depth from forty to fifty fathoms, I have coloured red some of the groups, which are regularly fringed. The northern <i>Natunas</i> and the <i>Anambas</i> Islands are represented in the charts on a large scale, published in the "Atlas of the Voyage of the <i> Favourite</i>," as fringed by reefs of coral, with very shoal water within them.&mdash;<i>Tumbelan</i> and <i>Bunoa</i> Islands (1&deg; N.) are represented in the English charts as surrounded by a very regular fringe.&mdash;<i>St. Barbes</i> (0&deg; 15' N.) is said by Horsburgh (vol. ii, p. 279) to be fronted by a reef, over which boats can land only at high water.&mdash;The shore of <i>Borneo</i> at <i>Tunjong Apee</i> is also fronted by a reef, extending not far from the land (Horsburgh, vol. ii, p. 468). These places I have coloured red; although with some hesitation, as the water is shallow. I might perhaps have added <i>Pulo Leat</i>, in Gaspar Strait, <i>Lucepara</i>, and <i>Carimata</i>; but as the sea is confined and shallow, and the reefs not very regular, I have left them uncoloured.</p> <p>The water shoals gradually towards the whole west coast of <i> Borneo</i>: I cannot make out that it has any reefs of coral. The islands, however, off the northern extremity, and near the S.W. end of <i>Palawan</i>, are fringed by very distant coral-reefs; thus the reefs in the case of <i>Balabac</i> are no less than five miles from the land; but the sea, in the whole of this district, is so shallow, that the reefs might be expected to extend very far from the land. I have not, therefore, thought myself authorised to colour them. The N.E. point of Borneo, where the water is very shoal, is connected with Magindanao by a chain of islands called the <i>Sooloo Archipelago</i>, about which I have been able to obtain very little information; <i>Pangootaran</i>, although ten miles long, entirely consists of a bed of coral-rock ("Notices of E. Indian Arch." p. 58): I believe from Horsburgh that the island is low; not coloured.&mdash;<i>Tahow Bank</i>, in some old charts, appears like a submerged atoll; not coloured. Forrest ("Voyage," p. 21) states that one of the islands near Sooloo is surrounded by coral-rocks; but there is no distant reef. Near the S. end of <i> Basselan</i>, some of the islets in the chart accompanying Forrest's "Voyage," appear fringed with reefs; hence I have coloured, though unwillingly, parts of the Sooloo group red. The sea between Sooloo and Palawan, near the shoal coast of Borneo, is interspersed with irregular reefs and shoal patches; not coloured: but in the northern part of this sea, there are two low islets, <i> Cagayanes</i> and <i>Cavilli</i>, surrounded by extensive coral-reefs; the breakers round the latter (Horsburgh, vol. ii, p. 513) extend five or six miles from a sandbank, which forms the only dry part; these breakers are steep to outside; there appears to be an opening through them on one side, with four or five fathoms within: from this description, I strongly suspect that Cavilli</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 134">page 134</a></p> <p>&nbsp;</p> <p>ought to be considered an atoll; but, as I have not seen any chart of it, on even a moderately large scale, I have not coloured it. The islets off the northern end of <i>Palawan</i>, are in the same case as those off the southern end, namely they are fringed by reefs, some way distant from the shore, but the water is exceedingly shallow; uncoloured. The western shore of Palawan will be treated of under the head of China Sea.</p> <p>P<small>HILIPPINE</small> A<small>RCHIPELAGO</small>.&mdash;A chart on a large scale of <i>Appoo Shoal</i>, which lies near the S.E. coast of Mindoro, has been executed by Captain D. Ross: it appears atoll-formed, but with rather an irregular outline; its diameter is about ten miles; there are two well-defined passages leading into the interior lagoon, which appears open; close outside the reef all round, there is no bottom with seventy fathoms; coloured blue.&mdash;<i>Mindoro</i>: the N.W. coast is represented in several charts, as fringed by a reef, and <i>Luban Island</i> is said, by Horsburgh (vol. ii, p. 436), to be "lined by a reef."&mdash;<i>Luzon</i>: Mr. Cuming, who has lately investigated with so much success the Natural History of the Philippines, informs me, that about three miles of the shore north of Point St. Jago, is fringed by a reef; as are (Horsburgh, vol. ii, p. 437) the Three Friars off Silanguin Bay. Between Point Capones and Playa Honda, the coast is "lined by a coral-reef, stretching out nearly a mile in some places," (Horsburgh); and Mr. Cuming visited some fringing-reefs on parts of this coast, namely, near Puebla, Iba, and Mansinglor. In the neighbourhood of Solon-solon Bay, the shore is lined (Horsburgh, ii, p. 439) by coral-reefs, stretching out a great way: there are also reefs about the islets off Solamague; and as I am informed by Mr. Cuming, near St. Catalina, and a little north of it. The same gentleman informs me there are reefs on the S.E. point of this island in front of Samar, extending from Malalabon to Bulusan. These appear to be the principal fringing-reefs on the coasts of Luzon; and they have all been coloured red. Mr. Cuming informs me that none of them have deep water within; although it appears from Horsburgh that some few extend to a considerable distance from the shore. Within the Philippine Archipelago, the shores of the islands do not appear to be commonly fringed, with the exception of the S. shore of <i> Masbate</i>, and nearly the whole of <i>Bohol</i>; which are both coloured red. On the S. shore of <i>Magindanao</i>, Bunwoot Island is surrounded (according to Forrest, "Voyage," p. 253), by a coral-reef, which in the chart appears one of the fringing class. With respect to the eastern coasts of the whole Archipelago, I have not been able to obtain any account.</p> <p>B<small>ABUYAN</small> I<small>SLANDS</small>.&mdash;Horsburgh says (vol. ii, p. 442), coral-reefs line the shores of the harbour in Fuga; and the charts show there are other reefs about these islands. Camiguin has its shore in parts lined by coral-rock (Horsburgh, p. 443); about a mile off shore there is between thirty and thirty-five fathoms. The plan of Port San Pio Quinto shows that its shores are fringed with coral; coloured red.&mdash;B<small>ASHEE</small> I<small>SLANDS</small>: Horsburgh, speaking of the southern part of the group (vol. ii, p. 445) says the shores of both islands are fortified by a reef, and through some of the gaps in it, the natives can pass in their</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 135">page 135</a></p> <p>&nbsp;</p> <p>boats in fine weather; the bottom near the land is coral-rock. From the published charts, it is evident that several of these islands are most regularly fringed; coloured red. The northern islands are left uncoloured, as I have been unable to find any account of them.&mdash;F<small>ORMOSA</small>. The shores, especially the western one, seem chiefly composed of mud and sand, and I cannot make out that they are anywhere lined by reefs; except in a harbour (Horsburgh, vol. ii, p. 449) at the extreme northern point: hence, of course, the whole of this island is left uncoloured. The small adjoining islands are in the same case.&mdash;P<small>ATCHOW, OR</small> M<small>ADJIKO</small>-S<small>IMA</small> G<small>ROUPS</small>. <i>Patchuson</i> has been described by Captain Broughton ("Voy. to the N. Pacific," p. 191); he says, the boats, with some difficulty, found a passage through the coral-reefs, which extend along the coast, nearly half a mile off it. The boats were well sheltered within the reef; but it does not appear that the water is deep there. Outside the reef the depth is very irregular, varying from five to fifty fathoms; the form of the land is not very abrupt; coloured red.&mdash;<i>Taypin-san</i>; from the description given (p. 195) by the same author, it appears that a very irregular reef extends, to the distance of several miles, from the southern island; but whether it encircles a space of deep water is not evident; nor, indeed, whether these outlying reefs are connected with those more immediately adjoining the land; left uncoloured. I may here just add that the shore of <i>Kumi</i> (lying west of Patchow), has a narrow reef attached to it in the plan of it, in La Peyrouse's "Atlas;" but it does not appear in the account of the voyage that it is of coral; uncoloured.&mdash;L<small>OO</small> C<small>HOO</small>. The greater part of the coast of this moderately hilly island, is skirted by reefs, which do not extend far from the shore, and which do not leave a channel of deep water within them, as may be seen in the charts accompanying Captain B. Hall's voyage to Loo Choo (see also remarks in Appendix, pp. xxi. and xxv.). There are, however, some ports with deep water, formed by reefs in front of valleys, in the same manner as happens at Mauritius. Captain Beechey, in a letter to me, compares these reefs with those encircling the Society Islands; but there appears to me a marked difference between them, in the less distance at which the Loo Choo reefs lie from the land with relation to the probable submarine inclination, and in the absence of an interior deep water-moat or channel, parallel to the land. Hence, I have classed these reefs with fringing-reefs, and coloured them red.&mdash;P<small>ESCADORES</small> (west of Formosa). Dampier (vol. i, p. 416), has compared the appearance of the land to the southern parts of England. The islands are interlaced with coral-reefs; but as the water is very shoal, and as spits of sand and gravel (Horsburgh, vol. ii, p. 450) extend far out from them, it is impossible to draw any inferences regarding the nature of the reefs.</p> <p>C<small>HINA</small> S<small>EA</small>.&mdash;Proceeding from north to south, we first meet the <i>Pratas Shoal</i> (lat. 20&deg; N.) which, according to Horsburgh (vol. ii, p. 335), is composed of coral, is of a circular form, and has a low islet on it. The reef is on a level with the water's edge, and when the sea runs high, there are breakers mostly all round, "but the water within seems pretty deep in some places; although steep-to in most parts outside,</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 136">page 136</a></p> <p>&nbsp;</p> <p>there appear to be several parts where a ship might find anchorage outside the breakers;" coloured blue.&mdash;The <i> Paracells</i> have been accurately surveyed by Captain D. Ross, and charts on a large scale published: but few low islets have been formed on these shoals, and this seems to be a general circumstance in the China Sea; the sea close outside the reefs is very deep; several of them have a lagoon-like structure; or separate islets (<i>Prattle, Robert, Drummond</i>, etc.) are so arranged round a moderately shallow space, as to appear as if they had once formed one large atoll.&mdash;<i>Bombay Shoal</i> (one of the Paracells) has the form of an annular reef, and is "apparently deep within;" it seems to have an entrance (Horsburgh, vol. ii, p. 332) on its west side; it is very steep outside.&mdash;<i>Discovery Shoal</i>, also is of an oval form, with a lagoon-like space within, and three openings leading into it, in which there is a depth from two to twenty fathoms. Outside, at the distance (Horsburgh, vol. ii, p. 333) of only twenty yards from the reef, soundings could not be obtained. The Paracells are coloured blue.&mdash;<i>Macclesfield Bank</i>: this is a coral-bank of great size, lying east of the Paracells; some parts of the bank are level, with a sandy bottom, but, generally, the depth is very irregular. It is intersected by deep cuts or channels. I am not able to perceive in the published charts (its limits, however, are not very accurately known) whether the central part is deeper, which I suspect is the case, as in the Great Chagos Bank, in the Indian Ocean; not coloured.&mdash;<i>Scarborough Shoal</i>: this coral-shoal is engraved with a double row of crosses, forming a circle, as if there was deep water within the reef: close outside there was no bottom, with a hundred fathoms; coloured blue.&mdash;The sea off the west coast of Palawan and the northern part of Borneo is strewed with shoals: <i>Swallow Shoal</i>, according to Horsburgh (vol. ii, p. 431) "is formed, <i>like most</i> of the shoals hereabouts, of a belt of coral-rocks, "with a basin of deep water within."&mdash;<i>Half-Moon Shoal</i> has a similar structure; Captain D. Ross describes it, as a narrow belt of coral-rock, "with a basin of deep water in the centre," and deep sea close outside.&mdash;<i>Bombay Shoal</i> appears (Horsburgh, vol. ii, p. 432) "to be a basin of smooth water surrounded by breakers." These three shoals I have coloured blue.&mdash;The <i>Paraquas Shoals</i> are of a circular form, with deep gaps running through them; not coloured.&mdash;A bank gradually shoaling to the depth of thirty fathoms, extends to a distance of about twenty miles from the northern part of <i>Borneo</i>, and to thirty miles from the northern part of <i>Palawan.</i> Near the land this bank appears tolerably free from danger, but a little further out it is thickly studded with coral-shoals, which do not generally rise quite to the surface; some of them are very steep-to, and others have a fringe of shoal-water round them. I should have thought that these shoals had level surfaces, had it not been for the statement made by Horsburgh "that most of the shoals hereabouts are formed of a belt of coral." But, perhaps that expression was more particularly applied to the shoals further in the offing. If these reefs of coral have a lagoon-like structure, they should have been coloured blue, and they would have formed an imperfect barrier in front of Palawan and the northern part of Borneo. But, as the water</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 137">page 137</a></p> <p>&nbsp;</p> <p>is not very deep, these reefs may have grown up from inequalities on the bank: I have not coloured them.&mdash;The coast of <i>China, Tonquin</i>, and <i>Cochin-China</i>, forming the western boundary of the China Sea, appear to be without reefs: with regard to the two last-mentioned coasts, I speak after examining the charts on a large scale in the "Atlas of the Voyage of the <i> Favourite</i>."</p> <p>I<small>NDIAN</small> O<small>CEAN</small>.&mdash;<i>South Keeling</i> atoll has been specially described. Nine miles north of it lies North Keeling, a very small atoll, surveyed by the <i> Beagle</i>, the lagoon of which is dry at low water.&mdash;<i>Christmas Island</i>, lying to the east, is a high island, without, as I have been informed by a person who passed it, any reefs at all.&mdash;C<small>EYLON</small>: a space about eighty miles in length of the south-western and southern shores of these islands has been described by Mr. Twynam (<i>Naut. Mag.</i> 1836, pp. 365 and 518); parts of this space appear to be very regularly fringed by coral-reefs, which extend from a quarter to half a mile from the shore. These reefs are in places breached, and afford safe anchorage for the small trading craft. Outside, the sea gradually deepens; there is forty fathoms about six miles off shore: this part I have coloured red. In the published charts of Ceylon there appear to be fringing-reefs in several parts of the south-eastern shores, which I have also coloured red.&mdash;At Venloos Bay the shore is likewise fringed. North of Trincomalee there are also reefs of the same kind. The sea off the northern part of Ceylon is exceedingly shallow; and therefore I have not coloured the reefs which fringe portions of its shores, and the adjoining islets, as well as the Indian promontory of <i>Madura.</i></p> <p>C<small>HAGOS</small>, M<small>ALDIVA</small>, <small> AND</small> L<small>ACCADIVE</small> A<small>RCHIPELAGOES</small>.&mdash;These three great groups which have already been often noticed, are now well-known from the admirable surveys of Captain Moresby and Lieutenant Powell. The published charts, which are worthy of the most attentive examination, at once show that the <i>Chagos</i> and <i>Maldiva</i> groups are entirely formed of great atolls, or lagoon-formed reefs, surmounted by islets. In the <i>Laccadive</i> group, this structure is less evident; the islets are low, not exceeding the usual height of coral-formations (see Lieutenant Wood's account, <i>Geograph. Journ.</i>, vol. vi, p. 29), and most of the reefs are circular, as may be seen in the published charts; and within several of them, as I am informed by Captain Moresby, there is deepish water; these, therefore, have been coloured blue. Directly north, and almost forming part of this group, there is a long, narrow, slightly curved bank, rising out of the depths of the ocean, composed of sand, shells, and decayed coral, with from twenty-three to thirty fathoms on it. I have no doubt that it has had the same origin with the other Laccadive banks; but as it does not deepen towards the centre I have not coloured it. I might have referred to other authorities regarding these three archipelagoes; but after the publication of the charts by Captain Moresby, to whose personal kindness in giving me much information I am exceedingly indebted, it would have been superfluous.</p> <p><i>Sahia de Malha</i> bank consists of a series of narrow banks, with from eight to sixteen fathoms on them; they are arranged in a semicircular manner, round a space about forty fathoms deep, which slopes on the</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 138">page 138</a></p> <p>&nbsp;</p> <p>S.E. quarter to unfathomable depths; they are steep-to on both sides, but more especially on the ocean-side. Hence this bank closely resembles in structure, and I may add from Captain Moresby's information in composition, the Pitt's Bank in the Chagos group; and the Pitt's Bank, must, after what has been shown of the Great Chagos Bank, be considered as a sunken, half-destroyed atoll; hence coloured blue.&mdash;<i>Cargados Carajos Bank.</i> Its southern portion consists of a large, curved, coral-shoal, with some low islets on its eastern edge, and likewise some on the western side, between which there is a depth of about twelve fathoms. Northward, a great bank extends. I cannot (probably owing to the want of perfect charts) refer this reef and bank to any class;&mdash;therefore not coloured.&mdash;<i>Ile de Sable</i> is a little island, lying west of C. Carajos, only some toises in height ("Voyage of the <i>Favourite</i>," vol. i, p. 130); it is surrounded by reefs; but its structure is unintelligible to me. There are some small banks north of it, of which I can find no clear account.&mdash;<i>Mauritius.</i> The reefs round this island have been described in the chapter on fringing-reefs; coloured red.&mdash;<i>Rodriguez.</i> The coral-reefs here are exceedingly extensive; in one part they project even five miles from the shore. As far as I can make out, there is no deep-water moat within them; and the sea outside does not deepen very suddenly. The outline, however, of the land appears to be ("Life of Sir J. Makintosh," vol. ii, p. 165) hilly and rugged. I am unable to decide whether these reefs belong to the barrier class; as seems probable from their great extension, or to the fringing class; uncoloured.&mdash;<i>Bourbon.</i> The greater part of the shores of this island are without reefs; but Captain Carmichael (Hooker's "Bot. Misc.") states that a portion, fifteen miles in length, on the S.E. side, is imperfectly fringed with coral reefs: I have not thought this sufficient to colour the island.</p> <p>S<small>EYCHELLES</small>.&mdash;The rocky islands of primary formation, composing this group, rise from a very extensive and tolerably level bank, having a depth between twenty and forty fathoms. In Captain Owen's chart, and in that in the "Atlas of the Voyage of the <i>Favourite</i>," it appears that the east side of <i>Mahe</i> and the adjoining islands of <i>St. Anne</i> and <i> Cerf</i>, are regularly fringed by coral-reefs. A portion of the S.E. part of <i>Curieuse Island</i>, the N., and part of the S.W. shore of <i>Praslin Island</i>, and the whole west side of <i>Digue Island</i>, appear fringed. From a MS. account of these islands by Captain F. Moresby, in the Admiralty, it appears that <i> Silhouette</i> is also fringed; he states that all these islands are formed of granite and quartz, that they rise abruptly from the sea, and that "coral-reefs have grown round them, and project for some distance." Dr. Allan, of Forres, who visited these islands, informs me that there is no deep water between the reefs and the shore. The above specified points have been coloured red. <i> Amirantes Islands</i>: The small islands of this neighbouring group, according to the MS. account of them by Captain F. Moresby, are situated on an extensive bank; they consist of the debris of corals and shells; are only about twenty feet in height, and are environed by reefs, some attached to the shore, and some rather distant from it.&mdash;I have taken great pains to procure plans and</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 139">page 139</a></p> <p>&nbsp;</p> <p>information regarding the several islands lying between S.E. and S.W. of the Amirantes, and the Seychelles; relying chiefly on Captain F. Moresby and Dr. Allan, it appears that the greater number, namely&mdash;<i>Platte, Alphonse, Coetivi, Galega, Providence, St. Pierre, Astova, Assomption</i>, and <i> Glorioso</i>, are low, formed of sand or coral-rock, and irregularly shaped; they are situated on very extensive banks, and are connected with great coral-reefs. Galega is said by Dr. Allan, to be rather higher than the other islands; and St. Pierre is described by Captain F. Moresby, as being cavernous throughout, and as not consisting of either limestone or granite. These islands, as well as the Amirantes, certainly are not atoll-formed, and they differ as a group from every other group with which I am acquainted; I have not coloured them; but probably the reefs belong to the fringing class. Their formation is attributed, both by Dr. Allan and Captain F. Moresby, to the action of the currents, here exceedingly violent, on banks, which no doubt have had an independent geological origin. They resemble in many respects some islands and banks in the West Indies, which owe their origin to a similar agency, in conjunction with an elevation of the entire area. In close vicinity to the several islands, there are three others of an apparently different nature: first, <i>Juan de Nova</i>, which appears from some plans and accounts to be an atoll; but from others does not appear to be so; not coloured. Secondly <i>Cosmoledo</i>; "this group consists of a ring of coral, ten leagues in circumference, and a quarter of a mile broad in some places, enclosing a magnificent lagoon, into which there did not appear a single opening" (Horsburgh, vol. i, p. 151); coloured blue. Thirdly, <i>Aldabra</i>; it consists of three islets, about twenty-five feet in height, with red cliffs (Horsburgh, vol. i, p. 176) surrounding a very shallow basin or lagoon. The sea is profoundly deep close to the shore. Viewing this island in a chart, it would be thought an atoll; but the foregoing description shows that there is something different in its nature; Dr. Allan also states that it is cavernous, and that the coral-rock has a vitrified appearance. Is it an upheaved atoll, or the crater of a volcano?&mdash;uncoloured.</p> <p>C<small>OMORO</small> G<small>ROUP</small>.&mdash;<i>Mayotta</i>, according to Horsburgh (vol. i, p. 216, 4th ed.), is completely surrounded by a reef, which runs at the distance of three, four, and in some places even five miles from the land; in an old chart, published by Dalrymple, a depth in many places of thirty-six and thirty-eight fathoms is laid down within the reef. In the same chart, the space of open water within the reef in some parts is even more than three miles wide: the land is bold and peaked; this island, therefore, is encircled by a well-characterised barrier-reef, and is coloured pale blue.&mdash;<i>Johanna</i>; Horsburgh says (vol. i, p. 217) this island from the N.W. to the S.W. point, is bounded by a reef, at the distance of two miles from the shore; in some parts, however, the reef must be attached, since Lieutenant Boteler ("Narr." vol. i, p. 161) describes a passage through it, within which there is room only for a few boats. Its height, as I am informed by Dr. Allan, is about 3,500 feet; it is very precipitous, and is composed of granite, greenstone, and quartz; coloured blue.&mdash;<i>Mohilla</i>; on the S. side of this island there is</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 140">page 140</a></p> <p>&nbsp;</p> <p>anchorage, in from thirty to forty-five fathoms, between a reef and the shore (Horsburgh, vol. i, p. 214); in Captain Owen's chart of Madagascar, this island is represented as encircled; coloured blue.&mdash;<i>Great Comoro Island</i> is, as I am informed by Dr. Allan, about 8,000 feet high, and apparently volcanic; it is not regularly encircled; but reefs of various shapes and dimensions, jut out from every headland on the W., S., and S.E. coasts, inside of which reefs there are channels, often parallel with the shore, with deep water. On the north-western coasts the reefs appear attached to the shores. The land near the coast is in some places bold, but generally speaking it is flat; Horsburgh says (vol. i, p. 214) the water is profoundly deep close to the <i>shore</i>, from which expression I presume some parts are without reefs. From this description I apprehend the reef belongs to the barrier class; but I have not coloured it, as most of the charts which I have seen, represent the reefs round it as very much less extensive than round the other islands in the group.</p> <p>M<small>ADAGASCAR</small>.&mdash;My information is chiefly derived from the published charts by Captain Owen, and the accounts given by him and by Lieutenant Boteler. Commencing at the S.W. extremity of the island; towards the northern part of the <i>Star Bank</i> (in lat. 25&deg; S.) the coast for ten miles is fringed by a reef; coloured red. The shore immediately S. of <i>St. Augustine's Bay</i> appears fringed; but <i>Tullear</i> Harbour, directly N. of it, is formed by a narrow reef ten miles long, extending parallel to the shore, with from four to ten fathoms within it. If this reef had been more extensive, it must have been classed as a barrier-reef; but as the line of coast falls inwards here, a submarine bank perhaps extends parallel to the shore, which has offered a foundation for the growth of the coral; I have left this part uncoloured. From lat. 22&deg; 16' to 21&deg; 37', the shore is fringed by coral-reefs (see Lieutenant Boteler's "Narrative," vol. ii, p. 106), less than a mile in width, and with shallow water within. There are outlying coral-shoals in several parts of the offing, with about ten fathoms between them and the shore, and the depth of the sea one mile and a half seaward, is about thirty fathoms. The part above specified is engraved on a large scale; and as in the charts on rather a smaller scale the same fringe of reef extends as far as lat. 33&deg; 15'; I have coloured the whole of this part of the coast red. The islands of <i>Juan de Nova</i> (in lat. 17&deg; S.) appear in the charts on a large scale to be fringed, but I have not been able to ascertain whether the reefs are of coral; uncoloured. The main part of the west coast appears to be low, with outlying sandbanks, which, Lieutenant Boteler (vol. ii, p. 106) says, "are faced on the edge of deep water by a line of sharp-pointed coral-rocks." Nevertheless I have not coloured this part, as I cannot make out by the charts that the coast itself is fringed. The headlands of <i>Narrenda</i> and <i>Passandava</i> Bays (14&deg; 40') and the islands in front of <i>Radama Harbour</i> are represented in the plans as regularly fringed, and have accordingly been coloured red. With respect to the <i>East coast of Madagascar</i>, Dr. Allan informs me in a letter, that the whole line of coast, from <i>Tamatave</i>, in 18&deg; 12', to <i>C. Amber</i>, at the extreme northern point of the island, is bordered by coral-reefs. The land is low, uneven,</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 141">page 141</a></p> <p>&nbsp;</p> <p>and gradually rising from the coast. From Captain Owen's charts, also, the existence of these reefs, which evidently belong to the fringing class, on some parts, namely N. of <i>British Sound</i>, and near <i>Ngoncy</i>, of the above line of coast might have been inferred. Lieutenant Boteler (vol. i, p. 155) speaks of "the reef surrounding the island of <i>St. Mary's</i> at a small distance from the shore." In a previous chapter I have described, from the information of Dr. Allan, the manner in which the reefs extend in N.E. lines from the headlands on this coast, thus sometimes forming rather deep channels within them, this seems caused by the action of the currents, and the reefs spring up from the submarine prolongations of the sandy headlands. The above specified portion of the coast is coloured red. The remaining S.E. portions do not appear in any published chart to possess reefs of any kind; and the Rev. W. Ellis, whose means of information regarding this side of Madagascar have been extensive, informs me he believes there are none.</p> <p>E<small>AST</small> C<small>OAST OF</small> A<small>FRICA</small>.&mdash;Proceeding from the northern part, the coast appears, for a considerable space, without reefs. My information, I may here observe, is derived from the survey by Captain Owen, together with his narrative; and that by Lieutenant Boteler. At <i>Mukdeesha</i> (10&deg; 1' N.) there is a coral-reef extending four or five miles along the shore (Owen's "Narr." vol. i, p. 357) which in the chart lies at the distance of a quarter of a mile from the shore, and has within it from six to ten feet water: this then is a fringing-reef, and is coloured red. From <i> Juba</i>, a little S. of the equator, to <i>Lamoo</i> (in 2&deg; 20' S.) "the coast and islands are formed of madrepore" (Owen's "Narrative," vol. i, p. 363). The chart of this part (entitled <i> Dundas Islands</i>), presents an extraordinary appearance; the coast of the mainland is quite straight and it is fronted at the average distance of two miles, by exceedingly narrow, straight islets, fringed with reefs. Within the chain of islets, there are extensive tidal flats and muddy bays, into which many rivers enter; the depths of these spaces varies from one to four fathoms&mdash;the latter depth not being common, and about twelve feet the average. Outside the chain of islets, the sea, at the distance of a mile, varies in depth from eight to fifteen fathoms. Lieutenant Boteler ("Narr.," vol. i, p. 369) describes the muddy bay of <i>Patta</i>, which seems to resemble other parts of this coast, as fronted by small, narrow, level islets formed of decomposing coral, the margin of which is seldom of greater height than twelve feet, overhanging the rocky surface from which the islets rise. Knowing that the islets are formed of coral, it is, I think, scarcely possible to view the coast, and not at once conclude that we here see a fringing-reef, which has been upraised a few feet: the unusual depth of from two to four fathoms within some of these islets, is probably due to muddy rivers having prevented the growth of coral near the shore. There is, however, one difficulty on this view, namely, that before the elevation took place, which converted the reef into a chain of islets, the water must apparently have been still deeper; on the other hand it may be supposed that the formation of a nearly perfect barrier in front, of so large an extent of coast, would cause the currents (especially in front of the rivers), to deepen their muddy beds. When describing in</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 142">page 142</a></p> <p>&nbsp;</p> <p>the chapter on fringing-reefs, those of Mauritius, I have given my reasons for believing that the shoal spaces within reefs of this kind, must, in many instances, have been deepened. However this may be, as several parts of this line of coast are undoubtedly fringed by living reefs, I have coloured it red.&mdash;<i>Maleenda</i> (3&deg; 20' S.). In the plan of the harbour, the south headland appears fringed; and in Owen's chart on a larger scale, the reefs are seen to extend nearly thirty miles southward; coloured red.&mdash;<i>Mombas</i> (4&deg; 5' S.). The island which forms the harbour, "is surrounded by cliffs of madrepore, capable of being rendered almost impregnable" (Owen's "Narr.," vol. i, p. 412). The shore of the mainland N. and S. of the harbour, is most regularly fringed by a coral-reef at a distance from half a mile to one mile and a quarter from the land; within the reef the depth is from nine to fifteen feet; outside the reef the depth at rather less than half a mile is thirty fathoms. From the charts it appears that a space about thirty-six miles in length, is here fringed; coloured red.&mdash;<i>Pemba</i> (5&deg; S.) is an island of coral-formation, level, and about two hundred feet in height (Owen's "Narr.," vol. i, p. 425); it is thirty-five miles long, and is separated from the mainland by a deep sea. The outer coast is represented in the chart as regularly fringed; coloured red. The mainland in front of Pemba is likewise fringed; but there also appear to be some outlying reefs with deep water between them and the shore. I do not understand their structure, either from the charts or the description, therefore have not coloured them.&mdash;<i>Zanzibar</i> resembles Pemba in most respects; its southern half on the western side and the neighbouring islets are fringed; coloured red. On the mainland, a little S. of Zanzibar, there are some banks parallel to the coast, which I should have thought had been formed of coral, had it not been said (Boteler's "Narr.," vol. ii, p. 39) that they were composed of sand; not coloured.&mdash;<i>Latham's Bank</i> is a small island, fringed by coral-reefs; but being only ten feet high, it has not been coloured.&mdash;<i>Monfeea</i> is an island of the same character as Pemba; its outer shore is fringed, and its southern extremity is connected with Keelwa Point on the mainland by a chain of islands fringed by reefs; coloured red. The four last-mentioned islands resemble in many respects some of the islands in the Red Sea, which will presently be described.&mdash;<i>Keelwa.</i> In a plan of the shore, a space of twenty miles N. and S. of this place is fringed by reefs, apparently of coral: these reefs are prolonged still further southward in Owen's general chart. The coast in the plans of the rivers <i>Lindy</i> and <i>Monghow</i> (9&deg; 59' and 10&deg; 7' S.) has the same structure; coloured red.&mdash;<i>Querimba Islands</i> (from 10&deg; 40' to 13&deg; S.). A chart on a large scale is given of these islands; they are low, and of coral-formation (Boteler's "Narr.," vol. ii, p. 54); and generally have extensive reefs projecting from them which are dry at low water, and which on the outside rise abruptly from a deep sea: on their insides they are separated from the continent by a channel, or rather a succession of bays, with an average depth of ten fathoms. The small headlands on the continent also have coral-banks attached to them; and the Querimba islands and banks are placed on the lines of prolongation of these headlands, and are</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 143">page 143</a></p> <p>&nbsp;</p> <p>separated from them by very shallow channels. It is evident that whatever cause, whether the drifting of sediment or subterranean movements, produced the headlands, likewise produced, as might have been expected, submarine prolongations to them; and these towards their outer extremities, have since afforded a favourable basis for the growth of coral-reefs, and subsequently for the formation of islets. As these reefs clearly belong to the fringing class, the Querimba islands have been coloured red.&mdash;<i>Monabila</i> (13&deg; 32' S.). In the plan of this harbour, the headlands outside are fringed by reefs apparently of coral; coloured red.&mdash;<i>Mozambique</i> (150&deg; S.) The outer part of the island on which the city is built, and the neighbouring islands, are fringed by coral-reefs; coloured red. From the description given in Owen's "Narr." (vol. i, p. 162), the shore from <i> Mozambique</i> to <i>Delagoa Bay</i> appears to be low and sandy; many of the shoals and islets off this line of coast are of coral-formation; but from their small size and lowness, it is not possible, from the charts, to know whether they are truly fringed. Hence this portion of coast is left uncoloured, as are likewise those parts more northward, of which no mention has been made in the foregoing pages from the want of information.</p> <p>P<small>ERSIAN</small> G<small>ULF</small>.&mdash;From the charts lately published on a large scale by the East India Company, it appears that several parts, especially the southern shores of this gulf, are fringed by coral-reefs; but as the water is very shallow, and as there are numerous sandbanks, which are difficult to distinguish on the chart from reefs, I have not coloured the upper part red. Towards the mouth, however, where the water is rather deeper, the islands of <i>Ormuz</i> and <i>Larrack</i>, appear so regularly fringed, that I have coloured them red. There are certainly no atolls in the Persian Gulf. The shores of <i> Immaum</i>, and of the promontory forming the southern headland of the Persian Gulf, seem to be without reefs. The whole S.W. part (except one or two small patches) of <i>Arabia Felix</i>, and the shores of <i>Socotra</i> appear from the charts and memoir of Captain Haines (<i>Geograph. Journ.</i>, 1839, p. 125) to be without any reefs. I believe there are no extensive coral-reefs on any part of the coasts of <i>India</i>, except on the low promontory of <i>Madura</i> (as already mentioned) in front of Ceylon.</p> <p>R<small>ED</small> S<small>EA</small>.&mdash;My information is chiefly derived from the admirable charts published by the East India Company in 1836, from personal communication with Captain Moresby, one of the surveyors, and from the excellent memoir, "&Uuml;ber die N&auml;tur der Corallen-B&auml;nken des Rothen Meeres," by Ehrenberg. The plains immediately bordering the Red Sea seem chiefly to consist of a sedimentary formation of the newer tertiary period. The shore is, with the exception of a few parts, fringed by coral-reefs. The water is generally profoundly deep close to the shore; but this fact, which has attracted the attention of most voyagers, seems to have no necessary connection with the presence of reefs; for Captain Moresby particularly observed to me, that, in lat. 24&deg; 10' on the eastern side, there is a piece of coast, with very deep water close to it, without any reefs, but not differing in other respects from the usual nature of the coast-line. The most remarkable feature in the Red Sea</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 144">page 144</a></p> <p>&nbsp;</p> <p>is the chain of submerged banks, reefs, and islands, lying some way from the shore, chiefly on the eastern side; the space within being deep enough to admit a safe navigation in small vessels. The banks are generally of an oval form, and some miles in width; but some of them are very long in proportion to their width. Captain Moresby informs me that any one, who had not made actual plans of them, would be apt to think that they were much more elongated than they really are. Many of them rise to the surface, but the greater number lie from five to thirty fathoms beneath it, with irregular soundings on them. They consist of sand and living coral; coral on most of them, according to Captain Moresby, covering the greater part of their surface. They extend parallel to the shore, and they are not unfrequently connected in their middle parts by short transverse banks with the mainland. The sea is generally profoundly deep quite close to them, as it is near most parts of the coast of the mainland; but this is not universally the case, for between lat. 15&deg; and 17&deg; the water deepens quite gradually from the banks, both on the eastern and western shores, towards the middle of the sea. Islands in many parts arise from these banks; they are low, flat-topped, and consist of the same horizontally stratified formation with that forming the plain- like margin of the mainland. Some of the smaller and lower islands consist of mere sand. Captain Moresby informs me, that small masses of rock, the remnants of islands, are left on many banks where there is now no dry land. Ehrenberg also asserts that most of the islets, even the lowest, have a flat abraded basis, composed of the same tertiary formation: he believes that as soon as the surf wears down the protuberant parts of a bank, just beneath the level of the sea, the surface becomes protected from further abrasion by the growth of coral, and he thus accounts for the existence of so many banks standing on a level with the surface of this sea. It appears that most of the islands are certainly decreasing in size.</p> <p>The form of the banks and islands is most singular in the part just referred to, namely, from lat. 15&deg; to 17&deg;, where the sea deepens quite gradually: the <i>Dhalac</i> group, on the western coast, is surrounded by an intricate archipelago of islets and shoals; the main island is very irregularly shaped, and it includes a bay seven miles long, by four across, in which no bottom was found with 252 feet: there is only one entrance into this bay, half a mile wide, and with an island in front of it. The submerged banks on the eastern coast, within the same latitudes, round <i> Farsan Island</i>, are, likewise, penetrated by many narrow creeks of deep water; one is twelve miles long, in the form of a hatchet, in which, close to its broad upper end, soundings were not struck with 360 feet, and its entrance is only half a mile wide: in another creek of the same nature, but even with a more irregular outline, there was no bottom with 480 feet. The island of Farsan, itself, has as singular a form as any of its surrounding banks. The bottom of the sea round the Dhalac and Farsan Islands consists chiefly of sand and agglutinated fragments, but, in the deep and narrow creeks, it consists of mud; the islands themselves consist of thin, horizontally stratified, modern tertiary</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 145">page 145</a></p> <p>&nbsp;</p> <p>beds, containing but little broken coral,<sup>1</sup> their shores are fringed by living coral-reefs.</p> <p>From the account given by R&uuml;ppell<sup>2</sup> of the manner in which Dhalac has been rent by fissures, the opposite sides of which have been unequally elevated (in one instance to the amount of fifty feet), it seems probable that its irregular form, as well as probably that of Farsan, may have been partly caused by unequal elevations; but, considering the general form of the banks, and of the deep-water creeks, together with the composition of the land, I think their configuration is more probably due in great part to strong currents having drifted sediment over an uneven bottom: it is almost certain that their form cannot be attributed to the growth of coral. Whatever may have been the precise origin of the Dhalac and Farsan Archipelagoes, the greater number of the banks on the eastern side of the Red Sea seem to have originated through nearly similar means. I judge of this from their similarity in configuration (in proof of which I may instance a bank on the east coast in lat. 22&deg;; and although it is true that the northern banks generally have a less complicated outline), and from their similarity in composition, as may be observed in their upraised portions. The depth within the banks northward of lat. 17&deg;, is usually greater, and their outer sides shelve more abruptly (circumstances which seem to go together) than in the Dhalac and Farsan Archipelagoes; but this might easily have been caused by a difference in the action of the currents during their formation: moreover, the greater quantity of living coral, which, according to Captain Moresby, exists on the northern banks, would tend to give them steeper margins.</p> <p>From this account, brief and imperfect as it is, we can see that the great chain of banks on the eastern coast, and on the western side in the southern portion, differ greatly from true barrier-reefs wholly formed by the growth of coral. It is indeed the direct conclusion of Ehrenberg ("&Uuml;ber die," etc., pp. 45 and 51), that they are connected in their origin quite secondarily with the growth of coral; and he remarks that the islands off the coast of Norway, if worn down level with the sea, and merely coated with living coral, would present a nearly similar appearance. I cannot, however, avoid suspecting, from information given me by Dr. Malcolmson and Captain Moresby, that Ehrenberg has rather under-rated the influence of corals, in some places at least, on the formation of the tertiary deposits of the Red Sea.</p> <p><i>The west coast of the Red Sea between lat. 19&deg; and 22&deg;.</i>&mdash;There are, in this space, reefs, which, if I had known nothing of those in other parts of the Red Sea, I should unhesitatingly have considered as barrier-reefs; and, after deliberation, I have come to the same conclusion. One of these reefs, in 20&deg; 15', is twenty miles long, less than a mile in width (but expanding at the northern end into a disc), slightly sinuous, and extending parallel to the mainland at the distance of five miles from it, with very deep water within; in one spot soundings were not obtained with 205 fathoms. Some leagues further south, there is another linear reef, very narrow, ten miles long, with other small portions</p> <p class="fnote">1. R&uuml;ppell, "Reise in Abyssinie," Band. i, S. 247.<br> 2. <i>Ibid</i>., S. 245.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 146">page 146</a></p> <p>&nbsp;</p> <p>of reef, north and south, almost connected with it; and within this line of reefs (as well as outside) the water is profoundly deep. There are also some small linear and sickle-formed reefs, lying a little way out at sea. All these reefs are covered, as I am informed by Captain Moresby, by living corals. Here, then, we have all the characters of reefs of the barrier class; and in some outlying reefs we have an approach to the structure of atolls. The source of my doubts about the classification of these reefs, arises from having observed in the Dhalac and Farsan groups the narrowness and straightness of several spits of sand and rock: one of these spits in the Dhalac group is nearly fifteen miles long, only two broad, and it is bordered on each side with deep water; so that, if worn down by the surf, and coated with living corals, it would form a reef nearly similar to those within the space under consideration. There is, also, in this space (lat. 21&deg;) a peninsula, bordered by cliffs, with its extremity worn down to the level of the sea, and its basis fringed with reefs: in the line of prolongation of this peninsula, there lies the island of <i> Macowa</i> (formed, according to Captain Moresby, of the usual tertiary deposit), and some smaller islands, large parts of which likewise appear to have been worn down, and are now coated with living corals. If the removal of the strata in these several cases had been more complete, the reefs thus formed would have nearly resembled those barrier-like ones now under discussion. Notwithstanding these facts, I cannot persuade myself that the many very small, isolated, and sickle-formed reefs and others, long, nearly straight, and very narrow, with the water unfathomably deep close round them, could possibly have been formed by corals merely coating banks of sediment, or the abraded surfaces of irregularly shaped islands. I feel compelled to believe that the foundations of these reefs have subsided, and that the corals, during their upward growth, have given to these reefs their present forms: I may remark that the subsidence of narrow and irregularly-shaped peninsulas and islands, such as those existing on the coasts of the Red Sea, would afford the requisite foundations for the reefs in question.</p> <p><i>The west coast from lat. 22&deg; to 24&deg;.</i>&mdash;This part of the coast (north of the space coloured blue on the map) is fronted by an irregularly shelving bank, from about ten to thirty fathoms deep; numerous little reefs, some of which have the most singular shapes, rise from this bank. It may be observed, respecting one of them, in lat. 23&deg; 10', that if the promontory in lat. 24&deg; were worn down to the level of the sea, and coated with corals, a very similar and grotesquely formed reef would be produced. Many of the reefs on this part of the coast may thus have originated; but there are some sickle, and almost atoll-formed reefs lying in deep water off the promontory in lat. 24&deg;, which lead me to suppose that all these reefs are more probably allied to the barrier or atoll classes. I have not, however, ventured to colour this portion of coast. <i>On the west coast from lat. 19&deg; to 17&deg;</i> (south of space coloured blue on the map), there are many low islets of very small dimensions, not much elongated, and rising out of great depths at a distance from the coast; these cannot be classed either with atolls, or barrier- or fringing-reefs. I may here remark that the outlying reefs on the west</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 147">page 147</a></p> <p>&nbsp;</p> <p>coast, between lat. 19&deg; and 24&deg;, are the only ones in the Red Sea, which approach in structure to the true atolls of the Indian and Pacific Oceans, but they present only imperfect miniature likenesses of them.</p> <p><i>Eastern coast.</i>&mdash;I have felt the greatest doubt about colouring any portion of this coast, north of the fringing-reefs round the Farsan Islands in 16&deg; 10'. There are many small outlying coral-reefs along the whole line of coast; but as the greater number rise from banks not very deeply submerged (the formation of which has been shown to be only secondarily connected with the growth of coral), their origin may be due simply to the growth of knolls of corals, from an irregular foundation situated within a limited depth. But between lat. 18&deg; and 20&deg;, there are so many linear, elliptic, and extremely small reefs, rising abruptly out of profound depths, that the same reasons, which led me to colour blue a portion of the west coast, have induced me to do the same in this part. There exist some small outlying reefs rising from deep water, north of lat. 20&deg; (the northern limit coloured blue), on the east coast; but as they are not very numerous and scarcely any of them linear, I have thought it right to leave them uncoloured.</p> <p>In the <i>southern parts</i> of the Red Sea, considerable spaces of the mainland, and of some of the Dhalac islands, are skirted by reefs, which, as I am informed by Captain Moresby, are of living coral, and have all the characters of the fringing class. As in these latitudes, there are no outlying linear or sickle-formed reefs, rising out of unfathomable depths, I have coloured these parts of the coast red. On similar grounds, I have coloured red the <i>northern parts of the western coast</i> (north of lat. 24&deg; 30'), and likewise the shores of the chief part of the <i>Gulf of Suez.</i> In the <i>Gulf of Acaba</i>, as I am informed by Captain Moresby there are no coral-reefs, and the water is profoundly deep.</p> <p>W<small>EST</small> I<small>NDIES</small>.&mdash;My information regarding the reefs of this area, is derived from various sources, and from an examination of numerous charts; especially of those lately executed during the survey under Captain Owen, R.N. I lay under particular obligation to Captain Bird Allen, R.N., one of the members of the late survey, for many personal communications on this subject. As in the case of the Red Sea, it is necessary to make some preliminary remarks on the submerged banks of the West Indies, which are in some degree connected with coral-reefs, and cause considerable doubts in their classification. That large accumulations of sediment are in progress on the West Indian shores, will be evident to any one who examines the charts of that sea, especially of the portion north of a line joining Yucutan and Florida. The area of deposition seems less intimately connected with the debouchement of the great rivers, than with the course of the sea-currents; as is evident from the vast extension of the banks from the promontories of Yucutan and Mosquito.</p> <p>Besides the coast-banks, there are many of various dimensions which stand quite isolated; these closely resemble each other, they lie from two or three to twenty or thirty fathoms under water, and are composed of sand, sometimes firmly agglutinated, with little or no coral; their surfaces are smooth and nearly level, shelving only to the amount of a</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 148">page 148</a></p> <p>&nbsp;</p> <p>few fathoms, very gradually all round towards their edges, where they plunge abruptly into the unfathomable sea. This steep inclination of their sides, which is likewise characteristic of the coast-banks, is very remarkable: I may give as an instance, the Misteriosa Bank, on the edges of which the soundings change in 250 fathoms horizontal distance, from 11 to 210 fathoms; off the northern point of the bank of Old Providence, in 200 fathoms horizontal distance, the change is from 19 to 152 fathoms; off the Great Bahama Bank, in 160 fathoms horizontal distance, the inclination is in many places from 10 fathoms to no bottom with 190 fathoms. On coasts in all parts of the world, where sediment is accumulating, something of this kind may be observed; the banks shelve very gently far out to sea, and then terminate abruptly. The form and composition of the banks standing in the middle parts of the W. Indian Sea, clearly show that their origin must be chiefly attributed to the accumulation of sediment; and the only obvious explanation of their isolated position is the presence of a nucleus, round which the currents have collected fine drift matter. Any one who will compare the character of the bank surrounding the hilly island of Old Providence, with those banks in its neighbourhood which stand isolated, will scarcely doubt that they surround submerged mountains. We are led to the same conclusion by examining the bank called Thunder Knoll, which is separated from the Great Mosquito Bank by a channel only seven miles wide, and 145 fathoms deep. There cannot be any doubt that the Mosquito Bank has been formed by the accumulation of sediment round the promontory of the same name; and Thunder Knoll resembles the Mosquito Bank, in the state of its surface submerged twenty fathoms, in the inclinations of its sides, in composition, and in every other respect. I may observe, although the remark is here irrelevant, that geologists should be cautious in concluding that all the outlyers of any formation have once been connected together, for we here see that deposits, doubtless of exactly the same nature, may be deposited with large valley-like spaces between them.</p> <p>Linear strips of coral-reefs and small knolls project from many of the isolated, as well as coast-banks; sometimes they occur quite irregularly placed, as on the Mosquito Bank, but more generally they form crescents on the windward side, situated some little distance within the outer edge of the banks:&mdash;thus on the Serranilla Bank they form an interrupted chain which ranges between two and three miles within the windward margin: generally they occur, as on Roncador, Courtown, and Anegada Banks, nearer the line of deep water. Their occurrence on the windward side is conformable to the general rule, of the efficient kinds of corals flourishing best where most exposed; but their position some way within the line of deep water I cannot explain, without it be, that a depth somewhat less than that close to the outer margin of the banks, is most favourable to their growth. Where the corals have formed a nearly continuous rim, close to the windward edge of a bank some fathoms submerged, the reef closely resembles an atoll; but if the bank surrounds an island (as in the case of Old Providence),</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 149">page 149</a></p> <p>&nbsp;</p> <p>the reef resembles an encircling barrier-reef. I should undoubtedly have classed some of these fringed banks as imperfect atolls, or barrier-reefs, if the sedimentary nature of their foundations had not been evident from the presence of other neighbouring banks, of similar forms and of similar composition, but without the crescent-like marginal reef: in the third chapter, I observed that probably some atoll-like reefs did exist, which had originated in the manner here supposed.</p> <p>Proofs of elevation within recent tertiary periods abound, as referred to in the sixth chapter, over nearly the whole area of the West Indies. Hence it is easy to understand the origin of the low land on the coasts, where sediment is now accumulating; for instance on the northern part of Yucutan, and on the N.E. part of Mosquito, where the land is low, and where extensive banks appear to be in progressive formation. Hence, also, the origin of the Great Bahama Banks, which are bordered on their western and southern edges by very narrow, long, singularly shaped islands, formed of sand, shells, and coral-rock, and some of them about a hundred feet in height, is easily explained by the elevation of banks fringed on their windward (western and southern) sides by coral-reefs. On this view, however, we must suppose either that the chief part of the surfaces of the great Bahama sandbanks were all originally deeply submerged, and were brought up to their present level by the same elevatory action, which formed the linear islands; or that during the elevation of the banks, the superficial currents and swell of the waves continued wearing them down and keeping them at a nearly uniform level: the level is not quite uniform; for, in proceeding from the N.W. end of the Bahama group towards the S.E. end, the depth of the banks increases, and the area of land decreases, in a very gradual and remarkable manner. The latter view, namely, that these banks have been worn down by the currents and swell during their elevation, seems to me the most probable one. It is, also, I believe, applicable to many banks, situated in widely distant parts of the West Indian Sea, which are wholly submerged; for, on any other view, we must suppose, that the elevatory forces have acted with astonishing uniformity.</p> <p>The shores of the Gulf of Mexico, for the space of many hundred miles, is formed by a chain of lagoons, from one to twenty miles in breadth ("Columbian Navigator," p. 178, etc.), containing either fresh or salt water, and separated from the sea by linear strips of sand. Great spaces of the shores of Southern Brazil,<sup>1</sup> and of the United States from Long Island (as observed by Professor Rogers) to Florida have the same character. Professor Rogers, in his "Report to the British Association" (vol. iii, p. 13), speculates on the origin of these low, sandy, linear islets; he states that the layers of which they are composed are too homogeneous, and contain too large a proportion of</p> <p class="fnote">1. In the "London and Edinburgh Philosophical Journal," 1841, p. 257, I have described a singular bar of sandstone lying parallel to the coast off Pernambuco in Brazil, which probably is an analogous formation.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 150">page 150</a></p> <p>&nbsp;</p> <p>shells, to permit the common supposition of their formation being simply due to matter thrown up, where it now lies, by the surf: he considers these islands as upheaved bars or shoals, which were deposited in lines where opposed currents met. It is evident that these islands and spits of sand parallel to the coast, and separated from it by shallow lagoons, have no necessary connection with coral-formations. But in Southern Florida, from the accounts I have received from persons who have resided there, the upraised islands seem to be formed of strata, containing a good deal of coral, and they are extensively fringed by living reefs; the channels within these islands are in some places between two and three miles wide, and five or six fathoms deep, though generally<sup>1</sup> they are less in depth than width. After having seen how frequently banks of sediment in the West Indian Sea are fringed by reefs, we can readily conceive that bars of sediment might be greatly aided in their formation along a line of coast, by the growth of corals; and such bars would, in that case, have a deceptive resemblance with true barrier-reefs.</p> <p>Having now endeavoured to remove some sources of doubt in classifying the reefs of the West Indies, I will give my authorities for colouring such portions of the coast as I have thought myself warranted in doing. Captain Bird Allen informs me, that most of the islands on the <i>Bahama Banks</i> are fringed, especially on their windward sides, with living reefs; and hence I have coloured those, which are thus represented in Captain Owen's late chart, red. The same officer informs me, that the islands along the southern part of <i>Florida</i> are similarly fringed; coloured red. C<small>UBA</small>: Proceeding along the northern coast, at the distance of forty miles from the extreme S.E. point, the shores are fringed by reefs, which extend westward for a space of 160 miles, with only a few breaks. Parts of these reefs are represented in the plans of the harbours on this coast by Captain Owen; and an excellent description is given of them by Mr. Taylor (Loudon's "Mag. of Nat. Hist.," vol. ix, p. 449); he states that they enclosed a space called the "<i>baxo</i>," from half to three-quarters of a mile in width, with a sandy bottom, and a little coral. In most parts people can wade, at low water, to the reef; but in some parts the depth is between two and three fathoms. Close outside the reef, the depth is between six and seven fathoms; these well-characterised fringing-reefs are coloured red. Westward of longitude 77&deg; 30', on the northern side of Cuba, a great bank commences, which extends along the coast for nearly four degrees of longitude. In the place of its commencement, in its structure, and in the "<i>cays</i>," or low islands on its edge, there is a marked correspondence (as observed by Humboldt, "Pers. Narr.," vol. vii, p. 88) between it and the Great Bahama and Sal Banks, which lie directly in front. Hence one is led to attribute the same origin to both these sets of banks; namely, the accumulation of sediment, conjoined with an elevatory movement, and the growth of</p> <p class="fnote">1. In the ordinary sea-charts, no lagoons appear on the coast of Florida, north of 26&deg;; but Major Whiting (<i>Silliman's Journal</i>, vol. xxxv, p. 54) says that many are formed by sand thrown up along the whole line of coast from St. Augustine's to Jupiter Inlet.</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 151">page 151</a></p> <p>&nbsp;</p> <p>coral on their outward edges; those parts which appear fringed by living reefs are coloured red. Westward of these banks, there is a portion of coast apparently without reefs, except in the harbours, the shores of which seem in the published plans to be fringed. The <i>Colorado Shoals</i> (see Captain Owen's charts), and the low land at the western end of Cuba, correspond as closely in relative position and structure to the banks at the extreme point of Florida, as the banks above described on the north side of Cuba, do to the Bahamas, the depth within the islets and reefs on the outer edge of the <i>Colorados</i>, is generally between two and three fathoms, increasing to twelve fathoms in the southern part, where the bank becomes nearly open, without islets or coral-reefs; the portions which are fringed are coloured red. The southern shore of Cuba is deeply concave, and the included space is filled up with mud and sandbanks, low islands and coral-reefs. Between the mountainous <i>Isle of Pines</i> and the southern shore of Cuba, the general depth is only between two and three fathoms; and in this part small islands, formed of fragmentary rock and broken madrepores (Humboldt, "Pers. Narr.," vol. vii, pp. 51, 86 to 90, 291, 309, 320), rise abruptly, and just reach the surface of the sea. From some expressions used in the "Columbian Navigator" (vol. i, pt ii, p. 94), it appears that considerable spaces along the outer coast of Southern Cuba are bounded by cliffs of coral-rock, formed probably by the upheaval of coral-reefs and sandbanks. The charts represent the southern part of the Isle of Pines as fringed by reefs, which the "Columb. Navig." says extend some way from the coast, but have only from nine to twelve feet water on them; these are coloured red.&mdash;I have not been able to procure any detailed description of the large groups of banks and "cays" further eastward on the southern side of Cuba; within them there is a large expanse, with a muddy bottom, from eight to twelve fathoms deep; although some parts of this line of coast are represented in the general charts of the West Indies, as fringed, I have not thought it prudent to colour them. The remaining portion of the south coast of Cuba appears to be without coral-reefs.</p> <p>Y<small>UCUTAN</small>.&mdash;The N.E. part of the promontory appears in Captain Owen's charts to be fringed; coloured red. The eastern coast, from 20&deg; to 18&deg; is fringed. South of lat. 18&deg;, there commences the most remarkable reef in the West Indies: it is about one hundred and thirty miles in length, ranging in a N. and S. line, at an average distance of fifteen miles from the coast. The islets on it are all low, as I have been informed by Captain B. Allen; the water deepens suddenly on the outside of the reef, but not more abruptly than off many of the sedimentary banks: within its southern extremity (off <i>Honduras</i>) the depth is twenty-five fathoms; but in the more northern parts, the depth soon increases to ten fathoms, and within the northernmost part, for a space of twenty miles, the depth is only from one to two fathoms. In most of these respects we have the characteristics of a barrier-reef; nevertheless, from observing, first, that the channel within the reef is a continuation of a great irregular bay, which penetrates the mainland to the depth of fifty miles; and secondly, that considerable spaces of this barrier-like reef are</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 152">page 152</a></p> <p>&nbsp;</p> <p>described in the charts (for instance, in lat. 16&deg; 45' and 16&deg; 12') as formed of pure sand; and thirdly, from knowing that sediment is accumulating in many parts of the West Indies in banks parallel to the shore; I have not ventured to colour this reef as a barrier, without further evidence that it has really been formed by the growth of corals, and that it is not merely in parts a spit of sand, and in other parts a worn down promontory, partially coated and fringed by reefs; I lean, however, to the probability of its being a barrier-reef, produced by subsidence. To add to my doubts, immediately on the outside of this barrier-like reef, <i>Turneffe, Lighthouse</i>, and <i>Glover</i> reefs are situated, and these reefs have so completely the form of atolls, that if they had occurred in the Pacific, I should not have hesitated about colouring them blue. <i>Turneffe Reef</i> seems almost entirely filled up with low mud islets; and the depth within the other two reefs is only from one to three fathoms. From this circumstance and from their similarity in form, structure, and relative position, both to the bank called <i>Northern Triangles</i>, on which there is an islet between seventy and eighty feet, and to <i>Cozumel</i> Island, the level surface of which is likewise between seventy and eighty feet in height, I consider it more probable that the three foregoing banks are the worn down bases of upheaved shoals, fringed with corals, than that they are true atolls, wholly produced by the growth of coral during subsidence; left uncoloured.</p> <p>In front of the eastern <i>Mosquito</i> coast, there are between lat. 12&deg; and 16&deg; some extensive banks (already mentioned, p. 148), with high islands rising from their centres; and there are other banks wholly submerged, both of which kinds of banks are bordered, near their windward margins, by crescent-shaped coral-reefs. But it can hardly be doubted, as was observed in the preliminary remarks, that these banks owe their origin, like the great bank extending from the Mosquito promontory, almost entirely to the accumulation of sediment, and not to the growth of corals; hence I have not coloured them.</p> <p><i>Cayman Island:</i> this island appears in the charts to be fringed; and Captain B. Allen informs me that the reefs extend about a mile from the shore, and have only from five to twelve feet water within them; coloured red.&mdash;<i>Jamaica:</i> judging from the charts, about fifteen miles of the S.E. extremity, and about twice that length on the S.W. extremity, and some portions on the S. side near Kingston and Port Royal, are regularly fringed, and therefore are coloured red. From the plans of some harbours on the N. side of Jamaica, parts of the coast appear to be fringed; but as these are not represented in the charts of the whole island, I have not coloured them.&mdash;<i>St. Domingo:</i> I have not been able to obtain sufficient information, either from plans of the harbours, or from general charts, to enable me to colour any part of the coast, except sixty miles from Port de Plata westward, which seems very regularly fringed; many other parts, however, of the coast are probably fringed, especially towards the eastern end of the island.&mdash;<i>Puerto Rico:</i> considerable portions of the southern, western, and eastern coasts, and some parts of the northern coast, appear in the charts to be fringed; coloured red.&mdash;Some miles in length of the</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 153">page 153</a></p> <p>&nbsp;</p> <p>southern side of the Island of <i>St. Thomas</i> is fringed; most of the <i>Virgin Gorda</i> Islands, as I am informed by Mr. Schomburgk, are fringed; the shores of <i>Anegada</i>, as well as the bank on which it stands, are likewise fringed; these islands have been coloured red. The greater part of the southern side of <i>Santa Cruz</i> appears in the Danish survey to be fringed (see also Prof. Hovey's account of this island, in <i>Silliman's Journal</i>, vol. xxxv, p. 74); the reefs extend along the shore for a considerable space, and project rather more than a mile; the depth within the reef is three fathoms; coloured red.&mdash;The <i> Antilles</i>, as remarked by Von Buch ("Descrip. Iles Canaries," p. 494), may be divided into two linear groups, the western row being volcanic, and the eastern of modern calcareous origin; my information is very defective on the whole group. Of the eastern islands, <i>Barbuda</i> and the western coasts of <i>Antigua</i> and <i>Mariagalante</i> appear to be fringed: this is also the case with <i>Barbadoes</i>, as I have been informed by a resident; these islands are coloured red. On the shores of the Western Antilles, of volcanic origin, very few coral-reefs appear to exist. The island of <i>Martinique</i>, of which there are beautifully executed French charts, on a very large scale, alone presents any appearance worthy of special notice. The south-western, southern, and eastern coasts, together forming about half the circumference of the island, are skirted by very irregular banks, projecting generally rather less than a mile from the shore, and lying from two to five fathoms submerged. In front of almost every valley, they are breached by narrow, crooked, steep-sided passages. The French engineers ascertained by boring, that these submerged banks consisted of madreporitic rocks, which were covered in many parts by thin layers of mud or sand. From this fact, and especially from the structure of the narrow breaches, I think there can be little doubt that these banks once formed living reefs, which fringed the shores of the island, and like other reefs probably reached the surface. From some of these submerged banks reefs of living coral rise abruptly, either in small detached patches, or in lines parallel to, but some way within the outer edges of the banks on which they are based. Besides the above banks which skirt the shores of the island, there is on the eastern side a range of linear banks, similarly constituted, twenty miles in length, extending parallel to the coast line, and separated from it by a space between two and four miles in width, and from five to fifteen fathoms in depth. From this range of detached banks, some linear reefs of living coral likewise rise abruptly; and if they had been of greater length (for they do not front more than a sixth part of the circumference of the island), they would necessarily from their position have been coloured as barrier-reefs; as the case stands they are left uncoloured. I suspect that after a small amount of subsidence, the corals were killed by sand and mud being deposited on them, and the reefs being thus prevented from growing upwards, the banks of madreporitic rock were left in their present submerged condition.</p> <p>T<small>HE</small> B<small>ERMUDA</small> I<small>SLANDS</small> have been carefully described by Lieutenant Nelson, in an excellent Memoir in the "Geological Transactions" (vol. v, part i, p. 103). In the form of the bank or reef, on one side of which</p> <p>&nbsp;</p> <hr> <p class="page"><a name="page 154">page 154</a></p> <p>&nbsp;</p> <p>the islands stand, there is a close general resemblance to an atoll; but in the following respects there is a considerable difference,&mdash;first, in the margin of the reef not forming (as I have been informed by Mr. Chaffers, R.N.) a flat, solid surface, laid bare at low water, and regularly bounding the internal space of shallow water or lagoon; secondly, in the border of gradually shoaling water, nearly a mile and a half in width, which surrounds the entire outside of the reef (as is laid down in Captain Hurd's chart); and thirdly, in the size, height, and extraordinary form of the islands, which present little resemblance to the long, narrow, simple islets, seldom exceeding half a mile in breadth, which surmount the annular reefs of almost all the atolls in the Indian and Pacific Oceans. Moreover, there are evident proofs (Nelson, <i> Ibid</i>., p. 118), that islands similar to the existing ones, formerly extended over other parts of the reef. It would, I believe, be difficult to find a true atoll with land exceeding thirty feet in height; whereas, Mr. Nelson estimates the highest point of the Bermuda Islands to be 260 feet; if, however, Mr. Nelson's view, that the whole of the land consists of sand drifted by the winds, and agglutinated together, were proved correct, this difference would be immaterial; but, from his own account (p. 118), there occur in one place, five or six layers of red earth, interstratified with the ordinary calcareous rock, and including stones too heavy for the wind to have moved, without having at the same time utterly dispersed every grain of the accompanying drifted matter. Mr. Nelson attributes the origin of these several layers, with their embedded stones, to as many violent catastrophes; but further investigation in such cases has generally succeeded in explaining phenomena of this kind by ordinary and simpler means. Finally, I may remark, that these islands have a considerable resemblance in shape to Barbuda in the West Indies, and to Pemba on the eastern coast of Africa, which latter island is about two hundred feet in height, and consists of coral-rock. I believe that the Bermuda Islands, from being fringed by living reefs, ought to have been coloured red; but I have left them uncoloured, on account of their general resemblance in external form to a lagoon-island or atoll.</p> <p>&nbsp;</p> <hr> <p>&nbsp;</p> <center><b><a name="Index">INDEX</a></b></center> <p>The names in italics are all names of places, and refer exclusively to the Appendix: in well-defined archipelagoes, or groups of islands, the name of each separate island is not given.</p> <p><small>Abrolhos, Brazil, coated by corals <a href="#page 50"> 50</a><br> <i>Abrolhos (Australia)</i> <a href="#page 130">130</a><br> Absence of coral-reefs from certain coasts <a href="#page 51"> 51</a><br> <i>Acaba, gulf of</i> <a href="#page 147">147</a><br> <i>Admiralty group</i> <a href="#page 124">124</a><br> Africa, east coast, fringing-reef of <a href="#page 48">48</a><br> &mdash;&mdash; Madreporitic rock of <a href="#page 101">101</a><br> <i>Africa, east coast</i> <a href="#page 141">141</a><br> Age of individual corals <a href="#page 57">57</a>, <a href= "#page 64">64</a><br> <i>Aiou</i> <a href="#page 128">128</a><br> <i>Aitutaki</i> <a href="#page 114">114</a><br> <i>Aldabra</i> <a href="#page 139">139</a><br> <i>Alert reef</i> <a href="#page 123">123</a><br> <i>Alexander, Grand Duke, island</i> <a href="#page 115"> 115</a><br> Allan, Dr., on Holuthuri&aelig; feeding on corals <a href= "#page 21">21</a><br> &mdash;&mdash; on quick growth of corals at Madagascar <a href= "#page 62">62</a><br> &mdash;&mdash; on reefs affected by currents <a href="#page 49"> 9</a><br> <i>Alloufatou</i> <a href="#page 119">119</a><br> <i>Alphonse</i> <a href="#page 139">139</a><br> <i>Amargoura (Amargura)</i> <a href="#page 119">119</a><br> <i>Amboina</i> <a href="#page 128">128</a><br> <i>America, west coast</i> <a href="#page 111">111</a><br> <i>Amirantes</i> <a href="#page 138">138</a><br> <i>Anachorites</i> <a href="#page 125">125</a><br> <i>Anambas</i> <a href="#page 133">133</a><br> Anamouka, description of <a href="#page 99">99</a><br> <i>Anamouka</i> <a href="#page 119">119</a><br> <i>Anadaman islands</i> <a href="#page 132">132</a><br> <i>Antilles</i> <a href="#page 153">153</a><br> <i>Appoo reef</i> <a href="#page 134">134</a><br> <i>Arabia Felix</i> <a href="#page 143">143</a><br> Areas, great extent of, interspersed with low islands<br> &mdash;&mdash; of subsidence and of elevation <a href="#page 106"> 106</a><br> &mdash;&mdash; of subsidence appear to be elongated <a href= "#page 106">106</a><br> &mdash;&mdash; of subsidence alternating with areas of elevation <a href="#page 108">108</a><br> <i>Arru group</i> <a href="#page 128">128</a><br> <i>Arzobispo</i> <a href="#page 127">127</a><br> Ascidia, depth at which found <a href="#page 67">67</a><br> <i>Assomption</i> <a href="#page 139">139</a><br> <i>Astova</i> <a href="#page 139">139</a><br> <i>Atlantic islands</i> <a href="#page 121">121</a><br> Atolls, breaches in their reefs <a href="#page 31">31</a>, <a href= "#page 81">81</a><br> &mdash;&mdash; dimensions of <a href="#page 25">25</a><br> &mdash;&mdash; dimensions of groups of <a href="#page 71"> 71</a><br> &mdash;&mdash; not based on craters or on banks of sediment, or of ck <a href="#page 69">69</a>, <a href="#page 71">71</a>, <a href= "#page 72">72</a>, <a href="#page 73">73</a>, <a href="#page 108"> 108</a><br> &mdash;&mdash; of irregular forms <a href="#page 25">25</a>, <a href="#page 84">84</a><br> &mdash;&mdash; steepness of their flanks <a href="#page 26"> 26</a><br> &mdash;&mdash; width of their reef and islets <a href="#page 25"> 25</a><br> &mdash;&mdash; their lowness <a href="#page 70">70</a><br> &mdash;&mdash; lagoons <a href="#page 29">29</a><br> &mdash;&mdash; general range <a href="#page 94">94</a><br> &mdash;&mdash; with part of their reef submerged, and theory of <a href="#page 29">29</a>, <a href="#page 81">81</a><br> <i>Augustine, St.</i> <a href="#page 120">120</a><br> Aurora island, an upraised atoll <a href="#page 64">64</a>, <a href="#page 71">71</a>, <a href="#page 104">104</a><br> <i>Aurora</i> <a href="#page 112">112</a><br> Austral islands, recently elevated <a href="#page 99">99</a><br> <i>Austral islands</i> <a href="#page 114">114</a><br> <i>Australia, N.W. coast</i> <a href="#page 130">130</a><br> Australian barrier-reef <a href="#page 42">42</a>, <a href= "#page 93">93</a><br> <i>Australian barrier</i> <a href="#page 123">123</a><br> <br> <i>Babuyan group</i> <a href="#page 134">134</a><br> <i>Bahama banks</i> <a href="#page 149">149</a>, <a href= "#page 150">150</a><br> <i>Balahac</i> <a href="#page 133">133</a><br> <i>Bally</i> <a href="#page 131">131</a><br> <i>Baring</i> <a href="#page 121">121</a><br> Barrier-reef of Australia <a href="#page 42">42</a>, <a href= "#page 93">93</a><br> &mdash;&mdash; of New Caledonia <a href="#page 44">44</a><br> Barrier-reefs, breaches through <a href="#page 77">77</a><br> &mdash;&mdash; not based on worn down margin of rock <a href= "#page 43">43</a><br> &mdash;&mdash; on banks of sediment <a href="#page 43">43</a><br> &mdash;&mdash; on submarine craters <a href="#page 44">44</a><br> &mdash;&mdash; steepness of their flanks <a href="#page 39"> 39</a><br> &mdash;&mdash; their probable vertical thickness <a href= "#page 43">43</a>, <a href="#page 76">76</a><br> &mdash;&mdash; theory of their formation <a href="#page 76">76</a>, <a href="#page 78">78</a><br> <i>Bampton shoal</i> <a href="#page 123">123</a><br> <i>Banks islands</i> <a href="#page 122">122</a><br> <i>Banks in the West Indies</i> <a href="#page 147">147</a><br> <i>Bashee islands</i> <a href="#page 134">134</a><br> <i>Bass island</i> <a href="#page 115">115</a><br> <i>Batoa</i> <a href="#page 119">119</a><br> <i>Beaupr&eacute; reef</i> <a href="#page 123">123</a><br> Beechey, Captain, obligations of the author to <a href="#page 26"> 26</a><br> &mdash;&mdash; on submerged reefs <a href="#page 27">27</a><br> &mdash;&mdash; account of Matilda island <a href="#page 60"> 60</a><br> Belcher, Captain, on boring through coral-reef <a href="#page 59"> 59</a><br> <i>Belize reef, off</i> <a href="#page 151">151</a><br> <i>Bellinghausen</i> <a href="#page 113">113</a><br> <i>Bermuda islands</i> <a href="#page 153">153</a><br> <i>Beveridge reef</i> <a href="#page 118">118</a><br> <i>Bligh</i> <a href="#page 122">122</a><br> Bolabola, view of <a href="#page 12">12</a><br> <i>Bombay shoal</i> <a href="#page 136">136</a><br> <i>Bonin Bay</i> <a href="#page 131">131</a><br> <i>Bonin group</i> <a href="#page 127">127</a><br> Borings through coral-reefs <a href="#page 59">59</a><br> Borneo, W. coast, recently elevated <a href="#page 101">101</a><br> <i>Borneo, E. coast</i> <a href="#page 131">131</a><br> &mdash;&mdash; <i>S.W. and W. coast</i> <a href="#page 133"> 133</a><br> &mdash;&mdash; <i>N. coast</i> <a href="#page 133">133</a><br> &mdash;&mdash; <i>western bank</i> <a href="#page 136">136</a><br> <i>Boscawen</i> <a href="#page 119">119</a><br> <i>Boston</i> <a href="#page 121">121</a><br> <i>Bouka</i> <a href="#page 124">124</a><br> <i>Bourbon</i> <a href="#page 138">138</a><br> <i>Bourou</i> <a href="#page 128">128</a><br> <i>Bouton</i> <a href="#page 132">132</a><br> Brazil, fringing-reefs on coast of <a href="#page 48">48</a><br> Breaches through barrier-reefs <a href="#page 71">71</a><br> <i>Brook</i> <a href="#page 115">115</a><br> <i>Bunker</i> <a href="#page 115">115</a><br> <i>Bunoa</i> <a href="#page 133">133</a><br> Byron <a href="#page 121">121</a><br> <br> <i>Cagayanes</i> <a href="#page 133">133</a><br> <i>Candelaria</i> <a href="#page 124">124</a><br> <i>Cargados Carajos</i> <a href="#page 138">138</a><br> <i>Caroline archipelago</i> <a href="#page 125">125</a><br> <i>Caroline island</i> <a href="#page 115">115</a><br> <i>Carteret shoal</i> <a href="#page 128">128</a><br> Caryophyllia, depth at which it lives <a href="#page 66">66</a><br> <i>Cavilli</i> <a href="#page 133">133</a><br> <i>Cayman island</i> <a href="#page 152">152</a><br> <i>Celebes</i> <a href="#page 129">129</a><br> <i>Ceram</i> <a href="#page 128">128</a><br> Ceylon, recently elevated <a href="#page 101">101</a><br> <i>Ceylon</i> <a href="#page 137">137</a><br> Chagos Great Bank, description and theory of <a href="#page 37"> 37</a>, <a href="#page 85">85</a><br> Chagos group <a href="#page 86">86</a><br> <i>Chagos group</i> <a href="#page 137">137</a><br> Chama-shells embedded in coral-rock <a href="#page 68">68</a><br> Chamisso, on corals preferring the surf <a href="#page 52"> 52</a><br> Changes in the state of Keeling atoll <a href="#page 21">21</a><br> &mdash;&mdash; of atolls <a href="#page 74">74</a><br> Channels leading into the lagoons of atolls <a href="#page 30"> 30</a>, <a href="#page 82">82</a><br> &mdash;&mdash; &mdash;&mdash; into the Maldiva atolls <a href= "#page 33">33</a>, <a href="#page 35">35</a><br> &mdash;&mdash; through barrier-reefs <a href="#page 77">77</a><br> <i>Chase</i> <a href="#page 120">120</a><br> <i>China sea</i> <a href="#page 135">135</a><br> Christmas atoll <a href="#page 60">60</a>, <a href="#page 97"> 97</a><br> <i>Christmas atoll</i> <a href="#page 116">116</a><br> <i>Christmas island</i> (Indian Ocean) <a href="#page 137"> 137</a><br> <i>Clarence</i> <a href="#page 116">116</a><br> <i>Clipperton rock</i> <a href="#page 111">111</a><br> Cocos, or Keeling atoll <a href="#page 15">15</a><br> <i>Cocos (or Keeling)</i> <a href="#page 137">137</a><br> <i>Cocos island</i> (Pacific) <a href="#page 111">111</a><br> Cochin China, encroachments of the sea on the coast <a href= "#page 95">95</a><br> <i>Cochin China</i> <a href="#page 183">183</a><br> <i>Coetivi</i> <a href="#page 139">139</a><br> <i>Comoro group</i> <a href="#page 139">139</a><br> Composition of coral-formations <a href="#page 88">88</a><br> Conglomerate coral-rock on Keeling atoll <a href="#page 20"> 20</a><br> &mdash;&mdash; on other atolls <a href="#page 28">28</a><br> &mdash;&mdash; coral-rock <a href="#page 88">88</a><br> Cook islands, recently elevated <a href="#page 98">98</a>, <a href= "#page 103">103</a><br> <i>Cook islands</i> <a href="#page 114">114</a><br> Coral-blocks bored by vermiform animals <a href="#page 21">21</a>, <a href="#page 88">88</a><br> Coral-reefs, their distribution and absence from certain areas <a href="#page 50">50</a><br> &mdash;&mdash; destroyed by loose sediment <a href="#page 53"> 53</a><br> Coral-rock at Keeling atoll <a href="#page 20">20</a><br> &mdash;&mdash; Mauritius <a href="#page 47">47</a><br> &mdash;&mdash; organic remains of <a href="#page 88">88</a><br> Corals dead but upright in Keeling lagoon <a href="#page 22"> 22</a><br> &mdash;&mdash; depths at which they live <a href="#page 64"> 64</a><br> &mdash;&mdash; off Keeling atoll <a href="#page 17">17</a><br> &mdash;&mdash; killed by a short exposure <a href="#page 16"> 16</a><br> &mdash;&mdash; living in the lagoon of Keeling atoll <a href= "#page 20">20</a><br> &mdash;&mdash; quick growth of, in Keeling lagoon <a href= "#page 21">21</a><br> &mdash;&mdash; merely coating the bottom of the sea <a href= "#page 50">50</a><br> &mdash;&mdash; standing exposed in the Low archipelago <a href= "#page 96">96</a><br> Corallian sea <a href="#page 94">94</a><br> <i>Corallian sea</i> <a href="#page 123">123</a><br> <i>Cornwallis</i> <a href="#page 121">121</a><br> <i>Cosmoledo</i> <a href="#page 139">139</a><br> Couthouy, Mr., alleged proofs of recent elevation of the Low archipelago <a href="#page 96">96</a><br> &mdash;&mdash; on coral-rock at Mangaia and Aurora islands <a href= "#page 64">64</a><br> &mdash;&mdash; on external ledges round coral-islands <a href= "#page 80">80</a><br> &mdash;&mdash; remarks confirmatory of the author's theory <a href= "#page 96">96</a><br> Crescent-formed reefs <a href="#page 84">84</a><br> <i>Cuba</i> <a href="#page 150">150</a><br> Cuming, Mr., on the recent elevation of the Philippines <a href= "#page 101">101</a><br> <br> <i>Dangerous, or Low archipelago</i> <a href="#page 111"> 111</a><br> <i>Danger islands</i> <a href="#page 116">116</a><br> Depths at which reef-building corals live <a href="#page 63"> 63</a><br> &mdash;&mdash; at Mauritius, the Red Sea, and in the Maldiva archipelago <a href="#page 66">66</a><br> &mdash;&mdash; at which other corals and corallines can live <a href="#page 67">67</a><br> <i>Dhalac group</i> <a href="#page 144">144</a><br> Diego Garcia, slow growth of reef <a href="#page 56">56</a><br> Dimensions of the larger groups of atolls <a href="#page 71"> 71</a><br> Disseverment of the Maldiva atolls, and theory of <a href= "#page 37">37</a>, <a href="#page 82">82</a><br> Distribution of coral-reefs <a href="#page 50">50</a><br> <i>Domingo, St.</i> <a href="#page 152">152</a><br> Dory, Port, recently elevated <a href="#page 100">100</a><br> <i>Dory, Port</i> <a href="#page 127">127</a><br> <i>Duff islands</i> <a href="#page 122">122</a><br> <i>Durour</i> <a href="#page 125">125</a><br> <br> <i>Eap</i> <a href="#page 126">126</a><br> arthquakes at Keeling atoll <a href="#page 23">23</a><br> &mdash;&mdash; in groups of atolls <a href="#page 75">75</a><br> &mdash;&mdash; in Navigator archipelago <a href="#page 100"> 100</a><br> ast Indian archipelago, recently elevated <a href="#page 100"> 100</a><br> <i>Easter</i> <a href="#page 111">111</a><br> <i>Echequier</i> <a href="#page 125">125</a><br> hrenberg, on the banks of the Red Sea <a href="#page 49">49</a>, <a href="#page 143">143</a><br> &mdash;&mdash; on depths at which corals live in the Red Sea <a href="#page 66">66</a><br> &mdash;&mdash; on corals preferring the surf <a href="#page 53"> 53</a><br> &mdash;&mdash; on the antiquity of certain corals <a href= "#page 57">57</a><br> <i>Eimeo</i> <a href="#page 112">112</a><br> levated reef of Mauritius <a href="#page 47">47</a><br> levations, recent proofs of <a href="#page 98">98</a><br> &mdash;&mdash; immense areas of <a href="#page 106">106</a><br> <i>Elivi</i> <a href="#page 126">126</a><br> lizabeth island <a href="#page 59">59</a><br> &mdash;&mdash; recently elevated <a href="#page 98">98</a>, <a href="#page 104">104</a><br> <i>Elizabeth island</i> <a href="#page 112">112</a><br> <i>Ellice group</i> <a href="#page 120">120</a><br> ncircled islands, their height <a href="#page 41">41</a><br> &mdash;&mdash; geological composition <a href="#page 42">42</a>, <a href="#page 44">44</a><br> ua, description of <a href="#page 99">99</a><br> <i>Eoua</i> <a href="#page 118">118</a><br> upted matter probably not associated with thick masses of coral-rock <a href="#page 89">89</a><br> <br> Fais, recently elevated <a href="#page 100">100</a>, <a href= "#page 104">104</a><br> <i>Fais</i> <a href="#page 126">126</a><br> <i>Fanning</i> <a href="#page 116">116</a><br> <i>Farallon de Medinilla</i> <a href="#page 127">127</a><br> <i>Farson group</i> <a href="#page 144">144</a><br> <i>Fataka</i> <a href="#page 122">122</a><br> Fiji archipelago <a href="#page 119">119</a><br> Fish, feeding on corals <a href="#page 21">21</a><br> &mdash;&mdash; killed in Keeling lagoon by heavy rain <a href= "#page 24">24</a><br> Fissures across coral-islands <a href="#page 75">75</a><br> Fitzroy, Captain, on a submerged shed at Keeling atoll <a href= "#page 23">23</a><br> &mdash;&mdash; on an inundation in the Low archipelago <a href= "#page 74">74</a><br> <i>Flint</i> <a href="#page 115">115</a><br> <i>Flores</i> <a href="#page 130">130</a><br> <i>Florida</i> <a href="#page 149">149</a><br> <i>Folger</i> <a href="#page 127">127</a><br> <i>Formosa</i> <a href="#page 135">135</a><br> Forster, theory of coral-formations <a href="#page 73">73</a><br> <i>Frederick reef</i> <a href="#page 123">123</a><br> <i>Freewill</i> <a href="#page 128">128</a><br> Friendly group recently elevated <a href="#page 99">99</a>, <a href="#page 105">105</a><br> <i>Friendly archipelago</i> <a href="#page 118">118</a><br> Fringing-reefs, absent where coast precipitous <a href="#page 45"> 5</a><br> &mdash;&mdash; breached in front of streams <a href="#page 54"> 54</a><br> &mdash;&mdash; described by MM. Quoy and Gaimard <a href= "#page 98">98</a><br> &mdash;&mdash; not closely attached to shelving coasts <a href= "#page 46">46</a><br> &mdash;&mdash; of east coast of Africa <a href="#page 48"></a><br> &mdash;&mdash; of Cuba <a href="#page 48">48</a><br> &mdash;&mdash; of Mauritius <a href="#page 45">45</a><br> &mdash;&mdash; on worn down banks of rock <a href="#page 49"> 9</a><br> &mdash;&mdash; on banks of sediment <a href="#page 49">49</a><br> &mdash;&mdash; their appearance when elevated <a href="#page 47"> 7</a><br> &mdash;&mdash; their growth influenced by currents <a href= "#page 49">49</a><br> &mdash;&mdash; by shallowness of sea <a href="#page 49">49</a><br> <br> <i>Galapagos archipelago</i> <a href="#page 111">111</a><br> <i>Galega</i> <a href="#page 139">139</a><br> Gambier islands, section of <a href="#page 43">43</a><br> <i>Gambier islands</i> <a href="#page 112">112</a><br> <i>Gardner</i> <a href="#page 116">116</a><br> <i>Gaspar rico</i> <a href="#page 121">121</a><br> Geological composition of coral-formations <a href="#page 88"> </a><br> <i>Gilbert archipelago</i> <a href="#page 120">120</a><br> <i>Gilolo</i> <a href="#page 129">129</a><br> <i>Glorioso</i> <a href="#page 139">139</a><br> Gloucester island <a href="#page 74">74</a><br> <i>Glover reef</i> <a href="#page 152">152</a><br> <i>Gomez</i> <a href="#page 111">111</a><br> <i>Gouap</i> <a href="#page 126">126</a><br> <i>Goulou</i> <a href="#page 126">126</a><br> <i>Grampus</i> <a href="#page 127">127</a><br> <i>Gran Cocal</i> <a href="#page 120">120</a><br> Great Chagos Bank, description and theory of <a href="#page 37"> 37</a>, <a href="#page 85">85</a><br> Grey, Captain, on sandbars <a href="#page 46">46</a><br> Grouping of the different classes of reefs <a href="#page 93"> 93</a><br> <i>Guedes</i> <a href="#page 128">128</a><br> <br> Hall, Captain B., on Loo Choo <a href="#page 101">101</a><br> Harvey islands, recently elevated <a href="#page 104">104</a><br> Height of encircled islands <a href="#page 41">41</a><br> <i>Hermites</i> <a href="#page 125">125</a><br> <i>Hervey or Cook islands</i> <a href="#page 114">114</a><br> <i>Hogoleu</i> <a href="#page 125">125</a><br> Holothuri&aelig; (Holuthuri&aelig;) feeding on coral <a href= "#page 21">21</a><br> Houden island, height of <a href="#page 71">71</a><br> <i>Honduras, reef off</i> <a href="#page 151">151</a><br> <i>Horn</i> <a href="#page 119">119</a><br> <i>Houtman Abrolhos</i> <a href="#page 130">130</a><br> Huaheine; alleged proofs of its recent elevation <a href= "#page 103">103</a><br> <i>Huaheine</i> <a href="#page 113">113</a><br> <i>Humphrey</i> <a href="#page 115">115</a><br> <i>Hunter</i> <a href="#page 119">119</a><br> Hurricanes, effects of, on coral-islands <a href="#page 74"> 74</a><br> <br> <i>Immaum</i> <a href="#page 143">143</a><br> <i>Independence</i> <a href="#page 120">120</a><br> India, west coast, recently elevated <a href="#page 101"> 101</a><br> <i>India</i> <a href="#page 143">143</a><br> Irregular reefs in shallow seas <a href="#page 49">49</a><br> Islets of coral-rock, their formation <a href="#page 19">19</a><br> &mdash;&mdash; their destruction in the Maldiva atolls <a href= "#page 36">36</a><br> <br> <i>Jamaica</i> <a href="#page 152">152</a><br> <i>Jarvis</i> <a href="#page 115">115</a><br> Java, recently elevated <a href="#page 100">100</a><br> <i>Java</i> <a href="#page 131">131</a><br> <i>Johnston island</i> <a href="#page 116">116</a><br> <i>Juan de Nova</i> <a href="#page 139">139</a><br> <i>Juan de Nova (Madagascar)</i> <a href="#page 140">140</a><br> <br> <i>Kalatoa</i> <a href="#page 131">131</a><br> Kamtschatka, proofs of its recent elevation <a href="#page 105"> 105</a><br> <i>Karkalang</i> <a href="#page 129">129</a><br> Keeling atoll, section of reef <a href="#page 15">15</a><br> <i>Keeling, south atoll</i> <a href="#page 137">137</a><br> &mdash;&mdash; <i>north atoll</i> <a href="#page 137">137</a><br> <i>Keffing</i> <a href="#page 128">128</a><br> <i>Kemin</i> <a href="#page 115">115</a>, <a href="#page 116"> 116</a><br> <i>Kennedy</i> <a href="#page 123">123</a><br> <i>Keppel</i> <a href="#page 119">119</a><br> <i>Kumi</i> <a href="#page 135">135</a><br> <br> <i>Laccadive group</i> <a href="#page 137">137</a><br> Ladrones, or Marianas, recently elevated <a href="#page 100"> 100</a><br> <i>Ladrones archipelago</i> <a href="#page 127">127</a><br> Lagoon of Keeling atoll <a href="#page 20">20</a><br> Lagoons bordered by inclined ledges and walls, and theory of their formation <a href="#page 32">32</a>, <a href="#page 79">79</a><br> &mdash;&mdash; of small atolls filled up with sediment <a href= "#page 32">32</a><br> Lagoon-channels within barrier-reefs <a href="#page 40">40</a><br> Lagoon-reefs, all submerged in some atolls, and rising to the surface in others <a href="#page 55">55</a><br> <i>Lancaster reef</i> <a href="#page 115">115</a><br> <i>Latte</i> <a href="#page 119">119</a><br> <i>Lauglan islands</i> <a href="#page 123">123</a><br> Ledges round certain lagoons <a href="#page 32">32</a>, <a href= "#page 79">79</a><br> <i>Lette</i> <a href="#page 129">129</a><br> <i>Lighthouse reef</i> <a href="#page 152">152</a><br> Lloyd, Mr., on corals refixing themselves <a href="#page 62"> 62</a><br> Loo Choo, recently elevated <a href="#page 101">101</a><br> <i>Loo Choo</i> <a href="#page 135">135</a><br> <i>Louisiade</i> <a href="#page 123">123</a><br> Low archipelago, alleged proofs of its recent elevation <a href= "#page 96">96</a><br> <i>Low archipelago</i> <a href="#page 111">111</a><br> Lowness of coral-islands <a href="#page 70">70</a><br> <i>Loyalty group</i> <a href="#page 123">123</a><br> <i>Lucepara</i> <a href="#page 133">133</a><br> Lutk&eacute;, Admiral, on fissures across coral-islands <a href= "#page 75">75</a><br> Luzon, recently elevated <a href="#page 101">101</a><br> <i>Luzon</i> <a href="#page 134">134</a><br> Lyell, Mr., on channels into the lagoons of atolls <a href= "#page 31">31</a><br> &mdash;&mdash; on the lowness of their leeward sides <a href= "#page 82">82</a><br> &mdash;&mdash; on the antiquity of certain corals <a href= "#page 58">58</a><br> &mdash;&mdash; on the apparent continuity of distinct coral-islands <a href="#page 89">89</a><br> &mdash;&mdash; on the recently elevated beds of the Red Sea <a href="#page 102">102</a><br> &mdash;&mdash; on the outline of the areas of subsidence <a href= "#page 106">106</a><br> <br> <i>Macassar strait</i> <a href="#page 131">131</a><br> <i>Macclesfield bank</i> <a href="#page 136">136</a><br> Madagascar, quick growth of corals at <a href="#page 62">62</a><br> &mdash;&mdash; madreporitic rock of <a href="#page 101">101</a><br> <i>Madagascar</i> <a href="#page 140">140</a><br> <i>Madjiko-sima</i> <a href="#page 135">135</a><br> <i>Madura (Java)</i> <a href="#page 131">131</a><br> <i>Madura (India)</i> <a href="#page 137">137</a><br> Mahlos Mahdoo, theory of formation <a href="#page 88">88</a><br> Malacca, recently elevated <a href="#page 100">100</a><br> <i>Malacca</i> <a href="#page 133">133</a><br> Malcolmson, Dr., on recent elevation of W. coast of India <a href= "#page 100">100</a><br> &mdash;&mdash; on recent elevation of Camaran island <a href= "#page 102">102</a><br> <i>Malden</i> <a href="#page 115">115</a><br> Maldiva atolls, and theory of their formation <a href="#page 33"> 33</a>, <a href="#page 80">80</a>, <a href="#page 82">82</a><br> &mdash;&mdash; steepness of their flanks <a href="#page 26"> 26</a><br> &mdash;&mdash; growth of coral at <a href="#page 62">62</a><br> <i>Maldiva archipelago</i> <a href="#page 137">137</a><br> Mangaia island <a href="#page 64">64</a><br> &mdash;&mdash; recently elevated <a href="#page 99">99</a>, <a href="#page 104">104</a><br> <i>Mangaia</i> <a href="#page 114">114</a><br> <i>Mangs</i> <a href="#page 127">127</a><br> Marianas, recently elevated <a href="#page 100">100</a><br> <i>Mariana archipelago</i> <a href="#page 127">127</a><br> <i>Mariere</i> <a href="#page 126">126</a><br> <i>Marquesas archipelago</i> <a href="#page 113">113</a><br> <i>Marshall archipelago</i> <a href="#page 121">121</a><br> <i>Marshall island</i> <a href="#page 127">127</a><br> <i>Martinique</i> <a href="#page 153">153</a><br> <i>Martires</i> <a href="#page 126">126</a><br> Mary's St. in Madagascar, harbour made in reefs <a href="#page 54"> 54</a><br> <i>Mary island</i> <a href="#page 116">116</a><br> <i>Matia, or Aurora</i> <a href="#page 112">112</a><br> Matilda atoll <a href="#page 60">60</a><br> Mauritius, fringing-reefs of <a href="#page 45">45</a><br> &mdash;&mdash; depths at which corals live there <a href= "#page 64">64</a><br> &mdash;&mdash; recently elevated <a href="#page 101">101</a><br> <i>Mauritius</i> <a href="#page 138">138</a><br> Maurua, section of <a href="#page 43">43</a><br> <i>Maurua</i> <a href="#page 113">113</a><br> Menchikoff atoll <a href="#page 25">25</a>, <a href="#page 84"> </a><br> <i>Mendana archipelago</i> <a href="#page 113">113</a><br> <i>Mendana isles</i> <a href="#page 122">122</a><br> <i>Mexico, gulf of</i> <a href="#page 149">149</a><br> Millepora complanata at Keeling atoll <a href="#page 16">16</a><br> <i>Mindoro</i> <a href="#page 134">134</a><br> <i>Mohilla (Mohila)</i> <a href="#page 139">139</a><br> Molucca islands, recently elevated <a href="#page 100">100</a><br> <i>Mopeha</i> <a href="#page 113">113</a><br> Moresby, Captain, on boring through coral-reefs <a href="#page 59"> 59</a><br> <i>Morty</i> <a href="#page 129">129</a><br> <i>Mosquito coast</i> <a href="#page 152">152</a><br> Musquillo atoll <a href="#page 84">84</a><br> <i>Mysol</i> <a href="#page 129">129</a><br> <br> Namourrek group <a href="#page 84">84</a><br> <i>Natunas</i> <a href="#page 133">133</a><br> Navigator archipelago, elevation of <a href="#page 99">99</a><br> <i>Navigator archipelago</i> <a href="#page 117">117</a><br> <i>Nederlandisch</i> <a href="#page 120">120</a><br> Nelson, Lieutenant, on the consolidation of coral-rocks under water <a href="#page 59">59</a><br> &mdash;&mdash; theory of coral-formations <a href="#page 73"> 73</a><br> &mdash;&mdash; on the Bermuda islands <a href="#page 154"> 154</a><br> <i>New Britain</i> <a href="#page 124">124</a><br> New Caledonia, steepness of its reefs <a href="#page 39">39</a><br> &mdash;&mdash; &mdash;&mdash; barrier-reef of <a href="#page 44"> </a>, <a href="#page 79">79</a>, <a href="#page 83">83</a>, <a href="#page 93">93</a><br> <i>New Caledonia</i> <a href="#page 123">123</a><br> <i>New Guinea (E. end)</i> <a href="#page 124">124</a><br> <i>New Guinea (W. end)</i> <a href="#page 127">127</a><br> <i>New Hanover</i> <a href="#page 124">124</a><br> New Hebrides, recently elevated <a href="#page 100">100</a><br> <i>New Hebrides</i> <a href="#page 121">121</a><br> New Ireland, recently elevated <a href="#page 100">100</a><br> <i>New Ireland</i> <a href="#page 124">124</a><br> <i>New Nantucket</i> <a href="#page 116">116</a><br> <i>Nicobar islands</i> <a href="#page 132">132</a><br> <i>Niouha</i> <a href="#page 119">119</a><br> Nullipor&aelig; at Keeling atoll <a href="#page 18">18</a><br> &mdash;&mdash; on the reefs of atolls <a href="#page 28">28</a><br> &mdash;&mdash; on barrier-reefs <a href="#page 39">39</a><br> &mdash;&mdash; their wide distribution and abundance <a href= "#page 68">68</a><br> <br> Objections to the theory of subsidence <a href="#page 87">7</a><br> <i>Ocean islands</i> <a href="#page 117">117</a>, <a href= "#page 121">121</a><br> <i>Ono</i> <a href="#page 120">120</a><br> <i>Onouafu (Onouafou)</i> <a href="#page 119">119</a><br> <i>Ormuz</i> <a href="#page 143">143</a><br> <i>Oscar group</i> <a href="#page 120">120</a><br> Oscillations of level <a href="#page 103">103</a>, <a href= "#page 108">108</a><br> <i>Ouallan, or Ualan (Oualan)</i> <a href="#page 125">125</a><br> Ouluthy atoll <a href="#page 60">60</a><br> <i>Outong Java</i> <a href="#page 124">124</a><br> <br> <i>Palawan, S.W. coast <a href="#page 133">133</a><br> &mdash;&mdash; N.W. coast <a href="#page 134">134</a><br> &mdash;&mdash; western bank <a href="#page 136">136</a><br> </i> Palmerston <a href="#page 114">114</a><br> <i>Palmyra</i> <a href="#page 116">116</a><br> <i>Paracells</i> <a href="#page 136">136</a><br> <i>Paraquas</i> <a href="#page 136">136</a><br> <i>Patchow</i> <a href="#page 135">135</a><br> <i>Pelew islands</i> <a href="#page 126">126</a><br> Pemba island, singular form of <a href="#page 102">102</a><br> <i>Pemba</i> <a href="#page 142">142</a><br> <i>Penrhyn</i> <a href="#page 115">115</a><br> <i>Peregrino</i> <a href="#page 115">115</a><br> Pernambuco, bar of sandstone at <a href="#page 47">47</a><br> Persian gulf, recently elevated <a href="#page 102">102</a><br> <i>Persian gulf</i> <a href="#page 143">143</a><br> Pescado <a href="#page 115">115</a><br> <i>Pescadores</i> <a href="#page 135">135</a><br> <i>Peyster group</i> <a href="#page 120">120</a><br> <i>Philip</i> <a href="#page 126">126</a><br> Philippine archipelago, recently elevated <a href="#page 101"> 101</a><br> <i>Philippine archipelago</i> <a href="#page 134">134</a><br> <i>Ph&oelig;nix</i> <a href="#page 116">116</a><br> <i>Piguiram</i> <a href="#page 126">126</a><br> <i>Pitcairn</i> <a href="#page 112">112</a><br> Pitt's bank <a href="#page 86">86</a><br> <i>Pitt island</i> <a href="#page 120">120</a><br> <i>Platte</i> <a href="#page 139">139</a><br> <i>Pleasant</i> <a href="#page 121">121</a><br> Porites, chief coral on margin of Keeling atoll <a href="#page 16"> 16</a><br> <i>Postillions</i> <a href="#page 131">131</a><br> Pouynip&egrave;te <a href="#page 95">95</a><br> &mdash;&mdash; its probable subsidence <a href="#page 95"> 95</a><br> <i>Pouynip&egrave;te</i> <a href="#page 125">125</a><br> <i>Pratas shoal</i> <a href="#page 135">135</a><br> <i>Proby</i> <a href="#page 119">119</a><br> <i>Providence</i> <a href="#page 139">139</a><br> <i>Puerto Rico</i> <a href="#page 152">152</a><br> <i>Pulo Anna</i> <a href="#page 126">126</a><br> Pumice floated to coral-islands <a href="#page 88">88</a><br> <i>Pylstaart</i> <a href="#page 118">118</a><br> Pyrard de Laval, astonishment at the atolls in the Indian Ocean <a href="#page 11">11</a><br> <br> Quoy and Gaimard, depths at which corals live <a href="#page 66"> 66</a><br> &mdash;&mdash; description of reefs applicable only to fringing-reefs <a href="#page 98">98</a><br> <br> Range of atolls <a href="#page 94">94</a><br> <i>Rapa</i> <a href="#page 115">115</a><br> <i>Rearson</i> <a href="#page 115">115</a><br> Red Sea, banks of rock coated by reefs <a href="#page 49"> 49</a><br> &mdash;&mdash; proofs of its recent elevation <a href="#page 102"> 102</a><br> &mdash;&mdash; supposed subsidence of <a href="#page 103"> 103</a><br> <i>Red Sea</i> <a href="#page 143">143</a><br> Reefs, irregular in shallow seas <a href="#page 49">49</a><br> &mdash;&mdash; rising to the surface in some lagoons and all submerged in others <a href="#page 55">55</a><br> &mdash;&mdash; their distribution <a href="#page 50">50</a><br> &mdash;&mdash; their absence from some coasts <a href="#page 51"> 51</a><br> <i>Revilla-gigedo</i> <a href="#page 111">111</a><br> Ring-formed reefs of the Maldiva atolls, and theory of <a href= "#page 34"></a>, <a href="#page 80">80</a><br> <i>Rodriguez</i> <a href="#page 138">138</a><br> <i>Rosario</i> <a href="#page 127">127</a><br> <i>Rose island</i> <a href="#page 118">118</a><br> <i>Rotches</i> <a href="#page 120">120</a><br> <i>Rotoumah</i> <a href="#page 120">120</a><br> <i>Roug</i> <a href="#page 125">125</a><br> <i>Rowley shoals</i> <a href="#page 130">130</a><br> R&uuml;ppell, Dr., on the recent deposits of Red Sea <a href= "#page 102">102</a><br> <br> <i>Sable, ile de</i> <a href="#page 138">138</a><br> <i>Sahia de Malha</i> <a href="#page 137">137</a><br> <i>St. Pierre</i> <a href="#page 139">139</a><br> <i>Sala</i> <a href="#page 111">111</a><br> <i>Salomon (Solomon) archipelago</i> <a href="#page 123"> 123</a><br> Samoa, or Navigator archipelago, elevation of <a href="#page 99"> 99</a><br> <i>Samoa archipelago</i> <a href="#page 117">117</a><br> Sand-bars parallel to coasts <a href="#page 46">46</a><br> <i>Sandal-wood</i> <a href="#page 129">129</a><br> Sandwich archipelago, recently elevated <a href="#page 98"> 98</a><br> <i>Sandwich archipelago</i> <a href="#page 117">117</a><br> <i>Sanserot</i> <a href="#page 126">126</a><br> <i>Santa-Cruz group</i> <a href="#page 122">122</a><br> Savage island, recently elevated <a href="#page 59">59</a>, <a href="#page 99">99</a>, <a href="#page 104">104</a><br> <i>Savage</i> <a href="#page 118">118</a><br> <i>Savu</i> <a href="#page 129">129</a><br> <i>Saya, or Sahia de Malha</i> <a href="#page 137">137</a><br> <i>Scarborough shoal</i> <a href="#page 136">136</a><br> Scarus feeding on corals <a href="#page 21">21</a><br> <i>Schouten</i> <a href="#page 124">124</a><br> <i>Scilly</i> <a href="#page 113">113</a><br> Scori&aelig; floated to coral-islands <a href="#page 89">89</a><br> <i>Scott's reef</i> <a href="#page 130">130</a><br> Sections of islands encircled by barrier-reefs <a href="#page 43"> 43</a>, <a href="#page 176">176</a><br> &mdash;&mdash; of Bolabola <a href="#page 76">76</a><br> Sediment in Keeling lagoon <a href="#page 21">21</a><br> &mdash;&mdash; in other atolls <a href="#page 29">29</a>, <a href= "#page 35">35</a><br> &mdash;&mdash; injurious to corals <a href="#page 53">53</a><br> &mdash;&mdash; transported from coral-islands far seaward <a href= "#page 89">89</a><br> <i>Seniavine</i> <a href="#page 125">125</a><br> <i>Serangani</i> <a href="#page 129">129</a><br> <i>Seychelles</i> <a href="#page 138">138</a><br> Ship-bottom quickly coated with coral <a href="#page 62">62</a><br> <i>Smyth island</i> <a href="#page 116">116</a><br> Society archipelago, stationary condition of <a href="#page 96"> 96</a><br> &mdash;&mdash; alleged proofs of recent elevation <a href= "#page 103">103</a><br> <i>Society archipelago</i> <a href="#page 112">112</a><br> <i>Socotra</i> <a href="#page 143">143</a><br> <i>Solor</i> <a href="#page 130">130</a><br> Sooloo islands, recently elevated <a href="#page 101">101</a><br> <i>Sooloo islands</i> <a href="#page 133">133</a><br> <i>Souvaroff</i> <a href="#page 115">115</a><br> <i>Spanish</i> <a href="#page 126">126</a><br> Sponge, depths at which found <a href="#page 67">67</a><br> <i>Starbuck (Slarbuck)</i> <a href="#page 115">115</a><br> Stones transported in roots of trees <a href="#page 89">89</a><br> Storms, effects of, on coral-islands <a href="#page 74">74</a><br> Stutchbury, Mr., on the growth of an Agaricia <a href="#page 63"> 63</a><br> &mdash;&mdash; on upraised corals in Society archipelago <a href= "#page 103">103</a><br> Subsidence of Keeling atoll <a href="#page 28">28</a><br> &mdash;&mdash; extreme slowness of <a href="#page 87">87</a>, <a href="#page 108">108</a><br> &mdash;&mdash; areas of, apparently elongated <a href="#page 106"> 106</a><br> &mdash;&mdash; areas of immense <a href="#page 106">106</a><br> &mdash;&mdash; great amount of <a href="#page 108">108</a><br> <i>Suez, gulf of</i> <a href="#page 147">147</a><br> <i>Sulphur islands</i> <a href="#page 127">127</a><br> Sumatra, recently elevated <a href="#page 100">100</a><br> <i>Sumatra</i> <a href="#page 132">132</a><br> <i>Sumbawa</i> <a href="#page 130">130</a><br> Surf favourable to the growth of massive corals <a href="#page 52"> 52</a><br> <i>Swallow shoal</i> <a href="#page 136">136</a><br> <i>Sydney island</i> <a href="#page 116">116</a><br> <br> Tahiti, alleged proofs of its recent elevation <a href="#page 103"> 103</a><br> <i>Tahiti</i> <a href="#page 112">112</a><br> Temperature of the sea at the Galapagos archipelago <a href= "#page 51">51</a><br> <i>Tenasserim</i> <a href="#page 133">133</a><br> <i>Tenimber island</i> <a href="#page 128">128</a><br> <i>Teturoa</i> <a href="#page 113">113</a><br> Theories on coral-formations <a href="#page 69">69</a>, <a href= "#page 73">73</a><br> Theory of subsidence, and objections to <a href="#page 72">72</a>, <a href="#page 86">86</a><br> Thickness, vertical, of barrier-reefs <a href="#page 43">43</a>, <a href="#page 76">76</a><br> <i>Thomas, St.</i> <a href="#page 153">153</a><br> <i>Tikopia</i> <a href="#page 122">122</a><br> Timor, recently elevated <a href="#page 100">100</a><br> <i>Timor</i> <a href="#page 129">129</a><br> <i>Timor-laut</i> <a href="#page 128">128</a><br> <i>Tokan-Bessees</i> <a href="#page 131">131</a><br> <i>Tongatabou</i> <a href="#page 118">118</a><br> <i>Tonquin</i> <a href="#page 137">137</a><br> <i>Toubai</i> <a href="#page 113">113</a><br> <i>Toufoa (Toofoa)</i> <a href="#page 119">119</a><br> <i>Toupoua</i> <a href="#page 122">122</a><br> Traditions of change in coral-islands <a href="#page 73">73</a><br> Tridacn&aelig; embedded in coral-rock <a href="#page 63">63</a><br> &mdash;&mdash; left exposed in the Low archipelago <a href= "#page 96">96</a><br> Tubularia, quick growth of <a href="#page 63">63</a><br> <i>Tumbelan</i> <a href="#page 133">133</a><br> <i>Turneffe reef</i> <a href="#page 152">152</a><br> <i>Turtle</i> <a href="#page 119">119</a><br> <br> <i>Ualan</i> <a href="#page 125">125</a><br> <br> Vanikoro, section of <a href="#page 43">43</a><br> &mdash;&mdash; its state and changes in its reefs <a href= "#page 95">95</a><br> <i>Vanikoro</i> <a href="#page 122">122</a><br> <i>Vine reef</i> <a href="#page 125">125</a><br> <i>Virgin Gorda</i> <a href="#page 153">153</a><br> <i>Viti archipelago</i> <a href="#page 119">119</a><br> Volcanic islands, with living corals on their shores <a href= "#page 51">51</a><br> &mdash;&mdash; matter, probably not associated with thick masses of coral-rock <a href="#page 88">88</a><br> Volcanoes, authorities for their position on the map <a href= "#page 90">90</a><br> &mdash;&mdash; their presence determined by the movements in progress <a href="#page 104">104</a><br> &mdash;&mdash; absent or extinct in the areas of subsidence <a href="#page 105">105</a><br> <br> <i>Waigiou</i> <a href="#page 128">128</a><br> <i>Wallis island</i> <a href="#page 119">119</a><br> <i>Washington</i> <a href="#page 116">116</a><br> <i>Wells' reef</i> <a href="#page 123">123</a><br> Wellstead, Lieutenant, account of a ship coated with corals <a href="#page 62">62</a><br> West Indies, banks of sediment fringed by reefs <a href="#page 49"> 49</a><br> &mdash;&mdash; recently elevated <a href="#page 102">102</a><br> <i>West Indies</i> <a href="#page 147">147</a><br> Whitsunday island, view of <a href="#page 12">12</a><br> &mdash;&mdash; changes in its state <a href="#page 74">74</a><br> Williams, Rev. J., on traditions of the natives regarding coral-islands <a href="#page 74">74</a><br> &mdash;&mdash; on antiquity of certain corals <a href="#page 64"> 64</a><br> <i>Wolchonsky</i> <a href="#page 111">111</a><br> <i>Wostock</i> <a href="#page 115">115</a><br> <br> <i>Xulla islands</i> <a href="#page 128">128</a><br> <br> <i>York island</i> <a href="#page 116">116</a><br> <i>Yucutan, coast of</i> <a href="#page 151">151</a><br> <br> Zones of different kinds of corals outside the same reefs <a href= "#page 55">55</a>, <a href="#page 60">60</a><br> </small></p> <center>END OF CORAL REEFS<br><br> <a href="volcan.html">Volcanic Islands</a><br> <a href="southam.html">South American Geology</a> </center> </body> </html>
lucashmorais/x-Bench
zip/testes/corals.html
HTML
mit
585,517
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>monae: 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 / monae - 0.0.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> monae <small> 0.0.1 <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: &quot;2.0&quot; name: &quot;coq-monae&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/affeldt-aist/monae&quot; bug-reports: &quot;https://github.com/affeldt-aist/monae/issues&quot; dev-repo: &quot;git+https://github.com/affeldt-aist/monae.git&quot; license: &quot;GPLv3&quot; authors: [ &quot;Reynald Affeldt&quot; &quot;David Nowak&quot; &quot;Takafumi Saikawa&quot; ] build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot;] [make] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.9.1&quot; &amp; &lt; &quot;8.10.0~&quot;) } &quot;coq-infotheo&quot; { (&gt;= &quot;0.0.1&quot; &amp; &lt; &quot;0.0.4&quot;) } ] synopsis: &quot;Monae&quot; description: &quot;&quot;&quot; This repository contains a formalization of monads including several models, examples of monadic equational reasoning, and an application to program semantics. &quot;&quot;&quot; url { http: &quot;https://github.com/affeldt-aist/monae/archive/0.0.1.tar.gz&quot; checksum: &quot;md5=098f07dde98231f5068b9d0b09670dc3&quot; } </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-monae.0.0.1 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&#39;t be met: - coq-monae -&gt; coq &lt; 8.10.0~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; 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-monae.0.0.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.2-2.0.7/released/8.11.1/monae/0.0.1.html
HTML
mit
6,703
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>quickchick: 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 / quickchick - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> quickchick <small> 1.1.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-09 07:56:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-09 07:56:05 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.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; version: &quot;1.1.0&quot; maintainer: &quot;[email protected]&quot; synopsis: &quot;Randomized Property-Based Testing Plugin for Coq&quot; homepage: &quot;https://github.com/QuickChick/QuickChick&quot; dev-repo: &quot;git+https://github.com/QuickChick/QuickChick.git&quot; bug-reports: &quot;https://github.com/QuickChick/QuickChick/issues&quot; license: &quot;MIT&quot; build: [ make &quot;-j%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.04.0&quot;} &quot;coq&quot; {&gt;= &quot;8.9&quot; &lt; &quot;8.10~&quot;} &quot;coq-ext-lib&quot; &quot;coq-mathcomp-ssreflect&quot; &quot;ocamlbuild&quot; &quot;ocamlfind&quot; &quot;coq-simple-io&quot; {&gt;= &quot;1.0&quot; &lt; &quot;1.1&quot;} ] authors: [ &quot;Leonidas Lampropoulos &lt;&gt;&quot; &quot;Zoe Paraskevopoulou &lt;&gt;&quot; &quot;Maxime Denes &lt;&gt;&quot; &quot;Catalin Hritcu &lt;&gt;&quot; &quot;Benjamin Pierce &lt;&gt;&quot; &quot;Li-yao Xia &lt;&gt;&quot; &quot;Arthur Azevedo de Amorim &lt;&gt;&quot; &quot;Yishuai Li &lt;&gt;&quot; &quot;Antal Spector-Zabusky &lt;&gt;&quot; ] tags: [ &quot;keyword:extraction&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:QuickChick&quot; ] url { src: &quot;https://github.com/QuickChick/QuickChick/archive/v1.1.0.tar.gz&quot; checksum: &quot;md5=13c1d3bcaf1cfdf59867aa44652d8210&quot; } </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-quickchick.1.1.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&#39;t be met: - coq-quickchick -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-quickchick.1.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"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.0/quickchick/1.1.0.html
HTML
mit
7,109
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq: 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.0 / metacoq - 1.0~beta2+8.13</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq <small> 1.0~beta2+8.13 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-06 23:39:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-06 23:39:54 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.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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;[email protected]&gt;&quot; &quot;Simon Boulier &lt;[email protected]&gt;&quot; &quot;Cyril Cohen &lt;[email protected]&gt;&quot; &quot;Yannick Forster &lt;[email protected]&gt;&quot; &quot;Fabian Kunze &lt;[email protected]&gt;&quot; &quot;Gregory Malecha &lt;[email protected]&gt;&quot; &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Nicolas Tabareau &lt;[email protected]&gt;&quot; &quot;Théo Winterhalter &lt;[email protected]&gt;&quot; ] license: &quot;MIT&quot; depends: [ &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} &quot;coq-metacoq-erasure&quot; {= version} &quot;coq-metacoq-translations&quot; {= version} ] synopsis: &quot;A meta-programming framework for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The meta-package includes the template-coq library, unverified checker for Coq, PCUIC development including a verified translation from Coq to PCUIC, safe checker and erasure for PCUIC and example translations. See individual packages for more detailed descriptions. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-beta2-8.13.tar.gz&quot; checksum: &quot;sha256=15e1cfde70e6c4dbf33bff1a77266ac5c0c3e280586ef059e0cdec07bee814f2&quot; } </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.1.0~beta2+8.13 coq.8.8.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.8.0). The following dependencies couldn&#39;t be met: - coq-metacoq -&gt; coq-metacoq-erasure &gt;= 1.0~beta2+8.13 -&gt; coq &gt;= 8.13 Your request can&#39;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.1.0~beta2+8.13</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.8.0/metacoq/1.0~beta2+8.13.html
HTML
mit
7,558
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qarith-stern-brocot: 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 / qarith-stern-brocot - 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> qarith-stern-brocot <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-06 21:49:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-06 21:49:33 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.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-community/qarith-stern-brocot&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/QArithSternBrocot&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: rational numbers&quot; &quot;keyword: arithmetic&quot; &quot;keyword: field tactic&quot; &quot;keyword: binary lists&quot; &quot;keyword: Stern-Brocot&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Rational numbers&quot; &quot;category: Miscellaneous/Extracted Programs/Arithmetic&quot; &quot;date: 2003&quot; ] authors: [ &quot;Milad Niqui&quot; &quot;Yves Bertot&quot; ] bug-reports: &quot;https://github.com/coq-community/qarith-stern-brocot/issues&quot; dev-repo: &quot;git+https://github.com/coq-community/qarith-stern-brocot.git&quot; synopsis: &quot;Binary Rational Numbers&quot; description: &quot;Developement of rational numbers as finite binary lists and defining field operations on them in two different ways: strict and lazy.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-community/qarith-stern-brocot/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=6ce67d480418521bfe93704fabaaccd6&quot; } </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-qarith-stern-brocot.8.6.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&#39;t be met: - coq-qarith-stern-brocot -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; 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-qarith-stern-brocot.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.11.1-2.0.7/released/8.11.1/qarith-stern-brocot/8.6.0.html
HTML
mit
7,030
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>unicoq: 30 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.1 / unicoq - 1.5+8.13</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> unicoq <small> 1.5+8.13 <span class="label label-success">30 s 🏆</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> <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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; authors: [ &quot;Matthieu Sozeau &lt;[email protected]&gt;&quot; &quot;Beta Ziliani &lt;[email protected]&gt;&quot; ] dev-repo: &quot;git+https://github.com/unicoq/unicoq.git&quot; homepage: &quot;https://github.com/unicoq/unicoq&quot; bug-reports: &quot;https://github.com/unicoq/unicoq/issues&quot; license: &quot;MIT&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot;} ] synopsis: &quot;An enhanced unification algorithm for Coq&quot; tags: [ &quot;logpath:Unicoq&quot; &quot;date:2020-08-12&quot; ] url { src: &quot;https://github.com/unicoq/unicoq/archive/v1.5-8.13.tar.gz&quot; checksum: &quot;sha256=9c9e67e787c6fdbae289845a33408c84fe5826c1ff52a824f2b2b9f55ce9d255&quot; } </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-unicoq.1.5+8.13 coq.8.13.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-unicoq.1.5+8.13 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 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-unicoq.1.5+8.13 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>30 s</dd> </dl> <h2>Installation size</h2> <p>Total: 355 K</p> <ul> <li>318 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/Unicoq/unicoq.cmxs</code></li> <li>17 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/Unicoq/unicoq.cmx</code></li> <li>10 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/Unicoq/unicoq.cmi</code></li> <li>7 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/Unicoq/unicoq.cmxa</code></li> <li>2 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/Unicoq/Unicoq.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/Unicoq/Unicoq.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/Unicoq/Unicoq.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-unicoq.1.5+8.13</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/unicoq/1.5+8.13.html
HTML
mit
7,486
<!-- HTML header for doxygen 1.8.6--> <!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.12"/> <title>OpenCV: Member List</title> <link href="../../opencv.ico" rel="shortcut icon" type="image/x-icon" /> <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/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"], jax: ["input/TeX","output/HTML-CSS"], }); //<![CDATA[ MathJax.Hub.Config( { TeX: { Macros: { matTT: [ "\\[ \\left|\\begin{array}{ccc} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{array}\\right| \\]", 9], fork: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ \\end{array} \\right.", 4], forkthree: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ #5 & \\mbox{#6}\\\\ \\end{array} \\right.", 6], vecthree: ["\\begin{bmatrix} #1\\\\ #2\\\\ #3 \\end{bmatrix}", 3], vecthreethree: ["\\begin{bmatrix} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{bmatrix}", 9], hdotsfor: ["\\dots", 1], mathbbm: ["\\mathbb{#1}", 1], bordermatrix: ["\\matrix{#1}", 1] } } } ); //]]> </script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> <link href="../../stylesheet.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <!--#include virtual="/google-search.html"--> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="../../opencv-logo-small.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">OpenCV &#160;<span id="projectnumber">3.2.0</span> </div> <div id="projectbrief">Open Source Computer Vision</div> </td> </tr> </tbody> </table> </div> <script type="text/javascript"> //<![CDATA[ function getLabelName(innerHTML) { var str = innerHTML.toLowerCase(); // Replace all '+' with 'p' str = str.split('+').join('p'); // Replace all ' ' with '_' str = str.split(' ').join('_'); // Replace all '#' with 'sharp' str = str.split('#').join('sharp'); // Replace other special characters with 'ascii' + code for (var i = 0; i < str.length; i++) { var charCode = str.charCodeAt(i); if (!(charCode == 95 || (charCode > 96 && charCode < 123) || (charCode > 47 && charCode < 58))) str = str.substr(0, i) + 'ascii' + charCode + str.substr(i + 1); } return str; } function addToggle() { var $getDiv = $('div.newInnerHTML').last(); var buttonName = $getDiv.html(); var label = getLabelName(buttonName.trim()); $getDiv.attr("title", label); $getDiv.hide(); $getDiv = $getDiv.next(); $getDiv.attr("class", "toggleable_div label_" + label); $getDiv.hide(); } //]]> </script> <!-- end header part --> <!-- Generated by Doxygen 1.8.12 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "../../search",false,'Search'); </script> <script type="text/javascript" src="../../menudata.js"></script> <script type="text/javascript" src="../../menu.js"></script> <script type="text/javascript"> $(function() { initMenu('../../',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- 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><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">IplImage Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#ab419b067d970ac518d0760425d387c8b">_IplImage</a>()</td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a876b581a635742508f1005f9411d4509">_IplImage</a>(const cv::Mat &amp;m)</td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a1343425faaf3f7a5678edc509d111a34">align</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a5765133d501edf185957c9aacbdb2df1">alphaChannel</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a091d3a95db5a69ad8ada4493a9805041">BorderConst</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a551197cb31f4fde4aa55072a857e03f3">BorderMode</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#ab4c469d97b96f696d19fc0065cf69368">channelSeq</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a7b936c1cdfdae5477eb19d27c0d864f8">colorModel</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#ad1964a49f086f12c6d1a9827ed3368f2">dataOrder</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#ad992e697d6f036505151c9010c4af2ba">depth</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a79c472a00afe772d990301e0a250114e">height</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a415cd3927b70e11298255d7a139c1b8c">ID</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#ab6315f84a34002b616a187f87999f167">imageData</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a3690b9b5994ae30033b737910eebb2f4">imageDataOrigin</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#ae1451feab0502d21448e7c30a24772c5">imageId</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a40bc3ec7949bb04333488ef87168f670">imageSize</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#ac7c7b04d55821f6178ce16f724ed21c2">maskROI</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a9af9e642f025f54b0c8098abb910a648">nChannels</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a004c6e47e73b4196d019e935620448e9">nSize</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a24676d5e84d4de89ac65115c95219fac">origin</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a2312a609138ec977777d5262352d9f89">roi</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#adf18cdfcb5411a06ef7e3fa9cf8d06d3">tileInfo</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a829bb0a7a268b77996e492710c21b870">width</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html#a940eed22dfb3b349b7de4e8c82626d08">widthStep</a></td><td class="entry"><a class="el" href="../../d6/d5b/structIplImage.html">IplImage</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- HTML footer for doxygen 1.8.6--> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Dec 23 2016 13:00:26 for OpenCV by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/> </a> 1.8.12 </small></address> <script type="text/javascript"> //<![CDATA[ function addButton(label, buttonName) { var b = document.createElement("BUTTON"); b.innerHTML = buttonName; b.setAttribute('class', 'toggleable_button label_' + label); b.onclick = function() { $('.toggleable_button').css({ border: '2px outset', 'border-radius': '4px' }); $('.toggleable_button.label_' + label).css({ border: '2px inset', 'border-radius': '4px' }); $('.toggleable_div').css('display', 'none'); $('.toggleable_div.label_' + label).css('display', 'block'); }; b.style.border = '2px outset'; b.style.borderRadius = '4px'; b.style.margin = '2px'; return b; } function buttonsToAdd($elements, $heading, $type) { if ($elements.length === 0) { $elements = $("" + $type + ":contains(" + $heading.html() + ")").parent().prev("div.newInnerHTML"); } var arr = jQuery.makeArray($elements); var seen = {}; arr.forEach(function(e) { var txt = e.innerHTML; if (!seen[txt]) { $button = addButton(e.title, txt); if (Object.keys(seen).length == 0) { var linebreak1 = document.createElement("br"); var linebreak2 = document.createElement("br"); ($heading).append(linebreak1); ($heading).append(linebreak2); } ($heading).append($button); seen[txt] = true; } }); return; } $("h2").each(function() { $heading = $(this); $smallerHeadings = $(this).nextUntil("h2").filter("h3").add($(this).nextUntil("h2").find("h3")); if ($smallerHeadings.length) { $smallerHeadings.each(function() { var $elements = $(this).nextUntil("h3").filter("div.newInnerHTML"); buttonsToAdd($elements, $(this), "h3"); }); } else { var $elements = $(this).nextUntil("h2").filter("div.newInnerHTML"); buttonsToAdd($elements, $heading, "h2"); } }); $(".toggleable_button").first().click(); var $clickDefault = $('.toggleable_button.label_python').first(); if ($clickDefault.length) { $clickDefault.click(); } $clickDefault = $('.toggleable_button.label_cpp').first(); if ($clickDefault.length) { $clickDefault.click(); } //]]> </script> </body> </html>
lucasbrsa/OpenCV-3.2
docs/3.2/d2/dce/structIplImage-members.html
HTML
mit
13,770
<!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 / extra-dev</a></li> <li class="active"><a href="">8.10.dev / continuations - 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> continuations <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-03-17 10:27:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-17 10:27:16 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.dev 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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/continuations&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Continuations&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: exceptions&quot; &quot;keyword: monads&quot; &quot;keyword: continuations&quot; &quot;keyword: cps&quot; &quot;category: Computer Science/Semantics and Compilation/Semantics&quot; &quot;category: Miscellaneous/Extracted Programs/Combinatorics&quot; ] authors: [ &quot;Jean-François Monin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/continuations/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/continuations.git&quot; synopsis: &quot;A toolkit to reason with programs raising exceptions&quot; description: &quot;&quot;&quot; We show a way of developing correct functionnal programs raising exceptions. This is made possible using a Continuation Passing Style translation, see the contribution &quot;exceptions&quot; from P. Casteran at Bordeaux. Things are made easier and more modular using some general definitions.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/continuations/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=048bd17ff2fd3e854c3c3384866430ad&quot; } </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.6.0 coq.8.10.dev</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.dev). The following dependencies couldn&#39;t be met: - coq-continuations -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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.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.09.0-2.0.5/extra-dev/8.10.dev/continuations/8.6.0.html
HTML
mit
7,240
<footer class="footer"> <div class="container"> <div> <p>client-crud &copy; 2016 &middot; all righs reserved <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/" target="_blank"></a></p> </div> </div> </footer>
dhelbegor/client-crud
apps/core/templates/includes/footer.html
HTML
mit
267
<!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.9.0 / 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("2021-11-21 13:36:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-21 13:36:26 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.9.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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;http://perso.ens-lyon.fr/damien.pous/upto/&quot; license: &quot;GPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/WeakUpTo&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: weak bisimilarity&quot; &quot;keyword: weak bisimulation&quot; &quot;keyword: up-to techniques&quot; &quot;keyword: termination&quot; &quot;keyword: commutation&quot; &quot;keyword: Newman&#39;s lemma&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;date: 2005-02-22&quot; ] authors: [ &quot;Damien Pous &lt;damien.pous at ens-lyon.fr&gt; [http://perso.ens-lyon.fr/damien.pous/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/weak-up-to/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/weak-up-to.git&quot; synopsis: &quot;New Up-to Techniques for Weak Bisimulation&quot; description: &quot;&quot;&quot; This contribution is the formalisation of a paper that appeared in Proc. of ICALP 2005: &quot;Up-to Techniques for Weak Bisimulation&quot;. 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&#39;s Lemma to commutation results is established.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/weak-up-to/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=9e335639ad54f2dad223e4441f9ecd4c&quot; } </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.9.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.9.0). The following dependencies couldn&#39;t be met: - coq-weak-up-to -&gt; coq &gt;= 8.10 Your request can&#39;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.08.1-2.0.5/released/8.9.0/weak-up-to/8.10.0.html
HTML
mit
7,493
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert: 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.1 / compcert - 3.7</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> compcert <small> 3.7 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-18 16:46:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-18 16:46:16 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.8.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: &quot;2.0&quot; authors: &quot;Xavier Leroy &lt;[email protected]&gt;&quot; maintainer: &quot;Jacques-Henri Jourdan &lt;[email protected]&gt;&quot; homepage: &quot;http://compcert.inria.fr/&quot; dev-repo: &quot;git+https://github.com/AbsInt/CompCert.git&quot; bug-reports: &quot;https://github.com/AbsInt/CompCert/issues&quot; license: &quot;INRIA Non-Commercial License Agreement&quot; build: [ [&quot;./configure&quot; &quot;ia32-linux&quot; {os = &quot;linux&quot;} &quot;ia32-macosx&quot; {os = &quot;macos&quot;} &quot;ia32-cygwin&quot; {os = &quot;cygwin&quot;} &quot;-bindir&quot; &quot;%{bin}%&quot; &quot;-libdir&quot; &quot;%{lib}%/compcert&quot; &quot;-install-coqdev&quot; &quot;-clightgen&quot; &quot;-coqdevdir&quot; &quot;%{lib}%/coq/user-contrib/compcert&quot; &quot;-ignore-coq-version&quot;] [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;}] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; {&gt;= &quot;8.7.0&quot; &amp; &lt; &quot;8.12&quot;} &quot;menhir&quot; {&gt;= &quot;20190626&quot; &amp; &lt; &quot;20200123&quot;} &quot;ocaml&quot; {&gt;= &quot;4.05.0&quot;} ] synopsis: &quot;The CompCert C compiler&quot; tags: [ &quot;category:Computer Science/Semantics and Compilation/Compilation&quot; &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; &quot;keyword:C&quot; &quot;keyword:compiler&quot; &quot;logpath:compcert&quot; &quot;date:2020-03-21&quot; ] url { src: &quot;https://github.com/AbsInt/CompCert/archive/v3.7.tar.gz&quot; checksum: &quot;sha256=ceee1b2ed6c2576cb66eb7a0f2669dcf85e65c0fc68385f0781b0ca4edb87eb0&quot; } </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-compcert.3.7 coq.8.8.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.8.1). The following dependencies couldn&#39;t be met: - coq-compcert -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; 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-compcert.3.7</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.8.1/compcert/3.7.html
HTML
mit
7,430
<!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/Bridge/Monolog/Handler/FirePHPHandler.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 class="active"><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 class="active"><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 class="active"><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><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><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><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.Bridge.Monolog.Handler.ChromePhpHandler.html">ChromePhpHandler</a></li> <li><a href="class-Symfony.Bridge.Monolog.Handler.ConsoleHandler.html">ConsoleHandler</a></li> <li><a href="class-Symfony.Bridge.Monolog.Handler.DebugHandler.html" class="invalid">DebugHandler</a></li> <li class="active"><a href="class-Symfony.Bridge.Monolog.Handler.FirePHPHandler.html">FirePHPHandler</a></li> <li><a href="class-Symfony.Bridge.Monolog.Handler.SwiftMailerHandler.html">SwiftMailerHandler</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.Bridge.Monolog.Handler.html" title="Summary of Symfony\Bridge\Monolog\Handler"><span>Namespace</span></a> </li> <li> <a href="class-Symfony.Bridge.Monolog.Handler.FirePHPHandler.html" title="Summary of Symfony\Bridge\Monolog\Handler\FirePHPHandler"><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">&lt;?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 &lt;[email protected]&gt; </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\Bridge\Monolog\Handler; </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> Monolog\Handler\FirePHPHandler <span class="php-keyword1">as</span> BaseFirePHPHandler; </span><span id="15" class="l"><a class="l" href="#15">15: </a><span class="php-keyword1">use</span> Symfony\Component\HttpKernel\Event\FilterResponseEvent; </span><span id="16" class="l"><a class="l" href="#16">16: </a><span class="php-keyword1">use</span> Symfony\Component\HttpFoundation\Response; </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"> * FirePHPHandler. </span></span><span id="20" class="l"><a class="l" href="#20">20: </a><span class="php-comment"> * </span></span><span id="21" class="l"><a class="l" href="#21">21: </a><span class="php-comment"> * @author Jordi Boggiano &lt;[email protected]&gt; </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-keyword1">class</span> <a id="FirePHPHandler" href="#FirePHPHandler">FirePHPHandler</a> <span class="php-keyword1">extends</span> BaseFirePHPHandler </span><span id="24" class="l"><a class="l" href="#24">24: </a>{ </span><span id="25" class="l"><a class="l" href="#25">25: </a> <span class="php-comment">/** </span></span><span id="26" class="l"><a class="l" href="#26">26: </a><span class="php-comment"> * @var array </span></span><span id="27" class="l"><a class="l" href="#27">27: </a><span class="php-comment"> */</span> </span><span id="28" class="l"><a class="l" href="#28">28: </a> <span class="php-keyword1">private</span> <span class="php-var"><a id="$headers" href="#$headers">$headers</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"> * @var Response </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-keyword1">private</span> <span class="php-var"><a id="$response" href="#$response">$response</a></span>; </span><span id="34" class="l"><a class="l" href="#34">34: </a> </span><span id="35" class="l"><a class="l" href="#35">35: </a> <span class="php-comment">/** </span></span><span id="36" class="l"><a class="l" href="#36">36: </a><span class="php-comment"> * Adds the headers to the response once it's created </span></span><span id="37" class="l"><a class="l" href="#37">37: </a><span class="php-comment"> */</span> </span><span id="38" class="l"><a class="l" href="#38">38: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_onKernelResponse" href="#_onKernelResponse">onKernelResponse</a>(FilterResponseEvent <span class="php-var">$event</span>) </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-keyword1">if</span> (!<span class="php-var">$event</span>-&gt;isMasterRequest()) { </span><span id="41" class="l"><a class="l" href="#41">41: </a> <span class="php-keyword1">return</span>; </span><span id="42" class="l"><a class="l" href="#42">42: </a> } </span><span id="43" class="l"><a class="l" href="#43">43: </a> </span><span id="44" class="l"><a class="l" href="#44">44: </a> <span class="php-keyword1">if</span> (!<span class="php-keyword2">preg_match</span>(<span class="php-quote">'{\bFirePHP/\d+\.\d+\b}'</span>, <span class="php-var">$event</span>-&gt;getRequest()-&gt;headers-&gt;get(<span class="php-quote">'User-Agent'</span>)) </span><span id="45" class="l"><a class="l" href="#45">45: </a> &amp;&amp; !<span class="php-var">$event</span>-&gt;getRequest()-&gt;headers-&gt;has(<span class="php-quote">'X-FirePHP-Version'</span>)) { </span><span id="46" class="l"><a class="l" href="#46">46: </a> </span><span id="47" class="l"><a class="l" href="#47">47: </a> <span class="php-var">$this</span>-&gt;sendHeaders = <span class="php-keyword1">false</span>; </span><span id="48" class="l"><a class="l" href="#48">48: </a> <span class="php-var">$this</span>-&gt;headers = <span class="php-keyword1">array</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 class="php-keyword1">return</span>; </span><span id="51" class="l"><a class="l" href="#51">51: </a> } </span><span id="52" class="l"><a class="l" href="#52">52: </a> </span><span id="53" class="l"><a class="l" href="#53">53: </a> <span class="php-var">$this</span>-&gt;response = <span class="php-var">$event</span>-&gt;getResponse(); </span><span id="54" class="l"><a class="l" href="#54">54: </a> <span class="php-keyword1">foreach</span> (<span class="php-var">$this</span>-&gt;headers <span class="php-keyword1">as</span> <span class="php-var">$header</span> =&gt; <span class="php-var">$content</span>) { </span><span id="55" class="l"><a class="l" href="#55">55: </a> <span class="php-var">$this</span>-&gt;response-&gt;headers-&gt;set(<span class="php-var">$header</span>, <span class="php-var">$content</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 class="php-var">$this</span>-&gt;headers = <span class="php-keyword1">array</span>(); </span><span id="58" class="l"><a class="l" href="#58">58: </a> } </span><span id="59" class="l"><a class="l" href="#59">59: </a> </span><span id="60" class="l"><a class="l" href="#60">60: </a> <span class="php-comment">/** </span></span><span id="61" class="l"><a class="l" href="#61">61: </a><span class="php-comment"> * {@inheritdoc} </span></span><span id="62" class="l"><a class="l" href="#62">62: </a><span class="php-comment"> */</span> </span><span id="63" class="l"><a class="l" href="#63">63: </a> <span class="php-keyword1">protected</span> <span class="php-keyword1">function</span> <a id="_sendHeader" href="#_sendHeader">sendHeader</a>(<span class="php-var">$header</span>, <span class="php-var">$content</span>) </span><span id="64" class="l"><a class="l" href="#64">64: </a> { </span><span id="65" class="l"><a class="l" href="#65">65: </a> <span class="php-keyword1">if</span> (!<span class="php-var">$this</span>-&gt;sendHeaders) { </span><span id="66" class="l"><a class="l" href="#66">66: </a> <span class="php-keyword1">return</span>; </span><span id="67" class="l"><a class="l" href="#67">67: </a> } </span><span id="68" class="l"><a class="l" href="#68">68: </a> </span><span id="69" class="l"><a class="l" href="#69">69: </a> <span class="php-keyword1">if</span> (<span class="php-var">$this</span>-&gt;response) { </span><span id="70" class="l"><a class="l" href="#70">70: </a> <span class="php-var">$this</span>-&gt;response-&gt;headers-&gt;set(<span class="php-var">$header</span>, <span class="php-var">$content</span>); </span><span id="71" class="l"><a class="l" href="#71">71: </a> } <span class="php-keyword1">else</span> { </span><span id="72" class="l"><a class="l" href="#72">72: </a> <span class="php-var">$this</span>-&gt;headers[<span class="php-var">$header</span>] = <span class="php-var">$content</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><span id="76" class="l"><a class="l" href="#76">76: </a> <span class="php-comment">/** </span></span><span id="77" class="l"><a class="l" href="#77">77: </a><span class="php-comment"> * Override default behavior since we check the user agent in onKernelResponse </span></span><span id="78" class="l"><a class="l" href="#78">78: </a><span class="php-comment"> */</span> </span><span id="79" class="l"><a class="l" href="#79">79: </a> <span class="php-keyword1">protected</span> <span class="php-keyword1">function</span> <a id="_headersAccepted" href="#_headersAccepted">headersAccepted</a>() </span><span id="80" class="l"><a class="l" href="#80">80: </a> { </span><span id="81" class="l"><a class="l" href="#81">81: </a> <span class="php-keyword1">return</span> <span class="php-keyword1">true</span>; </span><span id="82" class="l"><a class="l" href="#82">82: </a> } </span><span id="83" class="l"><a class="l" href="#83">83: </a>} </span><span id="84" class="l"><a class="l" href="#84">84: </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.Bridge.Monolog.Handler.FirePHPHandler.html
HTML
mit
164,618
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>debug.js - binnng</title> <script type="text/javascript" src="debug.js"></script> <meta name="viewport" content="initial-scale=1, width=device-width, maximum-scale=1, user-scalable=no"> </head> <body style="background: #eee"> <script type="text/javascript"> var test = { 1: "value1", "2": "value2", count: 3, person: [ { id: 1, name: "张三" }, { id: 2, name: "李四" } ], object: { //对象结构JSON对象 id: 1, msg: "对象里的对象" } }; debug(111); debug.success(test); debug.success("This is success message:)"); debug.error("This is error message:)"); debug.log("This is primary message:)"); debug.log({a: 1, b: 2}); debug.log([1,2,3]); </script> </body> </html>
binnng/debug.js
demo.html
HTML
mit
977
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Module mt_handler_behaviour</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc"> </head> <body bgcolor="white"> <div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div> <hr> <h1>Module mt_handler_behaviour</h1> <ul class="index"><li><a href="#description">Description</a></li></ul> Handler behaviour. <p>Copyright © (C) 2017, Dmitry Amosov</p> <p><b>Authors:</b> Dmitry Amosov (<a href="mailto:[email protected]"><tt>[email protected]</tt></a>).</p> <h2><a name="description">Description</a></h2> Handler behaviour. Handler have to register supported messages in dispatcher. The callback will be called by dispatcher once one of supported messages is received.<hr> <div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div> <p><i>Generated by EDoc, Sep 15 2017, 02:20:34.</i></p> </body> </html>
jitkit/mt_veon
doc/mt_handler_behaviour.html
HTML
mit
1,579
<!-- HTML header for doxygen 1.8.6--> <!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.12"/> <title>OpenCV: cv::cudev::atan_func&lt; T &gt; Struct Template Reference</title> <link href="../../opencv.ico" rel="shortcut icon" type="image/x-icon" /> <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/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"], jax: ["input/TeX","output/HTML-CSS"], }); //<![CDATA[ MathJax.Hub.Config( { TeX: { Macros: { matTT: [ "\\[ \\left|\\begin{array}{ccc} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{array}\\right| \\]", 9], fork: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ \\end{array} \\right.", 4], forkthree: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ #5 & \\mbox{#6}\\\\ \\end{array} \\right.", 6], vecthree: ["\\begin{bmatrix} #1\\\\ #2\\\\ #3 \\end{bmatrix}", 3], vecthreethree: ["\\begin{bmatrix} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{bmatrix}", 9], hdotsfor: ["\\dots", 1], mathbbm: ["\\mathbb{#1}", 1], bordermatrix: ["\\matrix{#1}", 1] } } } ); //]]> </script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> <link href="../../stylesheet.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <!--#include virtual="/google-search.html"--> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="../../opencv-logo-small.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">OpenCV &#160;<span id="projectnumber">3.2.0</span> </div> <div id="projectbrief">Open Source Computer Vision</div> </td> </tr> </tbody> </table> </div> <script type="text/javascript"> //<![CDATA[ function getLabelName(innerHTML) { var str = innerHTML.toLowerCase(); // Replace all '+' with 'p' str = str.split('+').join('p'); // Replace all ' ' with '_' str = str.split(' ').join('_'); // Replace all '#' with 'sharp' str = str.split('#').join('sharp'); // Replace other special characters with 'ascii' + code for (var i = 0; i < str.length; i++) { var charCode = str.charCodeAt(i); if (!(charCode == 95 || (charCode > 96 && charCode < 123) || (charCode > 47 && charCode < 58))) str = str.substr(0, i) + 'ascii' + charCode + str.substr(i + 1); } return str; } function addToggle() { var $getDiv = $('div.newInnerHTML').last(); var buttonName = $getDiv.html(); var label = getLabelName(buttonName.trim()); $getDiv.attr("title", label); $getDiv.hide(); $getDiv = $getDiv.next(); $getDiv.attr("class", "toggleable_div label_" + label); $getDiv.hide(); } //]]> </script> <!-- end header part --> <!-- Generated by Doxygen 1.8.12 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "../../search",false,'Search'); </script> <script type="text/javascript" src="../../menudata.js"></script> <script type="text/javascript" src="../../menu.js"></script> <script type="text/javascript"> $(function() { initMenu('../../',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- 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="../../d2/d75/namespacecv.html">cv</a></li><li class="navelem"><a class="el" href="../../df/d1d/namespacecv_1_1cudev.html">cudev</a></li><li class="navelem"><a class="el" href="../../df/d91/structcv_1_1cudev_1_1atan__func.html">atan_func</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="../../d1/d88/structcv_1_1cudev_1_1atan__func-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">cv::cudev::atan_func&lt; T &gt; Struct Template Reference<div class="ingroups"><a class="el" href="../../d0/de1/group__core.html">Core functionality</a> &raquo; <a class="el" href="../../d2/d3c/group__core__opengl.html">OpenGL interoperability</a> &raquo; <a class="el" href="../../d1/d1e/group__cuda.html">CUDA-accelerated Computer Vision</a> &raquo; <a class="el" href="../../df/dfc/group__cudev.html">Device layer</a></div></div> </div> </div><!--header--> <div class="contents"> <p><code>#include &quot;functional.hpp&quot;</code></p> <div class="dynheader"> Inheritance diagram for cv::cudev::atan_func&lt; T &gt;:</div> <div class="dyncontent"> <div class="center"> <img src="../../df/d91/structcv_1_1cudev_1_1atan__func.png" usemap="#cv::cudev::atan_5Ffunc_3C_20T_20_3E_map" alt=""/> <map id="cv::cudev::atan_5Ffunc_3C_20T_20_3E_map" name="cv::cudev::atan_func&lt; T &gt;_map"> <area href="../../df/d11/structcv_1_1cudev_1_1unary__function.html" alt="cv::cudev::unary_function&lt; T, functional_detail::FloatType&lt; T &gt;::type &gt;" shape="rect" coords="0,0,413,24"/> </map> </div></div> <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:aaf59131d17cd6f8e0460b27ab2c3a592"><td class="memItemLeft" align="right" valign="top">__device__ __forceinline__ <a class="el" href="../../d8/d4e/structcv_1_1cudev_1_1functional__detail_1_1FloatType.html">functional_detail::FloatType</a>&lt; T &gt;::type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d91/structcv_1_1cudev_1_1atan__func.html#aaf59131d17cd6f8e0460b27ab2c3a592">operator()</a> (typename <a class="el" href="../../d7/d97/structcv_1_1cudev_1_1TypeTraits.html">TypeTraits</a>&lt; T &gt;::parameter_type a) const</td></tr> <tr class="separator:aaf59131d17cd6f8e0460b27ab2c3a592"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header pub_types_structcv_1_1cudev_1_1unary__function"><td colspan="2" onclick="javascript:toggleInherit('pub_types_structcv_1_1cudev_1_1unary__function')"><img src="../../closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="../../df/d11/structcv_1_1cudev_1_1unary__function.html">cv::cudev::unary_function&lt; T, functional_detail::FloatType&lt; T &gt;::type &gt;</a></td></tr> <tr class="memitem:ae9c3b1479fca7f4d678999a91a436d6e inherit pub_types_structcv_1_1cudev_1_1unary__function"><td class="memItemLeft" align="right" valign="top">typedef T&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/structcv_1_1cudev_1_1unary__function.html#ae9c3b1479fca7f4d678999a91a436d6e">argument_type</a></td></tr> <tr class="separator:ae9c3b1479fca7f4d678999a91a436d6e inherit pub_types_structcv_1_1cudev_1_1unary__function"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac12d58b4d4e08147fa96a3557207457e inherit pub_types_structcv_1_1cudev_1_1unary__function"><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="../../d8/d4e/structcv_1_1cudev_1_1functional__detail_1_1FloatType.html">functional_detail::FloatType</a>&lt; T &gt;::type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/d11/structcv_1_1cudev_1_1unary__function.html#ac12d58b4d4e08147fa96a3557207457e">result_type</a></td></tr> <tr class="separator:ac12d58b4d4e08147fa96a3557207457e inherit pub_types_structcv_1_1cudev_1_1unary__function"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Member Function Documentation</h2> <a id="aaf59131d17cd6f8e0460b27ab2c3a592"></a> <h2 class="memtitle"><span class="permalink"><a href="#aaf59131d17cd6f8e0460b27ab2c3a592">&sect;&nbsp;</a></span>operator()()</h2> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">__device__ __forceinline__ <a class="el" href="../../d8/d4e/structcv_1_1cudev_1_1functional__detail_1_1FloatType.html">functional_detail::FloatType</a>&lt;T&gt;::type <a class="el" href="../../df/d91/structcv_1_1cudev_1_1atan__func.html">cv::cudev::atan_func</a>&lt; T &gt;::operator() </td> <td>(</td> <td class="paramtype">typename <a class="el" href="../../d7/d97/structcv_1_1cudev_1_1TypeTraits.html">TypeTraits</a>&lt; T &gt;::parameter_type&#160;</td> <td class="paramname"><em>a</em></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> </div> </div> <hr/>The documentation for this struct was generated from the following file:<ul> <li>cudev/include/opencv2/cudev/functional/<a class="el" href="../../d2/db0/cudev_2include_2opencv2_2cudev_2functional_2functional_8hpp.html">functional.hpp</a></li> </ul> </div><!-- contents --> <!-- HTML footer for doxygen 1.8.6--> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Dec 23 2016 13:00:27 for OpenCV by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/> </a> 1.8.12 </small></address> <script type="text/javascript"> //<![CDATA[ function addButton(label, buttonName) { var b = document.createElement("BUTTON"); b.innerHTML = buttonName; b.setAttribute('class', 'toggleable_button label_' + label); b.onclick = function() { $('.toggleable_button').css({ border: '2px outset', 'border-radius': '4px' }); $('.toggleable_button.label_' + label).css({ border: '2px inset', 'border-radius': '4px' }); $('.toggleable_div').css('display', 'none'); $('.toggleable_div.label_' + label).css('display', 'block'); }; b.style.border = '2px outset'; b.style.borderRadius = '4px'; b.style.margin = '2px'; return b; } function buttonsToAdd($elements, $heading, $type) { if ($elements.length === 0) { $elements = $("" + $type + ":contains(" + $heading.html() + ")").parent().prev("div.newInnerHTML"); } var arr = jQuery.makeArray($elements); var seen = {}; arr.forEach(function(e) { var txt = e.innerHTML; if (!seen[txt]) { $button = addButton(e.title, txt); if (Object.keys(seen).length == 0) { var linebreak1 = document.createElement("br"); var linebreak2 = document.createElement("br"); ($heading).append(linebreak1); ($heading).append(linebreak2); } ($heading).append($button); seen[txt] = true; } }); return; } $("h2").each(function() { $heading = $(this); $smallerHeadings = $(this).nextUntil("h2").filter("h3").add($(this).nextUntil("h2").find("h3")); if ($smallerHeadings.length) { $smallerHeadings.each(function() { var $elements = $(this).nextUntil("h3").filter("div.newInnerHTML"); buttonsToAdd($elements, $(this), "h3"); }); } else { var $elements = $(this).nextUntil("h2").filter("div.newInnerHTML"); buttonsToAdd($elements, $heading, "h2"); } }); $(".toggleable_button").first().click(); var $clickDefault = $('.toggleable_button.label_python').first(); if ($clickDefault.length) { $clickDefault.click(); } $clickDefault = $('.toggleable_button.label_cpp').first(); if ($clickDefault.length) { $clickDefault.click(); } //]]> </script> </body> </html>
lucasbrsa/OpenCV-3.2
docs/3.2/df/d91/structcv_1_1cudev_1_1atan__func.html
HTML
mit
13,014
<!DOCTYPE html> <html> <head> <script type="text/javascript"> // Wait for the page to load first window.onload = function() { var a = document.getElementById("home"); //Set code to run when the link is clicked // by assigning a function to "onclick" a.onclick = function() { ("section").html("home.html"); return false; } } </script> <style> .imgs { height: 110px; width: 100px; } .mylist li { display: block; float: left; margin: 0 10px 0 0; } .center { margin: auto; width: 60%; border:3px solid #8AC007; padding: 10px; } #header { background-color:#D62A42; color:white; padding:10px; } #name { color:white; text-align: left-top margin-top: -40px } #nav { line-height:30px; background-color:rgba(0,0,0,.7); height:400px; color:white; width:110px; float:left; padding:10px; } #section { width:70%; float:left; padding:5px; } #footer { background-color:black; color:white; clear:both; text-align:right; padding:10px; } </style> </head> <body> <div class="center"> <div id="header"> <table style="width:60%"> <tr> <td rowspan="2"><img src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" height="100" width="100"/></td> <td style="font-size: 25px"><div id ="name"><font size="6">Qandeel Rasheed Abbasi</font><br> <font size="4">Experienced Web Developer</font><br></div> </td> </tr> </table> </div> <div id="nav"> <a id="home" href="home.html"><font color=white>HOME</font></a><br> <a id="home" href="about.html"><font color=white>ABOUT</font></a><br> <a id="home" href="gallery.html"><font color=white>GALLERY</font></a><br> <a id="home" href="contact.html"><font color=white>CONTACT ME</font></a> </div> <div id="section"> <h2>GALLERY</h2> <ul class="mylist"> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> <li><img class="imgs" src="http://powerlearningny.com/wp-content/uploads/2014/04/blank_male.png" /></li> </ul> </div> <div id="footer"> Qandeel Rasheed Abbasi<br> NUST H-12 Islamabad Pakistan <br>Contact# 03356565432 </div> </div> </body> </html>
qandeelabbassi/Web-Engineering-Tasks
WebEngineeering_Lab_Portfolio/gallery.html
HTML
mit
3,363
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.9.1: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.9.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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_b.html#index_b"><span>b</span></a></li> <li><a href="functions_c.html#index_c"><span>c</span></a></li> <li><a href="functions_d.html#index_d"><span>d</span></a></li> <li><a href="functions_e.html#index_e"><span>e</span></a></li> <li><a href="functions_f.html#index_f"><span>f</span></a></li> <li><a href="functions_g.html#index_g"><span>g</span></a></li> <li><a href="functions_h.html#index_h"><span>h</span></a></li> <li><a href="functions_i.html#index_i"><span>i</span></a></li> <li><a href="functions_k.html#index_k"><span>k</span></a></li> <li><a href="functions_l.html#index_l"><span>l</span></a></li> <li><a href="functions_m.html#index_m"><span>m</span></a></li> <li><a href="functions_n.html#index_n"><span>n</span></a></li> <li><a href="functions_o.html#index_o"><span>o</span></a></li> <li><a href="functions_p.html#index_p"><span>p</span></a></li> <li><a href="functions_r.html#index_r"><span>r</span></a></li> <li><a href="functions_s.html#index_s"><span>s</span></a></li> <li><a href="functions_t.html#index_t"><span>t</span></a></li> <li><a href="functions_u.html#index_u"><span>u</span></a></li> <li><a href="functions_v.html#index_v"><span>v</span></a></li> <li><a href="functions_w.html#index_w"><span>w</span></a></li> <li class="current"><a href="functions_~.html#index_~"><span>~</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_~"></a>- ~ -</h3><ul> <li>~ExternalAsciiStringResource() : <a class="el" href="classv8_1_1_string_1_1_external_ascii_string_resource.html#acd8790ae14be1b90794b363d24a147d0">v8::String::ExternalAsciiStringResource</a> </li> <li>~ExternalStringResource() : <a class="el" href="classv8_1_1_string_1_1_external_string_resource.html#a6b7ef9e33a47059092e1447b10c35416">v8::String::ExternalStringResource</a> </li> <li>~TryCatch() : <a class="el" href="classv8_1_1_try_catch.html#a2c9ad4b40d17dd31c6dd020736b30679">v8::TryCatch</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:48:46 for V8 API Reference Guide for node.js v0.9.1 by &#160;<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
bf16d92/html/functions_~.html
HTML
mit
6,696
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31</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.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 </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>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-I727R</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><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-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a> <!-- Modal Structure --> <div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 [family] => Samsung SGH-I727R [brand] => Samsung [model] => SGH-I727R ) </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>Chrome 26.0</td><td>WebKit </td><td>Android 4.1</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.021</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\.1.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/26\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.1*) applewebkit/* (khtml* like gecko) chrome/26.*safari/* [parent] => Chrome 26.0 for Android [comment] => Chrome 26.0 [browser] => Chrome [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 26.0 [majorver] => 26 [minorver] => 0 [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] => [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] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Chrome </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.009</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.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/.*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/*safari/* [parent] => Chrome Generic for Android [comment] => Chrome Generic [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.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>Chrome 26.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.054</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.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/26\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/26.*safari/* [parent] => Chrome 26.0 for Android [comment] => Chrome 26.0 [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 26.0 [majorver] => 26 [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 26.0.1410.58</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] => 26.0.1410.58 ) </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 26.0.1410.58</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.1.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</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] => 26.0.1410.58 [osName] => AndroidOS [osVersion] => 4.1.2 [deviceModel] => Samsung [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>Chrome Mobile 26.0.1410.58</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-I727R</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.28402</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] => 800 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Samsung [mobile_model] => SGH-I727R [version] => 26.0.1410.58 [is_android] => 1 [browser_name] => Chrome Mobile [operating_system_family] => Android [operating_system_version] => 4.1.2 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.1.x Jelly Bean [mobile_screen_width] => 480 [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 26.0</td><td>WebKit </td><td>Android 4.1</td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-I727R</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.006</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] => 26.0 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.1 [platform] => ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => SGH-I727R [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 26.0.1410.58</td><td><i class="material-icons">close</i></td><td>Android 4.1.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.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 26.0.1410.58 [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.1.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.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 ) ) [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.2; SGH-I727R Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 ) ) ) </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 26.0.1410</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-I727R</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.003</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] => 26 [minor] => 0 [patch] => 1410 [family] => Chrome Mobile ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 1 [patch] => 2 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => SGH-I727R [family] => Samsung SGH-I727R ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 ) </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 26.0.1410.58</td><td>WebKit 537.31</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.15201</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.1.2 [platform_type] => Mobile [browser_name] => Chrome [browser_version] => 26.0.1410.58 [engine_name] => WebKit [engine_version] => 537.31 ) </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.1.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.075</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.1.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 26.0.1410.58</td><td>WebKit 537.31</td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Samsung</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.23701</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 26 on Android (Jelly Bean) [browser_version] => 26 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => JZO54K ) [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] => Jelly Bean [simple_operating_platform_string] => Samsung SGH-I727R [is_abusive] => [layout_engine_version] => 537.31 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => Samsung [operating_system] => Android (Jelly Bean) [operating_system_version_full] => 4.1.2 [operating_platform_code] => SGH-I727R [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31 [browser_version_full] => 26.0.1410.58 [browser] => Chrome 26 ) </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>Chrome Dev 26.0.1410.58</td><td>Webkit 537.31</td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy S II</td><td>mobile:smart</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.003</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 ( [name] => Chrome [version] => 26.0.1410.58 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 537.31 ) [os] => Array ( [name] => Android [version] => 4.1.2 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Samsung [model] => Galaxy S II ) ) </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 26.0.1410.58</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] => 26.0.1410.58 [category] => smartphone [os] => Android [os_version] => 4.1.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>Chrome 26.0.1410.58</td><td><i class="material-icons">close</i></td><td>Android 4.1.2</td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-I727R</td><td>Smartphone</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.021</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] => true [is_mobile] => true [is_robot] => false [is_smartphone] => true [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.2 [advertised_browser] => Chrome [advertised_browser_version] => 26.0.1410.58 [complete_device_name] => Samsung SGH-I727R (Galaxy S II Skyrocket) [device_name] => Samsung Galaxy S II Skyrocket [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Samsung [model_name] => SGH-I727R [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => http://wap.samsungmobile.com/uaprof/SGH-I727.xml [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_february [marketing_name] => Galaxy S II Skyrocket [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [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] => 25 [max_image_width] => 320 [max_image_height] => 533 [rows] => 21 [physical_screen_width] => 60 [physical_screen_height] => 99 [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] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [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] => 384 [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] => progressive_download [wap_push_support] => true [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] => true [sender] => true [mms_max_size] => 614400 [mms_max_height] => 1200 [mms_max_width] => 1600 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => true [mms_png] => true [mms_bmp] => true [mms_wbmp] => false [mms_amr] => true [mms_wav] => true [mms_midi_monophonic] => true [mms_midi_polyphonic] => true [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => true [mms_mmf] => false [mms_mp3] => true [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] => true [mms_vcalendar] => true [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => true [mms_mp4] => true [mms_3gpp] => true [mms_3gpp2] => true [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] => true [midi_polyphonic] => true [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => false [amr] => true [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] => 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 ) ) </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 26.0.1410.58</td><td><i class="material-icons">close</i></td><td>Android 4.1.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.001</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 26.0.1410.58 [name] => Google Chrome [version] => 26.0.1410.58 [code] => chrome [image] => img/16/browser/chrome.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.1.2 [code] => android [x64] => [title] => Android 4.1.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.1.2 [code] => android [x64] => [title] => Android 4.1.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:09:27</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/df/90/df90ee50-9491-43c1-a608-3383760dba79.html
HTML
mit
56,687
<html> <head> <title>Mena Suvari's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Mena Suvari's panel show appearances</h1> <p>Mena Suvari (born 1979-02-13<sup><a href="https://en.wikipedia.org/wiki/Mena_Suvari">[ref]</a></sup>) has appeared in <span class="total">1</span> episodes between 2012-2012. <a href="http://www.imdb.com/name/nm0002546">Mena Suvari on IMDB</a>. <a href="https://en.wikipedia.org/wiki/Mena_Suvari">Mena Suvari on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances female" title="1"></div><span class="year">2012</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2012-10-08</strong> / <a href="../shows/never-mind-the-buzzcocks.html">Never Mind The Buzzcocks</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/1xaaahp2.html
HTML
mit
1,163
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="description" content=""> <meta name="author" content=""> <!-- Mobile Specific Data --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>Knave GmBH | Subscription</title> <!-- Stylesheets --> <style><?php readfile(getcwd() . "/../../critical/preset-critical.css"); ?></style> <link rel="stylesheet" href="../../stylesheets/css/subscribe.css"> <!-- Google Fonts --> <link rel="preconnect" href="https://fonts.google.com/" crossorigin> <!-- Cookie of Fonts --> <script> (function () { if (sessionStorage.fonts) { console.log("Fonts installed over last session."); document.documentElement.classList.add('wf-active'); } else { console.log("Required fonts not yet installed/cached."); } })(); </script> <!-- Dummy Stylesheet GPS--> <noscript id="dummy-stylesheet"> <link rel="stylesheet" href="../../stylesheets/css/dummysheet.css"> </noscript> <!-- LoadCss --> <link rel="preload" href="../../stylesheets/css/styles.css" as="style" onload="this.rel='stylesheet'"> <noscript> <link rel="stylesheet" href="../../stylesheets/css/styles.css"> </noscript> <!-- LoadCss Script --> <script> /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */ !function (a) { "use strict"; var b = function (b, c, d) { function e(a) { return h.body ? a() : void setTimeout(function () { e(a) }) } function f() { i.addEventListener && i.removeEventListener("load", f), i.media = d || "all" } var g, h = a.document, i = h.createElement("link"); if (c) g = c; else { var j = (h.body || h.getElementsByTagName("head")[0]).childNodes; g = j[j.length - 1] } var k = h.styleSheets; i.rel = "stylesheet", i.href = b, i.media = "only x", e(function () { g.parentNode.insertBefore(i, c ? g : g.nextSibling) }); var l = function (a) { for (var b = i.href, c = k.length; c--;)if (k[c].href === b)return a(); setTimeout(function () { l(a) }) }; return i.addEventListener && i.addEventListener("load", f), i.onloadcssdefined = l, l(f), i }; "undefined" != typeof exports ? exports.loadCSS = b : a.loadCSS = b }("undefined" != typeof global ? global : this); /*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */ !function (a) { if (a.loadCSS) { var b = loadCSS.relpreload = {}; if (b.support = function () { try { return a.document.createElement("link").relList.supports("preload") } catch (b) { return !1 } }, b.poly = function () { for (var b = a.document.getElementsByTagName("link"), c = 0; c < b.length; c++) { var d = b[c]; "preload" === d.rel && "style" === d.getAttribute("as") && (a.loadCSS(d.href, d, d.getAttribute("media")), d.rel = null) } }, !b.support()) { b.poly(); var c = a.setInterval(b.poly, 300); a.addEventListener && a.addEventListener("load", function () { b.poly(), a.clearInterval(c) }), a.attachEvent && a.attachEvent("onload", function () { a.clearInterval(c) }) } } }(this); /*! fallback for sketchy browsers */ /*! onloadCSS. (onload callback for loadCSS) [c]2017 Filament Group, Inc. MIT License */ function onloadCSS(a, b) { function c() { !d && b && (d = !0, b.call(a)) } var d; a.addEventListener && a.addEventListener("load", c), a.attachEvent && a.attachEvent("onload", c), "isApplicationInstalled" in navigator && "onloadcssdefined" in a && a.onloadcssdefined(c) } var stylesheet = loadCSS("../../stylesheets/css/main.css"); onloadCSS(stylesheet, function () { console.log("Stylesheet has loaded."); }); </script> <script></script> <!-- HTML5Shiv --> <!--[if lt IE 9]> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" integrity="sha256-3Jy/GbSLrg0o9y5Z5n1uw0qxZECH7C6OQpVBgNFYa0g=" crossorigin="anonymous"></script> <![endif]--> </head> <body class="page-subscribe"> <header class="l__header--primary" id="top" role="banner"> <div class="grid l__header"> <h1 class="logo"> <a class="" href="../../index.php" title="Knave Incorporated Home">Knave Webmail &reg;</a> </h1><!-- end of logo --> <!-- logo for mobile --> </div> </header><!-- end of Header --> <section class="grid"> <div class="ack--container"> <span class="ack__icn ack__icn--subscrb"> <i class="fa fa-envelope-square"></i> </span> <header class="ack--header">Thank you for signing up!</header> <p>Your new account will make all future transactions easier. Also, you get unlimited access to all features on our website.</p> <br> An e-mail has been sent to your inbox to complete the verification process. Depending on your internet connection, you may have to allow up to <b>30 minutes</b> for the message to arrive. <div class="panel--padded"> <a class="ack--redir"> <button class="btn--success"> <i class="fa fa-backward"></i> Return to our website </button> </a> </div> </div> </section> <footer class="l-footer"> <section class="panel--padded--centered"> <h4 class="ack__icn--origin--heading">Powered by</h4> <span role="presentation"> <a class="site-logo--mail" href="../../index.php" title="Knave Webmail Logo"> <b class="v-hidden"> Knave &mdash; A Greyback Company. </b> </a><!-- end of mobile logo --> </span> </section> <div class="footer__sec"> <div class="grid"> <span class="footer__sec--lft"> <small class="footer__sec--1-content">&copy;2017 Knave Inc. GmBH, Accra.</small> </span> <span class="footer__sec--rt"> <small class="footer__sec--2-content">A Greyback Company</small> </span> </div> </div> </footer> <?php $previous = "javascript:history.go(-1)"; if(isset($_SERVER['HTTP_REFERER'])) { $previous = $_SERVER['HTTP_REFERER']; } ?> <!-- Scripts --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script> <!-- LoDash --> <script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min.js" integrity="sha256-8E6QUcFg1KTnpEU8TFGhpTGHw5fJqB9vCms3OhAYLqw=" crossorigin="anonymous"></script> <!-- Default Scripts --> <script src="../../assets/javascript/scripts.js"></script> <!-- FontAwesome --> <script src="https://use.fontawesome.com/3eec833028.js"></script> <!-- Web Font Loader --> <script src="https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.27/webfontloader.js" integrity="sha256-FL2n/ULq4lZxp5qZGW6boR09sNrvvpsQhjsFxEmcfm8=" crossorigin="anonymous"></script> <script> WebFontConfig = { google: { families: ['Assistant:200,300,400,600,700,800', 'Ubuntu'] }, timeout: 2400, // other options and settings active: function () { sessionStorage.fonts = true; } }; (function (d) { var wf = d.createElement('script'), s = d.scripts[0]; wf.src = "https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.27/webfontloader.js"; wf.async = true; s.parentNode.insertBefore(wf, s); })(document); </script> <!-- GPSp Stove --> <script> var loadDeferredStyles = function () { var addStylesNode = document.getElementById("dummy-stylesheet"); var replacement = document.createElement("span"); replacement.innerHTML = addStylesNode.textContent; document.body.appendChild(replacement); addStylesNode.parentElement.removeChild(addStylesNode); }; var raf = requestAnimationFrame || mozRequestAnimationFrame || webkitRequestAnimationFrame || msRequestAnimationFrame; if (raf) raf(function () { window.setTimeout(loadDeferredStyles, 0); }); else window.addEventListener('load', loadDeferredStyles); </script> </body> </html>
KwesiJnr/ProjectKnave
framework/misc/thank-you/member.html
HTML
mit
9,447
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-character: 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.2 / mathcomp-character - 1.6</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-character <small> 1.6 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-17 11:46:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-17 11:46:38 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.11.2 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.0 Official release 4.10.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-character&quot; version: &quot;1.6&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; homepage: &quot;http://ssr.msr-inria.inria.fr/&quot; bug-reports: &quot;Mathematical Components &lt;[email protected]&gt;&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/character&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/character&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/character&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-field&quot; {= &quot;1.6&quot;} ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:character&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on character theory&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about group representations, characters and class functions.&quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.6.tar.gz&quot; checksum: &quot;md5=038ba80c0d6b430428726ae4d00affcf&quot; } </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-mathcomp-character.1.6 coq.8.11.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.11.2). The following dependencies couldn&#39;t be met: - coq-mathcomp-character -&gt; coq-mathcomp-field &lt; 1.6.1 -&gt; coq-mathcomp-solvable &lt; 1.6.1 -&gt; coq-mathcomp-algebra &lt; 1.6.1 -&gt; coq-mathcomp-fingroup &lt; 1.6.1 -&gt; coq-mathcomp-ssreflect &lt; 1.6.1 -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; 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-mathcomp-character.1.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.10.0-2.0.6/released/8.11.2/mathcomp-character/1.6.html
HTML
mit
7,706
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.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"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="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="../../../../.."><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="../../..">Unstable</a></li> <li><a href=".">8.4.5 / contrib:lesniewski-mereology dev</a></li> <li class="active"><a href="">2015-01-06 01:41:47</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:lesniewski-mereology <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2015-01-06 01:41:47 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-06 01:41:47 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:lesniewski-mereology/coq:contrib:lesniewski-mereology.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></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 --dry-run coq:contrib:lesniewski-mereology.dev coq.8.4.5</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5). The following dependencies couldn&#39;t be met: - coq:contrib:lesniewski-mereology -&gt; coq &gt;= dev Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:lesniewski-mereology.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.4.5 === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4.5. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing [WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing The following actions will be performed: - install coq.hott [required by coq:contrib:lesniewski-mereology] - install coq:contrib:lesniewski-mereology.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.hott: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no make -j4 make install Installing coq.hott. Building coq:contrib:lesniewski-mereology.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:lesniewski-mereology.dev. </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>Duration</dt> <dd>0 s</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-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.5/contrib:lesniewski-mereology/dev/2015-01-06_01-41-47.html
HTML
mit
7,045
{include file="./inc/header.html"} <?php $this->_var['pagecss'][] = $this->_var['TMPL_REAL']."/css/uc_carry_money_log.css"; $this->_var['pagecss'][] = $this->_var['TMPL_REAL']."/css/public.css"; ?> <link rel="stylesheet" type="text/css" href="{function name="parse_css" v="$pagecss"}" /> <!--提现日志--> <ul class="log_list"> {foreach from=$data.item item="item"} <li> <dl class="clearfix"> <dd><span class="name">提现金额</span>{function name="format_price" value=$item.money}</dd> <dd><span class="name">手续费</span>{function name="format_price" value=$item.fee}</dd> <dd><span class="name">提现银行</span>{$item.bank_name}</dd> <dd><span class="name">失败原因</span>{$item.msg}</dd><!--不知各种失败原因是何种方式输出--> <dd class="y"><span class="name">银行资料</span><span class="c_ff4a4a">网点:{$item.bankzone}&nbsp;卡号:***{function name="msubstr" v=$item.bankcard s="-4" l="4" charset="utf-8" su=false} &nbsp; 账户:{function name="utf_substr" v=$item.real_name}</span></dd> </dl> <div class="clearfix results_block"> <p class="f_l"><span class="name">处理结果</span> {if $item.status eq 0} <span class="c_3b95d3"> {elseif $item.status eq 1} <span class="c_aad421"> {elseif $item.status eq 4} <span class="c_ff8800"> {elseif $item.status eq 2} <span class="c_878787"> {/if} {$item.status_format}</span> </p> <p class="f_r"> <input id="dltid_{$item.id}" type="hidden" value="{$item.id}" /> {if $item.status eq 0} <span class="Revocation_but c_3b95d3 bor_3b95d3"> <a href="#" id="submita_{$item.id}" class="c_3b95d3"> 撤销申请 </a> </span> {elseif $item.status eq 4} <span class="Revocation_but c_ff8800 bor_ff8800"> <a href="#" id="submitb_{$item.id}" class="c_ff8800"> 申请提现 </a> </span> {else} <span class="Revocation_but bor_878787 bor_878787">无操作</span> {/if} <script type="text/javascript"> $("#submita_{$item.id}").click(function(){ var ajaxurl = '{wap_url a="index" r="uc_carry_revoke_apply"}'; var dltid = $.trim($("#dltid_{$item.id}").val()); var query = new Object(); query.dltid = $.trim($("#dltid_{$item.id}").val()); query.status = 0; query.post_type = "json"; $.ajax({ url:ajaxurl, data:query, type:"Post", dataType:"json", success:function(data){ alert(data.show_err); window.location.href = '{wap_url a="index" r="uc_carry_money_log"}'; } }); $(this).parents(".float_block").hide(); }); $("#submitb_{$item.id}").click(function(){ var ajaxurl = '{wap_url a="index" r="uc_carry_revoke_apply"}'; var dltid = $.trim($("#dltid_{$item.id}").val()); var query = new Object(); query.dltid = $.trim($("#dltid_{$item.id}").val()); query.status = 4; query.post_type = "json"; $.ajax({ url:ajaxurl, data:query, type:"Post", dataType:"json", success:function(data){ alert(data.show_err); window.location.href = '{wap_url a="index" r="uc_carry_money_log"}'; } }); $(this).parents(".float_block").hide(); }); </script> </p> </div> </li> {/foreach} </ul> <div class="new-but-block "> <div class="but-block"> <button class="but_sure"><a href="{wap_url a="index" r="uc_bank"}">提现</a></button> </div> </div> {include file="./inc/footer.html"}
dayphosphor/xiaoniu
p2p/wap/tpl/fanwe/uc_carry_money_log.html
HTML
mit
3,635
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zorns-lemma: 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.2 / zorns-lemma - 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> zorns-lemma <small> 8.9.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-02-28 21:06:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-02-28 21:06:31 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.2 Formal proof management system. num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/zorns-lemma&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ZornsLemma&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: set theory&quot; &quot;keyword: cardinals&quot; &quot;keyword: ordinals&quot; &quot;keyword: finite&quot; &quot;keyword: countable&quot; &quot;keyword: quotients&quot; &quot;keyword: well orders&quot; &quot;keyword: Zorn&#39;s lemma&quot; &quot;category: Mathematics/Logic/Set theory&quot; ] authors: [ &quot;Daniel Schepler &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/zorns-lemma/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/zorns-lemma.git&quot; synopsis: &quot;Zorn&#39;s Lemma&quot; description: &quot;&quot;&quot; This library develops some basic set theory. The main purpose I had in writing it was as support for the Topology library.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/zorns-lemma/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=015ca83d87a9f0ec598ce680278e08a5&quot; } </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-zorns-lemma.8.9.0 coq.8.7.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.2). The following dependencies couldn&#39;t be met: - coq-zorns-lemma -&gt; coq &gt;= 8.9 Your request can&#39;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-zorns-lemma.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.2/zorns-lemma/8.9.0.html
HTML
mit
7,068
<!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 v4.8.1 - v4.8.2: 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 v4.8.1 - v4.8.2 </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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;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_1Function.html">Function</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Function Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1Function.html">v8::Function</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Call</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CallAsConstructor</b>(Local&lt; Context &gt; context, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CallAsFunction</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Cast</b>(Value *obj) (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(T *value) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a5018c9d085aa71f65530cf1e073a04ad">Clone</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#af6966283a7d7e20779961eed434db04d">CreationContext</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DefineOwnProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value, PropertyAttribute attributes=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>DeleteHiddenValue</b>(Local&lt; String &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Equals</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ae2ad9fee9db6e0e5da56973ebb8ea2bc">FindInstanceInPrototypeChain</a>(Local&lt; FunctionTemplate &gt; tmpl)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a435f68bb7ef0f64dd522c5c910682448">GetAlignedPointerFromInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a65b5a3dc93c0774594f8b0f2ab5481c8">GetAlignedPointerFromInternalField</a>(const PersistentBase&lt; Object &gt; &amp;object, int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Function.html#a937dc089e1ef728eec4a628072250e4d">GetBoundFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a7bbe987794658f20a3ec1b68326305e6">GetConstructorName</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Function.html#a71bbe599304109844270e6e03827b02b">GetDisplayName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetHiddenValue</b>(Local&lt; String &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ac1ece41e81a499920ec3a2a3471653bc">GetIdentityHash</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Function.html#a2665736fdec019bc7d12003ef880f78f">GetInferredName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetName</b>() const (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetOwnPropertyDescriptor</b>(Local&lt; Context &gt; context, Local&lt; String &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetOwnPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">GetPrototype</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedPropertyAttributesInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedPropertyInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Function.html#abfe6a9251c5dfc995b83dcf3032fdc86">GetScriptColumnNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Function.html#ae64de1b9dc1ea5dc4f419a88808c12c5">GetScriptLineNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetScriptOrigin</b>() const (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Has</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Has</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a278913bcd203434870ce5184a538a9af">HasIndexedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a1e96fcb9ee17101c0299ec68f2cf8610">HasNamedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasOwnProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasRealIndexedProperty</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasRealNamedCallbackProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasRealNamedProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Int32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>IntegerValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aaec28576353eebe6fee113bce2718ecc">InternalFieldCount</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a324a71142f621a32bfe5738648718370">InternalFieldCount</a>(const PersistentBase&lt; Object &gt; &amp;object)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ad06a4b1f7215d852c367df390491ac84">IsArgumentsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Function.html#a4279e2bfca281cda9afdaf86c87d644d">IsBuiltin</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a23c2c1f23b50fab4a02e2f819641b865">IsCallable</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ab071bf567d89c8ce1489b1b7d93abc36">IsFloat32x4</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a1cbbebde8c256d051c4606a7300870c6">IsGeneratorFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a72982768acdadd82d1df02a452251d14">IsGeneratorObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a71ef50f22d6bb4a093cc931b3d981c08">IsMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#af9c52a0668fa3260a0d12a2cdf895b4e">IsMapIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a8829b16b442a6231499c89fd5a6f8049">IsName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a220bd4056471ee1dda8ab9565517edd7">IsSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#addbae0104e07b990ee1af0bd7927824b">IsSetIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aa4ce26f174a4c1823dec56eb946d3134">IsSharedArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aab0297b39ed8e2a71b5dca7950228a36">IsWeakMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a6f5a238206cbd95f98e2da92cab72e80">IsWeakSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kLineOffsetNotFound</b> (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Function.html#a53f1f98d49eef79339460e47f2b1e29e">New</a>(Local&lt; Context &gt; context, FunctionCallback callback, Local&lt; Value &gt; data=Local&lt; Value &gt;(), int length=0)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>New</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NewInstance</b>(Local&lt; Context &gt; context, int argc, Local&lt; Value &gt; argv[]) const (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>NewInstance</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NumberValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ObjectProtoToString</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SameValue</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Function.html#afa208e62e702f6d61ba0a4250ba3f2cf">ScriptId</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetAccessor</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, MaybeLocal&lt; Value &gt; data=MaybeLocal&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetAccessorProperty</b>(Local&lt; Name &gt; name, Local&lt; Function &gt; getter, Local&lt; Function &gt; setter=Local&lt; Function &gt;(), PropertyAttribute attribute=None, AccessControl settings=DEFAULT) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a0ccba69581f0b5e4e672bab90f26879b">SetAlignedPointerInInternalField</a>(int index, void *value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ac27b823248165acf5284a7086dfed34b">SetHiddenValue</a>(Local&lt; String &gt; key, Local&lt; Value &gt; value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aebf949a0592cebc144bb2f96bfb7ec72">SetInternalField</a>(int index, Local&lt; Value &gt; value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetName</b>(Local&lt; String &gt; name) (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetPrototype</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; prototype) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>StrictEquals</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToArrayIndex</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToBoolean</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToDetailString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToInt32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInteger</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToNumber</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToObject</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToUint32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Uint32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Function &gt; New(Isolate *isolate, FunctionCallback callback, Local&lt; Value &gt; data=Local&lt; Value &gt;(), int length=0)) (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; NewInstance(int argc, Local&lt; Value &gt; argv[]) const) (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; NewInstance() const) (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Call(Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[])) (defined in <a class="el" href="classv8_1_1Function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1Function.html">v8::Function</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(Local&lt; Value &gt; key, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(uint32_t index, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use CreateDataProperty&quot;, bool ForceSet(Local&lt; Value &gt; key, Local&lt; Value &gt; value, PropertyAttribute attribs=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use CreateDataProperty&quot;, Maybe&lt; bool &gt; ForceSet(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value, PropertyAttribute attribs=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a45c99c5e2b16425b4e92c88d49463e5f">v8::Object::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, PropertyAttribute GetPropertyAttributes(Local&lt; Value &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ac5503b0a8e861ec721c680eccf5aec2d">v8::Object::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetOwnPropertyDescriptor(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Has(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Has(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; String &gt; name, AccessorGetterCallback getter, AccessorSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a3f735ad2eab826ddc5eba467ce624acb">v8::Object::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Array &gt; GetPropertyNames())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a34e1ca49ed4944009d8d289e5530dabd">v8::Object::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, bool SetPrototype(Local&lt; Value &gt; prototype))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#abc26147d5f501bf30217f227c9be4922">v8::Object::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; String &gt; ObjectProtoToString())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasOwnProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ac5755869ab0b95f6c1bbd3dd123e5cf4">v8::Object::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributesInPrototypeChain(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a10222e80df73aaa0b381f4dabe6b5dd7">v8::Object::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; CallAsConstructor(int argc, Local&lt; Value &gt; argv[]))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a5e7199a517d980396bb86f876b5bae0a">v8::Object::V8_DEPRECATE_SOON</a>(&quot;Keep track of isolate correctly&quot;, Isolate *GetIsolate())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a48ae008760161c7ae7fd54a9db9cffcf">v8::Value::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToArrayIndex() const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool BooleanValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, double NumberValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int64_t IntegerValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, uint32_t Uint32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int32_t Int32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ae3528a485935d1b19a0e007cd5a06799">v8::Value::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, bool Equals(Local&lt; Value &gt; that) const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<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
3516f35/html/classv8_1_1Function-members.html
HTML
mit
57,329
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <title>Sample post | Type Theme</title> <meta name="description" content="Consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauris. Maecenas congue ligula ac quam viverra nec consectetur ante hendrerit. Donec et ..."> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-Frame-Options" content="sameorigin"> <!-- CSS --> <link rel="stylesheet" href="/css/main.css"> <!--Favicon--> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <!-- Canonical --> <link rel="canonical" href="https://toomatoo.github.io/2014/11/30/sample-post.html"> <!-- RSS --> <link rel="alternate" type="application/atom+xml" title="Type Theme" href="https://toomatoo.github.io/feed.xml" /> <!-- Font Awesome --> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> <!-- Google Fonts --> <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic" rel="stylesheet" type="text/css"> <!-- KaTeX --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.3.0/katex.min.css"> <script src="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.3.0/katex.min.js"></script> <!-- Google Analytics --> </head> <body> <header class="site-header"> <div class="branding"> <a href="/"> <img class="avatar" src="/img/avatar.png" alt=""/> </a> <h1 class="site-title"> <a href="/">Type Theme</a> </h1> </div> <nav class="site-nav"> <ul> <li> <a class="page-link" href="/about/"> About </a> </li> <!-- Social icons from Font Awesome, if enabled --> <li> <a href="https://github.com/rohanchandra/type-theme" title="Follow on GitHub"> <i class="fa fa-fw fa-github"></i> </a> </li> <li> <a href="https://twitter.com/twitter" title="Follow on Twitter"> <i class="fa fa-fw fa-twitter"></i> </a> </li> </ul> </nav> </header> <div class="content"> <article > <header style="background-image: url('/')"> <h1 class="title">Sample post</h1> <p class="meta"> November 30, 2014 </p> </header> <section class="post-content"><p>Consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauris. Maecenas congue ligula ac quam viverra nec consectetur ante hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia consectetur. Donec ut libero sed arcu vehicula ultricies a non tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ut gravida lorem.</p> <ul> <li>Consectetur adipiscing elit</li> <li>Donec a diam lectus</li> <li>Sed sit amet ipsum mauris</li> </ul> <p>Ut turpis felis, pulvinar a semper sed, adipiscing id dolor. Pellentesque auctor nisi id magna consequat sagittis. Curabitur dapibus enim sit amet elit pharetra tincidunt feugiat nisl imperdiet. Ut convallis libero in urna ultrices accumsan. Donec sed odio eros. Donec viverra mi quis quam pulvinar at malesuada arcu rhoncus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In rutrum accumsan ultricies. Mauris vitae nisi at sem facilisis semper ac in est.</p> <p>Nunc diam velit, adipiscing ut tristique vitae, sagittis vel odio. Maecenas convallis ullamcorper ultricies. Curabitur ornare, ligula <em>semper consectetur sagittis</em>, nisi diam iaculis velit, id fringilla sem nunc vel mi. Nam dictum, odio nec pretium volutpat, arcu ante placerat erat, non tristique elit urna et turpis. Quisque mi metus, ornare sit amet fermentum et, tincidunt et orci. Fusce eget orci a orci congue vestibulum.</p> <p>Ut dolor diam, elementum et vestibulum eu, porttitor vel elit. Curabitur venenatis pulvinar tellus gravida ornare. Sed et erat faucibus nunc euismod ultricies ut id justo. Nullam cursus suscipit nisi, et ultrices justo sodales nec. Fusce venenatis facilisis lectus ac semper. Aliquam at massa ipsum. Quisque bibendum purus convallis nulla ultrices ultricies. Nullam aliquam, mi eu aliquam tincidunt, purus velit laoreet tortor, viverra pretium nisi quam vitae mi. Fusce vel volutpat elit. Nam sagittis nisi dui.</p> <blockquote> <p>Suspendisse lectus leo, consectetur in tempor sit amet, placerat quis neque</p> </blockquote> <p>Etiam luctus porttitor lorem, sed suscipit est rutrum non. Curabitur lobortis nisl a enim congue semper. Aenean commodo ultrices imperdiet. Vestibulum ut justo vel sapien venenatis tincidunt.</p> <p>Phasellus eget dolor sit amet ipsum dapibus condimentum vitae quis lectus. Aliquam ut massa in turpis dapibus convallis. Praesent elit lacus, vestibulum at malesuada et, ornare et est. Ut augue nunc, sodales ut euismod non, adipiscing vitae orci. Mauris ut placerat justo. Mauris in ultricies enim. Quisque nec est eleifend nulla ultrices egestas quis ut quam. Donec sollicitudin lectus a mauris pulvinar id aliquam urna cursus. Cras quis ligula sem, vel elementum mi. Phasellus non ullamcorper urna.</p> </section> </article> <!-- Post navigation --> <!-- Disqus --> </div> <script src="/js/katex_init.js"></script> <footer class="site-footer"> <p class="text">Powered by <a href="http://jekyllrb.com">Jekyll</a> with <a href="https://rohanchandra.github.io/project/type/">Type Theme</a> </p> </footer> </body> </html>
Toomatoo/Toomatoo.github.io
_site/2014/11/30/sample-post.html
HTML
mit
5,514
<div> I'm heavy subwidget. <!-- ko widget: "testReq" --><!-- /ko --> </div>
Kasheftin/ko-widget
examples/src/widgets/heavy/main.html
HTML
mit
78
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>Homework 2</title> <link href="js-console.css" rel="stylesheet" /> </head> <body> <div id="js-console"></div> <label for="input">Input number</label> <input type="text" id="input"/> <button id="check">Calculate</button> <script src="js-console.js"></script> <script src="script4.js"></script> </body> </html>
MarinMarinov/JavaScript-Fundamentals
2.Operators and Expressions/Problem 4. Third digit/task4.html
HTML
mit
410
<html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no,maximum-scale=1"> <title>Examples • Sweeper</title> <script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script> <script src="https://rawgit.com/feiss/aframe-environment-component/master/dist/aframe-environment-component.min.js"></script> <script src="https://cdn.rawgit.com/donmccurdy/aframe-extras/v4.2.0/dist/components/sphere-collider.js"></script> <script src="../dist/aframe-physics-system.js"></script> <script src="components/grab.js"></script> <script src="components/rain-of-entities.js"></script> <script src="components/force-pushable.js"></script> </head> <body> <a-scene environment rain-of-entities="spread: 3" physics="driver: worker; workerFps: 60; workerInterpolate: true; workerInterpBufferSize: 2;"> <!-- Player --> <a-entity camera="userHeight: 0.6" look-controls position="0 0.1 0"> <a-entity cursor position="0 0 -0.5" geometry="primitive: circle; radius: 0.01; segments: 4;" material="color: #FF4444; shader: flat"></a-entity> </a-entity> <a-entity static-body="shape: sphere; sphereRadius: 0.02;" hand-controls="hand: left" sphere-collider="objects: [dynamic-body];" grab></a-entity> <a-entity static-body="shape: sphere; sphereRadius: 0.02;" hand-controls="hand: right" sphere-collider="objects: [dynamic-body];" grab></a-entity> <!-- Terrain --> <a-box width="75" height="0.1" depth="75" static-body visible="false"></a-box> <!-- Sweeper --> <a-box width="20" height="1" depth="1" position="0 0.5 25" material="color: red; opacity: 0.5" velocity="0 0 -2" static-body></a-box> </a-scene> </body> </html>
donmccurdy/aframe-physics-system
examples/sweeper.html
HTML
mit
1,982
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>speedtest-openshift</title> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script src="https://cdn.socket.io/socket.io-1.2.0.js"></script> <script src="http://code.highcharts.com/highcharts.js"></script> <script src="http://code.highcharts.com/highcharts-more.js"></script> <script src="http://code.highcharts.com/modules/solid-gauge.js"></script> <script src="test.js"></script> <script src="view.js"></script> </head> <body> <div id="container-latency" style="width: 600px; height: 200px;"></div> <div id="container-download" style="width: 300px; height: 200px; float:left;"></div> <div id="container-upload" style="width: 300px; height: 200px;"></div> </body> </html>
jvanhalen/wsperformance
index.html
HTML
mit
788
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq: 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 / flocq - 4.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> flocq <small> 4.0.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-09 07:56:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-09 07:56:05 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.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://flocq.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/flocq/flocq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/flocq/flocq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [&quot;autoconf&quot;] {dev} [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.12&quot;} &quot;conf-autoconf&quot; {build &amp; dev} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) ] tags: [ &quot;keyword:floating-point arithmetic&quot; &quot;logpath:Flocq&quot; &quot;date:2021-11-05&quot; ] authors: [ &quot;Sylvie Boldo &lt;[email protected]&gt;&quot; &quot;Guillaume Melquiond &lt;[email protected]&gt;&quot; ] synopsis: &quot;A formalization of floating-point arithmetic for the Coq system&quot; url { src: &quot;https://flocq.gitlabpages.inria.fr/releases/flocq-4.0.0.tar.gz&quot; checksum: &quot;sha512=fa58ea6d735cdb0b65dd7cd11daaebc3172145626d8e0accabddaf336c486f8e54b4af246aabb0c1731ebb8fe0d37c9e7a3892128b9aa3e744f93af48f923f05&quot; } </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-flocq.4.0.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&#39;t be met: - coq-flocq -&gt; coq &gt;= 8.12 Your request can&#39;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-flocq.4.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.0/flocq/4.0.0.html
HTML
mit
6,793
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>chinese: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / chinese - 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> chinese <small> 8.5.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-04-14 10:21:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-04-14 10:21: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-m4 1 Virtual package relying on m4 coq dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.0 Official release 4.10.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/chinese&quot; license: &quot;Proprietary&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Chinese&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:number theory&quot; &quot;keyword:chinese remainder&quot; &quot;keyword:primality&quot; &quot;keyword:prime numbers&quot; &quot;category:Mathematics/Arithmetic and Number Theory/Number theory&quot; ] authors: [ &quot;Valérie Ménissier-Morain &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/chinese/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/chinese.git&quot; synopsis: &quot;A proof of the Chinese Remainder Lemma&quot; description: &quot;This is a rewriting of the contribution chinese-lemma using Zarith&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/chinese/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=b6e251c230ce200767af2efeb55613ba&quot; } </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-chinese.8.5.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-chinese -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-chinese.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"> <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.10.0-2.0.6/extra-dev/dev/chinese/8.5.0.html
HTML
mit
6,861
<HTML> <BODY BGCOLOR="white"> <PRE> <FONT color="green">001</FONT> /**<a name="line.1"></a> <FONT color="green">002</FONT> * Copyright 2007-2010 Arthur Blake<a name="line.2"></a> <FONT color="green">003</FONT> *<a name="line.3"></a> <FONT color="green">004</FONT> * Licensed under the Apache License, Version 2.0 (the "License");<a name="line.4"></a> <FONT color="green">005</FONT> * you may not use this file except in compliance with the License.<a name="line.5"></a> <FONT color="green">006</FONT> * You may obtain a copy of the License at<a name="line.6"></a> <FONT color="green">007</FONT> *<a name="line.7"></a> <FONT color="green">008</FONT> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.8"></a> <FONT color="green">009</FONT> *<a name="line.9"></a> <FONT color="green">010</FONT> * Unless required by applicable law or agreed to in writing, software<a name="line.10"></a> <FONT color="green">011</FONT> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.11"></a> <FONT color="green">012</FONT> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.12"></a> <FONT color="green">013</FONT> * See the License for the specific language governing permissions and<a name="line.13"></a> <FONT color="green">014</FONT> * limitations under the License.<a name="line.14"></a> <FONT color="green">015</FONT> */<a name="line.15"></a> <FONT color="green">016</FONT> package net.sf.log4jdbc;<a name="line.16"></a> <FONT color="green">017</FONT> <a name="line.17"></a> <FONT color="green">018</FONT> import java.io.InputStream;<a name="line.18"></a> <FONT color="green">019</FONT> import java.io.Reader;<a name="line.19"></a> <FONT color="green">020</FONT> import java.math.BigDecimal;<a name="line.20"></a> <FONT color="green">021</FONT> import java.net.URL;<a name="line.21"></a> <FONT color="green">022</FONT> import java.sql.Array;<a name="line.22"></a> <FONT color="green">023</FONT> import java.sql.Blob;<a name="line.23"></a> <FONT color="green">024</FONT> import java.sql.Clob;<a name="line.24"></a> <FONT color="green">025</FONT> import java.sql.Date;<a name="line.25"></a> <FONT color="green">026</FONT> import java.sql.NClob;<a name="line.26"></a> <FONT color="green">027</FONT> import java.sql.Ref;<a name="line.27"></a> <FONT color="green">028</FONT> import java.sql.RowId;<a name="line.28"></a> <FONT color="green">029</FONT> import java.sql.ResultSet;<a name="line.29"></a> <FONT color="green">030</FONT> import java.sql.ResultSetMetaData;<a name="line.30"></a> <FONT color="green">031</FONT> import java.sql.SQLException;<a name="line.31"></a> <FONT color="green">032</FONT> import java.sql.SQLWarning;<a name="line.32"></a> <FONT color="green">033</FONT> import java.sql.SQLXML;<a name="line.33"></a> <FONT color="green">034</FONT> import java.sql.Statement;<a name="line.34"></a> <FONT color="green">035</FONT> import java.sql.Time;<a name="line.35"></a> <FONT color="green">036</FONT> import java.sql.Timestamp;<a name="line.36"></a> <FONT color="green">037</FONT> import java.util.Calendar;<a name="line.37"></a> <FONT color="green">038</FONT> import java.util.Map;<a name="line.38"></a> <FONT color="green">039</FONT> <a name="line.39"></a> <FONT color="green">040</FONT> /**<a name="line.40"></a> <FONT color="green">041</FONT> * Wraps a ResultSet and reports method calls, returns and exceptions.<a name="line.41"></a> <FONT color="green">042</FONT> *<a name="line.42"></a> <FONT color="green">043</FONT> * JDBC 4 version.<a name="line.43"></a> <FONT color="green">044</FONT> *<a name="line.44"></a> <FONT color="green">045</FONT> * @author Arthur Blake<a name="line.45"></a> <FONT color="green">046</FONT> */<a name="line.46"></a> <FONT color="green">047</FONT> public class ResultSetSpy implements ResultSet, Spy<a name="line.47"></a> <FONT color="green">048</FONT> {<a name="line.48"></a> <FONT color="green">049</FONT> private final SpyLogDelegator log;<a name="line.49"></a> <FONT color="green">050</FONT> <a name="line.50"></a> <FONT color="green">051</FONT> /**<a name="line.51"></a> <FONT color="green">052</FONT> * Report an exception to be logged.<a name="line.52"></a> <FONT color="green">053</FONT> *<a name="line.53"></a> <FONT color="green">054</FONT> * @param methodCall description of method call and arguments passed to it that generated the exception.<a name="line.54"></a> <FONT color="green">055</FONT> * @param exception exception that was generated<a name="line.55"></a> <FONT color="green">056</FONT> */<a name="line.56"></a> <FONT color="green">057</FONT> protected void reportException(String methodCall, SQLException exception)<a name="line.57"></a> <FONT color="green">058</FONT> {<a name="line.58"></a> <FONT color="green">059</FONT> log.exceptionOccured(this, methodCall, exception, null, -1L);<a name="line.59"></a> <FONT color="green">060</FONT> }<a name="line.60"></a> <FONT color="green">061</FONT> <a name="line.61"></a> <FONT color="green">062</FONT> /**<a name="line.62"></a> <FONT color="green">063</FONT> * Report (for logging) that a method returned. All the other reportReturn methods are conveniance methods that call<a name="line.63"></a> <FONT color="green">064</FONT> * this method.<a name="line.64"></a> <FONT color="green">065</FONT> *<a name="line.65"></a> <FONT color="green">066</FONT> * @param methodCall description of method call and arguments passed to it that returned.<a name="line.66"></a> <FONT color="green">067</FONT> * @param msg description of what the return value that was returned. may be an empty String for void return types.<a name="line.67"></a> <FONT color="green">068</FONT> */<a name="line.68"></a> <FONT color="green">069</FONT> protected void reportAllReturns(String methodCall, String msg)<a name="line.69"></a> <FONT color="green">070</FONT> {<a name="line.70"></a> <FONT color="green">071</FONT> log.methodReturned(this, methodCall, msg);<a name="line.71"></a> <FONT color="green">072</FONT> }<a name="line.72"></a> <FONT color="green">073</FONT> <a name="line.73"></a> <FONT color="green">074</FONT> private ResultSet realResultSet;<a name="line.74"></a> <FONT color="green">075</FONT> <a name="line.75"></a> <FONT color="green">076</FONT> /**<a name="line.76"></a> <FONT color="green">077</FONT> * Get the real ResultSet that this ResultSetSpy wraps.<a name="line.77"></a> <FONT color="green">078</FONT> *<a name="line.78"></a> <FONT color="green">079</FONT> * @return the real ResultSet that this ResultSetSpy wraps.<a name="line.79"></a> <FONT color="green">080</FONT> */<a name="line.80"></a> <FONT color="green">081</FONT> public ResultSet getRealResultSet()<a name="line.81"></a> <FONT color="green">082</FONT> {<a name="line.82"></a> <FONT color="green">083</FONT> return realResultSet;<a name="line.83"></a> <FONT color="green">084</FONT> }<a name="line.84"></a> <FONT color="green">085</FONT> <a name="line.85"></a> <FONT color="green">086</FONT> private StatementSpy parent;<a name="line.86"></a> <FONT color="green">087</FONT> <a name="line.87"></a> <FONT color="green">088</FONT> /**<a name="line.88"></a> <FONT color="green">089</FONT> * Create a new ResultSetSpy that wraps another ResultSet object, that logs all method calls, expceptions, etc.<a name="line.89"></a> <FONT color="green">090</FONT> *<a name="line.90"></a> <FONT color="green">091</FONT> * @param parent Statement that generated this ResultSet.<a name="line.91"></a> <FONT color="green">092</FONT> * @param realResultSet real underlying ResultSet that is being wrapped.<a name="line.92"></a> <FONT color="green">093</FONT> */<a name="line.93"></a> <FONT color="green">094</FONT> public ResultSetSpy(StatementSpy parent, ResultSet realResultSet)<a name="line.94"></a> <FONT color="green">095</FONT> {<a name="line.95"></a> <FONT color="green">096</FONT> if (realResultSet == null)<a name="line.96"></a> <FONT color="green">097</FONT> {<a name="line.97"></a> <FONT color="green">098</FONT> throw new IllegalArgumentException("Must provide a non null real ResultSet");<a name="line.98"></a> <FONT color="green">099</FONT> }<a name="line.99"></a> <FONT color="green">100</FONT> this.realResultSet = realResultSet;<a name="line.100"></a> <FONT color="green">101</FONT> this.parent = parent;<a name="line.101"></a> <FONT color="green">102</FONT> log = SpyLogFactory.getSpyLogDelegator();<a name="line.102"></a> <FONT color="green">103</FONT> reportReturn("new ResultSet");<a name="line.103"></a> <FONT color="green">104</FONT> }<a name="line.104"></a> <FONT color="green">105</FONT> <a name="line.105"></a> <FONT color="green">106</FONT> /**<a name="line.106"></a> <FONT color="green">107</FONT> * Description for ResultSet class type.<a name="line.107"></a> <FONT color="green">108</FONT> */<a name="line.108"></a> <FONT color="green">109</FONT> public static final String classTypeDescription = "ResultSet";<a name="line.109"></a> <FONT color="green">110</FONT> <a name="line.110"></a> <FONT color="green">111</FONT> public String getClassType()<a name="line.111"></a> <FONT color="green">112</FONT> {<a name="line.112"></a> <FONT color="green">113</FONT> return classTypeDescription;<a name="line.113"></a> <FONT color="green">114</FONT> }<a name="line.114"></a> <FONT color="green">115</FONT> <a name="line.115"></a> <FONT color="green">116</FONT> public Integer getConnectionNumber()<a name="line.116"></a> <FONT color="green">117</FONT> {<a name="line.117"></a> <FONT color="green">118</FONT> return parent.getConnectionNumber();<a name="line.118"></a> <FONT color="green">119</FONT> }<a name="line.119"></a> <FONT color="green">120</FONT> <a name="line.120"></a> <FONT color="green">121</FONT> /**<a name="line.121"></a> <FONT color="green">122</FONT> * Conveniance method to report (for logging) that a method returned a boolean value.<a name="line.122"></a> <FONT color="green">123</FONT> *<a name="line.123"></a> <FONT color="green">124</FONT> * @param methodCall description of method call and arguments passed to it that returned.<a name="line.124"></a> <FONT color="green">125</FONT> * @param value boolean return value.<a name="line.125"></a> <FONT color="green">126</FONT> * @return the boolean return value as passed in.<a name="line.126"></a> <FONT color="green">127</FONT> */<a name="line.127"></a> <FONT color="green">128</FONT> protected boolean reportReturn(String methodCall, boolean value)<a name="line.128"></a> <FONT color="green">129</FONT> {<a name="line.129"></a> <FONT color="green">130</FONT> reportAllReturns(methodCall, "" + value);<a name="line.130"></a> <FONT color="green">131</FONT> return value;<a name="line.131"></a> <FONT color="green">132</FONT> }<a name="line.132"></a> <FONT color="green">133</FONT> <a name="line.133"></a> <FONT color="green">134</FONT> /**<a name="line.134"></a> <FONT color="green">135</FONT> * Conveniance method to report (for logging) that a method returned a byte value.<a name="line.135"></a> <FONT color="green">136</FONT> *<a name="line.136"></a> <FONT color="green">137</FONT> * @param methodCall description of method call and arguments passed to it that returned.<a name="line.137"></a> <FONT color="green">138</FONT> * @param value byte return value.<a name="line.138"></a> <FONT color="green">139</FONT> * @return the byte return value as passed in.<a name="line.139"></a> <FONT color="green">140</FONT> */<a name="line.140"></a> <FONT color="green">141</FONT> protected byte reportReturn(String methodCall, byte value)<a name="line.141"></a> <FONT color="green">142</FONT> {<a name="line.142"></a> <FONT color="green">143</FONT> reportAllReturns(methodCall, "" + value);<a name="line.143"></a> <FONT color="green">144</FONT> return value;<a name="line.144"></a> <FONT color="green">145</FONT> }<a name="line.145"></a> <FONT color="green">146</FONT> <a name="line.146"></a> <FONT color="green">147</FONT> /**<a name="line.147"></a> <FONT color="green">148</FONT> * Conveniance method to report (for logging) that a method returned a int value.<a name="line.148"></a> <FONT color="green">149</FONT> *<a name="line.149"></a> <FONT color="green">150</FONT> * @param methodCall description of method call and arguments passed to it that returned.<a name="line.150"></a> <FONT color="green">151</FONT> * @param value int return value.<a name="line.151"></a> <FONT color="green">152</FONT> * @return the int return value as passed in.<a name="line.152"></a> <FONT color="green">153</FONT> */<a name="line.153"></a> <FONT color="green">154</FONT> protected int reportReturn(String methodCall, int value)<a name="line.154"></a> <FONT color="green">155</FONT> {<a name="line.155"></a> <FONT color="green">156</FONT> reportAllReturns(methodCall, "" + value);<a name="line.156"></a> <FONT color="green">157</FONT> return value;<a name="line.157"></a> <FONT color="green">158</FONT> }<a name="line.158"></a> <FONT color="green">159</FONT> <a name="line.159"></a> <FONT color="green">160</FONT> /**<a name="line.160"></a> <FONT color="green">161</FONT> * Conveniance method to report (for logging) that a method returned a double value.<a name="line.161"></a> <FONT color="green">162</FONT> *<a name="line.162"></a> <FONT color="green">163</FONT> * @param methodCall description of method call and arguments passed to it that returned.<a name="line.163"></a> <FONT color="green">164</FONT> * @param value double return value.<a name="line.164"></a> <FONT color="green">165</FONT> * @return the double return value as passed in.<a name="line.165"></a> <FONT color="green">166</FONT> */<a name="line.166"></a> <FONT color="green">167</FONT> protected double reportReturn(String methodCall, double value)<a name="line.167"></a> <FONT color="green">168</FONT> {<a name="line.168"></a> <FONT color="green">169</FONT> reportAllReturns(methodCall, "" + value);<a name="line.169"></a> <FONT color="green">170</FONT> return value;<a name="line.170"></a> <FONT color="green">171</FONT> }<a name="line.171"></a> <FONT color="green">172</FONT> <a name="line.172"></a> <FONT color="green">173</FONT> /**<a name="line.173"></a> <FONT color="green">174</FONT> * Conveniance method to report (for logging) that a method returned a short value.<a name="line.174"></a> <FONT color="green">175</FONT> *<a name="line.175"></a> <FONT color="green">176</FONT> * @param methodCall description of method call and arguments passed to it that returned.<a name="line.176"></a> <FONT color="green">177</FONT> * @param value short return value.<a name="line.177"></a> <FONT color="green">178</FONT> * @return the short return value as passed in.<a name="line.178"></a> <FONT color="green">179</FONT> */<a name="line.179"></a> <FONT color="green">180</FONT> protected short reportReturn(String methodCall, short value)<a name="line.180"></a> <FONT color="green">181</FONT> {<a name="line.181"></a> <FONT color="green">182</FONT> reportAllReturns(methodCall, "" + value);<a name="line.182"></a> <FONT color="green">183</FONT> return value;<a name="line.183"></a> <FONT color="green">184</FONT> }<a name="line.184"></a> <FONT color="green">185</FONT> <a name="line.185"></a> <FONT color="green">186</FONT> /**<a name="line.186"></a> <FONT color="green">187</FONT> * Conveniance method to report (for logging) that a method returned a long value.<a name="line.187"></a> <FONT color="green">188</FONT> *<a name="line.188"></a> <FONT color="green">189</FONT> * @param methodCall description of method call and arguments passed to it that returned.<a name="line.189"></a> <FONT color="green">190</FONT> * @param value long return value.<a name="line.190"></a> <FONT color="green">191</FONT> * @return the long return value as passed in.<a name="line.191"></a> <FONT color="green">192</FONT> */<a name="line.192"></a> <FONT color="green">193</FONT> protected long reportReturn(String methodCall, long value)<a name="line.193"></a> <FONT color="green">194</FONT> {<a name="line.194"></a> <FONT color="green">195</FONT> reportAllReturns(methodCall, "" + value);<a name="line.195"></a> <FONT color="green">196</FONT> return value;<a name="line.196"></a> <FONT color="green">197</FONT> }<a name="line.197"></a> <FONT color="green">198</FONT> <a name="line.198"></a> <FONT color="green">199</FONT> /**<a name="line.199"></a> <FONT color="green">200</FONT> * Conveniance method to report (for logging) that a method returned a float value.<a name="line.200"></a> <FONT color="green">201</FONT> *<a name="line.201"></a> <FONT color="green">202</FONT> * @param methodCall description of method call and arguments passed to it that returned.<a name="line.202"></a> <FONT color="green">203</FONT> * @param value float return value.<a name="line.203"></a> <FONT color="green">204</FONT> * @return the float return value as passed in.<a name="line.204"></a> <FONT color="green">205</FONT> */<a name="line.205"></a> <FONT color="green">206</FONT> protected float reportReturn(String methodCall, float value)<a name="line.206"></a> <FONT color="green">207</FONT> {<a name="line.207"></a> <FONT color="green">208</FONT> reportAllReturns(methodCall, "" + value);<a name="line.208"></a> <FONT color="green">209</FONT> return value;<a name="line.209"></a> <FONT color="green">210</FONT> }<a name="line.210"></a> <FONT color="green">211</FONT> <a name="line.211"></a> <FONT color="green">212</FONT> /**<a name="line.212"></a> <FONT color="green">213</FONT> * Conveniance method to report (for logging) that a method returned an Object.<a name="line.213"></a> <FONT color="green">214</FONT> *<a name="line.214"></a> <FONT color="green">215</FONT> * @param methodCall description of method call and arguments passed to it that returned.<a name="line.215"></a> <FONT color="green">216</FONT> * @param value return Object.<a name="line.216"></a> <FONT color="green">217</FONT> * @return the return Object as passed in.<a name="line.217"></a> <FONT color="green">218</FONT> */<a name="line.218"></a> <FONT color="green">219</FONT> protected Object reportReturn(String methodCall, Object value)<a name="line.219"></a> <FONT color="green">220</FONT> {<a name="line.220"></a> <FONT color="green">221</FONT> reportAllReturns(methodCall, "" + value);<a name="line.221"></a> <FONT color="green">222</FONT> return value;<a name="line.222"></a> <FONT color="green">223</FONT> }<a name="line.223"></a> <FONT color="green">224</FONT> <a name="line.224"></a> <FONT color="green">225</FONT> /**<a name="line.225"></a> <FONT color="green">226</FONT> * Conveniance method to report (for logging) that a method returned (void return type).<a name="line.226"></a> <FONT color="green">227</FONT> *<a name="line.227"></a> <FONT color="green">228</FONT> * @param methodCall description of method call and arguments passed to it that returned.<a name="line.228"></a> <FONT color="green">229</FONT> */<a name="line.229"></a> <FONT color="green">230</FONT> protected void reportReturn(String methodCall)<a name="line.230"></a> <FONT color="green">231</FONT> {<a name="line.231"></a> <FONT color="green">232</FONT> reportAllReturns(methodCall, "");<a name="line.232"></a> <FONT color="green">233</FONT> }<a name="line.233"></a> <FONT color="green">234</FONT> <a name="line.234"></a> <FONT color="green">235</FONT> // forwarding methods<a name="line.235"></a> <FONT color="green">236</FONT> <a name="line.236"></a> <FONT color="green">237</FONT> public void updateAsciiStream(int columnIndex, InputStream x, int length) throws SQLException<a name="line.237"></a> <FONT color="green">238</FONT> {<a name="line.238"></a> <FONT color="green">239</FONT> String methodCall = "updateAsciiStream(" + columnIndex + ", " + x + ", " + length + ")";<a name="line.239"></a> <FONT color="green">240</FONT> try<a name="line.240"></a> <FONT color="green">241</FONT> {<a name="line.241"></a> <FONT color="green">242</FONT> realResultSet.updateAsciiStream(columnIndex, x, length);<a name="line.242"></a> <FONT color="green">243</FONT> }<a name="line.243"></a> <FONT color="green">244</FONT> catch (SQLException s)<a name="line.244"></a> <FONT color="green">245</FONT> {<a name="line.245"></a> <FONT color="green">246</FONT> reportException(methodCall, s);<a name="line.246"></a> <FONT color="green">247</FONT> throw s;<a name="line.247"></a> <FONT color="green">248</FONT> }<a name="line.248"></a> <FONT color="green">249</FONT> reportReturn(methodCall);<a name="line.249"></a> <FONT color="green">250</FONT> }<a name="line.250"></a> <FONT color="green">251</FONT> <a name="line.251"></a> <FONT color="green">252</FONT> public void updateAsciiStream(String columnName, InputStream x, int length) throws SQLException<a name="line.252"></a> <FONT color="green">253</FONT> {<a name="line.253"></a> <FONT color="green">254</FONT> String methodCall = "updateAsciiStream(" + columnName + ", " + x + ", " + length + ")";<a name="line.254"></a> <FONT color="green">255</FONT> try<a name="line.255"></a> <FONT color="green">256</FONT> {<a name="line.256"></a> <FONT color="green">257</FONT> realResultSet.updateAsciiStream(columnName, x, length);<a name="line.257"></a> <FONT color="green">258</FONT> }<a name="line.258"></a> <FONT color="green">259</FONT> catch (SQLException s)<a name="line.259"></a> <FONT color="green">260</FONT> {<a name="line.260"></a> <FONT color="green">261</FONT> reportException(methodCall, s);<a name="line.261"></a> <FONT color="green">262</FONT> throw s;<a name="line.262"></a> <FONT color="green">263</FONT> }<a name="line.263"></a> <FONT color="green">264</FONT> reportReturn(methodCall);<a name="line.264"></a> <FONT color="green">265</FONT> }<a name="line.265"></a> <FONT color="green">266</FONT> <a name="line.266"></a> <FONT color="green">267</FONT> public int getRow() throws SQLException<a name="line.267"></a> <FONT color="green">268</FONT> {<a name="line.268"></a> <FONT color="green">269</FONT> String methodCall = "getRow()";<a name="line.269"></a> <FONT color="green">270</FONT> try<a name="line.270"></a> <FONT color="green">271</FONT> {<a name="line.271"></a> <FONT color="green">272</FONT> return reportReturn(methodCall, realResultSet.getRow());<a name="line.272"></a> <FONT color="green">273</FONT> }<a name="line.273"></a> <FONT color="green">274</FONT> catch (SQLException s)<a name="line.274"></a> <FONT color="green">275</FONT> {<a name="line.275"></a> <FONT color="green">276</FONT> reportException(methodCall, s);<a name="line.276"></a> <FONT color="green">277</FONT> throw s;<a name="line.277"></a> <FONT color="green">278</FONT> }<a name="line.278"></a> <FONT color="green">279</FONT> }<a name="line.279"></a> <FONT color="green">280</FONT> <a name="line.280"></a> <FONT color="green">281</FONT> public void cancelRowUpdates() throws SQLException<a name="line.281"></a> <FONT color="green">282</FONT> {<a name="line.282"></a> <FONT color="green">283</FONT> String methodCall = "cancelRowUpdates()";<a name="line.283"></a> <FONT color="green">284</FONT> try<a name="line.284"></a> <FONT color="green">285</FONT> {<a name="line.285"></a> <FONT color="green">286</FONT> realResultSet.cancelRowUpdates();<a name="line.286"></a> <FONT color="green">287</FONT> }<a name="line.287"></a> <FONT color="green">288</FONT> catch (SQLException s)<a name="line.288"></a> <FONT color="green">289</FONT> {<a name="line.289"></a> <FONT color="green">290</FONT> reportException(methodCall, s);<a name="line.290"></a> <FONT color="green">291</FONT> throw s;<a name="line.291"></a> <FONT color="green">292</FONT> }<a name="line.292"></a> <FONT color="green">293</FONT> reportReturn(methodCall);<a name="line.293"></a> <FONT color="green">294</FONT> }<a name="line.294"></a> <FONT color="green">295</FONT> <a name="line.295"></a> <FONT color="green">296</FONT> public Time getTime(int columnIndex) throws SQLException<a name="line.296"></a> <FONT color="green">297</FONT> {<a name="line.297"></a> <FONT color="green">298</FONT> String methodCall = "getTime(" + columnIndex + ")";<a name="line.298"></a> <FONT color="green">299</FONT> try<a name="line.299"></a> <FONT color="green">300</FONT> {<a name="line.300"></a> <FONT color="green">301</FONT> return (Time) reportReturn(methodCall, realResultSet.getTime(columnIndex));<a name="line.301"></a> <FONT color="green">302</FONT> }<a name="line.302"></a> <FONT color="green">303</FONT> catch (SQLException s)<a name="line.303"></a> <FONT color="green">304</FONT> {<a name="line.304"></a> <FONT color="green">305</FONT> reportException(methodCall, s);<a name="line.305"></a> <FONT color="green">306</FONT> throw s;<a name="line.306"></a> <FONT color="green">307</FONT> }<a name="line.307"></a> <FONT color="green">308</FONT> }<a name="line.308"></a> <FONT color="green">309</FONT> <a name="line.309"></a> <FONT color="green">310</FONT> public Time getTime(String columnName) throws SQLException<a name="line.310"></a> <FONT color="green">311</FONT> {<a name="line.311"></a> <FONT color="green">312</FONT> String methodCall = "getTime(" + columnName + ")";<a name="line.312"></a> <FONT color="green">313</FONT> try<a name="line.313"></a> <FONT color="green">314</FONT> {<a name="line.314"></a> <FONT color="green">315</FONT> return (Time) reportReturn(methodCall, realResultSet.getTime(columnName));<a name="line.315"></a> <FONT color="green">316</FONT> }<a name="line.316"></a> <FONT color="green">317</FONT> catch (SQLException s)<a name="line.317"></a> <FONT color="green">318</FONT> {<a name="line.318"></a> <FONT color="green">319</FONT> reportException(methodCall, s);<a name="line.319"></a> <FONT color="green">320</FONT> throw s;<a name="line.320"></a> <FONT color="green">321</FONT> }<a name="line.321"></a> <FONT color="green">322</FONT> }<a name="line.322"></a> <FONT color="green">323</FONT> <a name="line.323"></a> <FONT color="green">324</FONT> public Time getTime(int columnIndex, Calendar cal) throws SQLException<a name="line.324"></a> <FONT color="green">325</FONT> {<a name="line.325"></a> <FONT color="green">326</FONT> String methodCall = "getTime(" + columnIndex + ", " + cal + ")";<a name="line.326"></a> <FONT color="green">327</FONT> try<a name="line.327"></a> <FONT color="green">328</FONT> {<a name="line.328"></a> <FONT color="green">329</FONT> return (Time) reportReturn(methodCall, realResultSet.getTime(columnIndex, cal));<a name="line.329"></a> <FONT color="green">330</FONT> }<a name="line.330"></a> <FONT color="green">331</FONT> catch (SQLException s)<a name="line.331"></a> <FONT color="green">332</FONT> {<a name="line.332"></a> <FONT color="green">333</FONT> reportException(methodCall, s);<a name="line.333"></a> <FONT color="green">334</FONT> throw s;<a name="line.334"></a> <FONT color="green">335</FONT> }<a name="line.335"></a> <FONT color="green">336</FONT> }<a name="line.336"></a> <FONT color="green">337</FONT> <a name="line.337"></a> <FONT color="green">338</FONT> public Time getTime(String columnName, Calendar cal) throws SQLException<a name="line.338"></a> <FONT color="green">339</FONT> {<a name="line.339"></a> <FONT color="green">340</FONT> String methodCall = "getTime(" + columnName + ", " + cal + ")";<a name="line.340"></a> <FONT color="green">341</FONT> try<a name="line.341"></a> <FONT color="green">342</FONT> {<a name="line.342"></a> <FONT color="green">343</FONT> return (Time) reportReturn(methodCall, realResultSet.getTime(columnName, cal));<a name="line.343"></a> <FONT color="green">344</FONT> }<a name="line.344"></a> <FONT color="green">345</FONT> catch (SQLException s)<a name="line.345"></a> <FONT color="green">346</FONT> {<a name="line.346"></a> <FONT color="green">347</FONT> reportException(methodCall, s);<a name="line.347"></a> <FONT color="green">348</FONT> throw s;<a name="line.348"></a> <FONT color="green">349</FONT> }<a name="line.349"></a> <FONT color="green">350</FONT> }<a name="line.350"></a> <FONT color="green">351</FONT> <a name="line.351"></a> <FONT color="green">352</FONT> public boolean absolute(int row) throws SQLException<a name="line.352"></a> <FONT color="green">353</FONT> {<a name="line.353"></a> <FONT color="green">354</FONT> String methodCall = "absolute(" + row + ")";<a name="line.354"></a> <FONT color="green">355</FONT> try<a name="line.355"></a> <FONT color="green">356</FONT> {<a name="line.356"></a> <FONT color="green">357</FONT> return reportReturn(methodCall, realResultSet.absolute(row));<a name="line.357"></a> <FONT color="green">358</FONT> }<a name="line.358"></a> <FONT color="green">359</FONT> catch (SQLException s)<a name="line.359"></a> <FONT color="green">360</FONT> {<a name="line.360"></a> <FONT color="green">361</FONT> reportException(methodCall, s);<a name="line.361"></a> <FONT color="green">362</FONT> throw s;<a name="line.362"></a> <FONT color="green">363</FONT> }<a name="line.363"></a> <FONT color="green">364</FONT> }<a name="line.364"></a> <FONT color="green">365</FONT> <a name="line.365"></a> <FONT color="green">366</FONT> public Timestamp getTimestamp(int columnIndex) throws SQLException<a name="line.366"></a> <FONT color="green">367</FONT> {<a name="line.367"></a> <FONT color="green">368</FONT> String methodCall = "getTimestamp(" + columnIndex + ")";<a name="line.368"></a> <FONT color="green">369</FONT> try<a name="line.369"></a> <FONT color="green">370</FONT> {<a name="line.370"></a> <FONT color="green">371</FONT> return (Timestamp) reportReturn(methodCall, realResultSet.getTimestamp(columnIndex));<a name="line.371"></a> <FONT color="green">372</FONT> }<a name="line.372"></a> <FONT color="green">373</FONT> catch (SQLException s)<a name="line.373"></a> <FONT color="green">374</FONT> {<a name="line.374"></a> <FONT color="green">375</FONT> reportException(methodCall, s);<a name="line.375"></a> <FONT color="green">376</FONT> throw s;<a name="line.376"></a> <FONT color="green">377</FONT> }<a name="line.377"></a> <FONT color="green">378</FONT> }<a name="line.378"></a> <FONT color="green">379</FONT> <a name="line.379"></a> <FONT color="green">380</FONT> public Timestamp getTimestamp(String columnName) throws SQLException<a name="line.380"></a> <FONT color="green">381</FONT> {<a name="line.381"></a> <FONT color="green">382</FONT> String methodCall = "getTimestamp(" + columnName + ")";<a name="line.382"></a> <FONT color="green">383</FONT> try<a name="line.383"></a> <FONT color="green">384</FONT> {<a name="line.384"></a> <FONT color="green">385</FONT> return (Timestamp) reportReturn(methodCall, realResultSet.getTimestamp(columnName));<a name="line.385"></a> <FONT color="green">386</FONT> }<a name="line.386"></a> <FONT color="green">387</FONT> catch (SQLException s)<a name="line.387"></a> <FONT color="green">388</FONT> {<a name="line.388"></a> <FONT color="green">389</FONT> reportException(methodCall, s);<a name="line.389"></a> <FONT color="green">390</FONT> throw s;<a name="line.390"></a> <FONT color="green">391</FONT> }<a name="line.391"></a> <FONT color="green">392</FONT> <a name="line.392"></a> <FONT color="green">393</FONT> }<a name="line.393"></a> <FONT color="green">394</FONT> <a name="line.394"></a> <FONT color="green">395</FONT> public Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException<a name="line.395"></a> <FONT color="green">396</FONT> {<a name="line.396"></a> <FONT color="green">397</FONT> String methodCall = "getTimestamp(" + columnIndex + ", " + cal + ")";<a name="line.397"></a> <FONT color="green">398</FONT> try<a name="line.398"></a> <FONT color="green">399</FONT> {<a name="line.399"></a> <FONT color="green">400</FONT> return (Timestamp) reportReturn(methodCall, realResultSet.getTimestamp(columnIndex, cal));<a name="line.400"></a> <FONT color="green">401</FONT> }<a name="line.401"></a> <FONT color="green">402</FONT> catch (SQLException s)<a name="line.402"></a> <FONT color="green">403</FONT> {<a name="line.403"></a> <FONT color="green">404</FONT> reportException(methodCall, s);<a name="line.404"></a> <FONT color="green">405</FONT> throw s;<a name="line.405"></a> <FONT color="green">406</FONT> }<a name="line.406"></a> <FONT color="green">407</FONT> <a name="line.407"></a> <FONT color="green">408</FONT> }<a name="line.408"></a> <FONT color="green">409</FONT> <a name="line.409"></a> <FONT color="green">410</FONT> public Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException<a name="line.410"></a> <FONT color="green">411</FONT> {<a name="line.411"></a> <FONT color="green">412</FONT> String methodCall = "getTimestamp(" + columnName + ", " + cal + ")";<a name="line.412"></a> <FONT color="green">413</FONT> try<a name="line.413"></a> <FONT color="green">414</FONT> {<a name="line.414"></a> <FONT color="green">415</FONT> return (Timestamp) reportReturn(methodCall, realResultSet.getTimestamp(columnName, cal));<a name="line.415"></a> <FONT color="green">416</FONT> }<a name="line.416"></a> <FONT color="green">417</FONT> catch (SQLException s)<a name="line.417"></a> <FONT color="green">418</FONT> {<a name="line.418"></a> <FONT color="green">419</FONT> reportException(methodCall, s);<a name="line.419"></a> <FONT color="green">420</FONT> throw s;<a name="line.420"></a> <FONT color="green">421</FONT> }<a name="line.421"></a> <FONT color="green">422</FONT> }<a name="line.422"></a> <FONT color="green">423</FONT> <a name="line.423"></a> <FONT color="green">424</FONT> public void moveToInsertRow() throws SQLException<a name="line.424"></a> <FONT color="green">425</FONT> {<a name="line.425"></a> <FONT color="green">426</FONT> String methodCall = "moveToInsertRow()";<a name="line.426"></a> <FONT color="green">427</FONT> try<a name="line.427"></a> <FONT color="green">428</FONT> {<a name="line.428"></a> <FONT color="green">429</FONT> realResultSet.moveToInsertRow();<a name="line.429"></a> <FONT color="green">430</FONT> }<a name="line.430"></a> <FONT color="green">431</FONT> catch (SQLException s)<a name="line.431"></a> <FONT color="green">432</FONT> {<a name="line.432"></a> <FONT color="green">433</FONT> reportException(methodCall, s);<a name="line.433"></a> <FONT color="green">434</FONT> throw s;<a name="line.434"></a> <FONT color="green">435</FONT> }<a name="line.435"></a> <FONT color="green">436</FONT> reportReturn(methodCall);<a name="line.436"></a> <FONT color="green">437</FONT> }<a name="line.437"></a> <FONT color="green">438</FONT> <a name="line.438"></a> <FONT color="green">439</FONT> public boolean relative(int rows) throws SQLException<a name="line.439"></a> <FONT color="green">440</FONT> {<a name="line.440"></a> <FONT color="green">441</FONT> String methodCall = "relative(" + rows + ")";<a name="line.441"></a> <FONT color="green">442</FONT> try<a name="line.442"></a> <FONT color="green">443</FONT> {<a name="line.443"></a> <FONT color="green">444</FONT> return reportReturn(methodCall, realResultSet.relative(rows));<a name="line.444"></a> <FONT color="green">445</FONT> }<a name="line.445"></a> <FONT color="green">446</FONT> catch (SQLException s)<a name="line.446"></a> <FONT color="green">447</FONT> {<a name="line.447"></a> <FONT color="green">448</FONT> reportException(methodCall, s);<a name="line.448"></a> <FONT color="green">449</FONT> throw s;<a name="line.449"></a> <FONT color="green">450</FONT> }<a name="line.450"></a> <FONT color="green">451</FONT> }<a name="line.451"></a> <FONT color="green">452</FONT> <a name="line.452"></a> <FONT color="green">453</FONT> public boolean previous() throws SQLException<a name="line.453"></a> <FONT color="green">454</FONT> {<a name="line.454"></a> <FONT color="green">455</FONT> String methodCall = "previous()";<a name="line.455"></a> <FONT color="green">456</FONT> try<a name="line.456"></a> <FONT color="green">457</FONT> {<a name="line.457"></a> <FONT color="green">458</FONT> return reportReturn(methodCall, realResultSet.previous());<a name="line.458"></a> <FONT color="green">459</FONT> }<a name="line.459"></a> <FONT color="green">460</FONT> catch (SQLException s)<a name="line.460"></a> <FONT color="green">461</FONT> {<a name="line.461"></a> <FONT color="green">462</FONT> reportException(methodCall, s);<a name="line.462"></a> <FONT color="green">463</FONT> throw s;<a name="line.463"></a> <FONT color="green">464</FONT> }<a name="line.464"></a> <FONT color="green">465</FONT> }<a name="line.465"></a> <FONT color="green">466</FONT> <a name="line.466"></a> <FONT color="green">467</FONT> public void moveToCurrentRow() throws SQLException<a name="line.467"></a> <FONT color="green">468</FONT> {<a name="line.468"></a> <FONT color="green">469</FONT> String methodCall = "moveToCurrentRow()";<a name="line.469"></a> <FONT color="green">470</FONT> try<a name="line.470"></a> <FONT color="green">471</FONT> {<a name="line.471"></a> <FONT color="green">472</FONT> realResultSet.moveToCurrentRow();<a name="line.472"></a> <FONT color="green">473</FONT> }<a name="line.473"></a> <FONT color="green">474</FONT> catch (SQLException s)<a name="line.474"></a> <FONT color="green">475</FONT> {<a name="line.475"></a> <FONT color="green">476</FONT> reportException(methodCall, s);<a name="line.476"></a> <FONT color="green">477</FONT> throw s;<a name="line.477"></a> <FONT color="green">478</FONT> }<a name="line.478"></a> <FONT color="green">479</FONT> reportReturn(methodCall);<a name="line.479"></a> <FONT color="green">480</FONT> }<a name="line.480"></a> <FONT color="green">481</FONT> <a name="line.481"></a> <FONT color="green">482</FONT> public Ref getRef(int i) throws SQLException<a name="line.482"></a> <FONT color="green">483</FONT> {<a name="line.483"></a> <FONT color="green">484</FONT> String methodCall = "getRef(" + i + ")";<a name="line.484"></a> <FONT color="green">485</FONT> try<a name="line.485"></a> <FONT color="green">486</FONT> {<a name="line.486"></a> <FONT color="green">487</FONT> return (Ref) reportReturn(methodCall, realResultSet.getRef(i));<a name="line.487"></a> <FONT color="green">488</FONT> }<a name="line.488"></a> <FONT color="green">489</FONT> catch (SQLException s)<a name="line.489"></a> <FONT color="green">490</FONT> {<a name="line.490"></a> <FONT color="green">491</FONT> reportException(methodCall, s);<a name="line.491"></a> <FONT color="green">492</FONT> throw s;<a name="line.492"></a> <FONT color="green">493</FONT> }<a name="line.493"></a> <FONT color="green">494</FONT> }<a name="line.494"></a> <FONT color="green">495</FONT> <a name="line.495"></a> <FONT color="green">496</FONT> public void updateRef(int columnIndex, Ref x) throws SQLException<a name="line.496"></a> <FONT color="green">497</FONT> {<a name="line.497"></a> <FONT color="green">498</FONT> String methodCall = "updateRef(" + columnIndex + ", " + x + ")";<a name="line.498"></a> <FONT color="green">499</FONT> try<a name="line.499"></a> <FONT color="green">500</FONT> {<a name="line.500"></a> <FONT color="green">501</FONT> realResultSet.updateRef(columnIndex, x);<a name="line.501"></a> <FONT color="green">502</FONT> }<a name="line.502"></a> <FONT color="green">503</FONT> catch (SQLException s)<a name="line.503"></a> <FONT color="green">504</FONT> {<a name="line.504"></a> <FONT color="green">505</FONT> reportException(methodCall, s);<a name="line.505"></a> <FONT color="green">506</FONT> throw s;<a name="line.506"></a> <FONT color="green">507</FONT> }<a name="line.507"></a> <FONT color="green">508</FONT> reportReturn(methodCall);<a name="line.508"></a> <FONT color="green">509</FONT> }<a name="line.509"></a> <FONT color="green">510</FONT> <a name="line.510"></a> <FONT color="green">511</FONT> public Ref getRef(String colName) throws SQLException<a name="line.511"></a> <FONT color="green">512</FONT> {<a name="line.512"></a> <FONT color="green">513</FONT> String methodCall = "getRef(" + colName + ")";<a name="line.513"></a> <FONT color="green">514</FONT> try<a name="line.514"></a> <FONT color="green">515</FONT> {<a name="line.515"></a> <FONT color="green">516</FONT> return (Ref) reportReturn(methodCall, realResultSet.getRef(colName));<a name="line.516"></a> <FONT color="green">517</FONT> }<a name="line.517"></a> <FONT color="green">518</FONT> catch (SQLException s)<a name="line.518"></a> <FONT color="green">519</FONT> {<a name="line.519"></a> <FONT color="green">520</FONT> reportException(methodCall, s);<a name="line.520"></a> <FONT color="green">521</FONT> throw s;<a name="line.521"></a> <FONT color="green">522</FONT> }<a name="line.522"></a> <FONT color="green">523</FONT> }<a name="line.523"></a> <FONT color="green">524</FONT> <a name="line.524"></a> <FONT color="green">525</FONT> public void updateRef(String columnName, Ref x) throws SQLException<a name="line.525"></a> <FONT color="green">526</FONT> {<a name="line.526"></a> <FONT color="green">527</FONT> String methodCall = "updateRef(" + columnName + ", " + x + ")";<a name="line.527"></a> <FONT color="green">528</FONT> try<a name="line.528"></a> <FONT color="green">529</FONT> {<a name="line.529"></a> <FONT color="green">530</FONT> realResultSet.updateRef(columnName, x);<a name="line.530"></a> <FONT color="green">531</FONT> }<a name="line.531"></a> <FONT color="green">532</FONT> catch (SQLException s)<a name="line.532"></a> <FONT color="green">533</FONT> {<a name="line.533"></a> <FONT color="green">534</FONT> reportException(methodCall, s);<a name="line.534"></a> <FONT color="green">535</FONT> throw s;<a name="line.535"></a> <FONT color="green">536</FONT> }<a name="line.536"></a> <FONT color="green">537</FONT> reportReturn(methodCall);<a name="line.537"></a> <FONT color="green">538</FONT> }<a name="line.538"></a> <FONT color="green">539</FONT> <a name="line.539"></a> <FONT color="green">540</FONT> public Blob getBlob(int i) throws SQLException<a name="line.540"></a> <FONT color="green">541</FONT> {<a name="line.541"></a> <FONT color="green">542</FONT> String methodCall = "getBlob(" + i + ")";<a name="line.542"></a> <FONT color="green">543</FONT> try<a name="line.543"></a> <FONT color="green">544</FONT> {<a name="line.544"></a> <FONT color="green">545</FONT> return (Blob) reportReturn(methodCall, realResultSet.getBlob(i));<a name="line.545"></a> <FONT color="green">546</FONT> }<a name="line.546"></a> <FONT color="green">547</FONT> catch (SQLException s)<a name="line.547"></a> <FONT color="green">548</FONT> {<a name="line.548"></a> <FONT color="green">549</FONT> reportException(methodCall, s);<a name="line.549"></a> <FONT color="green">550</FONT> throw s;<a name="line.550"></a> <FONT color="green">551</FONT> }<a name="line.551"></a> <FONT color="green">552</FONT> }<a name="line.552"></a> <FONT color="green">553</FONT> <a name="line.553"></a> <FONT color="green">554</FONT> public void updateBlob(int columnIndex, Blob x) throws SQLException<a name="line.554"></a> <FONT color="green">555</FONT> {<a name="line.555"></a> <FONT color="green">556</FONT> String methodCall = "updateBlob(" + columnIndex + ", " + x + ")";<a name="line.556"></a> <FONT color="green">557</FONT> try<a name="line.557"></a> <FONT color="green">558</FONT> {<a name="line.558"></a> <FONT color="green">559</FONT> realResultSet.updateBlob(columnIndex, x);<a name="line.559"></a> <FONT color="green">560</FONT> }<a name="line.560"></a> <FONT color="green">561</FONT> catch (SQLException s)<a name="line.561"></a> <FONT color="green">562</FONT> {<a name="line.562"></a> <FONT color="green">563</FONT> reportException(methodCall, s);<a name="line.563"></a> <FONT color="green">564</FONT> throw s;<a name="line.564"></a> <FONT color="green">565</FONT> }<a name="line.565"></a> <FONT color="green">566</FONT> reportReturn(methodCall);<a name="line.566"></a> <FONT color="green">567</FONT> }<a name="line.567"></a> <FONT color="green">568</FONT> <a name="line.568"></a> <FONT color="green">569</FONT> public Blob getBlob(String colName) throws SQLException<a name="line.569"></a> <FONT color="green">570</FONT> {<a name="line.570"></a> <FONT color="green">571</FONT> String methodCall = "getBlob(" + colName + ")";<a name="line.571"></a> <FONT color="green">572</FONT> try<a name="line.572"></a> <FONT color="green">573</FONT> {<a name="line.573"></a> <FONT color="green">574</FONT> return (Blob) reportReturn(methodCall, realResultSet.getBlob(colName));<a name="line.574"></a> <FONT color="green">575</FONT> }<a name="line.575"></a> <FONT color="green">576</FONT> catch (SQLException s)<a name="line.576"></a> <FONT color="green">577</FONT> {<a name="line.577"></a> <FONT color="green">578</FONT> reportException(methodCall, s);<a name="line.578"></a> <FONT color="green">579</FONT> throw s;<a name="line.579"></a> <FONT color="green">580</FONT> }<a name="line.580"></a> <FONT color="green">581</FONT> }<a name="line.581"></a> <FONT color="green">582</FONT> <a name="line.582"></a> <FONT color="green">583</FONT> public void updateBlob(String columnName, Blob x) throws SQLException<a name="line.583"></a> <FONT color="green">584</FONT> {<a name="line.584"></a> <FONT color="green">585</FONT> String methodCall = "updateBlob(" + columnName + ", " + x + ")";<a name="line.585"></a> <FONT color="green">586</FONT> try<a name="line.586"></a> <FONT color="green">587</FONT> {<a name="line.587"></a> <FONT color="green">588</FONT> realResultSet.updateBlob(columnName, x);<a name="line.588"></a> <FONT color="green">589</FONT> }<a name="line.589"></a> <FONT color="green">590</FONT> catch (SQLException s)<a name="line.590"></a> <FONT color="green">591</FONT> {<a name="line.591"></a> <FONT color="green">592</FONT> reportException(methodCall, s);<a name="line.592"></a> <FONT color="green">593</FONT> throw s;<a name="line.593"></a> <FONT color="green">594</FONT> }<a name="line.594"></a> <FONT color="green">595</FONT> reportReturn(methodCall);<a name="line.595"></a> <FONT color="green">596</FONT> }<a name="line.596"></a> <FONT color="green">597</FONT> <a name="line.597"></a> <FONT color="green">598</FONT> public Clob getClob(int i) throws SQLException<a name="line.598"></a> <FONT color="green">599</FONT> {<a name="line.599"></a> <FONT color="green">600</FONT> String methodCall = "getClob(" + i + ")";<a name="line.600"></a> <FONT color="green">601</FONT> try<a name="line.601"></a> <FONT color="green">602</FONT> {<a name="line.602"></a> <FONT color="green">603</FONT> return (Clob) reportReturn(methodCall, realResultSet.getClob(i));<a name="line.603"></a> <FONT color="green">604</FONT> }<a name="line.604"></a> <FONT color="green">605</FONT> catch (SQLException s)<a name="line.605"></a> <FONT color="green">606</FONT> {<a name="line.606"></a> <FONT color="green">607</FONT> reportException(methodCall, s);<a name="line.607"></a> <FONT color="green">608</FONT> throw s;<a name="line.608"></a> <FONT color="green">609</FONT> }<a name="line.609"></a> <FONT color="green">610</FONT> }<a name="line.610"></a> <FONT color="green">611</FONT> <a name="line.611"></a> <FONT color="green">612</FONT> public void updateClob(int columnIndex, Clob x) throws SQLException<a name="line.612"></a> <FONT color="green">613</FONT> {<a name="line.613"></a> <FONT color="green">614</FONT> String methodCall = "updateClob(" + columnIndex + ", " + x + ")";<a name="line.614"></a> <FONT color="green">615</FONT> try<a name="line.615"></a> <FONT color="green">616</FONT> {<a name="line.616"></a> <FONT color="green">617</FONT> realResultSet.updateClob(columnIndex, x);<a name="line.617"></a> <FONT color="green">618</FONT> }<a name="line.618"></a> <FONT color="green">619</FONT> catch (SQLException s)<a name="line.619"></a> <FONT color="green">620</FONT> {<a name="line.620"></a> <FONT color="green">621</FONT> reportException(methodCall, s);<a name="line.621"></a> <FONT color="green">622</FONT> throw s;<a name="line.622"></a> <FONT color="green">623</FONT> }<a name="line.623"></a> <FONT color="green">624</FONT> reportReturn(methodCall);<a name="line.624"></a> <FONT color="green">625</FONT> }<a name="line.625"></a> <FONT color="green">626</FONT> <a name="line.626"></a> <FONT color="green">627</FONT> public Clob getClob(String colName) throws SQLException<a name="line.627"></a> <FONT color="green">628</FONT> {<a name="line.628"></a> <FONT color="green">629</FONT> String methodCall = "getClob(" + colName + ")";<a name="line.629"></a> <FONT color="green">630</FONT> try<a name="line.630"></a> <FONT color="green">631</FONT> {<a name="line.631"></a> <FONT color="green">632</FONT> return (Clob) reportReturn(methodCall, realResultSet.getClob(colName));<a name="line.632"></a> <FONT color="green">633</FONT> }<a name="line.633"></a> <FONT color="green">634</FONT> catch (SQLException s)<a name="line.634"></a> <FONT color="green">635</FONT> {<a name="line.635"></a> <FONT color="green">636</FONT> reportException(methodCall, s);<a name="line.636"></a> <FONT color="green">637</FONT> throw s;<a name="line.637"></a> <FONT color="green">638</FONT> }<a name="line.638"></a> <FONT color="green">639</FONT> }<a name="line.639"></a> <FONT color="green">640</FONT> <a name="line.640"></a> <FONT color="green">641</FONT> public void updateClob(String columnName, Clob x) throws SQLException<a name="line.641"></a> <FONT color="green">642</FONT> {<a name="line.642"></a> <FONT color="green">643</FONT> String methodCall = "updateClob(" + columnName + ", " + x + ")";<a name="line.643"></a> <FONT color="green">644</FONT> try<a name="line.644"></a> <FONT color="green">645</FONT> {<a name="line.645"></a> <FONT color="green">646</FONT> realResultSet.updateClob(columnName, x);<a name="line.646"></a> <FONT color="green">647</FONT> }<a name="line.647"></a> <FONT color="green">648</FONT> catch (SQLException s)<a name="line.648"></a> <FONT color="green">649</FONT> {<a name="line.649"></a> <FONT color="green">650</FONT> reportException(methodCall, s);<a name="line.650"></a> <FONT color="green">651</FONT> throw s;<a name="line.651"></a> <FONT color="green">652</FONT> }<a name="line.652"></a> <FONT color="green">653</FONT> reportReturn(methodCall);<a name="line.653"></a> <FONT color="green">654</FONT> }<a name="line.654"></a> <FONT color="green">655</FONT> <a name="line.655"></a> <FONT color="green">656</FONT> public boolean getBoolean(int columnIndex) throws SQLException<a name="line.656"></a> <FONT color="green">657</FONT> {<a name="line.657"></a> <FONT color="green">658</FONT> String methodCall = "getBoolean(" + columnIndex + ")";<a name="line.658"></a> <FONT color="green">659</FONT> try<a name="line.659"></a> <FONT color="green">660</FONT> {<a name="line.660"></a> <FONT color="green">661</FONT> return reportReturn(methodCall, realResultSet.getBoolean(columnIndex));<a name="line.661"></a> <FONT color="green">662</FONT> }<a name="line.662"></a> <FONT color="green">663</FONT> catch (SQLException s)<a name="line.663"></a> <FONT color="green">664</FONT> {<a name="line.664"></a> <FONT color="green">665</FONT> reportException(methodCall, s);<a name="line.665"></a> <FONT color="green">666</FONT> throw s;<a name="line.666"></a> <FONT color="green">667</FONT> }<a name="line.667"></a> <FONT color="green">668</FONT> }<a name="line.668"></a> <FONT color="green">669</FONT> <a name="line.669"></a> <FONT color="green">670</FONT> public boolean getBoolean(String columnName) throws SQLException<a name="line.670"></a> <FONT color="green">671</FONT> {<a name="line.671"></a> <FONT color="green">672</FONT> String methodCall = "getBoolean(" + columnName + ")";<a name="line.672"></a> <FONT color="green">673</FONT> try<a name="line.673"></a> <FONT color="green">674</FONT> {<a name="line.674"></a> <FONT color="green">675</FONT> return reportReturn(methodCall, realResultSet.getBoolean(columnName));<a name="line.675"></a> <FONT color="green">676</FONT> }<a name="line.676"></a> <FONT color="green">677</FONT> catch (SQLException s)<a name="line.677"></a> <FONT color="green">678</FONT> {<a name="line.678"></a> <FONT color="green">679</FONT> reportException(methodCall, s);<a name="line.679"></a> <FONT color="green">680</FONT> throw s;<a name="line.680"></a> <FONT color="green">681</FONT> }<a name="line.681"></a> <FONT color="green">682</FONT> }<a name="line.682"></a> <FONT color="green">683</FONT> <a name="line.683"></a> <FONT color="green">684</FONT> public Array getArray(int i) throws SQLException<a name="line.684"></a> <FONT color="green">685</FONT> {<a name="line.685"></a> <FONT color="green">686</FONT> String methodCall = "getArray(" + i + ")";<a name="line.686"></a> <FONT color="green">687</FONT> try<a name="line.687"></a> <FONT color="green">688</FONT> {<a name="line.688"></a> <FONT color="green">689</FONT> return (Array) reportReturn(methodCall, realResultSet.getArray(i));<a name="line.689"></a> <FONT color="green">690</FONT> }<a name="line.690"></a> <FONT color="green">691</FONT> catch (SQLException s)<a name="line.691"></a> <FONT color="green">692</FONT> {<a name="line.692"></a> <FONT color="green">693</FONT> reportException(methodCall, s);<a name="line.693"></a> <FONT color="green">694</FONT> throw s;<a name="line.694"></a> <FONT color="green">695</FONT> }<a name="line.695"></a> <FONT color="green">696</FONT> }<a name="line.696"></a> <FONT color="green">697</FONT> <a name="line.697"></a> <FONT color="green">698</FONT> public void updateArray(int columnIndex, Array x) throws SQLException<a name="line.698"></a> <FONT color="green">699</FONT> {<a name="line.699"></a> <FONT color="green">700</FONT> String methodCall = "updateArray(" + columnIndex + ", " + x + ")";<a name="line.700"></a> <FONT color="green">701</FONT> try<a name="line.701"></a> <FONT color="green">702</FONT> {<a name="line.702"></a> <FONT color="green">703</FONT> realResultSet.updateArray(columnIndex, x);<a name="line.703"></a> <FONT color="green">704</FONT> }<a name="line.704"></a> <FONT color="green">705</FONT> catch (SQLException s)<a name="line.705"></a> <FONT color="green">706</FONT> {<a name="line.706"></a> <FONT color="green">707</FONT> reportException(methodCall, s);<a name="line.707"></a> <FONT color="green">708</FONT> throw s;<a name="line.708"></a> <FONT color="green">709</FONT> }<a name="line.709"></a> <FONT color="green">710</FONT> reportReturn(methodCall);<a name="line.710"></a> <FONT color="green">711</FONT> }<a name="line.711"></a> <FONT color="green">712</FONT> <a name="line.712"></a> <FONT color="green">713</FONT> public Array getArray(String colName) throws SQLException<a name="line.713"></a> <FONT color="green">714</FONT> {<a name="line.714"></a> <FONT color="green">715</FONT> String methodCall = "getArray(" + colName + ")";<a name="line.715"></a> <FONT color="green">716</FONT> try<a name="line.716"></a> <FONT color="green">717</FONT> {<a name="line.717"></a> <FONT color="green">718</FONT> return (Array) reportReturn(methodCall, realResultSet.getArray(colName));<a name="line.718"></a> <FONT color="green">719</FONT> }<a name="line.719"></a> <FONT color="green">720</FONT> catch (SQLException s)<a name="line.720"></a> <FONT color="green">721</FONT> {<a name="line.721"></a> <FONT color="green">722</FONT> reportException(methodCall, s);<a name="line.722"></a> <FONT color="green">723</FONT> throw s;<a name="line.723"></a> <FONT color="green">724</FONT> }<a name="line.724"></a> <FONT color="green">725</FONT> }<a name="line.725"></a> <FONT color="green">726</FONT> <a name="line.726"></a> <FONT color="green">727</FONT> public void updateArray(String columnName, Array x) throws SQLException<a name="line.727"></a> <FONT color="green">728</FONT> {<a name="line.728"></a> <FONT color="green">729</FONT> String methodCall = "updateArray(" + columnName + ", " + x + ")";<a name="line.729"></a> <FONT color="green">730</FONT> try<a name="line.730"></a> <FONT color="green">731</FONT> {<a name="line.731"></a> <FONT color="green">732</FONT> realResultSet.updateArray(columnName, x);<a name="line.732"></a> <FONT color="green">733</FONT> }<a name="line.733"></a> <FONT color="green">734</FONT> catch (SQLException s)<a name="line.734"></a> <FONT color="green">735</FONT> {<a name="line.735"></a> <FONT color="green">736</FONT> reportException(methodCall, s);<a name="line.736"></a> <FONT color="green">737</FONT> throw s;<a name="line.737"></a> <FONT color="green">738</FONT> }<a name="line.738"></a> <FONT color="green">739</FONT> reportReturn(methodCall);<a name="line.739"></a> <FONT color="green">740</FONT> }<a name="line.740"></a> <FONT color="green">741</FONT> <a name="line.741"></a> <FONT color="green">742</FONT> public RowId getRowId(int columnIndex) throws SQLException {<a name="line.742"></a> <FONT color="green">743</FONT> String methodCall = "getRowId(" + columnIndex + ")";<a name="line.743"></a> <FONT color="green">744</FONT> try<a name="line.744"></a> <FONT color="green">745</FONT> {<a name="line.745"></a> <FONT color="green">746</FONT> return (RowId) reportReturn(methodCall, realResultSet.getRowId(columnIndex));<a name="line.746"></a> <FONT color="green">747</FONT> }<a name="line.747"></a> <FONT color="green">748</FONT> catch (SQLException s)<a name="line.748"></a> <FONT color="green">749</FONT> {<a name="line.749"></a> <FONT color="green">750</FONT> reportException(methodCall, s);<a name="line.750"></a> <FONT color="green">751</FONT> throw s;<a name="line.751"></a> <FONT color="green">752</FONT> }<a name="line.752"></a> <FONT color="green">753</FONT> }<a name="line.753"></a> <FONT color="green">754</FONT> <a name="line.754"></a> <FONT color="green">755</FONT> public RowId getRowId(String columnLabel) throws SQLException {<a name="line.755"></a> <FONT color="green">756</FONT> String methodCall = "getRowId(" + columnLabel + ")";<a name="line.756"></a> <FONT color="green">757</FONT> try<a name="line.757"></a> <FONT color="green">758</FONT> {<a name="line.758"></a> <FONT color="green">759</FONT> return (RowId) reportReturn(methodCall, realResultSet.getRowId(columnLabel));<a name="line.759"></a> <FONT color="green">760</FONT> }<a name="line.760"></a> <FONT color="green">761</FONT> catch (SQLException s)<a name="line.761"></a> <FONT color="green">762</FONT> {<a name="line.762"></a> <FONT color="green">763</FONT> reportException(methodCall, s);<a name="line.763"></a> <FONT color="green">764</FONT> throw s;<a name="line.764"></a> <FONT color="green">765</FONT> }<a name="line.765"></a> <FONT color="green">766</FONT> }<a name="line.766"></a> <FONT color="green">767</FONT> <a name="line.767"></a> <FONT color="green">768</FONT> public void updateRowId(int columnIndex, RowId x) throws SQLException {<a name="line.768"></a> <FONT color="green">769</FONT> String methodCall = "updateRowId(" + columnIndex + ", " + x + ")";<a name="line.769"></a> <FONT color="green">770</FONT> try<a name="line.770"></a> <FONT color="green">771</FONT> {<a name="line.771"></a> <FONT color="green">772</FONT> realResultSet.updateRowId(columnIndex, x);<a name="line.772"></a> <FONT color="green">773</FONT> }<a name="line.773"></a> <FONT color="green">774</FONT> catch (SQLException s)<a name="line.774"></a> <FONT color="green">775</FONT> {<a name="line.775"></a> <FONT color="green">776</FONT> reportException(methodCall, s);<a name="line.776"></a> <FONT color="green">777</FONT> throw s;<a name="line.777"></a> <FONT color="green">778</FONT> }<a name="line.778"></a> <FONT color="green">779</FONT> reportReturn(methodCall);<a name="line.779"></a> <FONT color="green">780</FONT> }<a name="line.780"></a> <FONT color="green">781</FONT> <a name="line.781"></a> <FONT color="green">782</FONT> public void updateRowId(String columnLabel, RowId x) throws SQLException {<a name="line.782"></a> <FONT color="green">783</FONT> String methodCall = "updateRowId(" + columnLabel + ", " + x + ")";<a name="line.783"></a> <FONT color="green">784</FONT> try<a name="line.784"></a> <FONT color="green">785</FONT> {<a name="line.785"></a> <FONT color="green">786</FONT> realResultSet.updateRowId(columnLabel, x);<a name="line.786"></a> <FONT color="green">787</FONT> }<a name="line.787"></a> <FONT color="green">788</FONT> catch (SQLException s)<a name="line.788"></a> <FONT color="green">789</FONT> {<a name="line.789"></a> <FONT color="green">790</FONT> reportException(methodCall, s);<a name="line.790"></a> <FONT color="green">791</FONT> throw s;<a name="line.791"></a> <FONT color="green">792</FONT> }<a name="line.792"></a> <FONT color="green">793</FONT> reportReturn(methodCall);<a name="line.793"></a> <FONT color="green">794</FONT> }<a name="line.794"></a> <FONT color="green">795</FONT> <a name="line.795"></a> <FONT color="green">796</FONT> public int getHoldability() throws SQLException {<a name="line.796"></a> <FONT color="green">797</FONT> String methodCall = "getHoldability()";<a name="line.797"></a> <FONT color="green">798</FONT> try<a name="line.798"></a> <FONT color="green">799</FONT> {<a name="line.799"></a> <FONT color="green">800</FONT> return reportReturn(methodCall, realResultSet.getHoldability());<a name="line.800"></a> <FONT color="green">801</FONT> }<a name="line.801"></a> <FONT color="green">802</FONT> catch (SQLException s)<a name="line.802"></a> <FONT color="green">803</FONT> {<a name="line.803"></a> <FONT color="green">804</FONT> reportException(methodCall, s);<a name="line.804"></a> <FONT color="green">805</FONT> throw s;<a name="line.805"></a> <FONT color="green">806</FONT> }<a name="line.806"></a> <FONT color="green">807</FONT> }<a name="line.807"></a> <FONT color="green">808</FONT> <a name="line.808"></a> <FONT color="green">809</FONT> public boolean isClosed() throws SQLException {<a name="line.809"></a> <FONT color="green">810</FONT> String methodCall = "isClosed()";<a name="line.810"></a> <FONT color="green">811</FONT> try<a name="line.811"></a> <FONT color="green">812</FONT> {<a name="line.812"></a> <FONT color="green">813</FONT> return reportReturn(methodCall, realResultSet.isClosed());<a name="line.813"></a> <FONT color="green">814</FONT> }<a name="line.814"></a> <FONT color="green">815</FONT> catch (SQLException s)<a name="line.815"></a> <FONT color="green">816</FONT> {<a name="line.816"></a> <FONT color="green">817</FONT> reportException(methodCall, s);<a name="line.817"></a> <FONT color="green">818</FONT> throw s;<a name="line.818"></a> <FONT color="green">819</FONT> }<a name="line.819"></a> <FONT color="green">820</FONT> }<a name="line.820"></a> <FONT color="green">821</FONT> <a name="line.821"></a> <FONT color="green">822</FONT> public void updateNString(int columnIndex, String nString) throws SQLException {<a name="line.822"></a> <FONT color="green">823</FONT> String methodCall = "updateNString(" + columnIndex + ", " + nString + ")";<a name="line.823"></a> <FONT color="green">824</FONT> try<a name="line.824"></a> <FONT color="green">825</FONT> {<a name="line.825"></a> <FONT color="green">826</FONT> realResultSet.updateNString(columnIndex, nString);<a name="line.826"></a> <FONT color="green">827</FONT> }<a name="line.827"></a> <FONT color="green">828</FONT> catch (SQLException s)<a name="line.828"></a> <FONT color="green">829</FONT> {<a name="line.829"></a> <FONT color="green">830</FONT> reportException(methodCall, s);<a name="line.830"></a> <FONT color="green">831</FONT> throw s;<a name="line.831"></a> <FONT color="green">832</FONT> }<a name="line.832"></a> <FONT color="green">833</FONT> reportReturn(methodCall);<a name="line.833"></a> <FONT color="green">834</FONT> }<a name="line.834"></a> <FONT color="green">835</FONT> <a name="line.835"></a> <FONT color="green">836</FONT> public void updateNString(String columnLabel, String nString) throws SQLException {<a name="line.836"></a> <FONT color="green">837</FONT> String methodCall = "updateNString(" + columnLabel + ", " + nString + ")";<a name="line.837"></a> <FONT color="green">838</FONT> try<a name="line.838"></a> <FONT color="green">839</FONT> {<a name="line.839"></a> <FONT color="green">840</FONT> realResultSet.updateNString(columnLabel, nString);<a name="line.840"></a> <FONT color="green">841</FONT> }<a name="line.841"></a> <FONT color="green">842</FONT> catch (SQLException s)<a name="line.842"></a> <FONT color="green">843</FONT> {<a name="line.843"></a> <FONT color="green">844</FONT> reportException(methodCall, s);<a name="line.844"></a> <FONT color="green">845</FONT> throw s;<a name="line.845"></a> <FONT color="green">846</FONT> }<a name="line.846"></a> <FONT color="green">847</FONT> reportReturn(methodCall);<a name="line.847"></a> <FONT color="green">848</FONT> }<a name="line.848"></a> <FONT color="green">849</FONT> <a name="line.849"></a> <FONT color="green">850</FONT> public void updateNClob(int columnIndex, NClob nClob) throws SQLException {<a name="line.850"></a> <FONT color="green">851</FONT> String methodCall = "updateNClob(" + columnIndex + ", " + nClob + ")";<a name="line.851"></a> <FONT color="green">852</FONT> try<a name="line.852"></a> <FONT color="green">853</FONT> {<a name="line.853"></a> <FONT color="green">854</FONT> realResultSet.updateNClob(columnIndex, nClob);<a name="line.854"></a> <FONT color="green">855</FONT> }<a name="line.855"></a> <FONT color="green">856</FONT> catch (SQLException s)<a name="line.856"></a> <FONT color="green">857</FONT> {<a name="line.857"></a> <FONT color="green">858</FONT> reportException(methodCall, s);<a name="line.858"></a> <FONT color="green">859</FONT> throw s;<a name="line.859"></a> <FONT color="green">860</FONT> }<a name="line.860"></a> <FONT color="green">861</FONT> reportReturn(methodCall);<a name="line.861"></a> <FONT color="green">862</FONT> }<a name="line.862"></a> <FONT color="green">863</FONT> <a name="line.863"></a> <FONT color="green">864</FONT> public void updateNClob(String columnLabel, NClob nClob) throws SQLException {<a name="line.864"></a> <FONT color="green">865</FONT> String methodCall = "updateNClob(" + columnLabel + ", " + nClob + ")";<a name="line.865"></a> <FONT color="green">866</FONT> try<a name="line.866"></a> <FONT color="green">867</FONT> {<a name="line.867"></a> <FONT color="green">868</FONT> realResultSet.updateNClob(columnLabel, nClob);<a name="line.868"></a> <FONT color="green">869</FONT> }<a name="line.869"></a> <FONT color="green">870</FONT> catch (SQLException s)<a name="line.870"></a> <FONT color="green">871</FONT> {<a name="line.871"></a> <FONT color="green">872</FONT> reportException(methodCall, s);<a name="line.872"></a> <FONT color="green">873</FONT> throw s;<a name="line.873"></a> <FONT color="green">874</FONT> }<a name="line.874"></a> <FONT color="green">875</FONT> reportReturn(methodCall);<a name="line.875"></a> <FONT color="green">876</FONT> }<a name="line.876"></a> <FONT color="green">877</FONT> <a name="line.877"></a> <FONT color="green">878</FONT> public NClob getNClob(int columnIndex) throws SQLException {<a name="line.878"></a> <FONT color="green">879</FONT> String methodCall = "getNClob(" + columnIndex + ")";<a name="line.879"></a> <FONT color="green">880</FONT> try<a name="line.880"></a> <FONT color="green">881</FONT> {<a name="line.881"></a> <FONT color="green">882</FONT> return (NClob) reportReturn(methodCall, realResultSet.getNClob(columnIndex));<a name="line.882"></a> <FONT color="green">883</FONT> }<a name="line.883"></a> <FONT color="green">884</FONT> catch (SQLException s)<a name="line.884"></a> <FONT color="green">885</FONT> {<a name="line.885"></a> <FONT color="green">886</FONT> reportException(methodCall, s);<a name="line.886"></a> <FONT color="green">887</FONT> throw s;<a name="line.887"></a> <FONT color="green">888</FONT> }<a name="line.888"></a> <FONT color="green">889</FONT> }<a name="line.889"></a> <FONT color="green">890</FONT> <a name="line.890"></a> <FONT color="green">891</FONT> public NClob getNClob(String columnLabel) throws SQLException {<a name="line.891"></a> <FONT color="green">892</FONT> String methodCall = "getNClob(" + columnLabel + ")";<a name="line.892"></a> <FONT color="green">893</FONT> try<a name="line.893"></a> <FONT color="green">894</FONT> {<a name="line.894"></a> <FONT color="green">895</FONT> return (NClob) reportReturn(methodCall, realResultSet.getNClob(columnLabel));<a name="line.895"></a> <FONT color="green">896</FONT> }<a name="line.896"></a> <FONT color="green">897</FONT> catch (SQLException s)<a name="line.897"></a> <FONT color="green">898</FONT> {<a name="line.898"></a> <FONT color="green">899</FONT> reportException(methodCall, s);<a name="line.899"></a> <FONT color="green">900</FONT> throw s;<a name="line.900"></a> <FONT color="green">901</FONT> }<a name="line.901"></a> <FONT color="green">902</FONT> }<a name="line.902"></a> <FONT color="green">903</FONT> <a name="line.903"></a> <FONT color="green">904</FONT> public SQLXML getSQLXML(int columnIndex) throws SQLException {<a name="line.904"></a> <FONT color="green">905</FONT> String methodCall = "getSQLXML(" + columnIndex + ")";<a name="line.905"></a> <FONT color="green">906</FONT> try<a name="line.906"></a> <FONT color="green">907</FONT> {<a name="line.907"></a> <FONT color="green">908</FONT> return (SQLXML) reportReturn(methodCall, realResultSet.getSQLXML(columnIndex));<a name="line.908"></a> <FONT color="green">909</FONT> }<a name="line.909"></a> <FONT color="green">910</FONT> catch (SQLException s)<a name="line.910"></a> <FONT color="green">911</FONT> {<a name="line.911"></a> <FONT color="green">912</FONT> reportException(methodCall, s);<a name="line.912"></a> <FONT color="green">913</FONT> throw s;<a name="line.913"></a> <FONT color="green">914</FONT> }<a name="line.914"></a> <FONT color="green">915</FONT> }<a name="line.915"></a> <FONT color="green">916</FONT> <a name="line.916"></a> <FONT color="green">917</FONT> public SQLXML getSQLXML(String columnLabel) throws SQLException {<a name="line.917"></a> <FONT color="green">918</FONT> String methodCall = "getSQLXML(" + columnLabel + ")";<a name="line.918"></a> <FONT color="green">919</FONT> try<a name="line.919"></a> <FONT color="green">920</FONT> {<a name="line.920"></a> <FONT color="green">921</FONT> return (SQLXML) reportReturn(methodCall, realResultSet.getSQLXML(columnLabel));<a name="line.921"></a> <FONT color="green">922</FONT> }<a name="line.922"></a> <FONT color="green">923</FONT> catch (SQLException s)<a name="line.923"></a> <FONT color="green">924</FONT> {<a name="line.924"></a> <FONT color="green">925</FONT> reportException(methodCall, s);<a name="line.925"></a> <FONT color="green">926</FONT> throw s;<a name="line.926"></a> <FONT color="green">927</FONT> }<a name="line.927"></a> <FONT color="green">928</FONT> }<a name="line.928"></a> <FONT color="green">929</FONT> <a name="line.929"></a> <FONT color="green">930</FONT> public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException {<a name="line.930"></a> <FONT color="green">931</FONT> String methodCall = "updateSQLXML(" + columnIndex + ", " + xmlObject + ")";<a name="line.931"></a> <FONT color="green">932</FONT> try<a name="line.932"></a> <FONT color="green">933</FONT> {<a name="line.933"></a> <FONT color="green">934</FONT> realResultSet.updateSQLXML(columnIndex, xmlObject);<a name="line.934"></a> <FONT color="green">935</FONT> }<a name="line.935"></a> <FONT color="green">936</FONT> catch (SQLException s)<a name="line.936"></a> <FONT color="green">937</FONT> {<a name="line.937"></a> <FONT color="green">938</FONT> reportException(methodCall, s);<a name="line.938"></a> <FONT color="green">939</FONT> throw s;<a name="line.939"></a> <FONT color="green">940</FONT> }<a name="line.940"></a> <FONT color="green">941</FONT> reportReturn(methodCall);<a name="line.941"></a> <FONT color="green">942</FONT> }<a name="line.942"></a> <FONT color="green">943</FONT> <a name="line.943"></a> <FONT color="green">944</FONT> public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException {<a name="line.944"></a> <FONT color="green">945</FONT> String methodCall = "updateSQLXML(" + columnLabel + ", " + xmlObject + ")";<a name="line.945"></a> <FONT color="green">946</FONT> try<a name="line.946"></a> <FONT color="green">947</FONT> {<a name="line.947"></a> <FONT color="green">948</FONT> realResultSet.updateSQLXML(columnLabel, xmlObject);<a name="line.948"></a> <FONT color="green">949</FONT> }<a name="line.949"></a> <FONT color="green">950</FONT> catch (SQLException s)<a name="line.950"></a> <FONT color="green">951</FONT> {<a name="line.951"></a> <FONT color="green">952</FONT> reportException(methodCall, s);<a name="line.952"></a> <FONT color="green">953</FONT> throw s;<a name="line.953"></a> <FONT color="green">954</FONT> }<a name="line.954"></a> <FONT color="green">955</FONT> reportReturn(methodCall);<a name="line.955"></a> <FONT color="green">956</FONT> }<a name="line.956"></a> <FONT color="green">957</FONT> <a name="line.957"></a> <FONT color="green">958</FONT> public String getNString(int columnIndex) throws SQLException {<a name="line.958"></a> <FONT color="green">959</FONT> String methodCall = "getNString(" + columnIndex + ")";<a name="line.959"></a> <FONT color="green">960</FONT> try<a name="line.960"></a> <FONT color="green">961</FONT> {<a name="line.961"></a> <FONT color="green">962</FONT> return (String) reportReturn(methodCall, realResultSet.getNString(columnIndex));<a name="line.962"></a> <FONT color="green">963</FONT> }<a name="line.963"></a> <FONT color="green">964</FONT> catch (SQLException s)<a name="line.964"></a> <FONT color="green">965</FONT> {<a name="line.965"></a> <FONT color="green">966</FONT> reportException(methodCall, s);<a name="line.966"></a> <FONT color="green">967</FONT> throw s;<a name="line.967"></a> <FONT color="green">968</FONT> }<a name="line.968"></a> <FONT color="green">969</FONT> }<a name="line.969"></a> <FONT color="green">970</FONT> <a name="line.970"></a> <FONT color="green">971</FONT> public String getNString(String columnLabel) throws SQLException {<a name="line.971"></a> <FONT color="green">972</FONT> String methodCall = "getNString(" + columnLabel + ")";<a name="line.972"></a> <FONT color="green">973</FONT> try<a name="line.973"></a> <FONT color="green">974</FONT> {<a name="line.974"></a> <FONT color="green">975</FONT> return (String) reportReturn(methodCall, realResultSet.getNString(columnLabel));<a name="line.975"></a> <FONT color="green">976</FONT> }<a name="line.976"></a> <FONT color="green">977</FONT> catch (SQLException s)<a name="line.977"></a> <FONT color="green">978</FONT> {<a name="line.978"></a> <FONT color="green">979</FONT> reportException(methodCall, s);<a name="line.979"></a> <FONT color="green">980</FONT> throw s;<a name="line.980"></a> <FONT color="green">981</FONT> }<a name="line.981"></a> <FONT color="green">982</FONT> }<a name="line.982"></a> <FONT color="green">983</FONT> <a name="line.983"></a> <FONT color="green">984</FONT> public Reader getNCharacterStream(int columnIndex) throws SQLException {<a name="line.984"></a> <FONT color="green">985</FONT> String methodCall = "getNCharacterStream(" + columnIndex + ")";<a name="line.985"></a> <FONT color="green">986</FONT> try<a name="line.986"></a> <FONT color="green">987</FONT> {<a name="line.987"></a> <FONT color="green">988</FONT> return (Reader) reportReturn(methodCall, realResultSet.getNCharacterStream(columnIndex));<a name="line.988"></a> <FONT color="green">989</FONT> }<a name="line.989"></a> <FONT color="green">990</FONT> catch (SQLException s)<a name="line.990"></a> <FONT color="green">991</FONT> {<a name="line.991"></a> <FONT color="green">992</FONT> reportException(methodCall, s);<a name="line.992"></a> <FONT color="green">993</FONT> throw s;<a name="line.993"></a> <FONT color="green">994</FONT> }<a name="line.994"></a> <FONT color="green">995</FONT> }<a name="line.995"></a> <FONT color="green">996</FONT> <a name="line.996"></a> <FONT color="green">997</FONT> public Reader getNCharacterStream(String columnLabel) throws SQLException {<a name="line.997"></a> <FONT color="green">998</FONT> String methodCall = "getNCharacterStream(" + columnLabel + ")";<a name="line.998"></a> <FONT color="green">999</FONT> try<a name="line.999"></a> <FONT color="green">1000</FONT> {<a name="line.1000"></a> <FONT color="green">1001</FONT> return (Reader) reportReturn(methodCall, realResultSet.getNCharacterStream(columnLabel));<a name="line.1001"></a> <FONT color="green">1002</FONT> }<a name="line.1002"></a> <FONT color="green">1003</FONT> catch (SQLException s)<a name="line.1003"></a> <FONT color="green">1004</FONT> {<a name="line.1004"></a> <FONT color="green">1005</FONT> reportException(methodCall, s);<a name="line.1005"></a> <FONT color="green">1006</FONT> throw s;<a name="line.1006"></a> <FONT color="green">1007</FONT> }<a name="line.1007"></a> <FONT color="green">1008</FONT> }<a name="line.1008"></a> <FONT color="green">1009</FONT> <a name="line.1009"></a> <FONT color="green">1010</FONT> public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException {<a name="line.1010"></a> <FONT color="green">1011</FONT> String methodCall = "updateNCharacterStream(" + columnIndex + ", " + x + ", " + length + ")";<a name="line.1011"></a> <FONT color="green">1012</FONT> try<a name="line.1012"></a> <FONT color="green">1013</FONT> {<a name="line.1013"></a> <FONT color="green">1014</FONT> realResultSet.updateNCharacterStream(columnIndex, x, length);<a name="line.1014"></a> <FONT color="green">1015</FONT> }<a name="line.1015"></a> <FONT color="green">1016</FONT> catch (SQLException s)<a name="line.1016"></a> <FONT color="green">1017</FONT> {<a name="line.1017"></a> <FONT color="green">1018</FONT> reportException(methodCall, s);<a name="line.1018"></a> <FONT color="green">1019</FONT> throw s;<a name="line.1019"></a> <FONT color="green">1020</FONT> }<a name="line.1020"></a> <FONT color="green">1021</FONT> reportReturn(methodCall);<a name="line.1021"></a> <FONT color="green">1022</FONT> }<a name="line.1022"></a> <FONT color="green">1023</FONT> <a name="line.1023"></a> <FONT color="green">1024</FONT> public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException {<a name="line.1024"></a> <FONT color="green">1025</FONT> String methodCall = "updateNCharacterStream(" + columnLabel + ", " + reader + ", " + length + ")";<a name="line.1025"></a> <FONT color="green">1026</FONT> try<a name="line.1026"></a> <FONT color="green">1027</FONT> {<a name="line.1027"></a> <FONT color="green">1028</FONT> realResultSet.updateNCharacterStream(columnLabel, reader, length);<a name="line.1028"></a> <FONT color="green">1029</FONT> }<a name="line.1029"></a> <FONT color="green">1030</FONT> catch (SQLException s)<a name="line.1030"></a> <FONT color="green">1031</FONT> {<a name="line.1031"></a> <FONT color="green">1032</FONT> reportException(methodCall, s);<a name="line.1032"></a> <FONT color="green">1033</FONT> throw s;<a name="line.1033"></a> <FONT color="green">1034</FONT> }<a name="line.1034"></a> <FONT color="green">1035</FONT> reportReturn(methodCall);<a name="line.1035"></a> <FONT color="green">1036</FONT> }<a name="line.1036"></a> <FONT color="green">1037</FONT> <a name="line.1037"></a> <FONT color="green">1038</FONT> public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException {<a name="line.1038"></a> <FONT color="green">1039</FONT> String methodCall = "updateAsciiStream(" + columnIndex + ", " + x + ", " + length + ")";<a name="line.1039"></a> <FONT color="green">1040</FONT> try<a name="line.1040"></a> <FONT color="green">1041</FONT> {<a name="line.1041"></a> <FONT color="green">1042</FONT> realResultSet.updateAsciiStream(columnIndex, x, length);<a name="line.1042"></a> <FONT color="green">1043</FONT> }<a name="line.1043"></a> <FONT color="green">1044</FONT> catch (SQLException s)<a name="line.1044"></a> <FONT color="green">1045</FONT> {<a name="line.1045"></a> <FONT color="green">1046</FONT> reportException(methodCall, s);<a name="line.1046"></a> <FONT color="green">1047</FONT> throw s;<a name="line.1047"></a> <FONT color="green">1048</FONT> }<a name="line.1048"></a> <FONT color="green">1049</FONT> reportReturn(methodCall);<a name="line.1049"></a> <FONT color="green">1050</FONT> }<a name="line.1050"></a> <FONT color="green">1051</FONT> <a name="line.1051"></a> <FONT color="green">1052</FONT> public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException {<a name="line.1052"></a> <FONT color="green">1053</FONT> String methodCall = "updateBinaryStream(" + columnIndex + ", " + x + ", " + length + ")";<a name="line.1053"></a> <FONT color="green">1054</FONT> try<a name="line.1054"></a> <FONT color="green">1055</FONT> {<a name="line.1055"></a> <FONT color="green">1056</FONT> realResultSet.updateBinaryStream(columnIndex, x, length);<a name="line.1056"></a> <FONT color="green">1057</FONT> }<a name="line.1057"></a> <FONT color="green">1058</FONT> catch (SQLException s)<a name="line.1058"></a> <FONT color="green">1059</FONT> {<a name="line.1059"></a> <FONT color="green">1060</FONT> reportException(methodCall, s);<a name="line.1060"></a> <FONT color="green">1061</FONT> throw s;<a name="line.1061"></a> <FONT color="green">1062</FONT> }<a name="line.1062"></a> <FONT color="green">1063</FONT> reportReturn(methodCall);<a name="line.1063"></a> <FONT color="green">1064</FONT> }<a name="line.1064"></a> <FONT color="green">1065</FONT> <a name="line.1065"></a> <FONT color="green">1066</FONT> public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException {<a name="line.1066"></a> <FONT color="green">1067</FONT> String methodCall = "updateCharacterStream(" + columnIndex + ", " + x + ", " + length + ")";<a name="line.1067"></a> <FONT color="green">1068</FONT> try<a name="line.1068"></a> <FONT color="green">1069</FONT> {<a name="line.1069"></a> <FONT color="green">1070</FONT> realResultSet.updateCharacterStream(columnIndex, x, length);<a name="line.1070"></a> <FONT color="green">1071</FONT> }<a name="line.1071"></a> <FONT color="green">1072</FONT> catch (SQLException s)<a name="line.1072"></a> <FONT color="green">1073</FONT> {<a name="line.1073"></a> <FONT color="green">1074</FONT> reportException(methodCall, s);<a name="line.1074"></a> <FONT color="green">1075</FONT> throw s;<a name="line.1075"></a> <FONT color="green">1076</FONT> }<a name="line.1076"></a> <FONT color="green">1077</FONT> reportReturn(methodCall);<a name="line.1077"></a> <FONT color="green">1078</FONT> }<a name="line.1078"></a> <FONT color="green">1079</FONT> <a name="line.1079"></a> <FONT color="green">1080</FONT> public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException {<a name="line.1080"></a> <FONT color="green">1081</FONT> String methodCall = "updateAsciiStream(" + columnLabel + ", " + x + ", " + length + ")";<a name="line.1081"></a> <FONT color="green">1082</FONT> try<a name="line.1082"></a> <FONT color="green">1083</FONT> {<a name="line.1083"></a> <FONT color="green">1084</FONT> realResultSet.updateAsciiStream(columnLabel, x, length);<a name="line.1084"></a> <FONT color="green">1085</FONT> }<a name="line.1085"></a> <FONT color="green">1086</FONT> catch (SQLException s)<a name="line.1086"></a> <FONT color="green">1087</FONT> {<a name="line.1087"></a> <FONT color="green">1088</FONT> reportException(methodCall, s);<a name="line.1088"></a> <FONT color="green">1089</FONT> throw s;<a name="line.1089"></a> <FONT color="green">1090</FONT> }<a name="line.1090"></a> <FONT color="green">1091</FONT> reportReturn(methodCall);<a name="line.1091"></a> <FONT color="green">1092</FONT> }<a name="line.1092"></a> <FONT color="green">1093</FONT> <a name="line.1093"></a> <FONT color="green">1094</FONT> public void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException {<a name="line.1094"></a> <FONT color="green">1095</FONT> String methodCall = "updateBinaryStream(" + columnLabel + ", " + x + ", " + length + ")";<a name="line.1095"></a> <FONT color="green">1096</FONT> try<a name="line.1096"></a> <FONT color="green">1097</FONT> {<a name="line.1097"></a> <FONT color="green">1098</FONT> realResultSet.updateBinaryStream(columnLabel, x, length);<a name="line.1098"></a> <FONT color="green">1099</FONT> }<a name="line.1099"></a> <FONT color="green">1100</FONT> catch (SQLException s)<a name="line.1100"></a> <FONT color="green">1101</FONT> {<a name="line.1101"></a> <FONT color="green">1102</FONT> reportException(methodCall, s);<a name="line.1102"></a> <FONT color="green">1103</FONT> throw s;<a name="line.1103"></a> <FONT color="green">1104</FONT> }<a name="line.1104"></a> <FONT color="green">1105</FONT> reportReturn(methodCall);<a name="line.1105"></a> <FONT color="green">1106</FONT> }<a name="line.1106"></a> <FONT color="green">1107</FONT> <a name="line.1107"></a> <FONT color="green">1108</FONT> public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException {<a name="line.1108"></a> <FONT color="green">1109</FONT> String methodCall = "updateCharacterStream(" + columnLabel + ", " + reader + ", " + length + ")";<a name="line.1109"></a> <FONT color="green">1110</FONT> try<a name="line.1110"></a> <FONT color="green">1111</FONT> {<a name="line.1111"></a> <FONT color="green">1112</FONT> realResultSet.updateCharacterStream(columnLabel, reader, length);<a name="line.1112"></a> <FONT color="green">1113</FONT> }<a name="line.1113"></a> <FONT color="green">1114</FONT> catch (SQLException s)<a name="line.1114"></a> <FONT color="green">1115</FONT> {<a name="line.1115"></a> <FONT color="green">1116</FONT> reportException(methodCall, s);<a name="line.1116"></a> <FONT color="green">1117</FONT> throw s;<a name="line.1117"></a> <FONT color="green">1118</FONT> }<a name="line.1118"></a> <FONT color="green">1119</FONT> reportReturn(methodCall);<a name="line.1119"></a> <FONT color="green">1120</FONT> }<a name="line.1120"></a> <FONT color="green">1121</FONT> <a name="line.1121"></a> <FONT color="green">1122</FONT> public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException {<a name="line.1122"></a> <FONT color="green">1123</FONT> String methodCall = "updateBlob(" + columnIndex + ", " + inputStream + ", " + length + ")";<a name="line.1123"></a> <FONT color="green">1124</FONT> try<a name="line.1124"></a> <FONT color="green">1125</FONT> {<a name="line.1125"></a> <FONT color="green">1126</FONT> realResultSet.updateBlob(columnIndex, inputStream, length);<a name="line.1126"></a> <FONT color="green">1127</FONT> }<a name="line.1127"></a> <FONT color="green">1128</FONT> catch (SQLException s)<a name="line.1128"></a> <FONT color="green">1129</FONT> {<a name="line.1129"></a> <FONT color="green">1130</FONT> reportException(methodCall, s);<a name="line.1130"></a> <FONT color="green">1131</FONT> throw s;<a name="line.1131"></a> <FONT color="green">1132</FONT> }<a name="line.1132"></a> <FONT color="green">1133</FONT> reportReturn(methodCall);<a name="line.1133"></a> <FONT color="green">1134</FONT> }<a name="line.1134"></a> <FONT color="green">1135</FONT> <a name="line.1135"></a> <FONT color="green">1136</FONT> public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException {<a name="line.1136"></a> <FONT color="green">1137</FONT> String methodCall = "updateBlob(" + columnLabel + ", " + inputStream + ", " + length + ")";<a name="line.1137"></a> <FONT color="green">1138</FONT> try<a name="line.1138"></a> <FONT color="green">1139</FONT> {<a name="line.1139"></a> <FONT color="green">1140</FONT> realResultSet.updateBlob(columnLabel, inputStream, length);<a name="line.1140"></a> <FONT color="green">1141</FONT> }<a name="line.1141"></a> <FONT color="green">1142</FONT> catch (SQLException s)<a name="line.1142"></a> <FONT color="green">1143</FONT> {<a name="line.1143"></a> <FONT color="green">1144</FONT> reportException(methodCall, s);<a name="line.1144"></a> <FONT color="green">1145</FONT> throw s;<a name="line.1145"></a> <FONT color="green">1146</FONT> }<a name="line.1146"></a> <FONT color="green">1147</FONT> reportReturn(methodCall);<a name="line.1147"></a> <FONT color="green">1148</FONT> }<a name="line.1148"></a> <FONT color="green">1149</FONT> <a name="line.1149"></a> <FONT color="green">1150</FONT> public void updateClob(int columnIndex, Reader reader, long length) throws SQLException {<a name="line.1150"></a> <FONT color="green">1151</FONT> String methodCall = "updateClob(" + columnIndex + ", " + reader + ", " + length + ")";<a name="line.1151"></a> <FONT color="green">1152</FONT> try<a name="line.1152"></a> <FONT color="green">1153</FONT> {<a name="line.1153"></a> <FONT color="green">1154</FONT> realResultSet.updateClob(columnIndex, reader, length);<a name="line.1154"></a> <FONT color="green">1155</FONT> }<a name="line.1155"></a> <FONT color="green">1156</FONT> catch (SQLException s)<a name="line.1156"></a> <FONT color="green">1157</FONT> {<a name="line.1157"></a> <FONT color="green">1158</FONT> reportException(methodCall, s);<a name="line.1158"></a> <FONT color="green">1159</FONT> throw s;<a name="line.1159"></a> <FONT color="green">1160</FONT> }<a name="line.1160"></a> <FONT color="green">1161</FONT> reportReturn(methodCall);<a name="line.1161"></a> <FONT color="green">1162</FONT> }<a name="line.1162"></a> <FONT color="green">1163</FONT> <a name="line.1163"></a> <FONT color="green">1164</FONT> public void updateClob(String columnLabel, Reader reader, long length) throws SQLException {<a name="line.1164"></a> <FONT color="green">1165</FONT> String methodCall = "updateClob(" + columnLabel + ", " + reader + ", " + length + ")";<a name="line.1165"></a> <FONT color="green">1166</FONT> try<a name="line.1166"></a> <FONT color="green">1167</FONT> {<a name="line.1167"></a> <FONT color="green">1168</FONT> realResultSet.updateClob(columnLabel, reader, length);<a name="line.1168"></a> <FONT color="green">1169</FONT> }<a name="line.1169"></a> <FONT color="green">1170</FONT> catch (SQLException s)<a name="line.1170"></a> <FONT color="green">1171</FONT> {<a name="line.1171"></a> <FONT color="green">1172</FONT> reportException(methodCall, s);<a name="line.1172"></a> <FONT color="green">1173</FONT> throw s;<a name="line.1173"></a> <FONT color="green">1174</FONT> }<a name="line.1174"></a> <FONT color="green">1175</FONT> reportReturn(methodCall);<a name="line.1175"></a> <FONT color="green">1176</FONT> }<a name="line.1176"></a> <FONT color="green">1177</FONT> <a name="line.1177"></a> <FONT color="green">1178</FONT> public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException {<a name="line.1178"></a> <FONT color="green">1179</FONT> String methodCall = "updateNClob(" + columnIndex + ", " + reader + ", " + length + ")";<a name="line.1179"></a> <FONT color="green">1180</FONT> try<a name="line.1180"></a> <FONT color="green">1181</FONT> {<a name="line.1181"></a> <FONT color="green">1182</FONT> realResultSet.updateNClob(columnIndex, reader, length);<a name="line.1182"></a> <FONT color="green">1183</FONT> }<a name="line.1183"></a> <FONT color="green">1184</FONT> catch (SQLException s)<a name="line.1184"></a> <FONT color="green">1185</FONT> {<a name="line.1185"></a> <FONT color="green">1186</FONT> reportException(methodCall, s);<a name="line.1186"></a> <FONT color="green">1187</FONT> throw s;<a name="line.1187"></a> <FONT color="green">1188</FONT> }<a name="line.1188"></a> <FONT color="green">1189</FONT> reportReturn(methodCall);<a name="line.1189"></a> <FONT color="green">1190</FONT> }<a name="line.1190"></a> <FONT color="green">1191</FONT> <a name="line.1191"></a> <FONT color="green">1192</FONT> public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException {<a name="line.1192"></a> <FONT color="green">1193</FONT> String methodCall = "updateNClob(" + columnLabel + ", " + reader + ", " + length + ")";<a name="line.1193"></a> <FONT color="green">1194</FONT> try<a name="line.1194"></a> <FONT color="green">1195</FONT> {<a name="line.1195"></a> <FONT color="green">1196</FONT> realResultSet.updateNClob(columnLabel, reader, length);<a name="line.1196"></a> <FONT color="green">1197</FONT> }<a name="line.1197"></a> <FONT color="green">1198</FONT> catch (SQLException s)<a name="line.1198"></a> <FONT color="green">1199</FONT> {<a name="line.1199"></a> <FONT color="green">1200</FONT> reportException(methodCall, s);<a name="line.1200"></a> <FONT color="green">1201</FONT> throw s;<a name="line.1201"></a> <FONT color="green">1202</FONT> }<a name="line.1202"></a> <FONT color="green">1203</FONT> reportReturn(methodCall);<a name="line.1203"></a> <FONT color="green">1204</FONT> }<a name="line.1204"></a> <FONT color="green">1205</FONT> <a name="line.1205"></a> <FONT color="green">1206</FONT> public void updateNCharacterStream(int columnIndex, Reader reader) throws SQLException {<a name="line.1206"></a> <FONT color="green">1207</FONT> String methodCall = "updateNCharacterStream(" + columnIndex + ", " + reader + ")";<a name="line.1207"></a> <FONT color="green">1208</FONT> try<a name="line.1208"></a> <FONT color="green">1209</FONT> {<a name="line.1209"></a> <FONT color="green">1210</FONT> realResultSet.updateNCharacterStream(columnIndex, reader);<a name="line.1210"></a> <FONT color="green">1211</FONT> }<a name="line.1211"></a> <FONT color="green">1212</FONT> catch (SQLException s)<a name="line.1212"></a> <FONT color="green">1213</FONT> {<a name="line.1213"></a> <FONT color="green">1214</FONT> reportException(methodCall, s);<a name="line.1214"></a> <FONT color="green">1215</FONT> throw s;<a name="line.1215"></a> <FONT color="green">1216</FONT> }<a name="line.1216"></a> <FONT color="green">1217</FONT> reportReturn(methodCall);<a name="line.1217"></a> <FONT color="green">1218</FONT> }<a name="line.1218"></a> <FONT color="green">1219</FONT> <a name="line.1219"></a> <FONT color="green">1220</FONT> public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException {<a name="line.1220"></a> <FONT color="green">1221</FONT> String methodCall = "updateNCharacterStream(" + columnLabel + ", " + reader + ")";<a name="line.1221"></a> <FONT color="green">1222</FONT> try<a name="line.1222"></a> <FONT color="green">1223</FONT> {<a name="line.1223"></a> <FONT color="green">1224</FONT> realResultSet.updateNCharacterStream(columnLabel, reader);<a name="line.1224"></a> <FONT color="green">1225</FONT> }<a name="line.1225"></a> <FONT color="green">1226</FONT> catch (SQLException s)<a name="line.1226"></a> <FONT color="green">1227</FONT> {<a name="line.1227"></a> <FONT color="green">1228</FONT> reportException(methodCall, s);<a name="line.1228"></a> <FONT color="green">1229</FONT> throw s;<a name="line.1229"></a> <FONT color="green">1230</FONT> }<a name="line.1230"></a> <FONT color="green">1231</FONT> reportReturn(methodCall);<a name="line.1231"></a> <FONT color="green">1232</FONT> }<a name="line.1232"></a> <FONT color="green">1233</FONT> <a name="line.1233"></a> <FONT color="green">1234</FONT> public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException {<a name="line.1234"></a> <FONT color="green">1235</FONT> String methodCall = "updateAsciiStream(" + columnIndex + ", " + x + ")";<a name="line.1235"></a> <FONT color="green">1236</FONT> try<a name="line.1236"></a> <FONT color="green">1237</FONT> {<a name="line.1237"></a> <FONT color="green">1238</FONT> realResultSet.updateAsciiStream(columnIndex, x);<a name="line.1238"></a> <FONT color="green">1239</FONT> }<a name="line.1239"></a> <FONT color="green">1240</FONT> catch (SQLException s)<a name="line.1240"></a> <FONT color="green">1241</FONT> {<a name="line.1241"></a> <FONT color="green">1242</FONT> reportException(methodCall, s);<a name="line.1242"></a> <FONT color="green">1243</FONT> throw s;<a name="line.1243"></a> <FONT color="green">1244</FONT> }<a name="line.1244"></a> <FONT color="green">1245</FONT> reportReturn(methodCall);<a name="line.1245"></a> <FONT color="green">1246</FONT> }<a name="line.1246"></a> <FONT color="green">1247</FONT> <a name="line.1247"></a> <FONT color="green">1248</FONT> public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException {<a name="line.1248"></a> <FONT color="green">1249</FONT> String methodCall = "updateBinaryStream(" + columnIndex + ", " + x + ")";<a name="line.1249"></a> <FONT color="green">1250</FONT> try<a name="line.1250"></a> <FONT color="green">1251</FONT> {<a name="line.1251"></a> <FONT color="green">1252</FONT> realResultSet.updateBinaryStream(columnIndex, x);<a name="line.1252"></a> <FONT color="green">1253</FONT> }<a name="line.1253"></a> <FONT color="green">1254</FONT> catch (SQLException s)<a name="line.1254"></a> <FONT color="green">1255</FONT> {<a name="line.1255"></a> <FONT color="green">1256</FONT> reportException(methodCall, s);<a name="line.1256"></a> <FONT color="green">1257</FONT> throw s;<a name="line.1257"></a> <FONT color="green">1258</FONT> }<a name="line.1258"></a> <FONT color="green">1259</FONT> reportReturn(methodCall);<a name="line.1259"></a> <FONT color="green">1260</FONT> }<a name="line.1260"></a> <FONT color="green">1261</FONT> <a name="line.1261"></a> <FONT color="green">1262</FONT> public void updateCharacterStream(int columnIndex, Reader x) throws SQLException {<a name="line.1262"></a> <FONT color="green">1263</FONT> String methodCall = "updateCharacterStream(" + columnIndex + ", " + x + ")";<a name="line.1263"></a> <FONT color="green">1264</FONT> try<a name="line.1264"></a> <FONT color="green">1265</FONT> {<a name="line.1265"></a> <FONT color="green">1266</FONT> realResultSet.updateCharacterStream(columnIndex, x);<a name="line.1266"></a> <FONT color="green">1267</FONT> }<a name="line.1267"></a> <FONT color="green">1268</FONT> catch (SQLException s)<a name="line.1268"></a> <FONT color="green">1269</FONT> {<a name="line.1269"></a> <FONT color="green">1270</FONT> reportException(methodCall, s);<a name="line.1270"></a> <FONT color="green">1271</FONT> throw s;<a name="line.1271"></a> <FONT color="green">1272</FONT> }<a name="line.1272"></a> <FONT color="green">1273</FONT> reportReturn(methodCall);<a name="line.1273"></a> <FONT color="green">1274</FONT> }<a name="line.1274"></a> <FONT color="green">1275</FONT> <a name="line.1275"></a> <FONT color="green">1276</FONT> public void updateAsciiStream(String columnLabel, InputStream x) throws SQLException {<a name="line.1276"></a> <FONT color="green">1277</FONT> String methodCall = "updateAsciiStream(" + columnLabel + ", " + x + ")";<a name="line.1277"></a> <FONT color="green">1278</FONT> try<a name="line.1278"></a> <FONT color="green">1279</FONT> {<a name="line.1279"></a> <FONT color="green">1280</FONT> realResultSet.updateAsciiStream(columnLabel, x);<a name="line.1280"></a> <FONT color="green">1281</FONT> }<a name="line.1281"></a> <FONT color="green">1282</FONT> catch (SQLException s)<a name="line.1282"></a> <FONT color="green">1283</FONT> {<a name="line.1283"></a> <FONT color="green">1284</FONT> reportException(methodCall, s);<a name="line.1284"></a> <FONT color="green">1285</FONT> throw s;<a name="line.1285"></a> <FONT color="green">1286</FONT> }<a name="line.1286"></a> <FONT color="green">1287</FONT> reportReturn(methodCall);<a name="line.1287"></a> <FONT color="green">1288</FONT> }<a name="line.1288"></a> <FONT color="green">1289</FONT> <a name="line.1289"></a> <FONT color="green">1290</FONT> public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException {<a name="line.1290"></a> <FONT color="green">1291</FONT> String methodCall = "updateBinaryStream(" + columnLabel + ", " + x + ")";<a name="line.1291"></a> <FONT color="green">1292</FONT> try<a name="line.1292"></a> <FONT color="green">1293</FONT> {<a name="line.1293"></a> <FONT color="green">1294</FONT> realResultSet.updateBinaryStream(columnLabel, x);<a name="line.1294"></a> <FONT color="green">1295</FONT> }<a name="line.1295"></a> <FONT color="green">1296</FONT> catch (SQLException s)<a name="line.1296"></a> <FONT color="green">1297</FONT> {<a name="line.1297"></a> <FONT color="green">1298</FONT> reportException(methodCall, s);<a name="line.1298"></a> <FONT color="green">1299</FONT> throw s;<a name="line.1299"></a> <FONT color="green">1300</FONT> }<a name="line.1300"></a> <FONT color="green">1301</FONT> reportReturn(methodCall);<a name="line.1301"></a> <FONT color="green">1302</FONT> }<a name="line.1302"></a> <FONT color="green">1303</FONT> <a name="line.1303"></a> <FONT color="green">1304</FONT> public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException {<a name="line.1304"></a> <FONT color="green">1305</FONT> String methodCall = "updateCharacterStream(" + columnLabel + ", " + reader + ")";<a name="line.1305"></a> <FONT color="green">1306</FONT> try<a name="line.1306"></a> <FONT color="green">1307</FONT> {<a name="line.1307"></a> <FONT color="green">1308</FONT> realResultSet.updateCharacterStream(columnLabel, reader);<a name="line.1308"></a> <FONT color="green">1309</FONT> }<a name="line.1309"></a> <FONT color="green">1310</FONT> catch (SQLException s)<a name="line.1310"></a> <FONT color="green">1311</FONT> {<a name="line.1311"></a> <FONT color="green">1312</FONT> reportException(methodCall, s);<a name="line.1312"></a> <FONT color="green">1313</FONT> throw s;<a name="line.1313"></a> <FONT color="green">1314</FONT> }<a name="line.1314"></a> <FONT color="green">1315</FONT> reportReturn(methodCall);<a name="line.1315"></a> <FONT color="green">1316</FONT> }<a name="line.1316"></a> <FONT color="green">1317</FONT> <a name="line.1317"></a> <FONT color="green">1318</FONT> public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException {<a name="line.1318"></a> <FONT color="green">1319</FONT> String methodCall = "updateBlob(" + columnIndex + ", " + inputStream + ")";<a name="line.1319"></a> <FONT color="green">1320</FONT> try<a name="line.1320"></a> <FONT color="green">1321</FONT> {<a name="line.1321"></a> <FONT color="green">1322</FONT> realResultSet.updateBlob(columnIndex, inputStream);<a name="line.1322"></a> <FONT color="green">1323</FONT> }<a name="line.1323"></a> <FONT color="green">1324</FONT> catch (SQLException s)<a name="line.1324"></a> <FONT color="green">1325</FONT> {<a name="line.1325"></a> <FONT color="green">1326</FONT> reportException(methodCall, s);<a name="line.1326"></a> <FONT color="green">1327</FONT> throw s;<a name="line.1327"></a> <FONT color="green">1328</FONT> }<a name="line.1328"></a> <FONT color="green">1329</FONT> reportReturn(methodCall);<a name="line.1329"></a> <FONT color="green">1330</FONT> }<a name="line.1330"></a> <FONT color="green">1331</FONT> <a name="line.1331"></a> <FONT color="green">1332</FONT> public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException {<a name="line.1332"></a> <FONT color="green">1333</FONT> String methodCall = "updateBlob(" + columnLabel + ", " + inputStream + ")";<a name="line.1333"></a> <FONT color="green">1334</FONT> try<a name="line.1334"></a> <FONT color="green">1335</FONT> {<a name="line.1335"></a> <FONT color="green">1336</FONT> realResultSet.updateBlob(columnLabel, inputStream);<a name="line.1336"></a> <FONT color="green">1337</FONT> }<a name="line.1337"></a> <FONT color="green">1338</FONT> catch (SQLException s)<a name="line.1338"></a> <FONT color="green">1339</FONT> {<a name="line.1339"></a> <FONT color="green">1340</FONT> reportException(methodCall, s);<a name="line.1340"></a> <FONT color="green">1341</FONT> throw s;<a name="line.1341"></a> <FONT color="green">1342</FONT> }<a name="line.1342"></a> <FONT color="green">1343</FONT> reportReturn(methodCall);<a name="line.1343"></a> <FONT color="green">1344</FONT> }<a name="line.1344"></a> <FONT color="green">1345</FONT> <a name="line.1345"></a> <FONT color="green">1346</FONT> public void updateClob(int columnIndex, Reader reader) throws SQLException {<a name="line.1346"></a> <FONT color="green">1347</FONT> String methodCall = "updateClob(" + columnIndex + ", " + reader + ")";<a name="line.1347"></a> <FONT color="green">1348</FONT> try<a name="line.1348"></a> <FONT color="green">1349</FONT> {<a name="line.1349"></a> <FONT color="green">1350</FONT> realResultSet.updateClob(columnIndex, reader);<a name="line.1350"></a> <FONT color="green">1351</FONT> }<a name="line.1351"></a> <FONT color="green">1352</FONT> catch (SQLException s)<a name="line.1352"></a> <FONT color="green">1353</FONT> {<a name="line.1353"></a> <FONT color="green">1354</FONT> reportException(methodCall, s);<a name="line.1354"></a> <FONT color="green">1355</FONT> throw s;<a name="line.1355"></a> <FONT color="green">1356</FONT> }<a name="line.1356"></a> <FONT color="green">1357</FONT> reportReturn(methodCall);<a name="line.1357"></a> <FONT color="green">1358</FONT> }<a name="line.1358"></a> <FONT color="green">1359</FONT> <a name="line.1359"></a> <FONT color="green">1360</FONT> public void updateClob(String columnLabel, Reader reader) throws SQLException {<a name="line.1360"></a> <FONT color="green">1361</FONT> String methodCall = "updateClob(" + columnLabel + ", " + reader + ")";<a name="line.1361"></a> <FONT color="green">1362</FONT> try<a name="line.1362"></a> <FONT color="green">1363</FONT> {<a name="line.1363"></a> <FONT color="green">1364</FONT> realResultSet.updateClob(columnLabel, reader);<a name="line.1364"></a> <FONT color="green">1365</FONT> }<a name="line.1365"></a> <FONT color="green">1366</FONT> catch (SQLException s)<a name="line.1366"></a> <FONT color="green">1367</FONT> {<a name="line.1367"></a> <FONT color="green">1368</FONT> reportException(methodCall, s);<a name="line.1368"></a> <FONT color="green">1369</FONT> throw s;<a name="line.1369"></a> <FONT color="green">1370</FONT> }<a name="line.1370"></a> <FONT color="green">1371</FONT> reportReturn(methodCall);<a name="line.1371"></a> <FONT color="green">1372</FONT> }<a name="line.1372"></a> <FONT color="green">1373</FONT> <a name="line.1373"></a> <FONT color="green">1374</FONT> public void updateNClob(int columnIndex, Reader reader) throws SQLException {<a name="line.1374"></a> <FONT color="green">1375</FONT> String methodCall = "updateNClob(" + columnIndex + ", " + reader + ")";<a name="line.1375"></a> <FONT color="green">1376</FONT> try<a name="line.1376"></a> <FONT color="green">1377</FONT> {<a name="line.1377"></a> <FONT color="green">1378</FONT> realResultSet.updateNClob(columnIndex, reader);<a name="line.1378"></a> <FONT color="green">1379</FONT> }<a name="line.1379"></a> <FONT color="green">1380</FONT> catch (SQLException s)<a name="line.1380"></a> <FONT color="green">1381</FONT> {<a name="line.1381"></a> <FONT color="green">1382</FONT> reportException(methodCall, s);<a name="line.1382"></a> <FONT color="green">1383</FONT> throw s;<a name="line.1383"></a> <FONT color="green">1384</FONT> }<a name="line.1384"></a> <FONT color="green">1385</FONT> reportReturn(methodCall);<a name="line.1385"></a> <FONT color="green">1386</FONT> }<a name="line.1386"></a> <FONT color="green">1387</FONT> <a name="line.1387"></a> <FONT color="green">1388</FONT> public void updateNClob(String columnLabel, Reader reader) throws SQLException {<a name="line.1388"></a> <FONT color="green">1389</FONT> String methodCall = "updateNClob(" + columnLabel + ", " + reader + ")";<a name="line.1389"></a> <FONT color="green">1390</FONT> try<a name="line.1390"></a> <FONT color="green">1391</FONT> {<a name="line.1391"></a> <FONT color="green">1392</FONT> realResultSet.updateNClob(columnLabel, reader);<a name="line.1392"></a> <FONT color="green">1393</FONT> }<a name="line.1393"></a> <FONT color="green">1394</FONT> catch (SQLException s)<a name="line.1394"></a> <FONT color="green">1395</FONT> {<a name="line.1395"></a> <FONT color="green">1396</FONT> reportException(methodCall, s);<a name="line.1396"></a> <FONT color="green">1397</FONT> throw s;<a name="line.1397"></a> <FONT color="green">1398</FONT> }<a name="line.1398"></a> <FONT color="green">1399</FONT> reportReturn(methodCall);<a name="line.1399"></a> <FONT color="green">1400</FONT> }<a name="line.1400"></a> <FONT color="green">1401</FONT> <a name="line.1401"></a> <FONT color="green">1402</FONT> public boolean isBeforeFirst() throws SQLException<a name="line.1402"></a> <FONT color="green">1403</FONT> {<a name="line.1403"></a> <FONT color="green">1404</FONT> String methodCall = "isBeforeFirst()";<a name="line.1404"></a> <FONT color="green">1405</FONT> try<a name="line.1405"></a> <FONT color="green">1406</FONT> {<a name="line.1406"></a> <FONT color="green">1407</FONT> return reportReturn(methodCall, realResultSet.isBeforeFirst());<a name="line.1407"></a> <FONT color="green">1408</FONT> }<a name="line.1408"></a> <FONT color="green">1409</FONT> catch (SQLException s)<a name="line.1409"></a> <FONT color="green">1410</FONT> {<a name="line.1410"></a> <FONT color="green">1411</FONT> reportException(methodCall, s);<a name="line.1411"></a> <FONT color="green">1412</FONT> throw s;<a name="line.1412"></a> <FONT color="green">1413</FONT> }<a name="line.1413"></a> <FONT color="green">1414</FONT> }<a name="line.1414"></a> <FONT color="green">1415</FONT> <a name="line.1415"></a> <FONT color="green">1416</FONT> public short getShort(int columnIndex) throws SQLException<a name="line.1416"></a> <FONT color="green">1417</FONT> {<a name="line.1417"></a> <FONT color="green">1418</FONT> String methodCall = "getShort(" + columnIndex + ")";<a name="line.1418"></a> <FONT color="green">1419</FONT> try<a name="line.1419"></a> <FONT color="green">1420</FONT> {<a name="line.1420"></a> <FONT color="green">1421</FONT> return reportReturn(methodCall, realResultSet.getShort(columnIndex));<a name="line.1421"></a> <FONT color="green">1422</FONT> }<a name="line.1422"></a> <FONT color="green">1423</FONT> catch (SQLException s)<a name="line.1423"></a> <FONT color="green">1424</FONT> {<a name="line.1424"></a> <FONT color="green">1425</FONT> reportException(methodCall, s);<a name="line.1425"></a> <FONT color="green">1426</FONT> throw s;<a name="line.1426"></a> <FONT color="green">1427</FONT> }<a name="line.1427"></a> <FONT color="green">1428</FONT> }<a name="line.1428"></a> <FONT color="green">1429</FONT> <a name="line.1429"></a> <FONT color="green">1430</FONT> public short getShort(String columnName) throws SQLException<a name="line.1430"></a> <FONT color="green">1431</FONT> {<a name="line.1431"></a> <FONT color="green">1432</FONT> String methodCall = "getShort(" + columnName + ")";<a name="line.1432"></a> <FONT color="green">1433</FONT> try<a name="line.1433"></a> <FONT color="green">1434</FONT> {<a name="line.1434"></a> <FONT color="green">1435</FONT> return reportReturn(methodCall, realResultSet.getShort(columnName));<a name="line.1435"></a> <FONT color="green">1436</FONT> }<a name="line.1436"></a> <FONT color="green">1437</FONT> catch (SQLException s)<a name="line.1437"></a> <FONT color="green">1438</FONT> {<a name="line.1438"></a> <FONT color="green">1439</FONT> reportException(methodCall, s);<a name="line.1439"></a> <FONT color="green">1440</FONT> throw s;<a name="line.1440"></a> <FONT color="green">1441</FONT> }<a name="line.1441"></a> <FONT color="green">1442</FONT> }<a name="line.1442"></a> <FONT color="green">1443</FONT> <a name="line.1443"></a> <FONT color="green">1444</FONT> public int getInt(int columnIndex) throws SQLException<a name="line.1444"></a> <FONT color="green">1445</FONT> {<a name="line.1445"></a> <FONT color="green">1446</FONT> String methodCall = "getInt(" + columnIndex + ")";<a name="line.1446"></a> <FONT color="green">1447</FONT> try<a name="line.1447"></a> <FONT color="green">1448</FONT> {<a name="line.1448"></a> <FONT color="green">1449</FONT> return reportReturn(methodCall, realResultSet.getInt(columnIndex));<a name="line.1449"></a> <FONT color="green">1450</FONT> }<a name="line.1450"></a> <FONT color="green">1451</FONT> catch (SQLException s)<a name="line.1451"></a> <FONT color="green">1452</FONT> {<a name="line.1452"></a> <FONT color="green">1453</FONT> reportException(methodCall, s);<a name="line.1453"></a> <FONT color="green">1454</FONT> throw s;<a name="line.1454"></a> <FONT color="green">1455</FONT> }<a name="line.1455"></a> <FONT color="green">1456</FONT> }<a name="line.1456"></a> <FONT color="green">1457</FONT> <a name="line.1457"></a> <FONT color="green">1458</FONT> public int getInt(String columnName) throws SQLException<a name="line.1458"></a> <FONT color="green">1459</FONT> {<a name="line.1459"></a> <FONT color="green">1460</FONT> String methodCall = "getInt(" + columnName + ")";<a name="line.1460"></a> <FONT color="green">1461</FONT> try<a name="line.1461"></a> <FONT color="green">1462</FONT> {<a name="line.1462"></a> <FONT color="green">1463</FONT> return reportReturn(methodCall, realResultSet.getInt(columnName));<a name="line.1463"></a> <FONT color="green">1464</FONT> }<a name="line.1464"></a> <FONT color="green">1465</FONT> catch (SQLException s)<a name="line.1465"></a> <FONT color="green">1466</FONT> {<a name="line.1466"></a> <FONT color="green">1467</FONT> reportException(methodCall, s);<a name="line.1467"></a> <FONT color="green">1468</FONT> throw s;<a name="line.1468"></a> <FONT color="green">1469</FONT> }<a name="line.1469"></a> <FONT color="green">1470</FONT> }<a name="line.1470"></a> <FONT color="green">1471</FONT> <a name="line.1471"></a> <FONT color="green">1472</FONT> public void close() throws SQLException<a name="line.1472"></a> <FONT color="green">1473</FONT> {<a name="line.1473"></a> <FONT color="green">1474</FONT> String methodCall = "close()";<a name="line.1474"></a> <FONT color="green">1475</FONT> try<a name="line.1475"></a> <FONT color="green">1476</FONT> {<a name="line.1476"></a> <FONT color="green">1477</FONT> realResultSet.close();<a name="line.1477"></a> <FONT color="green">1478</FONT> }<a name="line.1478"></a> <FONT color="green">1479</FONT> catch (SQLException s)<a name="line.1479"></a> <FONT color="green">1480</FONT> {<a name="line.1480"></a> <FONT color="green">1481</FONT> reportException(methodCall, s);<a name="line.1481"></a> <FONT color="green">1482</FONT> throw s;<a name="line.1482"></a> <FONT color="green">1483</FONT> }<a name="line.1483"></a> <FONT color="green">1484</FONT> reportReturn(methodCall);<a name="line.1484"></a> <FONT color="green">1485</FONT> }<a name="line.1485"></a> <FONT color="green">1486</FONT> <a name="line.1486"></a> <FONT color="green">1487</FONT> public ResultSetMetaData getMetaData() throws SQLException<a name="line.1487"></a> <FONT color="green">1488</FONT> {<a name="line.1488"></a> <FONT color="green">1489</FONT> String methodCall = "getMetaData()";<a name="line.1489"></a> <FONT color="green">1490</FONT> try<a name="line.1490"></a> <FONT color="green">1491</FONT> {<a name="line.1491"></a> <FONT color="green">1492</FONT> return (ResultSetMetaData) reportReturn(methodCall, realResultSet.getMetaData());<a name="line.1492"></a> <FONT color="green">1493</FONT> }<a name="line.1493"></a> <FONT color="green">1494</FONT> catch (SQLException s)<a name="line.1494"></a> <FONT color="green">1495</FONT> {<a name="line.1495"></a> <FONT color="green">1496</FONT> reportException(methodCall, s);<a name="line.1496"></a> <FONT color="green">1497</FONT> throw s;<a name="line.1497"></a> <FONT color="green">1498</FONT> }<a name="line.1498"></a> <FONT color="green">1499</FONT> }<a name="line.1499"></a> <FONT color="green">1500</FONT> <a name="line.1500"></a> <FONT color="green">1501</FONT> public int getType() throws SQLException<a name="line.1501"></a> <FONT color="green">1502</FONT> {<a name="line.1502"></a> <FONT color="green">1503</FONT> String methodCall = "getType()";<a name="line.1503"></a> <FONT color="green">1504</FONT> try<a name="line.1504"></a> <FONT color="green">1505</FONT> {<a name="line.1505"></a> <FONT color="green">1506</FONT> return reportReturn(methodCall, realResultSet.getType());<a name="line.1506"></a> <FONT color="green">1507</FONT> }<a name="line.1507"></a> <FONT color="green">1508</FONT> catch (SQLException s)<a name="line.1508"></a> <FONT color="green">1509</FONT> {<a name="line.1509"></a> <FONT color="green">1510</FONT> reportException(methodCall, s);<a name="line.1510"></a> <FONT color="green">1511</FONT> throw s;<a name="line.1511"></a> <FONT color="green">1512</FONT> }<a name="line.1512"></a> <FONT color="green">1513</FONT> }<a name="line.1513"></a> <FONT color="green">1514</FONT> <a name="line.1514"></a> <FONT color="green">1515</FONT> public double getDouble(int columnIndex) throws SQLException<a name="line.1515"></a> <FONT color="green">1516</FONT> {<a name="line.1516"></a> <FONT color="green">1517</FONT> String methodCall = "getDouble(" + columnIndex + ")";<a name="line.1517"></a> <FONT color="green">1518</FONT> try<a name="line.1518"></a> <FONT color="green">1519</FONT> {<a name="line.1519"></a> <FONT color="green">1520</FONT> return reportReturn(methodCall, realResultSet.getDouble(columnIndex));<a name="line.1520"></a> <FONT color="green">1521</FONT> }<a name="line.1521"></a> <FONT color="green">1522</FONT> catch (SQLException s)<a name="line.1522"></a> <FONT color="green">1523</FONT> {<a name="line.1523"></a> <FONT color="green">1524</FONT> reportException(methodCall, s);<a name="line.1524"></a> <FONT color="green">1525</FONT> throw s;<a name="line.1525"></a> <FONT color="green">1526</FONT> }<a name="line.1526"></a> <FONT color="green">1527</FONT> }<a name="line.1527"></a> <FONT color="green">1528</FONT> <a name="line.1528"></a> <FONT color="green">1529</FONT> public double getDouble(String columnName) throws SQLException<a name="line.1529"></a> <FONT color="green">1530</FONT> {<a name="line.1530"></a> <FONT color="green">1531</FONT> String methodCall = "getDouble(" + columnName + ")";<a name="line.1531"></a> <FONT color="green">1532</FONT> try<a name="line.1532"></a> <FONT color="green">1533</FONT> {<a name="line.1533"></a> <FONT color="green">1534</FONT> return reportReturn(methodCall, realResultSet.getDouble(columnName));<a name="line.1534"></a> <FONT color="green">1535</FONT> }<a name="line.1535"></a> <FONT color="green">1536</FONT> catch (SQLException s)<a name="line.1536"></a> <FONT color="green">1537</FONT> {<a name="line.1537"></a> <FONT color="green">1538</FONT> reportException(methodCall, s);<a name="line.1538"></a> <FONT color="green">1539</FONT> throw s;<a name="line.1539"></a> <FONT color="green">1540</FONT> }<a name="line.1540"></a> <FONT color="green">1541</FONT> }<a name="line.1541"></a> <FONT color="green">1542</FONT> <a name="line.1542"></a> <FONT color="green">1543</FONT> public void deleteRow() throws SQLException<a name="line.1543"></a> <FONT color="green">1544</FONT> {<a name="line.1544"></a> <FONT color="green">1545</FONT> String methodCall = "deleteRow()";<a name="line.1545"></a> <FONT color="green">1546</FONT> try<a name="line.1546"></a> <FONT color="green">1547</FONT> {<a name="line.1547"></a> <FONT color="green">1548</FONT> realResultSet.deleteRow();<a name="line.1548"></a> <FONT color="green">1549</FONT> }<a name="line.1549"></a> <FONT color="green">1550</FONT> catch (SQLException s)<a name="line.1550"></a> <FONT color="green">1551</FONT> {<a name="line.1551"></a> <FONT color="green">1552</FONT> reportException(methodCall, s);<a name="line.1552"></a> <FONT color="green">1553</FONT> throw s;<a name="line.1553"></a> <FONT color="green">1554</FONT> }<a name="line.1554"></a> <FONT color="green">1555</FONT> reportReturn(methodCall);<a name="line.1555"></a> <FONT color="green">1556</FONT> }<a name="line.1556"></a> <FONT color="green">1557</FONT> <a name="line.1557"></a> <FONT color="green">1558</FONT> public int getConcurrency() throws SQLException<a name="line.1558"></a> <FONT color="green">1559</FONT> {<a name="line.1559"></a> <FONT color="green">1560</FONT> String methodCall = "getConcurrency()";<a name="line.1560"></a> <FONT color="green">1561</FONT> try<a name="line.1561"></a> <FONT color="green">1562</FONT> {<a name="line.1562"></a> <FONT color="green">1563</FONT> return reportReturn(methodCall, realResultSet.getConcurrency());<a name="line.1563"></a> <FONT color="green">1564</FONT> }<a name="line.1564"></a> <FONT color="green">1565</FONT> catch (SQLException s)<a name="line.1565"></a> <FONT color="green">1566</FONT> {<a name="line.1566"></a> <FONT color="green">1567</FONT> reportException(methodCall, s);<a name="line.1567"></a> <FONT color="green">1568</FONT> throw s;<a name="line.1568"></a> <FONT color="green">1569</FONT> }<a name="line.1569"></a> <FONT color="green">1570</FONT> }<a name="line.1570"></a> <FONT color="green">1571</FONT> <a name="line.1571"></a> <FONT color="green">1572</FONT> public boolean rowUpdated() throws SQLException<a name="line.1572"></a> <FONT color="green">1573</FONT> {<a name="line.1573"></a> <FONT color="green">1574</FONT> String methodCall = "rowUpdated()";<a name="line.1574"></a> <FONT color="green">1575</FONT> try<a name="line.1575"></a> <FONT color="green">1576</FONT> {<a name="line.1576"></a> <FONT color="green">1577</FONT> return reportReturn(methodCall, realResultSet.rowUpdated());<a name="line.1577"></a> <FONT color="green">1578</FONT> }<a name="line.1578"></a> <FONT color="green">1579</FONT> catch (SQLException s)<a name="line.1579"></a> <FONT color="green">1580</FONT> {<a name="line.1580"></a> <FONT color="green">1581</FONT> reportException(methodCall, s);<a name="line.1581"></a> <FONT color="green">1582</FONT> throw s;<a name="line.1582"></a> <FONT color="green">1583</FONT> }<a name="line.1583"></a> <FONT color="green">1584</FONT> }<a name="line.1584"></a> <FONT color="green">1585</FONT> <a name="line.1585"></a> <FONT color="green">1586</FONT> public Date getDate(int columnIndex) throws SQLException<a name="line.1586"></a> <FONT color="green">1587</FONT> {<a name="line.1587"></a> <FONT color="green">1588</FONT> String methodCall = "getDate(" + columnIndex + ")";<a name="line.1588"></a> <FONT color="green">1589</FONT> try<a name="line.1589"></a> <FONT color="green">1590</FONT> {<a name="line.1590"></a> <FONT color="green">1591</FONT> return (Date) reportReturn(methodCall, realResultSet.getDate(columnIndex));<a name="line.1591"></a> <FONT color="green">1592</FONT> }<a name="line.1592"></a> <FONT color="green">1593</FONT> catch (SQLException s)<a name="line.1593"></a> <FONT color="green">1594</FONT> {<a name="line.1594"></a> <FONT color="green">1595</FONT> reportException(methodCall, s);<a name="line.1595"></a> <FONT color="green">1596</FONT> throw s;<a name="line.1596"></a> <FONT color="green">1597</FONT> }<a name="line.1597"></a> <FONT color="green">1598</FONT> }<a name="line.1598"></a> <FONT color="green">1599</FONT> <a name="line.1599"></a> <FONT color="green">1600</FONT> public Date getDate(String columnName) throws SQLException<a name="line.1600"></a> <FONT color="green">1601</FONT> {<a name="line.1601"></a> <FONT color="green">1602</FONT> String methodCall = "getDate(" + columnName + ")";<a name="line.1602"></a> <FONT color="green">1603</FONT> try<a name="line.1603"></a> <FONT color="green">1604</FONT> {<a name="line.1604"></a> <FONT color="green">1605</FONT> return (Date) reportReturn(methodCall, realResultSet.getDate(columnName));<a name="line.1605"></a> <FONT color="green">1606</FONT> }<a name="line.1606"></a> <FONT color="green">1607</FONT> catch (SQLException s)<a name="line.1607"></a> <FONT color="green">1608</FONT> {<a name="line.1608"></a> <FONT color="green">1609</FONT> reportException(methodCall, s);<a name="line.1609"></a> <FONT color="green">1610</FONT> throw s;<a name="line.1610"></a> <FONT color="green">1611</FONT> }<a name="line.1611"></a> <FONT color="green">1612</FONT> }<a name="line.1612"></a> <FONT color="green">1613</FONT> <a name="line.1613"></a> <FONT color="green">1614</FONT> public Date getDate(int columnIndex, Calendar cal) throws SQLException<a name="line.1614"></a> <FONT color="green">1615</FONT> {<a name="line.1615"></a> <FONT color="green">1616</FONT> String methodCall = "getDate(" + columnIndex + ", " + cal + ")";<a name="line.1616"></a> <FONT color="green">1617</FONT> try<a name="line.1617"></a> <FONT color="green">1618</FONT> {<a name="line.1618"></a> <FONT color="green">1619</FONT> return (Date) reportReturn(methodCall, realResultSet.getDate(columnIndex, cal));<a name="line.1619"></a> <FONT color="green">1620</FONT> }<a name="line.1620"></a> <FONT color="green">1621</FONT> catch (SQLException s)<a name="line.1621"></a> <FONT color="green">1622</FONT> {<a name="line.1622"></a> <FONT color="green">1623</FONT> reportException(methodCall, s);<a name="line.1623"></a> <FONT color="green">1624</FONT> throw s;<a name="line.1624"></a> <FONT color="green">1625</FONT> }<a name="line.1625"></a> <FONT color="green">1626</FONT> <a name="line.1626"></a> <FONT color="green">1627</FONT> }<a name="line.1627"></a> <FONT color="green">1628</FONT> <a name="line.1628"></a> <FONT color="green">1629</FONT> public Date getDate(String columnName, Calendar cal) throws SQLException<a name="line.1629"></a> <FONT color="green">1630</FONT> {<a name="line.1630"></a> <FONT color="green">1631</FONT> String methodCall = "getDate(" + columnName + ", " + cal + ")";<a name="line.1631"></a> <FONT color="green">1632</FONT> try<a name="line.1632"></a> <FONT color="green">1633</FONT> {<a name="line.1633"></a> <FONT color="green">1634</FONT> return (Date) reportReturn(methodCall, realResultSet.getDate(columnName, cal));<a name="line.1634"></a> <FONT color="green">1635</FONT> }<a name="line.1635"></a> <FONT color="green">1636</FONT> catch (SQLException s)<a name="line.1636"></a> <FONT color="green">1637</FONT> {<a name="line.1637"></a> <FONT color="green">1638</FONT> reportException(methodCall, s);<a name="line.1638"></a> <FONT color="green">1639</FONT> throw s;<a name="line.1639"></a> <FONT color="green">1640</FONT> }<a name="line.1640"></a> <FONT color="green">1641</FONT> }<a name="line.1641"></a> <FONT color="green">1642</FONT> <a name="line.1642"></a> <FONT color="green">1643</FONT> public boolean last() throws SQLException<a name="line.1643"></a> <FONT color="green">1644</FONT> {<a name="line.1644"></a> <FONT color="green">1645</FONT> String methodCall = "last()";<a name="line.1645"></a> <FONT color="green">1646</FONT> try<a name="line.1646"></a> <FONT color="green">1647</FONT> {<a name="line.1647"></a> <FONT color="green">1648</FONT> return reportReturn(methodCall, realResultSet.last());<a name="line.1648"></a> <FONT color="green">1649</FONT> }<a name="line.1649"></a> <FONT color="green">1650</FONT> catch (SQLException s)<a name="line.1650"></a> <FONT color="green">1651</FONT> {<a name="line.1651"></a> <FONT color="green">1652</FONT> reportException(methodCall, s);<a name="line.1652"></a> <FONT color="green">1653</FONT> throw s;<a name="line.1653"></a> <FONT color="green">1654</FONT> }<a name="line.1654"></a> <FONT color="green">1655</FONT> }<a name="line.1655"></a> <FONT color="green">1656</FONT> <a name="line.1656"></a> <FONT color="green">1657</FONT> public boolean rowInserted() throws SQLException<a name="line.1657"></a> <FONT color="green">1658</FONT> {<a name="line.1658"></a> <FONT color="green">1659</FONT> String methodCall = "rowInserted()";<a name="line.1659"></a> <FONT color="green">1660</FONT> try<a name="line.1660"></a> <FONT color="green">1661</FONT> {<a name="line.1661"></a> <FONT color="green">1662</FONT> return reportReturn(methodCall, realResultSet.rowInserted());<a name="line.1662"></a> <FONT color="green">1663</FONT> }<a name="line.1663"></a> <FONT color="green">1664</FONT> catch (SQLException s)<a name="line.1664"></a> <FONT color="green">1665</FONT> {<a name="line.1665"></a> <FONT color="green">1666</FONT> reportException(methodCall, s);<a name="line.1666"></a> <FONT color="green">1667</FONT> throw s;<a name="line.1667"></a> <FONT color="green">1668</FONT> }<a name="line.1668"></a> <FONT color="green">1669</FONT> }<a name="line.1669"></a> <FONT color="green">1670</FONT> <a name="line.1670"></a> <FONT color="green">1671</FONT> public boolean rowDeleted() throws SQLException<a name="line.1671"></a> <FONT color="green">1672</FONT> {<a name="line.1672"></a> <FONT color="green">1673</FONT> String methodCall = "rowDeleted()";<a name="line.1673"></a> <FONT color="green">1674</FONT> try<a name="line.1674"></a> <FONT color="green">1675</FONT> {<a name="line.1675"></a> <FONT color="green">1676</FONT> return reportReturn(methodCall, realResultSet.rowDeleted());<a name="line.1676"></a> <FONT color="green">1677</FONT> }<a name="line.1677"></a> <FONT color="green">1678</FONT> catch (SQLException s)<a name="line.1678"></a> <FONT color="green">1679</FONT> {<a name="line.1679"></a> <FONT color="green">1680</FONT> reportException(methodCall, s);<a name="line.1680"></a> <FONT color="green">1681</FONT> throw s;<a name="line.1681"></a> <FONT color="green">1682</FONT> }<a name="line.1682"></a> <FONT color="green">1683</FONT> }<a name="line.1683"></a> <FONT color="green">1684</FONT> <a name="line.1684"></a> <FONT color="green">1685</FONT> public void updateNull(int columnIndex) throws SQLException<a name="line.1685"></a> <FONT color="green">1686</FONT> {<a name="line.1686"></a> <FONT color="green">1687</FONT> String methodCall = "updateNull(" + columnIndex + ")";<a name="line.1687"></a> <FONT color="green">1688</FONT> try<a name="line.1688"></a> <FONT color="green">1689</FONT> {<a name="line.1689"></a> <FONT color="green">1690</FONT> realResultSet.updateNull(columnIndex);<a name="line.1690"></a> <FONT color="green">1691</FONT> }<a name="line.1691"></a> <FONT color="green">1692</FONT> catch (SQLException s)<a name="line.1692"></a> <FONT color="green">1693</FONT> {<a name="line.1693"></a> <FONT color="green">1694</FONT> reportException(methodCall, s);<a name="line.1694"></a> <FONT color="green">1695</FONT> throw s;<a name="line.1695"></a> <FONT color="green">1696</FONT> }<a name="line.1696"></a> <FONT color="green">1697</FONT> reportReturn(methodCall);<a name="line.1697"></a> <FONT color="green">1698</FONT> }<a name="line.1698"></a> <FONT color="green">1699</FONT> <a name="line.1699"></a> <FONT color="green">1700</FONT> public void updateNull(String columnName) throws SQLException<a name="line.1700"></a> <FONT color="green">1701</FONT> {<a name="line.1701"></a> <FONT color="green">1702</FONT> String methodCall = "updateNull(" + columnName + ")";<a name="line.1702"></a> <FONT color="green">1703</FONT> try<a name="line.1703"></a> <FONT color="green">1704</FONT> {<a name="line.1704"></a> <FONT color="green">1705</FONT> realResultSet.updateNull(columnName);<a name="line.1705"></a> <FONT color="green">1706</FONT> }<a name="line.1706"></a> <FONT color="green">1707</FONT> catch (SQLException s)<a name="line.1707"></a> <FONT color="green">1708</FONT> {<a name="line.1708"></a> <FONT color="green">1709</FONT> reportException(methodCall, s);<a name="line.1709"></a> <FONT color="green">1710</FONT> throw s;<a name="line.1710"></a> <FONT color="green">1711</FONT> }<a name="line.1711"></a> <FONT color="green">1712</FONT> reportReturn(methodCall);<a name="line.1712"></a> <FONT color="green">1713</FONT> }<a name="line.1713"></a> <FONT color="green">1714</FONT> <a name="line.1714"></a> <FONT color="green">1715</FONT> public void updateShort(int columnIndex, short x) throws SQLException<a name="line.1715"></a> <FONT color="green">1716</FONT> {<a name="line.1716"></a> <FONT color="green">1717</FONT> String methodCall = "updateShort(" + columnIndex + ", " + x + ")";<a name="line.1717"></a> <FONT color="green">1718</FONT> try<a name="line.1718"></a> <FONT color="green">1719</FONT> {<a name="line.1719"></a> <FONT color="green">1720</FONT> realResultSet.updateShort(columnIndex, x);<a name="line.1720"></a> <FONT color="green">1721</FONT> }<a name="line.1721"></a> <FONT color="green">1722</FONT> catch (SQLException s)<a name="line.1722"></a> <FONT color="green">1723</FONT> {<a name="line.1723"></a> <FONT color="green">1724</FONT> reportException(methodCall, s);<a name="line.1724"></a> <FONT color="green">1725</FONT> throw s;<a name="line.1725"></a> <FONT color="green">1726</FONT> }<a name="line.1726"></a> <FONT color="green">1727</FONT> reportReturn(methodCall);<a name="line.1727"></a> <FONT color="green">1728</FONT> }<a name="line.1728"></a> <FONT color="green">1729</FONT> <a name="line.1729"></a> <FONT color="green">1730</FONT> public void updateShort(String columnName, short x) throws SQLException<a name="line.1730"></a> <FONT color="green">1731</FONT> {<a name="line.1731"></a> <FONT color="green">1732</FONT> String methodCall = "updateShort(" + columnName + ", " + x + ")";<a name="line.1732"></a> <FONT color="green">1733</FONT> try<a name="line.1733"></a> <FONT color="green">1734</FONT> {<a name="line.1734"></a> <FONT color="green">1735</FONT> realResultSet.updateShort(columnName, x);<a name="line.1735"></a> <FONT color="green">1736</FONT> }<a name="line.1736"></a> <FONT color="green">1737</FONT> catch (SQLException s)<a name="line.1737"></a> <FONT color="green">1738</FONT> {<a name="line.1738"></a> <FONT color="green">1739</FONT> reportException(methodCall, s);<a name="line.1739"></a> <FONT color="green">1740</FONT> throw s;<a name="line.1740"></a> <FONT color="green">1741</FONT> }<a name="line.1741"></a> <FONT color="green">1742</FONT> reportReturn(methodCall);<a name="line.1742"></a> <FONT color="green">1743</FONT> }<a name="line.1743"></a> <FONT color="green">1744</FONT> <a name="line.1744"></a> <FONT color="green">1745</FONT> public void updateBoolean(int columnIndex, boolean x) throws SQLException<a name="line.1745"></a> <FONT color="green">1746</FONT> {<a name="line.1746"></a> <FONT color="green">1747</FONT> String methodCall = "updateBoolean(" + columnIndex + ", " + x + ")";<a name="line.1747"></a> <FONT color="green">1748</FONT> try<a name="line.1748"></a> <FONT color="green">1749</FONT> {<a name="line.1749"></a> <FONT color="green">1750</FONT> realResultSet.updateBoolean(columnIndex, x);<a name="line.1750"></a> <FONT color="green">1751</FONT> }<a name="line.1751"></a> <FONT color="green">1752</FONT> catch (SQLException s)<a name="line.1752"></a> <FONT color="green">1753</FONT> {<a name="line.1753"></a> <FONT color="green">1754</FONT> reportException(methodCall, s);<a name="line.1754"></a> <FONT color="green">1755</FONT> throw s;<a name="line.1755"></a> <FONT color="green">1756</FONT> }<a name="line.1756"></a> <FONT color="green">1757</FONT> reportReturn(methodCall);<a name="line.1757"></a> <FONT color="green">1758</FONT> }<a name="line.1758"></a> <FONT color="green">1759</FONT> <a name="line.1759"></a> <FONT color="green">1760</FONT> public void updateBoolean(String columnName, boolean x) throws SQLException<a name="line.1760"></a> <FONT color="green">1761</FONT> {<a name="line.1761"></a> <FONT color="green">1762</FONT> String methodCall = "updateBoolean(" + columnName + ", " + x + ")";<a name="line.1762"></a> <FONT color="green">1763</FONT> try<a name="line.1763"></a> <FONT color="green">1764</FONT> {<a name="line.1764"></a> <FONT color="green">1765</FONT> realResultSet.updateBoolean(columnName, x);<a name="line.1765"></a> <FONT color="green">1766</FONT> }<a name="line.1766"></a> <FONT color="green">1767</FONT> catch (SQLException s)<a name="line.1767"></a> <FONT color="green">1768</FONT> {<a name="line.1768"></a> <FONT color="green">1769</FONT> reportException(methodCall, s);<a name="line.1769"></a> <FONT color="green">1770</FONT> throw s;<a name="line.1770"></a> <FONT color="green">1771</FONT> }<a name="line.1771"></a> <FONT color="green">1772</FONT> reportReturn(methodCall);<a name="line.1772"></a> <FONT color="green">1773</FONT> }<a name="line.1773"></a> <FONT color="green">1774</FONT> <a name="line.1774"></a> <FONT color="green">1775</FONT> public void updateByte(int columnIndex, byte x) throws SQLException<a name="line.1775"></a> <FONT color="green">1776</FONT> {<a name="line.1776"></a> <FONT color="green">1777</FONT> String methodCall = "updateByte(" + columnIndex + ", " + x + ")";<a name="line.1777"></a> <FONT color="green">1778</FONT> try<a name="line.1778"></a> <FONT color="green">1779</FONT> {<a name="line.1779"></a> <FONT color="green">1780</FONT> realResultSet.updateByte(columnIndex, x);<a name="line.1780"></a> <FONT color="green">1781</FONT> }<a name="line.1781"></a> <FONT color="green">1782</FONT> catch (SQLException s)<a name="line.1782"></a> <FONT color="green">1783</FONT> {<a name="line.1783"></a> <FONT color="green">1784</FONT> reportException(methodCall, s);<a name="line.1784"></a> <FONT color="green">1785</FONT> throw s;<a name="line.1785"></a> <FONT color="green">1786</FONT> }<a name="line.1786"></a> <FONT color="green">1787</FONT> reportReturn(methodCall);<a name="line.1787"></a> <FONT color="green">1788</FONT> }<a name="line.1788"></a> <FONT color="green">1789</FONT> <a name="line.1789"></a> <FONT color="green">1790</FONT> public void updateByte(String columnName, byte x) throws SQLException<a name="line.1790"></a> <FONT color="green">1791</FONT> {<a name="line.1791"></a> <FONT color="green">1792</FONT> String methodCall = "updateByte(" + columnName + ", " + x + ")";<a name="line.1792"></a> <FONT color="green">1793</FONT> try<a name="line.1793"></a> <FONT color="green">1794</FONT> {<a name="line.1794"></a> <FONT color="green">1795</FONT> realResultSet.updateByte(columnName, x);<a name="line.1795"></a> <FONT color="green">1796</FONT> }<a name="line.1796"></a> <FONT color="green">1797</FONT> catch (SQLException s)<a name="line.1797"></a> <FONT color="green">1798</FONT> {<a name="line.1798"></a> <FONT color="green">1799</FONT> reportException(methodCall, s);<a name="line.1799"></a> <FONT color="green">1800</FONT> throw s;<a name="line.1800"></a> <FONT color="green">1801</FONT> }<a name="line.1801"></a> <FONT color="green">1802</FONT> reportReturn(methodCall);<a name="line.1802"></a> <FONT color="green">1803</FONT> }<a name="line.1803"></a> <FONT color="green">1804</FONT> <a name="line.1804"></a> <FONT color="green">1805</FONT> public void updateInt(int columnIndex, int x) throws SQLException<a name="line.1805"></a> <FONT color="green">1806</FONT> {<a name="line.1806"></a> <FONT color="green">1807</FONT> String methodCall = "updateInt(" + columnIndex + ", " + x + ")";<a name="line.1807"></a> <FONT color="green">1808</FONT> try<a name="line.1808"></a> <FONT color="green">1809</FONT> {<a name="line.1809"></a> <FONT color="green">1810</FONT> realResultSet.updateInt(columnIndex, x);<a name="line.1810"></a> <FONT color="green">1811</FONT> }<a name="line.1811"></a> <FONT color="green">1812</FONT> catch (SQLException s)<a name="line.1812"></a> <FONT color="green">1813</FONT> {<a name="line.1813"></a> <FONT color="green">1814</FONT> reportException(methodCall, s);<a name="line.1814"></a> <FONT color="green">1815</FONT> throw s;<a name="line.1815"></a> <FONT color="green">1816</FONT> }<a name="line.1816"></a> <FONT color="green">1817</FONT> reportReturn(methodCall);<a name="line.1817"></a> <FONT color="green">1818</FONT> }<a name="line.1818"></a> <FONT color="green">1819</FONT> <a name="line.1819"></a> <FONT color="green">1820</FONT> public void updateInt(String columnName, int x) throws SQLException<a name="line.1820"></a> <FONT color="green">1821</FONT> {<a name="line.1821"></a> <FONT color="green">1822</FONT> String methodCall = "updateInt(" + columnName + ", " + x + ")";<a name="line.1822"></a> <FONT color="green">1823</FONT> try<a name="line.1823"></a> <FONT color="green">1824</FONT> {<a name="line.1824"></a> <FONT color="green">1825</FONT> realResultSet.updateInt(columnName, x);<a name="line.1825"></a> <FONT color="green">1826</FONT> }<a name="line.1826"></a> <FONT color="green">1827</FONT> catch (SQLException s)<a name="line.1827"></a> <FONT color="green">1828</FONT> {<a name="line.1828"></a> <FONT color="green">1829</FONT> reportException(methodCall, s);<a name="line.1829"></a> <FONT color="green">1830</FONT> throw s;<a name="line.1830"></a> <FONT color="green">1831</FONT> }<a name="line.1831"></a> <FONT color="green">1832</FONT> reportReturn(methodCall);<a name="line.1832"></a> <FONT color="green">1833</FONT> }<a name="line.1833"></a> <FONT color="green">1834</FONT> <a name="line.1834"></a> <FONT color="green">1835</FONT> public Object getObject(int columnIndex) throws SQLException<a name="line.1835"></a> <FONT color="green">1836</FONT> {<a name="line.1836"></a> <FONT color="green">1837</FONT> String methodCall = "getObject(" + columnIndex + ")";<a name="line.1837"></a> <FONT color="green">1838</FONT> try<a name="line.1838"></a> <FONT color="green">1839</FONT> {<a name="line.1839"></a> <FONT color="green">1840</FONT> return reportReturn(methodCall, realResultSet.getObject(columnIndex));<a name="line.1840"></a> <FONT color="green">1841</FONT> }<a name="line.1841"></a> <FONT color="green">1842</FONT> catch (SQLException s)<a name="line.1842"></a> <FONT color="green">1843</FONT> {<a name="line.1843"></a> <FONT color="green">1844</FONT> reportException(methodCall, s);<a name="line.1844"></a> <FONT color="green">1845</FONT> throw s;<a name="line.1845"></a> <FONT color="green">1846</FONT> }<a name="line.1846"></a> <FONT color="green">1847</FONT> }<a name="line.1847"></a> <FONT color="green">1848</FONT> <a name="line.1848"></a> <FONT color="green">1849</FONT> public Object getObject(String columnName) throws SQLException<a name="line.1849"></a> <FONT color="green">1850</FONT> {<a name="line.1850"></a> <FONT color="green">1851</FONT> String methodCall = "getObject(" + columnName + ")";<a name="line.1851"></a> <FONT color="green">1852</FONT> try<a name="line.1852"></a> <FONT color="green">1853</FONT> {<a name="line.1853"></a> <FONT color="green">1854</FONT> return reportReturn(methodCall, realResultSet.getObject(columnName));<a name="line.1854"></a> <FONT color="green">1855</FONT> }<a name="line.1855"></a> <FONT color="green">1856</FONT> catch (SQLException s)<a name="line.1856"></a> <FONT color="green">1857</FONT> {<a name="line.1857"></a> <FONT color="green">1858</FONT> reportException(methodCall, s);<a name="line.1858"></a> <FONT color="green">1859</FONT> throw s;<a name="line.1859"></a> <FONT color="green">1860</FONT> }<a name="line.1860"></a> <FONT color="green">1861</FONT> }<a name="line.1861"></a> <FONT color="green">1862</FONT> <a name="line.1862"></a> <FONT color="green">1863</FONT> public Object getObject(String colName, Map map) throws SQLException<a name="line.1863"></a> <FONT color="green">1864</FONT> {<a name="line.1864"></a> <FONT color="green">1865</FONT> String methodCall = "getObject(" + colName + ", " + map + ")";<a name="line.1865"></a> <FONT color="green">1866</FONT> try<a name="line.1866"></a> <FONT color="green">1867</FONT> {<a name="line.1867"></a> <FONT color="green">1868</FONT> return reportReturn(methodCall, realResultSet.getObject(colName, map));<a name="line.1868"></a> <FONT color="green">1869</FONT> }<a name="line.1869"></a> <FONT color="green">1870</FONT> catch (SQLException s)<a name="line.1870"></a> <FONT color="green">1871</FONT> {<a name="line.1871"></a> <FONT color="green">1872</FONT> reportException(methodCall, s);<a name="line.1872"></a> <FONT color="green">1873</FONT> throw s;<a name="line.1873"></a> <FONT color="green">1874</FONT> }<a name="line.1874"></a> <FONT color="green">1875</FONT> }<a name="line.1875"></a> <FONT color="green">1876</FONT> <a name="line.1876"></a> <FONT color="green">1877</FONT> public boolean next() throws SQLException<a name="line.1877"></a> <FONT color="green">1878</FONT> {<a name="line.1878"></a> <FONT color="green">1879</FONT> String methodCall = "next()";<a name="line.1879"></a> <FONT color="green">1880</FONT> try<a name="line.1880"></a> <FONT color="green">1881</FONT> {<a name="line.1881"></a> <FONT color="green">1882</FONT> return reportReturn(methodCall, realResultSet.next());<a name="line.1882"></a> <FONT color="green">1883</FONT> }<a name="line.1883"></a> <FONT color="green">1884</FONT> catch (SQLException s)<a name="line.1884"></a> <FONT color="green">1885</FONT> {<a name="line.1885"></a> <FONT color="green">1886</FONT> reportException(methodCall, s);<a name="line.1886"></a> <FONT color="green">1887</FONT> throw s;<a name="line.1887"></a> <FONT color="green">1888</FONT> }<a name="line.1888"></a> <FONT color="green">1889</FONT> }<a name="line.1889"></a> <FONT color="green">1890</FONT> <a name="line.1890"></a> <FONT color="green">1891</FONT> public void updateLong(int columnIndex, long x) throws SQLException<a name="line.1891"></a> <FONT color="green">1892</FONT> {<a name="line.1892"></a> <FONT color="green">1893</FONT> String methodCall = "updateLong(" + columnIndex + ", " + x + ")";<a name="line.1893"></a> <FONT color="green">1894</FONT> try<a name="line.1894"></a> <FONT color="green">1895</FONT> {<a name="line.1895"></a> <FONT color="green">1896</FONT> realResultSet.updateLong(columnIndex, x);<a name="line.1896"></a> <FONT color="green">1897</FONT> }<a name="line.1897"></a> <FONT color="green">1898</FONT> catch (SQLException s)<a name="line.1898"></a> <FONT color="green">1899</FONT> {<a name="line.1899"></a> <FONT color="green">1900</FONT> reportException(methodCall, s);<a name="line.1900"></a> <FONT color="green">1901</FONT> throw s;<a name="line.1901"></a> <FONT color="green">1902</FONT> }<a name="line.1902"></a> <FONT color="green">1903</FONT> reportReturn(methodCall);<a name="line.1903"></a> <FONT color="green">1904</FONT> }<a name="line.1904"></a> <FONT color="green">1905</FONT> <a name="line.1905"></a> <FONT color="green">1906</FONT> public void updateLong(String columnName, long x) throws SQLException<a name="line.1906"></a> <FONT color="green">1907</FONT> {<a name="line.1907"></a> <FONT color="green">1908</FONT> String methodCall = "updateLong(" + columnName + ", " + x + ")";<a name="line.1908"></a> <FONT color="green">1909</FONT> try<a name="line.1909"></a> <FONT color="green">1910</FONT> {<a name="line.1910"></a> <FONT color="green">1911</FONT> realResultSet.updateLong(columnName, x);<a name="line.1911"></a> <FONT color="green">1912</FONT> }<a name="line.1912"></a> <FONT color="green">1913</FONT> catch (SQLException s)<a name="line.1913"></a> <FONT color="green">1914</FONT> {<a name="line.1914"></a> <FONT color="green">1915</FONT> reportException(methodCall, s);<a name="line.1915"></a> <FONT color="green">1916</FONT> throw s;<a name="line.1916"></a> <FONT color="green">1917</FONT> }<a name="line.1917"></a> <FONT color="green">1918</FONT> reportReturn(methodCall);<a name="line.1918"></a> <FONT color="green">1919</FONT> }<a name="line.1919"></a> <FONT color="green">1920</FONT> <a name="line.1920"></a> <FONT color="green">1921</FONT> public void updateFloat(int columnIndex, float x) throws SQLException<a name="line.1921"></a> <FONT color="green">1922</FONT> {<a name="line.1922"></a> <FONT color="green">1923</FONT> String methodCall = "updateFloat(" + columnIndex + ", " + x + ")";<a name="line.1923"></a> <FONT color="green">1924</FONT> try<a name="line.1924"></a> <FONT color="green">1925</FONT> {<a name="line.1925"></a> <FONT color="green">1926</FONT> realResultSet.updateFloat(columnIndex, x);<a name="line.1926"></a> <FONT color="green">1927</FONT> }<a name="line.1927"></a> <FONT color="green">1928</FONT> catch (SQLException s)<a name="line.1928"></a> <FONT color="green">1929</FONT> {<a name="line.1929"></a> <FONT color="green">1930</FONT> reportException(methodCall, s);<a name="line.1930"></a> <FONT color="green">1931</FONT> throw s;<a name="line.1931"></a> <FONT color="green">1932</FONT> }<a name="line.1932"></a> <FONT color="green">1933</FONT> reportReturn(methodCall);<a name="line.1933"></a> <FONT color="green">1934</FONT> <a name="line.1934"></a> <FONT color="green">1935</FONT> }<a name="line.1935"></a> <FONT color="green">1936</FONT> <a name="line.1936"></a> <FONT color="green">1937</FONT> public void updateFloat(String columnName, float x) throws SQLException<a name="line.1937"></a> <FONT color="green">1938</FONT> {<a name="line.1938"></a> <FONT color="green">1939</FONT> String methodCall = "updateFloat(" + columnName + ", " + x + ")";<a name="line.1939"></a> <FONT color="green">1940</FONT> try<a name="line.1940"></a> <FONT color="green">1941</FONT> {<a name="line.1941"></a> <FONT color="green">1942</FONT> realResultSet.updateFloat(columnName, x);<a name="line.1942"></a> <FONT color="green">1943</FONT> }<a name="line.1943"></a> <FONT color="green">1944</FONT> catch (SQLException s)<a name="line.1944"></a> <FONT color="green">1945</FONT> {<a name="line.1945"></a> <FONT color="green">1946</FONT> reportException(methodCall, s);<a name="line.1946"></a> <FONT color="green">1947</FONT> throw s;<a name="line.1947"></a> <FONT color="green">1948</FONT> }<a name="line.1948"></a> <FONT color="green">1949</FONT> reportReturn(methodCall);<a name="line.1949"></a> <FONT color="green">1950</FONT> }<a name="line.1950"></a> <FONT color="green">1951</FONT> <a name="line.1951"></a> <FONT color="green">1952</FONT> public void updateDouble(int columnIndex, double x) throws SQLException<a name="line.1952"></a> <FONT color="green">1953</FONT> {<a name="line.1953"></a> <FONT color="green">1954</FONT> String methodCall = "updateDouble(" + columnIndex + ", " + x + ")";<a name="line.1954"></a> <FONT color="green">1955</FONT> try<a name="line.1955"></a> <FONT color="green">1956</FONT> {<a name="line.1956"></a> <FONT color="green">1957</FONT> realResultSet.updateDouble(columnIndex, x);<a name="line.1957"></a> <FONT color="green">1958</FONT> }<a name="line.1958"></a> <FONT color="green">1959</FONT> catch (SQLException s)<a name="line.1959"></a> <FONT color="green">1960</FONT> {<a name="line.1960"></a> <FONT color="green">1961</FONT> reportException(methodCall, s);<a name="line.1961"></a> <FONT color="green">1962</FONT> throw s;<a name="line.1962"></a> <FONT color="green">1963</FONT> }<a name="line.1963"></a> <FONT color="green">1964</FONT> reportReturn(methodCall);<a name="line.1964"></a> <FONT color="green">1965</FONT> }<a name="line.1965"></a> <FONT color="green">1966</FONT> <a name="line.1966"></a> <FONT color="green">1967</FONT> public void updateDouble(String columnName, double x) throws SQLException<a name="line.1967"></a> <FONT color="green">1968</FONT> {<a name="line.1968"></a> <FONT color="green">1969</FONT> String methodCall = "updateDouble(" + columnName + ", " + x + ")";<a name="line.1969"></a> <FONT color="green">1970</FONT> try<a name="line.1970"></a> <FONT color="green">1971</FONT> {<a name="line.1971"></a> <FONT color="green">1972</FONT> realResultSet.updateDouble(columnName, x);<a name="line.1972"></a> <FONT color="green">1973</FONT> }<a name="line.1973"></a> <FONT color="green">1974</FONT> catch (SQLException s)<a name="line.1974"></a> <FONT color="green">1975</FONT> {<a name="line.1975"></a> <FONT color="green">1976</FONT> reportException(methodCall, s);<a name="line.1976"></a> <FONT color="green">1977</FONT> throw s;<a name="line.1977"></a> <FONT color="green">1978</FONT> }<a name="line.1978"></a> <FONT color="green">1979</FONT> reportReturn(methodCall);<a name="line.1979"></a> <FONT color="green">1980</FONT> }<a name="line.1980"></a> <FONT color="green">1981</FONT> <a name="line.1981"></a> <FONT color="green">1982</FONT> public Statement getStatement() throws SQLException<a name="line.1982"></a> <FONT color="green">1983</FONT> {<a name="line.1983"></a> <FONT color="green">1984</FONT> String methodCall = "getStatement()";<a name="line.1984"></a> <FONT color="green">1985</FONT> try<a name="line.1985"></a> <FONT color="green">1986</FONT> {<a name="line.1986"></a> <FONT color="green">1987</FONT> Statement s = realResultSet.getStatement();<a name="line.1987"></a> <FONT color="green">1988</FONT> if (s == null)<a name="line.1988"></a> <FONT color="green">1989</FONT> {<a name="line.1989"></a> <FONT color="green">1990</FONT> return (Statement) reportReturn(methodCall, s);<a name="line.1990"></a> <FONT color="green">1991</FONT> }<a name="line.1991"></a> <FONT color="green">1992</FONT> else<a name="line.1992"></a> <FONT color="green">1993</FONT> {<a name="line.1993"></a> <FONT color="green">1994</FONT> //todo: what's going on here?<a name="line.1994"></a> <FONT color="green">1995</FONT> return (Statement) reportReturn(methodCall, new StatementSpy(new ConnectionSpy(s.getConnection()), s));<a name="line.1995"></a> <FONT color="green">1996</FONT> }<a name="line.1996"></a> <FONT color="green">1997</FONT> }<a name="line.1997"></a> <FONT color="green">1998</FONT> catch (SQLException s)<a name="line.1998"></a> <FONT color="green">1999</FONT> {<a name="line.1999"></a> <FONT color="green">2000</FONT> reportException(methodCall, s);<a name="line.2000"></a> <FONT color="green">2001</FONT> throw s;<a name="line.2001"></a> <FONT color="green">2002</FONT> }<a name="line.2002"></a> <FONT color="green">2003</FONT> }<a name="line.2003"></a> <FONT color="green">2004</FONT> <a name="line.2004"></a> <FONT color="green">2005</FONT> public Object getObject(int columnIndex, Map&lt;String, Class&lt;?&gt;&gt; map) throws SQLException<a name="line.2005"></a> <FONT color="green">2006</FONT> {<a name="line.2006"></a> <FONT color="green">2007</FONT> String methodCall = "getObject(" + columnIndex + ", " + map + ")";<a name="line.2007"></a> <FONT color="green">2008</FONT> try<a name="line.2008"></a> <FONT color="green">2009</FONT> {<a name="line.2009"></a> <FONT color="green">2010</FONT> return reportReturn(methodCall, realResultSet.getObject(columnIndex, map));<a name="line.2010"></a> <FONT color="green">2011</FONT> }<a name="line.2011"></a> <FONT color="green">2012</FONT> catch (SQLException s)<a name="line.2012"></a> <FONT color="green">2013</FONT> {<a name="line.2013"></a> <FONT color="green">2014</FONT> reportException(methodCall, s);<a name="line.2014"></a> <FONT color="green">2015</FONT> throw s;<a name="line.2015"></a> <FONT color="green">2016</FONT> }<a name="line.2016"></a> <FONT color="green">2017</FONT> }<a name="line.2017"></a> <FONT color="green">2018</FONT> <a name="line.2018"></a> <FONT color="green">2019</FONT> public void updateString(int columnIndex, String x) throws SQLException<a name="line.2019"></a> <FONT color="green">2020</FONT> {<a name="line.2020"></a> <FONT color="green">2021</FONT> String methodCall = "updateString(" + columnIndex + ", " + x + ")";<a name="line.2021"></a> <FONT color="green">2022</FONT> try<a name="line.2022"></a> <FONT color="green">2023</FONT> {<a name="line.2023"></a> <FONT color="green">2024</FONT> realResultSet.updateString(columnIndex, x);<a name="line.2024"></a> <FONT color="green">2025</FONT> }<a name="line.2025"></a> <FONT color="green">2026</FONT> catch (SQLException s)<a name="line.2026"></a> <FONT color="green">2027</FONT> {<a name="line.2027"></a> <FONT color="green">2028</FONT> reportException(methodCall, s);<a name="line.2028"></a> <FONT color="green">2029</FONT> throw s;<a name="line.2029"></a> <FONT color="green">2030</FONT> }<a name="line.2030"></a> <FONT color="green">2031</FONT> reportReturn(methodCall);<a name="line.2031"></a> <FONT color="green">2032</FONT> }<a name="line.2032"></a> <FONT color="green">2033</FONT> <a name="line.2033"></a> <FONT color="green">2034</FONT> public void updateString(String columnName, String x) throws SQLException<a name="line.2034"></a> <FONT color="green">2035</FONT> {<a name="line.2035"></a> <FONT color="green">2036</FONT> String methodCall = "updateString(" + columnName + ", " + x + ")";<a name="line.2036"></a> <FONT color="green">2037</FONT> try<a name="line.2037"></a> <FONT color="green">2038</FONT> {<a name="line.2038"></a> <FONT color="green">2039</FONT> realResultSet.updateString(columnName, x);<a name="line.2039"></a> <FONT color="green">2040</FONT> }<a name="line.2040"></a> <FONT color="green">2041</FONT> catch (SQLException s)<a name="line.2041"></a> <FONT color="green">2042</FONT> {<a name="line.2042"></a> <FONT color="green">2043</FONT> reportException(methodCall, s);<a name="line.2043"></a> <FONT color="green">2044</FONT> throw s;<a name="line.2044"></a> <FONT color="green">2045</FONT> }<a name="line.2045"></a> <FONT color="green">2046</FONT> reportReturn(methodCall);<a name="line.2046"></a> <FONT color="green">2047</FONT> }<a name="line.2047"></a> <FONT color="green">2048</FONT> <a name="line.2048"></a> <FONT color="green">2049</FONT> public InputStream getAsciiStream(int columnIndex) throws SQLException<a name="line.2049"></a> <FONT color="green">2050</FONT> {<a name="line.2050"></a> <FONT color="green">2051</FONT> String methodCall = "getAsciiStream(" + columnIndex + ")";<a name="line.2051"></a> <FONT color="green">2052</FONT> try<a name="line.2052"></a> <FONT color="green">2053</FONT> {<a name="line.2053"></a> <FONT color="green">2054</FONT> return (InputStream) reportReturn(methodCall, realResultSet.getAsciiStream(columnIndex));<a name="line.2054"></a> <FONT color="green">2055</FONT> }<a name="line.2055"></a> <FONT color="green">2056</FONT> catch (SQLException s)<a name="line.2056"></a> <FONT color="green">2057</FONT> {<a name="line.2057"></a> <FONT color="green">2058</FONT> reportException(methodCall, s);<a name="line.2058"></a> <FONT color="green">2059</FONT> throw s;<a name="line.2059"></a> <FONT color="green">2060</FONT> }<a name="line.2060"></a> <FONT color="green">2061</FONT> }<a name="line.2061"></a> <FONT color="green">2062</FONT> <a name="line.2062"></a> <FONT color="green">2063</FONT> public InputStream getAsciiStream(String columnName) throws SQLException<a name="line.2063"></a> <FONT color="green">2064</FONT> {<a name="line.2064"></a> <FONT color="green">2065</FONT> String methodCall = "getAsciiStream(" + columnName + ")";<a name="line.2065"></a> <FONT color="green">2066</FONT> try<a name="line.2066"></a> <FONT color="green">2067</FONT> {<a name="line.2067"></a> <FONT color="green">2068</FONT> return (InputStream) reportReturn(methodCall, realResultSet.getAsciiStream(columnName));<a name="line.2068"></a> <FONT color="green">2069</FONT> }<a name="line.2069"></a> <FONT color="green">2070</FONT> catch (SQLException s)<a name="line.2070"></a> <FONT color="green">2071</FONT> {<a name="line.2071"></a> <FONT color="green">2072</FONT> reportException(methodCall, s);<a name="line.2072"></a> <FONT color="green">2073</FONT> throw s;<a name="line.2073"></a> <FONT color="green">2074</FONT> }<a name="line.2074"></a> <FONT color="green">2075</FONT> }<a name="line.2075"></a> <FONT color="green">2076</FONT> <a name="line.2076"></a> <FONT color="green">2077</FONT> public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException<a name="line.2077"></a> <FONT color="green">2078</FONT> {<a name="line.2078"></a> <FONT color="green">2079</FONT> String methodCall = "updateBigDecimal(" + columnIndex + ", " + x + ")";<a name="line.2079"></a> <FONT color="green">2080</FONT> try<a name="line.2080"></a> <FONT color="green">2081</FONT> {<a name="line.2081"></a> <FONT color="green">2082</FONT> realResultSet.updateBigDecimal(columnIndex, x);<a name="line.2082"></a> <FONT color="green">2083</FONT> }<a name="line.2083"></a> <FONT color="green">2084</FONT> catch (SQLException s)<a name="line.2084"></a> <FONT color="green">2085</FONT> {<a name="line.2085"></a> <FONT color="green">2086</FONT> reportException(methodCall, s);<a name="line.2086"></a> <FONT color="green">2087</FONT> throw s;<a name="line.2087"></a> <FONT color="green">2088</FONT> }<a name="line.2088"></a> <FONT color="green">2089</FONT> reportReturn(methodCall);<a name="line.2089"></a> <FONT color="green">2090</FONT> }<a name="line.2090"></a> <FONT color="green">2091</FONT> <a name="line.2091"></a> <FONT color="green">2092</FONT> public URL getURL(int columnIndex) throws SQLException<a name="line.2092"></a> <FONT color="green">2093</FONT> {<a name="line.2093"></a> <FONT color="green">2094</FONT> String methodCall = "getURL(" + columnIndex + ")";<a name="line.2094"></a> <FONT color="green">2095</FONT> try<a name="line.2095"></a> <FONT color="green">2096</FONT> {<a name="line.2096"></a> <FONT color="green">2097</FONT> return (URL) reportReturn(methodCall, realResultSet.getURL(columnIndex));<a name="line.2097"></a> <FONT color="green">2098</FONT> }<a name="line.2098"></a> <FONT color="green">2099</FONT> catch (SQLException s)<a name="line.2099"></a> <FONT color="green">2100</FONT> {<a name="line.2100"></a> <FONT color="green">2101</FONT> reportException(methodCall, s);<a name="line.2101"></a> <FONT color="green">2102</FONT> throw s;<a name="line.2102"></a> <FONT color="green">2103</FONT> }<a name="line.2103"></a> <FONT color="green">2104</FONT> }<a name="line.2104"></a> <FONT color="green">2105</FONT> <a name="line.2105"></a> <FONT color="green">2106</FONT> public void updateBigDecimal(String columnName, BigDecimal x) throws SQLException<a name="line.2106"></a> <FONT color="green">2107</FONT> {<a name="line.2107"></a> <FONT color="green">2108</FONT> String methodCall = "updateBigDecimal(" + columnName + ", " + x + ")";<a name="line.2108"></a> <FONT color="green">2109</FONT> try<a name="line.2109"></a> <FONT color="green">2110</FONT> {<a name="line.2110"></a> <FONT color="green">2111</FONT> realResultSet.updateBigDecimal(columnName, x);<a name="line.2111"></a> <FONT color="green">2112</FONT> }<a name="line.2112"></a> <FONT color="green">2113</FONT> catch (SQLException s)<a name="line.2113"></a> <FONT color="green">2114</FONT> {<a name="line.2114"></a> <FONT color="green">2115</FONT> reportException(methodCall, s);<a name="line.2115"></a> <FONT color="green">2116</FONT> throw s;<a name="line.2116"></a> <FONT color="green">2117</FONT> }<a name="line.2117"></a> <FONT color="green">2118</FONT> reportReturn(methodCall);<a name="line.2118"></a> <FONT color="green">2119</FONT> }<a name="line.2119"></a> <FONT color="green">2120</FONT> <a name="line.2120"></a> <FONT color="green">2121</FONT> public URL getURL(String columnName) throws SQLException<a name="line.2121"></a> <FONT color="green">2122</FONT> {<a name="line.2122"></a> <FONT color="green">2123</FONT> String methodCall = "getURL(" + columnName + ")";<a name="line.2123"></a> <FONT color="green">2124</FONT> try<a name="line.2124"></a> <FONT color="green">2125</FONT> {<a name="line.2125"></a> <FONT color="green">2126</FONT> return (URL) reportReturn(methodCall, realResultSet.getURL(columnName));<a name="line.2126"></a> <FONT color="green">2127</FONT> }<a name="line.2127"></a> <FONT color="green">2128</FONT> catch (SQLException s)<a name="line.2128"></a> <FONT color="green">2129</FONT> {<a name="line.2129"></a> <FONT color="green">2130</FONT> reportException(methodCall, s);<a name="line.2130"></a> <FONT color="green">2131</FONT> throw s;<a name="line.2131"></a> <FONT color="green">2132</FONT> }<a name="line.2132"></a> <FONT color="green">2133</FONT> }<a name="line.2133"></a> <FONT color="green">2134</FONT> <a name="line.2134"></a> <FONT color="green">2135</FONT> public void updateBytes(int columnIndex, byte[] x) throws SQLException<a name="line.2135"></a> <FONT color="green">2136</FONT> {<a name="line.2136"></a> <FONT color="green">2137</FONT> // todo: dump array?<a name="line.2137"></a> <FONT color="green">2138</FONT> String methodCall = "updateBytes(" + columnIndex + ", " + x + ")";<a name="line.2138"></a> <FONT color="green">2139</FONT> try<a name="line.2139"></a> <FONT color="green">2140</FONT> {<a name="line.2140"></a> <FONT color="green">2141</FONT> realResultSet.updateBytes(columnIndex, x);<a name="line.2141"></a> <FONT color="green">2142</FONT> }<a name="line.2142"></a> <FONT color="green">2143</FONT> catch (SQLException s)<a name="line.2143"></a> <FONT color="green">2144</FONT> {<a name="line.2144"></a> <FONT color="green">2145</FONT> reportException(methodCall, s);<a name="line.2145"></a> <FONT color="green">2146</FONT> throw s;<a name="line.2146"></a> <FONT color="green">2147</FONT> }<a name="line.2147"></a> <FONT color="green">2148</FONT> reportReturn(methodCall);<a name="line.2148"></a> <FONT color="green">2149</FONT> }<a name="line.2149"></a> <FONT color="green">2150</FONT> <a name="line.2150"></a> <FONT color="green">2151</FONT> public void updateBytes(String columnName, byte[] x) throws SQLException<a name="line.2151"></a> <FONT color="green">2152</FONT> {<a name="line.2152"></a> <FONT color="green">2153</FONT> // todo: dump array?<a name="line.2153"></a> <FONT color="green">2154</FONT> String methodCall = "updateBytes(" + columnName + ", " + x + ")";<a name="line.2154"></a> <FONT color="green">2155</FONT> try<a name="line.2155"></a> <FONT color="green">2156</FONT> {<a name="line.2156"></a> <FONT color="green">2157</FONT> realResultSet.updateBytes(columnName, x);<a name="line.2157"></a> <FONT color="green">2158</FONT> }<a name="line.2158"></a> <FONT color="green">2159</FONT> catch (SQLException s)<a name="line.2159"></a> <FONT color="green">2160</FONT> {<a name="line.2160"></a> <FONT color="green">2161</FONT> reportException(methodCall, s);<a name="line.2161"></a> <FONT color="green">2162</FONT> throw s;<a name="line.2162"></a> <FONT color="green">2163</FONT> }<a name="line.2163"></a> <FONT color="green">2164</FONT> reportReturn(methodCall);<a name="line.2164"></a> <FONT color="green">2165</FONT> }<a name="line.2165"></a> <FONT color="green">2166</FONT> <a name="line.2166"></a> <FONT color="green">2167</FONT> /**<a name="line.2167"></a> <FONT color="green">2168</FONT> * @deprecated<a name="line.2168"></a> <FONT color="green">2169</FONT> */<a name="line.2169"></a> <FONT color="green">2170</FONT> public InputStream getUnicodeStream(int columnIndex) throws SQLException<a name="line.2170"></a> <FONT color="green">2171</FONT> {<a name="line.2171"></a> <FONT color="green">2172</FONT> String methodCall = "getUnicodeStream(" + columnIndex + ")";<a name="line.2172"></a> <FONT color="green">2173</FONT> try<a name="line.2173"></a> <FONT color="green">2174</FONT> {<a name="line.2174"></a> <FONT color="green">2175</FONT> return (InputStream) reportReturn(methodCall, realResultSet.getUnicodeStream(columnIndex));<a name="line.2175"></a> <FONT color="green">2176</FONT> }<a name="line.2176"></a> <FONT color="green">2177</FONT> catch (SQLException s)<a name="line.2177"></a> <FONT color="green">2178</FONT> {<a name="line.2178"></a> <FONT color="green">2179</FONT> reportException(methodCall, s);<a name="line.2179"></a> <FONT color="green">2180</FONT> throw s;<a name="line.2180"></a> <FONT color="green">2181</FONT> }<a name="line.2181"></a> <FONT color="green">2182</FONT> }<a name="line.2182"></a> <FONT color="green">2183</FONT> <a name="line.2183"></a> <FONT color="green">2184</FONT> /**<a name="line.2184"></a> <FONT color="green">2185</FONT> * @deprecated<a name="line.2185"></a> <FONT color="green">2186</FONT> */<a name="line.2186"></a> <FONT color="green">2187</FONT> public InputStream getUnicodeStream(String columnName) throws SQLException<a name="line.2187"></a> <FONT color="green">2188</FONT> {<a name="line.2188"></a> <FONT color="green">2189</FONT> String methodCall = "getUnicodeStream(" + columnName + ")";<a name="line.2189"></a> <FONT color="green">2190</FONT> try<a name="line.2190"></a> <FONT color="green">2191</FONT> {<a name="line.2191"></a> <FONT color="green">2192</FONT> return (InputStream) reportReturn(methodCall, realResultSet.getUnicodeStream(columnName));<a name="line.2192"></a> <FONT color="green">2193</FONT> }<a name="line.2193"></a> <FONT color="green">2194</FONT> catch (SQLException s)<a name="line.2194"></a> <FONT color="green">2195</FONT> {<a name="line.2195"></a> <FONT color="green">2196</FONT> reportException(methodCall, s);<a name="line.2196"></a> <FONT color="green">2197</FONT> throw s;<a name="line.2197"></a> <FONT color="green">2198</FONT> }<a name="line.2198"></a> <FONT color="green">2199</FONT> }<a name="line.2199"></a> <FONT color="green">2200</FONT> <a name="line.2200"></a> <FONT color="green">2201</FONT> public void updateDate(int columnIndex, Date x) throws SQLException<a name="line.2201"></a> <FONT color="green">2202</FONT> {<a name="line.2202"></a> <FONT color="green">2203</FONT> String methodCall = "updateDate(" + columnIndex + ", " + x + ")";<a name="line.2203"></a> <FONT color="green">2204</FONT> try<a name="line.2204"></a> <FONT color="green">2205</FONT> {<a name="line.2205"></a> <FONT color="green">2206</FONT> realResultSet.updateDate(columnIndex, x);<a name="line.2206"></a> <FONT color="green">2207</FONT> }<a name="line.2207"></a> <FONT color="green">2208</FONT> catch (SQLException s)<a name="line.2208"></a> <FONT color="green">2209</FONT> {<a name="line.2209"></a> <FONT color="green">2210</FONT> reportException(methodCall, s);<a name="line.2210"></a> <FONT color="green">2211</FONT> throw s;<a name="line.2211"></a> <FONT color="green">2212</FONT> }<a name="line.2212"></a> <FONT color="green">2213</FONT> }<a name="line.2213"></a> <FONT color="green">2214</FONT> <a name="line.2214"></a> <FONT color="green">2215</FONT> public void updateDate(String columnName, Date x) throws SQLException<a name="line.2215"></a> <FONT color="green">2216</FONT> {<a name="line.2216"></a> <FONT color="green">2217</FONT> String methodCall = "updateDate(" + columnName + ", " + x + ")";<a name="line.2217"></a> <FONT color="green">2218</FONT> try<a name="line.2218"></a> <FONT color="green">2219</FONT> {<a name="line.2219"></a> <FONT color="green">2220</FONT> realResultSet.updateDate(columnName, x);<a name="line.2220"></a> <FONT color="green">2221</FONT> }<a name="line.2221"></a> <FONT color="green">2222</FONT> catch (SQLException s)<a name="line.2222"></a> <FONT color="green">2223</FONT> {<a name="line.2223"></a> <FONT color="green">2224</FONT> reportException(methodCall, s);<a name="line.2224"></a> <FONT color="green">2225</FONT> throw s;<a name="line.2225"></a> <FONT color="green">2226</FONT> }<a name="line.2226"></a> <FONT color="green">2227</FONT> reportReturn(methodCall);<a name="line.2227"></a> <FONT color="green">2228</FONT> }<a name="line.2228"></a> <FONT color="green">2229</FONT> <a name="line.2229"></a> <FONT color="green">2230</FONT> public int getFetchSize() throws SQLException<a name="line.2230"></a> <FONT color="green">2231</FONT> {<a name="line.2231"></a> <FONT color="green">2232</FONT> String methodCall = "getFetchSize()";<a name="line.2232"></a> <FONT color="green">2233</FONT> try<a name="line.2233"></a> <FONT color="green">2234</FONT> {<a name="line.2234"></a> <FONT color="green">2235</FONT> return reportReturn(methodCall, realResultSet.getFetchSize());<a name="line.2235"></a> <FONT color="green">2236</FONT> }<a name="line.2236"></a> <FONT color="green">2237</FONT> catch (SQLException s)<a name="line.2237"></a> <FONT color="green">2238</FONT> {<a name="line.2238"></a> <FONT color="green">2239</FONT> reportException(methodCall, s);<a name="line.2239"></a> <FONT color="green">2240</FONT> throw s;<a name="line.2240"></a> <FONT color="green">2241</FONT> }<a name="line.2241"></a> <FONT color="green">2242</FONT> }<a name="line.2242"></a> <FONT color="green">2243</FONT> <a name="line.2243"></a> <FONT color="green">2244</FONT> public SQLWarning getWarnings() throws SQLException<a name="line.2244"></a> <FONT color="green">2245</FONT> {<a name="line.2245"></a> <FONT color="green">2246</FONT> String methodCall = "getWarnings()";<a name="line.2246"></a> <FONT color="green">2247</FONT> try<a name="line.2247"></a> <FONT color="green">2248</FONT> {<a name="line.2248"></a> <FONT color="green">2249</FONT> return (SQLWarning) reportReturn(methodCall, realResultSet.getWarnings());<a name="line.2249"></a> <FONT color="green">2250</FONT> }<a name="line.2250"></a> <FONT color="green">2251</FONT> catch (SQLException s)<a name="line.2251"></a> <FONT color="green">2252</FONT> {<a name="line.2252"></a> <FONT color="green">2253</FONT> reportException(methodCall, s);<a name="line.2253"></a> <FONT color="green">2254</FONT> throw s;<a name="line.2254"></a> <FONT color="green">2255</FONT> }<a name="line.2255"></a> <FONT color="green">2256</FONT> }<a name="line.2256"></a> <FONT color="green">2257</FONT> <a name="line.2257"></a> <FONT color="green">2258</FONT> public InputStream getBinaryStream(int columnIndex) throws SQLException<a name="line.2258"></a> <FONT color="green">2259</FONT> {<a name="line.2259"></a> <FONT color="green">2260</FONT> String methodCall = "getBinaryStream(" + columnIndex + ")";<a name="line.2260"></a> <FONT color="green">2261</FONT> try<a name="line.2261"></a> <FONT color="green">2262</FONT> {<a name="line.2262"></a> <FONT color="green">2263</FONT> return (InputStream) reportReturn(methodCall, realResultSet.getBinaryStream(columnIndex));<a name="line.2263"></a> <FONT color="green">2264</FONT> }<a name="line.2264"></a> <FONT color="green">2265</FONT> catch (SQLException s)<a name="line.2265"></a> <FONT color="green">2266</FONT> {<a name="line.2266"></a> <FONT color="green">2267</FONT> reportException(methodCall, s);<a name="line.2267"></a> <FONT color="green">2268</FONT> throw s;<a name="line.2268"></a> <FONT color="green">2269</FONT> }<a name="line.2269"></a> <FONT color="green">2270</FONT> }<a name="line.2270"></a> <FONT color="green">2271</FONT> <a name="line.2271"></a> <FONT color="green">2272</FONT> public InputStream getBinaryStream(String columnName) throws SQLException<a name="line.2272"></a> <FONT color="green">2273</FONT> {<a name="line.2273"></a> <FONT color="green">2274</FONT> String methodCall = "getBinaryStream(" + columnName + ")";<a name="line.2274"></a> <FONT color="green">2275</FONT> try<a name="line.2275"></a> <FONT color="green">2276</FONT> {<a name="line.2276"></a> <FONT color="green">2277</FONT> return (InputStream) reportReturn(methodCall, realResultSet.getBinaryStream(columnName));<a name="line.2277"></a> <FONT color="green">2278</FONT> }<a name="line.2278"></a> <FONT color="green">2279</FONT> catch (SQLException s)<a name="line.2279"></a> <FONT color="green">2280</FONT> {<a name="line.2280"></a> <FONT color="green">2281</FONT> reportException(methodCall, s);<a name="line.2281"></a> <FONT color="green">2282</FONT> throw s;<a name="line.2282"></a> <FONT color="green">2283</FONT> }<a name="line.2283"></a> <FONT color="green">2284</FONT> }<a name="line.2284"></a> <FONT color="green">2285</FONT> <a name="line.2285"></a> <FONT color="green">2286</FONT> public void clearWarnings() throws SQLException<a name="line.2286"></a> <FONT color="green">2287</FONT> {<a name="line.2287"></a> <FONT color="green">2288</FONT> String methodCall = "clearWarnings()";<a name="line.2288"></a> <FONT color="green">2289</FONT> try<a name="line.2289"></a> <FONT color="green">2290</FONT> {<a name="line.2290"></a> <FONT color="green">2291</FONT> realResultSet.clearWarnings();<a name="line.2291"></a> <FONT color="green">2292</FONT> }<a name="line.2292"></a> <FONT color="green">2293</FONT> catch (SQLException s)<a name="line.2293"></a> <FONT color="green">2294</FONT> {<a name="line.2294"></a> <FONT color="green">2295</FONT> reportException(methodCall, s);<a name="line.2295"></a> <FONT color="green">2296</FONT> throw s;<a name="line.2296"></a> <FONT color="green">2297</FONT> }<a name="line.2297"></a> <FONT color="green">2298</FONT> reportReturn(methodCall);<a name="line.2298"></a> <FONT color="green">2299</FONT> }<a name="line.2299"></a> <FONT color="green">2300</FONT> <a name="line.2300"></a> <FONT color="green">2301</FONT> public void updateTimestamp(int columnIndex, Timestamp x) throws SQLException<a name="line.2301"></a> <FONT color="green">2302</FONT> {<a name="line.2302"></a> <FONT color="green">2303</FONT> String methodCall = "updateTimestamp(" + columnIndex + ", " + x + ")";<a name="line.2303"></a> <FONT color="green">2304</FONT> try<a name="line.2304"></a> <FONT color="green">2305</FONT> {<a name="line.2305"></a> <FONT color="green">2306</FONT> realResultSet.updateTimestamp(columnIndex, x);<a name="line.2306"></a> <FONT color="green">2307</FONT> }<a name="line.2307"></a> <FONT color="green">2308</FONT> catch (SQLException s)<a name="line.2308"></a> <FONT color="green">2309</FONT> {<a name="line.2309"></a> <FONT color="green">2310</FONT> reportException(methodCall, s);<a name="line.2310"></a> <FONT color="green">2311</FONT> throw s;<a name="line.2311"></a> <FONT color="green">2312</FONT> }<a name="line.2312"></a> <FONT color="green">2313</FONT> reportReturn(methodCall);<a name="line.2313"></a> <FONT color="green">2314</FONT> }<a name="line.2314"></a> <FONT color="green">2315</FONT> <a name="line.2315"></a> <FONT color="green">2316</FONT> public void updateTimestamp(String columnName, Timestamp x) throws SQLException<a name="line.2316"></a> <FONT color="green">2317</FONT> {<a name="line.2317"></a> <FONT color="green">2318</FONT> String methodCall = "updateTimestamp(" + columnName + ", " + x + ")";<a name="line.2318"></a> <FONT color="green">2319</FONT> try<a name="line.2319"></a> <FONT color="green">2320</FONT> {<a name="line.2320"></a> <FONT color="green">2321</FONT> realResultSet.updateTimestamp(columnName, x);<a name="line.2321"></a> <FONT color="green">2322</FONT> }<a name="line.2322"></a> <FONT color="green">2323</FONT> catch (SQLException s)<a name="line.2323"></a> <FONT color="green">2324</FONT> {<a name="line.2324"></a> <FONT color="green">2325</FONT> reportException(methodCall, s);<a name="line.2325"></a> <FONT color="green">2326</FONT> throw s;<a name="line.2326"></a> <FONT color="green">2327</FONT> }<a name="line.2327"></a> <FONT color="green">2328</FONT> reportReturn(methodCall);<a name="line.2328"></a> <FONT color="green">2329</FONT> }<a name="line.2329"></a> <FONT color="green">2330</FONT> <a name="line.2330"></a> <FONT color="green">2331</FONT> public boolean first() throws SQLException<a name="line.2331"></a> <FONT color="green">2332</FONT> {<a name="line.2332"></a> <FONT color="green">2333</FONT> String methodCall = "first()";<a name="line.2333"></a> <FONT color="green">2334</FONT> try<a name="line.2334"></a> <FONT color="green">2335</FONT> {<a name="line.2335"></a> <FONT color="green">2336</FONT> return reportReturn(methodCall, realResultSet.first());<a name="line.2336"></a> <FONT color="green">2337</FONT> }<a name="line.2337"></a> <FONT color="green">2338</FONT> catch (SQLException s)<a name="line.2338"></a> <FONT color="green">2339</FONT> {<a name="line.2339"></a> <FONT color="green">2340</FONT> reportException(methodCall, s);<a name="line.2340"></a> <FONT color="green">2341</FONT> throw s;<a name="line.2341"></a> <FONT color="green">2342</FONT> }<a name="line.2342"></a> <FONT color="green">2343</FONT> }<a name="line.2343"></a> <FONT color="green">2344</FONT> <a name="line.2344"></a> <FONT color="green">2345</FONT> public String getCursorName() throws SQLException<a name="line.2345"></a> <FONT color="green">2346</FONT> {<a name="line.2346"></a> <FONT color="green">2347</FONT> String methodCall = "getCursorName()";<a name="line.2347"></a> <FONT color="green">2348</FONT> try<a name="line.2348"></a> <FONT color="green">2349</FONT> {<a name="line.2349"></a> <FONT color="green">2350</FONT> return (String) reportReturn(methodCall, realResultSet.getCursorName());<a name="line.2350"></a> <FONT color="green">2351</FONT> }<a name="line.2351"></a> <FONT color="green">2352</FONT> catch (SQLException s)<a name="line.2352"></a> <FONT color="green">2353</FONT> {<a name="line.2353"></a> <FONT color="green">2354</FONT> reportException(methodCall, s);<a name="line.2354"></a> <FONT color="green">2355</FONT> throw s;<a name="line.2355"></a> <FONT color="green">2356</FONT> }<a name="line.2356"></a> <FONT color="green">2357</FONT> }<a name="line.2357"></a> <FONT color="green">2358</FONT> <a name="line.2358"></a> <FONT color="green">2359</FONT> public int findColumn(String columnName) throws SQLException<a name="line.2359"></a> <FONT color="green">2360</FONT> {<a name="line.2360"></a> <FONT color="green">2361</FONT> String methodCall = "findColumn(" + columnName + ")";<a name="line.2361"></a> <FONT color="green">2362</FONT> try<a name="line.2362"></a> <FONT color="green">2363</FONT> {<a name="line.2363"></a> <FONT color="green">2364</FONT> return reportReturn(methodCall, realResultSet.findColumn(columnName));<a name="line.2364"></a> <FONT color="green">2365</FONT> }<a name="line.2365"></a> <FONT color="green">2366</FONT> catch (SQLException s)<a name="line.2366"></a> <FONT color="green">2367</FONT> {<a name="line.2367"></a> <FONT color="green">2368</FONT> reportException(methodCall, s);<a name="line.2368"></a> <FONT color="green">2369</FONT> throw s;<a name="line.2369"></a> <FONT color="green">2370</FONT> }<a name="line.2370"></a> <FONT color="green">2371</FONT> }<a name="line.2371"></a> <FONT color="green">2372</FONT> <a name="line.2372"></a> <FONT color="green">2373</FONT> public boolean wasNull() throws SQLException<a name="line.2373"></a> <FONT color="green">2374</FONT> {<a name="line.2374"></a> <FONT color="green">2375</FONT> String methodCall = "wasNull()";<a name="line.2375"></a> <FONT color="green">2376</FONT> try<a name="line.2376"></a> <FONT color="green">2377</FONT> {<a name="line.2377"></a> <FONT color="green">2378</FONT> return reportReturn(methodCall, realResultSet.wasNull());<a name="line.2378"></a> <FONT color="green">2379</FONT> }<a name="line.2379"></a> <FONT color="green">2380</FONT> catch (SQLException s)<a name="line.2380"></a> <FONT color="green">2381</FONT> {<a name="line.2381"></a> <FONT color="green">2382</FONT> reportException(methodCall, s);<a name="line.2382"></a> <FONT color="green">2383</FONT> throw s;<a name="line.2383"></a> <FONT color="green">2384</FONT> }<a name="line.2384"></a> <FONT color="green">2385</FONT> }<a name="line.2385"></a> <FONT color="green">2386</FONT> <a name="line.2386"></a> <FONT color="green">2387</FONT> public void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException<a name="line.2387"></a> <FONT color="green">2388</FONT> {<a name="line.2388"></a> <FONT color="green">2389</FONT> String methodCall = "updateBinaryStream(" + columnIndex + ", " + x + ", " + length + ")";<a name="line.2389"></a> <FONT color="green">2390</FONT> try<a name="line.2390"></a> <FONT color="green">2391</FONT> {<a name="line.2391"></a> <FONT color="green">2392</FONT> realResultSet.updateBinaryStream(columnIndex, x, length);<a name="line.2392"></a> <FONT color="green">2393</FONT> }<a name="line.2393"></a> <FONT color="green">2394</FONT> catch (SQLException s)<a name="line.2394"></a> <FONT color="green">2395</FONT> {<a name="line.2395"></a> <FONT color="green">2396</FONT> reportException(methodCall, s);<a name="line.2396"></a> <FONT color="green">2397</FONT> throw s;<a name="line.2397"></a> <FONT color="green">2398</FONT> }<a name="line.2398"></a> <FONT color="green">2399</FONT> reportReturn(methodCall);<a name="line.2399"></a> <FONT color="green">2400</FONT> }<a name="line.2400"></a> <FONT color="green">2401</FONT> <a name="line.2401"></a> <FONT color="green">2402</FONT> public void updateBinaryStream(String columnName, InputStream x, int length) throws SQLException<a name="line.2402"></a> <FONT color="green">2403</FONT> {<a name="line.2403"></a> <FONT color="green">2404</FONT> String methodCall = "updateBinaryStream(" + columnName + ", " + x + ", " + length + ")";<a name="line.2404"></a> <FONT color="green">2405</FONT> try<a name="line.2405"></a> <FONT color="green">2406</FONT> {<a name="line.2406"></a> <FONT color="green">2407</FONT> realResultSet.updateBinaryStream(columnName, x, length);<a name="line.2407"></a> <FONT color="green">2408</FONT> }<a name="line.2408"></a> <FONT color="green">2409</FONT> catch (SQLException s)<a name="line.2409"></a> <FONT color="green">2410</FONT> {<a name="line.2410"></a> <FONT color="green">2411</FONT> reportException(methodCall, s);<a name="line.2411"></a> <FONT color="green">2412</FONT> throw s;<a name="line.2412"></a> <FONT color="green">2413</FONT> }<a name="line.2413"></a> <FONT color="green">2414</FONT> reportReturn(methodCall);<a name="line.2414"></a> <FONT color="green">2415</FONT> }<a name="line.2415"></a> <FONT color="green">2416</FONT> <a name="line.2416"></a> <FONT color="green">2417</FONT> public String getString(int columnIndex) throws SQLException<a name="line.2417"></a> <FONT color="green">2418</FONT> {<a name="line.2418"></a> <FONT color="green">2419</FONT> String methodCall = "getString(" + columnIndex + ")";<a name="line.2419"></a> <FONT color="green">2420</FONT> try<a name="line.2420"></a> <FONT color="green">2421</FONT> {<a name="line.2421"></a> <FONT color="green">2422</FONT> return (String) reportReturn(methodCall, realResultSet.getString(columnIndex));<a name="line.2422"></a> <FONT color="green">2423</FONT> }<a name="line.2423"></a> <FONT color="green">2424</FONT> catch (SQLException s)<a name="line.2424"></a> <FONT color="green">2425</FONT> {<a name="line.2425"></a> <FONT color="green">2426</FONT> reportException(methodCall, s);<a name="line.2426"></a> <FONT color="green">2427</FONT> throw s;<a name="line.2427"></a> <FONT color="green">2428</FONT> }<a name="line.2428"></a> <FONT color="green">2429</FONT> }<a name="line.2429"></a> <FONT color="green">2430</FONT> <a name="line.2430"></a> <FONT color="green">2431</FONT> public String getString(String columnName) throws SQLException<a name="line.2431"></a> <FONT color="green">2432</FONT> {<a name="line.2432"></a> <FONT color="green">2433</FONT> String methodCall = "getString(" + columnName + ")";<a name="line.2433"></a> <FONT color="green">2434</FONT> try<a name="line.2434"></a> <FONT color="green">2435</FONT> {<a name="line.2435"></a> <FONT color="green">2436</FONT> return (String) reportReturn(methodCall, realResultSet.getString(columnName));<a name="line.2436"></a> <FONT color="green">2437</FONT> }<a name="line.2437"></a> <FONT color="green">2438</FONT> catch (SQLException s)<a name="line.2438"></a> <FONT color="green">2439</FONT> {<a name="line.2439"></a> <FONT color="green">2440</FONT> reportException(methodCall, s);<a name="line.2440"></a> <FONT color="green">2441</FONT> throw s;<a name="line.2441"></a> <FONT color="green">2442</FONT> }<a name="line.2442"></a> <FONT color="green">2443</FONT> }<a name="line.2443"></a> <FONT color="green">2444</FONT> <a name="line.2444"></a> <FONT color="green">2445</FONT> public Reader getCharacterStream(int columnIndex) throws SQLException<a name="line.2445"></a> <FONT color="green">2446</FONT> {<a name="line.2446"></a> <FONT color="green">2447</FONT> String methodCall = "getCharacterStream(" + columnIndex + ")";<a name="line.2447"></a> <FONT color="green">2448</FONT> try<a name="line.2448"></a> <FONT color="green">2449</FONT> {<a name="line.2449"></a> <FONT color="green">2450</FONT> return (Reader) reportReturn(methodCall, realResultSet.getCharacterStream(columnIndex));<a name="line.2450"></a> <FONT color="green">2451</FONT> }<a name="line.2451"></a> <FONT color="green">2452</FONT> catch (SQLException s)<a name="line.2452"></a> <FONT color="green">2453</FONT> {<a name="line.2453"></a> <FONT color="green">2454</FONT> reportException(methodCall, s);<a name="line.2454"></a> <FONT color="green">2455</FONT> throw s;<a name="line.2455"></a> <FONT color="green">2456</FONT> }<a name="line.2456"></a> <FONT color="green">2457</FONT> }<a name="line.2457"></a> <FONT color="green">2458</FONT> <a name="line.2458"></a> <FONT color="green">2459</FONT> public Reader getCharacterStream(String columnName) throws SQLException<a name="line.2459"></a> <FONT color="green">2460</FONT> {<a name="line.2460"></a> <FONT color="green">2461</FONT> String methodCall = "getCharacterStream(" + columnName + ")";<a name="line.2461"></a> <FONT color="green">2462</FONT> try<a name="line.2462"></a> <FONT color="green">2463</FONT> {<a name="line.2463"></a> <FONT color="green">2464</FONT> return (Reader) reportReturn(methodCall, realResultSet.getCharacterStream(columnName));<a name="line.2464"></a> <FONT color="green">2465</FONT> }<a name="line.2465"></a> <FONT color="green">2466</FONT> catch (SQLException s)<a name="line.2466"></a> <FONT color="green">2467</FONT> {<a name="line.2467"></a> <FONT color="green">2468</FONT> reportException(methodCall, s);<a name="line.2468"></a> <FONT color="green">2469</FONT> throw s;<a name="line.2469"></a> <FONT color="green">2470</FONT> }<a name="line.2470"></a> <FONT color="green">2471</FONT> }<a name="line.2471"></a> <FONT color="green">2472</FONT> <a name="line.2472"></a> <FONT color="green">2473</FONT> public void setFetchDirection(int direction) throws SQLException<a name="line.2473"></a> <FONT color="green">2474</FONT> {<a name="line.2474"></a> <FONT color="green">2475</FONT> String methodCall = "setFetchDirection(" + direction + ")";<a name="line.2475"></a> <FONT color="green">2476</FONT> try<a name="line.2476"></a> <FONT color="green">2477</FONT> {<a name="line.2477"></a> <FONT color="green">2478</FONT> realResultSet.setFetchDirection(direction);<a name="line.2478"></a> <FONT color="green">2479</FONT> }<a name="line.2479"></a> <FONT color="green">2480</FONT> catch (SQLException s)<a name="line.2480"></a> <FONT color="green">2481</FONT> {<a name="line.2481"></a> <FONT color="green">2482</FONT> reportException(methodCall, s);<a name="line.2482"></a> <FONT color="green">2483</FONT> throw s;<a name="line.2483"></a> <FONT color="green">2484</FONT> }<a name="line.2484"></a> <FONT color="green">2485</FONT> reportReturn(methodCall);<a name="line.2485"></a> <FONT color="green">2486</FONT> }<a name="line.2486"></a> <FONT color="green">2487</FONT> <a name="line.2487"></a> <FONT color="green">2488</FONT> public void updateCharacterStream(int columnIndex, Reader x, int length) throws SQLException<a name="line.2488"></a> <FONT color="green">2489</FONT> {<a name="line.2489"></a> <FONT color="green">2490</FONT> String methodCall = "updateCharacterStream(" + columnIndex + ", " + x + ", " + length + ")";<a name="line.2490"></a> <FONT color="green">2491</FONT> try<a name="line.2491"></a> <FONT color="green">2492</FONT> {<a name="line.2492"></a> <FONT color="green">2493</FONT> realResultSet.updateCharacterStream(columnIndex, x, length);<a name="line.2493"></a> <FONT color="green">2494</FONT> }<a name="line.2494"></a> <FONT color="green">2495</FONT> catch (SQLException s)<a name="line.2495"></a> <FONT color="green">2496</FONT> {<a name="line.2496"></a> <FONT color="green">2497</FONT> reportException(methodCall, s);<a name="line.2497"></a> <FONT color="green">2498</FONT> throw s;<a name="line.2498"></a> <FONT color="green">2499</FONT> }<a name="line.2499"></a> <FONT color="green">2500</FONT> reportReturn(methodCall);<a name="line.2500"></a> <FONT color="green">2501</FONT> }<a name="line.2501"></a> <FONT color="green">2502</FONT> <a name="line.2502"></a> <FONT color="green">2503</FONT> public void updateCharacterStream(String columnName, Reader reader, int length) throws SQLException<a name="line.2503"></a> <FONT color="green">2504</FONT> {<a name="line.2504"></a> <FONT color="green">2505</FONT> String methodCall = "updateCharacterStream(" + columnName + ", " + reader + ", " + length + ")";<a name="line.2505"></a> <FONT color="green">2506</FONT> try<a name="line.2506"></a> <FONT color="green">2507</FONT> {<a name="line.2507"></a> <FONT color="green">2508</FONT> realResultSet.updateCharacterStream(columnName, reader, length);<a name="line.2508"></a> <FONT color="green">2509</FONT> }<a name="line.2509"></a> <FONT color="green">2510</FONT> catch (SQLException s)<a name="line.2510"></a> <FONT color="green">2511</FONT> {<a name="line.2511"></a> <FONT color="green">2512</FONT> reportException(methodCall, s);<a name="line.2512"></a> <FONT color="green">2513</FONT> throw s;<a name="line.2513"></a> <FONT color="green">2514</FONT> }<a name="line.2514"></a> <FONT color="green">2515</FONT> reportReturn(methodCall);<a name="line.2515"></a> <FONT color="green">2516</FONT> }<a name="line.2516"></a> <FONT color="green">2517</FONT> <a name="line.2517"></a> <FONT color="green">2518</FONT> public byte getByte(int columnIndex) throws SQLException<a name="line.2518"></a> <FONT color="green">2519</FONT> {<a name="line.2519"></a> <FONT color="green">2520</FONT> String methodCall = "getByte(" + columnIndex + ")";<a name="line.2520"></a> <FONT color="green">2521</FONT> try<a name="line.2521"></a> <FONT color="green">2522</FONT> {<a name="line.2522"></a> <FONT color="green">2523</FONT> return reportReturn(methodCall, realResultSet.getByte(columnIndex));<a name="line.2523"></a> <FONT color="green">2524</FONT> }<a name="line.2524"></a> <FONT color="green">2525</FONT> catch (SQLException s)<a name="line.2525"></a> <FONT color="green">2526</FONT> {<a name="line.2526"></a> <FONT color="green">2527</FONT> reportException(methodCall, s);<a name="line.2527"></a> <FONT color="green">2528</FONT> throw s;<a name="line.2528"></a> <FONT color="green">2529</FONT> }<a name="line.2529"></a> <FONT color="green">2530</FONT> }<a name="line.2530"></a> <FONT color="green">2531</FONT> <a name="line.2531"></a> <FONT color="green">2532</FONT> public byte getByte(String columnName) throws SQLException<a name="line.2532"></a> <FONT color="green">2533</FONT> {<a name="line.2533"></a> <FONT color="green">2534</FONT> String methodCall = "getByte(" + columnName + ")";<a name="line.2534"></a> <FONT color="green">2535</FONT> try<a name="line.2535"></a> <FONT color="green">2536</FONT> {<a name="line.2536"></a> <FONT color="green">2537</FONT> return reportReturn(methodCall, realResultSet.getByte(columnName));<a name="line.2537"></a> <FONT color="green">2538</FONT> }<a name="line.2538"></a> <FONT color="green">2539</FONT> catch (SQLException s)<a name="line.2539"></a> <FONT color="green">2540</FONT> {<a name="line.2540"></a> <FONT color="green">2541</FONT> reportException(methodCall, s);<a name="line.2541"></a> <FONT color="green">2542</FONT> throw s;<a name="line.2542"></a> <FONT color="green">2543</FONT> }<a name="line.2543"></a> <FONT color="green">2544</FONT> }<a name="line.2544"></a> <FONT color="green">2545</FONT> <a name="line.2545"></a> <FONT color="green">2546</FONT> public void updateTime(int columnIndex, Time x) throws SQLException<a name="line.2546"></a> <FONT color="green">2547</FONT> {<a name="line.2547"></a> <FONT color="green">2548</FONT> String methodCall = "updateTime(" + columnIndex + ", " + x + ")";<a name="line.2548"></a> <FONT color="green">2549</FONT> try<a name="line.2549"></a> <FONT color="green">2550</FONT> {<a name="line.2550"></a> <FONT color="green">2551</FONT> realResultSet.updateTime(columnIndex, x);<a name="line.2551"></a> <FONT color="green">2552</FONT> }<a name="line.2552"></a> <FONT color="green">2553</FONT> catch (SQLException s)<a name="line.2553"></a> <FONT color="green">2554</FONT> {<a name="line.2554"></a> <FONT color="green">2555</FONT> reportException(methodCall, s);<a name="line.2555"></a> <FONT color="green">2556</FONT> throw s;<a name="line.2556"></a> <FONT color="green">2557</FONT> }<a name="line.2557"></a> <FONT color="green">2558</FONT> reportReturn(methodCall);<a name="line.2558"></a> <FONT color="green">2559</FONT> }<a name="line.2559"></a> <FONT color="green">2560</FONT> <a name="line.2560"></a> <FONT color="green">2561</FONT> public void updateTime(String columnName, Time x) throws SQLException<a name="line.2561"></a> <FONT color="green">2562</FONT> {<a name="line.2562"></a> <FONT color="green">2563</FONT> String methodCall = "updateTime(" + columnName + ", " + x + ")";<a name="line.2563"></a> <FONT color="green">2564</FONT> try<a name="line.2564"></a> <FONT color="green">2565</FONT> {<a name="line.2565"></a> <FONT color="green">2566</FONT> realResultSet.updateTime(columnName, x);<a name="line.2566"></a> <FONT color="green">2567</FONT> }<a name="line.2567"></a> <FONT color="green">2568</FONT> catch (SQLException s)<a name="line.2568"></a> <FONT color="green">2569</FONT> {<a name="line.2569"></a> <FONT color="green">2570</FONT> reportException(methodCall, s);<a name="line.2570"></a> <FONT color="green">2571</FONT> throw s;<a name="line.2571"></a> <FONT color="green">2572</FONT> }<a name="line.2572"></a> <FONT color="green">2573</FONT> reportReturn(methodCall);<a name="line.2573"></a> <FONT color="green">2574</FONT> }<a name="line.2574"></a> <FONT color="green">2575</FONT> <a name="line.2575"></a> <FONT color="green">2576</FONT> public byte[] getBytes(int columnIndex) throws SQLException<a name="line.2576"></a> <FONT color="green">2577</FONT> {<a name="line.2577"></a> <FONT color="green">2578</FONT> String methodCall = "getBytes(" + columnIndex + ")";<a name="line.2578"></a> <FONT color="green">2579</FONT> try<a name="line.2579"></a> <FONT color="green">2580</FONT> {<a name="line.2580"></a> <FONT color="green">2581</FONT> return (byte[]) reportReturn(methodCall, realResultSet.getBytes(columnIndex));<a name="line.2581"></a> <FONT color="green">2582</FONT> }<a name="line.2582"></a> <FONT color="green">2583</FONT> catch (SQLException s)<a name="line.2583"></a> <FONT color="green">2584</FONT> {<a name="line.2584"></a> <FONT color="green">2585</FONT> reportException(methodCall, s);<a name="line.2585"></a> <FONT color="green">2586</FONT> throw s;<a name="line.2586"></a> <FONT color="green">2587</FONT> }<a name="line.2587"></a> <FONT color="green">2588</FONT> }<a name="line.2588"></a> <FONT color="green">2589</FONT> <a name="line.2589"></a> <FONT color="green">2590</FONT> public byte[] getBytes(String columnName) throws SQLException<a name="line.2590"></a> <FONT color="green">2591</FONT> {<a name="line.2591"></a> <FONT color="green">2592</FONT> String methodCall = "getBytes(" + columnName + ")";<a name="line.2592"></a> <FONT color="green">2593</FONT> try<a name="line.2593"></a> <FONT color="green">2594</FONT> {<a name="line.2594"></a> <FONT color="green">2595</FONT> return (byte[]) reportReturn(methodCall, realResultSet.getBytes(columnName));<a name="line.2595"></a> <FONT color="green">2596</FONT> }<a name="line.2596"></a> <FONT color="green">2597</FONT> catch (SQLException s)<a name="line.2597"></a> <FONT color="green">2598</FONT> {<a name="line.2598"></a> <FONT color="green">2599</FONT> reportException(methodCall, s);<a name="line.2599"></a> <FONT color="green">2600</FONT> throw s;<a name="line.2600"></a> <FONT color="green">2601</FONT> }<a name="line.2601"></a> <FONT color="green">2602</FONT> }<a name="line.2602"></a> <FONT color="green">2603</FONT> <a name="line.2603"></a> <FONT color="green">2604</FONT> public boolean isAfterLast() throws SQLException<a name="line.2604"></a> <FONT color="green">2605</FONT> {<a name="line.2605"></a> <FONT color="green">2606</FONT> String methodCall = "isAfterLast()";<a name="line.2606"></a> <FONT color="green">2607</FONT> try<a name="line.2607"></a> <FONT color="green">2608</FONT> {<a name="line.2608"></a> <FONT color="green">2609</FONT> return reportReturn(methodCall, realResultSet.isAfterLast());<a name="line.2609"></a> <FONT color="green">2610</FONT> }<a name="line.2610"></a> <FONT color="green">2611</FONT> catch (SQLException s)<a name="line.2611"></a> <FONT color="green">2612</FONT> {<a name="line.2612"></a> <FONT color="green">2613</FONT> reportException(methodCall, s);<a name="line.2613"></a> <FONT color="green">2614</FONT> throw s;<a name="line.2614"></a> <FONT color="green">2615</FONT> }<a name="line.2615"></a> <FONT color="green">2616</FONT> }<a name="line.2616"></a> <FONT color="green">2617</FONT> <a name="line.2617"></a> <FONT color="green">2618</FONT> public void updateObject(int columnIndex, Object x, int scale) throws SQLException<a name="line.2618"></a> <FONT color="green">2619</FONT> {<a name="line.2619"></a> <FONT color="green">2620</FONT> String methodCall = "updateObject(" + columnIndex + ", " + x + ", " + scale + ")";<a name="line.2620"></a> <FONT color="green">2621</FONT> try<a name="line.2621"></a> <FONT color="green">2622</FONT> {<a name="line.2622"></a> <FONT color="green">2623</FONT> realResultSet.updateObject(columnIndex, x, scale);<a name="line.2623"></a> <FONT color="green">2624</FONT> }<a name="line.2624"></a> <FONT color="green">2625</FONT> catch (SQLException s)<a name="line.2625"></a> <FONT color="green">2626</FONT> {<a name="line.2626"></a> <FONT color="green">2627</FONT> reportException(methodCall, s);<a name="line.2627"></a> <FONT color="green">2628</FONT> throw s;<a name="line.2628"></a> <FONT color="green">2629</FONT> }<a name="line.2629"></a> <FONT color="green">2630</FONT> reportReturn(methodCall);<a name="line.2630"></a> <FONT color="green">2631</FONT> }<a name="line.2631"></a> <FONT color="green">2632</FONT> <a name="line.2632"></a> <FONT color="green">2633</FONT> public void updateObject(int columnIndex, Object x) throws SQLException<a name="line.2633"></a> <FONT color="green">2634</FONT> {<a name="line.2634"></a> <FONT color="green">2635</FONT> String methodCall = "updateObject(" + columnIndex + ", " + x + ")";<a name="line.2635"></a> <FONT color="green">2636</FONT> try<a name="line.2636"></a> <FONT color="green">2637</FONT> {<a name="line.2637"></a> <FONT color="green">2638</FONT> realResultSet.updateObject(columnIndex, x);<a name="line.2638"></a> <FONT color="green">2639</FONT> }<a name="line.2639"></a> <FONT color="green">2640</FONT> catch (SQLException s)<a name="line.2640"></a> <FONT color="green">2641</FONT> {<a name="line.2641"></a> <FONT color="green">2642</FONT> reportException(methodCall, s);<a name="line.2642"></a> <FONT color="green">2643</FONT> throw s;<a name="line.2643"></a> <FONT color="green">2644</FONT> }<a name="line.2644"></a> <FONT color="green">2645</FONT> reportReturn(methodCall);<a name="line.2645"></a> <FONT color="green">2646</FONT> }<a name="line.2646"></a> <FONT color="green">2647</FONT> <a name="line.2647"></a> <FONT color="green">2648</FONT> public void updateObject(String columnName, Object x, int scale) throws SQLException<a name="line.2648"></a> <FONT color="green">2649</FONT> {<a name="line.2649"></a> <FONT color="green">2650</FONT> String methodCall = "updateObject(" + columnName + ", " + x + ", " + scale + ")";<a name="line.2650"></a> <FONT color="green">2651</FONT> try<a name="line.2651"></a> <FONT color="green">2652</FONT> {<a name="line.2652"></a> <FONT color="green">2653</FONT> realResultSet.updateObject(columnName, x, scale);<a name="line.2653"></a> <FONT color="green">2654</FONT> }<a name="line.2654"></a> <FONT color="green">2655</FONT> catch (SQLException s)<a name="line.2655"></a> <FONT color="green">2656</FONT> {<a name="line.2656"></a> <FONT color="green">2657</FONT> reportException(methodCall, s);<a name="line.2657"></a> <FONT color="green">2658</FONT> throw s;<a name="line.2658"></a> <FONT color="green">2659</FONT> }<a name="line.2659"></a> <FONT color="green">2660</FONT> reportReturn(methodCall);<a name="line.2660"></a> <FONT color="green">2661</FONT> }<a name="line.2661"></a> <FONT color="green">2662</FONT> <a name="line.2662"></a> <FONT color="green">2663</FONT> public void updateObject(String columnName, Object x) throws SQLException<a name="line.2663"></a> <FONT color="green">2664</FONT> {<a name="line.2664"></a> <FONT color="green">2665</FONT> String methodCall = "updateObject(" + columnName + ", " + x + ")";<a name="line.2665"></a> <FONT color="green">2666</FONT> try<a name="line.2666"></a> <FONT color="green">2667</FONT> {<a name="line.2667"></a> <FONT color="green">2668</FONT> realResultSet.updateObject(columnName, x);<a name="line.2668"></a> <FONT color="green">2669</FONT> }<a name="line.2669"></a> <FONT color="green">2670</FONT> catch (SQLException s)<a name="line.2670"></a> <FONT color="green">2671</FONT> {<a name="line.2671"></a> <FONT color="green">2672</FONT> reportException(methodCall, s);<a name="line.2672"></a> <FONT color="green">2673</FONT> throw s;<a name="line.2673"></a> <FONT color="green">2674</FONT> }<a name="line.2674"></a> <FONT color="green">2675</FONT> reportReturn(methodCall);<a name="line.2675"></a> <FONT color="green">2676</FONT> }<a name="line.2676"></a> <FONT color="green">2677</FONT> <a name="line.2677"></a> <FONT color="green">2678</FONT> public int getFetchDirection() throws SQLException<a name="line.2678"></a> <FONT color="green">2679</FONT> {<a name="line.2679"></a> <FONT color="green">2680</FONT> String methodCall = "getFetchDirection()";<a name="line.2680"></a> <FONT color="green">2681</FONT> try<a name="line.2681"></a> <FONT color="green">2682</FONT> {<a name="line.2682"></a> <FONT color="green">2683</FONT> return reportReturn(methodCall, realResultSet.getFetchDirection());<a name="line.2683"></a> <FONT color="green">2684</FONT> }<a name="line.2684"></a> <FONT color="green">2685</FONT> catch (SQLException s)<a name="line.2685"></a> <FONT color="green">2686</FONT> {<a name="line.2686"></a> <FONT color="green">2687</FONT> reportException(methodCall, s);<a name="line.2687"></a> <FONT color="green">2688</FONT> throw s;<a name="line.2688"></a> <FONT color="green">2689</FONT> }<a name="line.2689"></a> <FONT color="green">2690</FONT> }<a name="line.2690"></a> <FONT color="green">2691</FONT> <a name="line.2691"></a> <FONT color="green">2692</FONT> public long getLong(int columnIndex) throws SQLException<a name="line.2692"></a> <FONT color="green">2693</FONT> {<a name="line.2693"></a> <FONT color="green">2694</FONT> String methodCall = "getLong(" + columnIndex + ")";<a name="line.2694"></a> <FONT color="green">2695</FONT> try<a name="line.2695"></a> <FONT color="green">2696</FONT> {<a name="line.2696"></a> <FONT color="green">2697</FONT> return reportReturn(methodCall, realResultSet.getLong(columnIndex));<a name="line.2697"></a> <FONT color="green">2698</FONT> }<a name="line.2698"></a> <FONT color="green">2699</FONT> catch (SQLException s)<a name="line.2699"></a> <FONT color="green">2700</FONT> {<a name="line.2700"></a> <FONT color="green">2701</FONT> reportException(methodCall, s);<a name="line.2701"></a> <FONT color="green">2702</FONT> throw s;<a name="line.2702"></a> <FONT color="green">2703</FONT> }<a name="line.2703"></a> <FONT color="green">2704</FONT> }<a name="line.2704"></a> <FONT color="green">2705</FONT> <a name="line.2705"></a> <FONT color="green">2706</FONT> public long getLong(String columnName) throws SQLException<a name="line.2706"></a> <FONT color="green">2707</FONT> {<a name="line.2707"></a> <FONT color="green">2708</FONT> String methodCall = "getLong(" + columnName + ")";<a name="line.2708"></a> <FONT color="green">2709</FONT> try<a name="line.2709"></a> <FONT color="green">2710</FONT> {<a name="line.2710"></a> <FONT color="green">2711</FONT> return reportReturn(methodCall, realResultSet.getLong(columnName));<a name="line.2711"></a> <FONT color="green">2712</FONT> }<a name="line.2712"></a> <FONT color="green">2713</FONT> catch (SQLException s)<a name="line.2713"></a> <FONT color="green">2714</FONT> {<a name="line.2714"></a> <FONT color="green">2715</FONT> reportException(methodCall, s);<a name="line.2715"></a> <FONT color="green">2716</FONT> throw s;<a name="line.2716"></a> <FONT color="green">2717</FONT> }<a name="line.2717"></a> <FONT color="green">2718</FONT> }<a name="line.2718"></a> <FONT color="green">2719</FONT> <a name="line.2719"></a> <FONT color="green">2720</FONT> public boolean isFirst() throws SQLException<a name="line.2720"></a> <FONT color="green">2721</FONT> {<a name="line.2721"></a> <FONT color="green">2722</FONT> String methodCall = "isFirst()";<a name="line.2722"></a> <FONT color="green">2723</FONT> try<a name="line.2723"></a> <FONT color="green">2724</FONT> {<a name="line.2724"></a> <FONT color="green">2725</FONT> return reportReturn(methodCall, realResultSet.isFirst());<a name="line.2725"></a> <FONT color="green">2726</FONT> }<a name="line.2726"></a> <FONT color="green">2727</FONT> catch (SQLException s)<a name="line.2727"></a> <FONT color="green">2728</FONT> {<a name="line.2728"></a> <FONT color="green">2729</FONT> reportException(methodCall, s);<a name="line.2729"></a> <FONT color="green">2730</FONT> throw s;<a name="line.2730"></a> <FONT color="green">2731</FONT> }<a name="line.2731"></a> <FONT color="green">2732</FONT> }<a name="line.2732"></a> <FONT color="green">2733</FONT> <a name="line.2733"></a> <FONT color="green">2734</FONT> public void insertRow() throws SQLException<a name="line.2734"></a> <FONT color="green">2735</FONT> {<a name="line.2735"></a> <FONT color="green">2736</FONT> String methodCall = "insertRow()";<a name="line.2736"></a> <FONT color="green">2737</FONT> try<a name="line.2737"></a> <FONT color="green">2738</FONT> {<a name="line.2738"></a> <FONT color="green">2739</FONT> realResultSet.insertRow();<a name="line.2739"></a> <FONT color="green">2740</FONT> }<a name="line.2740"></a> <FONT color="green">2741</FONT> catch (SQLException s)<a name="line.2741"></a> <FONT color="green">2742</FONT> {<a name="line.2742"></a> <FONT color="green">2743</FONT> reportException(methodCall, s);<a name="line.2743"></a> <FONT color="green">2744</FONT> throw s;<a name="line.2744"></a> <FONT color="green">2745</FONT> }<a name="line.2745"></a> <FONT color="green">2746</FONT> }<a name="line.2746"></a> <FONT color="green">2747</FONT> <a name="line.2747"></a> <FONT color="green">2748</FONT> public float getFloat(int columnIndex) throws SQLException<a name="line.2748"></a> <FONT color="green">2749</FONT> {<a name="line.2749"></a> <FONT color="green">2750</FONT> String methodCall = "getFloat(" + columnIndex + ")";<a name="line.2750"></a> <FONT color="green">2751</FONT> try<a name="line.2751"></a> <FONT color="green">2752</FONT> {<a name="line.2752"></a> <FONT color="green">2753</FONT> return reportReturn(methodCall, realResultSet.getFloat(columnIndex));<a name="line.2753"></a> <FONT color="green">2754</FONT> }<a name="line.2754"></a> <FONT color="green">2755</FONT> catch (SQLException s)<a name="line.2755"></a> <FONT color="green">2756</FONT> {<a name="line.2756"></a> <FONT color="green">2757</FONT> reportException(methodCall, s);<a name="line.2757"></a> <FONT color="green">2758</FONT> throw s;<a name="line.2758"></a> <FONT color="green">2759</FONT> }<a name="line.2759"></a> <FONT color="green">2760</FONT> }<a name="line.2760"></a> <FONT color="green">2761</FONT> <a name="line.2761"></a> <FONT color="green">2762</FONT> public float getFloat(String columnName) throws SQLException<a name="line.2762"></a> <FONT color="green">2763</FONT> {<a name="line.2763"></a> <FONT color="green">2764</FONT> String methodCall = "getFloat(" + columnName + ")";<a name="line.2764"></a> <FONT color="green">2765</FONT> try<a name="line.2765"></a> <FONT color="green">2766</FONT> {<a name="line.2766"></a> <FONT color="green">2767</FONT> return reportReturn(methodCall, realResultSet.getFloat(columnName));<a name="line.2767"></a> <FONT color="green">2768</FONT> }<a name="line.2768"></a> <FONT color="green">2769</FONT> catch (SQLException s)<a name="line.2769"></a> <FONT color="green">2770</FONT> {<a name="line.2770"></a> <FONT color="green">2771</FONT> reportException(methodCall, s);<a name="line.2771"></a> <FONT color="green">2772</FONT> throw s;<a name="line.2772"></a> <FONT color="green">2773</FONT> }<a name="line.2773"></a> <FONT color="green">2774</FONT> }<a name="line.2774"></a> <FONT color="green">2775</FONT> <a name="line.2775"></a> <FONT color="green">2776</FONT> public boolean isLast() throws SQLException<a name="line.2776"></a> <FONT color="green">2777</FONT> {<a name="line.2777"></a> <FONT color="green">2778</FONT> String methodCall = "isLast()";<a name="line.2778"></a> <FONT color="green">2779</FONT> try<a name="line.2779"></a> <FONT color="green">2780</FONT> {<a name="line.2780"></a> <FONT color="green">2781</FONT> return reportReturn(methodCall, realResultSet.isLast());<a name="line.2781"></a> <FONT color="green">2782</FONT> }<a name="line.2782"></a> <FONT color="green">2783</FONT> catch (SQLException s)<a name="line.2783"></a> <FONT color="green">2784</FONT> {<a name="line.2784"></a> <FONT color="green">2785</FONT> reportException(methodCall, s);<a name="line.2785"></a> <FONT color="green">2786</FONT> throw s;<a name="line.2786"></a> <FONT color="green">2787</FONT> }<a name="line.2787"></a> <FONT color="green">2788</FONT> }<a name="line.2788"></a> <FONT color="green">2789</FONT> <a name="line.2789"></a> <FONT color="green">2790</FONT> public void setFetchSize(int rows) throws SQLException<a name="line.2790"></a> <FONT color="green">2791</FONT> {<a name="line.2791"></a> <FONT color="green">2792</FONT> String methodCall = "setFetchSize(" + rows + ")";<a name="line.2792"></a> <FONT color="green">2793</FONT> try<a name="line.2793"></a> <FONT color="green">2794</FONT> {<a name="line.2794"></a> <FONT color="green">2795</FONT> realResultSet.setFetchSize(rows);<a name="line.2795"></a> <FONT color="green">2796</FONT> }<a name="line.2796"></a> <FONT color="green">2797</FONT> catch (SQLException s)<a name="line.2797"></a> <FONT color="green">2798</FONT> {<a name="line.2798"></a> <FONT color="green">2799</FONT> reportException(methodCall, s);<a name="line.2799"></a> <FONT color="green">2800</FONT> throw s;<a name="line.2800"></a> <FONT color="green">2801</FONT> }<a name="line.2801"></a> <FONT color="green">2802</FONT> reportReturn(methodCall);<a name="line.2802"></a> <FONT color="green">2803</FONT> }<a name="line.2803"></a> <FONT color="green">2804</FONT> <a name="line.2804"></a> <FONT color="green">2805</FONT> public void updateRow() throws SQLException<a name="line.2805"></a> <FONT color="green">2806</FONT> {<a name="line.2806"></a> <FONT color="green">2807</FONT> String methodCall = "updateRow()";<a name="line.2807"></a> <FONT color="green">2808</FONT> try<a name="line.2808"></a> <FONT color="green">2809</FONT> {<a name="line.2809"></a> <FONT color="green">2810</FONT> realResultSet.updateRow();<a name="line.2810"></a> <FONT color="green">2811</FONT> }<a name="line.2811"></a> <FONT color="green">2812</FONT> catch (SQLException s)<a name="line.2812"></a> <FONT color="green">2813</FONT> {<a name="line.2813"></a> <FONT color="green">2814</FONT> reportException(methodCall, s);<a name="line.2814"></a> <FONT color="green">2815</FONT> throw s;<a name="line.2815"></a> <FONT color="green">2816</FONT> }<a name="line.2816"></a> <FONT color="green">2817</FONT> reportReturn(methodCall);<a name="line.2817"></a> <FONT color="green">2818</FONT> }<a name="line.2818"></a> <FONT color="green">2819</FONT> <a name="line.2819"></a> <FONT color="green">2820</FONT> public void beforeFirst() throws SQLException<a name="line.2820"></a> <FONT color="green">2821</FONT> {<a name="line.2821"></a> <FONT color="green">2822</FONT> String methodCall = "beforeFirst()";<a name="line.2822"></a> <FONT color="green">2823</FONT> try<a name="line.2823"></a> <FONT color="green">2824</FONT> {<a name="line.2824"></a> <FONT color="green">2825</FONT> realResultSet.beforeFirst();<a name="line.2825"></a> <FONT color="green">2826</FONT> }<a name="line.2826"></a> <FONT color="green">2827</FONT> catch (SQLException s)<a name="line.2827"></a> <FONT color="green">2828</FONT> {<a name="line.2828"></a> <FONT color="green">2829</FONT> reportException(methodCall, s);<a name="line.2829"></a> <FONT color="green">2830</FONT> throw s;<a name="line.2830"></a> <FONT color="green">2831</FONT> }<a name="line.2831"></a> <FONT color="green">2832</FONT> reportReturn(methodCall);<a name="line.2832"></a> <FONT color="green">2833</FONT> }<a name="line.2833"></a> <FONT color="green">2834</FONT> <a name="line.2834"></a> <FONT color="green">2835</FONT> /**<a name="line.2835"></a> <FONT color="green">2836</FONT> * @deprecated<a name="line.2836"></a> <FONT color="green">2837</FONT> */<a name="line.2837"></a> <FONT color="green">2838</FONT> public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException<a name="line.2838"></a> <FONT color="green">2839</FONT> {<a name="line.2839"></a> <FONT color="green">2840</FONT> String methodCall = "getBigDecimal(" + columnIndex + ", " + scale + ")";<a name="line.2840"></a> <FONT color="green">2841</FONT> try<a name="line.2841"></a> <FONT color="green">2842</FONT> {<a name="line.2842"></a> <FONT color="green">2843</FONT> return (BigDecimal) reportReturn(methodCall, realResultSet.getBigDecimal(columnIndex, scale));<a name="line.2843"></a> <FONT color="green">2844</FONT> }<a name="line.2844"></a> <FONT color="green">2845</FONT> catch (SQLException s)<a name="line.2845"></a> <FONT color="green">2846</FONT> {<a name="line.2846"></a> <FONT color="green">2847</FONT> reportException(methodCall, s);<a name="line.2847"></a> <FONT color="green">2848</FONT> throw s;<a name="line.2848"></a> <FONT color="green">2849</FONT> }<a name="line.2849"></a> <FONT color="green">2850</FONT> }<a name="line.2850"></a> <FONT color="green">2851</FONT> <a name="line.2851"></a> <FONT color="green">2852</FONT> /**<a name="line.2852"></a> <FONT color="green">2853</FONT> * @deprecated<a name="line.2853"></a> <FONT color="green">2854</FONT> */<a name="line.2854"></a> <FONT color="green">2855</FONT> public BigDecimal getBigDecimal(String columnName, int scale) throws SQLException<a name="line.2855"></a> <FONT color="green">2856</FONT> {<a name="line.2856"></a> <FONT color="green">2857</FONT> String methodCall = "getBigDecimal(" + columnName + ", " + scale + ")";<a name="line.2857"></a> <FONT color="green">2858</FONT> try<a name="line.2858"></a> <FONT color="green">2859</FONT> {<a name="line.2859"></a> <FONT color="green">2860</FONT> return (BigDecimal) reportReturn(methodCall, realResultSet.getBigDecimal(columnName, scale));<a name="line.2860"></a> <FONT color="green">2861</FONT> }<a name="line.2861"></a> <FONT color="green">2862</FONT> catch (SQLException s)<a name="line.2862"></a> <FONT color="green">2863</FONT> {<a name="line.2863"></a> <FONT color="green">2864</FONT> reportException(methodCall, s);<a name="line.2864"></a> <FONT color="green">2865</FONT> throw s;<a name="line.2865"></a> <FONT color="green">2866</FONT> }<a name="line.2866"></a> <FONT color="green">2867</FONT> }<a name="line.2867"></a> <FONT color="green">2868</FONT> <a name="line.2868"></a> <FONT color="green">2869</FONT> public BigDecimal getBigDecimal(int columnIndex) throws SQLException<a name="line.2869"></a> <FONT color="green">2870</FONT> {<a name="line.2870"></a> <FONT color="green">2871</FONT> String methodCall = "getBigDecimal(" + columnIndex + ")";<a name="line.2871"></a> <FONT color="green">2872</FONT> try<a name="line.2872"></a> <FONT color="green">2873</FONT> {<a name="line.2873"></a> <FONT color="green">2874</FONT> return (BigDecimal) reportReturn(methodCall, realResultSet.getBigDecimal(columnIndex));<a name="line.2874"></a> <FONT color="green">2875</FONT> }<a name="line.2875"></a> <FONT color="green">2876</FONT> catch (SQLException s)<a name="line.2876"></a> <FONT color="green">2877</FONT> {<a name="line.2877"></a> <FONT color="green">2878</FONT> reportException(methodCall, s);<a name="line.2878"></a> <FONT color="green">2879</FONT> throw s;<a name="line.2879"></a> <FONT color="green">2880</FONT> }<a name="line.2880"></a> <FONT color="green">2881</FONT> }<a name="line.2881"></a> <FONT color="green">2882</FONT> <a name="line.2882"></a> <FONT color="green">2883</FONT> public BigDecimal getBigDecimal(String columnName) throws SQLException<a name="line.2883"></a> <FONT color="green">2884</FONT> {<a name="line.2884"></a> <FONT color="green">2885</FONT> String methodCall = "getBigDecimal(" + columnName + ")";<a name="line.2885"></a> <FONT color="green">2886</FONT> try<a name="line.2886"></a> <FONT color="green">2887</FONT> {<a name="line.2887"></a> <FONT color="green">2888</FONT> return (BigDecimal) reportReturn(methodCall, realResultSet.getBigDecimal(columnName));<a name="line.2888"></a> <FONT color="green">2889</FONT> }<a name="line.2889"></a> <FONT color="green">2890</FONT> catch (SQLException s)<a name="line.2890"></a> <FONT color="green">2891</FONT> {<a name="line.2891"></a> <FONT color="green">2892</FONT> reportException(methodCall, s);<a name="line.2892"></a> <FONT color="green">2893</FONT> throw s;<a name="line.2893"></a> <FONT color="green">2894</FONT> }<a name="line.2894"></a> <FONT color="green">2895</FONT> }<a name="line.2895"></a> <FONT color="green">2896</FONT> <a name="line.2896"></a> <FONT color="green">2897</FONT> public void afterLast() throws SQLException<a name="line.2897"></a> <FONT color="green">2898</FONT> {<a name="line.2898"></a> <FONT color="green">2899</FONT> String methodCall = "afterLast()";<a name="line.2899"></a> <FONT color="green">2900</FONT> try<a name="line.2900"></a> <FONT color="green">2901</FONT> {<a name="line.2901"></a> <FONT color="green">2902</FONT> realResultSet.afterLast();<a name="line.2902"></a> <FONT color="green">2903</FONT> }<a name="line.2903"></a> <FONT color="green">2904</FONT> catch (SQLException s)<a name="line.2904"></a> <FONT color="green">2905</FONT> {<a name="line.2905"></a> <FONT color="green">2906</FONT> reportException(methodCall, s);<a name="line.2906"></a> <FONT color="green">2907</FONT> throw s;<a name="line.2907"></a> <FONT color="green">2908</FONT> }<a name="line.2908"></a> <FONT color="green">2909</FONT> reportReturn(methodCall);<a name="line.2909"></a> <FONT color="green">2910</FONT> }<a name="line.2910"></a> <FONT color="green">2911</FONT> <a name="line.2911"></a> <FONT color="green">2912</FONT> public void refreshRow() throws SQLException<a name="line.2912"></a> <FONT color="green">2913</FONT> {<a name="line.2913"></a> <FONT color="green">2914</FONT> String methodCall = "refreshRow()";<a name="line.2914"></a> <FONT color="green">2915</FONT> try<a name="line.2915"></a> <FONT color="green">2916</FONT> {<a name="line.2916"></a> <FONT color="green">2917</FONT> realResultSet.refreshRow();<a name="line.2917"></a> <FONT color="green">2918</FONT> }<a name="line.2918"></a> <FONT color="green">2919</FONT> catch (SQLException s)<a name="line.2919"></a> <FONT color="green">2920</FONT> {<a name="line.2920"></a> <FONT color="green">2921</FONT> reportException(methodCall, s);<a name="line.2921"></a> <FONT color="green">2922</FONT> throw s;<a name="line.2922"></a> <FONT color="green">2923</FONT> }<a name="line.2923"></a> <FONT color="green">2924</FONT> }<a name="line.2924"></a> <FONT color="green">2925</FONT> <a name="line.2925"></a> <FONT color="green">2926</FONT> public &lt;T&gt; T unwrap(Class&lt;T&gt; iface) throws SQLException {<a name="line.2926"></a> <FONT color="green">2927</FONT> String methodCall = "unwrap(" + (iface==null?"null":iface.getName()) + ")";<a name="line.2927"></a> <FONT color="green">2928</FONT> try<a name="line.2928"></a> <FONT color="green">2929</FONT> {<a name="line.2929"></a> <FONT color="green">2930</FONT> //todo: double check this logic<a name="line.2930"></a> <FONT color="green">2931</FONT> return (T)reportReturn(methodCall, (iface != null &amp;&amp; (iface == ResultSet.class || iface == Spy.class))?(T)this:realResultSet.unwrap(iface));<a name="line.2931"></a> <FONT color="green">2932</FONT> }<a name="line.2932"></a> <FONT color="green">2933</FONT> catch (SQLException s)<a name="line.2933"></a> <FONT color="green">2934</FONT> {<a name="line.2934"></a> <FONT color="green">2935</FONT> reportException(methodCall,s);<a name="line.2935"></a> <FONT color="green">2936</FONT> throw s;<a name="line.2936"></a> <FONT color="green">2937</FONT> }<a name="line.2937"></a> <FONT color="green">2938</FONT> }<a name="line.2938"></a> <FONT color="green">2939</FONT> <a name="line.2939"></a> <FONT color="green">2940</FONT> public boolean isWrapperFor(Class&lt;?&gt; iface) throws SQLException<a name="line.2940"></a> <FONT color="green">2941</FONT> {<a name="line.2941"></a> <FONT color="green">2942</FONT> String methodCall = "isWrapperFor(" + (iface==null?"null":iface.getName()) + ")";<a name="line.2942"></a> <FONT color="green">2943</FONT> try<a name="line.2943"></a> <FONT color="green">2944</FONT> {<a name="line.2944"></a> <FONT color="green">2945</FONT> return reportReturn(methodCall, (iface != null &amp;&amp; (iface == ResultSet.class || iface == Spy.class)) ||<a name="line.2945"></a> <FONT color="green">2946</FONT> realResultSet.isWrapperFor(iface));<a name="line.2946"></a> <FONT color="green">2947</FONT> }<a name="line.2947"></a> <FONT color="green">2948</FONT> catch (SQLException s)<a name="line.2948"></a> <FONT color="green">2949</FONT> {<a name="line.2949"></a> <FONT color="green">2950</FONT> reportException(methodCall,s);<a name="line.2950"></a> <FONT color="green">2951</FONT> throw s;<a name="line.2951"></a> <FONT color="green">2952</FONT> }<a name="line.2952"></a> <FONT color="green">2953</FONT> }<a name="line.2953"></a> <FONT color="green">2954</FONT> }<a name="line.2954"></a> </PRE> </BODY> </HTML>
virtix/mut4j
lib/log4jdbc-1.2beta2/doc/apidocs-jdbc4/src-html/net/sf/log4jdbc/ResultSetSpy.html
HTML
mit
246,378
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>One Graph</title> <style type="text/css"> body { font-family: sans-serif; font-size: 13px; /*font: 13px sans-serif;*/ } body, html { width : 100%; height : 95%; padding: 0; margin : 0; } /*rect {*/ /* fill: #fff;*/ /*}*/ ul { list-style-type: none; margin: 0.3em 0em 0.3em 0em; width: 100%; } ul li { display: table-cell; vertical-align: middle; margin: 0em; padding: 0em .5em; } .grid { font-size: 1.0em; } .grid-num-x { } .grid-num-y { } .title { } .xlabel { } .ylabel { } .chart { background-color: #FFFFFF; width: 100%; height: 100%; } .chartfull { width: 100%; height: 100%; } .chartpart { width: 100%; height: 62%; } .chartquart { width: 50%; height: 50%; display: inline-block; } .graph-background { fill: #EEEEEE; } .grid-line { stroke: #CCCCCC; } .points { stroke-width: 5px; } .points-f { fill: #0000FF; stroke: #0000FF; } .points-r { fill: #FF3300; stroke: #FF3300; } .scaf-highlight { /*stroke-width: 10px;*/ } .scaf-square { fill: #00FF00; stroke: #00FF00; opacity: 0.4; stroke-width: 10px; /*z-index: -1;*/ } .close-icon, .download-icon, .padlock-icon, .compass-g { opacity: 0.2; } .close-icon:hover, .download-icon:hover, .padlock-icon:hover, .compass-g:hover { opacity: 1.0; } /* circle { fill: none; stroke: steelblue; stroke-width: 5px; } circle { fill: white; fill-opacity: 0.2; cursor: move; } circle.selected { fill: #ff7f0e; stroke: #ff7f0e; } circle:hover { fill: #ff7f0e; stroke: #707f0e; } circle.selected:hover { fill: #ff7f0e; stroke: #ff7f0e; } */ .download { background: #333333; color: #FFFFFF; font-weight: 900; border: 2px solid #B10000; padding: 4px; margin: 4px; } .padlock-icon-red { fill: #FF3300; } .padlock-icon-white { fill: #FFFFFF; } .compass{ fill: #FFFFFF; stroke: #000000; stroke-width: 1.5; } .compass-button{ fill: #225EA8; stroke: #0C2C84; stroke-miterlimit: 6; stroke-linecap: round; } .compass-button:hover{ stroke-width: 2; } .compass-plus-minus{ fill: #FFFFFF; pointer-events: none; } .compass-opaque { opacity: .2; } </style> <style> .htmlDiv { position: fixed !important; right: 0; top: 0; float: right; background: #999999; color: #FFFFFF; text-align: right; white-space: nowrap; overflow: hidden; transition: 0.5s; -webkit-transition: 0.5s; width: 3.0em; height: 1.5em; } .htmlDiv:hover { display: block; width: 65em; height: 100%; overflow: scroll !important; z-index: 101; } .htmlDivTitle { height: 1.5em; } .labelB { text-align: right; z-index: 100; } .setupField { text-align: left; z-index: 100; } .setupEl{ z-index: 100; } .labelA { text-align: left; z-index: 100; } #tipper { fill : #0000FF; font-size: 0.8em; color: #FFFFFF; position: fixed !important; right: 0; top: 2em; float: right; background: #ddd; text-align: right; overflow: hidden; white-space: nowrap; background-color: rgba(0,0,255,0.7); } .setuptable, .setuptable tr { vertical-align: top; } .selectDiv { height: 1.5em; overflow: hidden; color: blue; position: absolute; /*display: block;*/ /*float: inherit;*/ /*float: left;*/ /*z-index: 1000;*/ } .selectDiv:hover { height: auto; color: black; background: lightgrey; } </style> <!--<link rel="stylesheet" type="text/css" href="css/tipsy.css" />--> </head> <body onload="start()"> <script type="text/javascript" src="js/d3.v3.3.9.js"></script> <script type="text/javascript" src="js/parseUri.js"></script> <script type="text/javascript" src="js/base64.js"></script> <script type="text/javascript" src="js/RawDeflate.js"></script> <script type="text/javascript" src="js/public_smo_scripts.js"></script> <script type="text/javascript" src="js/simple-graph.js"></script> <!--<script type="text/javascript" src="js/jquery-2.0.3.min.js"></script>--> <!--<script type="text/javascript" src="js/jquery.tipsy.js"></script>--> <script type="text/javascript" src="data/list.js"></script> <!--list has to be loaded before setup--> <!--<script type="text/javascript" src="data/data.js"></script>--> <!--list has to be loaded before setup--> <script type="text/javascript" src="js/menus.js"></script> <script type="text/javascript" src="js/setup.js"></script> <!--<script type="text/javascript" src="js/setup2.js"></script>--> <script type="text/javascript"> var datafolder = 'data/'; /* * Folder where the databases resides */ var chartName = 'chart1'; /* * Div where to draw graphs */ var scriptHolder = 'scriptholder'; var _prog_domain = 'webmummer'; var localDb = new LocalStorageDb( _prog_domain, _db_domain ); webmummer_debug = true; </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-5291039-8', 'alvesnet.net'); ga('send', 'pageview'); </script> <div id="scriptholder"></div> </body> </html>
sauloal/webmummer
index.html
HTML
mit
7,143
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>ansible.galaxy.role</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="ansible-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" >ansible</th> </tr></table></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="ansible-module.html">Package&nbsp;ansible</a> :: <a href="ansible.galaxy-module.html">Package&nbsp;galaxy</a> :: Module&nbsp;role </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="ansible.galaxy.role-module.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== MODULE DESCRIPTION ==================== --> <h1 class="epydoc">Module role</h1><p class="nomargin-top"><span class="codelink"><a href="ansible.galaxy.role-pysrc.html">source&nbsp;code</a></span></p> <!-- ==================== CLASSES ==================== --> <a name="section-Classes"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Classes</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Classes" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="ansible.galaxy.role.GalaxyRole-class.html" class="summary-name">GalaxyRole</a> </td> </tr> </table> <!-- ==================== VARIABLES ==================== --> <a name="section-Variables"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Variables</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Variables" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="display"></a><span class="summary-name">display</span> = <code title="Display()">Display()</code> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="__package__"></a><span class="summary-name">__package__</span> = <code title="None">None</code><br /> hash(x) </td> </tr> </table> <p class="indent-wrapped-lines"><b>Imports:</b> <a href="type-class.html" title="type">__metaclass__</a>, <span title="datetime">datetime</span>, <span title="os">os</span>, <span title="tarfile">tarfile</span>, <span title="tempfile">tempfile</span>, <span title="yaml">yaml</span>, <span title="distutils.version.LooseVersion">LooseVersion</span>, <span title="shutil.rmtree">rmtree</span>, <a href="ansible.constants-module.html" title="ansible.constants">C</a>, <a href="ansible.errors.AnsibleError-class.html" title="ansible.errors.AnsibleError">AnsibleError</a>, <a href="ansible.module_utils.urls-module.html#open_url" title="ansible.module_utils.urls.open_url">open_url</a>, <a href="ansible.playbook.role.requirement.RoleRequirement-class.html" title="ansible.playbook.role.requirement.RoleRequirement">RoleRequirement</a>, <a href="ansible.galaxy.api.GalaxyAPI-class.html" title="ansible.galaxy.api.GalaxyAPI">GalaxyAPI</a>, <a href="ansible.utils.display.Display-class.html" title="ansible.utils.display.Display">Display</a> </p><br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="ansible-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" >ansible</th> </tr></table></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Fri Jul 29 13:11:37 2016 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
alikins/alikins.github.io
epydoc/ansible.galaxy.role-module.html
HTML
mit
7,378
{% extends './../frame.html' %} {% block content %} {% if int(contest_data['id']) != 0 %} <h1>Edit Contest.{{contest_data['id']}}</h1> {% else %} <h1>New Contest</h1> {% end %} <form class="form" id="contest_content" method={% if contest_data['id'] != 0 %}"put"{% else %}"post"{% end %} action={% if contest_data['id'] != 0 %}"/api/groups/{{current_group}}/contests/{{contest_data['id']}}/"{% else %}"/api/groups/{{current_group}}/contests/"{% end %} > <input type="hidden" name="token" value="{{account['token']}}"> <div class="row"> <div class="col-md-3 form-group"> <label class="control-label">Name</label> <input class="form-control" type="text" name="title" value="{{contest_data['title']}}"> </div> <div class="col-md-3 form-group"> <div> <label class="control-label">Visible</label> </div> <select class="select" name="visible" data-width="100%"> {% for x in map_visible %} <option value={{x}}>{{map_visible[x]}}</option> {% end %} </select> </div> <div class="col-md-3 form-group"> <label class="control-label">Type</label> <select class="select" name="type" data-width="100%"> {% for x in map_visible %} <option value={{x}}>{{map_visible[x]}}</option> {% end %} </select> </div> </div> <div class="row margin-bottom"> <div class="col-md-6"> <div class="form-group"> <label class="control-label">Register</label> <div class="input-group" > <input type="text" class="datetimepicker form-control" name="register_start" value="{{contest_data['register_start']}}"> <div class="input-group-addon">to</div> <input type="text" class="datetimepicker form-control" name="register_end" value="{{contest_data['register_end']}}"> </div> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="control-label">Contest</label> <div class="input-group" > <input type="text" class="datetimepicker form-control" name="start" value="{{contest_data['start']}}"> <div class="input-group-addon">to</div> <input type="text" class="datetimepicker form-control" name="end" value="{{contest_data['end']}}"> </div> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="control-label">Freeze(How many minutes will scoreboard stop update before contest end)</label> <input type="number" class="form-control" name="freeze" value="{{contest_data['freeze']}}" placeholder="freeze the scoreboard X minutes before the end(it won't effect if freeze time error)"> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-heading"> Description </div> <div class="panel-body edit"> <textarea class="form-control" rows=10 name="description">{{contest_data['description']}}</textarea> </div> </div> </div> </div> <button type="submit" class="btn btn-success">Submit</button> </form> <hr> {% if int(contest_data['id']) != 0 %} <form class="form" id="contest_problem" method="put" action="/api/groups/{{current_group}}/contests/{{contest_data['id']}}/problems/" > <input type="hidden" name="token" value="{{account['token']}}"> <div class="row"> <div class="col-md-12"> <h2>Problem</h2> <div onclick="$('tbody:not(.template)').append($('.contest.problem.template').html());" class="btn btn-default margin-bottom">New</div> <div class="panel panel-default"> <table class="table table-hover table-striped table-condensed"> <thead> <th class="text-center">#</th> <th class="text-center">Score</th> <th class="text-center">Delete</th> </thead> <tbody> {% for id, x in enumerate(contest_data['problem']) %} <tr> <td class="col-xs-2"><input name="problems[]" type="number" class="form-control" value="{{x['id']}}"></td> <td class="col-xs-8"><input name="scores[]" class="form-control" value="{{x['score']}}"></td> <td class="col-xs-2"><a class="btn btn-danger btn-block" onclick="$(this).parent().parent().remove();">Delete</a></td> </tr> {% end %} </tbody> </table> </div> <button type="submit" class="btn btn-success">Submit</button> </div> </div> </form> <table class="hidden"> <tbody class="template contest problem"> <tr> <td class="col-xs-2"><input name="problems[]" type="number" class="form-control"></td> <td class="col-xs-8"><input name="scores[]" class="form-control"></td> <td class="col-xs-2"><a class="btn btn-danger btn-block" onclick="$(this).parent().parent().remove();">Delete</a></td> </tr> </tbody> </table> <script> require(["jquery", "bootbox", "bootstrap-select", "bootstrap-datetimepicker"], function($, bootbox){ $("#contest_problem").submit(function(){ form = $(this); $.ajax({ url: form.attr("action"), type: form.attr("method"), data: form.serialize(), dataType: "json", success: function(msg){ bootbox.alert("Updated!", function(){ location.href = location.href; }); }, error: function(event){ msg = JSON.parse(event.responseText); bootbox.alert(msg['msg'], function(){ location.href = location.href; }); } }); return false; }); }); </script> {% end %} <script> require(["jquery", "bootbox", "bootstrap-select", "bootstrap-datetimepicker"], function($, bootbox){ $(".select").selectpicker(); $("[name=visible]").selectpicker('val', {{contest_data["visible"]}}); $('.datetimepicker').datetimepicker({ format: 'YYYY-MM-DD HH:mm:ss' }); $("#contest_content").submit(function(){ form = $(this); $.ajax({ url: form.attr("action"), type: form.attr("method"), data: form.serialize(), dataType: "json", success: function(msg){ location.href = "/groups/{{current_group}}/contests/" + msg['msg'] + "/"; }, error: function(event){ msg = JSON.parse(event.responseText); bootbox.alert(msg['msg']); } }); return false; }); }); </script> {% end %}
Tocknicsu/nctuoj
backend/web/template/contests/contest_edit.html
HTML
mit
7,558
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>disel: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.2 / disel - 2.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> disel <small> 2.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-02 00:56:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-02 00:56:38 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.13.2 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 zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/DistributedComponents/disel&quot; dev-repo: &quot;git+https://github.com/DistributedComponents/disel.git&quot; bug-reports: &quot;https://github.com/DistributedComponents/disel/issues&quot; license: &quot;BSD-2-Clause&quot; synopsis: &quot;Core framework files for Disel, a separation-style logic for compositional verification of distributed systems in Coq&quot; description: &quot;&quot;&quot; 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. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;Core&quot;] install: [make &quot;-C&quot; &quot;Core&quot; &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.13~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.9.0&quot; &amp; &lt; &quot;1.12~&quot;} &quot;coq-fcsl-pcm&quot; {&lt; &quot;1.3.0&quot;} ] tags: [ &quot;category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;keyword:program verification&quot; &quot;keyword:separation logic&quot; &quot;keyword:distributed algorithms&quot; &quot;logpath:DiSeL&quot; &quot;date:2020-07-26&quot; ] authors: [ &quot;Ilya Sergey&quot; &quot;James R. Wilcox&quot; ] url { src: &quot;https://github.com/DistributedComponents/disel/archive/v2.2.tar.gz&quot; checksum: &quot;sha512=52ede64ded6f54ec60220095d5315a1862a4eae067cdeeb418c5902167b2b8387a8e0de076811493808a55988b1753c1cf1c1c33e146d1279461fe056d4817a7&quot; } </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.2.2 coq.8.13.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.2). The following dependencies couldn&#39;t be met: - coq-disel -&gt; coq &lt; 8.13~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-disel.2.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> 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.13.2/disel/2.2.html
HTML
mit
7,846
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.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"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="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="../../../../.."><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="../../..">Unstable</a></li> <li><a href=".">8.4.dev / contrib:high-school-geometry dev</a></li> <li class="active"><a href="">2015-01-07 03:53:32</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:high-school-geometry <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2015-01-07 03:53:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-07 03:53:32 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:high-school-geometry/coq:contrib:high-school-geometry.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></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 --dry-run coq:contrib:high-school-geometry.dev coq.8.4.dev</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev). The following dependencies couldn&#39;t be met: - coq:contrib:high-school-geometry -&gt; coq &gt;= dev Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:high-school-geometry.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.4.dev === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4.dev. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing [WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing The following actions will be performed: - install coq.hott [required by coq:contrib:high-school-geometry] - install coq:contrib:high-school-geometry.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.hott: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no make -j4 make install Installing coq.hott. Building coq:contrib:high-school-geometry.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:high-school-geometry.dev. </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>Duration</dt> <dd>0 s</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-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.dev/contrib:high-school-geometry/dev/2015-01-07_03-53-32.html
HTML
mit
7,055
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>1.1. comp neuro</title> <link rel="stylesheet" href="../../_static/css/index.73d71520a4ca3b99cfee5594769eaaae.css"> <link rel="stylesheet" href="../../_static/vendor/fontawesome/5.13.0/css/all.min.css"> <link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2"> <link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2"> <link rel="stylesheet" href="../../_static/vendor/open-sans_all/1.44.1/index.css"> <link rel="stylesheet" href="../../_static/vendor/lato_latin-ext/1.44.1/index.css"> <link rel="stylesheet" href="../../_static/sphinx-book-theme.40e2e510f6b7d1648584402491bb10fe.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css" /> <link rel="stylesheet" type="text/css" href="../../_static/copybutton.css" /> <link rel="stylesheet" type="text/css" href="../../_static/mystnb.css" /> <link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css" /> <link rel="stylesheet" type="text/css" href="../../_static/panels-main.c949a650a448cc0ae9fd3441c0e17fb0.css" /> <link rel="stylesheet" type="text/css" href="../../_static/panels-variables.06eb56fa6e07937060861dad626602ad.css" /> <link rel="preload" as="script" href="../../_static/js/index.3da636dd464baa7582d2.js"> <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script> <script type="text/javascript" src="../../_static/jquery.js"></script> <script type="text/javascript" src="../../_static/underscore.js"></script> <script type="text/javascript" src="../../_static/doctools.js"></script> <script type="text/javascript" src="../../_static/language_data.js"></script> <script type="text/javascript" src="../../_static/togglebutton.js"></script> <script type="text/javascript" src="../../_static/clipboard.min.js"></script> <script type="text/javascript" src="../../_static/copybutton.js"></script> <script type="text/javascript">var togglebuttonSelector = '.toggle, .admonition.dropdown, .tag_hide_input div.cell_input, .tag_hide-input div.cell_input, .tag_hide_output div.cell_output, .tag_hide-output div.cell_output, .tag_hide_cell.cell, .tag_hide-cell.cell';</script> <script type="text/javascript" src="../../_static/sphinx-book-theme.d31b09fe5c1d09cb49b26a786de4a05d.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["\\(", "\\)"]], "displayMath": [["\\[", "\\]"]], "processRefs": false, "processEnvironments": false}})</script> <script async="async" type="text/javascript" src="https://unpkg.com/thebelab@latest/lib/index.js"></script> <script type="text/javascript"> const thebe_selector = ".thebe" const thebe_selector_input = "pre" const thebe_selector_output = ".output" </script> <script async="async" type="text/javascript" src="../../_static/sphinx-thebe.js"></script> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> <link rel="next" title="1.2. transfer learning" href="ovw_transfer_learning.html" /> <link rel="prev" title="1. research_ovws" href="research_ovws.html" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="docsearch:language" content="en" /> </head> <body data-spy="scroll" data-target="#bd-toc-nav" data-offset="80"> <div class="container-xl"> <div class="row"> <div class="col-12 col-md-3 bd-sidebar site-navigation show" id="site-navigation"> <div class="navbar-brand-box"> <a class="navbar-brand text-wrap" href="../../index.html"> <img src="../../_static/logo.png" class="logo" alt="logo"> </a> </div><form class="bd-search d-flex align-items-center" action="../../search.html" method="get"> <i class="icon fas fa-search"></i> <input type="search" class="form-control" name="q" id="search-input" placeholder="Search this book..." aria-label="Search this book..." autocomplete="off" > </form> <nav class="bd-links" id="bd-docs-nav" aria-label="Main navigation"> <ul class="nav sidenav_l1"> <li class="toctree-l1"> <a class="reference internal" href="../../intro.html"> overview 👋 </a> </li> </ul> <ul class="current nav sidenav_l1"> <li class="toctree-l1 current active collapsible-parent"> <a class="reference internal" href="research_ovws.html"> 1. research_ovws </a> <ul class="current collapse-ul"> <li class="toctree-l2 current active"> <a class="current reference internal" href="#"> 1.1. comp neuro </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_transfer_learning.html"> 1.2. transfer learning </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_disentanglement.html"> 1.3. disentanglement </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_omics.html"> 1.4. omics </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_complexity.html"> 1.5. complexity </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_interesting_science.html"> 1.6. interesting science </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_dl_theory.html"> 1.7. dl theory </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_scat.html"> 1.8. scattering transform </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_ml_medicine.html"> 1.9. ml in medicine </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_causal_inference.html"> 1.10. causal inference </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_dl_for_neuro.html"> 1.11. dl for neuro </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_uncertainty.html"> 1.12. uncertainty </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_interp.html"> 1.13. interpretability </a> </li> <li class="toctree-l2"> <a class="reference internal" href="ovw_generalization.html"> 1.14. generalization </a> </li> </ul> <i class="fas fa-chevron-down"> </i> </li> <li class="toctree-l1 collapsible-parent"> <a class="reference internal" href="../cs/cs.html"> 2. cs </a> <ul class="collapse-ul"> <li class="toctree-l2"> <a class="reference internal" href="../cs/retrieval.html"> 2.1. info retrieval </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/data_structures.html"> 2.2. data structures </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/languages.html"> 2.3. languages </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/software.html"> 2.4. software engineering </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/quantum.html"> 2.5. quantum </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/algo.html"> 2.6. algorithms </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/graphs.html"> 2.7. graphs </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/databases.html"> 2.8. overview </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/databases.html#sql"> 2.9. sql </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/os.html"> 2.10. os </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/arch.html"> 2.11. architecture </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/reproducibility.html"> 2.12. reproducibility </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../cs/comp_theory.html"> 2.13. cs theory </a> </li> </ul> <i class="fas fa-chevron-down"> </i> </li> <li class="toctree-l1 collapsible-parent"> <a class="reference internal" href="../math/math.html"> 3. math </a> <ul class="collapse-ul"> <li class="toctree-l2"> <a class="reference internal" href="../math/differential_equations.html"> 3.1. differential equations </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../math/proofs.html"> 3.2. proofs </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../math/analysis.html"> 3.3. real analysis </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../math/linear_algebra.html"> 3.4. linear algebra </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../math/signals.html"> 3.5. signals </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../math/optimization.html"> 3.6. optimization </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../math/calculus.html"> 3.7. calculus </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../math/chaos.html"> 3.8. chaos </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../math/math_basics.html"> 3.9. math basics </a> </li> </ul> <i class="fas fa-chevron-down"> </i> </li> <li class="toctree-l1 collapsible-parent"> <a class="reference internal" href="../stat/stat.html"> 4. stat </a> <ul class="collapse-ul"> <li class="toctree-l2"> <a class="reference internal" href="../stat/graphical_models.html"> 4.1. graphical models </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../stat/data_analysis.html"> 4.2. data analysis </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../stat/testing.html"> 4.3. testing </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../stat/causal_inference.html"> 4.4. causal inference </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../stat/info_theory.html"> 4.5. info theory </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../stat/linear_models.html"> 4.6. linear models </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../stat/time_series.html"> 4.7. time series </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../stat/game_theory.html"> 4.8. game theory </a> </li> </ul> <i class="fas fa-chevron-down"> </i> </li> <li class="toctree-l1 collapsible-parent"> <a class="reference internal" href="../ml/ml.html"> 5. ml </a> <ul class="collapse-ul"> <li class="toctree-l2"> <a class="reference internal" href="../ml/kernels.html"> 5.1. kernels </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ml/nlp.html"> 5.2. nlp </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ml/comp_vision.html"> 5.3. computer vision </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ml/structure_ml.html"> 5.4. structure learning </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ml/classification.html"> 5.5. classification </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ml/unsupervised.html"> 5.6. unsupervised </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ml/deep_learning.html"> 5.7. deep learning </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ml/feature_selection.html"> 5.8. feature selection </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ml/learning_theory.html"> 5.9. learning theory </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ml/evaluation.html"> 5.10. evaluation </a> </li> </ul> <i class="fas fa-chevron-down"> </i> </li> <li class="toctree-l1 collapsible-parent"> <a class="reference internal" href="../ai/ai.html"> 6. ai </a> <ul class="collapse-ul"> <li class="toctree-l2"> <a class="reference internal" href="../ai/search.html"> 6.1. search </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ai/decisions_rl.html"> 6.2. decisions, rl </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ai/fairness_sts.html"> 6.3. fairness, sts </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ai/cogsci.html"> 6.4. cogsci </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ai/ai_futures.html"> 6.5. ai futures </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ai/logic.html"> 6.6. logic </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ai/philosophy.html"> 6.7. philosophy </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ai/psychology.html"> 6.8. psychology </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../ai/knowledge_rep.html"> 6.9. representations </a> </li> </ul> <i class="fas fa-chevron-down"> </i> </li> <li class="toctree-l1 collapsible-parent"> <a class="reference internal" href="../neuro/neuro.html"> 7. neuro </a> <ul class="collapse-ul"> <li class="toctree-l2"> <a class="reference internal" href="../neuro/disease.html"> 7.1. disease </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../neuro/brain_basics.html"> 7.2. brain basics </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../neuro/vissci.html"> 7.3. vision </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../neuro/comp_neuro.html"> 7.4. comp neuro </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../neuro/sensory_input.html"> 7.5. sensory input </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../neuro/memory.html"> 7.6. memory </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../neuro/motor.html"> 7.7. motor system </a> </li> <li class="toctree-l2"> <a class="reference internal" href="../neuro/development.html"> 7.8. development </a> </li> </ul> <i class="fas fa-chevron-down"> </i> </li> </ul> </nav> <!-- To handle the deprecated key --> <div class="navbar_extra_footer"> Powered by <a href="https://jupyterbook.org">Jupyter Book</a> </div> </div> <main class="col py-md-3 pl-md-4 bd-content overflow-auto" role="main"> <div class="row topbar fixed-top container-xl"> <div class="col-12 col-md-3 bd-topbar-whitespace site-navigation show"> </div> <div class="col pl-2 topbar-main"> <button id="navbar-toggler" class="navbar-toggler ml-0" type="button" data-toggle="collapse" data-toggle="tooltip" data-placement="bottom" data-target=".site-navigation" aria-controls="navbar-menu" aria-expanded="true" aria-label="Toggle navigation" aria-controls="site-navigation" title="Toggle navigation" data-toggle="tooltip" data-placement="left"> <i class="fas fa-bars"></i> <i class="fas fa-arrow-left"></i> <i class="fas fa-arrow-up"></i> </button> <div class="dropdown-buttons-trigger"> <button id="dropdown-buttons-trigger" class="btn btn-secondary topbarbtn" aria-label="Download this page"><i class="fas fa-download"></i></button> <div class="dropdown-buttons"> <!-- ipynb file if we had a myst markdown file --> <!-- Download raw file --> <a class="dropdown-buttons" href="../../_sources/notes/research_ovws/ovw_comp_neuro.md"><button type="button" class="btn btn-secondary topbarbtn" title="Download source file" data-toggle="tooltip" data-placement="left">.md</button></a> <!-- Download PDF via print --> <button type="button" id="download-print" class="btn btn-secondary topbarbtn" title="Print to PDF" onClick="window.print()" data-toggle="tooltip" data-placement="left">.pdf</button> </div> </div> <!-- Source interaction buttons --> <div class="dropdown-buttons-trigger"> <button id="dropdown-buttons-trigger" class="btn btn-secondary topbarbtn" aria-label="Connect with source repository"><i class="fab fa-github"></i></button> <div class="dropdown-buttons sourcebuttons"> <a class="repository-button" href="https://github.com/csinva/csinva.github.io"><button type="button" class="btn btn-secondary topbarbtn" data-toggle="tooltip" data-placement="left" title="Source repository"><i class="fab fa-github"></i>repository</button></a> </div> </div> <!-- Full screen (wrap in <a> to have style consistency --> <a class="full-screen-button"><button type="button" class="btn btn-secondary topbarbtn" data-toggle="tooltip" data-placement="bottom" onclick="toggleFullScreen()" aria-label="Fullscreen mode" title="Fullscreen mode"><i class="fas fa-expand"></i></button></a> <!-- Launch buttons --> </div> <!-- Table of contents --> <div class="d-none d-md-block col-md-2 bd-toc show"> <div class="tocsection onthispage pt-5 pb-3"> <i class="fas fa-list"></i> Contents </div> <nav id="bd-toc-nav"> <ul class="nav section-nav flex-column"> <li class="toc-h2 nav-item toc-entry"> <a class="reference internal nav-link" href="#navigation"> 1.1.1. navigation </a> </li> <li class="toc-h2 nav-item toc-entry"> <a class="reference internal nav-link" href="#high-dimensional-computing"> 1.1.2. high-dimensional computing </a> <ul class="nav section-nav flex-column"> <li class="toc-h3 nav-item toc-entry"> <a class="reference internal nav-link" href="#definitions"> 1.1.2.1. definitions </a> </li> <li class="toc-h3 nav-item toc-entry"> <a class="reference internal nav-link" href="#ex-identify-the-language"> 1.1.2.2. ex. identify the language </a> </li> <li class="toc-h3 nav-item toc-entry"> <a class="reference internal nav-link" href="#details"> 1.1.2.3. details </a> </li> <li class="toc-h3 nav-item toc-entry"> <a class="reference internal nav-link" href="#papers"> 1.1.2.4. papers </a> </li> </ul> </li> <li class="toc-h2 nav-item toc-entry"> <a class="reference internal nav-link" href="#dnns-with-memory"> 1.1.3. dnns with memory </a> </li> <li class="toc-h2 nav-item toc-entry"> <a class="reference internal nav-link" href="#visual-sampling"> 1.1.4. visual sampling </a> </li> <li class="toc-h2 nav-item toc-entry"> <a class="reference internal nav-link" href="#dynamic-routing-between-capsules"> 1.1.5. dynamic routing between capsules </a> </li> <li class="toc-h2 nav-item toc-entry"> <a class="reference internal nav-link" href="#hierarchical-temporal-memory-htm"> 1.1.6. hierarchical temporal memory (htm) </a> <ul class="nav section-nav flex-column"> <li class="toc-h3 nav-item toc-entry"> <a class="reference internal nav-link" href="#necortical-structure"> 1.1.6.1. necortical structure </a> </li> <li class="toc-h3 nav-item toc-entry"> <a class="reference internal nav-link" href="#principles"> 1.1.6.2. principles </a> </li> <li class="toc-h3 nav-item toc-entry"> <a class="reference internal nav-link" href="#id1"> 1.1.6.3. papers </a> </li> </ul> </li> <li class="toc-h2 nav-item toc-entry"> <a class="reference internal nav-link" href="#forgetting"> 1.1.7. forgetting </a> </li> <li class="toc-h2 nav-item toc-entry"> <a class="reference internal nav-link" href="#deeptune-style"> 1.1.8. deeptune-style </a> </li> <li class="toc-h2 nav-item toc-entry"> <a class="reference internal nav-link" href="#population-coding"> 1.1.9. population coding </a> </li> <li class="toc-h2 nav-item toc-entry"> <a class="reference internal nav-link" href="#interesting-misc-papers"> 1.1.10. interesting misc papers </a> </li> </ul> </nav> </div> </div> <div id="main-content" class="row"> <div class="col-12 col-md-9 pl-md-3 pr-md-0"> <div> <div class="section" id="comp-neuro"> <h1>1.1. comp neuro<a class="headerlink" href="#comp-neuro" title="Permalink to this headline">¶</a></h1> <div class="section" id="navigation"> <h2>1.1.1. navigation<a class="headerlink" href="#navigation" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><p>cognitive maps (tolman 1940s) - idea that rats in mazes learn spatial maps</p></li> <li><p><strong>place cells</strong> (o’keefe 1971) - in the hippocampus - fire to indicate one’s current location</p></li> <li><p>remap to new locations</p></li> <li><p><strong>grid cells</strong> (moser &amp; moser 2005) - in the entorhinal cotex (provides inputs to the hippocampus) - not particular locations but rather hexagonal coordinate system</p></li> <li><p>grid cells fire if the mouse is in any location at the vertex (or center) of one of the hexagons</p></li> <li><p><img alt="Screen Shot 2019-05-10 at 1.25.02 PM" src="../../_images/mouse.png" /></p></li> <li><p>there are grid cells with larger/smaller hexagons, different orientations, different offsets</p></li> <li><p>can look for grid cells signature in fmri: https://www.nature.com/articles/nature08704</p></li> <li><p>other places with grid cell-like behavior</p></li> <li><p>eye movement task</p></li> <li><p>some evidence for “time cells” like place cells for time</p></li> <li><p>sound frequency task https://www.nature.com/articles/nature21692</p></li> <li><p>2d “bird space” <a class="reference external" href="https://science.sciencemag.org/content/352/6292/1464.full?ijkey=sXaWNaNjkIcik&amp;keytype=ref&amp;siteid=sci">task</a></p></li> </ul> </div> <div class="section" id="high-dimensional-computing"> <h2>1.1.2. high-dimensional computing<a class="headerlink" href="#high-dimensional-computing" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><p>high-level overview</p> <ul> <li><p>current inspiration has all come from single neurons at a time - hd computing is going past this</p></li> <li><p>the brain’s circuits are high-dimensional</p></li> <li><p>elements are stochastic not deterministic</p></li> <li><p>can learn from experience</p></li> <li><p>no 2 brains are alike yet they exhibit the same behavior</p></li> </ul> </li> <li><p>basic question of comp neuro: what kind of computing can explain behavior produced by spike trains?</p> <ul> <li><p>recognizing ppl by how they look, sound, or behave</p></li> <li><p>learning from examples</p></li> <li><p>remembering things going back to childhood</p></li> <li><p>communicating with language</p></li> </ul> </li> <li><p><a class="reference external" href="https://link.springer.com/content/pdf/10.1007/s12559-009-9009-8.pdf">HD computing overview paper</a></p> <ul> <li><p>in these high dimensions, most points are close to equidistant from one another (L1 distance), and are approximately orthogonal (dot product is 0)</p></li> <li><p>memory</p> <ul> <li><p><em>heteroassociative</em> - can return stored <em>X</em> based on its address <em>A</em></p></li> <li><p><em>autoassociative</em> - can return stored <em>X</em> based on a noisy version of <em>X</em> (since it is a point attractor), maybe with some iteration</p> <ul> <li><p>this adds robustness to the memory</p></li> <li><p>this also removes the need for addresses altogether</p></li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="section" id="definitions"> <h3>1.1.2.1. definitions<a class="headerlink" href="#definitions" title="Permalink to this headline">¶</a></h3> <ul class="simple"> <li><p>what is hd computing?</p> <ul> <li><p>compute with random high-dim vectors</p></li> <li><p>ex. 10k vectors A, B of +1/-1 (also extends to real / complex vectors)</p></li> </ul> </li> <li><p>3 operations</p> <ul> <li><p><strong>addition</strong>: A + B = (0, 0, 2, 0, 2,-2, 0, ….)</p></li> <li><p><strong>multiplication</strong>: A * B = (-1, -1, -1, 1, 1, -1, 1, …) - this is <strong>XOR</strong></p> <ul> <li><p>want this to be invertible, dsitribute over addition, preserve distance, and be dissimilar to the vectors being multiplied</p></li> <li><p>number of ones after multiplication is the distance between the two original vectors</p></li> <li><p>can represent a dissimilar set vector by using multiplication</p></li> </ul> </li> <li><p>permutation: shuffles values</p> <ul> <li><p>ex. rotate (bit shift with wrapping around)</p></li> <li><p>multiply by rotation matrix (where each row and col contain exactly one 1)</p></li> <li><p>can think of permutation as a list of numbers 1, 2, …, n in permuted order</p></li> <li><p>many properties similar to multiplication</p></li> <li><p>random permutation randomizes</p></li> </ul> </li> </ul> </li> <li><p>basic operations</p> <ul> <li><p>weighting by a scalar</p></li> <li><p>similarity = dot product (sometimes normalized)</p> <ul> <li><p>A <span class="math notranslate nohighlight">\(\cdot\)</span> A = 10k</p></li> <li><p>A <span class="math notranslate nohighlight">\(\cdot\)</span> A = 0 (orthogonal)</p></li> <li><p>in high-dim spaces, almost all pairs of vectors are dissimilar A <span class="math notranslate nohighlight">\(\cdot\)</span> B = 0</p></li> <li><p>goal: similar meanings should have large similarity</p></li> </ul> </li> <li><p>normalization</p> <ul> <li><p>for binary vectors, just take the sign</p></li> <li><p>for non-binary vectors, scalar weight</p></li> </ul> </li> </ul> </li> <li><p>data structures</p></li> <li><p>these operations allow for encoding all normal data structures: sets, sequences, lists, databases</p> <ul> <li><p>set - can represent with a sum (since the sum is similar to all the vectors)</p> <ul> <li><p>can find a stored set using any element</p></li> <li><p>if we don’t store the sum, can probe with the sum and keep subtracting the vectors we find</p></li> </ul> </li> <li><p>multiset = bag (stores set with frequency counts) - can store things with order by adding them multiple times, but hard to actually retrieve frequencies</p></li> <li><p>sequence - could have each element be an address pointing to the next element</p> <ul> <li><p>problem - hard to represent sequences that share a subsequence (could have pointers which skip over the subsquence)</p></li> <li><p>soln: index elements based on permuted sums</p> <ul> <li><p>can look up an element based on previous element or previous string of elements</p></li> </ul> </li> <li><p>could do some kind of weighting also</p></li> </ul> </li> <li><p>pairs - could just multiply (XOR), but then get some weird things, e.g. A * A = <strong>0</strong></p> <ul> <li><p>instead, permute then multiply</p></li> <li><p>can use these to index (address, value) pairs and make more complex data structures</p></li> </ul> </li> <li><p>named tuples - have smth like (name: x, date: m, age: y) and store as holistic vector <span class="math notranslate nohighlight">\(H = N*X + D * M + A * Y\)</span></p> <ul> <li><p>individual attribute value can be retrieved using vector for individual key</p></li> </ul> </li> <li><p>representation substituting is a little trickier….</p> <ul> <li><p>we blur what is a value and whit is a variable</p></li> <li><p>can do this for a pair or for a named tuple with new values</p> <ul> <li><p>this doesn’t always work</p></li> </ul> </li> </ul> </li> </ul> </li> <li><p>examples</p> <ul> <li><p>context vectors</p> <ul> <li><p>standard practice (e.g. LSA): make matrix of word counts, where each row is a word, and each column is a document</p></li> <li><p>HD computing alternative: each row is a word, but each document is assigned a few ~10 columns at random</p> <ul> <li><p>thus, the number of columns doesn’t scale with the number of documents</p></li> <li><p><strong>can also do this randomness for the rows (so the number of rows &lt; the number of words)</strong></p></li> <li><p>can still get semantic vector for a row/column by adding together the rows/columns which are activated by that row/column</p></li> <li><p>this examples still only uses bag-of-words (but can be extended to more)</p></li> </ul> </li> </ul> </li> <li><p>learning rules by example</p> <ul> <li><p>particular instance of a rule is a rule (e.g mother-son-baby <span class="math notranslate nohighlight">\(\to\)</span> grandmother)</p> <ul> <li><p>as we get more examples and average them, the rule gets better</p></li> <li><p>doesn’t always work (especially when things collapse to identity rule)</p></li> </ul> </li> </ul> </li> <li><p>analogies from pairs</p> <ul> <li><p>ex. what is the dollar of mexico?</p></li> </ul> </li> </ul> </li> </ul> </div> <div class="section" id="ex-identify-the-language"> <h3>1.1.2.2. ex. identify the language<a class="headerlink" href="#ex-identify-the-language" title="Permalink to this headline">¶</a></h3> <ul class="simple"> <li><p>paper: <a class="reference external" href="https://arxiv.org/pdf/1412.7026.pdf">LANGUAGE RECOGNITION USING RANDOM INDEXING</a> (joshi et al. 2015)</p></li> <li><p>benefits - very simple and scalable - only go through data once</p> <ul> <li><p>equally easy to use 4-grams vs. 5-grams</p></li> </ul> </li> <li><p>data</p> <ul> <li><p>train: given million bytes of text per language (in the same alphabet)</p></li> <li><p>test: new sentences for each language</p></li> </ul> </li> <li><p>training: compute a 10k profile vector for each language and for each test sentence</p> <ul> <li><p>could encode each letter wih a seed vector which is 10k</p></li> <li><p>instead encode trigrams with <strong>rotate and multiply</strong></p> <ul> <li><p>1st letter vec rotated by 2 * 2nd letter vec rotated by 1 * 3rd letter vec</p></li> <li><p>ex. THE = r(r(T)) * r(H) * r(E)</p></li> <li><p>approximately orthogonal to all the letter vectors and all the other possible trigram vectors…</p></li> </ul> </li> <li><p>profile = sum of all trigram vectors (taken sliding)</p> <ul> <li><p>ex. banana = ban + ana + nan + ana</p></li> <li><p>profile is like a histogram of trigrams</p></li> </ul> </li> </ul> </li> <li><p>testing</p> <ul> <li><p>compare each test sentence to profiles via dot product</p></li> <li><p>clusters similar languages - cool!</p></li> <li><p>gets 97% test acc</p></li> <li><p>can query the letter most likely to follor “TH”</p> <ul> <li><p>form query vector <span class="math notranslate nohighlight">\(Q = r(r(T)) * r(H)\)</span></p></li> <li><p>query by using multiply X + Q * english-profile-vec</p></li> <li><p>find closest letter vecs to X - yields “e”</p></li> </ul> </li> </ul> </li> </ul> </div> <div class="section" id="details"> <h3>1.1.2.3. details<a class="headerlink" href="#details" title="Permalink to this headline">¶</a></h3> <ul class="simple"> <li><p>mathematical background</p> <ul> <li><p>randomly chosen vecs are dissimilar</p></li> <li><p>sum vector is similar to its argument vectors</p></li> <li><p>product vector and permuted vector are dissimilar to their argument vectors</p></li> <li><p>multiplication distibutes over addition</p></li> <li><p>permutation distributes over both additions and multiplication</p></li> <li><p>multiplication and permutations are invertible</p></li> <li><p>addition is approximately invertible</p></li> </ul> </li> <li><p>comparison to DNNs</p> <ul> <li><p>both do statistical learning from data</p></li> <li><p>data can be noisy</p></li> <li><p>both use high-dim vecs although DNNs get bad with him dims (e.g. 100k)</p></li> <li><p>HD is founded on rich mathematical theory</p></li> <li><p>new codewords are made from existing ones</p></li> <li><p>HD memory is a separate func</p></li> <li><p>HD algos are transparent, incremental (on-line), scalable</p></li> <li><p>somewhat closer to the brain…cerebellum anatomy seems to be match HD</p></li> <li><p>HD: holistic (distributed repr.) is robust</p></li> </ul> </li> <li><p>different names</p> <ul> <li><p>Tony plate: holographic reduced representation</p></li> <li><p>ross gayler: multiply-add-permute arch</p></li> <li><p>gayler &amp; levi: vector-symbolic arch</p></li> <li><p>gallant &amp; okaywe: matrix binding with additive termps</p></li> <li><p>fourier holographic reduced reprsentations (FHRR; Plate)</p></li> <li><p>…many more names</p></li> </ul> </li> <li><p>theory of sequence indexing and working memory in RNNs</p> <ul> <li><p>trying to make key-value pairs</p></li> <li><p>VSA as a structured approach for understanding neural networks</p></li> <li><p>reservoir computing = state-dependent network = echos-state network = liquid state machine - try to represen sequential temporal data - builds representations on the fly</p></li> </ul> </li> </ul> </div> <div class="section" id="papers"> <h3>1.1.2.4. papers<a class="headerlink" href="#papers" title="Permalink to this headline">¶</a></h3> <ul class="simple"> <li><p><a class="reference external" href="https://iis-people.ee.ethz.ch/~arahimi/papers/DATE16_HD.pdf">text classification</a> (najafabadi et al. 2016)</p></li> <li><p><a class="reference external" href="https://ieeexplore.ieee.org/abstract/document/8331890?casa_token=FbderL4T3RgAAAAA:LfP2kRSJwhY5z4OHMqvNDrxmSpyIMLzGs80vGj_IdBXVhVVDwZg1tfIeD2nj0S5N7T2YsRrOcg">Classification and Recall With Binary Hyperdimensional Computing: Tradeoffs in Choice of Density and Mapping Characteristics</a></p> <ul> <li><p>note: for sparse vectors, might need some threshold before computing mean (otherwise will have too many zeros)</p></li> </ul> </li> </ul> </div> </div> <div class="section" id="dnns-with-memory"> <h2>1.1.3. dnns with memory<a class="headerlink" href="#dnns-with-memory" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><p>Neural Statistician (Edwards &amp; Storkey, 2016) summarises a dataset by averaging over their embeddings</p></li> <li><p><a class="reference external" href="https://arxiv.org/pdf/1804.01756.pdf">kanerva machine</a></p> <ul> <li><p>like a VAE where the prior is derived from an adaptive memory store</p></li> </ul> </li> </ul> </div> <div class="section" id="visual-sampling"> <h2>1.1.4. visual sampling<a class="headerlink" href="#visual-sampling" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><p><a class="reference external" href="https://arxiv.org/abs/1611.09430">Emergence of foveal image sampling from learning to attend in visual scenes</a> (cheung, weiss, &amp; olshausen, 2017) - using neural attention model, learn a retinal sampling lattice</p> <ul> <li><p>can figure out what parts of the input the model focuses on</p></li> </ul> </li> </ul> </div> <div class="section" id="dynamic-routing-between-capsules"> <h2>1.1.5. dynamic routing between capsules<a class="headerlink" href="#dynamic-routing-between-capsules" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><p>hinton 1981 - reference frames require structured representations</p> <ul> <li><p>mapping units vote for different orientations, sizes, positions based on basic units</p></li> <li><p>mapping units <strong>gate the activity</strong> from other types of units - weight is dependent on if mapping is activated</p></li> <li><p>top-down activations give info back to mapping units</p></li> <li><p>this is a hopfield net with three-way connections (between input units, output units, mapping units)</p></li> <li><p>reference frame is a key part of how we see - need to vote for transformations</p></li> </ul> </li> <li><p>olshausen, anderson, &amp; van essen 1993 - dynamic routing circuits</p> <ul> <li><p>ran simulations of such things (hinton said it was hard to get simulations to work)</p></li> <li><p>learn things in object-based reference frames</p></li> <li><p>inputs -&gt; outputs has weight matrix gated by control</p></li> </ul> </li> <li><p>zeiler &amp; fergus 2013 - visualizing things at intermediate layers - deconv (by dynamic routing)</p> <ul> <li><p>save indexes of max pooling (these would be the control neurons)</p></li> <li><p>when you do deconv, assign max value to these indexes</p></li> </ul> </li> <li><p>arathom 02 - map-seeking circuits</p></li> <li><p>tenenbaum &amp; freeman 2000 - bilinear models</p> <ul> <li><p>trying to separate content + style</p></li> </ul> </li> <li><p>hinton et al 2011 - transforming autoencoders - trained neural net to learn to shift imge</p></li> <li><p>sabour et al 2017 - dynamic routing between capsules</p> <ul> <li><p>units output a vector (represents info about reference frame)</p></li> <li><p>matrix transforms reference frames between units</p></li> <li><p>recurrent control units settle on some transformation to identify reference frame</p></li> </ul> </li> <li><p>notes from this <a class="reference external" href="https://towardsdatascience.com/capsule-neural-networks-part-2-what-is-a-capsule-846d5418929f">blog post</a></p> <ul> <li><p>problems with cnns</p> <ul> <li><p>pooling loses info</p></li> <li><p>don’t account for spatial relations between image parts</p></li> <li><p>can’t transfer info to new viewpoints</p></li> </ul> </li> <li><p><strong>capsule</strong> - vector specifying the features of an object (e.g. position, size, orientation, hue texture) and its likelihood</p> <ul> <li><p>ex. an “eye” capsule could specify the probability it exists, its position, and its size</p></li> <li><p>magnitude (i.e. length) of vector represents probability it exists (e.g. there is an eye)</p></li> <li><p>direction of vector represents the instantiation parameters (e.g. position, size)</p></li> </ul> </li> <li><p>hierarchy</p> <ul> <li><p>capsules in later layers are functions of the capsules in lower layers, and since capsule has extra properties can ask questions like “are both eyes similarly sized?”</p> <ul> <li><p>equivariance = we can ensure our net is invariant to viewpoints by checking for all similar rotations/transformations in the same amount/direction</p></li> </ul> </li> <li><p>active capsules at one level make predictions for the instantiation parameters of higher-level capsules</p> <ul> <li><p>when multiple predictions agree, a higher-level capsule is activated</p></li> </ul> </li> </ul> </li> <li><p>steps in a capsule (e.g. one that recognizes faces)</p> <ul> <li><p>receives an input vector (e.g. representing eye)</p></li> <li><p>apply affine transformation - encodes spatial relationships (e.g. between eye and where the face should be)</p></li> <li><p>applying weighted sum by the C weights, learned by the routing algorithm</p> <ul> <li><p>these weights are learned to group similar outputs to make higher-level capsules</p></li> </ul> </li> <li><p>vectors are squashed so their magnitudes are between 0 and 1</p></li> <li><p>outputs a vector</p></li> </ul> </li> </ul> </li> </ul> </div> <div class="section" id="hierarchical-temporal-memory-htm"> <h2>1.1.6. hierarchical temporal memory (htm)<a class="headerlink" href="#hierarchical-temporal-memory-htm" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><p>binary synapses and learns by modeling the growth of new synapses and the decay of unused synapses</p></li> <li><p>separate aspects of brains and neurons that are essential for intelligence from those that depend on brain implementation</p></li> </ul> <div class="section" id="necortical-structure"> <h3>1.1.6.1. necortical structure<a class="headerlink" href="#necortical-structure" title="Permalink to this headline">¶</a></h3> <ul class="simple"> <li><p>evolution leads to physical/logical hierarchy of brain regions</p></li> <li><p>neocortex is like a flat sheet</p></li> <li><p>neocortex regions are similar and do similar computation</p> <ul> <li><p>Mountcastle 1978: vision regions are vision becase they receive visual input</p></li> <li><p>number of regions / connectivity seems to be genetic</p></li> </ul> </li> <li><p>before necortex, brain regions were homogenous: spinal cord, brain stem, basal ganglia, …</p></li> <li><p><img alt="cortical_columns" src="../../_images/cortical_columns.png" /></p></li> </ul> </div> <div class="section" id="principles"> <h3>1.1.6.2. principles<a class="headerlink" href="#principles" title="Permalink to this headline">¶</a></h3> <ul class="simple"> <li><p>common algorithims accross neocortex</p></li> <li><p>hierarchy</p></li> <li><p><strong>sparse distributed representations (SDR)</strong> - vectors with thousands of bits, mostly 0s</p> <ul> <li><p>bits of representation encode semantic properties</p></li> </ul> </li> <li><p>inputs</p> <ul> <li><p>data from the sense</p></li> <li><p>copy of the motor commands</p> <ul> <li><p>“sensory-motor” integration - perception is stable while the eyes move</p></li> </ul> </li> </ul> </li> <li><p>patterns are constantly changing</p></li> <li><p>necortex tries to control old brain regions which control muscles</p></li> <li><p><strong>learning</strong>: region accepts stream of sensory data + motor commands</p> <ul> <li><p>learns of changes in inputs</p></li> <li><p>ouputs motor commands</p></li> <li><p>only knows how its output changes its input</p></li> <li><p>must learn how to control behavior via <em>associative linking</em></p></li> </ul> </li> <li><p>sensory encoders - takes input and turnes it into an SDR</p> <ul> <li><p>engineered systems can use non-human senses</p></li> </ul> </li> <li><p>behavior needs to be incorporated fully</p></li> <li><p>temporal memory - is a memory of sequences</p> <ul> <li><p>everything the neocortex does is based on memory and recall of sequences of patterns</p></li> </ul> </li> <li><p>on-line learning</p> <ul> <li><p>prediction is compared to what actually happens and forms the basis of learning</p></li> <li><p>minimize the error of predictions</p></li> </ul> </li> </ul> </div> <div class="section" id="id1"> <h3>1.1.6.3. papers<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3> <ul class="simple"> <li><p>“A Theory of How Columns in the Neocortex Enable Learning the Structure of the World”</p> <ul> <li><p>network model that learns the structure of objects through movement</p></li> <li><p>object recognition</p> <ul> <li><p>over time individual columns integrate changing inputs to recognize complete objects</p></li> <li><p>through existing lateral connections</p></li> </ul> </li> <li><p>within each column, neocortex is calculating a location representation</p> <ul> <li><p>locations relative to each other = <strong>allocentric</strong></p></li> </ul> </li> <li><p>much more motion involved</p></li> <li><p>multiple columns - integrate spatial inputs - make things fast</p></li> <li><p>single column - integrate touches over time - represent objects properly</p></li> </ul> </li> <li><p>“Why Neurons Have Thousands of Synapses, A Theory of Sequence Memory in Neocortex”</p> <ul> <li><p>learning and recalling sequences of patterns</p></li> <li><p>neuron with lots of synapses can learn transitions of patterns</p></li> <li><p>network of these can form robust memory</p></li> </ul> </li> </ul> </div> </div> <div class="section" id="forgetting"> <h2>1.1.7. forgetting<a class="headerlink" href="#forgetting" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><p><a class="reference external" href="https://arxiv.org/pdf/1802.07569.pdf">Continual Lifelong Learning with Neural Networks: A Review</a></p> <ul> <li><p>main issues is <em>catastrophic forgetting</em> / <em>stability-plasticity dilemma</em></p></li> <li><p><img alt="Screen Shot 2020-01-01 at 11.49.32 AM" src="../../_images/forgetting.png" /></p></li> <li><p>2 types of plasticity</p> <ul> <li><p>Hebbian plasticity (Hebb 1949) for positive feedback instability</p></li> <li><p>compensatory homeostatic plasticity which stabilizes neural activity</p></li> </ul> </li> <li><p>approaches: regularization, dynamic architectures (e.g. add more nodes after each task), memory replay</p></li> </ul> </li> </ul> </div> <div class="section" id="deeptune-style"> <h2>1.1.8. deeptune-style<a class="headerlink" href="#deeptune-style" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><p>ponce_19_evolving_stimuli: <a class="reference external" href="https://www.cell.com/action/showPdf?pii=S0092-8674(19)30391-5">https://www.cell.com/action/showPdf?pii=S0092-8674%2819%2930391-5</a></p></li> <li><p>bashivan_18_ann_synthesis</p></li> <li><p><a class="reference external" href="https://papers.nips.cc/paper/6738-adaptive-stimulus-selection-for-optimizing-neural-population-responses.pdf">adept paper</a></p> <ul> <li><p>use kernel regression from CNN embedding to calculate distances between preset images</p></li> <li><p>select preset images</p></li> <li><p>verified with macaque v4 recording</p></li> <li><p>currently only study that optimizes firing rates of multiple neurons</p> <ul> <li><p>pick next stimulus in closed-loop (“adaptive sampling” = “optimal experimental design”)</p></li> </ul> </li> </ul> </li> <li><p>J. Benda, T. Gollisch, C. K. Machens, and A. V. Herz, “From response to stimulus: adaptive sampling in sensory physiology”</p> <ul> <li><p>find the smallest number of stimuli needed to fit parameters of a model that predicts the recorded neuron’s activity from the stimulus</p></li> <li><p>maximizing firing rates via genetic algorithms</p></li> <li><p>maximizing firing rate via gradient ascent</p></li> </ul> </li> <li><p>C. DiMattina and K. Zhang,“Adaptive stimulus optimization for sensory systems neuroscience”](https://www.frontiersin.org/articles/10.3389/fncir.2013.00101/full)</p> <ul> <li><p>2 general approaches: gradient-based approaches + genetic algorithms</p></li> <li><p>can put constraints on stimulus space</p></li> <li><p>stimulus adaptation</p></li> <li><p>might want iso-response surfaces</p></li> <li><p>maximally informative stimulus ensembles (Machens, 2002)</p></li> <li><p>model-fitting: pick to maximize info-gain w/ model params</p></li> <li><p>using fixed stimulus sets like white noise may be deeply problematic for efforts to identify non-linear hierarchical network models due to continuous parameter confounding (DiMattina and Zhang, 2010)</p></li> <li><p>use for model selection</p></li> </ul> </li> </ul> </div> <div class="section" id="population-coding"> <h2>1.1.9. population coding<a class="headerlink" href="#population-coding" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><p>saxena_19_pop_cunningham: “Towards the neural population doctrine”</p> <ul> <li><p>correlated trial-to-trial variability</p> <ul> <li><p>Ni et al. showed that the correlated variability in V4 neurons during attention and learning — processes that have inherently different timescales — robustly decreases</p></li> <li><p>‘choice’ decoder built on neural activity in the first PC performs as well as one built on the full dataset, suggesting that the relationship of neural variability to behavior lies in a relatively small subspace of the state space.</p></li> </ul> </li> <li><p>decoding</p> <ul> <li><p>more neurons only helps if neuron doesn’t lie in span of previous neurons</p></li> </ul> </li> <li><p>encoding</p> <ul> <li><p>can train dnn goal-driven or train dnn on the neural responses directly</p></li> </ul> </li> <li><p>testing</p> <ul> <li><p>important to be able to test population structure directly</p></li> </ul> </li> </ul> </li> <li><p><em>population vector coding</em> - ex. neurons coded for direction sum to get final direction</p></li> <li><p>reduces uncertainty</p></li> <li><p><em>correlation coding</em> - correlations betweeen spikes carries extra info</p></li> <li><p><em>independent-spike coding</em> - each spike is independent of other spikes within the spike train</p></li> <li><p><em>position coding</em> - want to represent a position</p> <ul> <li><p>for grid cells, very efficient</p></li> </ul> </li> <li><p><em>sparse coding</em></p></li> <li><p>hard when noise between neurons is correlated</p></li> <li><p>measures of information</p></li> <li><p>eda</p> <ul> <li><p>plot neuron responses</p></li> <li><p>calc neuron covariances</p></li> </ul> </li> </ul> </div> <div class="section" id="interesting-misc-papers"> <h2>1.1.10. interesting misc papers<a class="headerlink" href="#interesting-misc-papers" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><p>berardino 17 eigendistortions</p> <ul> <li><p><strong>Fisher info matrix</strong> under certain assumptions = <span class="math notranslate nohighlight">\(Jacob^TJacob\)</span> (pixels x pixels) where <em>Jacob</em> is the Jacobian matrix for the function f action on the pixels x</p></li> <li><p>most and least noticeable distortion directions corresponding to the eigenvectors of the Fisher info matrix</p></li> </ul> </li> <li><p>gao_19_v1_repr</p> <ul> <li><p>don’t learn from images - v1 repr should come from motion like it does in the real world</p></li> <li><p>repr</p> <ul> <li><p>vector of local content</p></li> <li><p>matrix of local displacement</p></li> </ul> </li> <li><p>why is this repr nice?</p> <ul> <li><p>separate reps of static image content and change due to motion</p></li> <li><p>disentangled rotations</p></li> </ul> </li> <li><p>learning</p> <ul> <li><p>predict next image given current image + displacement field</p></li> <li><p>predict next image vector given current frame vectors + displacement</p></li> </ul> </li> </ul> </li> <li><p>kietzmann_18_dnn_in_neuro_rvw</p></li> <li><p>friston_10_free_energy</p> <ul> <li><p><img alt="friston_free_energy" src="../../_images/friston_free_energy.png" /></p></li> </ul> </li> </ul> </div> </div> <script type="text/x-thebe-config"> { requestKernel: true, binderOptions: { repo: "binder-examples/jupyter-stacks-datascience", ref: "master", }, codeMirrorConfig: { theme: "abcdef", mode: "python" }, kernelOptions: { kernelName: "python3", path: "./notes/research_ovws" }, predefinedOutput: true } </script> <script>kernelName = 'python3'</script> </div> </div> </div> <div class='prev-next-bottom'> <a class='left-prev' id="prev-link" href="research_ovws.html" title="previous page">1. research_ovws</a> <a class='right-next' id="next-link" href="ovw_transfer_learning.html" title="next page">1.2. transfer learning</a> </div> <footer class="footer mt-5 mt-md-0"> <div class="container"> <p> By Chandan Singh<br/> &copy; Copyright None.<br/> <div class="extra_footer"> <p> Many of these images are taken from resources on the web. </p> </div> </p> </div> </footer> </main> </div> </div> <script src="../../_static/js/index.3da636dd464baa7582d2.js"></script> </body> </html>
csinva/csinva.github.io
_blog/compiled_notes/_build/html/notes/research_ovws/ovw_comp_neuro.html
HTML
mit
52,733
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-finmap: 1 m 34 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 / mathcomp-finmap - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-finmap <small> 1.0.0 <span class="label label-success">1 m 34 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-16 13:27:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-16 13:27:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1+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: &quot;2.0&quot; maintainer: &quot;Cyril Cohen &lt;[email protected]&gt;&quot; homepage: &quot;http://www.cyrilcohen.fr&quot; bug-reports: &quot;Cyril Cohen &lt;[email protected]&gt;&quot; dev-repo: &quot;git+https://github.com/math-comp/finmap.git&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;coq&quot; {&gt;= &quot;8.6&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.6.1&quot; &amp; &lt; &quot;1.8~&quot;} ] tags: [ &quot;keyword:finmap&quot; &quot;keyword:finset&quot; &quot;keyword:multiset&quot; &quot;keyword:order&quot; &quot;logpath:mathcomp.finmap&quot; ] authors: [ &quot;Cyril Cohen &lt;[email protected]&gt;&quot; ] synopsis: &quot;Finite sets, finite maps, finitely supported functions, orders&quot; description: &quot;&quot;&quot; This library is an extension of mathematical component in order to support finite sets and finite maps on choicetypes (rather that finite types). This includes support for functions with finite support and multisets. The library also contains a generic order and set libary, which will be used to subsume notations for finite sets, eventually.&quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/finmap/archive/1.0.0.tar.gz&quot; checksum: &quot;md5=064f05c13295292e83d8e50c163dfec8&quot; } </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-mathcomp-finmap.1.0.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 4h opam install -y --deps-only coq-mathcomp-finmap.1.0.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 49 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-mathcomp-finmap.1.0.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 34 s</dd> </dl> <h2>Installation size</h2> <p>Total: 4 M</p> <ul> <li>915 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/finmap.vo</code></li> <li>828 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/finmap.glob</code></li> <li>571 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/order.glob</code></li> <li>515 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/order.vo</code></li> <li>265 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/set.vo</code></li> <li>234 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/set.glob</code></li> <li>225 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/multiset.vo</code></li> <li>223 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/multiset.glob</code></li> <li>106 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/finmap.v</code></li> <li>101 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/order.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/set.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/finmap/multiset.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-finmap.1.0.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.07.1-2.0.6/released/8.7.1+1/mathcomp-finmap/1.0.0.html
HTML
mit
8,393
<!DOCTYPE html> <!-- saved from url=(0065)file:///C:/Users/kaycee/Desktop/%E7%AC%AC%E4%BA%8C%E8%AF%BE_1.htm --> <html> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>页面</title> <style> ul.two { list-style-type:square;} ol.one { list-style-type:lower-roman;} p.a { border-style: solid; border-width:thin;} p.b { border-style: solid; border-width:thick;} p.c{ border-style: solid; border-width: 1px 4px 8px 4px;} p.d{ border-style: dotted;} </style> </head> <body> <h2>设置粗体、斜体和下划线</h2> <p><b>我是粗体</b></p> <p><i>我是斜体</i></p> <p><u>我是下划线</u></p> <h2>设置有序和无序列表</h2> <ol>这是一个有序列表 <li>第一点</li> <li>第二点</li> <li>第三点</li> </ol> <ul>这是一个无序列表 <li>第一点</li> <li>第二点</li> <li>第三点</li> </ul> <ol class="one">怎么设置其他样子的有序列表呢? <li>第一点</li> <li>第二点</li> <li>第三点</li> </ol> <ul class="two">怎么设置其他样子的无序列表呢? <li>第一点</li> <li>第二点</li> <li>第三点</li> </ul> <h2>设置边框</h2> <p class="a">窄边框</p> <p class="b">宽边框</p> <p class="c">四条不同厚度的边框</p> <p class="d">不一样的边框</p> </body> </html>
LAB-Remote/LAB-Remote.github.io
internal/files/第三课_1.html
HTML
mit
1,427
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>io-system-ocaml: 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 / io-system-ocaml - 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-ocaml <small> 2.2.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-21 17:10:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-21 17:10: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.12.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/clarus/io-system-ocaml&quot; dev-repo: &quot;git+https://github.com/clarus/io-system-ocaml.git&quot; bug-reports: &quot;https://github.com/clarus/io-system-ocaml/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;lwt&quot; {&lt; &quot;5&quot;} &quot;ocaml&quot; {&gt;= &quot;4.00.0&quot; &amp; &lt; &quot;4.06.0&quot;} &quot;ocamlbuild&quot; {build} &quot;ocamlfind&quot; {build} &quot;num&quot; ] conflicts: [ &quot;ocaml-secondary-compiler&quot; ] tags: [ &quot;date:2015-03-19&quot; &quot;keyword:effects&quot; &quot;keyword:extraction&quot; ] synopsis: &quot;Extraction to OCaml of system effects&quot; url { src: &quot;https://github.com/coq-io/system-ocaml/archive/2.2.0.tar.gz&quot; checksum: &quot;md5=14ca13ea6480df063255ebcadc0d4ca6&quot; } </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-ocaml.2.2.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&#39;t be met: - coq-io-system-ocaml -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; 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-io-system-ocaml.2.2.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.12.2/io-system-ocaml/2.2.0.html
HTML
mit
6,582
<!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.11.2 / plugin-utils - 1.1.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.1.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-31 05:47:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-31 05:47:56 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.11.2 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.0 Official release 4.11.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/gmalecha/coq-plugin-utils&quot; bug-reports: &quot;https://github.com/gmalecha/coq-plugin-utils/issues&quot; license: &quot;MIT&quot; build: [ [make] ] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;logpath:PluginUtils&quot; ] synopsis: &quot;Utility functions for implementing Coq plugins&quot; authors: &quot;Gregory Malecha&quot; url { src: &quot;https://github.com/gmalecha/coq-plugin-utils/archive/v1.1.0-8.5.tar.gz&quot; checksum: &quot;md5=9a4d59877f6eee9b4a8d0342b075d8b6&quot; } </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.1.0 coq.8.11.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.11.2). The following dependencies couldn&#39;t be met: - coq-plugin-utils -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; 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.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.11.0-2.0.7/released/8.11.2/plugin-utils/1.1.0.html
HTML
mit
6,334
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer-tactics: 26 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 / hammer-tactics - 1.3+8.12</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hammer-tactics <small> 1.3+8.12 <span class="label label-success">26 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-26 21:48:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 21:48:02 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.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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/lukaszcz/coqhammer&quot; dev-repo: &quot;git+https://github.com/lukaszcz/coqhammer.git&quot; bug-reports: &quot;https://github.com/lukaszcz/coqhammer/issues&quot; license: &quot;LGPL-2.1-only&quot; synopsis: &quot;Reconstruction tactics for the hammer for Coq&quot; description: &quot;&quot;&quot; Collection of tactics that are used by the hammer for Coq to reconstruct proofs found by automated theorem provers. When the hammer has been successfully applied to a project, only this package needs to be installed; the hammer plugin is not required. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;} &quot;tactics&quot;] install: [ [make &quot;install-tactics&quot;] [make &quot;test-tactics&quot;] {with-test} ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.12&quot; &amp; &lt; &quot;8.13~&quot;} ] conflicts: [ &quot;coq-hammer&quot; {!= version} ] tags: [ &quot;keyword:automation&quot; &quot;keyword:hammer&quot; &quot;keyword:tactics&quot; &quot;logpath:Hammer.Tactics&quot; &quot;date:2020-07-28&quot; ] authors: [ &quot;Lukasz Czajka &lt;[email protected]&gt;&quot; ] url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/v1.3-coq8.12.tar.gz&quot; checksum: &quot;sha512=666ea825c122319e398efb7287f429ebfb5d35611b4cabe4b88732ffb5c265ef348b53d5046c958831ac0b7a759b44ce1ca04220ca68b1915accfd23435b479c&quot; } </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-hammer-tactics.1.3+8.12 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-hammer-tactics.1.3+8.12 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 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-hammer-tactics.1.3+8.12 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>26 s</dd> </dl> <h2>Installation size</h2> <p>Total: 1 M</p> <ul> <li>397 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hammer_tactics.cmxs</code></li> <li>245 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Reconstr.vo</code></li> <li>164 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hammer_lib.cmxs</code></li> <li>161 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Tactics.vo</code></li> <li>77 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Reconstr.glob</code></li> <li>75 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Reflect.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Hints.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Reconstr.v</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Tactics.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Tactics.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Reflect.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hammer_lib.cmxa</code></li> <li>19 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hammer_tactics.cmxa</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hhutils.cmi</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/sauto.cmx</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/tactics_main.cmi</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/sauto.cmi</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hhutils.cmx</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Reflect.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hhlib.cmi</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/tactics_main.cmx</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/g_hammer_tactics.cmi</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hhlpo.cmx</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/g_hammer_tactics.cmx</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/g_hammer_lib.cmx</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/g_hammer_lib.cmi</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hammer_errors.cmi</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Hints.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/Hints.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hammer_errors.cmx</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hhlib.cmx</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Hammer/Tactics/hhlpo.cmi</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-hammer-tactics.1.3+8.12</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.0/hammer-tactics/1.3+8.12.html
HTML
mit
10,803
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v5.1.0: v8::WeakCallbackData&lt; T, P &gt; Class Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v5.1.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;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_1WeakCallbackData.html">WeakCallbackData</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1WeakCallbackData-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::WeakCallbackData&lt; T, P &gt; Class Template Reference</div> </div> </div><!--header--> <div class="contents"> <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:a08a29122f54c663fc2442d8f42c08ac2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a08a29122f54c663fc2442d8f42c08ac2"></a> typedef void(*&#160;</td><td class="memItemRight" valign="bottom"><b>Callback</b>) (const <a class="el" href="classv8_1_1WeakCallbackData.html">WeakCallbackData</a>&lt; T, P &gt; &amp;data)</td></tr> <tr class="separator:a08a29122f54c663fc2442d8f42c08ac2"><td class="memSeparator" colspan="2">&#160;</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:a804314135aa731fcab6d57aafddd26d3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a804314135aa731fcab6d57aafddd26d3"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>WeakCallbackData</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, P *parameter, <a class="el" href="classv8_1_1Local.html">Local</a>&lt; T &gt; handle)</td></tr> <tr class="separator:a804314135aa731fcab6d57aafddd26d3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a499a971756182b5b52c28e506339c6b9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a499a971756182b5b52c28e506339c6b9"></a> V8_INLINE <a class="el" href="classv8_1_1Isolate.html">Isolate</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>GetIsolate</b> () const </td></tr> <tr class="separator:a499a971756182b5b52c28e506339c6b9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a96ce7e1fbbfd56d0709225623517ff17"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a96ce7e1fbbfd56d0709225623517ff17"></a> V8_INLINE P *&#160;</td><td class="memItemRight" valign="bottom"><b>GetParameter</b> () const </td></tr> <tr class="separator:a96ce7e1fbbfd56d0709225623517ff17"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0e8fcf0091132c96d548ac319284710a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0e8fcf0091132c96d548ac319284710a"></a> V8_INLINE <a class="el" href="classv8_1_1Local.html">Local</a>&lt; T &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetValue</b> () const </td></tr> <tr class="separator:a0e8fcf0091132c96d548ac319284710a"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <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 &#160;<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
fd0253b/html/classv8_1_1WeakCallbackData.html
HTML
mit
7,212
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>relation-algebra: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / relation-algebra - 1.6</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> relation-algebra <small> 1.6 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-23 14:46:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-23 14:46: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 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.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 zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Damien Pous &lt;[email protected]&gt;&quot; homepage: &quot;http://perso.ens-lyon.fr/damien.pous/ra/&quot; license: &quot;LGPL&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;Make&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.1&quot; &amp; &lt; &quot;8.6~&quot; &amp; != &quot;8.5.2~camlp4&quot;} ] tags: [ &quot;keyword:relation algebra&quot; &quot;keyword:Kleene algebra with tests&quot; &quot;keyword:KAT&quot; &quot;keyword:allegories&quot; &quot;keyword:residuated structures&quot; &quot;keyword:automata&quot; &quot;keyword:regular expressions&quot; &quot;keyword:matrices&quot; &quot;category:Mathematics/Algebra&quot; &quot;logpath:RelationAlgebra&quot; ] authors: [ &quot;Damien Pous &lt;[email protected]&gt;&quot; ] synopsis: &quot;Relation Algebra and KAT&quot; description: &quot;A modular library about relation algebra, from idempotent semirings to residuated Kleene allegories, including a decision tactic for Kleene algebra with Tests (KAT).&quot; url { src: &quot;https://github.com/damien-pous/relation-algebra/archive/v1.6.tar.gz&quot; checksum: &quot;md5=028c37f7e4607d220d6e054cb0428273&quot; } </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-relation-algebra.1.6 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-relation-algebra -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-relation-algebra.1.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"> 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/extra-dev/dev/relation-algebra/1.6.html
HTML
mit
7,200
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>square-matrices: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / square-matrices - 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> square-matrices <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-23 02:52:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-23 02:52:34 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.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/square-matrices&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/SquareMatrices&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: exponentiation&quot; &quot;keyword: vectors&quot; &quot;keyword: matrices&quot; &quot;keyword: polymorphic recursion&quot; &quot;keyword: nested datatypes&quot; &quot;category: Mathematics/Algebra&quot; ] authors: [ &quot;Jean-Christophe Filliâtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/square-matrices/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/square-matrices.git&quot; synopsis: &quot;From Fast Exponentiation to Square Matrices&quot; description: &quot;&quot;&quot; This development is a formalization of Chris Okasaki&#39;s article ``From Fast Exponentiation to Square Matrices: An Adventure in Types&#39;&#39;&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/square-matrices/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=bb9f13979dbe764afff08adb3e72d98d&quot; } </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-square-matrices.8.6.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-square-matrices -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-square-matrices.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"> 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/extra-dev/dev/square-matrices/8.6.0.html
HTML
mit
7,180
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-real-closed: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / mathcomp-real-closed - 1.0.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-real-closed <small> 1.0.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-29 01:31:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 01:31: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-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.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-real-closed&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; homepage: &quot;https://github.com/math-comp/real-closed&quot; bug-reports: &quot;https://github.com/math-comp/real-closed/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/real-closed.git&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;coq-mathcomp-field&quot; { (&gt;= &quot;1.8.0&quot; &amp; &lt; &quot;1.9.0&quot;) } &quot;coq-mathcomp-bigenough&quot; {(&gt;= &quot;1.0.0&quot; &amp; &lt; &quot;1.1.0~&quot;)} ] tags: [ &quot;keyword:real closed field&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;date:2019-05-23&quot; &quot;logpath:mathcomp&quot;] authors: [ &quot;Cyril Cohen &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on real closed fields&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about real closed fields, with a construction of the real closure and the algebraic closure (including a proof of the fundamental theorem of algebra). It also contains a proof of decidability of the first order theory of real closed field, through quantifier elimination. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/real-closed/archive/1.0.2.tar.gz&quot; checksum: &quot;sha256=b28e30be7de2ad2959021ea9cbc97974d121d37f5104ef0d46c0439b31e5c41f&quot; } </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-mathcomp-real-closed.1.0.2 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-mathcomp-real-closed -&gt; coq-mathcomp-field &lt; 1.9.0 -&gt; coq-mathcomp-solvable &lt; 1.9.0 -&gt; coq-mathcomp-algebra &lt; 1.9.0 -&gt; coq-mathcomp-fingroup &lt; 1.9.0 -&gt; coq-mathcomp-ssreflect &lt; 1.9.0 -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-mathcomp-real-closed.1.0.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> 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/extra-dev/dev/mathcomp-real-closed/1.0.2.html
HTML
mit
7,896